diff options
author | IIMarckus <iimarckus@gmail.com> | 2013-05-22 01:11:07 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2013-05-22 01:11:07 -0600 |
commit | 620cf7a2a7cafd8710d9b0e6446ed9d2a41894b6 (patch) | |
tree | 6436a409a815e59bbd44dd2e3e79040bafa541c1 /constants.asm | |
parent | 56d0175ad89c9c242c8945355ab1cf5675c4c3a5 (diff) |
Disassemble Kris's PC.
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 4885f7e98..341f1765b 100644 --- a/constants.asm +++ b/constants.asm @@ -3214,6 +3214,15 @@ MYSTERY_GIFT EQU 3 MOBILE EQU 4 MOBILE_STUDIUM EQU 5 +; kris's pc menu items +WITHDRAW_ITEM EQU 0 +DEPOSIT_ITEM EQU 1 +TOSS_ITEM EQU 2 +MAIL_BOX EQU 3 +DECORATION EQU 4 +TURN_OFF EQU 5 +LOG_OFF EQU 6 + ; name length PLAYER_NAME_LENGTH EQU 8 PKMN_NAME_LENGTH EQU 11 |