diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-01-18 23:48:31 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-01-18 23:48:31 -0700 |
commit | 50e0970d472580e5725e416c5dd53642d0ba0ea9 (patch) | |
tree | aa3f7412c93577b6eb45a49d22a82dd8c629eb86 /constants.asm | |
parent | 08ea1fa6f1fc53ebf938a48419a88471906df508 (diff) |
Cleanup of Oak’s Lab scripts.
hg-commit-id: afd0c1ae3ed0
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 2f1d165e..02598ed8 100644 --- a/constants.asm +++ b/constants.asm @@ -158,6 +158,7 @@ W_PLAYERNAME EQU $D158 ; 11 characters, including null W_NUMINPARTY EQU $D163 W_NUMBAGITEMS EQU $D31D +W_BAGITEM01 EQU $D31E W_RIVALNAME EQU $D34A ; 11 characters, including null @@ -175,6 +176,8 @@ W_PEOPLEMOVEPERMISSIONS EQU $D4E4 W_PLAYERCOINS1 EQU $D5A4 W_PLAYERCOINS2 EQU $D5A5 +W_OAKSLABCURSCRIPT EQU $D5F0 + W_RIVALSTARTER EQU $D715 W_PLAYERSTARTER EQU $D717 |