Commit Graph

760 Commits

Author SHA1 Message Date
octorock 560dfa45b1 Add more tilemap documentation 2024-01-06 18:12:53 +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 5324928f44 npc5 document 2024-01-01 12:12:05 -08:00
octorock 109b1020dc Merge branch 'master' into tilemap-docs 2023-12-31 02:12:41 +01:00
theo3 37723f5607 document RoomVars struct 2023-12-29 21:42:55 -08:00
octorock 768efa50b3 Merge branch 'master' into tilemap-docs 2023-12-28 14:59:23 +01:00
KEKW555 888033f7bd
Restore evil spirit (#654)
* Delete asm/object directory

* Restore evilSpirit.c

* Sync linker

* Delete data/const/object/evilSpirit.s

* Update assets.json

* Fix fields
2023-12-17 20:15:36 -08:00
Reinmmar ab3e4ef0f4 Labeled one Portal Type and some animations 2023-09-17 21:07:48 +02:00
Reinmmar e994fab66a Uuuh... A lot of animations in an enum 2023-09-17 20:44:14 +02:00
Reinmmar 58a7b44b42 why didn't this commit what the heck 2023-08-23 13:19:06 +02:00
notyourav 8a294a49b6
Merge pull request #619 from octorock/objects 2023-08-06 17:33:21 -07:00
octorock 488196754e Create new entity structs for NPCs 2023-08-01 11:36:11 +02:00
octorock 4d67e6fe1f Create new entity structs for Objects 2023-07-31 21:31:30 +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 f89bb66911 Create enums for Vvvs and MetaTiles 2023-06-24 00:19:33 +02:00
octorock f9da634427 Extract player macros 2023-06-17 11:08:13 +02:00
octorock c317fe3f18 Extract KeyValuePairs 2023-06-17 00:10:00 +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 a2785bc0fa Merge remote-tracking branch 'upstream/master' into interaction-stuff 2023-05-06 12:32:38 +02:00
Catobat 8ff6027f97 Name some functions for marking a Fuser as done 2023-05-05 23:45:29 +02:00
Catobat 5145a6909e Name and clean up some functions and structs 2023-04-30 21:43:22 +02:00
Catobat a82ad2951a Name some things with NPC4E 2023-04-29 01:25:31 +02:00
Catobat d5afe1f2dd Name a lot of functions about interactable objects 2023-04-28 23:36:33 +02:00
Catobat aa477e7ad0 Gold Kinstone Fusion names 2023-04-27 02:29:50 +02:00
notyourav a9910e74cc
Merge pull request #599 from Henny022p/makefile
New Makefile
2023-04-25 11:20:17 -07:00
Henny022p 27fc1b4ac8 new Makefile
big commit, but should be working ok now
2023-02-26 03:41:25 +01:00
Catobat 3dd2ccc211 Name and organize Cucco Minigame stuff 2023-01-09 01:16:36 +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 ec0678872f Split map data into folders 2022-12-14 17:23:07 +01:00
octorock 8de186c114 Align map data 2022-12-11 19:54:16 +01:00
octorock 64322c65de Extract area metadata 2022-12-11 15:39:22 +01:00
octorock 1d741c182d Extract dungeon maps 2022-12-11 12:07:48 +01:00
octorock 017eb5a65e Fix some tilesets 2022-12-06 17:51:02 +01:00
octorock 80b66166f5 Decompress map assets 2022-12-06 17:00:46 +01: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
octorock ad44d63b73 Document some player item stuff 2022-08-09 18:56:13 +02:00
Tal Hayon 79bae9cd8a Various documentations 2022-08-08 20:03:12 +03:00
Tal Hayon 807d313e10 Put some const data in npcUtils 2022-08-07 00:17:12 +03:00
Tal Hayon 18ef0d34b4 Document various fields and functions 2022-08-06 15:21:41 +03:00
Tal Hayon 3a151b343d Document various fields 2022-07-29 20:58:24 +03:00
octorock 852effa474 Rename objects 2022-07-25 22:45:55 +02:00
Tal Hayon 098c0c9bf6 Decompile dust functions (except 2) 2022-07-10 01:34:46 +03:00
octorock e11cfed066 Decompile some functions 2022-06-11 22:58:02 +02:00
octorock 60e33b636d Rename managers 2022-05-18 13:07:06 +02:00
Tal Hayon aceb014a82 More enum use in scripts 2022-05-15 21:20:25 +03:00
Tal Hayon 33e8152e60 Use enums for GivePlayerItem and SoundReq in scripts 2022-05-15 08:45:38 +03:00