summaryrefslogtreecommitdiff
path: root/src/npc
AgeCommit message (Collapse)Author
2025-03-09cleanupHenny022p
2025-03-09cleanup unused and transitive includesHenny022p
2025-03-09cleanup asm.hHenny022p
2025-03-09cleanup structures.hHenny022p
2025-03-09cleanup headersHenny022p
2025-03-09more transition function cleanupHenny022p
2025-03-09replace ScreenTransitionData with TransitionHenny022p
the struct did exist twice
2024-01-06Fix formatoctorock
2024-01-06Rename vvv to actTileoctorock
2024-01-06Rename metaTilesoctorock
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
2024-01-06Merge branch 'master' into tilemap-docsoctorock
2024-01-01npc5 documenttheo3
2023-12-31define collisionstheo3
2023-12-31Merge pull request #684 from notyourav/tilesTheo
Tiles documentation
2023-12-31document tile asm functionstheo3
2023-12-31True match sub_08068578 (#683)KEKW555
2023-12-31True match sub_0806252CElmyr de Hory
Co-authored-by: KEKW555 <152369890+KEKW555@users.noreply.github.com>
2023-12-30label contact flagstheo3
2023-12-30merge upstreamtheo3
2023-12-30label BounceUpdate asmtheo3
2023-12-31Merge branch 'master' into tilemap-docsoctorock
2023-12-30Fix formatoctorock
2023-12-30Merge branch 'master' into enemiesoctorock
2023-12-30Use new entity struct for playeroctorock
2023-12-30Invert NENT_DEPRECATED defineoctorock
To define ENT_DEPRECATED in files that still need the old entity structs.
2023-12-30Create new entity structs for enemiesoctorock
2023-12-29document RoomVars structtheo3
2023-12-28message definitionstheo3
2023-12-28clean up linkAnimation.ctheo3
2023-12-28fix fakematch in LinkHoldingItem_Action3theo3
2023-12-28Merge branch 'master' into tilemap-docsoctorock
2023-12-24Match SortKinstoneBagHenny022p
extract kinstone related data from SaveFile into it's own struct Co-authored-by: KEKW555 <152369890+KEKW555@users.noreply.github.com>
2023-12-10Match sub_08066490 (#648)KEKW555
* Nuke sub_08066490.inc * Match sub_08066490 * Remove extra bracket
2023-12-10Applied the enum for interactions (#647)Reinmmar
* Interactions enum applied * Interactions enum applied
2023-09-18Filled in the directionsReinmmar
2023-08-15Labeled all unlabeled inputs(if I didn't miss any)Reinmmar
2023-08-06Merge pull request #620 from Henny022p/savefilenotyourav
SaveFile cleanup
2023-08-02SaveFile cleanup part 3Henny022p
2023-08-02SaveFile cleanup part 1Henny022p
2023-08-01Create new entity structs for NPCsoctorock
2023-08-01Add documentation head to all NPCsoctorock
2023-07-05Use metatile enumoctorock
2023-07-05formatHenny022p
2023-07-05various small documentation changesHenny022p
made during SGDQ23 while working on multiworld randomizer Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
2023-06-24Create enums for Vvvs and MetaTilesoctorock
2023-06-17Extract player macrosoctorock
2023-06-17Extract KeyValuePairsoctorock
2023-06-10Extract some map data definitionsoctorock
2023-05-31Merge remote-tracking branch 'upstream/master' into tilemap-docsoctorock
2023-05-06Missed a lineCatobat