summaryrefslogtreecommitdiff
path: root/home/predef.asm
AgeCommit message (Collapse)Author
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2014-09-13Commented more sprite and map codeYamaArashi
2014-05-31Split more code out of home.asm.yenatch