diff options
author | yenatch <yenatch@gmail.com> | 2015-07-21 23:49:18 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-07-21 23:49:18 -0700 |
commit | ec10d9dd6f8db685270529b49f0b3007a7242dcc (patch) | |
tree | 37b8a2883a5439baf83578eb1456d1145d5a0804 /engine/map_objects.asm | |
parent | dc620c08ee43a4baee7cb4b04b22661ccf2ad60a (diff) |
Add constants for common map object ids.
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r-- | engine/map_objects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |