From ef6eb622c4307d4ef92ee5491503fefd1c55957c Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 14 Nov 2011 02:48:50 -0700 Subject: Minor clarifications in Pallet Town scripts. hg-commit-id: f42fc4aeadc6 --- constants.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p