Commit Graph

62 Commits

Author SHA1 Message Date
Henny022p 6c71c8f559 cleanup unused and transitive includes 2025-03-09 19:00:34 +00:00
Henny022p 0d58d2c5d7 use gfx offset constants 2025-03-09 19:00:33 +00:00
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
Henny022p 96a3e64280 cleanup graphics code
a bit
2025-03-09 18:57:59 +00: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 fb9f59fbbb label BounceUpdate asm 2023-12-30 17:13:42 -08:00
octorock 109b1020dc Merge branch 'master' into tilemap-docs 2023-12-31 02:12:41 +01:00
theo3 d07c416641 message definitions 2023-12-28 21:58:54 -08:00
octorock 768efa50b3 Merge branch 'master' into tilemap-docs 2023-12-28 14:59:23 +01:00
Tony Jih 4c69055d41
True match sub_0801E64C (#665)
* True match sub_0801E64C

* modify macro to constant

* fix comments from tab to spaces
2023-12-25 21:24:30 -08:00
Theo 22ed1e35d7
Merge pull request #663 from Henny022p/SortKinstoneBag
Match SortKinstoneBag
2023-12-23 21:10:01 -08:00
KEKW555 1e8ced01e6
True match zMalloc (#659)
* True match zMalloc

* Cleanup
2023-12-23 21:08:30 -08:00
Henny022p 1944bf5e6d Match SortKinstoneBag
extract kinstone related data from SaveFile into it's own struct

Co-authored-by: KEKW555 <152369890+KEKW555@users.noreply.github.com>
2023-12-24 04:54:59 +01:00
KEKW555 a5a2b57a1c
Match sub_0801E31C (#656)
* Match sub_0801E31C

* Nuke common folder

* Remove unnecessary casts
2023-12-21 13:02:34 -08:00
KEKW555 b4d0946c07
Match zmalloc (#644)
* Nuke zMalloc.inc

* Match zMalloc

* Fix comments
2023-12-09 16:55:04 -08:00
KEKW555 a8d19c09fc
Match sub_0801E49C (#638)
* Nuke sub_0801E49C.inc

* Match sub_0801E49C

* Fix data types

* Match signature

* Add typecast and referring function signature

* Fix lint issue
2023-12-03 14:06:21 -08:00
octorock 488196754e Create new entity structs for NPCs 2023-08-01 11:36:11 +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 18b86e484a Formatting 2023-05-06 00:36:48 +02:00
Catobat 52e635f57b Some comments and label names for GetFuserId 2023-05-05 23:19:04 +02:00
Catobat fcfbd73dd2 Name the special values used with Kinstone Fusions 2023-04-29 02:56:08 +02:00
Catobat 04f4272b14 Document structs for interacting with entities 2023-04-28 20:20:29 +02:00
Catobat e59630f202 Fix dungeon item mixup 2023-04-24 16:31:06 +02:00
notyourav 355f145f44
Merge pull request #597 from Catobat/kinstone-stuff
Kinstone stuff
2023-02-27 14:37:31 -08:00
Henny022p f81167f6d7 Match DrawDungeonMap 2023-01-08 20:37:50 +00:00
Catobat 8515634fa9 Name more functions 2023-01-08 16:46:07 +01:00
Catobat 4ab73f8eb7 Name some more functions in common.c 2023-01-08 15:01:18 +01:00
Catobat 1d2d1cd786 Name some functions in common.c 2023-01-08 00:13:19 +01:00
Catobat c8d37f73c8 Give unk118 and unk12B in SaveFile names 2023-01-07 23:19:07 +01:00
Catobat fbdd0078cd Give unk141 and unk1C1 in SaveFile names 2023-01-07 22:54:36 +01:00
Catobat 8f10c33098 Formatting 2023-01-04 01:51:52 +01:00
Catobat 0d9f903f67 Eliminate a forced register 2023-01-03 21:59:08 +01:00
Catobat 227d2c6070 Match sub_0801E99C 2023-01-01 19:28:47 +01:00
octorock 1d741c182d Extract dungeon maps 2022-12-11 12:07:48 +01:00
octorock 6531b88285 Match UpdatePlayerCollision 2022-11-06 10:45:14 +00:00
octorock 521bb8250b Match sub_0801E82C 2022-11-06 10:18:02 +00:00
Jeremy Herbert f7d002312b Add WriteBit and ClearBit 2022-10-12 10:45:42 +10:00
octorock 67467fd831 Extract some data
And split up subtasks and world events.
2022-10-08 22:32:54 +02:00
octorock a83c83ee8c Extract some data
Sort data according to the compilation using they belong to.
Extract background animations.
2022-09-03 23:33:35 +02:00
Tal Hayon e10d7b3eca Match sub_0801E64C 2022-08-22 18:51:46 +03:00
Lauri Koskela 337f520d9c Reformat code 2022-08-20 10:30:03 +03:00
Lauri Koskela 595a1574d3 Match sub_0801E290 in common.c 2022-08-18 07:51:04 +03:00
Tal Hayon 79bae9cd8a Various documentations 2022-08-08 20:03:12 +03:00
octorock 167710b4d4 Decompile some functions 2022-08-05 22:39:02 +02:00
Tal Hayon 0e1bfbf44e Match sub_0801E24C 2022-08-02 14:55:25 +03:00
octorock 852effa474 Rename objects 2022-07-25 22:45:55 +02:00
Tal Hayon 09602b00af Putting some nonmatch functions from site 2022-07-13 15:24:22 +03:00