aboutsummaryrefslogtreecommitdiffstats
path: root/engine/town_map.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-24 17:35:57 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-24 17:35:57 -0400
commit3a5d7ec05db9ce1156863983a0427396d6f6f49b (patch)
treeb85979ed890027d54edcd4deca8be46dbf10cbf7 /engine/town_map.asm
parentComplete documentation of bank3 (diff)
downloadpokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.tar.gz
pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.tar.xz
pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.zip
data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions
Also rename pcm-related functions.
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-xengine/town_map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm
index 31eefcfd..ea60e5a4 100755
--- a/engine/town_map.asm
+++ b/engine/town_map.asm
@@ -108,7 +108,7 @@ DisplayTownMap: ; 70eb7 (1c:4eb7)
ld a,[hJoy5]
and D_DOWN | D_UP
ret z
- callab Func_f0000
+ callab PlayPikachuSoundClip
ret
INCLUDE "data/town_map_order.asm"