Commit Graph

76 Commits

Author SHA1 Message Date
Henny022p 46506530fc cleanup structures.h 2025-03-09 19:00:33 +00:00
Henny022p 3b9b1a388b cleanup headers 2025-03-09 18:58:01 +00:00
octorock 06dc158598 Rename vvv to actTile 2024-01-06 16:15:34 +01:00
octorock aced0bef69 Rename metaTiles
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
2024-01-06 15:01:44 +01:00
octorock c3b771a209 Merge branch 'master' into tilemap-docs 2024-01-06 12:26:39 +01:00
theo3 201955ea05 create enemy struct and enemy flags 2023-12-30 20:05:32 -08:00
octorock 109b1020dc Merge branch 'master' into tilemap-docs 2023-12-31 02:12:41 +01:00
octorock 917ca10ba5 Merge branch 'master' into enemies 2023-12-30 22:18:38 +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 37723f5607 document RoomVars struct 2023-12-29 21:42:55 -08:00
theo3 72509b18a0 label some asm functions 2023-12-29 00:59:43 -08: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 b6a94d5062 Use metatile enum 2023-07-05 18:30:27 +02:00
octorock f89bb66911 Create enums for Vvvs and MetaTiles 2023-06-24 00:19:33 +02:00
Catobat d5afe1f2dd Name a lot of functions about interactable objects 2023-04-28 23:36:33 +02:00
octorock 67467fd831 Extract some data
And split up subtasks and world events.
2022-10-08 22:32:54 +02:00
Tal Hayon 79bae9cd8a Various documentations 2022-08-08 20:03:12 +03:00
octorock 60e33b636d Rename managers 2022-05-18 13:07:06 +02: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
hatal175 5015a4ac02 Match GetEmptyEntity 2022-03-28 17:33:37 +02:00
octorock eb1158855b Decompile some functions 2022-03-28 17:30:56 +02:00
theo3 ffb4653b0d move function decls from player.c 2022-03-27 23:20:26 -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
theo3 ef470547e0 cleanup 2022-03-17 19:16:43 -07:00
octorock 8f678d15ed Use same names for arm functions and their trampolines
To easier jump to the corresponding source code.
2022-03-07 12:29:01 +01:00
octorock 7215695e13 Decompile some vram 2022-03-05 17:46:57 +01:00
octorock ab853d9f44 Decompile Object43 2022-02-27 13:44:06 +01:00
octorock b0b39514c2 Unify asm for non-matching functions
So that tools can easier work with them.
2022-01-12 12:16:36 +01:00
theo3 3144d53159 doc entity.h 2022-01-05 17:52:39 -08:00
theo3 48fa5b4618 sort out functions.h 2022-01-04 20:55:03 -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
notyourav 466b508413
Merge pull request #238 from notyourav/clr
color.c, utils->common.c
2022-01-01 18:29:08 -08:00
theo3 1ca41b54a9 color.c, utils->common.c 2022-01-01 18:26:25 -08:00
Tal Hayon 447782f21c Remove uintended includes 2022-01-02 03:26:38 +02:00
Tal Hayon 1ff79f2c7e clang format 2022-01-01 02:25:27 +02:00
Tal Hayon 442206651d getEmptyEntity: More fixes 2022-01-01 02:13:05 +02:00
Tal Hayon d141b5bfbf Fix condition 2022-01-01 02:09:40 +02:00
Tal Hayon f57e040e16 Decompiled getEmptyEntity - still not completely matching 2021-12-31 16:46:58 +02:00
theo3 cbd0b7e6c9 rename files 2021-12-28 23:33:10 -08:00
theo3 3fd900f1bc rename files, sort asm into subdirectories 2021-12-28 13:53:53 -08:00
theo3 0f65f8fd50 Identify player functions and update asm.h 2021-12-28 12:08:30 -08:00
theo3 6cff332e57 header overhaul 2021-12-20 10:31:02 -08:00
theo3 34e69959df cleanup 2021-12-14 23:31:27 -08:00
theo3 10d0d9e589 overworld 2021-12-12 01:50:09 -08:00
octorock 9396484df6 Merge branch 'master' into asset-extraction 2021-11-12 12:13:13 +01:00
Ibot02 59076fccb7 Renamed Entity fields for knockback
SolidifiedGaming identified these while glitchhunting.
2021-10-25 13:32:54 +02:00