diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-06 16:22:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 17:22:38 -0400 |
| commit | 85c97397c387a30a90c42d857ed18075c51b980f (patch) | |
| tree | 733cdbeb9ec71d190d8c7a1d5e55f06c91d08dc7 /engine/pikachu | |
| parent | Remove Stadium data patch from tools/make_patch.c (#84) (diff) | |
| download | pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.gz pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.xz pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.zip | |
Improved Virtual Console patch identifiers (#85)
Diffstat (limited to 'engine/pikachu')
| -rw-r--r-- | engine/pikachu/pikachu_pcm.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
