diff options
author | yenatch <yenatch@gmail.com> | 2013-04-08 02:15:08 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-08 02:19:28 -0400 |
commit | 5f4fcbfba2742a04bd0dff37b8d0d5a90e56e3c3 (patch) | |
tree | b914fce9c96141699a2d6bd29b454ba5c7a04802 /constants.asm | |
parent | 1888e8ad6b05bbf2655665856f71c41b64822fb4 (diff) |
minor wram fixes
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 395c41b65..5f620f34b 100644 --- a/constants.asm +++ b/constants.asm @@ -3357,6 +3357,7 @@ SPECIAL_MONCHECK EQU $0097 ; predefs PREDEF_FILLPP EQU $05 +PREDEF_ADDPARTYMON EQU $06 PREDEF_FILLSTATS EQU $0C PREDEF_FILLMOVES EQU $1B PREDEF_GETUNOWNLETTER EQU $2D |