aboutsummaryrefslogtreecommitdiffstats
path: root/constants.asm
diff options
context:
space:
mode:
authorSawakita <sawakitanoodles@gmail.com>2012-01-15 15:40:13 +0100
committerSawakita <sawakitanoodles@gmail.com>2012-01-15 15:40:13 +0100
commit916b31351797bece6510db6128fb7fd24b6ccc3f (patch)
tree2b47799379ec07dbd478b7abda388969e9b8be9e /constants.asm
parentPalette differences between Red and Blue version. (diff)
downloadpokeyellow-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.asm2
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