diff options
| author | Sawakita <sawakitanoodles@gmail.com> | 2012-01-14 19:11:48 +0100 |
|---|---|---|
| committer | Sawakita <sawakitanoodles@gmail.com> | 2012-01-14 19:11:48 +0100 |
| commit | 64c09f8c326a1f6b00d4f2ff2241c281c1be9842 (patch) | |
| tree | fa5d17adf3512c2acae441f358674f8ff22d45cc | |
| parent | Minor improving. (diff) | |
| download | pokeyellow-64c09f8c326a1f6b00d4f2ff2241c281c1be9842.tar.gz pokeyellow-64c09f8c326a1f6b00d4f2ff2241c281c1be9842.tar.xz pokeyellow-64c09f8c326a1f6b00d4f2ff2241c281c1be9842.zip | |
Add some labels for RAM locations, relative to mapheader.
hg-commit-id: 077e4a4aa7ed
| -rw-r--r-- | constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index dafee50e..b8600c3a 100644 --- a/constants.asm +++ b/constants.asm @@ -158,6 +158,12 @@ W_CURMAP EQU $D35E W_YCOORD EQU $D361 ; player’s position on the current map W_XCOORD EQU $D362 +W_MAPDATAPTR EQU $D36A +W_MAPTEXTPTR EQU $D36C +W_MAPSCRIPTPTR EQU $D36E + +W_MAPTEXTPTRLIST EQU $D4E4 + W_PLAYERCOINS1 EQU $D5A4 W_PLAYERCOINS2 EQU $D5A5 |
