diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-11-14 02:48:50 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-11-14 02:48:50 -0700 |
commit | ef6eb622c4307d4ef92ee5491503fefd1c55957c (patch) | |
tree | 87763246bdbe11f5eaf368a3067208ba8a75e06a /constants.asm | |
parent | 1f5696ddda478dc6c7f00850c13807c82012e02e (diff) |
Minor clarifications in Pallet Town scripts.
hg-commit-id: f42fc4aeadc6
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 09e97a9a..e25054a9 100644 --- a/constants.asm +++ b/constants.asm @@ -82,8 +82,13 @@ W_ISLINKBATTLE EQU $D12B W_CURMAP EQU $D35E +W_YCOORD EQU $D361 ; player’s position on the current map +W_XCOORD EQU $D362 + W_RIVALSTARTER EQU $D715 +W_PLAYERSTARTER EQU $D717 + W_GRASSRATE EQU $D887 W_GRASSMONS EQU $D888 W_WATERRATE EQU $D8A4 ; OVERLOADED |