diff options
author | yenatch <yenatch@gmail.com> | 2013-08-15 06:06:50 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-15 06:07:14 -0400 |
commit | 000c6d134952b8fdf9cae24792c91b64348c5db7 (patch) | |
tree | b15c2236348cbcfaff12d49ed0bfba096d87c4f7 /constants.asm | |
parent | 8ecd66f5d58087988fdd4a8aaffb0c380914da4c (diff) |
CheckContestMon and a couple labels in bank 0
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 cfa3317ba..02f402bcb 100644 --- a/constants.asm +++ b/constants.asm @@ -236,6 +236,7 @@ PREDEF_PRINT_MOVE_TYPE EQU $2A PREDEF_PRINT_TYPE EQU $2B PREDEF_GET_UNOWN_LETTER EQU $2D PREDEF_LOAD_SGB_LAYOUT EQU $31 +PREDEF_CHECK_CONTEST_MON EQU $33 PREDEF_PARTYMON_ITEM_NAME EQU $3B PREDEF_DECOMPRESS EQU $40 |