From 916b31351797bece6510db6128fb7fd24b6ccc3f Mon Sep 17 00:00:00 2001 From: Sawakita Date: Sun, 15 Jan 2012 15:40:13 +0100 Subject: 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 --- constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p