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/battle/common_text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle') diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index fcc00376..449fc1ab 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -16,7 +16,7 @@ PrintBeginningBattleText: ; f4000 (3d:4000) jr c,.asm_f4026 ld e,$a .asm_f4026 - callab Func_f0000 + callab PlayPikachuSoundClip jr .continue .notnewbattletype ld a, [wEnemyMonSpecies2] -- cgit v1.3.1-sl0p