From 50e0970d472580e5725e416c5dd53642d0ba0ea9 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 18 Jan 2012 23:48:31 -0700 Subject: Cleanup of Oak’s Lab scripts. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: afd0c1ae3ed0 --- constants.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p