diff options
author | YamaArashi <shadow962@live.com> | 2016-09-30 18:45:14 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-30 18:45:14 -0700 |
commit | 9b50e911c8f1dff9a35c8ea43fada7401c7c8c76 (patch) | |
tree | 6c7200a7241a55c7834574a1065e6a7fe0f27794 /data | |
parent | 302e43fd9124a85d65a91e9a1a32635d87941036 (diff) |
clean up sound code
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index e9b973db2..2cc0fecd5 100644 --- a/data/data2.s +++ b/data/data2.s @@ -8580,8 +8580,20 @@ gTilesetAnimTable_BikeShop:: @ 837DEDC gDummyPaletteStructTemplate:: @ 837DEE4 .incbin "baserom.gba", 0x0037dee4, 0x10 -gUnknown_0837DEF4:: @ 837DEF4 - .incbin "baserom.gba", 0x0037def4, 0x30 + .align 2 +gFanfares:: @ 837DEF4 + .2byte BGM_FANFA1, 80 + .2byte BGM_FANFA4, 160 + .2byte BGM_FANFA5, 220 + .2byte BGM_ME_WAZA, 220 + .2byte BGM_ME_ASA, 160 + .2byte BGM_ME_BACHI, 340 + .2byte BGM_ME_WASURE, 180 + .2byte BGM_ME_KINOMI, 120 + .2byte BGM_ME_TAMA, 710 + .2byte BGM_ME_B_BIG, 250 + .2byte BGM_ME_B_SMALL, 150 + .2byte BGM_ME_ZANNEN, 160 .align 2 gOamData_837DF24:: @ 837DF24 |