index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
init.asm
Age
Commit message (
Expand
)
Author
2017-12-29
Clean up changes in 3c6c80f
xCrystal
2017-12-29
LY_BLANK and rLCDC constants
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-26
Keep memory map values in hardware_constants.asm
Remy Oukaour
2017-12-26
Copy sram.asm's global start/end constants for wram.asm and vram.asm
Remy Oukaour
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-09
Further WRAM organization
Remy Oukaour
2016-05-19
Comment on bug in ClearWRAM
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-05
Mobile and more battle anims
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2015-12-26
Move effects; no more reloadmapmusic, returnafterbattle
PikalaxALT
2015-11-11
More splits; map setup labels
PikalaxALT
2015-11-06
BATTLEACTION constants
PikalaxALT
2015-11-05
Various labels
PikalaxALT
2015-10-19
So very jumb
PikalaxALT
2015-06-23
Remove trailing newlines.
IIMarckus
2015-02-10
Blind wram labels part 4.
yenatch
2014-06-16
Use a predef macro that takes labels instead of juggling constants.
yenatch
2014-05-21
Comment music functions in home.asm.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
2013-10-11
fix labels for SoundRestart and UpdateSound
yenatch
2013-09-09
rename common/ to home/
yenatch