summaryrefslogtreecommitdiff
path: root/home/fade.asm
AgeCommit message (Collapse)Author
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2018-09-09Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphicRangi
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-02Clean up XXX comments for unused contentxCrystal
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2015-11-20bgcoordPikalaxALT
2015-07-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-06-23Remove trailing newlines.IIMarckus
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-09-09rename common/ to home/yenatch