diff options
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |