Commit Graph

109 Commits

Author SHA1 Message Date
octorock 109b1020dc Merge branch 'master' into tilemap-docs 2023-12-31 02:12:41 +01:00
octorock a818f1b704 Use new entity struct for player 2023-12-30 22:09:30 +01:00
octorock 3b87c04162 Invert NENT_DEPRECATED define
To define ENT_DEPRECATED in files that still need the old entity structs.
2023-12-30 18:30:00 +01:00
theo3 d07c416641 message definitions 2023-12-28 21:58:54 -08:00
theo3 a030120a0c clean up linkAnimation.c 2023-12-28 19:05:06 -08:00
octorock 768efa50b3 Merge branch 'master' into tilemap-docs 2023-12-28 14:59:23 +01:00
Reinmmar b163ecafc9
Applied the enum for interactions (#647)
* Interactions enum applied

* Interactions enum applied
2023-12-10 16:21:31 -08:00
Reinmmar c19e313df4 found more anims, also removing != 0 sometimes 2023-09-24 18:03:34 +02:00
Reinmmar 0fdb9c5ac2 renamed and added a bunch of animations to enum 2023-09-19 21:23:45 +02:00
Reinmmar e994fab66a Uuuh... A lot of animations in an enum 2023-09-17 20:44:14 +02:00
octorock 488196754e Create new entity structs for NPCs 2023-08-01 11:36:11 +02:00
Henny022p 70675cedc1 format 2023-07-05 00:57:06 +02:00
Henny022p 9b907d121d various small documentation changes
made during SGDQ23 while working on multiworld randomizer

Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
2023-07-05 00:53:54 +02:00
octorock 551cb72093 Extract some map data definitions 2023-06-10 15:12:51 +02:00
octorock bbac5ace3f Merge remote-tracking branch 'upstream/master' into tilemap-docs 2023-05-31 23:51:20 +02:00
Catobat d5afe1f2dd Name a lot of functions about interactable objects 2023-04-28 23:36:33 +02:00
Catobat e59630f202 Fix dungeon item mixup 2023-04-24 16:31:06 +02:00
Catobat 4ab73f8eb7 Name some more functions in common.c 2023-01-08 15:01:18 +01:00
octorock ea9b7e7848 Fix palette groups 2022-12-22 23:47:13 +01:00
octorock c280188436 Fix paths 2022-12-21 23:40:27 +01:00
octorock 67467fd831 Extract some data
And split up subtasks and world events.
2022-10-08 22:32:54 +02:00
Tal Hayon 18ef0d34b4 Document various fields and functions 2022-08-06 15:21:41 +03:00
Tal Hayon b20c9cb98c Match DelayedEntityLoadManager_Main 2022-08-01 21:25:04 +03:00
octorock 852effa474 Rename objects 2022-07-25 22:45:55 +02:00
Tal Hayon 422fb8ed14 Use enums in more scripts 2022-05-13 23:52:03 +03:00
Tal Hayon 82f40860ad Remove some gotos 2022-04-29 10:01:15 +03:00
notyourav c4d18cf682
Merge pull request #487 from hatal175/fade
Add fade flags enum
2022-04-06 21:38:14 -07:00
Tal Hayon 01067740c1 Extract ui.h 2022-04-06 11:03:32 +03:00
Tal Hayon d3c5ce50f0 Add fade flags enum 2022-04-05 22:56:37 +03:00
Tal Hayon d6d7916a46 Use fixed point macros where possible 2022-04-01 18:19:56 +03:00
theo3 65b80571b2 naming 2022-03-28 21:01:02 -07:00
theo3 92240d4314 name remaining entity fields 2022-03-28 20:10:22 -07:00
theo3 6cf555f074 figurine cleanup 2022-03-28 17:26:07 -07:00
theo3 a9784e96ba identify some functions 2022-03-28 12:06:05 -07:00
Elliptic Ellipsis 2d37348cb6 Fix a lot of pointer comparisons to 0 (or nothing) to explicitly use NULL 2022-03-25 05:35:12 +00:00
Tal Hayon 105be8ac6e Decompile objectB9 (cuccoMinigame) 2022-03-18 13:40:47 +02:00
theo3 ef470547e0 cleanup 2022-03-17 19:16:43 -07:00
octorock 41ea9ab943 Decompile some UI 2022-03-17 00:58:47 +01:00
octorock 4d66b468f8 Merge playerUtils
Merge all player utils files, split asm into functions
and decompile a bunch of functions.
2022-03-02 22:33:12 +01:00
notyourav 155a440bdd
Merge pull request #386 from hatal175/stockwell
Decompile stockwell asm_funcs
2022-02-17 19:56:49 -08:00
Tal Hayon 03c6c4a8a8 Decompile stockwell asm_funcs 2022-02-14 06:25:19 +02:00
Tal Hayon 65ab0fb1cb Decompile the rest of playerItemBottle (renamed from sword spin) 2022-02-13 07:05:15 +02:00
notyourav dcc3ac2192
Merge pull request #341 from Henny022p/subtask 2022-02-01 20:28:25 -08:00
Henny022p 2a53ee4bf2 merge master 2022-01-31 17:30:51 +01:00
Tal Hayon 1f2a791e49 Use PlayerControlMode in a few places 2022-01-29 15:54:09 +02:00
theo3 a6f8dabcea fixed point stuff 2022-01-21 21:28:44 -08:00
Henny022p 4517e77563 decomp figurine menu 2022-01-17 03:11:40 +01:00
theo3 a1da1889e3 Fade documentation 2022-01-05 12:47:34 -08:00
theo3 7036ec73af game.c doc 2022-01-04 18:39:32 -08:00
theo3 52db70bb9d naming work 2022-01-03 23:58:02 -08:00