From 3a5d7ec05db9ce1156863983a0427396d6f6f49b Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 24 Oct 2015 17:35:57 -0400 Subject: data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions Also rename pcm-related functions. --- engine/town_map.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/town_map.asm') 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" -- cgit v1.3.1-sl0p