diff options
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index 3ebc1b597..a803f6ee1 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -337,9 +337,7 @@ Function1956: ; 1956 call Function271e ld a, [hConnectionStripLength] call GetMapObject - ld a, $2 - ld hl, $40e7 - rst FarCall + callba Function80e7 ret ; 1967 |