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 (
Expand
)
Author
2018-03-13
Organize the engine/ directory
mid-kid
2018-02-25
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-22
Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBox
mid-kid
2018-02-22
Pkmn -> Mon
mid-kid
2018-02-14
Label some daycare-related functions
mid-kid
2018-02-13
Fix use of one constant
mid-kid
2018-02-09
Comment GeneratePartyMonStats
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-16
Remove Predef_ prefix from routines listed in PredefPointers
Remy Oukaour
2018-01-07
Predef_FlagAction -> Predef_SmallFarFlagAction
xCrystal
2018-01-05
Predef_Flag -> Predef_FlagAction
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2018-01-02
Clean up XXX comments for unused content
xCrystal
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
Add more constants for some maximum values
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
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 t...
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
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