index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
lcd.asm
Age
Commit message (
Collapse
)
Author
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-02
More unreferenced labels cleanup
xCrystal
2017-12-29
Clean up changes in 3c6c80f
xCrystal
2017-12-29
LY_BLANK and rLCDC constants
xCrystal
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵
Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2016-06-13
hLCDCPointer and InitList
pikalaxalt
2016-04-10
Local 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-26
jumptable macro repurposed
PikalaxALT
2015-12-16
Map script and color shenanigans
PikalaxALT
2015-06-23
Remove trailing newlines.
IIMarckus
2014-12-29
Use "- $ff00" instead of "& $ff" when dealing with hram.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
This fixes the build.
2013-09-09
rename common/ to home/
yenatch