index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
move_mon.asm
Age
Commit message (
Collapse
)
Author
2017-12-10
Consistent capitalization for map names, matching their constants
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
Remy Oukaour
2016-06-07
Fix indentation in many places
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 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
2016-01-19
Merge branch 'master' of https://github.com/pret/pokecrystal
PikalaxALT
2016-01-04
more gfx-related labels
PikalaxALT
2015-12-26
jumptable macro repurposed
PikalaxALT
2015-12-26
Move effects; no more reloadmapmusic, returnafterbattle
PikalaxALT
2015-12-24
writebackup --> closewindow; game corner prize vendors; others
PikalaxALT