summaryrefslogtreecommitdiff
path: root/vram.asm
AgeCommit message (Collapse)Author
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-26Keep memory map values in hardware_constants.asmRemy Oukaour
2017-12-26Copy sram.asm's global start/end constants for wram.asm and vram.asmRemy Oukaour
2017-03-24Revert "Fix floating sections"Ben10do
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
2017-03-15Fix floating sectionsAntonioND
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2015-11-16engine/pokegear.asmPikalaxALT
2015-10-17Restructured functions in main.asm to resemble the home functions they clonePikalaxALT