summaryrefslogtreecommitdiff
path: root/asm/src
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-29label some asm functionstheo3
2023-12-28message definitionstheo3
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-05Some comments and label names for GetFuserIdCatobat
2023-01-08Name some more functions in common.cCatobat
2023-01-04remove fake global gUnk_02021F70Henny022p
part of gBG1Buffer
2023-01-04remove fake global gUnk_020344F0Henny022p
part of gBG2Buffer
2022-12-21Fix pathsoctorock
2022-12-11Extract dungeon mapsoctorock
2022-10-08Extract some dataoctorock
And split up subtasks and world events.
2022-08-09Document some player item stuffoctorock
2022-06-11Decompile some functionsoctorock
2022-04-15Removed Fake Global gCosinePositionIbot02
It wasn't actually used in c, and having it the way we did made accesses to gSineTable rely on out-of-bounds accesses to gSineTable (which then accessed gCosineTable since they were consecutive)
2022-03-28namingtheo3
2022-03-27player asm stufftheo3
2022-03-27player asm wiptheo3
2022-03-17cleanuptheo3
2022-03-16move handwritten asm to srctheo3