diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 15:14:51 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 15:14:51 -0500 |
commit | caa83c08a76c5b6ffa0546f395d8c3d5f10643b4 (patch) | |
tree | e25fbe75880c22cd71f104c2bf6a73c4705ad41b /home/map_objects.asm | |
parent | efee40447ef4bce70cb97fa9c653fe350af000d1 (diff) |
Movement etc.
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 |