diff options
author | yenatch <yenatch@gmail.com> | 2013-12-24 17:11:52 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-24 17:11:52 -0500 |
commit | 0cd1d2071fe902fd9a7e579062698271d685e43b (patch) | |
tree | fa8890c493c13e127aebcb07728eeb8c58eff92b /home/map_objects.asm | |
parent | 5f0e279bfafbde621830561f7a2f78171746e9d4 (diff) |
item effect incbins
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index a803f6ee1..df7d87332 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -326,7 +326,7 @@ Function18f5: ; 18f5 Function194d: ; 194d ld [hConnectionStripLength], a call GetMapObject - call $40e7 + call Function80e7 ret ; 1956 |