diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-07-28 20:01:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 14:01:01 -0600 |
| commit | 9ca2d04604da8368dfd675550234cc9945bfd128 (patch) | |
| tree | f0214fcc019ff9d36f94635472c756b54ac7f830 /yamls | |
| parent | 7c229e3ed08a6e809b50f1a4039ddb239c384eac (diff) | |
duplicate sequence (#506)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/sound/banks.yml | 24 | ||||
| -rw-r--r-- | yamls/us/sound/sequences.yml | 52 |
2 files changed, 74 insertions, 2 deletions
diff --git a/yamls/us/sound/banks.yml b/yamls/us/sound/banks.yml index a5e619d47..98af8e2a4 100644 --- a/yamls/us/sound/banks.yml +++ b/yamls/us/sound/banks.yml @@ -19,14 +19,38 @@ 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 f57a42051..09270037e 100644 --- a/yamls/us/sound/sequences.yml +++ b/yamls/us/sound/sequences.yml @@ -22,7 +22,7 @@ main_menu: banks: - sound/banks/bank_2 -raceways_wario_stadium: +wario_stadium: type: NAUDIO:V0:SEQUENCE id: 3 size: 0x1A10 @@ -30,7 +30,31 @@ raceways_wario_stadium: banks: - sound/banks/bank_3 -moo_moo_farm_yoshi_valley: +luigi_raceway: + type: NAUDIO:V0:SEQUENCE + id: 30 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_30 + +mario_raceway: + type: NAUDIO:V0:SEQUENCE + id: 31 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_31 + +royal_raceway: + type: NAUDIO:V0:SEQUENCE + id: 32 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_32 + +moo_moo_farm: type: NAUDIO:V0:SEQUENCE id: 4 size: 0x1CA0 @@ -38,6 +62,14 @@ moo_moo_farm_yoshi_valley: banks: - sound/banks/bank_4 +yoshi_valley: + type: NAUDIO:V0:SEQUENCE + id: 33 + size: 0x1CA0 + offset: 0xBCCB30 + banks: + - sound/banks/bank_33 + choco_mountain: type: NAUDIO:V0:SEQUENCE id: 5 @@ -46,6 +78,22 @@ choco_mountain: banks: - sound/banks/bank_5 +block_fort: + type: NAUDIO:V0:SEQUENCE + id: 34 + size: 0x1F70 + offset: 0xBCE7D0 + banks: + - sound/banks/bank_34 + +double_deck: + type: NAUDIO:V0:SEQUENCE + id: 35 + size: 0x1F70 + offset: 0xBCE7D0 + banks: + - sound/banks/bank_35 + koopa_troopa_beach: type: NAUDIO:V0:SEQUENCE id: 6 |
