summaryrefslogtreecommitdiff
path: root/home/lcd.asm
AgeCommit message (Collapse)Author
2021-11-23Use ~X instead of $ff ^ XRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize home/ with pokegoldRangi
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-02-16Update to rgbds 0.3.8Rangi
2018-08-25hLabel - $ff00 -> LOW(hLabel)Rangi
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-02More unreferenced labels cleanupxCrystal
2017-12-29Clean up changes in 3c6c80fxCrystal
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2016-06-13hLCDCPointer and InitListpikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-16Map script and color shenanigansPikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2014-12-29Use "- $ff00" instead of "& $ff" when dealing with hram.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-09-09rename common/ to home/yenatch