Fix issue with Enamorus Therian cry define order (#2956)

This commit is contained in:
grunt-lucas 2023-04-26 13:08:15 -06:00 committed by GitHub
parent 5afe3f5e20
commit 32dcea0cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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