From ec10d9dd6f8db685270529b49f0b3007a7242dcc Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 21 Jul 2015 23:49:18 -0700 Subject: Add constants for common map object ids. --- engine/map_objects.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/map_objects.asm') diff --git a/engine/map_objects.asm b/engine/map_objects.asm index 6cbdc87aa..28fadfd1a 100644 --- a/engine/map_objects.asm +++ b/engine/map_objects.asm @@ -2761,7 +2761,7 @@ Function5602: ; 5602 ld a, [wd459] bit 7, a jr z, .ok - ld a, [$ffe0] + ld a, [hLastTalked] and a jr z, .ok call Function5629 -- cgit v1.2.3