mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +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::
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user