index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
gfx_41.asm
Age
Commit message (
Collapse
)
Author
2017-12-15
Move some misc/ files into meaningful directories
Remy Oukaour
2017-12-11
Rename overworld sprite files, consistent with their constants
Remy Oukaour
2017-12-09
Move some gfx/misc/ files into meaningful directories
Remy Oukaour
2017-06-09
Replace ‘jp [hl]’ with ‘jp hl’
Ben10do
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings.
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-08
All functions in main.asm have non-generic names
pikalaxalt
2016-05-04
HDMA transfer functions
pikalaxalt
2016-04-10
Local labels starting with underscores have colons depending on whether the ↵
pikalaxalt
first alphanumeric character is capitalized or not
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a ↵
pikalaxalt
trailing colon
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-22
More stats screen shenanigans
PikalaxALT
2015-12-19
More work on slots; WRAM cleanup, Move Deleter
PikalaxALT
2015-12-17
Mobile trade animations, pokepic animations
PikalaxALT
2015-12-09
opentext and breeding
PikalaxALT
2015-11-30
More breakup of main.asm
PikalaxALT