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 49f3c0f4..6197ec54 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -289,7 +289,7 @@ Function17ea:: CopyObjectStruct:: ld [hMapObjectIndexBuffer], a - call Function2841 + call UnmaskObject ld a, [hConnectionStripLength] call GetMapObject callba CopyObjectStruct_ @@ -327,7 +327,7 @@ DeleteOject_CheckStopFollow:: ; 1822 (0:1822) DeleteObjectStruct:: call ApplyDeletionToMapObject - call Function2835 + call MaskObject ret CopyPlayerObjectTemplate:: |