diff options
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-x | engine/town_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm index ea60e5a4..31eefcfd 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 PlayPikachuSoundClip + callab Func_f0000 ret INCLUDE "data/town_map_order.asm" |