diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-07-28 21:15:32 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2025-07-28 21:15:32 -0600 |
| commit | d45f201d44e1b0c6ec0a725d399604b24288ee4b (patch) | |
| tree | a2a064acb6b4d494bd98623d4ecec8cf55d86f30 /yamls | |
| parent | 42a2fc2114c7de17022a2031b72229b9e305e38a (diff) | |
Fixed audio yamls
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/sound/banks.yml | 24 | ||||
| -rw-r--r-- | yamls/us/sound/sequences.yml | 12 |
2 files changed, 6 insertions, 30 deletions
diff --git a/yamls/us/sound/banks.yml b/yamls/us/sound/banks.yml index 98af8e2a4..a5e619d47 100644 --- a/yamls/us/sound/banks.yml +++ b/yamls/us/sound/banks.yml @@ -19,38 +19,14 @@ bank_3: type: NAUDIO:V0:BANK id: 3 -bank_30: - type: NAUDIO:V0:BANK - id: 30 - -bank_31: - type: NAUDIO:V0:BANK - id: 31 - -bank_32: - type: NAUDIO:V0:BANK - id: 32 - bank_4: type: NAUDIO:V0:BANK id: 4 -bank_33: - type: NAUDIO:V0:BANK - id: 33 - bank_5: type: NAUDIO:V0:BANK id: 5 -bank_34: - type: NAUDIO:V0:BANK - id: 34 - -bank_35: - type: NAUDIO:V0:BANK - id: 35 - bank_6: type: NAUDIO:V0:BANK id: 6 diff --git a/yamls/us/sound/sequences.yml b/yamls/us/sound/sequences.yml index 09270037e..867520fa8 100644 --- a/yamls/us/sound/sequences.yml +++ b/yamls/us/sound/sequences.yml @@ -36,7 +36,7 @@ luigi_raceway: size: 0x1A10 offset: 0xBCB120 banks: - - sound/banks/bank_30 + - sound/banks/bank_3 mario_raceway: type: NAUDIO:V0:SEQUENCE @@ -44,7 +44,7 @@ mario_raceway: size: 0x1A10 offset: 0xBCB120 banks: - - sound/banks/bank_31 + - sound/banks/bank_3 royal_raceway: type: NAUDIO:V0:SEQUENCE @@ -52,7 +52,7 @@ royal_raceway: size: 0x1A10 offset: 0xBCB120 banks: - - sound/banks/bank_32 + - sound/banks/bank_3 moo_moo_farm: type: NAUDIO:V0:SEQUENCE @@ -68,7 +68,7 @@ yoshi_valley: size: 0x1CA0 offset: 0xBCCB30 banks: - - sound/banks/bank_33 + - sound/banks/bank_4 choco_mountain: type: NAUDIO:V0:SEQUENCE @@ -84,7 +84,7 @@ block_fort: size: 0x1F70 offset: 0xBCE7D0 banks: - - sound/banks/bank_34 + - sound/banks/bank_5 double_deck: type: NAUDIO:V0:SEQUENCE @@ -92,7 +92,7 @@ double_deck: size: 0x1F70 offset: 0xBCE7D0 banks: - - sound/banks/bank_35 + - sound/banks/bank_5 koopa_troopa_beach: type: NAUDIO:V0:SEQUENCE |
