From 85c97397c387a30a90c42d857ed18075c51b980f Mon Sep 17 00:00:00 2001 From: vulcandth Date: Mon, 6 Jun 2022 16:22:38 -0500 Subject: Improved Virtual Console patch identifiers (#85) --- engine/pikachu/pikachu_pcm.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/pikachu') diff --git a/engine/pikachu/pikachu_pcm.asm b/engine/pikachu/pikachu_pcm.asm index d971ea85..844449f9 100644 --- a/engine/pikachu/pikachu_pcm.asm +++ b/engine/pikachu/pikachu_pcm.asm @@ -1,5 +1,5 @@ PlayPikachuSoundClip:: - vc_hook PLAY_NEW + vc_hook Unknown_PlayPikachuSoundClip_start ld a, e ld e, a ld d, $0 @@ -40,7 +40,7 @@ PlayPikachuSoundClip:: ld a, l cp $40 ; end of wave data jr nz, .saveWaveDataLoop - vc_patch PLAY_MUTE + vc_patch Unknown_PlayPikachuSoundClip_end IF DEF(_YELLOW_VC) ld a, 0 ELSE -- cgit v1.3.1-sl0p