mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Fix issue with Enamorus Therian cry define order (#2956)
This commit is contained in:
parent
5afe3f5e20
commit
32dcea0cdb
@ -4246,6 +4246,10 @@ Cry_ThundurusTherian::
|
|||||||
Cry_LandorusTherian::
|
Cry_LandorusTherian::
|
||||||
.incbin "sound/direct_sound_samples/cries/landorus_therian.bin"
|
.incbin "sound/direct_sound_samples/cries/landorus_therian.bin"
|
||||||
|
|
||||||
|
.align 2
|
||||||
|
Cry_EnamorusTherian::
|
||||||
|
.incbin "sound/direct_sound_samples/cries/enamorus_therian.bin"
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
Cry_KyuremWhite::
|
Cry_KyuremWhite::
|
||||||
.incbin "sound/direct_sound_samples/cries/kyurem_white.bin"
|
.incbin "sound/direct_sound_samples/cries/kyurem_white.bin"
|
||||||
@ -4360,10 +4364,6 @@ Cry_CalyrexIceRider::
|
|||||||
Cry_CalyrexShadowRider::
|
Cry_CalyrexShadowRider::
|
||||||
.incbin "sound/direct_sound_samples/cries/calyrex_shadow_rider.bin"
|
.incbin "sound/direct_sound_samples/cries/calyrex_shadow_rider.bin"
|
||||||
|
|
||||||
.align 2
|
|
||||||
Cry_EnamorusTherian::
|
|
||||||
.incbin "sound/direct_sound_samples/cries/enamorus_therian.bin"
|
|
||||||
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
|
Loading…
Reference in New Issue
Block a user