aboutsummaryrefslogtreecommitdiffstats
path: root/home/predef.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi1-3/+3
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi1-6/+6
2020-11-04Sync with pokereddannye1-2/+2
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-4/+4
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi1-4/+4
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu221-1/+1
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz1-1/+1
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>
2016-06-11remove address commentsYamaArashi1-2/+2
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel1-3/+3
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-06-20Complete documentation of home.asm for pokeyellow.luckytyphlosion1-6/+4
Note: Some functions may not exist, as they aren't documented.
2014-09-13Commented more sprite and map codeYamaArashi1-1/+1
2014-05-31Split more code out of home.asm.yenatch1-0/+50