diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-10-25 16:01:12 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-10-25 16:01:12 -0700 |
commit | 07612257ccf21e0b5a4be28d7b5d9b7d9917d613 (patch) | |
tree | ae88e3028cf13f549b2257383b9931d18298a9c0 /home/map_objects.asm | |
parent | 80329c54897a545b9b8b3e82b686b09f295bb67a (diff) | |
parent | 046192575eec6405472ed2a43c701c7e25645c66 (diff) |
Merge pull request #213 from yenatch/merge-mrwint
Merge mrwint/master into kanzure/master
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 |