diff options
| author | Sawakita <sawakitanoodles@gmail.com> | 2012-01-15 15:40:13 +0100 |
|---|---|---|
| committer | Sawakita <sawakitanoodles@gmail.com> | 2012-01-15 15:40:13 +0100 |
| commit | 916b31351797bece6510db6128fb7fd24b6ccc3f (patch) | |
| tree | 2b47799379ec07dbd478b7abda388969e9b8be9e /constants.asm | |
| parent | Palette differences between Red and Blue version. (diff) | |
| download | pokeyellow-916b31351797bece6510db6128fb7fd24b6ccc3f.tar.gz pokeyellow-916b31351797bece6510db6128fb7fd24b6ccc3f.tar.xz pokeyellow-916b31351797bece6510db6128fb7fd24b6ccc3f.zip | |
Fix a RAM location mis-labeling. At $D4E4 there is the list of current map's people-movement-permissions, not the list of map's text-pointers.
hg-commit-id: 409379e6e31e
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 7fb741bb..fa4d42e9 100644 --- a/constants.asm +++ b/constants.asm @@ -162,7 +162,7 @@ W_MAPDATAPTR EQU $D36A W_MAPTEXTPTR EQU $D36C W_MAPSCRIPTPTR EQU $D36E -W_MAPTEXTPTRLIST EQU $D4E4 +W_PEOPLEMOVEPERMISSIONS EQU $D4E4 W_PLAYERCOINS1 EQU $D5A4 W_PLAYERCOINS2 EQU $D5A5 |
