aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/evolution.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2022-08-11 21:23:08 -0400
committerGitHub <noreply@github.com>2022-08-11 21:23:08 -0400
commitbbb0e7e82deb6741f75a12b48f81076d92f5d9dc (patch)
tree068961260e172327acb8cc0eff0d6681ac64ebf2 /engine/movie/evolution.asm
parentUpdate comments related to Swift and Substitute checks (#380) (diff)
downloadpokeyellow-bbb0e7e82deb6741f75a12b48f81076d92f5d9dc.tar.gz
pokeyellow-bbb0e7e82deb6741f75a12b48f81076d92f5d9dc.tar.xz
pokeyellow-bbb0e7e82deb6741f75a12b48f81076d92f5d9dc.zip
Use the same music headers as pokecrystal (#382)
Diffstat (limited to 'engine/movie/evolution.asm')
-rw-r--r--engine/movie/evolution.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/movie/evolution.asm b/engine/movie/evolution.asm
index 77840556..4464fd87 100644
--- a/engine/movie/evolution.asm
+++ b/engine/movie/evolution.asm
@@ -8,7 +8,7 @@ EvolveMon:
push af
xor a
ld [wLowHealthAlarm], a
- ld [wChannelSoundIDs + Ch5], a
+ ld [wChannelSoundIDs + CHAN5], a
dec a ; SFX_STOP_ALL_MUSIC
ld [wNewSoundID], a
call PlaySound