summaryrefslogtreecommitdiff
path: root/asm/src/script.s
AgeCommit message (Collapse)Author
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.
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
2023-12-31document tile asm functionstheo3
2023-12-30label BounceUpdate asmtheo3
2023-07-05Use metatile enumoctorock
2023-06-24Create enums for Vvvs and MetaTilesoctorock
2023-06-17Extract KeyValuePairsoctorock
2023-06-01Document some screen shake dataoctorock
2022-03-17cleanuptheo3
2022-03-16move handwritten asm to srctheo3