summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Collapse)Author
2026-02-08Merge pull request #701 from Henny022p/cleanup/250302HEADmasterHenny022p
Various code cleanup changes
2026-02-08Merge pull request #699 from Henny022p/fix-script-s-symbolsHenny022p
fix function symbols in script.s
2025-03-09cleanup headersHenny022p
2025-03-02fix function symbols in script.sHenny022p
Otherwise the functions are not recognized as functions and the exported symbols are missing the 1 bit to mark them as thumb. Happens to work out in the repo, because the functions are only ever called using bl, but the difference is notable when trying to use the symbols to do far calls using bx in romhacks.
2025-01-12rename gUnk_020000B0 to gEnemyTarget and move it to a headerHenny022p
2024-01-06Add more tilemap documentationoctorock
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-01gustjar player fieldstheo3
2024-01-01npc5 documenttheo3
2023-12-31define collisionstheo3
2023-12-31document tile asm functionstheo3
2023-12-30create enemy struct and enemy flagstheo3
2023-12-30label BounceUpdate asmtheo3
2023-12-31Merge branch 'master' into tilemap-docsoctorock
2023-12-29document RoomVars structtheo3
2023-12-29label some asm functionstheo3
2023-12-28message definitionstheo3
2023-12-28Merge branch 'master' into tilemap-docsoctorock
2023-12-21Match sub_080A1270 (#657)KEKW555
* Nuke asm/non_matching/objectB9 directory * Match sub_080A1270
2023-12-21Match sub_0801E31C (#656)KEKW555
* Match sub_0801E31C * Nuke common folder * Remove unnecessary casts
2023-12-17Restore evil spirit (#654)KEKW555
* Delete asm/object directory * Restore evilSpirit.c * Sync linker * Delete data/const/object/evilSpirit.s * Update assets.json * Fix fields
2023-12-17Match sub_0807D46C (#653)KEKW555
* Nuke code_0807CC3C directory * Match sub0807D46C
2023-12-17Match sub_080803D0 (#650)KEKW555
2023-12-17Match sub_0807D6D8 (#649)KEKW555
2023-12-10Match sub_08066490 (#648)KEKW555
* Nuke sub_08066490.inc * Match sub_08066490 * Remove extra bracket
2023-12-10Cleanup nonmatching folder (#646)KEKW555
* Nuke InitSaveHeader.inc * Nuke pushableFurniture * Nuke KinstoneMenu_080A414C.inc * Nuke sub_080622F4.inc * Nuke ClearBit.inc * Nuke WriteBit.inc
2023-12-09Match zmalloc (#644)KEKW555
* Nuke zMalloc.inc * Match zMalloc * Fix comments
2023-12-09Match last vram.c function. (#645)KEKW555
* Nuke sub_080AE218.inc * Match last vram.c function * Minor coding blip
2023-12-09Match sub_0801A570 (#643)KEKW555
* Nuke sub_0801A570.inc * Match sub_0801A570 * Fix arg data type * Fix misc issues
2023-12-09Match remaining playerUtils.c functions. (#642)KEKW555
* Nuke sub_080784E4.inc * Nuke sub_0807A2F8.inc * Match remaining playerUtils functions * Fix build failures
2023-12-03Match sub_080762D8 (#640)KEKW555
* Nuke sub_080762D8.inc * Match sub_080762D8 * Fix field name * Fix field name v2
2023-12-03Match sub_0807D280 (#639)KEKW555
* Nuke sub_0807D280.inc * Match sub_0807D280 * Removed unused vars
2023-12-03Match sub_0801E49C (#638)KEKW555
* Nuke sub_0801E49C.inc * Match sub_0801E49C * Fix data types * Match signature * Add typecast and referring function signature * Fix lint issue
2023-12-03Match sub_08088160 (#637)KEKW555
* Nuke asm/non_matching/figurineDevice/sub_08088160.inc * Match sub_08088160 * Remove headers * Update vars * Add JP & EU ifdefs * Revert field names
2023-11-30Match sub_0807C8B0ThothWhatsThis
2023-11-30Match sub_0807BFD0ThothWhatsThis
2023-11-30Match sub_080789A8ThothWhatsThis
2023-11-29Delete asm/non_matching/playerUtils/sub_080792D8.incKEKW555
2023-08-01Create new entity structs for NPCsoctorock
2023-07-05Use metatile enumoctorock
2023-06-24Create enums for Vvvs and MetaTilesoctorock
2023-06-17Extract KeyValuePairsoctorock
2023-06-10Extract some map data definitionsoctorock
2023-06-01Document some screen shake dataoctorock
2023-05-31Merge remote-tracking branch 'upstream/master' into tilemap-docsoctorock
2023-05-24Match DispCtrlSetanonymous
2023-05-06Merge remote-tracking branch 'upstream/master' into interaction-stuffCatobat
2023-05-05Some comments and label names for GetFuserIdCatobat