From caa83c08a76c5b6ffa0546f395d8c3d5f10643b4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 17 Dec 2015 15:14:51 -0500 Subject: Movement etc. --- home/map_objects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/map_objects.asm') diff --git a/home/map_objects.asm b/home/map_objects.asm index 67a6c52d5..855e0af39 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -369,7 +369,7 @@ Function1967:: ; 1967 call Function1985 pop af call GetObjectStruct - callba Function4357 + callba DeleteMapObject ret ; 1985 @@ -435,7 +435,7 @@ Function19b8:: ; 19b8 .ok ld a, b call GetObjectStruct - callba Function4357 + callba DeleteMapObject ret ; 19e9 -- cgit v1.2.3