cry fixes

This commit is contained in:
leo60228 2023-10-30 23:20:24 -04:00
parent a7e604e953
commit 392a65dec0
No known key found for this signature in database
GPG Key ID: 6F3EB461799AD95E
21 changed files with 30 additions and 10 deletions

View File

@ -2135,7 +2135,7 @@ gCryTable::
cry Cry_Quaquaval cry Cry_Quaquaval
cry Cry_Lechonk cry Cry_Lechonk
cry Cry_Oinkologne cry Cry_Oinkologne
cry Cry_Oinkologne cry Cry_OinkologneFemale
cry Cry_Tarountula cry Cry_Tarountula
cry Cry_Spidops cry Cry_Spidops
cry Cry_Nymble cry Cry_Nymble
@ -2145,7 +2145,7 @@ gCryTable::
cry Cry_Pawmot cry Cry_Pawmot
cry Cry_Tandemaus cry Cry_Tandemaus
cry Cry_Maushold cry Cry_Maushold
cry Cry_Maushold cry Cry_MausholdFamilyOfFour
cry Cry_Fidough cry Cry_Fidough
cry Cry_Dachsbun cry Cry_Dachsbun
cry Cry_Smoliv cry Cry_Smoliv
@ -2188,7 +2188,7 @@ gCryTable::
cry Cry_Bombirdier cry Cry_Bombirdier
cry Cry_Finizen cry Cry_Finizen
cry Cry_Palafin cry Cry_Palafin
cry Cry_Palafin cry Cry_PalafinHero
cry Cry_Varoom cry Cry_Varoom
cry Cry_Revavroom cry Cry_Revavroom
cry Cry_Cyclizar cry Cry_Cyclizar
@ -2203,8 +2203,8 @@ gCryTable::
cry Cry_Veluza cry Cry_Veluza
cry Cry_Dondozo cry Cry_Dondozo
cry Cry_Tatsugiri cry Cry_Tatsugiri
cry Cry_Tatsugiri cry Cry_TatsugiriDroopy
cry Cry_Tatsugiri cry Cry_TatsugiriStretchy
cry Cry_Annihilape cry Cry_Annihilape
cry Cry_Clodsire cry Cry_Clodsire
cry Cry_Farigiraf cry Cry_Farigiraf
@ -4549,7 +4549,7 @@ gCryTable_Reverse::
cry_reverse Cry_Quaquaval cry_reverse Cry_Quaquaval
cry_reverse Cry_Lechonk cry_reverse Cry_Lechonk
cry_reverse Cry_Oinkologne cry_reverse Cry_Oinkologne
cry_reverse Cry_Oinkologne cry_reverse Cry_OinkologneFemale
cry_reverse Cry_Tarountula cry_reverse Cry_Tarountula
cry_reverse Cry_Spidops cry_reverse Cry_Spidops
cry_reverse Cry_Nymble cry_reverse Cry_Nymble
@ -4559,7 +4559,7 @@ gCryTable_Reverse::
cry_reverse Cry_Pawmot cry_reverse Cry_Pawmot
cry_reverse Cry_Tandemaus cry_reverse Cry_Tandemaus
cry_reverse Cry_Maushold cry_reverse Cry_Maushold
cry_reverse Cry_Maushold cry_reverse Cry_MausholdFamilyOfFour
cry_reverse Cry_Fidough cry_reverse Cry_Fidough
cry_reverse Cry_Dachsbun cry_reverse Cry_Dachsbun
cry_reverse Cry_Smoliv cry_reverse Cry_Smoliv
@ -4602,7 +4602,7 @@ gCryTable_Reverse::
cry_reverse Cry_Bombirdier cry_reverse Cry_Bombirdier
cry_reverse Cry_Finizen cry_reverse Cry_Finizen
cry_reverse Cry_Palafin cry_reverse Cry_Palafin
cry_reverse Cry_Palafin cry_reverse Cry_PalafinHero
cry_reverse Cry_Varoom cry_reverse Cry_Varoom
cry_reverse Cry_Revavroom cry_reverse Cry_Revavroom
cry_reverse Cry_Cyclizar cry_reverse Cry_Cyclizar
@ -4617,8 +4617,8 @@ gCryTable_Reverse::
cry_reverse Cry_Veluza cry_reverse Cry_Veluza
cry_reverse Cry_Dondozo cry_reverse Cry_Dondozo
cry_reverse Cry_Tatsugiri cry_reverse Cry_Tatsugiri
cry_reverse Cry_Tatsugiri cry_reverse Cry_TatsugiriDroopy
cry_reverse Cry_Tatsugiri cry_reverse Cry_TatsugiriStretchy
cry_reverse Cry_Annihilape cry_reverse Cry_Annihilape
cry_reverse Cry_Clodsire cry_reverse Cry_Clodsire
cry_reverse Cry_Farigiraf cry_reverse Cry_Farigiraf

View File

@ -4410,6 +4410,10 @@ Cry_Lechonk::
Cry_Oinkologne:: Cry_Oinkologne::
.incbin "sound/direct_sound_samples/cries/oinkologne.bin" .incbin "sound/direct_sound_samples/cries/oinkologne.bin"
.align 2
Cry_OinkologneFemale::
.incbin "sound/direct_sound_samples/cries/oinkologne_female.bin"
.align 2 .align 2
Cry_Tarountula:: Cry_Tarountula::
.incbin "sound/direct_sound_samples/cries/tarountula.bin" .incbin "sound/direct_sound_samples/cries/tarountula.bin"
@ -4446,6 +4450,10 @@ Cry_Tandemaus::
Cry_Maushold:: Cry_Maushold::
.incbin "sound/direct_sound_samples/cries/maushold.bin" .incbin "sound/direct_sound_samples/cries/maushold.bin"
.align 2
Cry_MausholdFamilyOfFour::
.incbin "sound/direct_sound_samples/cries/maushold_family_of_four.bin"
.align 2 .align 2
Cry_Fidough:: Cry_Fidough::
.incbin "sound/direct_sound_samples/cries/fidough.bin" .incbin "sound/direct_sound_samples/cries/fidough.bin"
@ -4602,6 +4610,10 @@ Cry_Finizen::
Cry_Palafin:: Cry_Palafin::
.incbin "sound/direct_sound_samples/cries/palafin.bin" .incbin "sound/direct_sound_samples/cries/palafin.bin"
.align 2
Cry_PalafinHero::
.incbin "sound/direct_sound_samples/cries/palafin_hero.bin"
.align 2 .align 2
Cry_Varoom:: Cry_Varoom::
.incbin "sound/direct_sound_samples/cries/varoom.bin" .incbin "sound/direct_sound_samples/cries/varoom.bin"
@ -4658,6 +4670,14 @@ Cry_Dondozo::
Cry_Tatsugiri:: Cry_Tatsugiri::
.incbin "sound/direct_sound_samples/cries/tatsugiri.bin" .incbin "sound/direct_sound_samples/cries/tatsugiri.bin"
.align 2
Cry_TatsugiriDroopy::
.incbin "sound/direct_sound_samples/cries/tatsugiri_droopy.bin"
.align 2
Cry_TatsugiriStretchy::
.incbin "sound/direct_sound_samples/cries/tatsugiri_stretchy.bin"
.align 2 .align 2
Cry_Annihilape:: Cry_Annihilape::
.incbin "sound/direct_sound_samples/cries/annihilape.bin" .incbin "sound/direct_sound_samples/cries/annihilape.bin"

Binary file not shown.

Binary file not shown.

Binary file not shown.