diff options
author | yenatch <yenatch@gmail.com> | 2015-10-27 14:30:22 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-10-27 14:30:22 -0400 |
commit | 006d14640ce7f434bdc09be20eb92778574d4a89 (patch) | |
tree | 69b0adeb87fdd0c8f23cfb739215953b491e9747 /engine/predef.asm | |
parent | 25025d1b6c00e94ac9e479747898d30267fb3282 (diff) | |
parent | 9a9cb38e39c991e102a1c6da7e8e16b2a1c61e07 (diff) |
Merge pull request #319 from JimB16/master
Added comments and changed labels (mainly for AI- and Battle-Functions)
Diffstat (limited to 'engine/predef.asm')
-rw-r--r-- | engine/predef.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/predef.asm b/engine/predef.asm index 748d14c49..9fa26875a 100644 --- a/engine/predef.asm +++ b/engine/predef.asm @@ -38,11 +38,11 @@ PredefPointers:: ; 856b add_predef FillPP add_predef TryAddMonToParty add_predef Functionda96 - add_predef Functiondb3f ; $8 + add_predef SentGetPkmnIntoFromBox add_predef SentPkmnIntoBox add_predef GiveEgg add_predef Functionc6e0 - add_predef Functione167 + add_predef CalcPkmnStats add_predef Functione17b add_predef CanLearnTMHMMove add_predef GetTMHMMove @@ -50,7 +50,7 @@ PredefPointers:: ; 856b add_predef PrintMoveDesc add_predef UpdatePlayerHUD add_predef FillBox - add_predef Function3d873 + add_predef CheckPlayerPartyForFitPkmn add_predef UpdateEnemyHUD add_predef StartBattle add_predef FillInExpBar @@ -61,7 +61,7 @@ PredefPointers:: ; 856b add_predef Function421e6 add_predef Function28f63 add_predef Function28f24 - add_predef Function5084a + add_predef CopyPkmnToTempMon add_predef ListMoves ; $20 add_predef Function50d2e add_predef Function50cdb |