index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
event
/
magikarp.asm
Age
Commit message (
Expand
)
Author
2017-12-26
event/ → events/, and move some appropriate engine/ files there
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
Move some gfx/unknown/ files into meaningful directories
Remy Oukaour
2017-12-09
More WRAM cleanup
Remy Oukaour
2017-12-09
Define more charmap characters and use them in place of hard-coded numbers
Remy Oukaour
2017-01-16
Labels for Trainer Rankings stat tracking functions
hatschky
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a t...
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-11-04
Replace party struct relative values with EQUS constants
PikalaxALT
2015-10-13
Unicode
IIMarckus
2015-10-11
Magikarp functions moved to event/magikarp.asm
PikalaxALT