index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
movement.asm
Age
Commit message (
Expand
)
Author
2019-11-03
Split menu code out of home/movement.asm
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-06-25
Single newline at the end of files
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
Renaming: (fix #412)
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-09
More WRAM cleanup
Remy Oukaour
2016-05-14
Unify directional movement macros
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
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
2016-03-01
Battle animation annotations
PikalaxALT
2015-12-23
Battle Anim Object struct constants
PikalaxALT
2015-12-17
More menu stuff
PikalaxALT
2015-12-17
Mobile trade animations, pokepic animations
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-11-18
CmdQueues
PikalaxALT
2015-11-09
Cleaning up static HRAM labels; movement stuff, route 38 trainers
PikalaxALT
2015-10-24
About time I got to these functions
PikalaxALT
2015-10-16
Split up bank 2; other relabelings
PikalaxALT
2015-07-22
Various annotations
PikalaxALT
2015-07-20
Reverted ld_hl_pointer macro
PikalaxALT
2015-07-20
More label updates, moved predefs to new file
PikalaxALT
2015-07-15
More enumeration of constants, more annotations of scripts.
PikalaxALT
2015-06-23
Remove trailing newlines.
IIMarckus
2015-02-10
Blind wram labels part 4.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
2013-11-27
split some more and recomment more home asm
yenatch