diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-22 00:15:06 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-22 00:15:06 -0700 |
commit | dff781c057375b35372391aba01e838d58c9bb2b (patch) | |
tree | 6436a409a815e59bbd44dd2e3e79040bafa541c1 /constants.asm | |
parent | fdc1609f2a658b26599a9191bfbe99095248b6fc (diff) | |
parent | 620cf7a2a7cafd8710d9b0e6446ed9d2a41894b6 (diff) |
Merge pull request #139 from iimarckus/peecee
PC stuff
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 |