diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-26 20:00:48 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-26 20:00:48 -0400 |
commit | 2ea331ebb341505df1cd8429b140c52e345a5af4 (patch) | |
tree | 5f6835bddbcf17656f31f4e71ef73cf608a1fabf /engine/town_map.asm | |
parent | 2b7cb8a1d821108b8ee1551892a36371527c4ab9 (diff) |
Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions""
This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
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 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" |