mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-08 11:06:29 -05:00
Fix issue with Enamorus Therian cry define order (#2956)
This commit is contained in:
@@ -4246,6 +4246,10 @@ Cry_ThundurusTherian::
|
||||
Cry_LandorusTherian::
|
||||
.incbin "sound/direct_sound_samples/cries/landorus_therian.bin"
|
||||
|
||||
.align 2
|
||||
Cry_EnamorusTherian::
|
||||
.incbin "sound/direct_sound_samples/cries/enamorus_therian.bin"
|
||||
|
||||
.align 2
|
||||
Cry_KyuremWhite::
|
||||
.incbin "sound/direct_sound_samples/cries/kyurem_white.bin"
|
||||
@@ -4360,10 +4364,6 @@ Cry_CalyrexIceRider::
|
||||
Cry_CalyrexShadowRider::
|
||||
.incbin "sound/direct_sound_samples/cries/calyrex_shadow_rider.bin"
|
||||
|
||||
.align 2
|
||||
Cry_EnamorusTherian::
|
||||
.incbin "sound/direct_sound_samples/cries/enamorus_therian.bin"
|
||||
|
||||
.endif
|
||||
|
||||
.align 2
|
||||
|
||||
Reference in New Issue
Block a user