diff options
author | yenatch <yenatch@gmail.com> | 2014-06-16 10:32:39 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-16 10:32:39 -0700 |
commit | 0b7dfeb9b208a16682e92de9cf15e19fb8cf8a94 (patch) | |
tree | 5cb2f16bee78449ff90a041670c8f0624f85442d /constants/misc_constants.asm | |
parent | f244e4483e1b47fcf62cede08acf829aca5b5750 (diff) |
Name and comment some move learning functions.
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index bf56c15a1..f2e5f2100 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -22,6 +22,7 @@ NUM_BOXES EQU 14 ; predefs +PREDEF_LEARN_MOVE EQU $00 PREDEF_FLAG EQU $03 PREDEF_FILLPP EQU $05 PREDEF_ADDPARTYMON EQU $06 |