index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
event
/
magnet_train.asm
Age
Commit message (
Collapse
)
Author
2017-12-26
event/ → events/, and move some appropriate engine/ files there
Remy Oukaour
2017-12-24
Rename "map permissions" to "map environment" (fix #396)
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
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-06-13
hLCDCPointer and InitList
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-05-04
More splitting of main.asm; remove unneeded rept 2
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-23
Battle Anim Object struct constants
PikalaxALT
2015-12-22
Color fns, some more address decoding in link/mobile
PikalaxALT
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-12-13
Miscellaneous labels
PikalaxALT
2015-12-02
Crystal Intro
PikalaxALT
2015-12-01
Break up engine/sprites.asm; address yenatch's comments
PikalaxALT
2015-11-28
Renaming sections, further dissolving main.asm
PikalaxALT
2015-11-20
bgcoord
PikalaxALT
2015-11-16
Split up some more banks in main.asm
PikalaxALT