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 (
Expand
)
Author
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-16
Harmonize home/ with pokegold
Rangi
2019-05-25
Fix usage of rIE and rSC constants
mid-kid
2019-02-16
Update to rgbds 0.3.8
Rangi
2018-08-25
hLabel - $ff00 -> LOW(hLabel)
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
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 % $100`...
Remy Oukaour
2016-06-13
hLCDCPointer and InitList
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
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
2013-09-09
rename common/ to home/
yenatch