diff options
author | YamaArashi <shadow962@live.com> | 2016-08-29 21:30:01 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-29 23:45:09 -0700 |
commit | 61601293b2e4b8978b60744b9fcb9d79f59a9b29 (patch) | |
tree | d93ae908571567c3afffef9eea933442a8549f17 | |
parent | 31c8226f6076d703c0e2a39ac4a0d31c5ad90498 (diff) |
dump songs
429 files changed, 280814 insertions, 52 deletions
@@ -44,6 +44,9 @@ data/event_scripts.o data/battle_anim_scripts.o \ data/battle_scripts_1.o data/battle_scripts_2.o data/field_effect_scripts.o \ data/battle_ai_scripts.o data/contest_ai_scripts.o data/script_funcs.o +SONG_SRCS := $(wildcard sound/songs/*.s) +SONG_OBJS := $(SONG_SRCS:%.s=%.o) + OBJS := $(C_OBJS) $(ASM_OBJS) $(DATA_ASM_OBJS) pokeruby_OBJS := $(OBJS:.o=_ruby.o) pokesapphire_OBJS := $(OBJS:.o=_sapphire.o) @@ -69,7 +72,7 @@ clean: find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' \) -exec rm {} + tidy: - rm -f $(ROM) $(ELF) $(OBJS) $(pokeruby_OBJS) $(pokesapphire_OBJS) $(C_SRCS:%.c=%.i) pokeruby.map pokesapphire.map + rm -f $(ROM) $(ELF) $(OBJS) $(pokeruby_OBJS) $(pokesapphire_OBJS) $(C_SRCS:%.c=%.i) pokeruby.map pokesapphire.map ld_script_ruby.txt ld_script_sapphire.txt include castform.mk include tilesets.mk @@ -130,15 +133,18 @@ data/%_ruby.o: data/%.s $$(dep) data/%_sapphire.o: data/%.s $$(dep) $(PREPROC) $< charmap.txt | $(AS) $(ASFLAGS) --defsym SAPPHIRE=1 -o $@ +$(SONG_OBJS): %.o: %.s + $(AS) $(ASFLAGS) -I sound -o $@ $< + ld_script_ruby.txt: ld_script.txt @sed 's#\(\(src\|asm\|data\)/.*\)\.o#\1_ruby.o#g' $< > $@ ld_script_sapphire.txt: ld_script.txt @sed 's#\(\(src\|asm\|data\)/.*\)\.o#\1_sapphire.o#g' $< > $@ -pokeruby.elf: ld_script_ruby.txt $(pokeruby_OBJS) - $(LD) $(pokeruby_LDFLAGS) -o $@ $(pokeruby_OBJS) $(LIBGCC) -pokesapphire.elf: ld_script_sapphire.txt $(pokesapphire_OBJS) - $(LD) $(pokesapphire_LDFLAGS) -o $@ $(pokesapphire_OBJS) $(LIBGCC) +pokeruby.elf: ld_script_ruby.txt $(pokeruby_OBJS) $(SONG_OBJS) + $(LD) $(pokeruby_LDFLAGS) -o $@ $(pokeruby_OBJS) $(SONG_OBJS) $(LIBGCC) +pokesapphire.elf: ld_script_sapphire.txt $(pokesapphire_OBJS) $(SONG_OBJS) + $(LD) $(pokesapphire_LDFLAGS) -o $@ $(pokesapphire_OBJS) $(SONG_OBJS) $(LIBGCC) %.gba: %.elf $(OBJCOPY) -O binary --gap-fill 0xFF --pad-to 0x9000000 $< $@ diff --git a/asm/macros/m4a.s b/asm/macros/m4a.s new file mode 100644 index 000000000..6c5abc09b --- /dev/null +++ b/asm/macros/m4a.s @@ -0,0 +1,13 @@ + .macro song label, music_player, unknown + .4byte \label + .2byte \music_player + .2byte \unknown + .endm + + .macro music_player info_struct, track_struct, unknown_1, unknown_2 + .4byte \info_struct + .4byte \track_struct + .byte \unknown_1 + .space 1 + .2byte \unknown_2 + .endm diff --git a/asm/rom5.s b/asm/rom5.s index 881f6ddaa..81c369f8d 100644 --- a/asm/rom5.s +++ b/asm/rom5.s @@ -131013,7 +131013,7 @@ _080BABF2: b _080BAC98 .align 2, 0 _080BAC04: .4byte 0x020387d8 -_080BAC08: .4byte gUnknown_084537C0 +_080BAC08: .4byte voicegroup_84537C0 _080BAC0C: lsls r0, r1, 1 adds r0, r1 @@ -131021,7 +131021,7 @@ _080BAC0C: ldr r1, _080BAC18 b _080BAC98 .align 2, 0 -_080BAC18: .4byte gUnknown_08452590 +_080BAC18: .4byte voicegroup_8452590 _080BAC1C: ldr r0, _080BAC30 ldrb r0, [r0] @@ -131034,7 +131034,7 @@ _080BAC1C: b _080BAC98 .align 2, 0 _080BAC30: .4byte 0x020387d8 -_080BAC34: .4byte gUnknown_08453DC0 +_080BAC34: .4byte voicegroup_8453DC0 _080BAC38: lsls r0, r1, 1 adds r0, r1 @@ -131042,7 +131042,7 @@ _080BAC38: ldr r1, _080BAC44 b _080BAC98 .align 2, 0 -_080BAC44: .4byte gUnknown_08452B90 +_080BAC44: .4byte voicegroup_8452B90 _080BAC48: ldr r0, _080BAC5C ldrb r0, [r0] @@ -131055,7 +131055,7 @@ _080BAC48: b _080BAC98 .align 2, 0 _080BAC5C: .4byte 0x020387d8 -_080BAC60: .4byte gUnknown_084543C0 +_080BAC60: .4byte voicegroup_84543C0 _080BAC64: lsls r0, r1, 1 adds r0, r1 @@ -131063,7 +131063,7 @@ _080BAC64: ldr r1, _080BAC70 b _080BAC98 .align 2, 0 -_080BAC70: .4byte gUnknown_08453190 +_080BAC70: .4byte voicegroup_8453190 _080BAC74: ldr r0, _080BAC88 ldrb r0, [r0] @@ -131076,7 +131076,7 @@ _080BAC74: b _080BAC98 .align 2, 0 _080BAC88: .4byte 0x020387d8 -_080BAC8C: .4byte gUnknown_084549C0 +_080BAC8C: .4byte voicegroup_84549C0 _080BAC90: lsls r0, r1, 1 adds r0, r1 @@ -131110,7 +131110,7 @@ _080BACC6: pop {r0} bx r0 .align 2, 0 -_080BACCC: .4byte gUnknown_08453790 +_080BACCC: .4byte voicegroup_8453790 _080BACD0: .4byte 0x03005d30 _080BACD4: .4byte 0x020387b1 _080BACD8: .4byte 0x020387b2 diff --git a/asm/rom_8074BAC.s b/asm/rom_8074BAC.s index c1bba49ea..050708c5a 100644 --- a/asm/rom_8074BAC.s +++ b/asm/rom_8074BAC.s @@ -947,7 +947,7 @@ _080752C6: ldr r1, _080752D8 b _08075350 .align 2, 0 -_080752D8: .4byte gUnknown_084537C0 +_080752D8: .4byte voicegroup_84537C0 _080752DC: lsls r0, r1, 1 adds r0, r1 @@ -955,7 +955,7 @@ _080752DC: ldr r1, _080752E8 b _08075350 .align 2, 0 -_080752E8: .4byte gUnknown_08452590 +_080752E8: .4byte voicegroup_8452590 _080752EC: mov r2, r9 cmp r2, 0 @@ -966,7 +966,7 @@ _080752EC: ldr r1, _080752FC b _08075350 .align 2, 0 -_080752FC: .4byte gUnknown_08453DC0 +_080752FC: .4byte voicegroup_8453DC0 _08075300: lsls r0, r1, 1 adds r0, r1 @@ -974,7 +974,7 @@ _08075300: ldr r1, _0807530C b _08075350 .align 2, 0 -_0807530C: .4byte gUnknown_08452B90 +_0807530C: .4byte voicegroup_8452B90 _08075310: mov r0, r9 cmp r0, 0 @@ -985,7 +985,7 @@ _08075310: ldr r1, _08075320 b _08075350 .align 2, 0 -_08075320: .4byte gUnknown_084543C0 +_08075320: .4byte voicegroup_84543C0 _08075324: lsls r0, r1, 1 adds r0, r1 @@ -993,7 +993,7 @@ _08075324: ldr r1, _08075330 b _08075350 .align 2, 0 -_08075330: .4byte gUnknown_08453190 +_08075330: .4byte voicegroup_8453190 _08075334: mov r2, r9 cmp r2, 0 @@ -1004,7 +1004,7 @@ _08075334: ldr r1, _08075344 b _08075350 .align 2, 0 -_08075344: .4byte gUnknown_084549C0 +_08075344: .4byte voicegroup_84549C0 _08075348: lsls r0, r1, 1 adds r0, r1 @@ -1025,7 +1025,7 @@ _0807535A: pop {r0} bx r0 .align 2, 0 -_0807536C: .4byte gUnknown_08453790 +_0807536C: .4byte voicegroup_8453790 _08075370: .4byte 0x0202f79c thumb_func_end sub_80751C0 diff --git a/data/sound_data.s b/data/sound_data.s index 8d09c072f..cc9c7fbc3 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -1,35 +1,12 @@ .section .rodata -gUnknown_0842FC88:: @ 842FC88 - .incbin "baserom.gba", 0x0042FC88, 0x22908 + .include "asm/macros/m4a.s" -gUnknown_08452590:: @ 8452590 - .incbin "baserom.gba", 0x00452590, 0x600 + .include "sound/voice_groups.s" -gUnknown_08452B90:: @ 8452B90 - .incbin "baserom.gba", 0x00452b90, 0x600 + .incbin "baserom.gba", 0x455224, 0x238 -gUnknown_08453190:: @ 8453190 - .incbin "baserom.gba", 0x00453190, 0x600 + .include "sound/music_player_table.s" + .include "sound/song_table.s" -gUnknown_08453790:: @ 8453790 - .incbin "baserom.gba", 0x00453790, 0x30 - -gUnknown_084537C0:: @ 84537C0 - .incbin "baserom.gba", 0x004537c0, 0x600 - -gUnknown_08453DC0:: @ 8453DC0 - .incbin "baserom.gba", 0x00453dc0, 0x600 - -gUnknown_084543C0:: @ 84543C0 - .incbin "baserom.gba", 0x004543c0, 0x600 - -gUnknown_084549C0:: @ 84549C0 - .incbin "baserom.gba", 0x004549c0, 0xa9c - -gMPlayTable:: @ 845545C - .incbin "baserom.gba", 0x0045545c, 0x30 - -gSongTable:: @ 845548C - .incbin "baserom.gba", 0x0045548c, 0xEA0 @ pointer tables - .incbin "baserom.gba", 0x0045632C, 0x25A3FC + .incbin "baserom.gba", 0x456330, 0x655FF0 - 0x456330 diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index 8539af2e0..6e202e7b8 100644 --- a/include/gba/m4a_internal.h +++ b/include/gba/m4a_internal.h @@ -365,7 +365,7 @@ extern const u8 gNoiseTable[]; extern const struct PokemonCrySong gPokemonCrySongTemplate; -extern const struct ToneData gUnknown_0842FC88; +extern const struct ToneData voicegroup_842FC88; extern char gNumMusicPlayers[]; extern char gMaxLines[]; diff --git a/ld_script.txt b/ld_script.txt index 4e13bc0bf..7d6dc3562 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -133,6 +133,433 @@ SECTIONS { data/data2.o(.rodata); src/m4a_tables.o(.rodata); data/sound_data.o(.rodata); + } =0 + + song_data : + ALIGN(4) + { + sound/songs/se_stop.o(.rodata); + sound/songs/se_kaifuku.o(.rodata); + sound/songs/se_pc_logon.o(.rodata); + sound/songs/se_pc_off.o(.rodata); + sound/songs/se_pc_on.o(.rodata); + sound/songs/se_select.o(.rodata); + sound/songs/se_win_open.o(.rodata); + sound/songs/se_wall_hit.o(.rodata); + sound/songs/se_door.o(.rodata); + sound/songs/se_kaidan.o(.rodata); + sound/songs/se_dansa.o(.rodata); + sound/songs/se_jitensya.o(.rodata); + sound/songs/se_kouka_l.o(.rodata); + sound/songs/se_kouka_m.o(.rodata); + sound/songs/se_kouka_h.o(.rodata); + sound/songs/se_bowa2.o(.rodata); + sound/songs/se_poke_dead.o(.rodata); + sound/songs/se_nigeru.o(.rodata); + sound/songs/se_jido_doa.o(.rodata); + sound/songs/se_naminori.o(.rodata); + sound/songs/se_ban.o(.rodata); + sound/songs/se_pin.o(.rodata); + sound/songs/se_boo.o(.rodata); + sound/songs/se_bowa.o(.rodata); + sound/songs/se_jyuni.o(.rodata); + sound/songs/se_a.o(.rodata); + sound/songs/se_i.o(.rodata); + sound/songs/se_u.o(.rodata); + sound/songs/se_e.o(.rodata); + sound/songs/se_o.o(.rodata); + sound/songs/se_n.o(.rodata); + sound/songs/se_seikai.o(.rodata); + sound/songs/se_hazure.o(.rodata); + sound/songs/se_exp.o(.rodata); + sound/songs/se_jite_pyoko.o(.rodata); + sound/songs/se_mu_pachi.o(.rodata); + sound/songs/se_tk_kasya.o(.rodata); + sound/songs/se_fu_zaku.o(.rodata); + sound/songs/se_fu_zaku2.o(.rodata); + sound/songs/se_fu_zuzuzu.o(.rodata); + sound/songs/se_ru_gashin.o(.rodata); + sound/songs/se_ru_gasyan.o(.rodata); + sound/songs/se_ru_bari.o(.rodata); + sound/songs/se_ru_hyuu.o(.rodata); + sound/songs/se_ki_gasyan.o(.rodata); + sound/songs/se_tk_warpin.o(.rodata); + sound/songs/se_tk_warpout.o(.rodata); + sound/songs/se_tu_saa.o(.rodata); + sound/songs/se_hi_turun.o(.rodata); + sound/songs/se_track_move.o(.rodata); + sound/songs/se_track_stop.o(.rodata); + sound/songs/se_track_haik.o(.rodata); + sound/songs/se_track_door.o(.rodata); + sound/songs/se_moter.o(.rodata); + sound/songs/se_card.o(.rodata); + sound/songs/se_save.o(.rodata); + sound/songs/se_kon.o(.rodata); + sound/songs/se_kon2.o(.rodata); + sound/songs/se_kon3.o(.rodata); + sound/songs/se_kon4.o(.rodata); + sound/songs/se_suikomu.o(.rodata); + sound/songs/se_nageru.o(.rodata); + sound/songs/se_toy_c.o(.rodata); + sound/songs/se_toy_d.o(.rodata); + sound/songs/se_toy_e.o(.rodata); + sound/songs/se_toy_f.o(.rodata); + sound/songs/se_toy_g.o(.rodata); + sound/songs/se_toy_a.o(.rodata); + sound/songs/se_toy_b.o(.rodata); + sound/songs/se_toy_c1.o(.rodata); + sound/songs/se_mizu.o(.rodata); + sound/songs/se_hashi.o(.rodata); + sound/songs/se_daugi.o(.rodata); + sound/songs/se_pinpon.o(.rodata); + sound/songs/se_fuusen1.o(.rodata); + sound/songs/se_fuusen2.o(.rodata); + sound/songs/se_fuusen3.o(.rodata); + sound/songs/se_toy_kabe.o(.rodata); + sound/songs/se_toy_dango.o(.rodata); + sound/songs/se_doku.o(.rodata); + sound/songs/se_esuka.o(.rodata); + sound/songs/se_t_ame.o(.rodata); + sound/songs/se_t_ame_e.o(.rodata); + sound/songs/se_t_ooame.o(.rodata); + sound/songs/se_t_ooame_e.o(.rodata); + sound/songs/se_t_koame.o(.rodata); + sound/songs/se_t_koame_e.o(.rodata); + sound/songs/se_t_kami.o(.rodata); + sound/songs/se_t_kami2.o(.rodata); + sound/songs/se_elebeta.o(.rodata); + sound/songs/se_hinsi.o(.rodata); + sound/songs/se_expmax.o(.rodata); + sound/songs/se_tamakoro.o(.rodata); + sound/songs/se_tamakoro_e.o(.rodata); + sound/songs/se_basabasa.o(.rodata); + sound/songs/se_regi.o(.rodata); + sound/songs/se_c_gaji.o(.rodata); + sound/songs/se_c_maku_u.o(.rodata); + sound/songs/se_c_maku_d.o(.rodata); + sound/songs/se_c_pasi.o(.rodata); + sound/songs/se_c_syu.o(.rodata); + sound/songs/se_c_pikon.o(.rodata); + sound/songs/se_reapoke.o(.rodata); + sound/songs/se_op_basyu.o(.rodata); + sound/songs/se_bt_start.o(.rodata); + sound/songs/se_dendou.o(.rodata); + sound/songs/se_jihanki.o(.rodata); + sound/songs/se_tama.o(.rodata); + sound/songs/se_z_scroll.o(.rodata); + sound/songs/se_z_page.o(.rodata); + sound/songs/se_pn_on.o(.rodata); + sound/songs/se_pn_off.o(.rodata); + sound/songs/se_z_search.o(.rodata); + sound/songs/se_tamago.o(.rodata); + sound/songs/se_tb_start.o(.rodata); + sound/songs/se_tb_kon.o(.rodata); + sound/songs/se_tb_kara.o(.rodata); + sound/songs/se_bidoro.o(.rodata); + sound/songs/se_w085.o(.rodata); + sound/songs/se_w085b.o(.rodata); + sound/songs/se_w231.o(.rodata); + sound/songs/se_w171.o(.rodata); + sound/songs/se_w233.o(.rodata); + sound/songs/se_w233b.o(.rodata); + sound/songs/se_w145.o(.rodata); + sound/songs/se_w145b.o(.rodata); + sound/songs/se_w145c.o(.rodata); + sound/songs/se_w240.o(.rodata); + sound/songs/se_w015.o(.rodata); + sound/songs/se_w081.o(.rodata); + sound/songs/se_w081b.o(.rodata); + sound/songs/se_w088.o(.rodata); + sound/songs/se_w016.o(.rodata); + sound/songs/se_w016b.o(.rodata); + sound/songs/se_w003.o(.rodata); + sound/songs/se_w104.o(.rodata); + sound/songs/se_w013.o(.rodata); + sound/songs/se_w196.o(.rodata); + sound/songs/se_w086.o(.rodata); + sound/songs/se_w004.o(.rodata); + sound/songs/se_w025.o(.rodata); + sound/songs/se_w025b.o(.rodata); + sound/songs/se_w152.o(.rodata); + sound/songs/se_w026.o(.rodata); + sound/songs/se_w172.o(.rodata); + sound/songs/se_w172b.o(.rodata); + sound/songs/se_w053.o(.rodata); + sound/songs/se_w007.o(.rodata); + sound/songs/se_w092.o(.rodata); + sound/songs/se_w221.o(.rodata); + sound/songs/se_w221b.o(.rodata); + sound/songs/se_w052.o(.rodata); + sound/songs/se_w036.o(.rodata); + sound/songs/se_w059.o(.rodata); + sound/songs/se_w059b.o(.rodata); + sound/songs/se_w010.o(.rodata); + sound/songs/se_w011.o(.rodata); + sound/songs/se_w017.o(.rodata); + sound/songs/se_w019.o(.rodata); + sound/songs/se_w028.o(.rodata); + sound/songs/se_w013b.o(.rodata); + sound/songs/se_w044.o(.rodata); + sound/songs/se_w029.o(.rodata); + sound/songs/se_w057.o(.rodata); + sound/songs/se_w056.o(.rodata); + sound/songs/se_w250.o(.rodata); + sound/songs/se_w030.o(.rodata); + sound/songs/se_w039.o(.rodata); + sound/songs/se_w054.o(.rodata); + sound/songs/se_w077.o(.rodata); + sound/songs/se_w020.o(.rodata); + sound/songs/se_w082.o(.rodata); + sound/songs/se_w047.o(.rodata); + sound/songs/se_w195.o(.rodata); + sound/songs/se_w006.o(.rodata); + sound/songs/se_w091.o(.rodata); + sound/songs/se_w146.o(.rodata); + sound/songs/se_w120.o(.rodata); + sound/songs/se_w153.o(.rodata); + sound/songs/se_w071b.o(.rodata); + sound/songs/se_w071.o(.rodata); + sound/songs/se_w103.o(.rodata); + sound/songs/se_w062.o(.rodata); + sound/songs/se_w062b.o(.rodata); + sound/songs/se_w048.o(.rodata); + sound/songs/se_w187.o(.rodata); + sound/songs/se_w118.o(.rodata); + sound/songs/se_w155.o(.rodata); + sound/songs/se_w122.o(.rodata); + sound/songs/se_w060.o(.rodata); + sound/songs/se_w185.o(.rodata); + sound/songs/se_w014.o(.rodata); + sound/songs/se_w043.o(.rodata); + sound/songs/se_w207.o(.rodata); + sound/songs/se_w207b.o(.rodata); + sound/songs/se_w215.o(.rodata); + sound/songs/se_w109.o(.rodata); + sound/songs/se_w173.o(.rodata); + sound/songs/se_w280.o(.rodata); + sound/songs/se_w202.o(.rodata); + sound/songs/se_w060b.o(.rodata); + sound/songs/se_w076.o(.rodata); + sound/songs/se_w080.o(.rodata); + sound/songs/se_w100.o(.rodata); + sound/songs/se_w107.o(.rodata); + sound/songs/se_w166.o(.rodata); + sound/songs/se_w129.o(.rodata); + sound/songs/se_w115.o(.rodata); + sound/songs/se_w112.o(.rodata); + sound/songs/se_w197.o(.rodata); + sound/songs/se_w199.o(.rodata); + sound/songs/se_w236.o(.rodata); + sound/songs/se_w204.o(.rodata); + sound/songs/se_w268.o(.rodata); + sound/songs/se_w070.o(.rodata); + sound/songs/se_w063.o(.rodata); + sound/songs/se_w127.o(.rodata); + sound/songs/se_w179.o(.rodata); + sound/songs/se_w151.o(.rodata); + sound/songs/se_w201.o(.rodata); + sound/songs/se_w161.o(.rodata); + sound/songs/se_w161b.o(.rodata); + sound/songs/se_w227.o(.rodata); + sound/songs/se_w227b.o(.rodata); + sound/songs/se_w226.o(.rodata); + sound/songs/se_w208.o(.rodata); + sound/songs/se_w213.o(.rodata); + sound/songs/se_w213b.o(.rodata); + sound/songs/se_w234.o(.rodata); + sound/songs/se_w260.o(.rodata); + sound/songs/se_w328.o(.rodata); + sound/songs/se_w320.o(.rodata); + sound/songs/se_w255.o(.rodata); + sound/songs/se_w291.o(.rodata); + sound/songs/se_w089.o(.rodata); + sound/songs/se_w239.o(.rodata); + sound/songs/se_w230.o(.rodata); + sound/songs/se_w281.o(.rodata); + sound/songs/se_w327.o(.rodata); + sound/songs/se_w287.o(.rodata); + sound/songs/se_w257.o(.rodata); + sound/songs/se_w253.o(.rodata); + sound/songs/se_w258.o(.rodata); + sound/songs/se_w322.o(.rodata); + sound/songs/se_w298.o(.rodata); + sound/songs/se_w287b.o(.rodata); + sound/songs/se_w114.o(.rodata); + sound/songs/se_w063b.o(.rodata); + sound/songs/song_248.o(.rodata); + sound/songs/song_249.o(.rodata); + sound/songs/song_250.o(.rodata); + sound/songs/song_251.o(.rodata); + sound/songs/song_252.o(.rodata); + sound/songs/song_253.o(.rodata); + sound/songs/song_254.o(.rodata); + sound/songs/song_255.o(.rodata); + sound/songs/song_256.o(.rodata); + sound/songs/song_257.o(.rodata); + sound/songs/song_258.o(.rodata); + sound/songs/song_259.o(.rodata); + sound/songs/song_260.o(.rodata); + sound/songs/song_261.o(.rodata); + sound/songs/song_262.o(.rodata); + sound/songs/song_263.o(.rodata); + sound/songs/song_264.o(.rodata); + sound/songs/song_265.o(.rodata); + sound/songs/song_266.o(.rodata); + sound/songs/song_267.o(.rodata); + sound/songs/song_268.o(.rodata); + sound/songs/song_269.o(.rodata); + sound/songs/song_270.o(.rodata); + sound/songs/song_271.o(.rodata); + sound/songs/song_272.o(.rodata); + sound/songs/song_273.o(.rodata); + sound/songs/song_274.o(.rodata); + sound/songs/song_275.o(.rodata); + sound/songs/song_276.o(.rodata); + sound/songs/song_277.o(.rodata); + sound/songs/song_278.o(.rodata); + sound/songs/song_279.o(.rodata); + sound/songs/song_280.o(.rodata); + sound/songs/song_281.o(.rodata); + sound/songs/song_282.o(.rodata); + sound/songs/song_283.o(.rodata); + sound/songs/song_284.o(.rodata); + sound/songs/song_285.o(.rodata); + sound/songs/song_286.o(.rodata); + sound/songs/song_287.o(.rodata); + sound/songs/song_288.o(.rodata); + sound/songs/song_289.o(.rodata); + sound/songs/song_290.o(.rodata); + sound/songs/song_291.o(.rodata); + sound/songs/song_292.o(.rodata); + sound/songs/song_293.o(.rodata); + sound/songs/song_294.o(.rodata); + sound/songs/song_295.o(.rodata); + sound/songs/song_296.o(.rodata); + sound/songs/song_297.o(.rodata); + sound/songs/song_298.o(.rodata); + sound/songs/bgm_tetsuji.o(.rodata); + sound/songs/bgm_field13.o(.rodata); + sound/songs/bgm_kachi22.o(.rodata); + sound/songs/bgm_kachi2.o(.rodata); + sound/songs/bgm_kachi3.o(.rodata); + sound/songs/bgm_kachi5.o(.rodata); + sound/songs/bgm_pcc.o(.rodata); + sound/songs/bgm_nibi.o(.rodata); + sound/songs/bgm_suikun.o(.rodata); + sound/songs/bgm_dooro1.o(.rodata); + sound/songs/bgm_dooro_x1.o(.rodata); + sound/songs/bgm_dooro_x3.o(.rodata); + sound/songs/bgm_machi_s2.o(.rodata); + sound/songs/bgm_machi_s4.o(.rodata); + sound/songs/bgm_gim.o(.rodata); + sound/songs/bgm_naminori.o(.rodata); + sound/songs/bgm_dan01.o(.rodata); + sound/songs/bgm_fanfa1.o(.rodata); + sound/songs/bgm_me_asa.o(.rodata); + sound/songs/bgm_me_bachi.o(.rodata); + sound/songs/bgm_fanfa4.o(.rodata); + sound/songs/bgm_fanfa5.o(.rodata); + sound/songs/bgm_me_waza.o(.rodata); + sound/songs/bgm_bijyutu.o(.rodata); + sound/songs/bgm_dooro_x4.o(.rodata); + sound/songs/bgm_fune_kan.o(.rodata); + sound/songs/bgm_me_shinka.o(.rodata); + sound/songs/bgm_shinka.o(.rodata); + sound/songs/bgm_me_wasure.o(.rodata); + sound/songs/bgm_syoujoeye.o(.rodata); + sound/songs/bgm_boyeye.o(.rodata); + sound/songs/bgm_dan02.o(.rodata); + sound/songs/bgm_machi_s3.o(.rodata); + sound/songs/bgm_odamaki.o(.rodata); + sound/songs/bgm_b_tower.o(.rodata); + sound/songs/bgm_swimeye.o(.rodata); + sound/songs/bgm_dan03.o(.rodata); + sound/songs/bgm_me_kinomi.o(.rodata); + sound/songs/bgm_me_tama.o(.rodata); + sound/songs/bgm_me_b_big.o(.rodata); + sound/songs/bgm_me_b_small.o(.rodata); + sound/songs/bgm_me_zannen.o(.rodata); + sound/songs/bgm_bd_time.o(.rodata); + sound/songs/bgm_test1.o(.rodata); + sound/songs/bgm_test2.o(.rodata); + sound/songs/bgm_test3.o(.rodata); + sound/songs/bgm_test4.o(.rodata); + sound/songs/bgm_test.o(.rodata); + sound/songs/bgm_gomachi0.o(.rodata); + sound/songs/bgm_gotown.o(.rodata); + sound/songs/bgm_pokecen.o(.rodata); + sound/songs/bgm_nextroad.o(.rodata); + sound/songs/bgm_granroad.o(.rodata); + sound/songs/bgm_cycling.o(.rodata); + sound/songs/bgm_friendly.o(.rodata); + sound/songs/bgm_mishiro.o(.rodata); + sound/songs/bgm_tozan.o(.rodata); + sound/songs/bgm_girleye.o(.rodata); + sound/songs/bgm_minamo.o(.rodata); + sound/songs/bgm_ashroad.o(.rodata); + sound/songs/bgm_event0.o(.rodata); + sound/songs/bgm_deepdeep.o(.rodata); + sound/songs/bgm_kachi1.o(.rodata); + sound/songs/bgm_title3.o(.rodata); + sound/songs/bgm_demo1.o(.rodata); + sound/songs/bgm_girl_sup.o(.rodata); + sound/songs/bgm_hageshii.o(.rodata); + sound/songs/bgm_kakkoii.o(.rodata); + sound/songs/bgm_kazanbai.o(.rodata); + sound/songs/bgm_aqa_0.o(.rodata); + sound/songs/bgm_tsuretek.o(.rodata); + sound/songs/bgm_boy_sup.o(.rodata); + sound/songs/bgm_rainbow.o(.rodata); + sound/songs/bgm_ayasii.o(.rodata); + sound/songs/bgm_kachi4.o(.rodata); + sound/songs/bgm_ropeway.o(.rodata); + sound/songs/bgm_casino.o(.rodata); + sound/songs/bgm_hightown.o(.rodata); + sound/songs/bgm_safari.o(.rodata); + sound/songs/bgm_c_road.o(.rodata); + sound/songs/bgm_ajito.o(.rodata); + sound/songs/bgm_m_boat.o(.rodata); + sound/songs/bgm_m_dungon.o(.rodata); + sound/songs/bgm_finecity.o(.rodata); + sound/songs/bgm_machupi.o(.rodata); + sound/songs/bgm_p_school.o(.rodata); + sound/songs/bgm_dendou.o(.rodata); + sound/songs/bgm_tonekusa.o(.rodata); + sound/songs/bgm_maborosi.o(.rodata); + sound/songs/bgm_con_fan.o(.rodata); + sound/songs/bgm_contest0.o(.rodata); + sound/songs/bgm_mgm0.o(.rodata); + sound/songs/bgm_t_battle.o(.rodata); + sound/songs/bgm_ooame.o(.rodata); + sound/songs/bgm_hideri.o(.rodata); + sound/songs/bgm_runecity.o(.rodata); + sound/songs/bgm_con_k.o(.rodata); + sound/songs/bgm_eikou_r.o(.rodata); + sound/songs/bgm_karakuri.o(.rodata); + sound/songs/bgm_hutago.o(.rodata); + sound/songs/bgm_sitennou.o(.rodata); + sound/songs/bgm_yama_eye.o(.rodata); + sound/songs/bgm_conlobby.o(.rodata); + sound/songs/bgm_inter_v.o(.rodata); + sound/songs/bgm_daigo.o(.rodata); + sound/songs/bgm_thankfor.o(.rodata); + sound/songs/bgm_end.o(.rodata); + sound/songs/bgm_battle27.o(.rodata); + sound/songs/bgm_battle31.o(.rodata); + sound/songs/bgm_battle20.o(.rodata); + sound/songs/bgm_battle32.o(.rodata); + sound/songs/bgm_battle33.o(.rodata); + sound/songs/bgm_battle36.o(.rodata); + sound/songs/bgm_battle34.o(.rodata); + sound/songs/bgm_battle35.o(.rodata); + sound/songs/bgm_battle38.o(.rodata); + sound/songs/bgm_battle30.o(.rodata); + sound/songs/song_467.o(.rodata); + } =0 + + lib_rodata : + ALIGN(4) + { src/agb_flash.o(.rodata); src/agb_flash_1m.o(.rodata); src/agb_flash_mx.o(.rodata); diff --git a/sound/MPlayDef.s b/sound/MPlayDef.s new file mode 100644 index 000000000..f5dd6484d --- /dev/null +++ b/sound/MPlayDef.s @@ -0,0 +1,430 @@ + .equ W00, 0x80 @ WAIT + .equ W01, W00+1 @ + .equ W02, W00+2 @ + .equ W03, W00+3 @ + .equ W04, W00+4 @ + .equ W05, W00+5 @ + .equ W06, W00+6 @ + .equ W07, W00+7 @ + .equ W08, W00+8 @ + .equ W09, W00+9 @ + .equ W10, W00+10 @ + .equ W11, W00+11 @ + .equ W12, W00+12 @ + .equ W13, W00+13 @ + .equ W14, W00+14 @ + .equ W15, W00+15 @ + .equ W16, W00+16 @ + .equ W17, W00+17 @ + .equ W18, W00+18 @ + .equ W19, W00+19 @ + .equ W20, W00+20 @ + .equ W21, W00+21 @ + .equ W22, W00+22 @ + .equ W23, W00+23 @ + .equ W24, W00+24 @ + .equ W28, W00+25 @ + .equ W30, W00+26 @ + .equ W32, W00+27 @ + .equ W36, W00+28 @ + .equ W40, W00+29 @ + .equ W42, W00+30 @ + .equ W44, W00+31 @ + .equ W48, W00+32 @ + .equ W52, W00+33 @ + .equ W54, W00+34 @ + .equ W56, W00+35 @ + .equ W60, W00+36 @ + .equ W64, W00+37 @ + .equ W66, W00+38 @ + .equ W68, W00+39 @ + .equ W72, W00+40 @ + .equ W76, W00+41 @ + .equ W78, W00+42 @ + .equ W80, W00+43 @ + .equ W84, W00+44 @ + .equ W88, W00+45 @ + .equ W90, W00+46 @ + .equ W92, W00+47 @ + .equ W96, W00+48 @ + + .equ FINE, 0xb1 @ fine + .equ GOTO, 0xb2 @ goto + .equ PATT, 0xb3 @ pattern play + .equ PEND, 0xb4 @ pattern end + .equ REPT, 0xb5 @ repeat + .equ MEMACC, 0xb9 @ memacc op adr dat ***lib + .equ PRIO, 0xba @ priority + .equ TEMPO, 0xbb @ tempo (BPM/2) + .equ KEYSH, 0xbc @ key shift + .equ VOICE, 0xbd @ voice # + .equ VOL, 0xbe @ volume + .equ PAN, 0xbf @ panpot (c_v+??) + .equ BEND, 0xc0 @ pitch bend (c_v+??) + .equ BENDR, 0xc1 @ bend range + .equ LFOS, 0xc2 @ LFO speed + .equ LFODL, 0xc3 @ LFO delay + .equ MOD, 0xc4 @ modulation depth + .equ MODT, 0xc5 @ modulation type + .equ TUNE, 0xc8 @ micro tuning (c_v+??) + + .equ XCMD, 0xcd @ extend command ***lib + .equ xIECV, 0x08 @ imi.echo vol ***lib + .equ xIECL, 0x09 @ imi.echo len ***lib + + .equ EOT, 0xce @ End of Tie + .equ TIE, 0xcf @ + .equ N01, TIE+1 @ NOTE + .equ N02, N01+1 @ + .equ N03, N01+2 @ + .equ N04, N01+3 @ + .equ N05, N01+4 @ + .equ N06, N01+5 @ + .equ N07, N01+6 @ + .equ N08, N01+7 @ + .equ N09, N01+8 @ + .equ N10, N01+9 @ + .equ N11, N01+10 @ + .equ N12, N01+11 @ + .equ N13, N01+12 @ + .equ N14, N01+13 @ + .equ N15, N01+14 @ + .equ N16, N01+15 @ + .equ N17, N01+16 @ + .equ N18, N01+17 @ + .equ N19, N01+18 @ + .equ N20, N01+19 @ + .equ N21, N01+20 @ + .equ N22, N01+21 @ + .equ N23, N01+22 @ + .equ N24, N01+23 @ + .equ N28, N01+24 @ + .equ N30, N01+25 @ + .equ N32, N01+26 @ + .equ N36, N01+27 @ + .equ N40, N01+28 @ + .equ N42, N01+29 @ + .equ N44, N01+30 @ + .equ N48, N01+31 @ + .equ N52, N01+32 @ + .equ N54, N01+33 @ + .equ N56, N01+34 @ + .equ N60, N01+35 @ + .equ N64, N01+36 @ + .equ N66, N01+37 @ + .equ N68, N01+38 @ + .equ N72, N01+39 @ + .equ N76, N01+40 @ + .equ N78, N01+41 @ + .equ N80, N01+42 @ + .equ N84, N01+43 @ + .equ N88, N01+44 @ + .equ N90, N01+45 @ + .equ N92, N01+46 @ + .equ N96, N01+47 @ + +@ maximum value for volume + + .equ mxv, 0x7F @ + +@ center value of PAN, BEND, TUNE + + .equ c_v, 0x40 @ -64 ~ +63 + +@ note for N??, TIE, EOT + + .equ CnM2, 0 @ + .equ CsM2, 1 @ + .equ DnM2, 2 @ + .equ DsM2, 3 @ + .equ EnM2, 4 @ + .equ FnM2, 5 @ + .equ FsM2, 6 @ + .equ GnM2, 7 @ + .equ GsM2, 8 @ + .equ AnM2, 9 @ + .equ AsM2, 10 @ + .equ BnM2, 11 @ + .equ CnM1, 12 @ + .equ CsM1, 13 @ + .equ DnM1, 14 @ + .equ DsM1, 15 @ + .equ EnM1, 16 @ + .equ FnM1, 17 @ + .equ FsM1, 18 @ + .equ GnM1, 19 @ + .equ GsM1, 20 @ + .equ AnM1, 21 @ + .equ AsM1, 22 @ + .equ BnM1, 23 @ + .equ Cn0, 24 @ + .equ Cs0, 25 @ + .equ Dn0, 26 @ + .equ Ds0, 27 @ + .equ En0, 28 @ + .equ Fn0, 29 @ + .equ Fs0, 30 @ + .equ Gn0, 31 @ + .equ Gs0, 32 @ + .equ An0, 33 @ + .equ As0, 34 @ + .equ Bn0, 35 @ + .equ Cn1, 36 @ + .equ Cs1, 37 @ + .equ Dn1, 38 @ + .equ Ds1, 39 @ + .equ En1, 40 @ + .equ Fn1, 41 @ + .equ Fs1, 42 @ + .equ Gn1, 43 @ + .equ Gs1, 44 @ + .equ An1, 45 @ + .equ As1, 46 @ + .equ Bn1, 47 @ + .equ Cn2, 48 @ + .equ Cs2, 49 @ + .equ Dn2, 50 @ + .equ Ds2, 51 @ + .equ En2, 52 @ + .equ Fn2, 53 @ + .equ Fs2, 54 @ + .equ Gn2, 55 @ + .equ Gs2, 56 @ + .equ An2, 57 @ + .equ As2, 58 @ + .equ Bn2, 59 @ + .equ Cn3, 60 @ + .equ Cs3, 61 @ + .equ Dn3, 62 @ + .equ Ds3, 63 @ + .equ En3, 64 @ + .equ Fn3, 65 @ + .equ Fs3, 66 @ + .equ Gn3, 67 @ + .equ Gs3, 68 @ + .equ An3, 69 @ 440Hz + .equ As3, 70 @ + .equ Bn3, 71 @ + .equ Cn4, 72 @ + .equ Cs4, 73 @ + .equ Dn4, 74 @ + .equ Ds4, 75 @ + .equ En4, 76 @ + .equ Fn4, 77 @ + .equ Fs4, 78 @ + .equ Gn4, 79 @ + .equ Gs4, 80 @ + .equ An4, 81 @ + .equ As4, 82 @ + .equ Bn4, 83 @ + .equ Cn5, 84 @ + .equ Cs5, 85 @ + .equ Dn5, 86 @ + .equ Ds5, 87 @ + .equ En5, 88 @ + .equ Fn5, 89 @ + .equ Fs5, 90 @ + .equ Gn5, 91 @ + .equ Gs5, 92 @ + .equ An5, 93 @ + .equ As5, 94 @ + .equ Bn5, 95 @ + .equ Cn6, 96 @ + .equ Cs6, 97 @ + .equ Dn6, 98 @ + .equ Ds6, 99 @ + .equ En6, 100 @ + .equ Fn6, 101 @ + .equ Fs6, 102 @ + .equ Gn6, 103 @ + .equ Gs6, 104 @ + .equ An6, 105 @ + .equ As6, 106 @ + .equ Bn6, 107 @ + .equ Cn7, 108 @ + .equ Cs7, 109 @ + .equ Dn7, 110 @ + .equ Ds7, 111 @ + .equ En7, 112 @ + .equ Fn7, 113 @ + .equ Fs7, 114 @ + .equ Gn7, 115 @ + .equ Gs7, 116 @ + .equ An7, 117 @ + .equ As7, 118 @ + .equ Bn7, 119 @ + .equ Cn8, 120 @ + .equ Cs8, 121 @ + .equ Dn8, 122 @ + .equ Ds8, 123 @ + .equ En8, 124 @ + .equ Fn8, 125 @ + .equ Fs8, 126 @ + .equ Gn8, 127 @ + +@ velocity + + .equ v000, 0 @ + .equ v001, 1 @ + .equ v002, 2 @ + .equ v003, 3 @ + .equ v004, 4 @ + .equ v005, 5 @ + .equ v006, 6 @ + .equ v007, 7 @ + .equ v008, 8 @ + .equ v009, 9 @ + .equ v010, 10 @ + .equ v011, 11 @ + .equ v012, 12 @ + .equ v013, 13 @ + .equ v014, 14 @ + .equ v015, 15 @ + .equ v016, 16 @ + .equ v017, 17 @ + .equ v018, 18 @ + .equ v019, 19 @ + .equ v020, 20 @ + .equ v021, 21 @ + .equ v022, 22 @ + .equ v023, 23 @ + .equ v024, 24 @ + .equ v025, 25 @ + .equ v026, 26 @ + .equ v027, 27 @ + .equ v028, 28 @ + .equ v029, 29 @ + .equ v030, 30 @ + .equ v031, 31 @ + .equ v032, 32 @ + .equ v033, 33 @ + .equ v034, 34 @ + .equ v035, 35 @ + .equ v036, 36 @ + .equ v037, 37 @ + .equ v038, 38 @ + .equ v039, 39 @ + .equ v040, 40 @ + .equ v041, 41 @ + .equ v042, 42 @ + .equ v043, 43 @ + .equ v044, 44 @ + .equ v045, 45 @ + .equ v046, 46 @ + .equ v047, 47 @ + .equ v048, 48 @ + .equ v049, 49 @ + .equ v050, 50 @ + .equ v051, 51 @ + .equ v052, 52 @ + .equ v053, 53 @ + .equ v054, 54 @ + .equ v055, 55 @ + .equ v056, 56 @ + .equ v057, 57 @ + .equ v058, 58 @ + .equ v059, 59 @ + .equ v060, 60 @ + .equ v061, 61 @ + .equ v062, 62 @ + .equ v063, 63 @ + .equ v064, 64 @ + .equ v065, 65 @ + .equ v066, 66 @ + .equ v067, 67 @ + .equ v068, 68 @ + .equ v069, 79 @ + .equ v070, 70 @ + .equ v071, 71 @ + .equ v072, 72 @ + .equ v073, 73 @ + .equ v074, 74 @ + .equ v075, 75 @ + .equ v076, 76 @ + .equ v077, 77 @ + .equ v078, 78 @ + .equ v079, 79 @ + .equ v080, 80 @ + .equ v081, 81 @ + .equ v082, 82 @ + .equ v083, 83 @ + .equ v084, 84 @ + .equ v085, 85 @ + .equ v086, 86 @ + .equ v087, 87 @ + .equ v088, 88 @ + .equ v089, 89 @ + .equ v090, 90 @ + .equ v091, 91 @ + .equ v092, 92 @ + .equ v093, 93 @ + .equ v094, 94 @ + .equ v095, 95 @ + .equ v096, 96 @ + .equ v097, 97 @ + .equ v098, 98 @ + .equ v099, 99 @ + .equ v100, 100 @ + .equ v101, 101 @ + .equ v102, 102 @ + .equ v103, 103 @ + .equ v104, 104 @ + .equ v105, 105 @ + .equ v106, 106 @ + .equ v107, 107 @ + .equ v108, 108 @ + .equ v109, 109 @ + .equ v110, 110 @ + .equ v111, 111 @ + .equ v112, 112 @ + .equ v113, 113 @ + .equ v114, 114 @ + .equ v115, 115 @ + .equ v116, 116 @ + .equ v117, 117 @ + .equ v118, 118 @ + .equ v119, 119 @ + .equ v120, 120 @ + .equ v121, 121 @ + .equ v122, 122 @ + .equ v123, 123 @ + .equ v124, 124 @ + .equ v125, 125 @ + .equ v126, 126 @ + .equ v127, 127 @ + +@ exact gate time parameter for N?? + + .equ gtp1, 1 @ + .equ gtp2, 2 @ + .equ gtp3, 3 @ + +@ parameter of MODT + + .equ mod_vib,0 @ vibrate + .equ mod_tre,1 @ tremolo + .equ mod_pan,2 @ auto-panpot + +@ parameter of MEMACC + + .equ mem_set,0 @ + .equ mem_add,1 @ + .equ mem_sub,2 @ + .equ mem_mem_set,3 @ + .equ mem_mem_add,4 @ + .equ mem_mem_sub,5 @ + .equ mem_beq,6 @ + .equ mem_bne,7 @ + .equ mem_bhi,8 @ + .equ mem_bhs,9 @ + .equ mem_bls,10 @ + .equ mem_blo,11 @ + .equ mem_mem_beq,12 @ + .equ mem_mem_bne,13 @ + .equ mem_mem_bhi,14 @ + .equ mem_mem_bhs,15 @ + .equ mem_mem_bls,16 @ + .equ mem_mem_blo,17 @ + + .equ reverb_set,0x80 @ SOUND_MODE_REVERB_SET + .equ PAM, PAN @ diff --git a/sound/music_player_table.s b/sound/music_player_table.s new file mode 100644 index 000000000..9357bf64a --- /dev/null +++ b/sound/music_player_table.s @@ -0,0 +1,6 @@ + .align 2 +gMPlayTable:: @ 845545C + music_player 0x3007380, 0x30007F8, 10, 0 + music_player 0x30073C0, 0x3000B18, 3, 1 + music_player 0x3007400, 0x3000C08, 9, 1 + music_player 0x3007450, 0x3000ED8, 1, 0 diff --git a/sound/song_table.s b/sound/song_table.s new file mode 100644 index 000000000..14f811b08 --- /dev/null +++ b/sound/song_table.s @@ -0,0 +1,474 @@ + .align 2 +gSongTable:: @ 845548C + song se_stop, 0, 0 + song se_kaifuku, 1, 1 + song se_pc_logon, 1, 1 + song se_pc_off, 1, 1 + song se_pc_on, 1, 1 + song se_select, 2, 2 + song se_win_open, 1, 1 + song se_wall_hit, 2, 2 + song se_door, 1, 1 + song se_kaidan, 1, 1 + song se_dansa, 1, 1 + song se_jitensya, 1, 1 + song se_kouka_l, 1, 1 + song se_kouka_m, 1, 1 + song se_kouka_h, 1, 1 + song se_bowa2, 1, 1 + song se_poke_dead, 1, 1 + song se_nigeru, 1, 1 + song se_jido_doa, 1, 1 + song se_naminori, 1, 1 + song se_ban, 1, 1 + song se_pin, 1, 1 + song se_boo, 1, 1 + song se_bowa, 1, 1 + song se_jyuni, 2, 2 + song se_a, 1, 1 + song se_i, 1, 1 + song se_u, 1, 1 + song se_e, 1, 1 + song se_o, 1, 1 + song se_n, 1, 1 + song se_seikai, 1, 1 + song se_hazure, 1, 1 + song se_exp, 1, 1 + song se_jite_pyoko, 1, 1 + song se_mu_pachi, 1, 1 + song se_tk_kasya, 1, 1 + song se_fu_zaku, 1, 1 + song se_fu_zaku2, 1, 1 + song se_fu_zuzuzu, 1, 1 + song se_ru_gashin, 1, 1 + song se_ru_gasyan, 1, 1 + song se_ru_bari, 1, 1 + song se_ru_hyuu, 1, 1 + song se_ki_gasyan, 2, 2 + song se_tk_warpin, 1, 1 + song se_tk_warpout, 1, 1 + song se_tu_saa, 1, 1 + song se_hi_turun, 1, 1 + song se_track_move, 1, 1 + song se_track_stop, 1, 1 + song se_track_haik, 2, 2 + song se_track_door, 1, 1 + song se_moter, 2, 2 + song se_card, 1, 1 + song se_save, 1, 1 + song se_kon, 1, 1 + song se_kon2, 1, 1 + song se_kon3, 1, 1 + song se_kon4, 1, 1 + song se_suikomu, 2, 2 + song se_nageru, 1, 1 + song se_toy_c, 2, 2 + song se_toy_d, 2, 2 + song se_toy_e, 2, 2 + song se_toy_f, 2, 2 + song se_toy_g, 2, 2 + song se_toy_a, 2, 2 + song se_toy_b, 2, 2 + song se_toy_c1, 2, 2 + song se_mizu, 2, 2 + song se_hashi, 2, 2 + song se_daugi, 1, 1 + song se_pinpon, 1, 1 + song se_fuusen1, 2, 2 + song se_fuusen2, 2, 2 + song se_fuusen3, 2, 2 + song se_toy_kabe, 2, 2 + song se_toy_dango, 2, 2 + song se_doku, 1, 1 + song se_esuka, 1, 1 + song se_t_ame, 3, 3 + song se_t_ame_e, 3, 3 + song se_t_ooame, 3, 3 + song se_t_ooame_e, 3, 3 + song se_t_koame, 3, 3 + song se_t_koame_e, 3, 3 + song se_t_kami, 1, 1 + song se_t_kami2, 1, 1 + song se_elebeta, 1, 1 + song se_hinsi, 3, 3 + song se_expmax, 1, 1 + song se_tamakoro, 2, 2 + song se_tamakoro_e, 2, 2 + song se_basabasa, 1, 1 + song se_regi, 1, 1 + song se_c_gaji, 1, 1 + song se_c_maku_u, 1, 1 + song se_c_maku_d, 1, 1 + song se_c_pasi, 1, 1 + song se_c_syu, 1, 1 + song se_c_pikon, 1, 1 + song se_reapoke, 1, 1 + song se_op_basyu, 1, 1 + song se_bt_start, 1, 1 + song se_dendou, 1, 1 + song se_jihanki, 1, 1 + song se_tama, 1, 1 + song se_z_scroll, 1, 1 + song se_z_page, 1, 1 + song se_pn_on, 1, 1 + song se_pn_off, 1, 1 + song se_z_search, 1, 1 + song se_tamago, 1, 1 + song se_tb_start, 1, 1 + song se_tb_kon, 1, 1 + song se_tb_kara, 2, 2 + song se_bidoro, 1, 1 + song se_w085, 2, 2 + song se_w085b, 1, 1 + song se_w231, 1, 1 + song se_w171, 1, 1 + song se_w233, 1, 1 + song se_w233b, 1, 1 + song se_w145, 1, 1 + song se_w145b, 1, 1 + song se_w145c, 1, 1 + song se_w240, 1, 1 + song se_w015, 1, 1 + song se_w081, 1, 1 + song se_w081b, 1, 1 + song se_w088, 1, 1 + song se_w016, 2, 2 + song se_w016b, 2, 2 + song se_w003, 1, 1 + song se_w104, 1, 1 + song se_w013, 1, 1 + song se_w196, 1, 1 + song se_w086, 1, 1 + song se_w004, 1, 1 + song se_w025, 1, 1 + song se_w025b, 1, 1 + song se_w152, 1, 1 + song se_w026, 1, 1 + song se_w172, 1, 1 + song se_w172b, 1, 1 + song se_w053, 1, 1 + song se_w007, 1, 1 + song se_w092, 1, 1 + song se_w221, 1, 1 + song se_w221b, 2, 2 + song se_w052, 1, 1 + song se_w036, 2, 2 + song se_w059, 1, 1 + song se_w059b, 1, 1 + song se_w010, 1, 1 + song se_w011, 1, 1 + song se_w017, 1, 1 + song se_w019, 1, 1 + song se_w028, 1, 1 + song se_w013b, 1, 1 + song se_w044, 1, 1 + song se_w029, 1, 1 + song se_w057, 1, 1 + song se_w056, 1, 1 + song se_w250, 1, 1 + song se_w030, 1, 1 + song se_w039, 2, 2 + song se_w054, 1, 1 + song se_w077, 1, 1 + song se_w020, 2, 2 + song se_w082, 1, 1 + song se_w047, 1, 1 + song se_w195, 1, 1 + song se_w006, 1, 1 + song se_w091, 1, 1 + song se_w146, 1, 1 + song se_w120, 1, 1 + song se_w153, 1, 1 + song se_w071b, 1, 1 + song se_w071, 1, 1 + song se_w103, 1, 1 + song se_w062, 1, 1 + song se_w062b, 1, 1 + song se_w048, 1, 1 + song se_w187, 1, 1 + song se_w118, 1, 1 + song se_w155, 1, 1 + song se_w122, 1, 1 + song se_w060, 1, 1 + song se_w185, 1, 1 + song se_w014, 1, 1 + song se_w043, 1, 1 + song se_w207, 1, 1 + song se_w207b, 1, 1 + song se_w215, 1, 1 + song se_w109, 1, 1 + song se_w173, 1, 1 + song se_w280, 1, 1 + song se_w202, 1, 1 + song se_w060b, 1, 1 + song se_w076, 2, 2 + song se_w080, 1, 1 + song se_w100, 1, 1 + song se_w107, 1, 1 + song se_w166, 1, 1 + song se_w129, 1, 1 + song se_w115, 1, 1 + song se_w112, 1, 1 + song se_w197, 2, 2 + song se_w199, 1, 1 + song se_w236, 1, 1 + song se_w204, 1, 1 + song se_w268, 1, 1 + song se_w070, 1, 1 + song se_w063, 1, 1 + song se_w127, 1, 1 + song se_w179, 1, 1 + song se_w151, 1, 1 + song se_w201, 1, 1 + song se_w161, 1, 1 + song se_w161b, 1, 1 + song se_w227, 1, 1 + song se_w227b, 2, 2 + song se_w226, 1, 1 + song se_w208, 1, 1 + song se_w213, 1, 1 + song se_w213b, 1, 1 + song se_w234, 1, 1 + song se_w260, 1, 1 + song se_w328, 1, 1 + song se_w320, 1, 1 + song se_w255, 1, 1 + song se_w291, 1, 1 + song se_w089, 2, 2 + song se_w239, 2, 2 + song se_w230, 1, 1 + song se_w281, 1, 1 + song se_w327, 2, 2 + song se_w287, 1, 1 + song se_w257, 1, 1 + song se_w253, 1, 1 + song se_w258, 1, 1 + song se_w322, 2, 2 + song se_w298, 1, 1 + song se_w287b, 1, 1 + song se_w114, 1, 1 + song se_w063b, 1, 1 + song song_248, 2, 2 + song song_249, 2, 2 + song song_250, 2, 2 + song song_251, 2, 2 + song song_252, 2, 2 + song song_253, 2, 2 + song song_254, 2, 2 + song song_255, 2, 2 + song song_256, 2, 2 + song song_257, 2, 2 + song song_258, 2, 2 + song song_259, 2, 2 + song song_260, 2, 2 + song song_261, 2, 2 + song song_262, 2, 2 + song song_263, 2, 2 + song song_264, 2, 2 + song song_265, 2, 2 + song song_266, 2, 2 + song song_267, 2, 2 + song song_268, 2, 2 + song song_269, 2, 2 + song song_270, 2, 2 + song song_271, 2, 2 + song song_272, 2, 2 + song song_273, 2, 2 + song song_274, 2, 2 + song song_275, 2, 2 + song song_276, 2, 2 + song song_277, 2, 2 + song song_278, 2, 2 + song song_279, 2, 2 + song song_280, 2, 2 + song song_281, 2, 2 + song song_282, 2, 2 + song song_283, 2, 2 + song song_284, 2, 2 + song song_285, 2, 2 + song song_286, 2, 2 + song song_287, 2, 2 + song song_288, 2, 2 + song song_289, 2, 2 + song song_290, 2, 2 + song song_291, 2, 2 + song song_292, 2, 2 + song song_293, 2, 2 + song song_294, 2, 2 + song song_295, 2, 2 + song song_296, 2, 2 + song song_297, 2, 2 + song song_298, 2, 2 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song dummy_song_header, 0, 0 + song bgm_tetsuji, 0, 0 + song bgm_field13, 0, 0 + song bgm_kachi22, 0, 0 + song bgm_kachi2, 0, 0 + song bgm_kachi3, 0, 0 + song bgm_kachi5, 0, 0 + song bgm_pcc, 0, 0 + song bgm_nibi, 0, 0 + song bgm_suikun, 0, 0 + song bgm_dooro1, 0, 0 + song bgm_dooro_x1, 0, 0 + song bgm_dooro_x3, 0, 0 + song bgm_machi_s2, 0, 0 + song bgm_machi_s4, 0, 0 + song bgm_gim, 0, 0 + song bgm_naminori, 0, 0 + song bgm_dan01, 0, 0 + song bgm_fanfa1, 2, 2 + song bgm_me_asa, 2, 2 + song bgm_me_bachi, 2, 2 + song bgm_fanfa4, 2, 2 + song bgm_fanfa5, 2, 2 + song bgm_me_waza, 2, 2 + song bgm_bijyutu, 0, 0 + song bgm_dooro_x4, 0, 0 + song bgm_fune_kan, 0, 0 + song bgm_me_shinka, 2, 2 + song bgm_shinka, 0, 0 + song bgm_me_wasure, 2, 2 + song bgm_syoujoeye, 0, 0 + song bgm_boyeye, 0, 0 + song bgm_dan02, 0, 0 + song bgm_machi_s3, 0, 0 + song bgm_odamaki, 0, 0 + song bgm_b_tower, 0, 0 + song bgm_swimeye, 0, 0 + song bgm_dan03, 0, 0 + song bgm_me_kinomi, 2, 2 + song bgm_me_tama, 2, 2 + song bgm_me_b_big, 2, 2 + song bgm_me_b_small, 2, 2 + song bgm_me_zannen, 2, 2 + song bgm_bd_time, 0, 0 + song bgm_test1, 0, 0 + song bgm_test2, 0, 0 + song bgm_test3, 0, 0 + song bgm_test4, 0, 0 + song bgm_test, 0, 0 + song bgm_gomachi0, 0, 0 + song bgm_gotown, 0, 0 + song bgm_pokecen, 0, 0 + song bgm_nextroad, 0, 0 + song bgm_granroad, 0, 0 + song bgm_cycling, 0, 0 + song bgm_friendly, 0, 0 + song bgm_mishiro, 0, 0 + song bgm_tozan, 0, 0 + song bgm_girleye, 0, 0 + song bgm_minamo, 0, 0 + song bgm_ashroad, 0, 0 + song bgm_event0, 0, 0 + song bgm_deepdeep, 0, 0 + song bgm_kachi1, 0, 0 + song bgm_title3, 0, 0 + song bgm_demo1, 0, 0 + song bgm_girl_sup, 0, 0 + song bgm_hageshii, 0, 0 + song bgm_kakkoii, 0, 0 + song bgm_kazanbai, 0, 0 + song bgm_aqa_0, 0, 0 + song bgm_tsuretek, 0, 0 + song bgm_boy_sup, 0, 0 + song bgm_rainbow, 0, 0 + song bgm_ayasii, 0, 0 + song bgm_kachi4, 0, 0 + song bgm_ropeway, 0, 0 + song bgm_casino, 0, 0 + song bgm_hightown, 0, 0 + song bgm_safari, 0, 0 + song bgm_c_road, 0, 0 + song bgm_ajito, 0, 0 + song bgm_m_boat, 0, 0 + song bgm_m_dungon, 0, 0 + song bgm_finecity, 0, 0 + song bgm_machupi, 0, 0 + song bgm_p_school, 0, 0 + song bgm_dendou, 0, 0 + song bgm_tonekusa, 0, 0 + song bgm_maborosi, 0, 0 + song bgm_con_fan, 0, 0 + song bgm_contest0, 0, 0 + song bgm_mgm0, 0, 0 + song bgm_t_battle, 0, 0 + song bgm_ooame, 0, 0 + song bgm_hideri, 0, 0 + song bgm_runecity, 0, 0 + song bgm_con_k, 0, 0 + song bgm_eikou_r, 0, 0 + song bgm_karakuri, 0, 0 + song bgm_hutago, 0, 0 + song bgm_sitennou, 0, 0 + song bgm_yama_eye, 0, 0 + song bgm_conlobby, 0, 0 + song bgm_inter_v, 0, 0 + song bgm_daigo, 0, 0 + song bgm_thankfor, 0, 0 + song bgm_end, 0, 0 + song bgm_battle27, 0, 0 + song bgm_battle31, 0, 0 + song bgm_battle20, 0, 0 + song bgm_battle32, 0, 0 + song bgm_battle33, 0, 0 + song bgm_battle36, 0, 0 + song bgm_battle34, 0, 0 + song bgm_battle35, 0, 0 + song bgm_battle38, 0, 0 + song bgm_battle30, 0, 0 + song song_467, 0, 0 + + .align 2 +dummy_song_header: @ 845632C + .byte 0, 0, 0, 0 diff --git a/sound/songs/bgm_ajito.s b/sound/songs/bgm_ajito.s new file mode 100644 index 000000000..3e4abaeca --- /dev/null +++ b/sound/songs/bgm_ajito.s @@ -0,0 +1,1561 @@ + .include "MPlayDef.s" + + .equ bgm_ajito_grp, voicegroup_84455E8 + .equ bgm_ajito_pri, 0 + .equ bgm_ajito_rev, reverb_set+50 + .equ bgm_ajito_mvl, 127 + .equ bgm_ajito_key, 0 + .equ bgm_ajito_tbs, 1 + .equ bgm_ajito_exg, 0 + .equ bgm_ajito_cmp, 1 + + .section .rodata + .global bgm_ajito + .align 2 + +@********************** Track 1 **********************@ + +bgm_ajito_1: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_1_B1: + .byte TEMPO , 118*bgm_ajito_tbs/2 + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_ajito_mvl/mxv + .byte N03 , En5 , v112 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte VOICE , 126 + .byte N09 , Gn5 , v100 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W12 + .byte VOICE , 126 + .byte N09 , Gn5 + .byte W12 +bgm_ajito_1_000: + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte VOICE , 126 + .byte N09 , Gn5 , v100 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W12 + .byte VOICE , 126 + .byte N09 , Gn5 + .byte W12 + .byte PEND + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte PATT + .word bgm_ajito_1_000 + .byte GOTO + .word bgm_ajito_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_ajito_2: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_2_B1: + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_ajito_mvl/mxv + .byte LFOS , 44 + .byte BENDR , 2 + .byte W96 +bgm_ajito_2_000: + .byte W72 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte PEND + .byte TIE , Ds5 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Fn5 + .byte W06 + .byte Gn4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Gn4 + .byte W12 + .byte Ds5 + .byte W06 + .byte W96 + .byte W60 + .byte N12 + .byte W12 + .byte N03 , Gn5 + .byte W06 + .byte N03 + .byte W06 + .byte Cn5 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte TIE , Ds5 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Fn5 + .byte W06 + .byte Gn4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Gn4 + .byte W12 + .byte Gn5 + .byte W06 + .byte W96 + .byte W96 + .byte VOICE , 17 + .byte N18 , Fn5 + .byte W18 + .byte TIE , Cn5 + .byte W78 + .byte W48 + .byte EOT + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N18 , Dn5 + .byte W18 + .byte N12 , Ds5 + .byte W12 + .byte N03 , Gs4 + .byte W06 + .byte N12 , Dn5 + .byte W12 + .byte N03 , Gs4 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte N03 , Gs4 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Gs4 + .byte W06 + .byte N03 + .byte W03 + .byte As4 + .byte W03 + .byte Cn5 + .byte W03 + .byte As4 + .byte W03 + .byte N11 , Gs4 + .byte W12 + .byte N48 , Fn4 + .byte W54 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N96 , Ds5 + .byte W96 + .byte N06 , Gn5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Dn5 + .byte W12 + .byte N06 , Cn5 + .byte W12 + .byte N03 , Dn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gn4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Gn4 + .byte W12 + .byte Ds5 + .byte W06 + .byte W96 + .byte PATT + .word bgm_ajito_2_000 + .byte N36 , Ds5 , v112 + .byte W36 + .byte W03 + .byte N03 , En5 + .byte W03 + .byte Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte N15 , Gn5 + .byte W15 + .byte N03 , Fs5 + .byte W03 + .byte N15 , Gn5 + .byte W15 + .byte N03 , Fs5 + .byte W03 + .byte N60 , Gn5 + .byte W12 + .byte W48 + .byte N03 , Fn5 + .byte W06 + .byte Gn4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Gn4 + .byte W12 + .byte Ds5 + .byte W06 + .byte GOTO + .word bgm_ajito_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_ajito_3: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_3_B1: + .byte VOICE , 36 + .byte LFOS , 44 + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte VOL , 84*bgm_ajito_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Cn1 , v112 + .byte W18 + .byte N03 , Cn1 , v088 + .byte W18 + .byte N12 , Bn1 , v124 + .byte W06 + .byte BEND , c_v+32 + .byte W06 + .byte c_v+0 + .byte W48 +bgm_ajito_3_000: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N12 , Cn1 , v088 + .byte W24 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 35 + .byte W12 + .byte N06 , Gn1 , v092 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte An1 + .byte W12 + .byte Gn1 + .byte W06 + .byte PEND +bgm_ajito_3_001: + .byte VOICE , 36 + .byte BEND , c_v+0 + .byte N12 , Cn1 , v112 + .byte W18 + .byte N03 , Cn1 , v088 + .byte W18 + .byte N12 , Bn1 , v124 + .byte W06 + .byte BEND , c_v+32 + .byte W06 + .byte c_v+0 + .byte W48 + .byte PEND + .byte PATT + .word bgm_ajito_3_000 + .byte PATT + .word bgm_ajito_3_001 + .byte PATT + .word bgm_ajito_3_000 + .byte PATT + .word bgm_ajito_3_001 + .byte PATT + .word bgm_ajito_3_000 + .byte PATT + .word bgm_ajito_3_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N12 , Cn1 , v088 + .byte W24 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N03 + .byte W12 + .byte N06 , Fn2 , v112 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Ds2 + .byte W06 +bgm_ajito_3_002: + .byte VOICE , 36 + .byte BEND , c_v+0 + .byte N12 , Fn1 , v112 + .byte W18 + .byte N03 , Fn1 , v088 + .byte W18 + .byte N12 , En2 , v124 + .byte W06 + .byte BEND , c_v+32 + .byte W06 + .byte c_v+0 + .byte W48 + .byte PEND + .byte N06 , Fn1 , v112 + .byte W12 + .byte N12 , Fn1 , v088 + .byte W24 + .byte N03 , Fn2 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 35 + .byte W12 + .byte N06 , Cn2 , v092 + .byte W12 + .byte N03 , Ds2 + .byte W06 + .byte Dn2 + .byte W12 + .byte Cn2 + .byte W06 + .byte PATT + .word bgm_ajito_3_002 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N12 , Fn1 , v088 + .byte W24 + .byte N03 , Fn2 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 , v112 + .byte W06 + .byte N03 , Fn2 + .byte W12 + .byte Fn1 , v076 + .byte W06 + .byte N12 , En2 , v124 + .byte W06 + .byte BEND , c_v+35 + .byte W06 + .byte c_v+0 + .byte W12 + .byte PATT + .word bgm_ajito_3_001 + .byte PATT + .word bgm_ajito_3_000 + .byte PATT + .word bgm_ajito_3_001 + .byte PATT + .word bgm_ajito_3_000 + .byte PATT + .word bgm_ajito_3_001 + .byte PATT + .word bgm_ajito_3_000 + .byte GOTO + .word bgm_ajito_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_ajito_4: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_4_B1: + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_ajito_mvl/mxv + .byte LFOS , 44 + .byte BENDR , 2 + .byte W96 +bgm_ajito_4_000: + .byte W72 + .byte N03 , Cn4 , v112 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte PEND + .byte TIE , Cn5 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Ds5 + .byte W06 + .byte Ds4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Cn5 + .byte W06 + .byte W96 + .byte W60 + .byte N12 , Gn4 + .byte W12 + .byte N03 , Cn5 + .byte W06 + .byte N03 + .byte W06 + .byte Ds4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte TIE , Cn5 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Ds5 + .byte W06 + .byte Ds4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Ds5 + .byte W06 + .byte W96 + .byte W96 + .byte N18 + .byte W18 + .byte N84 , Gs4 + .byte W78 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , As4 + .byte W18 + .byte N06 , Gs4 + .byte W18 + .byte N06 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte N18 , Cn5 + .byte W18 + .byte N12 + .byte W12 + .byte N03 , Ds4 + .byte W06 + .byte N12 , Bn4 + .byte W12 + .byte N03 , Ds4 + .byte W06 + .byte N12 , As4 + .byte W12 + .byte N03 , Ds4 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N03 , Ds4 + .byte W06 + .byte Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N12 , Fn4 + .byte W12 + .byte N24 , Cn4 + .byte W30 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W12 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte As3 + .byte W06 + .byte Cn3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte As3 + .byte W06 + .byte N48 , Cn5 + .byte W54 + .byte N06 , Fn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Bn4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte As4 + .byte W06 + .byte N03 , Ds5 + .byte W06 + .byte Ds4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Cn5 + .byte W06 + .byte W96 + .byte PATT + .word bgm_ajito_4_000 + .byte N96 , Cn5 , v112 + .byte W96 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Dn5 + .byte W06 + .byte N03 , Ds5 + .byte W06 + .byte Ds4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Cn5 + .byte W06 + .byte GOTO + .word bgm_ajito_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_ajito_5: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_5_B1: + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 2 + .byte VOL , 42*bgm_ajito_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte MOD , 30 + .byte BEND , c_v+0 + .byte N03 , Bn1 , v092 + .byte W06 + .byte Cn2 , v084 + .byte W06 + .byte N06 , Cn2 , v127 + .byte W06 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N06 , Bn1 , v092 + .byte W06 + .byte N03 , Cn2 , v084 + .byte W06 + .byte N06 , Cn2 , v096 + .byte W06 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N02 , Cn2 , v112 + .byte W04 + .byte Cn2 , v084 + .byte W04 + .byte Cn2 , v096 + .byte W04 + .byte N06 , Bn1 , v120 + .byte W06 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N06 , Cn2 , v096 + .byte W06 + .byte N03 , Cn2 , v084 + .byte W06 + .byte N06 , Bn1 , v096 + .byte W06 + .byte N03 , Cn2 , v080 + .byte W06 + .byte BEND , c_v+0 + .byte N03 , Cn2 , v096 + .byte W06 + .byte Cn2 , v084 + .byte W06 + .byte N06 , Cn2 , v116 + .byte W06 + .byte N03 , Cn2 , v080 + .byte W06 + .byte Ds2 , v112 + .byte W06 + .byte Ds2 , v076 + .byte W06 + .byte N06 , Dn2 , v112 + .byte W06 + .byte N03 , Ds2 , v080 + .byte W06 + .byte BEND , c_v+0 + .byte N48 , Gn2 , v112 + .byte W15 + .byte BEND , c_v+0 + .byte W02 + .byte c_v-7 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-13 + .byte W05 + .byte c_v-20 + .byte W03 + .byte c_v-23 + .byte W04 + .byte c_v-29 + .byte W02 + .byte c_v-38 + .byte W03 + .byte c_v-47 + .byte W03 + .byte c_v-62 + .byte W04 + .byte MOD , 2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W03 + .byte VOL , 31*bgm_ajito_mvl/mxv + .byte W92 + .byte W01 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_ajito_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_ajito_6: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_6_B1: + .byte VOICE , 80 + .byte PAN , c_v-61 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 2 + .byte VOL , 37*bgm_ajito_mvl/mxv + .byte BEND , c_v+0 + .byte W96 +bgm_ajito_6_000: + .byte W72 + .byte N03 , An1 , v112 + .byte W03 + .byte Bn1 + .byte W03 + .byte Cn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 + .byte W03 + .byte An2 + .byte W03 + .byte PEND + .byte TIE , As2 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Cn3 + .byte W06 + .byte Ds2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte N03 , Ds2 + .byte W12 + .byte Gn2 + .byte W06 + .byte VOICE , 84 + .byte N03 , Dn2 , v092 + .byte W06 + .byte Ds2 , v084 + .byte W06 + .byte N06 , Ds2 , v127 + .byte W06 + .byte N03 , Ds2 , v080 + .byte W06 + .byte N06 , Dn2 , v092 + .byte W06 + .byte N03 , Ds2 , v084 + .byte W06 + .byte N06 , Ds2 , v096 + .byte W06 + .byte N03 , Ds2 , v080 + .byte W06 + .byte N02 , Ds2 , v112 + .byte W04 + .byte Ds2 , v084 + .byte W04 + .byte Ds2 , v096 + .byte W04 + .byte N06 , Dn2 , v120 + .byte W06 + .byte N03 , Ds2 , v080 + .byte W06 + .byte N06 , Ds2 , v096 + .byte W06 + .byte N03 , Ds2 , v084 + .byte W06 + .byte N06 , Dn2 , v096 + .byte W06 + .byte N03 , Ds2 , v080 + .byte W06 + .byte VOICE , 80 + .byte N03 , Ds2 , v096 + .byte W06 + .byte Ds2 , v084 + .byte W06 + .byte N06 , Ds2 , v116 + .byte W06 + .byte N03 , Ds2 , v080 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v076 + .byte W06 + .byte N06 , Fs2 , v112 + .byte W06 + .byte N03 , Gn2 , v080 + .byte W06 + .byte N24 , Cn3 , v112 + .byte W24 + .byte N03 , An1 + .byte W03 + .byte Bn1 + .byte W03 + .byte Cn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 + .byte W03 + .byte An2 + .byte W03 + .byte N36 , As2 + .byte W36 + .byte W03 + .byte N03 , Cn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N36 , Ds3 + .byte W36 + .byte W03 + .byte N03 , Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte N48 , As3 + .byte W48 + .byte N03 , Cn4 + .byte W06 + .byte Ds3 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Ds3 + .byte W12 + .byte Cn4 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte TIE , As2 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Cn3 + .byte W06 + .byte Ds2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte N03 , Ds2 + .byte W12 + .byte Gn2 + .byte W06 + .byte W96 + .byte PATT + .word bgm_ajito_6_000 + .byte TIE , As2 , v112 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Cn3 + .byte W06 + .byte Ds2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte N03 , Ds2 + .byte W12 + .byte Gn2 + .byte W06 + .byte GOTO + .word bgm_ajito_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_ajito_7: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_7_B1: + .byte VOICE , 81 + .byte PAN , c_v+63 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 2 + .byte VOL , 37*bgm_ajito_mvl/mxv + .byte W96 +bgm_ajito_7_000: + .byte W72 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 + .byte W03 + .byte An2 + .byte W03 + .byte As2 + .byte W03 + .byte Bn2 + .byte W03 + .byte Cn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte PEND + .byte TIE , Ds3 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Fn3 + .byte W06 + .byte Gn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn2 + .byte W12 + .byte Ds3 + .byte W06 + .byte PAN , c_v+0 + .byte N12 , Cn1 + .byte W18 + .byte N03 , Cn1 , v088 + .byte W18 + .byte N12 , Bn1 , v124 + .byte W60 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N12 , Cn1 , v088 + .byte W24 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N03 + .byte W18 + .byte N06 , Gn1 , v092 + .byte W12 + .byte PAN , c_v+63 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 + .byte W03 + .byte An2 + .byte W03 + .byte As2 + .byte W03 + .byte Bn2 + .byte W03 + .byte Cn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N36 , Ds3 + .byte W36 + .byte W03 + .byte N03 , Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte N36 , As3 + .byte W36 + .byte W03 + .byte N03 , Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N48 , Ds4 + .byte W48 + .byte N03 , Fn4 + .byte W06 + .byte Gn3 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn3 + .byte W12 + .byte Gn4 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte TIE , Ds3 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Fn3 + .byte W06 + .byte Gn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn2 + .byte W12 + .byte Ds3 + .byte W06 + .byte W96 + .byte PATT + .word bgm_ajito_7_000 + .byte TIE , Ds3 , v112 + .byte W96 + .byte W48 + .byte EOT + .byte N03 , Fn3 + .byte W06 + .byte Gn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn2 + .byte W12 + .byte Ds3 + .byte W06 + .byte GOTO + .word bgm_ajito_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_ajito_8: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_8_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 79*bgm_ajito_mvl/mxv + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v064 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte Cn1 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cn1 , v068 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte Cn1 , v064 + .byte W06 + .byte N06 + .byte W06 +bgm_ajito_8_000: + .byte N06 , Cn1 , v112 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte En1 , v112 + .byte W24 + .byte Cn1 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cn1 , v068 + .byte W06 + .byte En1 , v104 + .byte W12 + .byte Cn1 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_ajito_8_001: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v064 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte Cn1 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cn1 , v068 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte Cn1 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_ajito_8_000 + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v064 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte Cn1 + .byte W06 + .byte En1 , v100 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte Cn1 , v068 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte Cn1 , v064 + .byte W06 + .byte N06 + .byte W06 +bgm_ajito_8_002: + .byte N06 , Cn1 , v112 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte En1 , v112 + .byte W24 + .byte Cn1 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cn1 , v068 + .byte W06 + .byte En1 , v104 + .byte W09 + .byte N03 , En1 , v064 + .byte W03 + .byte N06 , En1 , v120 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_ajito_8_001 + .byte PATT + .word bgm_ajito_8_000 + .byte PATT + .word bgm_ajito_8_001 + .byte PATT + .word bgm_ajito_8_000 + .byte PATT + .word bgm_ajito_8_001 + .byte PATT + .word bgm_ajito_8_000 + .byte PATT + .word bgm_ajito_8_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte En1 , v112 + .byte W24 + .byte Cn1 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cn1 , v068 + .byte W06 + .byte Dn1 , v084 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte PATT + .word bgm_ajito_8_001 + .byte PATT + .word bgm_ajito_8_000 + .byte PATT + .word bgm_ajito_8_001 + .byte PATT + .word bgm_ajito_8_002 + .byte PATT + .word bgm_ajito_8_001 + .byte PATT + .word bgm_ajito_8_000 + .byte GOTO + .word bgm_ajito_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_ajito_9: + .byte KEYSH , bgm_ajito_key+0 +bgm_ajito_9_B1: + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 2 + .byte VOL , 42*bgm_ajito_mvl/mxv + .byte BEND , c_v+1 + .byte N12 , Cn1 , v112 + .byte W18 + .byte N03 , Cn1 , v088 + .byte W18 + .byte N12 , Bn1 , v124 + .byte W60 + .byte N06 , Cn1 , v112 + .byte W03 + .byte VOICE , 82 + .byte W09 + .byte N12 , Cn1 , v088 + .byte W24 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N03 + .byte W18 + .byte N06 , Gn1 , v092 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte An1 + .byte W12 + .byte Gn1 + .byte W06 +bgm_ajito_9_000: + .byte N12 , Cn1 , v112 + .byte W18 + .byte N03 , Cn1 , v088 + .byte W18 + .byte N12 , Bn1 , v124 + .byte W60 + .byte PEND +bgm_ajito_9_001: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N12 , Cn1 , v088 + .byte W24 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N03 + .byte W18 + .byte N06 , Gn1 , v092 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte An1 + .byte W12 + .byte Gn1 + .byte W06 + .byte PEND + .byte VOICE , 83 + .byte VOL , 32*bgm_ajito_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Bn2 + .byte W06 + .byte Cn3 , v084 + .byte W06 + .byte N06 , Cn3 , v127 + .byte W06 + .byte N03 , Cn3 , v080 + .byte W06 + .byte N06 , Bn2 , v092 + .byte W06 + .byte N03 , Cn3 , v084 + .byte W06 + .byte N06 , Cn3 , v096 + .byte W06 + .byte N03 , Cn3 , v080 + .byte W06 + .byte N02 , Cn3 , v112 + .byte W04 + .byte Cn3 , v084 + .byte W04 + .byte Cn3 , v096 + .byte W04 + .byte N06 , Bn2 , v120 + .byte W06 + .byte N03 , Cn3 , v080 + .byte W06 + .byte N06 , Cn3 , v096 + .byte W06 + .byte N03 , Cn3 , v084 + .byte W06 + .byte N06 , Bn2 , v096 + .byte W06 + .byte N03 , Cn3 , v080 + .byte W06 + .byte BEND , c_v+0 + .byte N03 , Cn3 , v096 + .byte W06 + .byte Cn3 , v084 + .byte W06 + .byte N06 , Cn3 , v116 + .byte W06 + .byte N03 , Cn3 , v080 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v076 + .byte W06 + .byte N06 , Dn3 , v112 + .byte W06 + .byte N03 , Ds3 , v080 + .byte W06 + .byte BEND , c_v+0 + .byte N48 , Gn3 , v112 + .byte W15 + .byte BEND , c_v+0 + .byte W02 + .byte c_v-7 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-13 + .byte W05 + .byte c_v-20 + .byte W03 + .byte c_v-23 + .byte W04 + .byte c_v-29 + .byte W02 + .byte c_v-38 + .byte W03 + .byte c_v-47 + .byte W03 + .byte c_v-62 + .byte W04 + .byte VOICE , 82 + .byte VOL , 43*bgm_ajito_mvl/mxv + .byte BEND , c_v+3 + .byte N12 , Cn1 + .byte W18 + .byte N03 , Cn1 , v088 + .byte W18 + .byte N12 , Bn1 , v124 + .byte W60 + .byte PATT + .word bgm_ajito_9_001 + .byte PATT + .word bgm_ajito_9_000 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N12 , Cn1 , v088 + .byte W24 + .byte N03 , Cn2 , v080 + .byte W06 + .byte N03 + .byte W12 + .byte N06 , Fn2 , v112 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Ds2 + .byte W06 +bgm_ajito_9_002: + .byte N12 , Fn1 , v112 + .byte W18 + .byte N03 , Fn1 , v088 + .byte W18 + .byte N12 , En2 , v124 + .byte W60 + .byte PEND + .byte N06 , Fn1 , v112 + .byte W12 + .byte N12 , Fn1 , v088 + .byte W24 + .byte N03 , Fn2 , v080 + .byte W06 + .byte N03 + .byte W18 + .byte N06 , Cn2 , v092 + .byte W12 + .byte N03 , Ds2 + .byte W06 + .byte Dn2 + .byte W12 + .byte Cn2 + .byte W06 + .byte PATT + .word bgm_ajito_9_002 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N12 , Fn1 , v088 + .byte W24 + .byte N03 , Fn2 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 , v112 + .byte W06 + .byte N03 , Fn2 + .byte W12 + .byte Fn1 , v076 + .byte W06 + .byte N12 , En2 , v124 + .byte W24 + .byte PATT + .word bgm_ajito_9_000 + .byte PATT + .word bgm_ajito_9_001 + .byte PATT + .word bgm_ajito_9_000 + .byte PATT + .word bgm_ajito_9_001 + .byte PATT + .word bgm_ajito_9_000 + .byte PATT + .word bgm_ajito_9_001 + .byte GOTO + .word bgm_ajito_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_ajito: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_ajito_pri @ Priority + .byte bgm_ajito_rev @ Reverb. + + .word bgm_ajito_grp + + .word bgm_ajito_1 + .word bgm_ajito_2 + .word bgm_ajito_3 + .word bgm_ajito_4 + .word bgm_ajito_5 + .word bgm_ajito_6 + .word bgm_ajito_7 + .word bgm_ajito_8 + .word bgm_ajito_9 + + .end diff --git a/sound/songs/bgm_aqa_0.s b/sound/songs/bgm_aqa_0.s new file mode 100644 index 000000000..6f88eebfe --- /dev/null +++ b/sound/songs/bgm_aqa_0.s @@ -0,0 +1,2755 @@ + .include "MPlayDef.s" + + .equ bgm_aqa_0_grp, voicegroup_84413E8 + .equ bgm_aqa_0_pri, 0 + .equ bgm_aqa_0_rev, reverb_set+50 + .equ bgm_aqa_0_mvl, 127 + .equ bgm_aqa_0_key, 0 + .equ bgm_aqa_0_tbs, 1 + .equ bgm_aqa_0_exg, 0 + .equ bgm_aqa_0_cmp, 1 + + .section .rodata + .global bgm_aqa_0 + .align 2 + +@********************** Track 1 **********************@ + +bgm_aqa_0_1: + .byte KEYSH , bgm_aqa_0_key+0 + .byte TEMPO , 140*bgm_aqa_0_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte PAN , c_v+63 + .byte VOL , 46*bgm_aqa_0_mvl/mxv + .byte W12 +bgm_aqa_0_1_000: + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte PEND + .byte PATT + .word bgm_aqa_0_1_000 +bgm_aqa_0_1_B1: + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte PATT + .word bgm_aqa_0_1_000 + .byte GOTO + .word bgm_aqa_0_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_aqa_0_2: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte PAN , c_v+63 + .byte VOL , 43*bgm_aqa_0_mvl/mxv + .byte W12 +bgm_aqa_0_2_000: + .byte W12 + .byte N12 , Gn4 , v100 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte VOL , 10*bgm_aqa_0_mvl/mxv + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 21*bgm_aqa_0_mvl/mxv + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 32*bgm_aqa_0_mvl/mxv + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 43*bgm_aqa_0_mvl/mxv + .byte W12 + .byte N12 + .byte W12 +bgm_aqa_0_2_B1: + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte PATT + .word bgm_aqa_0_2_000 + .byte GOTO + .word bgm_aqa_0_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_aqa_0_3: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 86*bgm_aqa_0_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W09 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , An1 , v124 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte N06 , Fn0 , v112 + .byte W12 + .byte En1 + .byte W06 + .byte Fn1 + .byte W06 + .byte Bn0 + .byte W06 + .byte Cn1 + .byte W06 + .byte Gs0 + .byte W06 + .byte An0 + .byte W06 + .byte En0 + .byte W06 + .byte Fn0 + .byte W06 + .byte An0 + .byte W06 + .byte Cn1 + .byte W06 + .byte Ds1 + .byte W06 + .byte Fn1 + .byte W06 + .byte An1 + .byte W06 + .byte Cn2 + .byte W06 +bgm_aqa_0_3_B1: + .byte PAN , c_v+4 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 +bgm_aqa_0_3_000: + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte N03 , As0 , v096 + .byte W06 + .byte PEND + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Cs1 + .byte W12 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Cs1 + .byte W06 + .byte Fs0 + .byte W06 + .byte Gn0 , v096 + .byte W06 + .byte As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Ds1 + .byte W06 + .byte An0 + .byte W06 + .byte As0 + .byte W06 + .byte N12 , Cn1 + .byte W12 + .byte N06 , An1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Fn1 + .byte W06 + .byte An1 + .byte W06 + .byte Cn1 + .byte W06 + .byte Fn1 + .byte W06 + .byte An0 + .byte W06 + .byte Cn1 + .byte W06 + .byte An0 + .byte W06 + .byte Fn0 + .byte W06 + .byte An0 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte Fn1 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , As0 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , Gs1 , v112 + .byte W06 + .byte As1 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cs1 + .byte W06 + .byte Ds0 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Cs1 , v112 + .byte W06 + .byte Ds1 + .byte W06 + .byte Fs0 + .byte W06 + .byte Gn0 + .byte W06 + .byte Ds0 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Cs1 , v112 + .byte W06 + .byte Ds1 + .byte W06 + .byte Gs0 + .byte W06 + .byte As0 + .byte W06 + .byte Cs0 + .byte W06 + .byte Dn0 + .byte W06 + .byte Gn0 + .byte W06 + .byte Gs0 + .byte W06 + .byte PATT + .word bgm_aqa_0_3_000 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W18 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , As0 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte N03 , As0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W18 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Cs1 , v112 + .byte W06 + .byte Ds1 + .byte W06 + .byte Gn0 + .byte W06 + .byte As0 + .byte W06 + .byte Ds0 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds0 , v096 + .byte W06 + .byte N06 , Ds0 , v112 + .byte W06 + .byte An0 + .byte W06 + .byte As0 + .byte W06 + .byte Ds1 + .byte W06 + .byte GOTO + .word bgm_aqa_0_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_aqa_0_4: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 1 + .byte LFOS , 44 + .byte VOL , 65*bgm_aqa_0_mvl/mxv + .byte PAN , c_v+0 + .byte W12 + .byte W96 + .byte W96 +bgm_aqa_0_4_B1: + .byte VOICE , 1 + .byte PAN , c_v-33 + .byte VOL , 35*bgm_aqa_0_mvl/mxv + .byte N03 , As4 , v112 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn3 + .byte W12 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N12 , Gs4 + .byte W12 +bgm_aqa_0_4_000: + .byte N03 , As4 , v112 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn3 + .byte W12 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte PEND +bgm_aqa_0_4_001: + .byte N03 , As4 , v112 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds3 + .byte W12 + .byte Fn4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_aqa_0_4_001 + .byte PATT + .word bgm_aqa_0_4_000 + .byte PATT + .word bgm_aqa_0_4_000 + .byte VOICE , 56 + .byte VOL , 57*bgm_aqa_0_mvl/mxv + .byte N03 , Fn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte VOL , 62*bgm_aqa_0_mvl/mxv + .byte N03 , Gn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte VOL , 63*bgm_aqa_0_mvl/mxv + .byte N03 , Gs4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte VOL , 75*bgm_aqa_0_mvl/mxv + .byte N03 , An4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte VOICE , 56 + .byte VOL , 58*bgm_aqa_0_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Fn5 + .byte W06 + .byte N03 , En5 , v068 + .byte W03 + .byte Ds5 + .byte W03 + .byte Fn4 , v112 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte VOICE , 1 + .byte PAN , c_v+12 + .byte VOL , 54*bgm_aqa_0_mvl/mxv + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , Cs4 + .byte W06 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W12 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOICE , 1 + .byte N30 , Gn4 + .byte W66 + .byte N06 , Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte W03 + .byte N03 , As4 + .byte W09 + .byte N06 , Cs5 + .byte W09 + .byte N03 , As4 + .byte W09 + .byte N06 , Cs5 + .byte W09 + .byte N03 , As4 + .byte W09 + .byte N06 , Cs5 + .byte W09 + .byte N03 , As4 + .byte W09 + .byte N06 , Cs5 + .byte W09 + .byte N03 , As4 + .byte W09 + .byte N06 , Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W12 + .byte Cs5 + .byte W06 + .byte Fn4 + .byte W30 + .byte N03 + .byte W03 + .byte As4 , v080 + .byte W03 + .byte Cs5 , v088 + .byte W03 + .byte Ds5 , v100 + .byte W03 + .byte As4 , v112 + .byte W03 + .byte Cs5 , v076 + .byte W03 + .byte Ds5 , v088 + .byte W03 + .byte Fn5 , v096 + .byte W03 + .byte N06 , Ds5 , v112 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte W03 + .byte N03 , Gn4 + .byte W09 + .byte N06 , Gs4 + .byte W09 + .byte N03 , Gn4 + .byte W09 + .byte N06 , Gs4 + .byte W09 + .byte N03 , Gn4 + .byte W09 + .byte N06 , Gs4 + .byte W09 + .byte N03 , Gn4 + .byte W09 + .byte N06 , Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N48 , Gn4 + .byte W96 + .byte GOTO + .word bgm_aqa_0_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_aqa_0_5: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte PAN , c_v-20 + .byte VOL , 60*bgm_aqa_0_mvl/mxv + .byte N03 , Cn3 , v112 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte An3 + .byte W03 + .byte VOICE , 56 + .byte N03 , Cn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N12 , Gn3 + .byte W06 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , En3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte Cs3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N48 , Fn3 + .byte W48 + .byte N03 , Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 +bgm_aqa_0_5_B1: + .byte VOICE , 1 + .byte PAN , c_v-38 + .byte VOL , 27*bgm_aqa_0_mvl/mxv + .byte N03 , As3 , v112 + .byte W06 + .byte Fn2 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn2 + .byte W12 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N12 , Gs3 + .byte W12 +bgm_aqa_0_5_000: + .byte N03 , As3 , v112 + .byte W06 + .byte As2 + .byte W06 + .byte Cs4 + .byte W06 + .byte As2 + .byte W12 + .byte Fn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An2 + .byte W03 + .byte As2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte PEND + .byte N03 , As3 + .byte W06 + .byte Ds2 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds2 + .byte W12 + .byte Fn3 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte PATT + .word bgm_aqa_0_5_000 + .byte N03 , As3 , v112 + .byte W06 + .byte Fn2 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn2 + .byte W12 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte PATT + .word bgm_aqa_0_5_000 + .byte VOICE , 56 + .byte VOL , 46*bgm_aqa_0_mvl/mxv + .byte N03 , Cs3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte VOL , 54*bgm_aqa_0_mvl/mxv + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte VOL , 60*bgm_aqa_0_mvl/mxv + .byte N03 , Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cs3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte VOL , 67*bgm_aqa_0_mvl/mxv + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte VOL , 43*bgm_aqa_0_mvl/mxv + .byte PAN , c_v-19 + .byte N06 + .byte W06 + .byte N03 , En3 , v064 + .byte W03 + .byte Ds3 + .byte W03 + .byte An2 , v112 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 1 + .byte VOL , 39*bgm_aqa_0_mvl/mxv + .byte N06 , Fn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As2 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn2 + .byte W06 + .byte As2 + .byte W06 + .byte An2 + .byte W06 + .byte As2 + .byte W06 + .byte Cs2 + .byte W06 + .byte Fn2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W06 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N30 , As3 + .byte W66 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte An4 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte Fn4 + .byte W12 + .byte As4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte Fn4 + .byte W06 + .byte As3 + .byte W30 + .byte W48 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fs4 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte N48 , Ds4 + .byte W96 + .byte GOTO + .word bgm_aqa_0_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_aqa_0_6: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 71*bgm_aqa_0_mvl/mxv + .byte N06 , Fn3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte N12 , Gn4 + .byte W24 + .byte N06 , Fs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N03 , Cs4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N48 , Fn4 + .byte W48 + .byte N03 , Gn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , An4 + .byte W06 +bgm_aqa_0_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_aqa_0_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_aqa_0_7: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte VOL , 33*bgm_aqa_0_mvl/mxv + .byte BENDR , 12 + .byte W12 + .byte W06 + .byte N06 , Fn5 , v112 + .byte W06 + .byte En5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , Dn5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , An4 + .byte W06 +bgm_aqa_0_7_B1: + .byte VOICE , 85 + .byte PAN , c_v+63 + .byte VOL , 39*bgm_aqa_0_mvl/mxv + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte N03 , Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W12 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W06 +bgm_aqa_0_7_000: + .byte N78 , As3 , v112 + .byte W24 + .byte MOD , 2 + .byte W48 + .byte 0 + .byte W18 + .byte N06 , Gn3 + .byte W06 + .byte PEND + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte VOL , 44*bgm_aqa_0_mvl/mxv + .byte N06 , Ds4 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Ds3 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte VOICE , 85 + .byte VOL , 39*bgm_aqa_0_mvl/mxv + .byte N06 , Fn4 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte N03 , Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte W06 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W12 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W06 + .byte PATT + .word bgm_aqa_0_7_000 + .byte PAN , c_v-62 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Dn4 , v072 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 , v064 + .byte W03 + .byte Bn3 + .byte W03 + .byte Cn3 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 80 + .byte PAN , c_v-62 + .byte VOL , 39*bgm_aqa_0_mvl/mxv + .byte N03 , As3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn2 + .byte W12 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N12 , Gs3 + .byte W12 +bgm_aqa_0_7_001: + .byte N03 , As3 , v112 + .byte W06 + .byte As2 + .byte W06 + .byte Cs4 + .byte W06 + .byte As2 + .byte W12 + .byte Fn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An2 + .byte W03 + .byte As2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte PEND +bgm_aqa_0_7_002: + .byte N03 , As3 , v112 + .byte W06 + .byte Ds2 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds2 + .byte W12 + .byte Fn3 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_aqa_0_7_001 + .byte N03 , As3 , v112 + .byte W06 + .byte Fn2 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn2 + .byte W12 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte PATT + .word bgm_aqa_0_7_001 + .byte PATT + .word bgm_aqa_0_7_002 + .byte PATT + .word bgm_aqa_0_7_001 + .byte GOTO + .word bgm_aqa_0_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_aqa_0_8: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 86 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte VOL , 41*bgm_aqa_0_mvl/mxv + .byte BENDR , 12 + .byte W12 + .byte W06 + .byte N06 , Fn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Cs3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , An3 + .byte W06 +bgm_aqa_0_8_B1: + .byte VOICE , 86 + .byte PAN , c_v+0 + .byte VOL , 49*bgm_aqa_0_mvl/mxv + .byte N03 , As4 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte Gs4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N03 + .byte W12 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fn4 + .byte W06 + .byte N72 , Gn4 + .byte W06 + .byte VOL , 43*bgm_aqa_0_mvl/mxv + .byte W02 + .byte 34*bgm_aqa_0_mvl/mxv + .byte W04 + .byte 29*bgm_aqa_0_mvl/mxv + .byte W02 + .byte 27*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 23*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 18*bgm_aqa_0_mvl/mxv + .byte W04 + .byte MOD , 2 + .byte W15 + .byte VOL , 29*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 29*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 32*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 35*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 38*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 43*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 50*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 56*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 59*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 63*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 71*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 50*bgm_aqa_0_mvl/mxv + .byte MOD , 0 + .byte N06 , Gs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Gn4 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v-62 + .byte N06 , Gn4 , v080 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v+63 + .byte N06 , Gn4 , v064 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v-62 + .byte N06 , Gn4 , v048 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte VOL , 49*bgm_aqa_0_mvl/mxv + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Gs4 + .byte W12 + .byte N06 , As4 + .byte W12 + .byte Gs4 + .byte W06 + .byte As4 + .byte W12 + .byte Cs5 + .byte W06 + .byte Cs4 + .byte W06 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W06 + .byte N78 , Ds5 + .byte W06 + .byte VOL , 43*bgm_aqa_0_mvl/mxv + .byte W02 + .byte 34*bgm_aqa_0_mvl/mxv + .byte W04 + .byte 29*bgm_aqa_0_mvl/mxv + .byte W02 + .byte 27*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 23*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 18*bgm_aqa_0_mvl/mxv + .byte W04 + .byte MOD , 2 + .byte W15 + .byte VOL , 29*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 29*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 32*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 35*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 38*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 43*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 50*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 56*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 59*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 63*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 71*bgm_aqa_0_mvl/mxv + .byte W03 + .byte 48*bgm_aqa_0_mvl/mxv + .byte MOD , 0 + .byte W18 + .byte N06 , Cs5 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Bn4 , v072 + .byte W03 + .byte As4 + .byte W03 + .byte An4 , v064 + .byte W03 + .byte Gs4 + .byte W03 + .byte An4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte VOICE , 81 + .byte PAN , c_v+63 + .byte VOL , 40*bgm_aqa_0_mvl/mxv + .byte N03 , As4 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn3 + .byte W12 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N12 , Gs4 + .byte W12 +bgm_aqa_0_8_000: + .byte N03 , As4 , v112 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn3 + .byte W12 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte PEND +bgm_aqa_0_8_001: + .byte N03 , As4 , v112 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds3 + .byte W12 + .byte Fn4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_aqa_0_8_001 + .byte PATT + .word bgm_aqa_0_8_000 + .byte PATT + .word bgm_aqa_0_8_000 + .byte PATT + .word bgm_aqa_0_8_001 + .byte PATT + .word bgm_aqa_0_8_001 + .byte GOTO + .word bgm_aqa_0_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_aqa_0_9: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 67*bgm_aqa_0_mvl/mxv + .byte W12 + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte N06 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 + .byte W06 + .byte En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte Dn1 , v048 + .byte W12 + .byte Dn1 , v064 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v076 + .byte W12 + .byte Dn1 , v112 + .byte W06 + .byte Cn1 , v108 + .byte W06 + .byte Dn1 + .byte W12 + .byte Dn1 , v096 + .byte W06 + .byte N03 , Dn1 , v100 + .byte W03 + .byte Dn1 , v080 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Dn1 , v120 + .byte W06 + .byte Dn1 , v112 + .byte W06 +bgm_aqa_0_9_B1: +bgm_aqa_0_9_000: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte N06 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte PEND + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte N06 , Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v088 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte N06 , En1 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 , v088 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Cn1 + .byte N06 , En1 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte PATT + .word bgm_aqa_0_9_000 + .byte GOTO + .word bgm_aqa_0_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_aqa_0_10: + .byte KEYSH , bgm_aqa_0_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte VOL , 31*bgm_aqa_0_mvl/mxv + .byte BENDR , 12 + .byte BEND , c_v+1 + .byte W12 + .byte W96 + .byte W96 +bgm_aqa_0_10_B1: + .byte W96 + .byte VOICE , 83 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fn4 + .byte W06 + .byte N72 , Gn4 + .byte W24 + .byte MOD , 2 + .byte W48 + .byte 0 + .byte N06 , Gs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Gn4 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 , v088 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 , v080 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 , v056 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOICE , 84 + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Gs4 + .byte W12 + .byte N06 , As4 + .byte W12 + .byte Gs4 + .byte W06 + .byte As4 + .byte W12 + .byte Cs5 + .byte W06 + .byte Cs4 + .byte W06 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W06 + .byte N78 , Ds5 + .byte W24 + .byte MOD , 2 + .byte W48 + .byte 0 + .byte W18 + .byte N06 , Cs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N03 , Bn4 , v072 + .byte W03 + .byte As4 + .byte W03 + .byte An4 , v064 + .byte W03 + .byte Gs4 + .byte W03 + .byte An4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte VOICE , 87 + .byte VOL , 27*bgm_aqa_0_mvl/mxv + .byte N06 , Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte N12 , Cs3 + .byte W06 + .byte W06 + .byte N06 , Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte As2 + .byte W12 + .byte An2 + .byte W06 + .byte As2 + .byte W06 + .byte Cs3 + .byte W12 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N30 , Gn3 + .byte W66 + .byte N06 , Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte W03 + .byte N03 , As3 + .byte W09 + .byte N06 , Cs4 + .byte W09 + .byte N03 , As3 + .byte W09 + .byte N06 , Cs4 + .byte W09 + .byte N03 , As3 + .byte W09 + .byte N06 , Cs4 + .byte W09 + .byte N03 , As3 + .byte W09 + .byte N06 , Cs4 + .byte W09 + .byte N03 , As3 + .byte W09 + .byte N06 , Cs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W12 + .byte Cs4 + .byte W06 + .byte Fn3 + .byte W30 + .byte N03 + .byte W03 + .byte As3 , v080 + .byte W03 + .byte Cs4 , v088 + .byte W03 + .byte Ds4 , v100 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte Cs4 , v076 + .byte W03 + .byte Ds4 , v088 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte W03 + .byte N03 , Gn3 + .byte W09 + .byte N06 , Gs3 + .byte W09 + .byte N03 , Gn3 + .byte W09 + .byte N06 , Gs3 + .byte W09 + .byte N03 , Gn3 + .byte W09 + .byte N06 , Gs3 + .byte W09 + .byte N03 , Gn3 + .byte W09 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte N24 , Gn3 + .byte W24 + .byte N03 , Fs3 , v064 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Bn2 + .byte W48 + .byte W03 + .byte GOTO + .word bgm_aqa_0_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_aqa_0: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_aqa_0_pri @ Priority + .byte bgm_aqa_0_rev @ Reverb. + + .word bgm_aqa_0_grp + + .word bgm_aqa_0_1 + .word bgm_aqa_0_2 + .word bgm_aqa_0_3 + .word bgm_aqa_0_4 + .word bgm_aqa_0_5 + .word bgm_aqa_0_6 + .word bgm_aqa_0_7 + .word bgm_aqa_0_8 + .word bgm_aqa_0_9 + .word bgm_aqa_0_10 + + .end diff --git a/sound/songs/bgm_ashroad.s b/sound/songs/bgm_ashroad.s new file mode 100644 index 000000000..c099a726f --- /dev/null +++ b/sound/songs/bgm_ashroad.s @@ -0,0 +1,2829 @@ + .include "MPlayDef.s" + + .equ bgm_ashroad_grp, voicegroup_843D9BC + .equ bgm_ashroad_pri, 0 + .equ bgm_ashroad_rev, reverb_set+50 + .equ bgm_ashroad_mvl, 127 + .equ bgm_ashroad_key, 0 + .equ bgm_ashroad_tbs, 1 + .equ bgm_ashroad_exg, 0 + .equ bgm_ashroad_cmp, 1 + + .section .rodata + .global bgm_ashroad + .align 2 + +@********************** Track 1 **********************@ + +bgm_ashroad_1: + .byte KEYSH , bgm_ashroad_key+0 + .byte TEMPO , 120*bgm_ashroad_tbs/2 + .byte VOICE , 56 + .byte LFOS , 44 + .byte VOL , 51*bgm_ashroad_mvl/mxv + .byte PAN , c_v-49 + .byte N06 , Dn2 , v084 + .byte W06 + .byte Fn2 , v080 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 , v084 + .byte W06 + .byte N48 , Dn3 + .byte W24 + .byte MOD , 8 + .byte VOL , 49*bgm_ashroad_mvl/mxv + .byte W02 + .byte 46*bgm_ashroad_mvl/mxv + .byte W03 + .byte 43*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 35*bgm_ashroad_mvl/mxv + .byte W02 + .byte 30*bgm_ashroad_mvl/mxv + .byte W03 + .byte 23*bgm_ashroad_mvl/mxv + .byte W03 + .byte 21*bgm_ashroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 51*bgm_ashroad_mvl/mxv + .byte N24 , Bn2 , v088 + .byte W12 + .byte MOD , 7 + .byte W12 +bgm_ashroad_1_B1: + .byte VOICE , 80 + .byte MOD , 0 + .byte PAN , c_v+0 + .byte W96 + .byte W72 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte MOD , 0 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , En4 , v036 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte MOD , 0 + .byte N12 , Gn4 + .byte W12 + .byte MOD , 7 + .byte N03 , Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte MOD , 0 + .byte N06 , En4 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte N18 , En4 + .byte W06 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte MOD , 0 + .byte N06 , Bn3 , v036 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte MOD , 7 + .byte N06 , Cs4 , v036 + .byte W06 + .byte N18 , Dn4 , v112 + .byte W06 + .byte MOD , 0 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N90 , En4 + .byte W18 + .byte MOD , 3 + .byte W60 + .byte 8 + .byte W12 + .byte 0 + .byte N12 , En4 , v036 + .byte W60 + .byte W03 + .byte MOD , 0 + .byte W12 + .byte 7 + .byte W09 + .byte N12 , Fn4 , v112 + .byte W03 + .byte MOD , 0 + .byte W09 + .byte 0 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gn4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte N18 , En4 + .byte W18 + .byte N06 , Fn4 + .byte W06 + .byte Fn4 , v036 + .byte W06 + .byte MOD , 0 + .byte N06 , Gn4 , v112 + .byte W06 + .byte N18 , An4 + .byte W06 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , En4 + .byte W06 + .byte An4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Dn5 , v036 + .byte W06 + .byte MOD , 0 + .byte N96 , Cs5 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte W60 + .byte 8 + .byte W12 + .byte 0 + .byte N12 , Cs5 , v036 + .byte W96 +bgm_ashroad_1_000: + .byte MOD , 0 + .byte N24 , Fs4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Fs4 , v036 + .byte W36 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gs4 , v036 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fs4 , v036 + .byte W06 + .byte PEND +bgm_ashroad_1_001: + .byte MOD , 0 + .byte N24 , Gs4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Gs4 , v036 + .byte W36 + .byte N06 , Gs4 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte An4 , v036 + .byte W06 + .byte Bn4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gs4 , v036 + .byte W06 + .byte PEND + .byte MOD , 0 + .byte N24 , En4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , En4 , v036 + .byte W36 + .byte N06 , En4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fs4 , v036 + .byte W06 + .byte Gs4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte N12 , Fs4 , v112 + .byte W12 + .byte N03 , En4 + .byte W03 + .byte Fs4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v036 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte As3 , v036 + .byte W06 + .byte Fs4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte PATT + .word bgm_ashroad_1_000 + .byte PATT + .word bgm_ashroad_1_001 + .byte MOD , 0 + .byte N24 , An4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , An4 , v036 + .byte W36 + .byte N06 , An4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte Bn4 , v036 + .byte W06 + .byte Cn5 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte An4 , v036 + .byte W06 + .byte MOD , 0 + .byte N24 , Bn4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Bn4 , v036 + .byte W24 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N03 , Fn5 + .byte W03 + .byte Gn5 + .byte W03 + .byte N06 , Fn5 + .byte W06 + .byte TIE , En5 + .byte W24 + .byte MOD , 3 + .byte W72 + .byte W48 + .byte 7 + .byte W24 + .byte EOT + .byte MOD , 0 + .byte N12 , En5 , v036 + .byte W24 + .byte GOTO + .word bgm_ashroad_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_ashroad_2: + .byte KEYSH , bgm_ashroad_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 67*bgm_ashroad_mvl/mxv + .byte N06 , Fn2 , v096 + .byte W06 + .byte An2 , v104 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte N44 , Fn3 , v120 + .byte W24 + .byte MOD , 4 + .byte VOL , 63*bgm_ashroad_mvl/mxv + .byte W02 + .byte 55*bgm_ashroad_mvl/mxv + .byte W03 + .byte 52*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte W04 + .byte 43*bgm_ashroad_mvl/mxv + .byte W02 + .byte 38*bgm_ashroad_mvl/mxv + .byte W03 + .byte 33*bgm_ashroad_mvl/mxv + .byte W03 + .byte 31*bgm_ashroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 67*bgm_ashroad_mvl/mxv + .byte N24 , Dn3 , v112 + .byte W24 +bgm_ashroad_2_B1: + .byte VOL , 47*bgm_ashroad_mvl/mxv + .byte PAN , c_v-52 + .byte N06 , En3 , v112 + .byte W21 + .byte N03 , Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Fn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Gn3 + .byte W12 +bgm_ashroad_2_000: + .byte N06 , En3 , v112 + .byte W12 + .byte N03 + .byte W09 + .byte Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Fn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Gn3 + .byte W12 + .byte PEND +bgm_ashroad_2_001: + .byte N06 , En3 , v112 + .byte W21 + .byte N03 , Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Fn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Gn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_ashroad_2_000 + .byte PATT + .word bgm_ashroad_2_001 + .byte PATT + .word bgm_ashroad_2_000 + .byte PATT + .word bgm_ashroad_2_001 + .byte PATT + .word bgm_ashroad_2_000 + .byte PATT + .word bgm_ashroad_2_001 +bgm_ashroad_2_002: + .byte VOL , 47*bgm_ashroad_mvl/mxv + .byte N06 , En3 , v112 + .byte W12 + .byte N03 + .byte W09 + .byte Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Fn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Gn3 + .byte W12 + .byte PEND + .byte Fs3 + .byte W21 + .byte N03 , Gn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fs3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Gs3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , An3 + .byte W12 +bgm_ashroad_2_003: + .byte N06 , Gs3 , v112 + .byte W21 + .byte N03 , An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Gs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gs3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , An3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Bn3 + .byte W12 + .byte PEND + .byte En3 + .byte W21 + .byte N03 , Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte En3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Dn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , En3 + .byte W12 + .byte Cs3 + .byte W21 + .byte N03 , Dn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Cs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cs3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , As2 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Cs3 + .byte W12 + .byte VOL , 47*bgm_ashroad_mvl/mxv + .byte N06 , Fs3 + .byte W21 + .byte N03 , Gn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fs3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Gs3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , An3 + .byte W12 + .byte PATT + .word bgm_ashroad_2_003 + .byte N06 , An3 , v112 + .byte W21 + .byte N03 , As3 + .byte W03 + .byte An3 + .byte W03 + .byte An3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte An3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Bn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Cn4 + .byte W12 + .byte Bn3 + .byte W21 + .byte N03 , Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte Bn3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Bn3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Cn4 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Dn4 + .byte W12 + .byte PATT + .word bgm_ashroad_2_001 + .byte PATT + .word bgm_ashroad_2_002 + .byte GOTO + .word bgm_ashroad_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_ashroad_3: + .byte KEYSH , bgm_ashroad_key+0 + .byte VOICE , 58 + .byte VOL , 76*bgm_ashroad_mvl/mxv + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Bn1 + .byte W06 + .byte An1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N48 , Fn1 , v120 + .byte W24 + .byte MOD , 7 + .byte VOL , 76*bgm_ashroad_mvl/mxv + .byte W02 + .byte 73*bgm_ashroad_mvl/mxv + .byte W03 + .byte 67*bgm_ashroad_mvl/mxv + .byte W03 + .byte 62*bgm_ashroad_mvl/mxv + .byte W04 + .byte 59*bgm_ashroad_mvl/mxv + .byte W02 + .byte 56*bgm_ashroad_mvl/mxv + .byte W03 + .byte 52*bgm_ashroad_mvl/mxv + .byte W03 + .byte 49*bgm_ashroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 76*bgm_ashroad_mvl/mxv + .byte N24 , Gs1 , v112 + .byte W24 +bgm_ashroad_3_B1: + .byte VOICE , 38 + .byte N06 , An1 , v127 + .byte W06 + .byte N12 , An1 , v040 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , En1 , v040 + .byte W18 + .byte N06 , Bn1 , v112 + .byte W06 + .byte N12 , Bn1 , v040 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , En1 , v040 + .byte W18 +bgm_ashroad_3_000: + .byte N06 , An1 , v127 + .byte W06 + .byte N12 , An1 , v040 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , En1 , v040 + .byte W18 + .byte N06 , Bn1 , v112 + .byte W06 + .byte N12 , Bn1 , v040 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , En1 , v040 + .byte W18 + .byte PEND + .byte PATT + .word bgm_ashroad_3_000 + .byte PATT + .word bgm_ashroad_3_000 + .byte PATT + .word bgm_ashroad_3_000 + .byte N06 , An1 , v127 + .byte W06 + .byte N12 , An1 , v040 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , En1 , v040 + .byte W18 + .byte N06 , Bn1 , v112 + .byte W06 + .byte N12 , Bn1 , v040 + .byte W18 + .byte N03 , Gs1 , v112 + .byte W03 + .byte An1 + .byte W03 + .byte N18 , Gs1 + .byte W18 + .byte N06 , An1 + .byte W06 + .byte N12 , An1 , v040 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , Bn1 + .byte W06 + .byte N12 , Bn1 , v040 + .byte W12 + .byte N06 , Bn1 , v112 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte Gs1 + .byte W12 +bgm_ashroad_3_001: + .byte N06 , An1 , v127 + .byte W06 + .byte N12 , An1 , v040 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , Bn1 + .byte W06 + .byte N12 , Bn1 , v040 + .byte W12 + .byte N06 , Bn1 , v112 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_ashroad_3_001 + .byte N06 , An1 , v127 + .byte W06 + .byte N12 , An1 , v040 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte N03 , Bn1 + .byte W06 + .byte En1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte Ds1 + .byte W12 + .byte Dn1 , v127 + .byte W18 + .byte N06 , Dn1 , v112 + .byte W06 + .byte N12 , An0 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W06 + .byte N12 , Dn1 , v032 + .byte W30 + .byte N06 , Dn1 , v112 + .byte W12 + .byte N12 , En1 , v127 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , Bn0 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn1 + .byte W06 + .byte N12 , Bn0 + .byte W12 + .byte N06 , Bn1 + .byte W12 + .byte N12 , Gs1 + .byte W12 + .byte Cs1 , v127 + .byte W18 + .byte N06 , Cs1 , v112 + .byte W06 + .byte N12 , Gs0 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Cs1 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Gs1 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Fs1 , v127 + .byte W18 + .byte N06 , Fs1 , v112 + .byte W06 + .byte N12 , Cs1 + .byte W18 + .byte N06 + .byte W06 + .byte Fs1 , v127 + .byte W12 + .byte N12 , En1 , v112 + .byte W12 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte N12 , Cs1 + .byte W12 + .byte Dn1 , v127 + .byte W18 + .byte N06 , Dn1 , v112 + .byte W06 + .byte N12 , An0 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W06 + .byte N12 , Dn1 , v032 + .byte W30 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Ds1 + .byte W06 + .byte N12 , En1 , v127 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , Bn0 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , En1 + .byte W18 + .byte N06 + .byte W06 + .byte Bn1 + .byte W12 + .byte N12 , Gs1 + .byte W12 + .byte Fn1 , v127 + .byte W18 + .byte N06 , Fn1 , v112 + .byte W06 + .byte N12 , Cn1 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Fn1 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Cn2 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Gn1 , v127 + .byte W18 + .byte N06 , Gn1 , v112 + .byte W06 + .byte N12 , Dn1 + .byte W18 + .byte N06 + .byte W06 + .byte Gn1 , v127 + .byte W06 + .byte N03 , Dn2 , v112 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte N12 , Dn1 + .byte W12 + .byte PATT + .word bgm_ashroad_3_000 + .byte N06 , An1 , v127 + .byte W06 + .byte N12 , An1 , v040 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N12 , En1 , v040 + .byte W18 + .byte N06 , En1 , v112 + .byte W06 + .byte N03 , Bn1 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn1 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte GOTO + .word bgm_ashroad_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_ashroad_4: + .byte KEYSH , bgm_ashroad_key+0 + .byte VOICE , 81 + .byte VOL , 47*bgm_ashroad_mvl/mxv + .byte PAN , c_v-63 + .byte LFOS , 44 + .byte W96 +bgm_ashroad_4_B1: +bgm_ashroad_4_000: + .byte N06 , Cs3 , v112 + .byte W21 + .byte N03 , Dn3 , v056 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte En3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Dn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , En3 + .byte W12 + .byte PEND +bgm_ashroad_4_001: + .byte N06 , Cs3 , v112 + .byte W12 + .byte N03 + .byte W09 + .byte Dn3 , v056 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte En3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Dn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , En3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_ashroad_4_000 + .byte PATT + .word bgm_ashroad_4_001 + .byte PATT + .word bgm_ashroad_4_000 + .byte PATT + .word bgm_ashroad_4_001 + .byte PATT + .word bgm_ashroad_4_000 + .byte PATT + .word bgm_ashroad_4_001 + .byte PATT + .word bgm_ashroad_4_000 + .byte PATT + .word bgm_ashroad_4_001 +bgm_ashroad_4_002: + .byte N06 , An2 , v112 + .byte W21 + .byte N03 , As2 , v064 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte An2 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Bn2 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Cs3 + .byte W12 + .byte PEND +bgm_ashroad_4_003: + .byte N06 , Bn2 , v112 + .byte W21 + .byte N03 , Cn3 , v064 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte As2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Bn2 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Cs3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Dn3 + .byte W12 + .byte PEND + .byte Gs2 + .byte W21 + .byte N03 , An2 , v064 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Gn2 + .byte W06 + .byte Gs2 + .byte W06 + .byte Gs2 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Fs2 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Gs2 + .byte W12 + .byte Fs2 + .byte W21 + .byte N03 , Gn2 , v064 + .byte W03 + .byte Fs2 , v112 + .byte W03 + .byte Fs2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Fs2 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Cs2 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Fs2 + .byte W12 + .byte PATT + .word bgm_ashroad_4_002 + .byte PATT + .word bgm_ashroad_4_003 + .byte N06 , Cn3 , v112 + .byte W21 + .byte N03 , Cs3 , v064 + .byte W03 + .byte Cn3 , v112 + .byte W03 + .byte Cn3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cn3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Dn3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , En3 + .byte W12 + .byte Dn3 + .byte W21 + .byte N03 , Ds3 , v064 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Dn3 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , En3 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , Fn3 + .byte W12 + .byte Cs2 + .byte W21 + .byte N03 , Dn2 , v064 + .byte W03 + .byte Cs2 , v112 + .byte W03 + .byte Cs2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Cn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte En2 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Dn2 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , En2 + .byte W12 + .byte Cs2 + .byte W12 + .byte N03 + .byte W09 + .byte Dn2 , v064 + .byte W03 + .byte Cs2 , v112 + .byte W03 + .byte Cs2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte Cn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte En2 , v112 + .byte W12 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte N24 , Dn2 + .byte W02 + .byte VOL , 27*bgm_ashroad_mvl/mxv + .byte W03 + .byte 32*bgm_ashroad_mvl/mxv + .byte W03 + .byte 38*bgm_ashroad_mvl/mxv + .byte W04 + .byte 41*bgm_ashroad_mvl/mxv + .byte W02 + .byte 45*bgm_ashroad_mvl/mxv + .byte W04 + .byte 54*bgm_ashroad_mvl/mxv + .byte W03 + .byte 57*bgm_ashroad_mvl/mxv + .byte W03 + .byte 47*bgm_ashroad_mvl/mxv + .byte N06 , En2 + .byte W12 + .byte GOTO + .word bgm_ashroad_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_ashroad_5: + .byte KEYSH , bgm_ashroad_key+0 + .byte VOICE , 38 + .byte PAN , c_v+51 + .byte VOL , 28*bgm_ashroad_mvl/mxv + .byte N06 , Fn3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N48 , Fn4 , v120 + .byte W24 + .byte VOL , 28*bgm_ashroad_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 25*bgm_ashroad_mvl/mxv + .byte W03 + .byte 23*bgm_ashroad_mvl/mxv + .byte W03 + .byte 21*bgm_ashroad_mvl/mxv + .byte W04 + .byte 19*bgm_ashroad_mvl/mxv + .byte W02 + .byte 16*bgm_ashroad_mvl/mxv + .byte W03 + .byte 14*bgm_ashroad_mvl/mxv + .byte W03 + .byte 13*bgm_ashroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 28*bgm_ashroad_mvl/mxv + .byte N24 , Dn4 , v088 + .byte W12 + .byte MOD , 7 + .byte W12 +bgm_ashroad_5_B1: + .byte VOICE , 38 + .byte MOD , 0 + .byte VOL , 31*bgm_ashroad_mvl/mxv + .byte PAN , c_v+51 + .byte N06 , En3 , v072 + .byte W96 + .byte W96 + .byte MOD , 0 + .byte N24 , Cs3 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cs3 , v040 + .byte W06 + .byte N03 , An3 , v112 + .byte W03 + .byte An3 , v040 + .byte W03 + .byte N12 , An2 , v112 + .byte W12 + .byte MOD , 0 + .byte N24 , Dn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N18 , Bn2 + .byte W18 + .byte N06 , As2 + .byte W06 + .byte N15 , An2 + .byte W15 + .byte N03 , An2 , v040 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte N06 , An2 , v040 + .byte W09 + .byte N03 , An2 , v112 + .byte W03 + .byte An2 , v040 + .byte W03 + .byte Gn2 , v112 + .byte W03 + .byte An2 + .byte W03 + .byte N06 , Gs2 + .byte W06 + .byte MOD , 0 + .byte N24 , Gn2 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , En2 + .byte W12 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v040 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v040 + .byte W06 + .byte N12 , En2 , v112 + .byte W12 + .byte N06 , An2 + .byte W06 + .byte An2 , v040 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte Gn2 + .byte W06 + .byte En2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte N12 , Gn3 + .byte W12 + .byte N03 , Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , Fn3 + .byte W06 + .byte N12 , En3 + .byte W12 + .byte N03 , Dn3 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Dn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte N12 , An2 + .byte W12 + .byte N06 , Bn2 + .byte W06 + .byte Bn2 , v040 + .byte W06 + .byte Cs3 , v112 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N18 , Dn3 + .byte W09 + .byte MOD , 7 + .byte W09 + .byte N12 , As2 + .byte W03 + .byte MOD , 0 + .byte W09 + .byte 0 + .byte N24 , Cs3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Cs3 , v040 + .byte W12 + .byte An2 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , Dn3 , v040 + .byte W06 + .byte N03 , Dn3 , v112 + .byte W03 + .byte N12 , Dn3 , v040 + .byte W15 + .byte An2 , v112 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte En3 , v040 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte N12 , En3 + .byte W12 + .byte N06 , As2 + .byte W06 + .byte N12 , An2 + .byte W12 + .byte MOD , 0 + .byte N24 , Gn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , En3 + .byte W06 + .byte En3 , v040 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v040 + .byte W06 + .byte MOD , 0 + .byte N24 , En3 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Dn3 + .byte W06 + .byte Dn3 , v040 + .byte W06 + .byte N12 , Dn3 , v112 + .byte W12 + .byte N06 , Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 , Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , En3 + .byte W12 + .byte N03 , Dn3 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Dn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Bn2 , v040 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte An2 + .byte W06 + .byte An2 , v040 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte VOICE , 48 + .byte MOD , 0 + .byte VOL , 29*bgm_ashroad_mvl/mxv + .byte N21 , Cs4 + .byte W12 + .byte MOD , 7 + .byte W09 + .byte N03 , As3 + .byte W03 + .byte MOD , 0 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 +bgm_ashroad_5_000: + .byte MOD , 0 + .byte N21 , En4 , v112 + .byte W12 + .byte MOD , 7 + .byte W09 + .byte N03 , Cn4 + .byte W03 + .byte MOD , 0 + .byte N03 , Bn3 + .byte W06 + .byte N03 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte PEND + .byte MOD , 0 + .byte N21 , Cs4 + .byte W12 + .byte MOD , 7 + .byte W09 + .byte N03 , An3 + .byte W03 + .byte MOD , 0 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte En4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N12 , Cs4 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte N03 , Cs4 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W03 + .byte Bn3 + .byte W03 + .byte As3 + .byte W06 + .byte N03 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cs4 + .byte W06 + .byte N03 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte MOD , 0 + .byte N21 , Dn4 + .byte W12 + .byte MOD , 7 + .byte W09 + .byte N03 , As3 + .byte W03 + .byte MOD , 0 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte PATT + .word bgm_ashroad_5_000 + .byte MOD , 0 + .byte N21 , Fn4 , v112 + .byte W12 + .byte MOD , 7 + .byte W09 + .byte N03 , As3 + .byte W03 + .byte MOD , 0 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte MOD , 0 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N03 , Bn3 + .byte W06 + .byte N03 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Bn4 + .byte W03 + .byte Dn5 + .byte W03 + .byte N06 , Bn4 + .byte W06 + .byte TIE , An4 + .byte W24 + .byte MOD , 3 + .byte W72 + .byte W48 + .byte 7 + .byte W24 + .byte EOT + .byte MOD , 0 + .byte W24 + .byte GOTO + .word bgm_ashroad_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_ashroad_6: + .byte KEYSH , bgm_ashroad_key+0 + .byte VOICE , 82 + .byte VOL , 38*bgm_ashroad_mvl/mxv + .byte LFOS , 44 + .byte BEND , c_v-3 + .byte W96 +bgm_ashroad_6_B1: + .byte MOD , 0 + .byte W96 + .byte W72 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , En4 , v040 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gn4 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N18 , En4 + .byte W06 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Bn3 , v040 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v040 + .byte W06 + .byte N18 , Dn4 , v112 + .byte W06 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N90 , En4 + .byte W18 + .byte MOD , 3 + .byte W60 + .byte 8 + .byte W12 + .byte 0 + .byte N12 , En4 , v040 + .byte W84 + .byte Fn4 , v112 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gn4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte N06 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N18 , En4 + .byte W18 + .byte N06 , Fn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte N18 , An4 + .byte W18 + .byte N06 , En4 + .byte W06 + .byte An4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Dn5 , v040 + .byte W06 + .byte N96 , Cs5 , v112 + .byte W24 + .byte MOD , 3 + .byte W60 + .byte 8 + .byte W12 + .byte 0 + .byte N12 , Cs5 , v040 + .byte W96 +bgm_ashroad_6_000: + .byte N24 , Fs4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Fs4 , v040 + .byte W36 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fs4 , v040 + .byte W06 + .byte PEND +bgm_ashroad_6_001: + .byte N24 , Gs4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Gs4 , v040 + .byte W36 + .byte N06 , Gs4 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte An4 , v040 + .byte W06 + .byte Bn4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte PEND + .byte N24 , En4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , En4 , v040 + .byte W36 + .byte N06 , En4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fs4 , v040 + .byte W06 + .byte Gs4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte En4 , v040 + .byte W06 + .byte N12 , Fs4 , v112 + .byte W12 + .byte N03 , En4 + .byte W03 + .byte Fs4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn4 , v040 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v040 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v040 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte As3 , v040 + .byte W06 + .byte Fs4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte PATT + .word bgm_ashroad_6_000 + .byte PATT + .word bgm_ashroad_6_001 + .byte N24 , An4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , An4 , v040 + .byte W36 + .byte N06 , An4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte Bn4 , v040 + .byte W06 + .byte Cn5 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte An4 , v040 + .byte W06 + .byte N24 , Bn4 , v112 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Bn4 , v040 + .byte W24 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N03 , Fn5 + .byte W03 + .byte Gn5 + .byte W03 + .byte N06 , Fn5 + .byte W06 + .byte N96 , En5 + .byte W24 + .byte MOD , 3 + .byte W72 + .byte N12 , En5 , v040 + .byte W48 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W24 + .byte GOTO + .word bgm_ashroad_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_ashroad_7: + .byte KEYSH , bgm_ashroad_key+0 + .byte VOICE , 127 + .byte PAN , c_v-63 + .byte VOL , 51*bgm_ashroad_mvl/mxv + .byte W96 +bgm_ashroad_7_B1: +bgm_ashroad_7_000: + .byte N01 , Gn4 , v112 + .byte W24 + .byte N01 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v060 + .byte W06 + .byte Gn4 , v112 + .byte W12 + .byte N01 + .byte W24 + .byte N01 + .byte W03 + .byte Gn4 , v052 + .byte W03 + .byte N01 + .byte W03 + .byte N01 + .byte W03 + .byte PEND +bgm_ashroad_7_001: + .byte N01 , Gn4 , v112 + .byte W12 + .byte Gn4 , v096 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v060 + .byte W06 + .byte Gn4 , v112 + .byte W12 + .byte N01 + .byte W24 + .byte N01 + .byte W03 + .byte Gn4 , v052 + .byte W03 + .byte N01 + .byte W03 + .byte N01 + .byte W03 + .byte PEND + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_001 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_001 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_001 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_001 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_000 + .byte PATT + .word bgm_ashroad_7_001 + .byte GOTO + .word bgm_ashroad_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_ashroad_8: + .byte KEYSH , bgm_ashroad_key+0 + .byte VOICE , 0 + .byte VOL , 76*bgm_ashroad_mvl/mxv + .byte W96 +bgm_ashroad_8_B1: +bgm_ashroad_8_000: + .byte N06 , Cn1 , v124 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte PEND + .byte Cn1 , v124 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte N03 , Dn3 , v080 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte PATT + .word bgm_ashroad_8_000 + .byte PATT + .word bgm_ashroad_8_000 + .byte PATT + .word bgm_ashroad_8_000 +bgm_ashroad_8_001: + .byte N06 , Cn1 , v124 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W06 + .byte Dn3 , v096 + .byte W06 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_ashroad_8_000 + .byte PATT + .word bgm_ashroad_8_000 + .byte PATT + .word bgm_ashroad_8_000 + .byte PATT + .word bgm_ashroad_8_001 + .byte N06 , Cn1 , v124 + .byte W12 + .byte N12 , As1 , v088 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Cn1 , v124 + .byte W12 + .byte N12 , As1 , v088 + .byte W12 + .byte N03 , En1 , v080 + .byte W06 + .byte N06 , En1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Cn1 , v124 + .byte W12 + .byte Dn3 , v092 + .byte W06 + .byte Dn3 , v080 + .byte W06 + .byte En1 , v088 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Cn1 , v088 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N12 , As1 , v088 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Dn3 + .byte W12 + .byte Cn1 , v124 + .byte W12 + .byte N12 , As1 , v088 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Cn1 + .byte W24 + .byte En1 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Cn1 + .byte W12 + .byte Cn1 , v124 + .byte W12 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 , v124 + .byte W12 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte N06 , Cn1 , v124 + .byte W12 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 , v088 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte N12 , As1 , v092 + .byte W12 + .byte N06 , En1 , v120 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte En1 , v088 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Dn1 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v124 + .byte N48 , An2 , v100 + .byte W12 + .byte N06 , En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte En3 , v096 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte GOTO + .word bgm_ashroad_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_ashroad: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_ashroad_pri @ Priority + .byte bgm_ashroad_rev @ Reverb. + + .word bgm_ashroad_grp + + .word bgm_ashroad_1 + .word bgm_ashroad_2 + .word bgm_ashroad_3 + .word bgm_ashroad_4 + .word bgm_ashroad_5 + .word bgm_ashroad_6 + .word bgm_ashroad_7 + .word bgm_ashroad_8 + + .end diff --git a/sound/songs/bgm_ayasii.s b/sound/songs/bgm_ayasii.s new file mode 100644 index 000000000..a39491ed7 --- /dev/null +++ b/sound/songs/bgm_ayasii.s @@ -0,0 +1,1738 @@ + .include "MPlayDef.s" + + .equ bgm_ayasii_grp, voicegroup_8442BE8 + .equ bgm_ayasii_pri, 0 + .equ bgm_ayasii_rev, reverb_set+50 + .equ bgm_ayasii_mvl, 127 + .equ bgm_ayasii_key, 0 + .equ bgm_ayasii_tbs, 1 + .equ bgm_ayasii_exg, 0 + .equ bgm_ayasii_cmp, 1 + + .section .rodata + .global bgm_ayasii + .align 2 + +@********************** Track 1 **********************@ + +bgm_ayasii_1: + .byte KEYSH , bgm_ayasii_key+0 + .byte TEMPO , 122*bgm_ayasii_tbs/2 + .byte VOICE , 17 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 75*bgm_ayasii_mvl/mxv + .byte MOD , 2 + .byte PAN , c_v+7 + .byte N06 , Gs3 , v116 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N36 , Bn3 + .byte W24 + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N06 , As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte VOL , 30*bgm_ayasii_mvl/mxv + .byte N60 , Dn4 + .byte W02 + .byte VOL , 31*bgm_ayasii_mvl/mxv + .byte W03 + .byte 33*bgm_ayasii_mvl/mxv + .byte W03 + .byte 35*bgm_ayasii_mvl/mxv + .byte W06 + .byte 38*bgm_ayasii_mvl/mxv + .byte W03 + .byte 39*bgm_ayasii_mvl/mxv + .byte W03 + .byte 42*bgm_ayasii_mvl/mxv + .byte W04 + .byte 44*bgm_ayasii_mvl/mxv + .byte MOD , 11 + .byte W02 + .byte VOL , 47*bgm_ayasii_mvl/mxv + .byte W03 + .byte 52*bgm_ayasii_mvl/mxv + .byte W03 + .byte 58*bgm_ayasii_mvl/mxv + .byte W04 + .byte 63*bgm_ayasii_mvl/mxv + .byte W02 + .byte 76*bgm_ayasii_mvl/mxv + .byte W03 + .byte 78*bgm_ayasii_mvl/mxv + .byte W19 + .byte 76*bgm_ayasii_mvl/mxv + .byte MOD , 2 + .byte N12 , Ds4 + .byte W12 +bgm_ayasii_1_B1: + .byte VOL , 40*bgm_ayasii_mvl/mxv + .byte N36 , Gs4 , v116 + .byte W02 + .byte VOL , 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W03 + .byte 54*bgm_ayasii_mvl/mxv + .byte W04 + .byte 55*bgm_ayasii_mvl/mxv + .byte W02 + .byte 62*bgm_ayasii_mvl/mxv + .byte W03 + .byte 66*bgm_ayasii_mvl/mxv + .byte W03 + .byte 71*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N06 , Gn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte VOL , 40*bgm_ayasii_mvl/mxv + .byte N36 , En4 + .byte W02 + .byte VOL , 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W03 + .byte 54*bgm_ayasii_mvl/mxv + .byte W04 + .byte 55*bgm_ayasii_mvl/mxv + .byte W02 + .byte 62*bgm_ayasii_mvl/mxv + .byte W03 + .byte 66*bgm_ayasii_mvl/mxv + .byte W03 + .byte 71*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N06 , Ds4 + .byte W12 + .byte Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte As3 + .byte W12 + .byte Ds3 + .byte W12 + .byte VOL , 40*bgm_ayasii_mvl/mxv + .byte N36 , En3 + .byte W02 + .byte VOL , 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W03 + .byte 54*bgm_ayasii_mvl/mxv + .byte W04 + .byte 55*bgm_ayasii_mvl/mxv + .byte W02 + .byte 62*bgm_ayasii_mvl/mxv + .byte W03 + .byte 66*bgm_ayasii_mvl/mxv + .byte W03 + .byte 71*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N06 , Ds3 + .byte W12 + .byte Dn3 + .byte N06 , Dn4 + .byte W12 + .byte Ds3 + .byte N06 , Ds4 + .byte W12 + .byte VOL , 40*bgm_ayasii_mvl/mxv + .byte N36 , As4 + .byte W02 + .byte VOL , 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W03 + .byte 54*bgm_ayasii_mvl/mxv + .byte W04 + .byte 55*bgm_ayasii_mvl/mxv + .byte W02 + .byte 62*bgm_ayasii_mvl/mxv + .byte W03 + .byte 66*bgm_ayasii_mvl/mxv + .byte W03 + .byte 71*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N06 , An4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte VOL , 40*bgm_ayasii_mvl/mxv + .byte N36 , Fs4 + .byte W02 + .byte VOL , 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W03 + .byte 54*bgm_ayasii_mvl/mxv + .byte W04 + .byte 55*bgm_ayasii_mvl/mxv + .byte W02 + .byte 62*bgm_ayasii_mvl/mxv + .byte W03 + .byte 66*bgm_ayasii_mvl/mxv + .byte W03 + .byte 71*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N06 , Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOL , 40*bgm_ayasii_mvl/mxv + .byte N36 , Fs3 + .byte W02 + .byte VOL , 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W03 + .byte 54*bgm_ayasii_mvl/mxv + .byte W04 + .byte 55*bgm_ayasii_mvl/mxv + .byte W02 + .byte 62*bgm_ayasii_mvl/mxv + .byte W03 + .byte 66*bgm_ayasii_mvl/mxv + .byte W03 + .byte 71*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N06 , Fn3 + .byte W12 + .byte En3 + .byte N06 , En4 + .byte W12 + .byte Fn3 + .byte N06 , Fn4 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 11 + .byte W24 + .byte 2 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn2 , v064 + .byte W06 + .byte Fs2 , v072 + .byte W06 + .byte En2 , v076 + .byte W06 + .byte Fn2 , v080 + .byte W06 + .byte Ds2 , v084 + .byte W06 + .byte En2 , v092 + .byte W06 + .byte Dn2 , v096 + .byte W06 + .byte Ds2 + .byte W06 + .byte Cs2 , v100 + .byte W06 + .byte Dn2 , v108 + .byte W06 + .byte Cn2 , v112 + .byte W06 + .byte Cs2 , v120 + .byte W06 + .byte Cn3 + .byte N06 , Fn4 + .byte W48 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte En4 + .byte W06 + .byte GOTO + .word bgm_ayasii_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_ayasii_2: + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 45 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 63*bgm_ayasii_mvl/mxv + .byte PAN , c_v-16 + .byte W24 + .byte W72 + .byte W72 +bgm_ayasii_2_B1: + .byte VOICE , 45 + .byte W12 + .byte N06 , Gs3 , v112 + .byte W12 + .byte Bn3 + .byte W12 + .byte Ds4 + .byte W36 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte W72 + .byte W72 + .byte W12 + .byte N06 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fn4 + .byte W36 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte W72 + .byte W72 + .byte W72 + .byte VOICE , 17 + .byte N48 + .byte W72 + .byte W72 + .byte VOICE , 45 + .byte W24 + .byte N06 , Fn3 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fn2 + .byte W24 + .byte GOTO + .word bgm_ayasii_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_ayasii_3: + .byte VOL , 78*bgm_ayasii_mvl/mxv + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 58 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte N06 , Gs2 , v072 + .byte W06 + .byte Gn2 , v076 + .byte W06 + .byte Ds2 + .byte W06 + .byte Bn1 , v088 + .byte W06 + .byte VOL , 41*bgm_ayasii_mvl/mxv + .byte N36 , Gs1 , v112 + .byte W02 + .byte VOL , 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 50*bgm_ayasii_mvl/mxv + .byte W03 + .byte 57*bgm_ayasii_mvl/mxv + .byte W06 + .byte 65*bgm_ayasii_mvl/mxv + .byte W03 + .byte 68*bgm_ayasii_mvl/mxv + .byte W03 + .byte 77*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte En1 + .byte W12 + .byte VOL , 23*bgm_ayasii_mvl/mxv + .byte N60 , Dn1 + .byte W02 + .byte VOL , 27*bgm_ayasii_mvl/mxv + .byte W03 + .byte 31*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte 40*bgm_ayasii_mvl/mxv + .byte W02 + .byte 45*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W03 + .byte 57*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 58*bgm_ayasii_mvl/mxv + .byte W02 + .byte 63*bgm_ayasii_mvl/mxv + .byte W03 + .byte 68*bgm_ayasii_mvl/mxv + .byte W03 + .byte 76*bgm_ayasii_mvl/mxv + .byte W04 + .byte 78*bgm_ayasii_mvl/mxv + .byte W24 + .byte N12 , Ds1 + .byte W12 +bgm_ayasii_3_B1: + .byte MOD , 0 + .byte N12 , Gs1 , v112 + .byte W60 + .byte N06 + .byte W12 + .byte N12 , Ds1 + .byte W60 + .byte N06 + .byte W12 + .byte N12 , Gs1 + .byte W60 + .byte N06 + .byte W12 + .byte N36 , En1 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Ds1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 +bgm_ayasii_3_000: + .byte N12 , As1 , v112 + .byte W60 + .byte N06 + .byte W12 + .byte PEND + .byte N12 , Fn1 + .byte W60 + .byte N06 + .byte W12 + .byte PATT + .word bgm_ayasii_3_000 + .byte N36 , Fs1 , v112 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fn1 + .byte W12 + .byte En1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte N48 + .byte W12 + .byte MOD , 8 + .byte W36 + .byte 0 + .byte W24 + .byte N06 , Fn1 , v060 + .byte W06 + .byte Fs1 , v056 + .byte W06 + .byte En1 , v060 + .byte W06 + .byte Fn1 , v064 + .byte W06 + .byte Ds1 , v072 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Ds1 + .byte W06 + .byte Cs1 , v088 + .byte W06 + .byte Dn1 , v096 + .byte W06 + .byte Cn1 , v100 + .byte W06 + .byte Cs1 , v108 + .byte W06 + .byte Cn2 , v112 + .byte W72 + .byte GOTO + .word bgm_ayasii_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_ayasii_4: + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 45 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+28 + .byte VOL , 65*bgm_ayasii_mvl/mxv + .byte W24 + .byte PAN , c_v+28 + .byte W72 + .byte W72 +bgm_ayasii_4_B1: + .byte VOICE , 45 + .byte PAN , c_v+28 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W06 + .byte Ds3 , v036 + .byte W06 + .byte Gs3 , v112 + .byte W06 + .byte Gs3 , v036 + .byte W06 + .byte Bn2 , v112 + .byte W06 + .byte Bn2 , v036 + .byte W30 + .byte W12 + .byte Bn2 , v112 + .byte W06 + .byte Bn2 , v036 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v036 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v036 + .byte W06 + .byte Gs3 , v112 + .byte W06 + .byte Gs3 , v036 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v036 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v036 + .byte W06 + .byte Ds4 , v112 + .byte W06 + .byte Ds4 , v036 + .byte W06 + .byte Bn2 , v112 + .byte W06 + .byte Bn2 , v036 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte Gs2 , v036 + .byte W06 + .byte Gs3 , v112 + .byte W06 + .byte Gs3 , v036 + .byte W06 + .byte W72 + .byte W12 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v036 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte As3 , v036 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v036 + .byte W30 + .byte W12 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v036 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v036 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v036 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte As3 , v036 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v036 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v036 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v036 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v036 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v036 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v036 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte As3 , v036 + .byte W06 + .byte W72 + .byte W72 + .byte W72 + .byte W12 + .byte Fn4 , v064 + .byte W12 + .byte Fn4 , v072 + .byte W12 + .byte Fn4 , v076 + .byte W12 + .byte Fn4 , v080 + .byte W12 + .byte Fn4 , v092 + .byte W12 + .byte Fs2 , v112 + .byte W24 + .byte Fn4 + .byte W12 + .byte Fn5 , v096 + .byte W12 + .byte PAN , c_v-42 + .byte N24 , Fn3 , v120 + .byte W24 + .byte GOTO + .word bgm_ayasii_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_ayasii_5: + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+24 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte N06 , Bn3 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte VOL , 11*bgm_ayasii_mvl/mxv + .byte N36 , Gs4 + .byte W02 + .byte VOL , 14*bgm_ayasii_mvl/mxv + .byte W03 + .byte 17*bgm_ayasii_mvl/mxv + .byte W03 + .byte 20*bgm_ayasii_mvl/mxv + .byte W04 + .byte 24*bgm_ayasii_mvl/mxv + .byte W02 + .byte 30*bgm_ayasii_mvl/mxv + .byte W03 + .byte 38*bgm_ayasii_mvl/mxv + .byte W03 + .byte 39*bgm_ayasii_mvl/mxv + .byte W16 + .byte N06 , Gn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte VOL , 6*bgm_ayasii_mvl/mxv + .byte N60 , Bn4 + .byte W05 + .byte VOL , 7*bgm_ayasii_mvl/mxv + .byte W07 + .byte 9*bgm_ayasii_mvl/mxv + .byte W02 + .byte 11*bgm_ayasii_mvl/mxv + .byte W03 + .byte 12*bgm_ayasii_mvl/mxv + .byte W03 + .byte 14*bgm_ayasii_mvl/mxv + .byte W06 + .byte 17*bgm_ayasii_mvl/mxv + .byte W03 + .byte 19*bgm_ayasii_mvl/mxv + .byte W03 + .byte 22*bgm_ayasii_mvl/mxv + .byte W04 + .byte 23*bgm_ayasii_mvl/mxv + .byte W02 + .byte 28*bgm_ayasii_mvl/mxv + .byte W03 + .byte 33*bgm_ayasii_mvl/mxv + .byte W03 + .byte 35*bgm_ayasii_mvl/mxv + .byte W04 + .byte 39*bgm_ayasii_mvl/mxv + .byte W02 + .byte 44*bgm_ayasii_mvl/mxv + .byte W03 + .byte 46*bgm_ayasii_mvl/mxv + .byte W03 + .byte 49*bgm_ayasii_mvl/mxv + .byte W04 + .byte N12 , As4 + .byte W03 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W09 +bgm_ayasii_5_B1: + .byte N03 , Bn4 , v096 + .byte W12 + .byte N06 , Bn4 , v032 + .byte W06 + .byte As4 , v040 + .byte W06 + .byte Bn4 , v048 + .byte W06 + .byte As4 , v056 + .byte W06 + .byte Bn4 , v064 + .byte W06 + .byte As4 , v068 + .byte W06 + .byte Bn4 , v072 + .byte W12 + .byte Ds5 , v112 + .byte W12 + .byte W12 + .byte Gs4 , v032 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte Gs4 , v044 + .byte W06 + .byte Gn4 , v056 + .byte W06 + .byte Gs4 , v060 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte Gs4 , v080 + .byte W12 + .byte Bn4 , v112 + .byte W12 + .byte W72 + .byte W72 + .byte N03 , Cs5 , v092 + .byte W12 + .byte N06 , Cs5 , v036 + .byte W06 + .byte Cn5 , v040 + .byte W06 + .byte Cs5 , v052 + .byte W06 + .byte Cn5 , v056 + .byte W06 + .byte Cs5 , v064 + .byte W06 + .byte Cn5 , v072 + .byte W06 + .byte Cs5 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte W12 + .byte As4 , v036 + .byte W06 + .byte An4 , v040 + .byte W06 + .byte As4 , v048 + .byte W06 + .byte An4 , v052 + .byte W06 + .byte As4 , v056 + .byte W06 + .byte An4 , v064 + .byte W06 + .byte As4 , v072 + .byte W12 + .byte Cs5 , v096 + .byte W12 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_ayasii_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_ayasii_6: + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte PAN , c_v+63 + .byte W24 + .byte N36 , Bn3 , v112 + .byte W24 + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N06 , As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte VOL , 9*bgm_ayasii_mvl/mxv + .byte N60 + .byte W05 + .byte VOL , 13*bgm_ayasii_mvl/mxv + .byte W07 + .byte 18*bgm_ayasii_mvl/mxv + .byte W05 + .byte 23*bgm_ayasii_mvl/mxv + .byte W07 + .byte 27*bgm_ayasii_mvl/mxv + .byte MOD , 8 + .byte W05 + .byte VOL , 30*bgm_ayasii_mvl/mxv + .byte W07 + .byte 35*bgm_ayasii_mvl/mxv + .byte W05 + .byte 42*bgm_ayasii_mvl/mxv + .byte W07 + .byte 50*bgm_ayasii_mvl/mxv + .byte W05 + .byte 54*bgm_ayasii_mvl/mxv + .byte W07 + .byte 39*bgm_ayasii_mvl/mxv + .byte MOD , 2 + .byte N12 , As3 + .byte W12 +bgm_ayasii_6_B1: + .byte VOL , 13*bgm_ayasii_mvl/mxv + .byte N36 , Ds3 , v112 + .byte W02 + .byte VOL , 17*bgm_ayasii_mvl/mxv + .byte W03 + .byte 20*bgm_ayasii_mvl/mxv + .byte W03 + .byte 24*bgm_ayasii_mvl/mxv + .byte W04 + .byte 27*bgm_ayasii_mvl/mxv + .byte W02 + .byte 29*bgm_ayasii_mvl/mxv + .byte W03 + .byte 33*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte 39*bgm_ayasii_mvl/mxv + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N06 , Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gs3 + .byte W12 + .byte VOL , 12*bgm_ayasii_mvl/mxv + .byte N36 , Gs2 + .byte W02 + .byte VOL , 15*bgm_ayasii_mvl/mxv + .byte W03 + .byte 19*bgm_ayasii_mvl/mxv + .byte W03 + .byte 22*bgm_ayasii_mvl/mxv + .byte W04 + .byte 24*bgm_ayasii_mvl/mxv + .byte W02 + .byte 27*bgm_ayasii_mvl/mxv + .byte W03 + .byte 30*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte 39*bgm_ayasii_mvl/mxv + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N06 , Gn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Ds2 + .byte W12 + .byte En2 + .byte W12 + .byte Ds2 + .byte W12 + .byte VOL , 11*bgm_ayasii_mvl/mxv + .byte N36 , Bn1 + .byte W02 + .byte VOL , 13*bgm_ayasii_mvl/mxv + .byte W03 + .byte 17*bgm_ayasii_mvl/mxv + .byte W03 + .byte 19*bgm_ayasii_mvl/mxv + .byte W04 + .byte 23*bgm_ayasii_mvl/mxv + .byte W02 + .byte 27*bgm_ayasii_mvl/mxv + .byte W03 + .byte 33*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte 39*bgm_ayasii_mvl/mxv + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N06 , As1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte VOL , 12*bgm_ayasii_mvl/mxv + .byte N36 , Fn3 + .byte W02 + .byte VOL , 14*bgm_ayasii_mvl/mxv + .byte W03 + .byte 18*bgm_ayasii_mvl/mxv + .byte W03 + .byte 23*bgm_ayasii_mvl/mxv + .byte W04 + .byte 27*bgm_ayasii_mvl/mxv + .byte W02 + .byte 31*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W03 + .byte 40*bgm_ayasii_mvl/mxv + .byte W04 + .byte 39*bgm_ayasii_mvl/mxv + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N06 , En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte VOL , 9*bgm_ayasii_mvl/mxv + .byte N36 , As2 + .byte W02 + .byte VOL , 12*bgm_ayasii_mvl/mxv + .byte W03 + .byte 14*bgm_ayasii_mvl/mxv + .byte W03 + .byte 19*bgm_ayasii_mvl/mxv + .byte W04 + .byte 20*bgm_ayasii_mvl/mxv + .byte W02 + .byte 25*bgm_ayasii_mvl/mxv + .byte W03 + .byte 29*bgm_ayasii_mvl/mxv + .byte W03 + .byte 38*bgm_ayasii_mvl/mxv + .byte W04 + .byte 39*bgm_ayasii_mvl/mxv + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N06 , An2 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte An2 + .byte W12 + .byte En2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Fn2 + .byte W12 + .byte VOL , 9*bgm_ayasii_mvl/mxv + .byte N36 , Cs2 + .byte W02 + .byte VOL , 14*bgm_ayasii_mvl/mxv + .byte W03 + .byte 18*bgm_ayasii_mvl/mxv + .byte W03 + .byte 22*bgm_ayasii_mvl/mxv + .byte W04 + .byte 24*bgm_ayasii_mvl/mxv + .byte W02 + .byte 28*bgm_ayasii_mvl/mxv + .byte W03 + .byte 30*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N06 , Cn2 + .byte W12 + .byte An1 + .byte W12 + .byte As1 + .byte W12 + .byte W72 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 2 + .byte W24 + .byte W12 + .byte N06 , Fn3 , v072 + .byte W12 + .byte En3 , v080 + .byte W12 + .byte Ds3 , v092 + .byte W12 + .byte Dn3 , v104 + .byte W12 + .byte Cs3 , v120 + .byte W12 + .byte W72 + .byte GOTO + .word bgm_ayasii_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_ayasii_7: + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte N06 , Gs2 , v112 + .byte W06 + .byte Gn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Bn1 + .byte W06 + .byte N36 , Gs1 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte En1 + .byte W12 + .byte N60 , Dn1 + .byte W24 + .byte MOD , 8 + .byte W36 + .byte N12 , Ds1 + .byte W12 +bgm_ayasii_7_B1: + .byte MOD , 0 + .byte N12 , Gs1 , v112 + .byte W60 + .byte N06 + .byte W12 + .byte N12 , Ds1 + .byte W60 + .byte N06 + .byte W12 + .byte N12 , Gs1 + .byte W60 + .byte N06 + .byte W12 + .byte N36 , En1 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Ds1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 +bgm_ayasii_7_000: + .byte N12 , As1 , v112 + .byte W60 + .byte N06 + .byte W12 + .byte PEND + .byte N12 , Fn1 + .byte W60 + .byte N06 + .byte W12 + .byte PATT + .word bgm_ayasii_7_000 + .byte N36 , Fs1 , v112 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fn1 + .byte W12 + .byte En1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte N48 + .byte W12 + .byte MOD , 8 + .byte W36 + .byte 0 + .byte N06 , Fs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte An1 + .byte W06 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_ayasii_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_ayasii_8: + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte VOL , 26*bgm_ayasii_mvl/mxv + .byte N02 , En5 , v108 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte En5 , v108 + .byte W06 + .byte En5 , v068 + .byte W06 + .byte VOICE , 126 + .byte VOL , 4*bgm_ayasii_mvl/mxv + .byte N36 , Gn5 , v108 + .byte W02 + .byte VOL , 6*bgm_ayasii_mvl/mxv + .byte W03 + .byte 9*bgm_ayasii_mvl/mxv + .byte W03 + .byte 12*bgm_ayasii_mvl/mxv + .byte W04 + .byte 14*bgm_ayasii_mvl/mxv + .byte W02 + .byte 22*bgm_ayasii_mvl/mxv + .byte W03 + .byte 26*bgm_ayasii_mvl/mxv + .byte W19 + .byte VOICE , 127 + .byte N02 , En5 + .byte W12 + .byte En5 , v080 + .byte W12 + .byte En5 , v088 + .byte W12 +bgm_ayasii_8_000: + .byte N02 , En5 , v108 + .byte W03 + .byte En5 , v032 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte En5 , v036 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte En5 , v040 + .byte W03 + .byte N02 + .byte W03 + .byte En5 , v044 + .byte W03 + .byte En5 , v048 + .byte W03 + .byte En5 , v052 + .byte W03 + .byte En5 , v056 + .byte W03 + .byte En5 , v064 + .byte W03 + .byte En5 , v072 + .byte W03 + .byte En5 , v084 + .byte W03 + .byte En5 , v096 + .byte W03 + .byte En5 , v120 + .byte W03 + .byte PEND +bgm_ayasii_8_B1: +bgm_ayasii_8_001: + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N02 , En5 , v052 + .byte W24 + .byte En5 , v112 + .byte W06 + .byte En5 , v064 + .byte W06 + .byte En5 , v084 + .byte W06 + .byte En5 , v056 + .byte W06 + .byte En5 , v112 + .byte W06 + .byte En5 , v092 + .byte W06 + .byte PEND + .byte PATT + .word bgm_ayasii_8_001 + .byte PATT + .word bgm_ayasii_8_001 + .byte PATT + .word bgm_ayasii_8_000 + .byte PATT + .word bgm_ayasii_8_001 + .byte PATT + .word bgm_ayasii_8_001 + .byte PATT + .word bgm_ayasii_8_001 + .byte PATT + .word bgm_ayasii_8_000 + .byte N02 , En5 , v112 + .byte W12 + .byte En5 , v056 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v056 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v056 + .byte W12 + .byte PATT + .word bgm_ayasii_8_001 + .byte PATT + .word bgm_ayasii_8_000 + .byte N02 , En5 , v112 + .byte W24 + .byte N02 + .byte W12 + .byte N02 + .byte W12 + .byte VOICE , 126 + .byte N12 , Gn5 + .byte W12 + .byte VOICE , 127 + .byte N02 , En5 + .byte W12 + .byte GOTO + .word bgm_ayasii_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_ayasii_9: + .byte KEYSH , bgm_ayasii_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-59 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte BEND , c_v+1 + .byte N06 , Gs2 , v112 + .byte W06 + .byte Bn2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N36 , Dn3 + .byte W24 + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N06 , Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte Bn2 + .byte W12 + .byte N60 , Dn3 + .byte W24 + .byte MOD , 8 + .byte W36 + .byte 2 + .byte N12 , Ds3 + .byte W12 +bgm_ayasii_9_B1: + .byte VOL , 13*bgm_ayasii_mvl/mxv + .byte N36 , Gs3 , v112 + .byte W02 + .byte VOL , 17*bgm_ayasii_mvl/mxv + .byte W03 + .byte 20*bgm_ayasii_mvl/mxv + .byte W03 + .byte 24*bgm_ayasii_mvl/mxv + .byte W04 + .byte 27*bgm_ayasii_mvl/mxv + .byte W02 + .byte 29*bgm_ayasii_mvl/mxv + .byte W03 + .byte 33*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N06 , Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte VOL , 12*bgm_ayasii_mvl/mxv + .byte N36 , En3 + .byte W02 + .byte VOL , 15*bgm_ayasii_mvl/mxv + .byte W03 + .byte 19*bgm_ayasii_mvl/mxv + .byte W03 + .byte 22*bgm_ayasii_mvl/mxv + .byte W04 + .byte 24*bgm_ayasii_mvl/mxv + .byte W02 + .byte 27*bgm_ayasii_mvl/mxv + .byte W03 + .byte 30*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N06 , Ds3 + .byte W12 + .byte Bn2 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte As2 + .byte W12 + .byte Ds2 + .byte W12 + .byte VOL , 11*bgm_ayasii_mvl/mxv + .byte N36 , En2 + .byte W02 + .byte VOL , 13*bgm_ayasii_mvl/mxv + .byte W03 + .byte 17*bgm_ayasii_mvl/mxv + .byte W03 + .byte 19*bgm_ayasii_mvl/mxv + .byte W04 + .byte 23*bgm_ayasii_mvl/mxv + .byte W02 + .byte 27*bgm_ayasii_mvl/mxv + .byte W03 + .byte 33*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N06 , Ds2 + .byte W12 + .byte Dn2 + .byte N06 , Dn3 + .byte W12 + .byte Ds2 + .byte N06 , Ds3 + .byte W12 + .byte VOL , 12*bgm_ayasii_mvl/mxv + .byte N36 , As3 + .byte W02 + .byte VOL , 14*bgm_ayasii_mvl/mxv + .byte W03 + .byte 18*bgm_ayasii_mvl/mxv + .byte W03 + .byte 23*bgm_ayasii_mvl/mxv + .byte W04 + .byte 27*bgm_ayasii_mvl/mxv + .byte W02 + .byte 31*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W03 + .byte 40*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N06 , An3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOL , 9*bgm_ayasii_mvl/mxv + .byte N36 , Fs3 + .byte W02 + .byte VOL , 12*bgm_ayasii_mvl/mxv + .byte W03 + .byte 14*bgm_ayasii_mvl/mxv + .byte W03 + .byte 19*bgm_ayasii_mvl/mxv + .byte W04 + .byte 20*bgm_ayasii_mvl/mxv + .byte W02 + .byte 25*bgm_ayasii_mvl/mxv + .byte W03 + .byte 29*bgm_ayasii_mvl/mxv + .byte W03 + .byte 38*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N06 , Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte An2 + .byte W12 + .byte As2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte VOL , 9*bgm_ayasii_mvl/mxv + .byte N36 , Fs2 + .byte W02 + .byte VOL , 14*bgm_ayasii_mvl/mxv + .byte W03 + .byte 18*bgm_ayasii_mvl/mxv + .byte W03 + .byte 22*bgm_ayasii_mvl/mxv + .byte W04 + .byte 24*bgm_ayasii_mvl/mxv + .byte W02 + .byte 28*bgm_ayasii_mvl/mxv + .byte W03 + .byte 30*bgm_ayasii_mvl/mxv + .byte W03 + .byte 36*bgm_ayasii_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 39*bgm_ayasii_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N06 , Fn2 + .byte W12 + .byte En2 + .byte N06 , En3 + .byte W12 + .byte Fn2 + .byte N06 , Fn3 + .byte W12 + .byte Fs2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 2 + .byte N06 , Ds3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn1 , v072 + .byte W06 + .byte Fs1 , v076 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte Fn1 , v088 + .byte W06 + .byte Ds1 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte Dn1 , v096 + .byte W06 + .byte Ds1 + .byte W06 + .byte Cs1 , v100 + .byte W06 + .byte Dn1 , v104 + .byte W06 + .byte Cn1 , v108 + .byte W06 + .byte Cs1 , v112 + .byte W06 + .byte Cn2 + .byte N06 , Fn3 + .byte W48 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte En3 + .byte W06 + .byte GOTO + .word bgm_ayasii_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_ayasii: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_ayasii_pri @ Priority + .byte bgm_ayasii_rev @ Reverb. + + .word bgm_ayasii_grp + + .word bgm_ayasii_1 + .word bgm_ayasii_2 + .word bgm_ayasii_3 + .word bgm_ayasii_4 + .word bgm_ayasii_5 + .word bgm_ayasii_6 + .word bgm_ayasii_7 + .word bgm_ayasii_8 + .word bgm_ayasii_9 + + .end diff --git a/sound/songs/bgm_b_tower.s b/sound/songs/bgm_b_tower.s new file mode 100644 index 000000000..597da9917 --- /dev/null +++ b/sound/songs/bgm_b_tower.s @@ -0,0 +1,2380 @@ + .include "MPlayDef.s" + + .equ bgm_b_tower_grp, voicegroup_843708C + .equ bgm_b_tower_pri, 0 + .equ bgm_b_tower_rev, reverb_set+50 + .equ bgm_b_tower_mvl, 127 + .equ bgm_b_tower_key, 0 + .equ bgm_b_tower_tbs, 1 + .equ bgm_b_tower_exg, 0 + .equ bgm_b_tower_cmp, 1 + + .section .rodata + .global bgm_b_tower + .align 2 + +@********************** Track 1 **********************@ + +bgm_b_tower_1: + .byte KEYSH , bgm_b_tower_key+0 + .byte TEMPO , 128*bgm_b_tower_tbs/2 + .byte VOICE , 56 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , Cn3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Cn4 + .byte W12 +bgm_b_tower_1_B1: + .byte N68 , Fn4 , v112 + .byte W32 + .byte W01 + .byte MOD , 7 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N03 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte N68 , Fn3 + .byte W32 + .byte W01 + .byte MOD , 7 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte N68 , Fn4 + .byte W32 + .byte W01 + .byte MOD , 7 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N03 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N96 , Cn4 + .byte W32 + .byte W01 + .byte MOD , 7 + .byte W24 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W72 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , An3 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Fn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W18 + .byte N06 , As3 + .byte W06 + .byte N66 , Fn3 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 52*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , As3 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Fn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W18 + .byte N06 , Cn4 + .byte W06 + .byte N66 , Dn4 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 52*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , Ds4 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N24 , Gn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Dn4 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N42 , As3 + .byte W18 + .byte VOL , 76*bgm_b_tower_mvl/mxv + .byte MOD , 7 + .byte W06 + .byte VOL , 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 58*bgm_b_tower_mvl/mxv + .byte W06 + .byte 39*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , Cn4 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N24 , Gs3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , As3 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte N42 , An3 + .byte W18 + .byte VOL , 76*bgm_b_tower_mvl/mxv + .byte MOD , 7 + .byte W06 + .byte VOL , 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 58*bgm_b_tower_mvl/mxv + .byte W06 + .byte 39*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N32 , As3 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N03 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte N09 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N90 , Ds4 + .byte W36 + .byte MOD , 7 + .byte W24 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N32 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N03 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N24 , Ds4 + .byte W24 + .byte N09 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte MOD , 0 + .byte N32 , Dn4 + .byte W15 + .byte MOD , 7 + .byte W09 + .byte 0 + .byte W12 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N42 , Cn4 + .byte W18 + .byte VOL , 76*bgm_b_tower_mvl/mxv + .byte MOD , 7 + .byte W06 + .byte VOL , 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 58*bgm_b_tower_mvl/mxv + .byte W06 + .byte 39*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N32 , Dn4 + .byte W18 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte W03 + .byte N03 , As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte MOD , 0 + .byte N36 , Gn4 + .byte W15 + .byte MOD , 7 + .byte W09 + .byte 0 + .byte W12 + .byte N09 , Fn4 + .byte W12 + .byte N42 , Ds4 + .byte W18 + .byte VOL , 76*bgm_b_tower_mvl/mxv + .byte MOD , 7 + .byte W06 + .byte VOL , 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 58*bgm_b_tower_mvl/mxv + .byte W06 + .byte 39*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte N36 , Fs4 + .byte W15 + .byte MOD , 7 + .byte W21 + .byte 0 + .byte N09 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte N30 , Cn4 + .byte W15 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte N06 , Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte GOTO + .word bgm_b_tower_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_b_tower_2: + .byte KEYSH , bgm_b_tower_key+0 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte W24 +bgm_b_tower_2_B1: + .byte VOICE , 48 + .byte PAN , c_v+18 + .byte N30 , As4 , v080 + .byte W36 + .byte N06 , As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte N18 , As4 + .byte W24 + .byte N06 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , As4 + .byte W12 + .byte N32 , An4 + .byte W36 + .byte N06 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N24 , As4 + .byte W24 + .byte N12 , An4 + .byte W12 + .byte N30 , As4 + .byte W36 + .byte N06 , As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte N24 , As4 + .byte W24 + .byte N06 , Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte N12 , As4 + .byte W12 + .byte N32 , An4 + .byte W36 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N96 , Fn3 + .byte W60 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte W06 + .byte W96 + .byte W36 + .byte 80*bgm_b_tower_mvl/mxv + .byte N06 , Cn4 , v076 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N48 , Dn4 + .byte W24 + .byte VOL , 74*bgm_b_tower_mvl/mxv + .byte W06 + .byte 62*bgm_b_tower_mvl/mxv + .byte W06 + .byte 48*bgm_b_tower_mvl/mxv + .byte W06 + .byte 23*bgm_b_tower_mvl/mxv + .byte W03 + .byte 13*bgm_b_tower_mvl/mxv + .byte W48 + .byte W03 + .byte W36 + .byte 80*bgm_b_tower_mvl/mxv + .byte N06 , Ds4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte N24 , As4 + .byte W24 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte N30 + .byte W12 + .byte VOL , 74*bgm_b_tower_mvl/mxv + .byte W06 + .byte 62*bgm_b_tower_mvl/mxv + .byte W06 + .byte 48*bgm_b_tower_mvl/mxv + .byte W06 + .byte 23*bgm_b_tower_mvl/mxv + .byte W06 + .byte 80*bgm_b_tower_mvl/mxv + .byte N24 , Gn2 , v068 + .byte W24 + .byte An2 + .byte W24 + .byte N06 , As2 + .byte W12 + .byte N24 , Cn3 + .byte W24 + .byte N06 , Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N24 , Fn3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N06 , Gs3 + .byte W12 + .byte N21 + .byte W24 + .byte N06 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Cn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N44 , Cn4 + .byte W18 + .byte VOL , 75*bgm_b_tower_mvl/mxv + .byte W06 + .byte 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 61*bgm_b_tower_mvl/mxv + .byte W06 + .byte 49*bgm_b_tower_mvl/mxv + .byte W06 + .byte 28*bgm_b_tower_mvl/mxv + .byte W06 + .byte W96 + .byte VOICE , 1 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N32 , Gn4 , v064 + .byte W36 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte N24 , As4 + .byte W24 + .byte N09 , Ds5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte As4 + .byte W24 + .byte N03 , Ds5 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte As4 + .byte W24 + .byte N03 , Ds5 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , Dn5 + .byte W12 + .byte As4 + .byte W24 + .byte N06 + .byte W06 + .byte Dn5 + .byte W06 + .byte N12 , Ds5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 , Cn4 + .byte W06 + .byte En4 + .byte W06 + .byte N36 , Fn4 + .byte W36 + .byte N06 , Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N24 , As4 + .byte W24 + .byte N12 , Cn5 + .byte W12 + .byte Dn5 + .byte W12 + .byte N36 , Ds5 + .byte W36 + .byte N12 , Fn5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N24 , Fn5 + .byte W24 + .byte N12 , Ds5 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte As4 + .byte W24 + .byte N03 , Cs5 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , As4 + .byte W24 + .byte N09 , Fs4 + .byte W12 + .byte As4 + .byte W12 + .byte N30 , An4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_b_tower_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_b_tower_3: + .byte KEYSH , bgm_b_tower_key+0 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte W24 +bgm_b_tower_3_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte W36 + .byte PAN , c_v-20 + .byte N03 , Fn2 , v076 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte An2 + .byte W24 + .byte N09 , Fn2 + .byte W12 + .byte N48 , As2 + .byte W24 + .byte VOL , 74*bgm_b_tower_mvl/mxv + .byte W06 + .byte 62*bgm_b_tower_mvl/mxv + .byte W06 + .byte 48*bgm_b_tower_mvl/mxv + .byte W06 + .byte 23*bgm_b_tower_mvl/mxv + .byte W03 + .byte 13*bgm_b_tower_mvl/mxv + .byte W48 + .byte W03 + .byte W36 + .byte 80*bgm_b_tower_mvl/mxv + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , As2 + .byte W12 + .byte Dn3 + .byte W24 + .byte As2 + .byte W12 + .byte N42 , Ds3 + .byte W24 + .byte VOL , 74*bgm_b_tower_mvl/mxv + .byte W06 + .byte 62*bgm_b_tower_mvl/mxv + .byte W06 + .byte 48*bgm_b_tower_mvl/mxv + .byte W06 + .byte 23*bgm_b_tower_mvl/mxv + .byte W06 + .byte 80*bgm_b_tower_mvl/mxv + .byte W48 + .byte W48 + .byte N24 , As2 , v064 + .byte W24 + .byte Dn3 + .byte W24 + .byte N06 , Cn3 , v056 + .byte W12 + .byte Gs2 + .byte W12 + .byte Ds3 , v060 + .byte W12 + .byte Gs2 , v064 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gs2 , v068 + .byte W12 + .byte Ds3 , v072 + .byte W12 + .byte Gs2 , v076 + .byte W12 + .byte Fn3 , v064 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N44 , Cn3 + .byte W18 + .byte VOL , 75*bgm_b_tower_mvl/mxv + .byte W06 + .byte 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 61*bgm_b_tower_mvl/mxv + .byte W06 + .byte 49*bgm_b_tower_mvl/mxv + .byte W06 + .byte 28*bgm_b_tower_mvl/mxv + .byte W06 + .byte 80*bgm_b_tower_mvl/mxv + .byte N06 , As2 , v076 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N44 + .byte W18 + .byte VOL , 75*bgm_b_tower_mvl/mxv + .byte W06 + .byte 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 61*bgm_b_tower_mvl/mxv + .byte W06 + .byte 49*bgm_b_tower_mvl/mxv + .byte W06 + .byte 28*bgm_b_tower_mvl/mxv + .byte W06 + .byte 80*bgm_b_tower_mvl/mxv + .byte N06 , Ds2 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N44 + .byte W18 + .byte VOL , 75*bgm_b_tower_mvl/mxv + .byte W06 + .byte 69*bgm_b_tower_mvl/mxv + .byte W06 + .byte 61*bgm_b_tower_mvl/mxv + .byte W06 + .byte 49*bgm_b_tower_mvl/mxv + .byte W06 + .byte 28*bgm_b_tower_mvl/mxv + .byte W06 + .byte 80*bgm_b_tower_mvl/mxv + .byte N24 + .byte W24 + .byte Fn2 + .byte W24 + .byte Fs2 + .byte W24 + .byte Gs2 + .byte W24 + .byte N06 , As2 + .byte W12 + .byte N21 + .byte W09 + .byte VOL , 71*bgm_b_tower_mvl/mxv + .byte W03 + .byte 54*bgm_b_tower_mvl/mxv + .byte W03 + .byte 44*bgm_b_tower_mvl/mxv + .byte W09 + .byte 80*bgm_b_tower_mvl/mxv + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Cn3 + .byte W12 + .byte As2 + .byte W12 + .byte An2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N09 , As2 + .byte W12 + .byte Fn2 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N24 , Cn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N09 , Ds3 + .byte W12 + .byte As2 + .byte W24 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N36 , As3 + .byte W36 + .byte N09 , Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N30 , Fn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_b_tower_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_b_tower_4: + .byte KEYSH , bgm_b_tower_key+0 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte W24 +bgm_b_tower_4_B1: + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N66 , Dn4 , v052 + .byte W32 + .byte W01 + .byte MOD , 6 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N03 , As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte N66 , Cn4 + .byte W32 + .byte W01 + .byte MOD , 6 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte W30 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N66 , Dn4 + .byte W32 + .byte W01 + .byte MOD , 6 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N03 , As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte N96 , An3 + .byte W32 + .byte W01 + .byte MOD , 6 + .byte W24 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte W06 + .byte 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W96 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , Fn3 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte N06 , Cn3 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte Fn3 + .byte W24 + .byte Cn3 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte N06 , Ds3 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , Fn3 + .byte W12 + .byte As3 + .byte W24 + .byte Fn3 + .byte W12 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte N06 , Ds3 , v060 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte As4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte As4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Dn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As2 + .byte W06 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Dn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N06 , Fn3 , v052 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N36 + .byte W36 + .byte N12 , As2 + .byte W12 + .byte N32 , Ds3 + .byte W36 + .byte N06 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , Gn3 + .byte W24 + .byte N09 , As3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W12 + .byte Fs3 + .byte W24 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte Fs3 + .byte W24 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte Fn3 + .byte W24 + .byte N06 + .byte W06 + .byte As3 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N09 , As3 + .byte W12 + .byte Fn3 + .byte W24 + .byte N03 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Dn4 + .byte W24 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N09 , Ds4 + .byte W12 + .byte As3 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Ds4 + .byte W12 + .byte N09 , Cs4 + .byte W12 + .byte Cs3 + .byte W24 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , Cs3 + .byte W24 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte N30 , Cn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_b_tower_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_b_tower_5: + .byte KEYSH , bgm_b_tower_key+0 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte W24 +bgm_b_tower_5_B1: + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte N12 , As3 , v052 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W09 + .byte MOD , 6 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte N18 + .byte W06 + .byte VOL , 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N03 , Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W09 + .byte MOD , 6 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte N18 + .byte W06 + .byte VOL , 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte W30 + .byte VOICE , 82 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N12 , As3 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W09 + .byte MOD , 6 + .byte W03 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte N18 + .byte W06 + .byte VOL , 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte W06 + .byte 21*bgm_b_tower_mvl/mxv + .byte MOD , 0 + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N03 , Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W09 + .byte MOD , 6 + .byte W03 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 77*bgm_b_tower_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 66*bgm_b_tower_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 56*bgm_b_tower_mvl/mxv + .byte W06 + .byte 34*bgm_b_tower_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 21*bgm_b_tower_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W96 + .byte VOICE , 82 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N06 , Dn3 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , An2 + .byte W12 + .byte Cn3 + .byte W24 + .byte An2 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte N06 , Cn3 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , Dn3 + .byte W12 + .byte Fn3 + .byte W24 + .byte Dn3 + .byte W12 + .byte VOICE , 5 + .byte W06 + .byte N06 , Ds3 , v040 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte As4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte As4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Dn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As2 + .byte W06 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Dn3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Dn5 + .byte W06 + .byte VOICE , 82 + .byte N06 , Dn3 , v052 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N36 + .byte W36 + .byte N12 , Fn2 + .byte W12 + .byte N32 , As2 + .byte W36 + .byte N06 , Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N24 , Ds3 + .byte W24 + .byte N09 , Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W24 + .byte N03 , Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte Ds3 + .byte W24 + .byte N03 , Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , Fn3 + .byte W12 + .byte Dn3 + .byte W24 + .byte N06 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An2 + .byte W12 + .byte N09 , Fn3 + .byte W12 + .byte Dn3 + .byte W24 + .byte N03 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , As3 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N09 , As3 + .byte W12 + .byte Gn3 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N24 , An3 + .byte W24 + .byte N12 , As3 + .byte W12 + .byte N09 + .byte W12 + .byte As2 + .byte W24 + .byte N03 , Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , As2 + .byte W24 + .byte Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte N30 , An2 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_b_tower_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_b_tower_6: + .byte KEYSH , bgm_b_tower_key+0 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte W24 +bgm_b_tower_6_B1: + .byte VOICE , 81 + .byte N06 , As1 , v080 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 83 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte N06 , Fn1 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 83 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N09 + .byte W12 +bgm_b_tower_6_000: + .byte N06 , As1 , v080 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 83 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte PEND + .byte N06 , Fn1 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 83 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N06 + .byte W06 + .byte Cn2 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte Ds2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte PATT + .word bgm_b_tower_6_000 + .byte N06 , Fn1 , v080 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 83 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N09 + .byte W12 + .byte Cn2 + .byte W24 + .byte Fn1 + .byte W12 + .byte PATT + .word bgm_b_tower_6_000 + .byte N06 , Gs1 , v080 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 83 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N09 , As1 + .byte W12 + .byte Fn2 + .byte W24 + .byte As1 + .byte W12 + .byte N12 , Ds2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte Dn2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte Cn2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte As1 + .byte W24 + .byte N12 + .byte W24 + .byte N48 , Fn1 + .byte W48 + .byte N09 , As1 + .byte W12 + .byte Fn2 + .byte W24 + .byte VOICE , 83 + .byte N03 , As1 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N06 + .byte W12 + .byte N12 , Fn2 + .byte W24 + .byte N09 , As1 + .byte W12 +bgm_b_tower_6_001: + .byte N09 , Ds1 , v080 + .byte W12 + .byte As1 + .byte W24 + .byte VOICE , 83 + .byte N03 , Ds1 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N06 + .byte W12 + .byte N12 , As1 + .byte W24 + .byte N09 , Ds1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_b_tower_6_001 + .byte N09 , As1 , v080 + .byte W12 + .byte Fn2 + .byte W24 + .byte VOICE , 83 + .byte N03 , As1 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N12 , Fn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte An1 + .byte W12 + .byte Cn2 + .byte W12 + .byte N09 , As1 + .byte W12 + .byte Fn1 + .byte W24 + .byte VOICE , 83 + .byte N03 , As1 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N12 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte N12 , Dn2 + .byte W12 + .byte N09 , Ds2 + .byte W12 + .byte As1 + .byte W24 + .byte VOICE , 83 + .byte N03 , Ds2 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N12 + .byte W12 + .byte N24 , Fn2 + .byte W24 + .byte N12 , Gn2 + .byte W12 + .byte N09 , Fs2 + .byte W12 + .byte Fs1 + .byte W24 + .byte VOICE , 83 + .byte N03 , Cs2 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N09 , Fs1 + .byte W12 + .byte Cs2 + .byte W24 + .byte VOICE , 83 + .byte N03 , Fs1 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , Fn1 + .byte W12 + .byte N12 , Fn2 + .byte W24 + .byte VOICE , 83 + .byte N03 , Fn1 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_b_tower_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_b_tower_7: + .byte KEYSH , bgm_b_tower_key+0 + .byte PAN , c_v-8 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte W24 +bgm_b_tower_7_B1: + .byte VOICE , 47 + .byte N24 , As1 , v127 + .byte W72 + .byte N24 + .byte W24 +bgm_b_tower_7_000: + .byte N24 , Fn2 , v127 + .byte W84 + .byte N12 + .byte W12 + .byte PEND + .byte N24 , As1 + .byte W72 + .byte N24 + .byte W24 + .byte PATT + .word bgm_b_tower_7_000 + .byte N24 , Fn2 , v127 + .byte W24 + .byte Ds2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte As1 + .byte W96 + .byte W36 + .byte N06 , Fn2 + .byte W06 + .byte N06 + .byte W06 + .byte N12 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte N12 , Fn2 + .byte W12 + .byte N24 , As1 + .byte W96 + .byte W36 + .byte N06 , Gs2 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Fn2 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , Ds2 + .byte W72 + .byte N12 + .byte W12 + .byte As1 + .byte W12 + .byte Dn2 + .byte W12 + .byte N12 + .byte W24 + .byte N06 , Dn2 , v116 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn2 , v127 + .byte W12 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte Dn2 , v116 + .byte W06 + .byte N24 , Cn2 , v127 + .byte W72 + .byte N12 , Ds2 , v120 + .byte W12 + .byte Cn2 , v127 + .byte W12 + .byte N24 , As1 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_b_tower_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_b_tower_8: + .byte KEYSH , bgm_b_tower_key+0 + .byte VOICE , 0 + .byte W24 +bgm_b_tower_8_B1: + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte N72 , Bn2 , v092 + .byte W96 + .byte W96 + .byte N72 + .byte W96 + .byte W96 + .byte N36 + .byte W36 + .byte W03 + .byte N09 + .byte W09 + .byte N48 + .byte W48 + .byte N96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte VOL , 40*bgm_b_tower_mvl/mxv + .byte N48 , An2 , v064 + .byte W09 + .byte VOL , 49*bgm_b_tower_mvl/mxv + .byte W06 + .byte 57*bgm_b_tower_mvl/mxv + .byte W06 + .byte 64*bgm_b_tower_mvl/mxv + .byte W06 + .byte 73*bgm_b_tower_mvl/mxv + .byte W06 + .byte 77*bgm_b_tower_mvl/mxv + .byte W06 + .byte 80*bgm_b_tower_mvl/mxv + .byte W09 + .byte N96 , Bn2 , v092 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_b_tower_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_b_tower_9: + .byte KEYSH , bgm_b_tower_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_b_tower_mvl/mxv + .byte W24 +bgm_b_tower_9_B1: +bgm_b_tower_9_000: + .byte W60 + .byte N06 , En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte PEND + .byte PATT + .word bgm_b_tower_9_000 + .byte PATT + .word bgm_b_tower_9_000 + .byte PATT + .word bgm_b_tower_9_000 + .byte N06 , En1 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 , v068 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v092 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte N24 , En1 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_b_tower_9_001: + .byte N06 , En1 , v092 + .byte W06 + .byte En1 , v060 + .byte W06 + .byte En1 , v048 + .byte W06 + .byte En1 , v032 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W24 + .byte En1 , v112 + .byte W12 + .byte En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_b_tower_9_002: + .byte N06 , En1 , v092 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v060 + .byte W06 + .byte En1 , v048 + .byte W06 + .byte En1 , v032 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_b_tower_9_001 + .byte N06 , En1 , v092 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v060 + .byte W06 + .byte En1 , v048 + .byte W06 + .byte En1 , v032 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N03 , En1 , v072 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_b_tower_9_001 + .byte PATT + .word bgm_b_tower_9_002 + .byte PATT + .word bgm_b_tower_9_001 + .byte N06 , En1 , v092 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v092 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W48 + .byte GOTO + .word bgm_b_tower_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_b_tower: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_b_tower_pri @ Priority + .byte bgm_b_tower_rev @ Reverb. + + .word bgm_b_tower_grp + + .word bgm_b_tower_1 + .word bgm_b_tower_2 + .word bgm_b_tower_3 + .word bgm_b_tower_4 + .word bgm_b_tower_5 + .word bgm_b_tower_6 + .word bgm_b_tower_7 + .word bgm_b_tower_8 + .word bgm_b_tower_9 + + .end diff --git a/sound/songs/bgm_battle20.s b/sound/songs/bgm_battle20.s new file mode 100644 index 000000000..5a2d2bfce --- /dev/null +++ b/sound/songs/bgm_battle20.s @@ -0,0 +1,3176 @@ + .include "MPlayDef.s" + + .equ bgm_battle20_grp, voicegroup_844F50C + .equ bgm_battle20_pri, 1 + .equ bgm_battle20_rev, reverb_set+50 + .equ bgm_battle20_mvl, 127 + .equ bgm_battle20_key, 0 + .equ bgm_battle20_tbs, 1 + .equ bgm_battle20_exg, 0 + .equ bgm_battle20_cmp, 1 + + .section .rodata + .global bgm_battle20 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle20_1: + .byte KEYSH , bgm_battle20_key+0 + .byte TEMPO , 198*bgm_battle20_tbs/2 + .byte VOICE , 1 + .byte PAN , c_v+15 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte N06 , Cn5 , v076 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOICE , 17 + .byte N12 , Gn3 , v080 + .byte W36 + .byte As3 + .byte W36 + .byte Gs3 + .byte W24 + .byte Gn3 + .byte W12 + .byte Gs3 + .byte W24 + .byte As3 + .byte W36 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Gn3 + .byte W36 + .byte As3 + .byte W36 + .byte Gs3 + .byte W24 + .byte Gn3 + .byte W12 + .byte Gs3 + .byte W24 + .byte As3 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte VOICE , 48 + .byte PAN , c_v+6 + .byte N12 , Cn4 + .byte W36 + .byte Ds4 + .byte W36 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn4 , v088 + .byte W36 + .byte Ds4 + .byte W36 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W36 + .byte N24 , Gn4 + .byte W24 +bgm_battle20_1_B1: + .byte VOICE , 48 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte N36 , Cn3 , v096 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Fn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N96 , Cs4 + .byte W96 + .byte N48 + .byte W48 + .byte As3 + .byte W48 + .byte N36 , Cn3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Fn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N72 , Cs4 + .byte W72 + .byte N12 + .byte W12 + .byte Cn4 + .byte W12 + .byte N48 , Cs4 + .byte W48 + .byte Ds4 + .byte W48 + .byte N36 , Cn4 + .byte W36 + .byte As3 + .byte W36 + .byte N24 , Dn4 + .byte W24 + .byte N92 , Cn4 + .byte W48 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte W06 + .byte 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte W06 + .byte 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte W06 + .byte 24*bgm_battle20_mvl/mxv + .byte W06 + .byte 80*bgm_battle20_mvl/mxv + .byte N48 , En2 + .byte W48 + .byte N36 , Fn2 + .byte W36 + .byte N12 , An2 + .byte W12 + .byte N36 , As2 + .byte W36 + .byte Dn3 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte N36 , Cn3 + .byte W36 + .byte Gn2 + .byte W36 + .byte N24 , Fn2 + .byte W24 + .byte N96 , En2 + .byte W96 + .byte N48 + .byte W48 + .byte Fn2 + .byte W48 + .byte N36 , As2 + .byte W36 + .byte N24 , Fn2 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte An2 + .byte W12 + .byte N72 , Cn3 + .byte W72 + .byte N24 + .byte W24 + .byte N96 , En3 + .byte W96 + .byte N84 , Cn3 + .byte W84 + .byte N12 , En3 + .byte W12 + .byte N96 , Fn3 + .byte W96 + .byte N72 + .byte W72 + .byte N12 , En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N84 , En3 + .byte W84 + .byte N12 , Fn3 + .byte W12 + .byte N72 , Gn3 + .byte W72 + .byte N12 , As3 + .byte W12 + .byte An3 + .byte W12 + .byte N96 , As3 + .byte W96 + .byte N72 , Fn3 + .byte W72 + .byte N12 , En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N96 , Gn3 + .byte W96 + .byte VOICE , 48 + .byte N84 , Cn4 + .byte W84 + .byte N12 , En4 + .byte W12 + .byte N96 , Fn4 + .byte W96 + .byte N72 + .byte W72 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N96 , En4 + .byte W96 + .byte N48 , Cn5 + .byte W48 + .byte Cn3 + .byte W48 + .byte Gn4 + .byte W48 + .byte Cs3 + .byte W48 + .byte Cn4 + .byte W48 + .byte Cn2 + .byte W48 + .byte Gn3 + .byte W48 + .byte Cs2 + .byte W48 + .byte VOICE , 47 + .byte PAN , c_v-32 + .byte N12 , Cn2 , v092 + .byte W12 + .byte En2 + .byte W24 + .byte Cn2 + .byte W12 + .byte En2 + .byte W12 + .byte N12 + .byte W12 + .byte Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , En2 + .byte W06 + .byte Cn2 + .byte W06 + .byte N12 + .byte W48 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte En2 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte Cn2 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte Cn2 + .byte W12 + .byte En2 + .byte W12 + .byte Cn2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte Cn2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte N12 + .byte W12 + .byte Cn2 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte Cn2 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte VOICE , 48 + .byte PAN , c_v+6 + .byte N12 , As3 , v096 + .byte W12 + .byte TIE , Cn4 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Cn3 , v076 + .byte W96 + .byte W48 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte W06 + .byte 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte W06 + .byte 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte W06 + .byte 24*bgm_battle20_mvl/mxv + .byte W03 + .byte EOT + .byte W03 + .byte VOICE , 60 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v+16 + .byte N96 , Fn2 , v096 + .byte W96 + .byte As2 + .byte W96 + .byte Gn2 + .byte W96 +bgm_battle20_1_000: + .byte N92 , En2 , v096 + .byte W48 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte W06 + .byte 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte W06 + .byte 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte W06 + .byte 24*bgm_battle20_mvl/mxv + .byte W06 + .byte PEND + .byte 80*bgm_battle20_mvl/mxv + .byte N96 , Fn2 + .byte W96 + .byte As2 + .byte W96 + .byte Gn2 + .byte W96 + .byte PATT + .word bgm_battle20_1_000 + .byte VOICE , 17 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v+15 + .byte N12 , Gn3 , v088 + .byte W36 + .byte Gs3 + .byte W36 + .byte Gn2 + .byte W24 + .byte En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , As2 + .byte W24 + .byte N12 , Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte Gn2 + .byte W24 + .byte En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Gs3 + .byte W24 + .byte VOICE , 48 + .byte PAN , c_v+6 + .byte N48 , Cn4 , v096 + .byte W48 + .byte Cn3 + .byte W48 + .byte Gn3 + .byte W48 + .byte Cs3 + .byte W48 + .byte Cn4 + .byte W48 + .byte Cn3 + .byte W48 + .byte Cs4 + .byte W48 + .byte Cs3 + .byte W48 + .byte GOTO + .word bgm_battle20_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle20_2: + .byte KEYSH , bgm_battle20_key+0 + .byte VOICE , 48 + .byte LFOS , 20 + .byte PAN , c_v-14 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte N06 , Gn5 , v064 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte VOICE , 17 + .byte N12 , Cn4 , v088 + .byte W36 + .byte Ds4 + .byte W36 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W36 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Cn4 + .byte W36 + .byte Ds4 + .byte W36 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W36 + .byte N24 , Gs4 + .byte W24 + .byte PAN , c_v+0 + .byte N12 , Cn5 + .byte W36 + .byte Ds5 + .byte W36 + .byte Cs5 + .byte W24 + .byte Cn5 + .byte W12 + .byte Cs5 + .byte W24 + .byte Ds5 + .byte W36 + .byte N24 , Cs5 + .byte W24 + .byte N12 , Cn5 + .byte W36 + .byte Ds5 + .byte W36 + .byte Cs5 + .byte W24 + .byte Cn5 + .byte W12 + .byte Cs5 + .byte W24 + .byte Ds5 + .byte W36 + .byte N24 , Gn5 , v076 + .byte W24 +bgm_battle20_2_B1: + .byte VOICE , 60 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v+0 + .byte N48 , Cn4 , v100 + .byte W48 + .byte As3 + .byte W48 + .byte N36 , Dn4 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N72 , Gs4 + .byte W72 + .byte N12 + .byte W12 + .byte Gn4 + .byte W12 + .byte N48 , Fn4 + .byte W48 + .byte Cs4 + .byte W48 + .byte VOICE , 56 + .byte N48 , Cn4 , v104 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N42 , As3 + .byte W21 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte N06 , Cn4 + .byte W06 + .byte N36 , Dn4 + .byte W36 + .byte N24 , Gn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 0 + .byte N12 , Dn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N72 , Gs4 + .byte W32 + .byte W01 + .byte MOD , 7 + .byte W36 + .byte W03 + .byte 0 + .byte N12 + .byte W12 + .byte Gn4 + .byte W12 + .byte N36 , As4 + .byte W36 + .byte N24 , Gs4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte N60 , Gn4 + .byte W30 + .byte MOD , 7 + .byte W30 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N92 , En4 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte W06 + .byte 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte W06 + .byte 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte W06 + .byte 24*bgm_battle20_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOICE , 48 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v+0 + .byte N48 , As2 + .byte W48 + .byte Dn3 + .byte W48 + .byte N36 , Fn3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N72 , En3 + .byte W72 + .byte N24 , Cn3 + .byte W24 + .byte N96 , Gn3 + .byte W96 + .byte N48 , As2 + .byte W48 + .byte Dn3 + .byte W48 + .byte N36 , Fn3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Dn4 + .byte W12 + .byte N72 , En4 + .byte W72 + .byte N24 , Gn4 + .byte W24 + .byte N92 , Cn5 + .byte W54 + .byte VOL , 73*bgm_battle20_mvl/mxv + .byte W09 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 59*bgm_battle20_mvl/mxv + .byte W09 + .byte 50*bgm_battle20_mvl/mxv + .byte W06 + .byte 40*bgm_battle20_mvl/mxv + .byte W06 + .byte 26*bgm_battle20_mvl/mxv + .byte W06 + .byte VOICE , 17 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v+0 + .byte N36 , Cn4 , v100 + .byte W36 + .byte Gn3 + .byte W36 + .byte N12 , Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte N36 , Fn4 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte N36 , Dn4 + .byte W36 +bgm_battle20_2_000: + .byte N36 , Fn4 , v100 + .byte W36 + .byte N24 , As4 + .byte W24 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte PEND + .byte N48 , En4 + .byte W48 + .byte Cn4 + .byte W48 + .byte N36 + .byte W36 + .byte Gn4 + .byte W36 + .byte N12 , Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte N36 , Dn4 + .byte W36 + .byte N60 , As4 + .byte W60 + .byte PATT + .word bgm_battle20_2_000 + .byte N36 , En4 , v100 + .byte W36 + .byte N60 , Cn4 + .byte W60 + .byte VOICE , 1 + .byte N36 , Cn5 , v104 + .byte W36 + .byte Gn4 + .byte W36 + .byte N12 , Cn5 + .byte W12 + .byte En5 + .byte W12 + .byte N36 , Fn5 + .byte W36 + .byte N24 , As4 + .byte W24 + .byte N36 , Dn5 + .byte W36 + .byte Fn5 + .byte W36 + .byte N24 , As5 + .byte W24 + .byte N12 , An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N36 , En5 + .byte W36 + .byte Cn5 + .byte W36 + .byte N24 , Gn5 + .byte W24 + .byte N36 , Cn6 + .byte W36 + .byte Cs6 + .byte W36 + .byte N24 , Cn4 , v108 + .byte W24 + .byte N36 , Gn5 , v104 + .byte W36 + .byte Gs5 + .byte W36 + .byte N24 , Cs4 , v108 + .byte W24 + .byte N36 , Cn5 , v104 + .byte W36 + .byte Cs5 + .byte W36 + .byte N24 , Cn3 , v108 + .byte W24 + .byte N36 , Gn4 , v104 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 , Cs3 , v108 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N96 , Cn3 , v104 + .byte W96 +bgm_battle20_2_001: + .byte N84 , Cn2 , v104 + .byte W84 + .byte N12 , Cn3 + .byte W12 + .byte PEND + .byte N96 , Cs3 + .byte W96 + .byte N84 , Cs2 + .byte W84 + .byte N12 , Cs3 + .byte W12 + .byte N96 , Cn3 + .byte W96 + .byte PATT + .word bgm_battle20_2_001 + .byte N96 , As2 , v104 + .byte W96 + .byte Dn3 + .byte W96 + .byte Fn3 + .byte W96 + .byte N84 , As3 + .byte W84 + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte N12 , Dn4 + .byte W12 + .byte TIE , En4 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , En3 , v096 + .byte W96 + .byte W48 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte W06 + .byte 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte W06 + .byte 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte W06 + .byte 24*bgm_battle20_mvl/mxv + .byte W03 + .byte EOT + .byte W03 + .byte VOICE , 60 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , Cn3 , v100 + .byte W24 + .byte N36 , Fn3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N48 , As3 + .byte W48 + .byte An3 + .byte W48 + .byte N36 , Gn3 + .byte W36 + .byte N12 , Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N92 , Gn3 + .byte W48 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte W06 + .byte 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte W06 + .byte 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte W06 + .byte 24*bgm_battle20_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte N24 , Cn3 , v104 + .byte W24 + .byte N36 , Fn3 + .byte W15 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte N36 , Gn3 + .byte W36 + .byte N48 , Cn4 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N48 , Dn4 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N36 , En4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N92 , Cn4 + .byte W32 + .byte W01 + .byte MOD , 7 + .byte W15 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte W06 + .byte 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte W06 + .byte 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte W06 + .byte 24*bgm_battle20_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOICE , 17 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v-14 + .byte N12 , Cn4 , v096 + .byte W36 + .byte Cs4 + .byte W36 + .byte Cn3 + .byte W24 + .byte Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Cn4 + .byte W36 + .byte Cs4 + .byte W36 + .byte Cn3 + .byte W24 + .byte Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte N12 , Cn5 , v092 + .byte W36 + .byte Cs5 + .byte W36 + .byte Cn4 + .byte W24 + .byte Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn5 + .byte W36 + .byte Cs5 + .byte W36 + .byte N24 , Gn4 + .byte W24 + .byte N12 , Cn5 + .byte W36 + .byte Cs5 + .byte W36 + .byte N24 , As4 + .byte W24 + .byte GOTO + .word bgm_battle20_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle20_3: + .byte KEYSH , bgm_battle20_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte PAN , c_v-6 + .byte N96 , Cn1 , v108 + .byte W96 + .byte N60 , Cs1 + .byte W60 + .byte N12 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cs1 + .byte W12 +bgm_battle20_3_000: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte N12 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle20_3_001: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte N12 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_3_000 + .byte PATT + .word bgm_battle20_3_001 + .byte PATT + .word bgm_battle20_3_000 + .byte PATT + .word bgm_battle20_3_001 + .byte PATT + .word bgm_battle20_3_000 + .byte PATT + .word bgm_battle20_3_001 +bgm_battle20_3_B1: +bgm_battle20_3_002: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 +bgm_battle20_3_003: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PATT + .word bgm_battle20_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_battle20_3_003 + .byte PATT + .word bgm_battle20_3_003 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 +bgm_battle20_3_004: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_3_004 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_004 + .byte PATT + .word bgm_battle20_3_004 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 +bgm_battle20_3_005: + .byte N12 , Cn1 , v108 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte PEND +bgm_battle20_3_006: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_3_006 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte As1 + .byte W12 + .byte Cn1 + .byte W12 + .byte As1 + .byte W12 + .byte Cn1 + .byte W12 + .byte As1 + .byte W12 + .byte Cn1 + .byte W12 + .byte As1 + .byte W12 + .byte PATT + .word bgm_battle20_3_006 + .byte PATT + .word bgm_battle20_3_005 + .byte PATT + .word bgm_battle20_3_005 + .byte PATT + .word bgm_battle20_3_006 + .byte PATT + .word bgm_battle20_3_006 + .byte PATT + .word bgm_battle20_3_005 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_003 + .byte PATT + .word bgm_battle20_3_003 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_004 + .byte PATT + .word bgm_battle20_3_004 + .byte PATT + .word bgm_battle20_3_004 + .byte PATT + .word bgm_battle20_3_004 +bgm_battle20_3_007: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_3_007 + .byte PATT + .word bgm_battle20_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gn1 + .byte W12 +bgm_battle20_3_008: + .byte N12 , Fn1 , v108 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_3_008 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_008 + .byte PATT + .word bgm_battle20_3_008 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_002 + .byte PATT + .word bgm_battle20_3_000 + .byte PATT + .word bgm_battle20_3_001 + .byte PATT + .word bgm_battle20_3_000 + .byte PATT + .word bgm_battle20_3_001 + .byte PATT + .word bgm_battle20_3_000 + .byte PATT + .word bgm_battle20_3_001 + .byte PATT + .word bgm_battle20_3_000 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cs1 + .byte W12 + .byte GOTO + .word bgm_battle20_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle20_4: + .byte KEYSH , bgm_battle20_key+0 + .byte VOICE , 80 + .byte LFOS , 20 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte N24 , Gs3 , v052 + .byte W24 +bgm_battle20_4_000: + .byte N12 , Gn3 , v052 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte PEND + .byte Gn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PATT + .word bgm_battle20_4_000 + .byte N12 , Gn3 , v052 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Cs4 + .byte W24 +bgm_battle20_4_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte N03 , Gn1 , v060 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 +bgm_battle20_4_001: + .byte N03 , Gn1 , v060 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte PEND +bgm_battle20_4_002: + .byte N03 , Fn1 , v060 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte PEND +bgm_battle20_4_003: + .byte N03 , As1 , v060 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_4_001 + .byte PATT + .word bgm_battle20_4_001 + .byte PATT + .word bgm_battle20_4_002 + .byte PATT + .word bgm_battle20_4_003 + .byte PATT + .word bgm_battle20_4_001 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 80 + .byte N96 , Fn2 , v060 + .byte W96 + .byte As2 + .byte W96 + .byte Dn3 + .byte W96 + .byte N84 , Fn3 + .byte W84 + .byte N12 + .byte W12 + .byte TIE , Gn3 + .byte W96 + .byte W96 + .byte EOT + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte PAN , c_v-48 + .byte N12 , Fn4 , v040 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 +bgm_battle20_4_004: + .byte N12 , Fn4 , v040 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte PEND +bgm_battle20_4_005: + .byte N12 , En4 , v040 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_4_005 + .byte PATT + .word bgm_battle20_4_004 + .byte N12 , Fn4 , v032 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 , v020 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 6 + .byte PAN , c_v+0 + .byte N48 , Cn3 , v052 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Cn2 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Gn2 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Cs2 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Cn3 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Cn2 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Gn2 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Cs3 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte VOICE , 6 + .byte PAN , c_v+0 + .byte MOD , 0 + .byte N12 , Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte Gn3 + .byte W24 + .byte En4 + .byte W36 + .byte Fn4 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 , Fn4 + .byte W24 + .byte GOTO + .word bgm_battle20_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle20_5: + .byte KEYSH , bgm_battle20_key+0 + .byte VOICE , 4 + .byte LFOS , 20 + .byte PAN , c_v+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte N06 , Gn3 , v060 + .byte W12 + .byte Cn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Gn3 + .byte W12 + .byte Cn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Gn3 + .byte W12 + .byte Cn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte PAN , c_v+1 + .byte N06 , Gn3 + .byte W12 + .byte Cn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Fn3 + .byte W12 + .byte As2 + .byte W06 + .byte As3 + .byte W06 + .byte PAN , c_v+50 + .byte N06 , Fn3 + .byte W12 + .byte As2 + .byte W06 + .byte As3 + .byte W06 + .byte PAN , c_v+1 + .byte N06 , Fn3 + .byte W12 + .byte As2 + .byte W06 + .byte As3 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Fn3 + .byte W12 + .byte PAN , c_v+48 + .byte N06 , As2 + .byte W06 + .byte Fs4 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte N12 , Gn4 , v052 + .byte W36 + .byte As4 + .byte W36 + .byte Gs4 + .byte W24 + .byte Gn4 + .byte W12 + .byte Gs4 + .byte W24 + .byte As4 + .byte W36 + .byte N24 , Gs4 + .byte W24 + .byte N12 , Gn4 + .byte W36 + .byte As4 + .byte W36 + .byte Gs4 + .byte W24 + .byte Gn4 + .byte W12 + .byte Gs4 + .byte W24 + .byte As4 + .byte W36 + .byte N24 , Cs5 + .byte W24 +bgm_battle20_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 6 + .byte PAN , c_v+0 + .byte N96 , Cn3 , v060 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte 0 + .byte N48 , Gn2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N36 , Dn3 + .byte W36 + .byte N24 , Fn3 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N72 , Gn3 + .byte W36 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N24 , En4 + .byte W24 + .byte N92 , Gn4 + .byte W36 + .byte W03 + .byte MOD , 6 + .byte W15 + .byte VOL , 73*bgm_battle20_mvl/mxv + .byte W09 + .byte 66*bgm_battle20_mvl/mxv + .byte W06 + .byte 59*bgm_battle20_mvl/mxv + .byte W09 + .byte 50*bgm_battle20_mvl/mxv + .byte W06 + .byte 40*bgm_battle20_mvl/mxv + .byte W06 + .byte 26*bgm_battle20_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte VOICE , 83 + .byte PAN , c_v+0 + .byte N03 , Gn2 , v072 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 +bgm_battle20_5_000: + .byte N03 , Gn2 , v072 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte PEND +bgm_battle20_5_001: + .byte N03 , Fn2 , v072 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte PEND +bgm_battle20_5_002: + .byte N03 , As2 , v072 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_5_000 + .byte PATT + .word bgm_battle20_5_000 + .byte PATT + .word bgm_battle20_5_001 + .byte PATT + .word bgm_battle20_5_002 + .byte PATT + .word bgm_battle20_5_000 + .byte VOICE , 4 + .byte N36 , Cn4 , v072 + .byte W36 + .byte Cs4 + .byte W36 + .byte N24 , Cn2 + .byte W24 + .byte N36 , Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Cs2 + .byte W24 + .byte N36 , Cn3 + .byte W36 + .byte Cs3 + .byte W36 + .byte N24 , Cn1 + .byte W24 + .byte N36 , Gn2 + .byte W36 + .byte Gs2 + .byte W36 + .byte N24 , Cs1 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v-49 + .byte N12 , As1 , v060 + .byte W12 + .byte VOICE , 85 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte VOICE , 82 + .byte N12 , Dn2 + .byte W12 + .byte VOICE , 85 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte VOICE , 82 + .byte N12 , Fn2 + .byte W12 + .byte VOICE , 85 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte VOICE , 82 + .byte N12 , As2 + .byte W12 + .byte VOICE , 85 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte N11 + .byte W12 + .byte VOICE , 82 + .byte N12 , Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte VOICE , 85 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N12 , En2 + .byte W12 + .byte VOICE , 85 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 75*bgm_battle20_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 71*bgm_battle20_mvl/mxv + .byte W06 + .byte 66*bgm_battle20_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 60*bgm_battle20_mvl/mxv + .byte W06 + .byte 53*bgm_battle20_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 45*bgm_battle20_mvl/mxv + .byte W06 + .byte 35*bgm_battle20_mvl/mxv + .byte N09 + .byte W06 + .byte VOL , 24*bgm_battle20_mvl/mxv + .byte W06 + .byte VOICE , 5 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte BEND , c_v-3 + .byte W06 + .byte N12 , Fn4 , v032 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W06 +bgm_battle20_5_003: + .byte W06 + .byte N12 , Fn4 , v032 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W06 + .byte PEND +bgm_battle20_5_004: + .byte W06 + .byte N12 , En4 , v032 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W06 + .byte PEND + .byte PATT + .word bgm_battle20_5_004 + .byte PATT + .word bgm_battle20_5_003 + .byte W06 + .byte N12 , Fn4 , v020 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W06 + .byte W06 + .byte En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W06 + .byte W06 + .byte En4 , v012 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W06 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 7 + .byte PAN , c_v-48 + .byte N12 , Gn3 , v052 + .byte W36 + .byte Gs3 + .byte W36 + .byte Gn3 + .byte W24 + .byte En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte Gn3 + .byte W24 + .byte N12 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N12 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte GOTO + .word bgm_battle20_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle20_6: + .byte KEYSH , bgm_battle20_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte W24 + .byte N06 , Cn2 , v080 + .byte W06 + .byte Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Cn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Cn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W30 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle20_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 90 + .byte N96 , Fn1 , v080 + .byte W96 + .byte As1 + .byte W96 + .byte Dn2 + .byte W96 + .byte N84 , Fn2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle20_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle20_7: + .byte KEYSH , bgm_battle20_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte W96 + .byte W84 + .byte N12 , Dn1 , v112 + .byte W12 +bgm_battle20_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 +bgm_battle20_7_B1: + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W72 + .byte W24 + .byte N12 + .byte W72 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W72 + .byte W24 + .byte N12 + .byte W72 + .byte PATT + .word bgm_battle20_7_000 +bgm_battle20_7_001: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_001 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 +bgm_battle20_7_002: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_001 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte W24 + .byte N48 , An2 , v100 + .byte W48 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_001 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_000 + .byte PATT + .word bgm_battle20_7_002 + .byte GOTO + .word bgm_battle20_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle20_8: + .byte KEYSH , bgm_battle20_key+0 + .byte VOICE , 47 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_battle20_mvl/mxv + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte W12 + .byte N12 + .byte W36 + .byte PAN , c_v-32 + .byte N12 , An1 + .byte W24 + .byte PAN , c_v+32 + .byte N12 + .byte W24 +bgm_battle20_8_000: + .byte PAN , c_v+0 + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W60 + .byte PEND +bgm_battle20_8_001: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W60 + .byte PEND + .byte PATT + .word bgm_battle20_8_001 +bgm_battle20_8_002: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W48 + .byte An1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 +bgm_battle20_8_B1: + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 +bgm_battle20_8_003: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W36 + .byte VOICE , 46 + .byte N12 , Cn2 , v127 + .byte W24 + .byte PEND +bgm_battle20_8_004: + .byte VOICE , 47 + .byte W12 + .byte N12 , Cn2 , v112 + .byte W36 + .byte An1 + .byte W24 + .byte VOICE , 46 + .byte N12 , Cn2 , v127 + .byte W24 + .byte PEND + .byte VOICE , 47 + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W60 + .byte PATT + .word bgm_battle20_8_002 + .byte PATT + .word bgm_battle20_8_003 + .byte PATT + .word bgm_battle20_8_004 + .byte VOICE , 47 + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W48 + .byte An1 + .byte W12 +bgm_battle20_8_005: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 + .byte PATT + .word bgm_battle20_8_001 + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W48 + .byte N06 , An1 + .byte W06 + .byte Cn2 + .byte W06 +bgm_battle20_8_006: + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle20_8_006 + .byte PATT + .word bgm_battle20_8_006 +bgm_battle20_8_007: + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte An1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle20_8_006 + .byte PATT + .word bgm_battle20_8_006 + .byte PATT + .word bgm_battle20_8_006 + .byte PATT + .word bgm_battle20_8_006 + .byte PATT + .word bgm_battle20_8_006 + .byte PATT + .word bgm_battle20_8_007 + .byte PATT + .word bgm_battle20_8_006 + .byte PATT + .word bgm_battle20_8_006 +bgm_battle20_8_008: + .byte N12 , Cn2 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle20_8_008 + .byte PATT + .word bgm_battle20_8_008 + .byte N12 , Cn2 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte MEMACC, mem_set, 0x00, 117 + .byte PAN , c_v+32 + .byte W12 + .byte N12 , Gn2 , v088 + .byte W12 + .byte N12 + .byte W24 + .byte En2 + .byte W12 + .byte Gn2 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte N12 + .byte W12 + .byte Gn2 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N12 , En2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte En2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte Gn2 + .byte W24 + .byte N06 , En2 + .byte W06 + .byte Gn2 + .byte W06 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte En2 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte Gn2 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PATT + .word bgm_battle20_8_000 + .byte PATT + .word bgm_battle20_8_001 + .byte N09 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W60 + .byte N12 + .byte W96 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_002 + .byte PATT + .word bgm_battle20_8_005 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte PATT + .word bgm_battle20_8_001 + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_battle20_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle20: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle20_pri @ Priority + .byte bgm_battle20_rev @ Reverb. + + .word bgm_battle20_grp + + .word bgm_battle20_1 + .word bgm_battle20_2 + .word bgm_battle20_3 + .word bgm_battle20_4 + .word bgm_battle20_5 + .word bgm_battle20_6 + .word bgm_battle20_7 + .word bgm_battle20_8 + + .end diff --git a/sound/songs/bgm_battle27.s b/sound/songs/bgm_battle27.s new file mode 100644 index 000000000..07f0de876 --- /dev/null +++ b/sound/songs/bgm_battle27.s @@ -0,0 +1,2030 @@ + .include "MPlayDef.s" + + .equ bgm_battle27_grp, voicegroup_844ECF0 + .equ bgm_battle27_pri, 1 + .equ bgm_battle27_rev, reverb_set+50 + .equ bgm_battle27_mvl, 127 + .equ bgm_battle27_key, 0 + .equ bgm_battle27_tbs, 1 + .equ bgm_battle27_exg, 0 + .equ bgm_battle27_cmp, 1 + + .section .rodata + .global bgm_battle27 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle27_1: + .byte KEYSH , bgm_battle27_key+0 + .byte TEMPO , 196*bgm_battle27_tbs/2 + .byte VOICE , 48 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte LFOS , 18 + .byte PAN , c_v+0 + .byte N06 , Cn5 , v108 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte VOICE , 60 + .byte PAN , c_v+10 + .byte N12 , Gn3 , v092 + .byte W36 + .byte Cn3 + .byte W36 + .byte Gn3 + .byte W24 + .byte Gs3 + .byte W36 + .byte Fn3 + .byte W36 + .byte Gs3 + .byte W24 + .byte Gn3 + .byte W36 + .byte Cn3 + .byte W36 + .byte Gn3 + .byte W24 + .byte Gs3 + .byte W36 + .byte As3 + .byte W36 + .byte N24 , Bn3 + .byte W24 +bgm_battle27_1_000: + .byte VOICE , 56 + .byte N12 , Gn4 , v092 + .byte W36 + .byte Cn4 + .byte W36 + .byte Gn4 + .byte W24 + .byte PEND +bgm_battle27_1_001: + .byte N12 , Gs4 , v092 + .byte W36 + .byte Fn4 + .byte W36 + .byte Gs4 + .byte W24 + .byte PEND +bgm_battle27_1_002: + .byte N12 , Gn4 , v092 + .byte W36 + .byte Cn4 + .byte W36 + .byte Gn4 + .byte W24 + .byte PEND + .byte Gs4 + .byte W36 + .byte As4 + .byte W36 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 5 + .byte W12 +bgm_battle27_1_003: + .byte VOICE , 48 + .byte MOD , 0 + .byte N12 , Cn3 , v092 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte PEND +bgm_battle27_1_B1: + .byte N12 , Fn3 , v092 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 +bgm_battle27_1_004: + .byte VOICE , 56 + .byte N48 , Fn3 , v092 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , As3 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte PEND + .byte 0 + .byte N36 , Dn4 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N24 , Fn4 + .byte W18 + .byte MOD , 5 + .byte W06 + .byte N12 + .byte W12 + .byte MOD , 0 + .byte N12 , En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 48 + .byte N12 , Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PATT + .word bgm_battle27_1_004 + .byte MOD , 0 + .byte N36 , Dn4 , v092 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N24 , Fn4 + .byte W18 + .byte MOD , 5 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte MOD , 0 + .byte N12 , Dn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte VOICE , 60 + .byte N36 , Cn4 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , En3 + .byte W24 + .byte N36 , En4 + .byte W36 + .byte Dn4 + .byte W36 + .byte N24 , Cn4 + .byte W24 + .byte N36 , As3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Dn3 + .byte W24 + .byte N36 , Dn4 + .byte W36 + .byte Cn4 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte N36 , Cn4 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , En3 + .byte W24 + .byte N96 , En4 + .byte W96 +bgm_battle27_1_005: + .byte N72 , Cn4 , v092 + .byte W72 + .byte N24 , Gn3 + .byte W24 + .byte PEND + .byte N60 , En4 + .byte W30 + .byte VOL , 76*bgm_battle27_mvl/mxv + .byte W09 + .byte 72*bgm_battle27_mvl/mxv + .byte W06 + .byte 61*bgm_battle27_mvl/mxv + .byte W09 + .byte 49*bgm_battle27_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte N12 + .byte W12 + .byte Fn4 + .byte W24 + .byte VOICE , 48 + .byte N48 , As3 + .byte W48 + .byte Dn4 + .byte W48 + .byte N24 , As3 + .byte W24 + .byte Cn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Bn3 + .byte W24 + .byte PATT + .word bgm_battle27_1_005 + .byte N60 , En4 , v092 + .byte W21 + .byte VOL , 76*bgm_battle27_mvl/mxv + .byte W09 + .byte 73*bgm_battle27_mvl/mxv + .byte W06 + .byte 68*bgm_battle27_mvl/mxv + .byte W06 + .byte 59*bgm_battle27_mvl/mxv + .byte W06 + .byte 45*bgm_battle27_mvl/mxv + .byte W06 + .byte 30*bgm_battle27_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte N12 + .byte W12 + .byte Gn4 + .byte W24 + .byte VOICE , 60 + .byte N60 , Gs4 + .byte W60 + .byte N12 , Cs4 + .byte W12 + .byte Gn4 + .byte W24 + .byte N24 , Gs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte N60 , Cn4 + .byte W96 + .byte W48 + .byte N48 , En4 + .byte W48 + .byte VOICE , 48 + .byte N12 , Gn2 + .byte W36 + .byte Cn2 + .byte W36 + .byte Gn2 + .byte W24 + .byte Gs2 + .byte W36 + .byte Fn2 + .byte W36 + .byte Gs2 + .byte W24 + .byte Gn2 + .byte W36 + .byte Cn2 + .byte W36 + .byte Gn2 + .byte W24 + .byte Gs2 + .byte W36 + .byte Fn2 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte PATT + .word bgm_battle27_1_000 + .byte PATT + .word bgm_battle27_1_001 + .byte PATT + .word bgm_battle27_1_002 + .byte N12 , Gs4 , v092 + .byte W36 + .byte Fn4 + .byte W36 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte PATT + .word bgm_battle27_1_003 + .byte GOTO + .word bgm_battle27_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle27_2: + .byte KEYSH , bgm_battle27_key+0 + .byte VOICE , 46 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte LFOS , 18 + .byte PAN , c_v-16 + .byte N06 , Gn5 , v100 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v+17 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v-16 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v+16 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v-16 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v+16 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v-16 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v+16 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte VOICE , 60 + .byte PAN , c_v-10 + .byte N12 , Cn4 + .byte W36 + .byte Gn3 + .byte W36 + .byte Cn4 + .byte W24 + .byte Cs4 + .byte W36 + .byte Ds4 + .byte W36 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W36 + .byte Gn3 + .byte W36 + .byte Cn4 + .byte W24 + .byte Cs4 + .byte W36 + .byte Ds4 + .byte W36 + .byte N24 , Fn4 + .byte W24 +bgm_battle27_2_000: + .byte VOICE , 56 + .byte N12 , Cn5 , v100 + .byte W36 + .byte Gn4 + .byte W36 + .byte Cn5 + .byte W24 + .byte PEND +bgm_battle27_2_001: + .byte N12 , Cs5 , v100 + .byte W36 + .byte Ds5 + .byte W36 + .byte Cs5 + .byte W24 + .byte PEND +bgm_battle27_2_002: + .byte N12 , Cn5 , v100 + .byte W36 + .byte Gn4 + .byte W36 + .byte Cn5 + .byte W24 + .byte PEND +bgm_battle27_2_003: + .byte N12 , Cs5 , v100 + .byte W36 + .byte Ds5 + .byte W36 + .byte N24 , Fn5 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte PEND +bgm_battle27_2_004: + .byte PAN , c_v+0 + .byte MOD , 0 + .byte N36 , Cn4 , v100 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N36 , Dn4 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N24 , Gn4 + .byte W15 + .byte MOD , 5 + .byte W09 + .byte PEND +bgm_battle27_2_B1: + .byte MOD , 0 + .byte N12 , Fn4 , v100 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 +bgm_battle27_2_005: + .byte N48 , As3 , v100 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Dn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte PEND + .byte 0 + .byte N36 , Fn4 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N24 , An4 + .byte W18 + .byte MOD , 5 + .byte W06 + .byte N12 + .byte W12 + .byte MOD , 0 + .byte N12 , Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte MOD , 0 + .byte N36 , Cn4 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N36 , Dn4 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N24 , Gn4 + .byte W15 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N24 , Fn4 + .byte W09 + .byte MOD , 5 + .byte W15 + .byte 0 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte PATT + .word bgm_battle27_2_005 + .byte MOD , 0 + .byte N36 , Fn4 , v100 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte N24 , As4 + .byte W18 + .byte MOD , 5 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte MOD , 0 + .byte N12 , Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte VOICE , 48 + .byte N72 , En4 , v096 + .byte W72 + .byte N24 , Cn4 + .byte W24 + .byte N96 , Gn4 + .byte W48 + .byte VOL , 76*bgm_battle27_mvl/mxv + .byte W09 + .byte 72*bgm_battle27_mvl/mxv + .byte W09 + .byte 66*bgm_battle27_mvl/mxv + .byte W09 + .byte 57*bgm_battle27_mvl/mxv + .byte W09 + .byte 39*bgm_battle27_mvl/mxv + .byte W06 + .byte 20*bgm_battle27_mvl/mxv + .byte W06 + .byte 80*bgm_battle27_mvl/mxv + .byte N72 , Dn4 + .byte W72 + .byte N24 , As3 + .byte W24 + .byte N96 , Fn4 + .byte W48 + .byte VOL , 76*bgm_battle27_mvl/mxv + .byte W09 + .byte 72*bgm_battle27_mvl/mxv + .byte W09 + .byte 66*bgm_battle27_mvl/mxv + .byte W09 + .byte 57*bgm_battle27_mvl/mxv + .byte W09 + .byte 39*bgm_battle27_mvl/mxv + .byte W06 + .byte 20*bgm_battle27_mvl/mxv + .byte W06 + .byte 80*bgm_battle27_mvl/mxv + .byte N72 , En4 + .byte W72 + .byte N24 , Cn4 + .byte W24 + .byte TIE , Gn4 + .byte W96 + .byte W48 + .byte VOL , 76*bgm_battle27_mvl/mxv + .byte W09 + .byte 72*bgm_battle27_mvl/mxv + .byte W09 + .byte 66*bgm_battle27_mvl/mxv + .byte W09 + .byte 57*bgm_battle27_mvl/mxv + .byte W09 + .byte 39*bgm_battle27_mvl/mxv + .byte W06 + .byte 20*bgm_battle27_mvl/mxv + .byte W06 + .byte EOT + .byte W60 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte N12 , Gn4 , v100 + .byte W12 + .byte An4 + .byte W24 + .byte N96 , As4 + .byte W48 + .byte VOL , 76*bgm_battle27_mvl/mxv + .byte MOD , 5 + .byte W09 + .byte VOL , 72*bgm_battle27_mvl/mxv + .byte W09 + .byte 66*bgm_battle27_mvl/mxv + .byte W09 + .byte 57*bgm_battle27_mvl/mxv + .byte W09 + .byte 39*bgm_battle27_mvl/mxv + .byte W06 + .byte 20*bgm_battle27_mvl/mxv + .byte W06 + .byte 80*bgm_battle27_mvl/mxv + .byte MOD , 0 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N24 , An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N72 , En4 + .byte W32 + .byte W01 + .byte MOD , 5 + .byte W36 + .byte W03 + .byte 0 + .byte N24 , Cn4 + .byte W24 + .byte N60 , Gn4 + .byte W21 + .byte VOL , 76*bgm_battle27_mvl/mxv + .byte W09 + .byte 73*bgm_battle27_mvl/mxv + .byte MOD , 5 + .byte W06 + .byte VOL , 68*bgm_battle27_mvl/mxv + .byte W06 + .byte 59*bgm_battle27_mvl/mxv + .byte W06 + .byte 45*bgm_battle27_mvl/mxv + .byte W06 + .byte 30*bgm_battle27_mvl/mxv + .byte W06 + .byte 80*bgm_battle27_mvl/mxv + .byte MOD , 0 + .byte N12 + .byte W12 + .byte Cn5 + .byte W24 + .byte VOICE , 48 + .byte N84 , Cs5 + .byte W84 + .byte N12 , Cn5 + .byte W12 + .byte N24 , Cs5 + .byte W24 + .byte Cn5 + .byte W24 + .byte As4 + .byte W24 + .byte N12 , Gs4 + .byte W12 + .byte As4 + .byte W12 + .byte N60 , Gs4 + .byte W60 + .byte N12 , As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N48 , Gn4 + .byte W48 + .byte Cn5 + .byte W48 + .byte PAN , c_v-10 + .byte N12 , Cn3 + .byte W36 + .byte Gn2 + .byte W36 + .byte Cn3 + .byte W24 + .byte Cs3 + .byte W36 + .byte Ds3 + .byte W36 + .byte Cs3 + .byte W24 + .byte Cn3 + .byte W36 + .byte Gn2 + .byte W36 + .byte Cn3 + .byte W24 + .byte Cs3 + .byte W36 + .byte Ds3 + .byte W36 + .byte N24 , Fn3 + .byte W24 + .byte PATT + .word bgm_battle27_2_000 + .byte PATT + .word bgm_battle27_2_001 + .byte PATT + .word bgm_battle27_2_002 + .byte PATT + .word bgm_battle27_2_003 + .byte PATT + .word bgm_battle27_2_004 + .byte GOTO + .word bgm_battle27_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle27_3: + .byte KEYSH , bgm_battle27_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte N96 , Gn0 , v108 + .byte W96 + .byte N48 , As0 + .byte W48 + .byte Bn0 + .byte W48 +bgm_battle27_3_000: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Cs1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte As0 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND +bgm_battle27_3_001: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , En1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle27_3_000 + .byte PATT + .word bgm_battle27_3_001 + .byte PATT + .word bgm_battle27_3_000 + .byte PATT + .word bgm_battle27_3_001 + .byte PATT + .word bgm_battle27_3_000 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Gn0 + .byte W12 + .byte As0 + .byte W12 + .byte Bn0 + .byte W12 +bgm_battle27_3_002: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND +bgm_battle27_3_B1: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Gn1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 +bgm_battle27_3_003: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle27_3_004: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle27_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Gn1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PATT + .word bgm_battle27_3_003 + .byte PATT + .word bgm_battle27_3_004 + .byte N12 , En1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_battle27_3_002 + .byte N12 , Dn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Dn1 + .byte W12 + .byte As0 + .byte W12 + .byte Bn0 + .byte W12 +bgm_battle27_3_005: + .byte N12 , Cn1 , v108 + .byte W12 + .byte En1 + .byte W12 + .byte Gn0 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn0 + .byte W12 + .byte En1 + .byte W12 + .byte PEND + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W36 + .byte PATT + .word bgm_battle27_3_005 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte An1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte An1 + .byte W12 + .byte As1 + .byte W12 +bgm_battle27_3_006: + .byte N12 , Gn1 , v108 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle27_3_006 +bgm_battle27_3_007: + .byte N12 , Gs1 , v108 + .byte W12 + .byte Cs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle27_3_007 + .byte PATT + .word bgm_battle27_3_006 + .byte N12 , Gn1 , v108 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte En1 + .byte W12 + .byte Cn2 + .byte W12 + .byte En1 + .byte W12 + .byte Cn2 + .byte W12 + .byte PATT + .word bgm_battle27_3_002 + .byte PATT + .word bgm_battle27_3_002 + .byte PATT + .word bgm_battle27_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte N24 , Gn1 + .byte W24 + .byte N12 , Cs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Bn0 + .byte W12 + .byte PATT + .word bgm_battle27_3_002 + .byte PATT + .word bgm_battle27_3_002 + .byte PATT + .word bgm_battle27_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte N24 , Gn1 + .byte W24 + .byte N12 , Cs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_battle27_3_002 + .byte GOTO + .word bgm_battle27_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle27_4: + .byte KEYSH , bgm_battle27_key+0 + .byte VOICE , 4 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte LFOS , 18 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte W18 + .byte PAN , c_v+48 + .byte N06 , Cn6 , v052 + .byte W24 + .byte PAN , c_v-48 + .byte N06 + .byte W24 + .byte PAN , c_v+48 + .byte N06 + .byte W24 + .byte PAN , c_v-47 + .byte N06 + .byte W06 + .byte W18 + .byte PAN , c_v+48 + .byte N06 + .byte W24 + .byte PAN , c_v-48 + .byte N06 + .byte W24 + .byte PAN , c_v+50 + .byte N06 + .byte W24 + .byte PAN , c_v-47 + .byte N06 + .byte W06 + .byte W36 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte N12 , Gn2 , v060 + .byte W36 + .byte Cn3 + .byte W24 + .byte Cs3 + .byte W36 + .byte Gs2 + .byte W36 + .byte Cs3 + .byte W24 + .byte Cn3 + .byte W36 + .byte Gn2 + .byte W36 + .byte Cn3 + .byte W24 + .byte Cs3 + .byte W36 + .byte Gs2 + .byte W36 + .byte N24 , Fn3 + .byte W24 +bgm_battle27_4_000: + .byte N12 , Cn4 , v060 + .byte W36 + .byte Gn3 + .byte W36 + .byte Cn4 + .byte W24 + .byte PEND + .byte Cs4 + .byte W36 + .byte Gs3 + .byte W36 + .byte Cs4 + .byte W24 + .byte PATT + .word bgm_battle27_4_000 + .byte N12 , Cs4 , v060 + .byte W36 + .byte Ds4 + .byte W36 + .byte N24 , Fn4 + .byte W24 +bgm_battle27_4_001: + .byte VOICE , 80 + .byte PAN , c_v+48 + .byte N12 , Gn2 , v060 + .byte W24 + .byte N36 + .byte W48 + .byte N12 + .byte W24 + .byte PEND +bgm_battle27_4_B1: +bgm_battle27_4_002: + .byte N12 , Gn2 , v060 + .byte W24 + .byte N36 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte As2 + .byte W24 + .byte N36 + .byte W48 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N36 , An2 + .byte W48 + .byte N24 , Fn2 + .byte W24 + .byte PATT + .word bgm_battle27_4_002 + .byte N12 , Gn2 , v060 + .byte W24 + .byte N36 + .byte W48 + .byte N12 , An2 + .byte W24 + .byte As2 + .byte W24 + .byte N24 + .byte W48 + .byte Dn3 + .byte W24 + .byte W24 + .byte N12 , Fn3 + .byte W72 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N72 , En2 + .byte W72 + .byte N24 , Cn2 + .byte W24 + .byte N60 , Gn2 + .byte W72 + .byte N12 , Cn4 + .byte W24 + .byte N48 , Dn4 + .byte W48 + .byte Fn4 + .byte W48 + .byte N24 + .byte W24 + .byte En4 + .byte W24 + .byte Fn5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N48 , En5 + .byte W18 + .byte MOD , 5 + .byte W30 + .byte 0 + .byte W48 + .byte W60 + .byte N12 , Cn4 + .byte W12 + .byte En4 + .byte W24 + .byte N60 , Fn4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte N36 , Cn4 , v072 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Cn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W24 + .byte As3 + .byte W24 + .byte Cs4 + .byte W24 + .byte N36 , Cn4 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Cn4 + .byte W24 + .byte N36 , En4 + .byte W36 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Cs4 + .byte W12 + .byte N24 , Bn3 + .byte W24 +bgm_battle27_4_003: + .byte N12 , Cn4 , v072 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte PEND + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte PATT + .word bgm_battle27_4_003 + .byte N12 , Cn4 , v072 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte PATT + .word bgm_battle27_4_001 + .byte GOTO + .word bgm_battle27_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle27_5: + .byte KEYSH , bgm_battle27_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn3 , v064 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+0 + .byte N12 , Gn5 , v048 + .byte W96 +bgm_battle27_5_B1: + .byte PAN , c_v-48 + .byte W96 + .byte N48 , Dn3 , v064 + .byte W48 + .byte Fn3 + .byte W48 + .byte N36 , Dn3 + .byte W36 + .byte N60 , Fn3 + .byte W60 + .byte W96 + .byte W96 + .byte W24 + .byte N24 , Dn3 + .byte W48 + .byte Fn3 + .byte W24 + .byte W24 + .byte N12 , As3 + .byte W72 + .byte PAN , c_v+0 + .byte W96 + .byte N72 , Gn2 + .byte W72 + .byte N24 , An2 + .byte W24 + .byte N96 , As2 + .byte W96 + .byte N72 , Dn3 + .byte W72 + .byte N24 , As2 + .byte W24 + .byte N72 , Cn3 + .byte W72 + .byte N24 , Gn2 + .byte W24 + .byte N96 , Cn3 + .byte W96 + .byte N36 , En3 + .byte W36 + .byte N12 , Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N66 , Cn3 + .byte W84 + .byte PAN , c_v-48 + .byte W12 + .byte N24 , As2 + .byte W24 + .byte Cn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N24 + .byte W24 + .byte En3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Cn3 + .byte W24 +bgm_battle27_5_000: + .byte N24 , En3 , v064 + .byte W24 + .byte Gn2 + .byte W24 + .byte En3 + .byte W24 + .byte Gn2 + .byte W24 + .byte PEND + .byte En3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N12 , Cn4 + .byte W24 + .byte N24 , Cs3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Gs3 + .byte W24 + .byte As3 + .byte W24 + .byte Cs4 + .byte W24 + .byte As3 + .byte W24 + .byte Fn3 + .byte W24 + .byte PATT + .word bgm_battle27_5_000 + .byte N48 , Gn3 , v064 + .byte W48 + .byte Cn4 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+0 + .byte W96 + .byte GOTO + .word bgm_battle27_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle27_6: + .byte KEYSH , bgm_battle27_key+0 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle27_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte BEND , c_v-2 + .byte W12 + .byte VOICE , 5 + .byte PAN , c_v-32 + .byte N36 , Cn4 , v032 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Cn4 + .byte W12 + .byte W12 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W24 + .byte As3 + .byte W24 + .byte Cs4 + .byte W12 + .byte W12 + .byte N36 , Cn4 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Cn4 + .byte W12 + .byte W12 + .byte N36 , En4 + .byte W36 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Cs4 + .byte W12 + .byte N24 , Bn3 + .byte W12 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte W96 + .byte GOTO + .word bgm_battle27_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle27_7: + .byte KEYSH , bgm_battle27_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte W96 + .byte W72 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W12 +bgm_battle27_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 +bgm_battle27_7_B1: + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte PATT + .word bgm_battle27_7_000 + .byte GOTO + .word bgm_battle27_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle27_8: + .byte KEYSH , bgm_battle27_key+0 + .byte VOICE , 47 + .byte VOL , 80*bgm_battle27_mvl/mxv + .byte PAN , c_v-10 + .byte W96 + .byte N12 , Cn2 , v112 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W48 +bgm_battle27_8_000: + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 +bgm_battle27_8_B1: + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte N12 , Cn2 , v112 + .byte W60 + .byte N12 + .byte W36 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte PATT + .word bgm_battle27_8_000 + .byte GOTO + .word bgm_battle27_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle27: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle27_pri @ Priority + .byte bgm_battle27_rev @ Reverb. + + .word bgm_battle27_grp + + .word bgm_battle27_1 + .word bgm_battle27_2 + .word bgm_battle27_3 + .word bgm_battle27_4 + .word bgm_battle27_5 + .word bgm_battle27_6 + .word bgm_battle27_7 + .word bgm_battle27_8 + + .end diff --git a/sound/songs/bgm_battle30.s b/sound/songs/bgm_battle30.s new file mode 100644 index 000000000..57727d0d6 --- /dev/null +++ b/sound/songs/bgm_battle30.s @@ -0,0 +1,2749 @@ + .include "MPlayDef.s" + + .equ bgm_battle30_grp, voicegroup_8451390 + .equ bgm_battle30_pri, 1 + .equ bgm_battle30_rev, reverb_set+50 + .equ bgm_battle30_mvl, 127 + .equ bgm_battle30_key, 0 + .equ bgm_battle30_tbs, 1 + .equ bgm_battle30_exg, 0 + .equ bgm_battle30_cmp, 1 + + .section .rodata + .global bgm_battle30 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle30_1: + .byte KEYSH , bgm_battle30_key+0 + .byte TEMPO , 202*bgm_battle30_tbs/2 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte PAN , c_v-8 + .byte N48 , En2 , v108 + .byte W01 + .byte VOICE , 48 + .byte W44 + .byte W03 + .byte N12 , Fn2 + .byte W36 + .byte N36 , Cn2 + .byte W36 + .byte N12 , Ds2 + .byte W24 +bgm_battle30_1_000: + .byte N12 , Fn2 , v108 + .byte W36 + .byte N36 , Cn2 + .byte W36 + .byte N12 , En2 + .byte W24 + .byte PEND +bgm_battle30_1_001: + .byte N12 , Fn2 , v108 + .byte W36 + .byte N24 , As2 + .byte W24 + .byte N12 , Gs2 + .byte W12 + .byte Fs2 + .byte W12 + .byte En2 + .byte W12 + .byte PEND +bgm_battle30_1_002: + .byte N12 , Fn2 , v108 + .byte W36 + .byte N36 , Cn2 + .byte W36 + .byte N12 , Fs2 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle30_1_000 + .byte PATT + .word bgm_battle30_1_000 + .byte PATT + .word bgm_battle30_1_001 +bgm_battle30_1_003: + .byte N12 , Fn2 , v108 + .byte W36 + .byte Cn2 + .byte W12 + .byte N48 , Fn2 + .byte W48 + .byte PEND +bgm_battle30_1_B1: + .byte PAN , c_v-8 + .byte N12 , Gn2 , v108 + .byte W36 + .byte N36 , Dn2 + .byte W36 + .byte N12 , Fn2 + .byte W24 +bgm_battle30_1_004: + .byte N12 , Gn2 , v108 + .byte W36 + .byte N36 , Dn2 + .byte W36 + .byte N12 , Fs2 + .byte W24 + .byte PEND +bgm_battle30_1_005: + .byte N12 , Gn2 , v108 + .byte W36 + .byte N24 , Cn3 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Fs2 + .byte W12 + .byte PEND + .byte Gn2 + .byte W36 + .byte N36 , Dn2 + .byte W36 + .byte N12 , Gs2 + .byte W24 + .byte PATT + .word bgm_battle30_1_004 + .byte PATT + .word bgm_battle30_1_004 + .byte PATT + .word bgm_battle30_1_005 + .byte N12 , Gn2 , v108 + .byte W36 + .byte Dn2 + .byte W12 + .byte N48 , Ds3 + .byte W48 + .byte PAN , c_v+10 + .byte N36 , En3 , v096 + .byte W36 + .byte Ds3 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte N36 , Dn3 + .byte W36 + .byte Cn3 + .byte W36 + .byte N24 , An2 + .byte W24 + .byte N36 , Bn2 + .byte W36 + .byte Cn3 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte TIE , Gs2 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Gs1 , v100 + .byte W96 + .byte W96 + .byte EOT + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle30_1_006: + .byte N36 , Cn2 , v108 + .byte W36 + .byte Cs2 + .byte W36 + .byte N24 , Fs2 + .byte W24 + .byte PEND + .byte N36 , Fn2 + .byte W36 + .byte Cs2 + .byte W36 + .byte N24 , Bn1 + .byte W24 + .byte PATT + .word bgm_battle30_1_006 + .byte N36 , Fn2 , v108 + .byte W36 + .byte Fs2 + .byte W36 + .byte N24 , Gs2 + .byte W24 + .byte PAN , c_v-30 + .byte N12 , Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Gs2 + .byte W24 + .byte N12 , Gn2 + .byte W12 + .byte N12 + .byte W03 + .byte VOICE , 56 + .byte W09 + .byte N24 , As2 + .byte W24 + .byte N12 , Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cn3 + .byte W24 + .byte N12 , Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte An2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Gs2 + .byte W24 + .byte N12 , Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , As2 + .byte W24 + .byte N12 , Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cn3 + .byte W24 + .byte Cs3 + .byte W24 + .byte Cn3 + .byte W24 + .byte VOICE , 60 + .byte N12 , Gn3 , v096 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W24 + .byte N96 + .byte W96 + .byte Fs3 + .byte W96 + .byte Fn3 + .byte W96 + .byte Cn3 + .byte W96 + .byte N96 + .byte W96 + .byte Fs2 + .byte W96 + .byte Fn2 + .byte W96 + .byte Fs2 + .byte W96 + .byte VOICE , 48 + .byte PAN , c_v-8 + .byte N12 , Fn2 , v108 + .byte W36 + .byte N36 , Cn2 + .byte W36 + .byte N12 , Ds2 + .byte W24 + .byte PATT + .word bgm_battle30_1_000 + .byte PATT + .word bgm_battle30_1_001 + .byte PATT + .word bgm_battle30_1_002 + .byte PATT + .word bgm_battle30_1_000 + .byte PATT + .word bgm_battle30_1_000 + .byte PATT + .word bgm_battle30_1_001 + .byte PATT + .word bgm_battle30_1_003 + .byte GOTO + .word bgm_battle30_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle30_2: + .byte KEYSH , bgm_battle30_key+0 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte PAN , c_v+0 + .byte W48 + .byte W96 + .byte W96 + .byte W90 + .byte VOICE , 56 + .byte N06 , Dn3 , v120 + .byte W06 +bgm_battle30_2_000: + .byte N96 , Ds3 , v120 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte PEND + .byte 0 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte PATT + .word bgm_battle30_2_000 + .byte MOD , 0 + .byte W12 + .byte N12 , Ds3 , v120 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Gs3 + .byte W12 + .byte En3 + .byte W12 + .byte PATT + .word bgm_battle30_2_000 + .byte MOD , 0 + .byte W12 + .byte N12 , Ds3 , v120 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte TIE , Ds3 + .byte W48 + .byte MOD , 6 + .byte W32 + .byte W01 + .byte VOL , 76*bgm_battle30_mvl/mxv + .byte W09 + .byte 73*bgm_battle30_mvl/mxv + .byte W06 + .byte W03 + .byte 68*bgm_battle30_mvl/mxv + .byte W09 + .byte 59*bgm_battle30_mvl/mxv + .byte W09 + .byte 50*bgm_battle30_mvl/mxv + .byte W09 + .byte 38*bgm_battle30_mvl/mxv + .byte W06 + .byte 25*bgm_battle30_mvl/mxv + .byte W06 + .byte 13*bgm_battle30_mvl/mxv + .byte W06 + .byte EOT + .byte MOD , 0 + .byte W42 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte N06 , En3 , v124 + .byte W06 +bgm_battle30_2_001: + .byte N96 , Fn3 , v124 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte PEND +bgm_battle30_2_002: + .byte MOD , 0 + .byte W06 + .byte N06 , En3 , v124 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_2_001 +bgm_battle30_2_003: + .byte MOD , 0 + .byte W12 + .byte N12 , Fn3 , v124 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte As3 + .byte W12 + .byte Fs3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_2_001 +bgm_battle30_2_004: + .byte MOD , 0 + .byte W12 + .byte N12 , Fn3 , v124 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte PEND + .byte TIE , Fn3 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte W48 + .byte EOT + .byte MOD , 0 + .byte N48 , Fs3 + .byte W48 +bgm_battle30_2_B1: +bgm_battle30_2_005: + .byte N96 , Gn3 , v124 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte PEND +bgm_battle30_2_006: + .byte MOD , 0 + .byte W12 + .byte N12 , Gn3 , v124 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_2_005 + .byte MOD , 0 + .byte W12 + .byte N12 , Gn3 , v124 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gs3 + .byte W12 + .byte PATT + .word bgm_battle30_2_005 + .byte PATT + .word bgm_battle30_2_006 + .byte N72 , Gn3 , v124 + .byte W36 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N72 , Dn4 , v120 + .byte W24 + .byte W12 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N48 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte VOICE , 48 + .byte PAN , c_v-10 + .byte MOD , 0 + .byte N36 , Bn3 , v108 + .byte W36 + .byte As3 + .byte W36 + .byte N24 , Fs3 + .byte W24 + .byte N36 , An3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , En3 + .byte W24 + .byte N36 , Fs3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Fs3 + .byte W24 + .byte TIE , Ds3 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Ds2 , v112 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 60 + .byte N36 , Cn2 , v116 + .byte W36 + .byte Cs2 + .byte W36 + .byte N24 , Fs2 + .byte W24 + .byte N36 , Fn2 + .byte W36 + .byte Cs2 + .byte W36 + .byte N24 , Bn1 + .byte W24 + .byte N36 , Cn2 + .byte W36 + .byte Cs2 + .byte W36 + .byte N24 , Fs2 + .byte W24 + .byte N36 , Fn2 + .byte W36 + .byte Fs2 + .byte W36 + .byte N24 , Ds2 + .byte W24 +bgm_battle30_2_007: + .byte N36 , Fn2 , v116 + .byte W36 + .byte Fs2 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte PEND + .byte N36 , As2 + .byte W36 + .byte Fs2 + .byte W36 + .byte N24 , En2 + .byte W24 + .byte PATT + .word bgm_battle30_2_007 + .byte N36 , As2 , v116 + .byte W36 + .byte Bn2 + .byte W36 + .byte N24 , Cs3 + .byte W24 + .byte VOICE , 56 + .byte N12 , Cn3 , v120 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte Fn3 + .byte W24 + .byte En3 + .byte W24 + .byte VOICE , 48 + .byte N12 , Cn4 , v108 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N12 , Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte Fn4 + .byte W24 + .byte En4 + .byte W24 + .byte TIE , Fn4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Fn5 , v100 + .byte W24 + .byte VOL , 78*bgm_battle30_mvl/mxv + .byte W15 + .byte 74*bgm_battle30_mvl/mxv + .byte W15 + .byte 70*bgm_battle30_mvl/mxv + .byte W12 + .byte 68*bgm_battle30_mvl/mxv + .byte W12 + .byte 65*bgm_battle30_mvl/mxv + .byte W12 + .byte 62*bgm_battle30_mvl/mxv + .byte W06 + .byte W09 + .byte 59*bgm_battle30_mvl/mxv + .byte W12 + .byte 55*bgm_battle30_mvl/mxv + .byte W18 + .byte 58*bgm_battle30_mvl/mxv + .byte W15 + .byte 61*bgm_battle30_mvl/mxv + .byte W12 + .byte 63*bgm_battle30_mvl/mxv + .byte W12 + .byte 66*bgm_battle30_mvl/mxv + .byte W12 + .byte 69*bgm_battle30_mvl/mxv + .byte W06 + .byte W06 + .byte 70*bgm_battle30_mvl/mxv + .byte W12 + .byte 74*bgm_battle30_mvl/mxv + .byte W12 + .byte 77*bgm_battle30_mvl/mxv + .byte W09 + .byte 80*bgm_battle30_mvl/mxv + .byte W56 + .byte W01 + .byte W18 + .byte 76*bgm_battle30_mvl/mxv + .byte W09 + .byte 72*bgm_battle30_mvl/mxv + .byte W09 + .byte 68*bgm_battle30_mvl/mxv + .byte W09 + .byte 62*bgm_battle30_mvl/mxv + .byte W09 + .byte 56*bgm_battle30_mvl/mxv + .byte W09 + .byte 46*bgm_battle30_mvl/mxv + .byte W06 + .byte 34*bgm_battle30_mvl/mxv + .byte W06 + .byte 22*bgm_battle30_mvl/mxv + .byte W03 + .byte 10*bgm_battle30_mvl/mxv + .byte W03 + .byte 5*bgm_battle30_mvl/mxv + .byte W06 + .byte EOT + .byte W03 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte N06 , En3 , v124 + .byte W06 + .byte PATT + .word bgm_battle30_2_001 + .byte PATT + .word bgm_battle30_2_002 + .byte PATT + .word bgm_battle30_2_001 + .byte PATT + .word bgm_battle30_2_003 + .byte PATT + .word bgm_battle30_2_001 + .byte PATT + .word bgm_battle30_2_004 + .byte N72 , Fn3 , v124 + .byte W36 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N48 , Cn4 , v120 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Fn3 + .byte W24 + .byte N48 , Fs3 + .byte W24 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte W03 + .byte GOTO + .word bgm_battle30_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle30_3: + .byte KEYSH , bgm_battle30_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte N24 , Ds0 , v116 + .byte W24 + .byte Fs0 + .byte W24 + .byte En0 + .byte W24 + .byte Ds0 + .byte W24 + .byte Cs0 + .byte W24 + .byte En0 + .byte W24 + .byte Ds0 + .byte W24 + .byte Cs0 + .byte W24 + .byte Ds0 + .byte W24 + .byte Fs0 + .byte W24 + .byte En0 + .byte W24 + .byte Ds0 + .byte W24 + .byte Cs0 + .byte W24 + .byte BnM1 + .byte W24 + .byte N12 , Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 +bgm_battle30_3_000: + .byte N12 , Ds0 , v116 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Fs0 + .byte W12 + .byte Gs0 + .byte W12 + .byte As0 + .byte W12 + .byte Bn0 + .byte W12 + .byte PEND +bgm_battle30_3_001: + .byte N12 , Ds0 , v116 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte Fs0 + .byte W12 + .byte As0 + .byte W12 + .byte Bn0 + .byte W12 + .byte PEND + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte Bn0 + .byte W12 + .byte As0 + .byte W12 + .byte Gs0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte Bn0 + .byte W12 + .byte PATT + .word bgm_battle30_3_000 + .byte PATT + .word bgm_battle30_3_001 + .byte N12 , Ds0 , v116 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte Ds0 + .byte W12 + .byte As0 + .byte W12 + .byte An0 + .byte W12 + .byte As0 + .byte W12 +bgm_battle30_3_002: + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND +bgm_battle30_3_003: + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gs0 + .byte W12 + .byte As0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND +bgm_battle30_3_004: + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Gs0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND +bgm_battle30_3_005: + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cn1 + .byte W12 + .byte As0 + .byte W12 + .byte PEND +bgm_battle30_3_006: + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_3_003 + .byte PATT + .word bgm_battle30_3_004 +bgm_battle30_3_007: + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Fs0 + .byte W12 + .byte Gn0 + .byte W12 + .byte An0 + .byte W12 + .byte PEND +bgm_battle30_3_B1: +bgm_battle30_3_008: + .byte N12 , Gn0 , v116 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte PEND +bgm_battle30_3_009: + .byte N12 , Gn0 , v116 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte As0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte PEND +bgm_battle30_3_010: + .byte N12 , Gn0 , v116 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte As0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte PEND + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Ds1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Ds1 + .byte W12 + .byte PATT + .word bgm_battle30_3_009 + .byte PATT + .word bgm_battle30_3_010 + .byte N12 , Gn0 , v116 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Gs0 + .byte W12 + .byte An0 + .byte W12 + .byte Bn0 + .byte W12 + .byte PATT + .word bgm_battle30_3_008 + .byte PATT + .word bgm_battle30_3_008 + .byte N12 , Gn0 , v116 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Dn1 + .byte W12 +bgm_battle30_3_011: + .byte N12 , Gs0 , v116 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs0 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs0 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs0 + .byte W12 + .byte Ds1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_3_011 + .byte PATT + .word bgm_battle30_3_011 + .byte PATT + .word bgm_battle30_3_011 + .byte PATT + .word bgm_battle30_3_002 +bgm_battle30_3_012: + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_012 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_012 + .byte PATT + .word bgm_battle30_3_002 + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Ds1 + .byte W12 +bgm_battle30_3_013: + .byte N12 , Gn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Ds1 + .byte W12 + .byte PEND + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PATT + .word bgm_battle30_3_013 + .byte N12 , Cn1 , v116 + .byte W12 + .byte N12 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte As0 + .byte W12 + .byte N12 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte As0 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Cs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte En1 + .byte W12 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_002 + .byte N12 , Fn0 , v116 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PATT + .word bgm_battle30_3_002 + .byte PATT + .word bgm_battle30_3_003 + .byte PATT + .word bgm_battle30_3_004 + .byte PATT + .word bgm_battle30_3_005 + .byte PATT + .word bgm_battle30_3_006 + .byte PATT + .word bgm_battle30_3_003 + .byte PATT + .word bgm_battle30_3_004 + .byte PATT + .word bgm_battle30_3_007 + .byte GOTO + .word bgm_battle30_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle30_4: + .byte KEYSH , bgm_battle30_key+0 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N06 , Ds4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N06 + .byte W24 +bgm_battle30_4_000: + .byte N06 , Ds4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , En4 + .byte W24 + .byte PEND + .byte N06 , Ds4 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_4_000 + .byte N06 , Ds4 , v052 + .byte W96 + .byte W96 + .byte Fn4 + .byte W36 + .byte N06 + .byte W36 + .byte N06 + .byte W24 +bgm_battle30_4_001: + .byte N06 , Fn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , Fs4 + .byte W24 + .byte PEND + .byte N06 , Fn4 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_4_001 + .byte N06 , Fn4 , v052 + .byte W96 + .byte W96 +bgm_battle30_4_B1: + .byte PAN , c_v-48 + .byte N06 , Gn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N06 + .byte W24 +bgm_battle30_4_002: + .byte N06 , Gn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , Gs4 + .byte W24 + .byte PEND + .byte N06 , Gn4 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_4_002 + .byte N06 , Gn4 , v052 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+0 + .byte W12 + .byte VOICE , 4 + .byte N12 , Cn3 , v060 + .byte W12 + .byte As2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte As2 + .byte W12 + .byte N96 , Cn3 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte PAN , c_v+48 + .byte N12 , Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs2 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds2 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En2 + .byte W24 + .byte N12 , Fn2 + .byte W12 + .byte En2 + .byte W12 + .byte Cs2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs2 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds2 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En2 + .byte W24 + .byte Fn2 + .byte W24 + .byte En2 + .byte W24 +bgm_battle30_4_003: + .byte N12 , Cn3 , v060 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte PEND + .byte N12 , Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte PATT + .word bgm_battle30_4_003 + .byte N12 , Cn3 , v060 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W12 + .byte VOICE , 5 + .byte N12 , Fn3 , v072 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte N12 , Bn2 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte N12 , As2 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte N12 , Fs2 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte N12 , Fn2 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte N12 , Bn1 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte N12 , As1 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte N12 , Cn2 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N06 , Fn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , Fs4 + .byte W24 + .byte N06 , Fn4 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle30_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle30_5: + .byte KEYSH , bgm_battle30_key+0 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte BEND , c_v+0 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte N06 , As3 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N06 + .byte W24 +bgm_battle30_5_000: + .byte N06 , As3 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , Bn3 + .byte W24 + .byte PEND + .byte N06 , As3 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_5_000 + .byte N06 , As3 , v052 + .byte W96 + .byte W96 + .byte Cn4 + .byte W36 + .byte N06 + .byte W36 + .byte N06 + .byte W24 +bgm_battle30_5_001: + .byte N06 , Cn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte PEND + .byte N06 , Cn4 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_5_001 + .byte N06 , Cn4 , v052 + .byte W96 + .byte W96 +bgm_battle30_5_B1: + .byte PAN , c_v+48 + .byte N06 , Dn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N06 + .byte W24 +bgm_battle30_5_002: + .byte N06 , Dn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , Ds4 + .byte W24 + .byte PEND + .byte N06 , Dn4 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_5_002 + .byte N06 , Dn4 , v052 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+0 + .byte BEND , c_v-3 + .byte W18 + .byte VOICE , 5 + .byte N12 , Cn3 , v032 + .byte W12 + .byte As2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte As2 + .byte W06 + .byte W06 + .byte Cn3 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W06 + .byte MOD , 0 + .byte W96 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte BEND , c_v-2 + .byte N12 , Bn1 , v072 + .byte W12 + .byte Ds2 + .byte W12 + .byte En2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte An2 + .byte W12 + .byte As2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte As2 + .byte W12 + .byte An2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte En2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cs2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gs2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte As2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte As2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte As2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte As2 + .byte W12 + .byte An2 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte BEND , c_v+0 + .byte N06 , Cn4 , v052 + .byte W36 + .byte N06 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte N06 , Cn4 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle30_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle30_6: + .byte KEYSH , bgm_battle30_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte N12 , Cn3 , v048 + .byte W24 + .byte N12 + .byte W24 +bgm_battle30_6_000: + .byte N12 , Cn3 , v048 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND +bgm_battle30_6_001: + .byte N12 , Cn3 , v048 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N06 , Fn2 + .byte W06 + .byte As2 + .byte W06 + .byte PEND + .byte PATT + .word bgm_battle30_6_000 +bgm_battle30_6_002: + .byte N12 , Cn3 , v048 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N06 , Cs3 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_battle30_6_000 + .byte PATT + .word bgm_battle30_6_001 + .byte PATT + .word bgm_battle30_6_000 +bgm_battle30_6_003: + .byte N12 , Cn3 , v048 + .byte W36 + .byte N12 + .byte W12 + .byte Cs3 + .byte W24 + .byte N12 + .byte W24 + .byte PEND +bgm_battle30_6_B1: +bgm_battle30_6_004: + .byte N12 , Dn3 , v048 + .byte W24 + .byte Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W24 + .byte Dn3 + .byte W24 + .byte PEND +bgm_battle30_6_005: + .byte N12 , Dn3 , v048 + .byte W24 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , Gn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte PEND + .byte PATT + .word bgm_battle30_6_004 + .byte N12 , Dn3 , v048 + .byte W24 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_battle30_6_004 + .byte PATT + .word bgm_battle30_6_005 + .byte N12 , Dn3 , v048 + .byte W24 + .byte Gn2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N48 , Gn3 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_6_000 + .byte PATT + .word bgm_battle30_6_001 + .byte PATT + .word bgm_battle30_6_000 + .byte PATT + .word bgm_battle30_6_002 + .byte PATT + .word bgm_battle30_6_000 + .byte PATT + .word bgm_battle30_6_001 + .byte PATT + .word bgm_battle30_6_000 + .byte PATT + .word bgm_battle30_6_003 + .byte GOTO + .word bgm_battle30_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle30_7: + .byte KEYSH , bgm_battle30_key+0 + .byte VOICE , 127 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte PAN , c_v-8 + .byte N96 , Gn2 , v116 + .byte W48 + .byte W48 + .byte N48 + .byte W48 + .byte VOICE , 126 + .byte N96 , Bn2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte PAN , c_v+0 + .byte W24 + .byte VOICE , 0 + .byte N12 , Dn1 , v112 + .byte W24 +bgm_battle30_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 +bgm_battle30_7_B1: + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 +bgm_battle30_7_001: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 +bgm_battle30_7_002: + .byte W24 + .byte N12 , Ds1 , v092 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle30_7_002 + .byte PATT + .word bgm_battle30_7_002 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_001 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte W12 + .byte N12 , Dn1 , v112 + .byte W72 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 +bgm_battle30_7_003: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_003 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte PATT + .word bgm_battle30_7_000 + .byte GOTO + .word bgm_battle30_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle30_8: + .byte KEYSH , bgm_battle30_key+0 + .byte VOICE , 47 + .byte VOL , 80*bgm_battle30_mvl/mxv + .byte PAN , c_v+8 + .byte N96 , Ds2 , v112 + .byte W48 + .byte W48 + .byte N48 + .byte W48 + .byte N96 + .byte W96 + .byte W24 + .byte N24 , Gn2 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 +bgm_battle30_8_000: + .byte N36 , Gn2 , v112 + .byte W36 + .byte N36 + .byte W36 + .byte N24 , Cn2 + .byte W24 + .byte PEND +bgm_battle30_8_001: + .byte N36 , Gn2 , v112 + .byte W36 + .byte N36 + .byte W36 + .byte N12 , Cn2 + .byte W12 + .byte N06 + .byte W06 + .byte Fn2 + .byte W06 + .byte PEND + .byte PATT + .word bgm_battle30_8_000 + .byte PATT + .word bgm_battle30_8_001 + .byte PATT + .word bgm_battle30_8_000 + .byte PATT + .word bgm_battle30_8_000 + .byte PATT + .word bgm_battle30_8_000 + .byte N36 , Gn2 , v112 + .byte W36 + .byte N36 + .byte W48 + .byte N06 , Cn2 + .byte W06 + .byte Fn2 + .byte W06 +bgm_battle30_8_002: + .byte N12 , Gn2 , v112 + .byte W36 + .byte N12 + .byte W60 + .byte PEND + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 +bgm_battle30_8_003: + .byte N12 , Gn2 , v112 + .byte W36 + .byte N12 + .byte W48 + .byte N06 , Cn2 + .byte W06 + .byte Fn2 + .byte W06 + .byte PEND + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 +bgm_battle30_8_B1: + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_003 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_003 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte N12 , Gn2 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 +bgm_battle30_8_004: + .byte N12 , Gn2 , v112 + .byte W12 + .byte Dn2 + .byte W24 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte N12 + .byte W24 + .byte Fn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle30_8_004 + .byte PATT + .word bgm_battle30_8_004 + .byte N12 , Gn2 , v112 + .byte W12 + .byte Dn2 + .byte W24 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W24 + .byte Dn2 + .byte W12 + .byte PATT + .word bgm_battle30_8_004 + .byte PATT + .word bgm_battle30_8_004 + .byte PATT + .word bgm_battle30_8_004 + .byte N12 , Gn2 , v112 + .byte W12 + .byte Dn2 + .byte W24 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W24 + .byte N12 + .byte W24 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_003 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte PATT + .word bgm_battle30_8_002 + .byte GOTO + .word bgm_battle30_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle30: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle30_pri @ Priority + .byte bgm_battle30_rev @ Reverb. + + .word bgm_battle30_grp + + .word bgm_battle30_1 + .word bgm_battle30_2 + .word bgm_battle30_3 + .word bgm_battle30_4 + .word bgm_battle30_5 + .word bgm_battle30_6 + .word bgm_battle30_7 + .word bgm_battle30_8 + + .end diff --git a/sound/songs/bgm_battle31.s b/sound/songs/bgm_battle31.s new file mode 100644 index 000000000..11d2a745e --- /dev/null +++ b/sound/songs/bgm_battle31.s @@ -0,0 +1,3263 @@ + .include "MPlayDef.s" + + .equ bgm_battle31_grp, voicegroup_844F0C8 + .equ bgm_battle31_pri, 1 + .equ bgm_battle31_rev, reverb_set+50 + .equ bgm_battle31_mvl, 127 + .equ bgm_battle31_key, 0 + .equ bgm_battle31_tbs, 1 + .equ bgm_battle31_exg, 0 + .equ bgm_battle31_cmp, 1 + + .section .rodata + .global bgm_battle31 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle31_1: + .byte KEYSH , bgm_battle31_key+0 + .byte TEMPO , 200*bgm_battle31_tbs/2 + .byte VOICE , 46 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , As4 , v092 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+13 + .byte N06 , Cs5 + .byte W06 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte PAN , c_v+24 + .byte N06 , As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+13 + .byte N06 , Cs5 + .byte W06 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v-12 + .byte N06 , Cs5 + .byte W06 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte PAN , c_v-23 + .byte N06 , As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte VOICE , 48 + .byte PAN , c_v-14 + .byte N12 , Cs4 , v100 + .byte W12 + .byte En4 + .byte W12 + .byte PAN , c_v+6 + .byte N12 , Fn4 , v096 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 +bgm_battle31_1_000: + .byte N12 , Fn4 , v096 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Fs4 + .byte W24 + .byte PEND +bgm_battle31_1_001: + .byte N12 , Fn4 , v096 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND +bgm_battle31_1_002: + .byte N12 , Fn4 , v096 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , An4 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle31_1_001 + .byte PATT + .word bgm_battle31_1_000 + .byte PATT + .word bgm_battle31_1_001 + .byte PATT + .word bgm_battle31_1_002 +bgm_battle31_1_B1: + .byte VOICE , 48 + .byte N36 , As3 , v096 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Ds3 + .byte W24 +bgm_battle31_1_003: + .byte N36 , Dn3 , v096 + .byte W36 + .byte Ds3 + .byte W36 + .byte N24 , Fn3 + .byte W24 + .byte PEND +bgm_battle31_1_004: + .byte N12 , Bn2 , v096 + .byte W12 + .byte Fs2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_1_004 + .byte N36 , As3 , v096 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Ds3 + .byte W24 + .byte PATT + .word bgm_battle31_1_003 + .byte PATT + .word bgm_battle31_1_004 + .byte PATT + .word bgm_battle31_1_004 + .byte VOICE , 21 + .byte N12 , Dn4 , v088 + .byte W36 + .byte N12 + .byte W36 + .byte N24 + .byte W24 +bgm_battle31_1_005: + .byte N12 , Ds4 , v088 + .byte W36 + .byte N12 + .byte W36 + .byte N24 + .byte W24 + .byte PEND + .byte N12 , Fn4 + .byte W36 + .byte N12 + .byte W36 + .byte N24 + .byte W24 + .byte PATT + .word bgm_battle31_1_005 + .byte N12 , Dn4 , v088 + .byte W36 + .byte N12 + .byte W36 + .byte N24 + .byte W24 + .byte PATT + .word bgm_battle31_1_005 + .byte N12 , Fn4 , v088 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Dn4 + .byte W36 + .byte N12 + .byte W12 + .byte N48 , Fn4 + .byte W48 + .byte VOICE , 38 + .byte N96 , As1 , v100 + .byte W96 +bgm_battle31_1_006: + .byte W12 + .byte N12 , As1 , v100 + .byte W12 + .byte Gs1 + .byte W12 + .byte As1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte As1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte N96 , As1 + .byte W96 + .byte PATT + .word bgm_battle31_1_006 + .byte N96 , As1 , v100 + .byte W96 + .byte W12 + .byte VOICE , 48 + .byte N12 , As2 + .byte W12 + .byte Gs2 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte As2 + .byte W12 + .byte Gs2 + .byte W12 + .byte N48 , Dn2 + .byte W48 + .byte Ds2 + .byte W48 + .byte Fn2 + .byte W48 + .byte Fs2 + .byte W48 + .byte N96 , Gs2 + .byte W96 +bgm_battle31_1_007: + .byte W12 + .byte N12 , Gs2 , v100 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Fs2 + .byte W12 + .byte PEND + .byte N96 , Gs2 + .byte W96 + .byte PATT + .word bgm_battle31_1_007 + .byte N96 , Gs2 , v100 + .byte W96 + .byte W96 + .byte N48 + .byte W48 + .byte An2 + .byte W48 +bgm_battle31_1_008: + .byte N48 , As2 , v100 + .byte W48 + .byte Bn2 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle31_1_008 + .byte N48 , Cn3 , v100 + .byte W48 + .byte Cs3 + .byte W48 + .byte VOICE , 46 + .byte PAN , c_v+6 + .byte N12 , As3 , v088 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Ds4 + .byte W12 +bgm_battle31_1_009: + .byte N12 , As3 , v088 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PEND +bgm_battle31_1_010: + .byte N12 , As3 , v088 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Ds4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_1_009 +bgm_battle31_1_011: + .byte N12 , Cs4 , v088 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte PEND +bgm_battle31_1_012: + .byte N12 , Cs4 , v088 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Gs3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_1_011 + .byte PATT + .word bgm_battle31_1_012 + .byte PATT + .word bgm_battle31_1_010 + .byte PATT + .word bgm_battle31_1_009 + .byte PATT + .word bgm_battle31_1_010 + .byte PATT + .word bgm_battle31_1_009 + .byte PATT + .word bgm_battle31_1_010 + .byte PATT + .word bgm_battle31_1_009 + .byte PATT + .word bgm_battle31_1_010 + .byte PATT + .word bgm_battle31_1_009 + .byte PATT + .word bgm_battle31_1_011 + .byte PATT + .word bgm_battle31_1_012 + .byte PATT + .word bgm_battle31_1_011 + .byte PATT + .word bgm_battle31_1_012 + .byte PATT + .word bgm_battle31_1_011 + .byte PATT + .word bgm_battle31_1_012 + .byte PATT + .word bgm_battle31_1_011 + .byte PATT + .word bgm_battle31_1_012 + .byte PATT + .word bgm_battle31_1_011 + .byte PATT + .word bgm_battle31_1_012 + .byte PATT + .word bgm_battle31_1_011 + .byte PATT + .word bgm_battle31_1_012 + .byte VOICE , 21 + .byte N12 , Fn3 , v092 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 +bgm_battle31_1_013: + .byte N12 , Fn3 , v092 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte PEND +bgm_battle31_1_014: + .byte N12 , Fn3 , v092 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , An3 + .byte W24 + .byte PATT + .word bgm_battle31_1_014 + .byte PATT + .word bgm_battle31_1_013 + .byte PATT + .word bgm_battle31_1_014 + .byte N12 , Fn3 , v092 + .byte W36 + .byte N12 + .byte W12 + .byte N48 , An3 + .byte W48 + .byte TIE , Fn4 + .byte W96 + .byte VOL , 76*bgm_battle31_mvl/mxv + .byte W12 + .byte 71*bgm_battle31_mvl/mxv + .byte W15 + .byte 66*bgm_battle31_mvl/mxv + .byte W12 + .byte 62*bgm_battle31_mvl/mxv + .byte W12 + .byte 56*bgm_battle31_mvl/mxv + .byte W09 + .byte 50*bgm_battle31_mvl/mxv + .byte W09 + .byte 42*bgm_battle31_mvl/mxv + .byte W12 + .byte 31*bgm_battle31_mvl/mxv + .byte W06 + .byte 18*bgm_battle31_mvl/mxv + .byte W03 + .byte EOT + .byte W06 + .byte VOICE , 48 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte TIE , As2 , v088 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_battle31_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle31_2: + .byte KEYSH , bgm_battle31_key+0 + .byte VOICE , 17 + .byte LFOS , 22 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte N06 , Fn5 , v060 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte VOICE , 48 + .byte PAN , c_v-1 + .byte N12 , As3 , v096 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , An3 + .byte W24 + .byte N12 , As3 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , Bn3 + .byte W24 +bgm_battle31_2_000: + .byte N12 , Fn5 , v080 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Fs5 + .byte W24 + .byte PATT + .word bgm_battle31_2_000 + .byte N12 , Fn5 , v080 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , Fs5 + .byte W24 +bgm_battle31_2_B1: + .byte VOICE , 17 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte PAN , c_v+0 + .byte N36 , Fn4 , v108 + .byte W36 + .byte N72 , As3 + .byte W60 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N96 , Fs4 + .byte W96 + .byte Ds4 + .byte W96 + .byte N36 , Fn4 + .byte W36 + .byte N72 , As3 + .byte W60 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte As4 + .byte W12 + .byte Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte N96 , Bn4 + .byte W96 + .byte Ds5 + .byte W96 + .byte TIE , Dn5 + .byte W96 + .byte W96 +bgm_battle31_2_001: + .byte VOL , 74*bgm_battle31_mvl/mxv + .byte W18 + .byte 69*bgm_battle31_mvl/mxv + .byte W15 + .byte 65*bgm_battle31_mvl/mxv + .byte W15 + .byte 60*bgm_battle31_mvl/mxv + .byte W15 + .byte 57*bgm_battle31_mvl/mxv + .byte W15 + .byte 53*bgm_battle31_mvl/mxv + .byte W15 + .byte 48*bgm_battle31_mvl/mxv + .byte W03 + .byte PEND + .byte W12 + .byte 43*bgm_battle31_mvl/mxv + .byte W18 + .byte 37*bgm_battle31_mvl/mxv + .byte W15 + .byte 27*bgm_battle31_mvl/mxv + .byte W15 + .byte 19*bgm_battle31_mvl/mxv + .byte W12 + .byte 10*bgm_battle31_mvl/mxv + .byte W12 + .byte EOT , Dn5 + .byte W12 + .byte VOICE , 21 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte PAN , c_v-1 + .byte N12 , As4 , v080 + .byte W36 + .byte N12 + .byte W36 + .byte N24 + .byte W24 + .byte N12 , Bn4 + .byte W36 + .byte N12 + .byte W36 + .byte N24 + .byte W24 + .byte N12 , Cs5 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Bn4 + .byte W24 + .byte N12 , As4 + .byte W36 + .byte N12 + .byte W12 + .byte N48 , Cs5 + .byte W48 + .byte VOICE , 48 + .byte N36 , Dn3 , v100 + .byte W36 + .byte As2 + .byte W36 + .byte N24 , Dn3 + .byte W24 + .byte N36 , Ds3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Gs3 + .byte W24 + .byte N60 , Fs3 + .byte W60 + .byte N12 , Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N96 , Fn3 + .byte W96 + .byte N36 , Dn3 + .byte W36 + .byte As2 + .byte W36 + .byte N24 , Dn3 + .byte W24 + .byte N36 , Ds3 + .byte W36 + .byte Fs3 + .byte W36 + .byte N24 , Ds3 + .byte W24 + .byte N48 , Fs2 + .byte W48 + .byte Gs2 + .byte W48 + .byte As2 + .byte W48 + .byte Bn2 + .byte W48 + .byte N96 , Cs3 + .byte W96 + .byte W12 + .byte N12 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte N96 , Cs3 + .byte W96 + .byte W12 + .byte N12 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N96 , Cs3 + .byte W96 + .byte W12 + .byte N12 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte N48 , Cs3 + .byte W48 + .byte Dn3 + .byte W48 +bgm_battle31_2_002: + .byte N48 , Ds3 , v100 + .byte W48 + .byte En3 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle31_2_002 + .byte N48 , Fn3 , v100 + .byte W48 + .byte Fs3 + .byte W48 + .byte VOICE , 14 + .byte PAN , c_v-1 + .byte TIE , Gs4 , v056 + .byte W96 + .byte W84 + .byte EOT + .byte N12 , An4 + .byte W12 + .byte TIE , As4 + .byte W96 + .byte W96 + .byte EOT + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 58 + .byte N36 , As3 , v072 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Fn3 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , As3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N36 , Bn3 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Cs4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N60 , Dn4 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N12 , Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte N92 , As3 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte VOL , 77*bgm_battle31_mvl/mxv + .byte W06 + .byte 74*bgm_battle31_mvl/mxv + .byte W06 + .byte 68*bgm_battle31_mvl/mxv + .byte W06 + .byte 62*bgm_battle31_mvl/mxv + .byte W06 + .byte 57*bgm_battle31_mvl/mxv + .byte W06 + .byte 45*bgm_battle31_mvl/mxv + .byte W06 + .byte 34*bgm_battle31_mvl/mxv + .byte W06 + .byte 22*bgm_battle31_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte N36 , Fn3 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , As3 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N36 , Bn3 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Cs4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N60 , As3 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N12 , Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte Bn3 + .byte W12 +bgm_battle31_2_003: + .byte N92 , Cs4 , v072 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte VOL , 77*bgm_battle31_mvl/mxv + .byte W06 + .byte 74*bgm_battle31_mvl/mxv + .byte W06 + .byte 68*bgm_battle31_mvl/mxv + .byte W06 + .byte 62*bgm_battle31_mvl/mxv + .byte W06 + .byte 57*bgm_battle31_mvl/mxv + .byte W06 + .byte 45*bgm_battle31_mvl/mxv + .byte W06 + .byte 34*bgm_battle31_mvl/mxv + .byte W06 + .byte 22*bgm_battle31_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte PEND + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte N36 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Gs3 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Cs4 + .byte W12 + .byte MOD , 7 + .byte W12 +bgm_battle31_2_004: + .byte MOD , 0 + .byte N36 , Dn4 , v072 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , En4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte PEND + .byte 0 + .byte N60 , Fn4 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte PATT + .word bgm_battle31_2_003 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte N36 , Gs3 , v072 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Cs4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte PATT + .word bgm_battle31_2_004 + .byte MOD , 0 + .byte N60 , Fn4 , v072 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N12 , Fs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N92 , Gs4 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte VOL , 77*bgm_battle31_mvl/mxv + .byte W06 + .byte 74*bgm_battle31_mvl/mxv + .byte W06 + .byte 68*bgm_battle31_mvl/mxv + .byte W06 + .byte 62*bgm_battle31_mvl/mxv + .byte W06 + .byte 57*bgm_battle31_mvl/mxv + .byte W06 + .byte 45*bgm_battle31_mvl/mxv + .byte W06 + .byte 34*bgm_battle31_mvl/mxv + .byte W06 + .byte 22*bgm_battle31_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte N96 , Cs3 , v100 + .byte W96 + .byte Fn3 + .byte W96 + .byte Gs3 + .byte W96 + .byte Bn3 + .byte W96 + .byte VOICE , 21 + .byte N12 , Fn4 , v088 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , Fs4 + .byte W24 +bgm_battle31_2_005: + .byte N12 , Fn4 , v088 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Fs4 + .byte W24 + .byte PATT + .word bgm_battle31_2_005 + .byte N12 , Fn4 , v088 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte PATT + .word bgm_battle31_2_005 + .byte N12 , Fn4 , v088 + .byte W36 + .byte N12 + .byte W12 + .byte N48 , An4 + .byte W48 + .byte TIE , As4 + .byte W96 + .byte PATT + .word bgm_battle31_2_001 + .byte W12 + .byte VOL , 43*bgm_battle31_mvl/mxv + .byte W18 + .byte 37*bgm_battle31_mvl/mxv + .byte W15 + .byte 27*bgm_battle31_mvl/mxv + .byte W15 + .byte 19*bgm_battle31_mvl/mxv + .byte W12 + .byte 10*bgm_battle31_mvl/mxv + .byte W24 + .byte EOT , As4 + .byte W96 + .byte GOTO + .word bgm_battle31_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle31_3: + .byte KEYSH , bgm_battle31_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte W12 + .byte N12 , As1 , v108 + .byte W24 + .byte An1 + .byte W24 + .byte Gs1 + .byte W24 + .byte Fn1 + .byte W12 + .byte N48 , As0 + .byte W48 + .byte Bn0 + .byte W48 +bgm_battle31_3_000: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn0 + .byte W12 + .byte As0 + .byte W12 + .byte Cs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte En1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND +bgm_battle31_3_001: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn0 + .byte W12 + .byte As0 + .byte W12 + .byte Cs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte En1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_000 +bgm_battle31_3_002: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn0 + .byte W12 + .byte As0 + .byte W12 + .byte Fn0 + .byte W12 + .byte Bn0 + .byte W12 + .byte En1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs0 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_001 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_002 +bgm_battle31_3_B1: +bgm_battle31_3_003: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_003 +bgm_battle31_3_004: + .byte N12 , Bn0 , v108 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_004 + .byte PATT + .word bgm_battle31_3_003 + .byte PATT + .word bgm_battle31_3_003 + .byte PATT + .word bgm_battle31_3_004 + .byte PATT + .word bgm_battle31_3_004 +bgm_battle31_3_005: + .byte N12 , As0 , v108 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle31_3_006: + .byte N12 , As0 , v108 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte As0 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte As0 + .byte W12 + .byte Fs1 + .byte W12 + .byte PEND +bgm_battle31_3_007: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_006 + .byte PATT + .word bgm_battle31_3_005 + .byte PATT + .word bgm_battle31_3_006 + .byte PATT + .word bgm_battle31_3_007 + .byte PATT + .word bgm_battle31_3_006 + .byte PATT + .word bgm_battle31_3_003 + .byte PATT + .word bgm_battle31_3_003 + .byte PATT + .word bgm_battle31_3_003 + .byte PATT + .word bgm_battle31_3_003 + .byte PATT + .word bgm_battle31_3_003 + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fs0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gs0 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs0 + .byte W12 + .byte Ds1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 +bgm_battle31_3_008: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_008 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_001 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_002 +bgm_battle31_3_009: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs0 + .byte W12 + .byte Cs1 + .byte W12 + .byte En1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte En1 + .byte W12 + .byte PEND +bgm_battle31_3_010: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs0 + .byte W12 + .byte Cs1 + .byte W12 + .byte En1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_009 +bgm_battle31_3_011: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs0 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_001 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_002 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_001 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_002 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_010 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_011 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_010 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_011 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_010 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_011 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_010 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_011 + .byte PATT + .word bgm_battle31_3_009 + .byte PATT + .word bgm_battle31_3_010 + .byte PATT + .word bgm_battle31_3_009 + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs0 + .byte W12 + .byte Cs1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Cs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_001 + .byte PATT + .word bgm_battle31_3_000 + .byte PATT + .word bgm_battle31_3_002 + .byte GOTO + .word bgm_battle31_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle31_4: + .byte KEYSH , bgm_battle31_key+0 + .byte VOICE , 80 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte LFOS , 22 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte PAN , c_v-48 + .byte W18 + .byte N06 , As5 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte N12 , As3 , v060 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , An3 + .byte W24 + .byte N12 , As3 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , Bn3 + .byte W24 +bgm_battle31_4_B1: + .byte MOD , 0 + .byte W96 + .byte W60 + .byte VOICE , 80 + .byte PAN , c_v+48 + .byte N12 , As3 , v060 + .byte W12 + .byte Gs3 + .byte W12 + .byte As3 + .byte W12 + .byte TIE , Bn3 + .byte W60 + .byte MOD , 3 + .byte W36 +bgm_battle31_4_000: + .byte VOL , 76*bgm_battle31_mvl/mxv + .byte W12 + .byte 71*bgm_battle31_mvl/mxv + .byte W12 + .byte 66*bgm_battle31_mvl/mxv + .byte W12 + .byte 62*bgm_battle31_mvl/mxv + .byte W12 + .byte 53*bgm_battle31_mvl/mxv + .byte W12 + .byte 45*bgm_battle31_mvl/mxv + .byte W12 + .byte 32*bgm_battle31_mvl/mxv + .byte W09 + .byte 22*bgm_battle31_mvl/mxv + .byte W06 + .byte 10*bgm_battle31_mvl/mxv + .byte W09 + .byte PEND + .byte EOT , Bn3 + .byte MOD , 0 + .byte W48 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte PAN , c_v+0 + .byte N36 , As2 , v052 + .byte W36 + .byte N60 , Fn2 + .byte W12 + .byte W48 + .byte PAN , c_v-48 + .byte W12 + .byte N12 , As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte As3 + .byte W12 + .byte TIE , Bn3 + .byte W60 + .byte MOD , 3 + .byte W36 + .byte PATT + .word bgm_battle31_4_000 + .byte EOT , Bn3 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte MOD , 0 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte N12 , As3 , v052 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte N24 , As3 + .byte W24 +bgm_battle31_4_001: + .byte N12 , Bn3 , v052 + .byte W12 + .byte Ds3 + .byte W12 + .byte As2 + .byte W12 + .byte Bn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte As2 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte PEND + .byte N12 , Cs4 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte PATT + .word bgm_battle31_4_001 + .byte N12 , As3 , v052 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte PATT + .word bgm_battle31_4_001 + .byte N12 , Cs4 , v052 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N12 , As3 + .byte W12 + .byte N12 + .byte W12 + .byte As2 + .byte W12 + .byte As3 + .byte W12 + .byte N48 , Cs4 + .byte W48 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N12 , As3 , v060 + .byte W36 + .byte Fn4 + .byte W36 + .byte As4 + .byte W24 +bgm_battle31_4_002: + .byte N12 , Bn4 , v060 + .byte W72 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte PEND + .byte As4 + .byte W96 + .byte W96 + .byte As3 + .byte W36 + .byte Fn4 + .byte W36 + .byte As4 + .byte W24 + .byte PATT + .word bgm_battle31_4_002 + .byte N12 , As4 , v060 + .byte W96 + .byte W96 +bgm_battle31_4_003: + .byte N12 , Cs4 , v060 + .byte W36 + .byte Gs4 + .byte W36 + .byte Cs5 + .byte W24 + .byte PEND +bgm_battle31_4_004: + .byte N12 , Dn5 , v060 + .byte W72 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte PEND + .byte Cs5 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle31_4_003 + .byte PATT + .word bgm_battle31_4_004 + .byte N12 , Cs5 , v060 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte PAN , c_v-2 + .byte N12 , Fn2 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 +bgm_battle31_4_005: + .byte N12 , Fn2 , v060 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Fs2 + .byte W24 + .byte PEND +bgm_battle31_4_006: + .byte N12 , Fn2 , v060 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND +bgm_battle31_4_007: + .byte N12 , Fn2 , v060 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , Fs2 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle31_4_006 + .byte PATT + .word bgm_battle31_4_005 + .byte PATT + .word bgm_battle31_4_006 + .byte PATT + .word bgm_battle31_4_007 + .byte VOICE , 5 + .byte PAN , c_v+48 + .byte N12 , As2 , v052 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 +bgm_battle31_4_008: + .byte N12 , As2 , v052 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte PEND +bgm_battle31_4_009: + .byte N12 , As2 , v052 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte PATT + .word bgm_battle31_4_009 + .byte PATT + .word bgm_battle31_4_008 + .byte PATT + .word bgm_battle31_4_009 + .byte N12 , As2 , v052 + .byte W36 + .byte N12 + .byte W12 + .byte Bn2 + .byte W12 + .byte VOICE , 6 + .byte N12 , Bn2 , v048 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte MOD , 0 + .byte N12 , As2 , v052 + .byte W12 + .byte VOICE , 6 + .byte N12 , As2 , v048 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 5 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte MOD , 0 + .byte N12 , Fn2 , v052 + .byte W12 + .byte VOICE , 6 + .byte N12 , Fn2 , v048 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 5 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte MOD , 0 + .byte N12 , Ds2 , v052 + .byte W12 + .byte VOICE , 6 + .byte N12 , Ds2 , v048 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 5 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte MOD , 0 + .byte N12 , Dn2 , v052 + .byte W12 + .byte VOICE , 6 + .byte N12 , Dn2 , v048 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 5 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte GOTO + .word bgm_battle31_4_B1 + .byte MOD , 0 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle31_5: + .byte KEYSH , bgm_battle31_key+0 + .byte VOICE , 82 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte LFOS , 22 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte PAN , c_v+48 + .byte N06 , As2 , v052 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W06 + .byte As2 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle31_5_B1: + .byte PAN , c_v+48 + .byte MOD , 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N12 , Fs4 , v040 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Bn4 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , As4 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 74*bgm_battle31_mvl/mxv + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W06 + .byte VOL , 69*bgm_battle31_mvl/mxv + .byte W06 + .byte N12 + .byte W09 + .byte VOL , 65*bgm_battle31_mvl/mxv + .byte W03 + .byte N12 + .byte W12 + .byte VOL , 60*bgm_battle31_mvl/mxv + .byte N12 + .byte W12 + .byte N12 + .byte W03 + .byte VOL , 57*bgm_battle31_mvl/mxv + .byte W09 + .byte N12 + .byte W06 + .byte VOL , 53*bgm_battle31_mvl/mxv + .byte W06 + .byte N12 + .byte W09 + .byte VOL , 48*bgm_battle31_mvl/mxv + .byte W03 + .byte N12 + .byte W12 + .byte VOL , 43*bgm_battle31_mvl/mxv + .byte N12 + .byte W12 + .byte N12 + .byte W06 + .byte VOL , 37*bgm_battle31_mvl/mxv + .byte W06 + .byte N12 + .byte W09 + .byte VOL , 27*bgm_battle31_mvl/mxv + .byte W03 + .byte N12 + .byte W12 + .byte VOL , 19*bgm_battle31_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 10*bgm_battle31_mvl/mxv + .byte N12 + .byte W12 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte W36 + .byte N12 , As3 + .byte W36 + .byte Fn4 + .byte W24 +bgm_battle31_5_000: + .byte W12 + .byte N12 , As4 , v040 + .byte W24 + .byte Bn4 + .byte W60 + .byte PEND +bgm_battle31_5_001: + .byte W12 + .byte N12 , As4 , v040 + .byte W12 + .byte Gs4 + .byte W12 + .byte As4 + .byte W60 + .byte PEND + .byte W96 + .byte W36 + .byte As3 + .byte W36 + .byte Fn4 + .byte W24 + .byte PATT + .word bgm_battle31_5_000 + .byte PATT + .word bgm_battle31_5_001 + .byte W96 +bgm_battle31_5_002: + .byte W36 + .byte N12 , Cs4 , v040 + .byte W36 + .byte Gs4 + .byte W24 + .byte PEND +bgm_battle31_5_003: + .byte W12 + .byte N12 , Cs5 , v040 + .byte W24 + .byte Dn5 + .byte W60 + .byte PEND +bgm_battle31_5_004: + .byte W12 + .byte N12 , Cs5 , v040 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W60 + .byte PEND + .byte W96 + .byte PATT + .word bgm_battle31_5_002 + .byte PATT + .word bgm_battle31_5_003 + .byte PATT + .word bgm_battle31_5_004 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N12 , Gs2 , v072 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 4 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Bn2 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 5 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 5 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Fn3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 5 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 4 + .byte PAN , c_v-48 + .byte MOD , 0 + .byte N12 , Cs4 , v052 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 +bgm_battle31_5_005: + .byte N12 , Cs4 , v052 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte PEND +bgm_battle31_5_006: + .byte N12 , Cs4 , v052 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PEND + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N24 , Dn4 + .byte W24 + .byte PATT + .word bgm_battle31_5_006 + .byte PATT + .word bgm_battle31_5_005 + .byte PATT + .word bgm_battle31_5_006 + .byte N12 , Cs4 , v052 + .byte W36 + .byte N12 + .byte W12 + .byte N48 , Fn4 + .byte W48 + .byte MOD , 0 + .byte N96 , As3 + .byte W48 + .byte MOD , 5 + .byte W48 + .byte 0 + .byte N96 , Fn3 + .byte W48 + .byte MOD , 5 + .byte W48 + .byte 0 + .byte N96 , Ds3 + .byte W48 + .byte MOD , 5 + .byte W48 + .byte 0 + .byte N96 , Dn3 + .byte W48 + .byte MOD , 5 + .byte W48 + .byte GOTO + .word bgm_battle31_5_B1 + .byte MOD , 0 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle31_6: + .byte KEYSH , bgm_battle31_key+0 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte W96 + .byte W72 + .byte VOICE , 84 + .byte N24 , An3 , v064 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle31_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 84 + .byte N96 , Fn2 , v080 + .byte W96 + .byte W12 + .byte N12 + .byte W12 + .byte Ds2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Ds2 + .byte W12 + .byte N96 , Fn2 + .byte W96 + .byte W96 + .byte VOICE , 81 + .byte N12 , Dn3 , v064 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Ds4 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 84 + .byte N48 , Cs2 , v080 + .byte W48 + .byte Dn2 + .byte W48 +bgm_battle31_6_000: + .byte N48 , Ds2 , v080 + .byte W48 + .byte En2 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle31_6_000 + .byte N48 , Fn2 , v080 + .byte W48 + .byte Fs2 + .byte W48 + .byte W12 + .byte VOICE , 81 + .byte N12 , Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte En2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cs2 + .byte W12 +bgm_battle31_6_001: + .byte N12 , As1 , v080 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte En2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Fn2 + .byte W12 + .byte PEND +bgm_battle31_6_002: + .byte N12 , As1 , v080 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte En2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cs2 + .byte W12 + .byte PEND +bgm_battle31_6_003: + .byte N12 , As1 , v080 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte En2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND +bgm_battle31_6_004: + .byte N12 , Cs2 , v080 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte En2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte En2 + .byte W12 + .byte PEND +bgm_battle31_6_005: + .byte N12 , Cs2 , v080 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte En2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gs2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_6_004 +bgm_battle31_6_006: + .byte N12 , Cs2 , v080 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Bn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle31_6_002 + .byte PATT + .word bgm_battle31_6_001 + .byte PATT + .word bgm_battle31_6_002 + .byte PATT + .word bgm_battle31_6_003 + .byte PATT + .word bgm_battle31_6_002 + .byte PATT + .word bgm_battle31_6_001 + .byte PATT + .word bgm_battle31_6_002 + .byte PATT + .word bgm_battle31_6_003 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_005 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_006 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_005 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_006 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_005 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_006 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_005 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_006 + .byte PATT + .word bgm_battle31_6_004 + .byte PATT + .word bgm_battle31_6_005 + .byte PATT + .word bgm_battle31_6_004 + .byte N12 , Cs2 , v080 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Bn1 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle31_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle31_7: + .byte KEYSH , bgm_battle31_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte W96 + .byte W72 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W12 +bgm_battle31_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 +bgm_battle31_7_001: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND +bgm_battle31_7_B1: + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_001 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 +bgm_battle31_7_002: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND + .byte N96 , An2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle31_7_002 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_001 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_001 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_001 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_001 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_001 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_000 + .byte PATT + .word bgm_battle31_7_001 + .byte GOTO + .word bgm_battle31_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle31_8: + .byte KEYSH , bgm_battle31_key+0 + .byte VOICE , 47 + .byte VOL , 80*bgm_battle31_mvl/mxv + .byte PAN , c_v-6 + .byte N48 , Cn2 , v112 + .byte W96 + .byte N12 , Cn2 , v124 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W48 +bgm_battle31_8_000: + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W48 + .byte PEND +bgm_battle31_8_001: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle31_8_000 +bgm_battle31_8_002: + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 +bgm_battle31_8_B1: + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_002 + .byte N12 , Cn2 , v108 + .byte W48 + .byte Cn2 , v112 + .byte W48 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_001 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_002 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 +bgm_battle31_8_003: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W60 + .byte PEND + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_003 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte PATT + .word bgm_battle31_8_000 + .byte PATT + .word bgm_battle31_8_001 + .byte GOTO + .word bgm_battle31_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle31: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle31_pri @ Priority + .byte bgm_battle31_rev @ Reverb. + + .word bgm_battle31_grp + + .word bgm_battle31_1 + .word bgm_battle31_2 + .word bgm_battle31_3 + .word bgm_battle31_4 + .word bgm_battle31_5 + .word bgm_battle31_6 + .word bgm_battle31_7 + .word bgm_battle31_8 + + .end diff --git a/sound/songs/bgm_battle32.s b/sound/songs/bgm_battle32.s new file mode 100644 index 000000000..c5bd1d608 --- /dev/null +++ b/sound/songs/bgm_battle32.s @@ -0,0 +1,2623 @@ + .include "MPlayDef.s" + + .equ bgm_battle32_grp, voicegroup_844F950 + .equ bgm_battle32_pri, 1 + .equ bgm_battle32_rev, reverb_set+50 + .equ bgm_battle32_mvl, 127 + .equ bgm_battle32_key, 0 + .equ bgm_battle32_tbs, 1 + .equ bgm_battle32_exg, 0 + .equ bgm_battle32_cmp, 1 + + .section .rodata + .global bgm_battle32 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle32_1: + .byte KEYSH , bgm_battle32_key+0 + .byte TEMPO , 196*bgm_battle32_tbs/2 + .byte VOICE , 48 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte LFOS , 18 + .byte PAN , c_v-10 + .byte N06 , Cn5 , v092 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOICE , 56 + .byte PAN , c_v+10 + .byte N12 , Gn3 , v104 + .byte W36 + .byte Gs3 + .byte W36 + .byte Gn2 + .byte W24 + .byte En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , As2 + .byte W24 + .byte N12 , Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte Gn2 + .byte W24 + .byte En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Gs3 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v-16 + .byte N48 , Cn4 , v100 + .byte W48 + .byte Cn3 + .byte W48 + .byte Gn3 + .byte W48 + .byte Cs3 + .byte W48 + .byte Cn4 + .byte W48 + .byte Cn3 + .byte W48 + .byte Cs4 + .byte W48 + .byte N24 , Ds3 + .byte W24 + .byte Cs4 + .byte W24 +bgm_battle32_1_B1: + .byte PAN , c_v+10 + .byte N48 , Gn3 , v100 + .byte W48 + .byte N42 , Fn3 + .byte W42 + .byte N06 , Gs3 + .byte W06 + .byte N36 , Gn3 + .byte W36 + .byte N12 , Cn3 + .byte W24 + .byte N12 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N36 , Gn3 + .byte W36 + .byte Cn4 + .byte W36 + .byte N12 , As3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W24 + .byte N60 , Gn3 + .byte W60 + .byte PAN , c_v+16 + .byte N48 , Dn4 + .byte W48 + .byte Cn4 + .byte W48 + .byte N24 , As3 + .byte W24 + .byte Cn4 + .byte W24 + .byte As3 + .byte W24 + .byte An3 + .byte W24 + .byte N72 , Gn3 + .byte W72 + .byte N24 , En3 + .byte W24 + .byte N92 , Cn4 + .byte W96 + .byte N48 , Dn4 + .byte W12 + .byte PAN , c_v+20 + .byte W36 + .byte N48 , Cn4 + .byte W48 + .byte As3 + .byte W48 + .byte Dn4 + .byte W48 + .byte N72 , En4 + .byte W72 + .byte N24 , Dn4 + .byte W24 + .byte N92 , Cn4 + .byte W96 + .byte VOICE , 1 + .byte PAN , c_v+10 + .byte N36 , Cn3 , v108 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , En3 + .byte W24 + .byte N36 , Fn3 + .byte W36 + .byte N12 , Cn3 + .byte W24 + .byte N12 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N36 , Gn3 + .byte W36 + .byte Cn3 + .byte W36 + .byte N12 , As3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W24 + .byte N60 , Gn3 + .byte W56 + .byte W01 + .byte VOICE , 56 + .byte W03 + .byte N48 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , As3 + .byte W24 + .byte Cn4 + .byte W24 + .byte As3 + .byte W24 + .byte An3 + .byte W24 + .byte N72 , Gn3 + .byte W36 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N24 , En3 + .byte W24 + .byte N56 , Cn4 , v104 + .byte W30 + .byte MOD , 6 + .byte W03 + .byte VOL , 76*bgm_battle32_mvl/mxv + .byte W06 + .byte 71*bgm_battle32_mvl/mxv + .byte W06 + .byte 64*bgm_battle32_mvl/mxv + .byte W03 + .byte 49*bgm_battle32_mvl/mxv + .byte W03 + .byte 33*bgm_battle32_mvl/mxv + .byte W03 + .byte 17*bgm_battle32_mvl/mxv + .byte W03 + .byte VOICE , 48 + .byte MOD , 0 + .byte W03 + .byte PAN , c_v+20 + .byte N12 , Gn3 , v092 + .byte W03 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte W09 + .byte N12 , Cn4 + .byte W24 + .byte N48 , Dn4 + .byte W48 + .byte Cn4 + .byte W48 + .byte As3 + .byte W48 + .byte Dn4 + .byte W48 + .byte N72 , En4 + .byte W72 + .byte N24 , Cn4 + .byte W24 + .byte N92 , Gn4 + .byte W96 + .byte VOICE , 1 + .byte N36 , Gn3 , v108 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N36 , An3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , An3 + .byte W24 + .byte TIE , Gn3 + .byte W96 + .byte W72 + .byte EOT + .byte W24 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte PAN , c_v+10 + .byte TIE , Cn3 , v100 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte As2 + .byte W12 + .byte N96 , Cs3 + .byte W96 + .byte Ds3 + .byte W96 + .byte TIE , Cn3 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte As2 + .byte W12 + .byte N96 , Cs3 + .byte W96 + .byte Ds3 + .byte W96 + .byte TIE , As2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 48 + .byte PAN , c_v+20 + .byte N96 , Gn2 + .byte W96 + .byte N48 , Fn2 + .byte W48 + .byte Gn2 + .byte W48 + .byte N96 , Cn2 + .byte W96 + .byte Gn2 + .byte W96 + .byte Gs2 + .byte W96 + .byte N48 , Fn2 + .byte W48 + .byte Gs2 + .byte W48 + .byte N96 , Gn2 + .byte W96 + .byte Cn3 + .byte W96 + .byte GOTO + .word bgm_battle32_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle32_2: + .byte KEYSH , bgm_battle32_key+0 + .byte VOICE , 1 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte LFOS , 18 + .byte PAN , c_v+10 + .byte N06 , Gn5 , v080 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte N12 , Cn4 , v104 + .byte W36 + .byte Cs4 + .byte W36 + .byte Cn3 + .byte W24 + .byte Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Cn4 + .byte W36 + .byte Cs4 + .byte W36 + .byte Cn3 + .byte W24 + .byte Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte VOICE , 45 + .byte PAN , c_v+0 + .byte N12 , Cn5 , v108 + .byte W36 + .byte Cs5 + .byte W36 + .byte Cn4 + .byte W24 + .byte Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn5 + .byte W36 + .byte Cs5 + .byte W36 + .byte N24 , Gn4 + .byte W24 + .byte N12 , Cn5 + .byte W36 + .byte Cs5 + .byte W36 + .byte N24 , Ds5 + .byte W24 +bgm_battle32_2_B1: + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte N48 , Cn4 , v100 + .byte W48 + .byte As3 + .byte W48 + .byte N36 , Dn4 + .byte W36 + .byte N12 , Gn3 + .byte W24 + .byte N12 + .byte W12 + .byte As3 + .byte W12 + .byte Dn4 + .byte W12 + .byte N72 , En4 + .byte W72 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W24 + .byte N60 , Cn4 + .byte W60 + .byte PAN , c_v+0 + .byte N48 , As4 + .byte W48 + .byte An4 + .byte W48 + .byte N24 , Gn4 + .byte W24 + .byte An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N72 , En4 + .byte W72 + .byte N24 , Cn4 + .byte W24 + .byte N92 , Gn4 + .byte W96 + .byte N48 , As4 + .byte W12 + .byte PAN , c_v+2 + .byte W36 + .byte N48 , An4 + .byte W48 + .byte N24 , As4 + .byte W24 + .byte An4 + .byte W24 + .byte Dn5 + .byte W24 + .byte Fn5 + .byte W24 + .byte N72 , En5 + .byte W72 + .byte N24 , Dn5 + .byte W24 + .byte N92 , Cn5 + .byte W96 + .byte VOICE , 56 + .byte PAN , c_v+1 + .byte N48 , Cn4 , v104 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N36 , Dn4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Gn3 + .byte W24 + .byte N12 + .byte W12 + .byte As3 + .byte W12 + .byte Dn4 + .byte W12 + .byte N72 , En4 + .byte W36 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W24 + .byte N60 , Cn4 + .byte W24 + .byte W03 + .byte MOD , 6 + .byte W32 + .byte W01 + .byte 0 + .byte N48 , As4 , v108 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , An4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Gn4 + .byte W24 + .byte An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N72 , En4 + .byte W36 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N24 , Cn4 + .byte W24 + .byte N56 , Gn4 + .byte W30 + .byte MOD , 6 + .byte W03 + .byte VOL , 76*bgm_battle32_mvl/mxv + .byte W06 + .byte 71*bgm_battle32_mvl/mxv + .byte W06 + .byte 64*bgm_battle32_mvl/mxv + .byte W03 + .byte 49*bgm_battle32_mvl/mxv + .byte W03 + .byte 33*bgm_battle32_mvl/mxv + .byte W03 + .byte 17*bgm_battle32_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOICE , 48 + .byte PAN , c_v+2 + .byte N12 , Gn4 , v092 + .byte W03 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte W09 + .byte N12 , Cn5 + .byte W24 + .byte N48 , As4 + .byte W48 + .byte An4 + .byte W48 + .byte N24 , As4 + .byte W24 + .byte An4 + .byte W24 + .byte Dn5 + .byte W24 + .byte Fn5 + .byte W24 + .byte N72 , En5 + .byte W72 + .byte N24 , Cn5 + .byte W24 + .byte N92 , Gn5 + .byte W96 + .byte VOICE , 1 + .byte N36 , Cn3 , v108 + .byte W36 + .byte As2 + .byte W36 + .byte N24 , Cn3 + .byte W24 + .byte N36 , Dn3 + .byte W36 + .byte As2 + .byte W36 + .byte N24 , Dn3 + .byte W24 + .byte TIE , Cn3 + .byte W96 + .byte W72 + .byte EOT + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N72 , Cn4 , v100 + .byte W72 + .byte N12 + .byte W12 + .byte As3 + .byte W12 + .byte N96 , Cs4 + .byte W96 + .byte Ds4 + .byte W96 + .byte TIE , Fn4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 48 + .byte PAN , c_v+2 + .byte N96 , Cn3 + .byte W96 + .byte N42 , As2 + .byte W42 + .byte N06 , Cn3 + .byte W06 + .byte N48 , Dn3 + .byte W48 + .byte N96 , Gn2 + .byte W96 + .byte Cn3 + .byte W96 + .byte Cs3 + .byte W96 + .byte N48 , As2 + .byte W48 + .byte N36 , Cs3 + .byte W36 + .byte N12 , En3 + .byte W12 + .byte N96 , Cn3 + .byte W96 + .byte En3 + .byte W96 + .byte GOTO + .word bgm_battle32_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle32_3: + .byte KEYSH , bgm_battle32_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , Cn2 , v108 + .byte W24 + .byte Cn1 + .byte W24 + .byte As1 + .byte W24 + .byte Cs1 + .byte W24 + .byte Gs1 + .byte W24 + .byte N12 , As1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cs1 + .byte W12 +bgm_battle32_3_000: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte N12 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle32_3_001: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte N12 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_3_000 + .byte PATT + .word bgm_battle32_3_001 + .byte PATT + .word bgm_battle32_3_000 + .byte PATT + .word bgm_battle32_3_001 + .byte PATT + .word bgm_battle32_3_000 + .byte PATT + .word bgm_battle32_3_001 +bgm_battle32_3_B1: +bgm_battle32_3_002: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte PATT + .word bgm_battle32_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N12 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 +bgm_battle32_3_003: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle32_3_004: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Bn0 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_3_002 +bgm_battle32_3_005: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_002 +bgm_battle32_3_006: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W24 + .byte N12 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_004 + .byte PATT + .word bgm_battle32_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_005 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 +bgm_battle32_3_007: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND +bgm_battle32_3_008: + .byte N12 , Ds1 , v108 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_007 + .byte PATT + .word bgm_battle32_3_008 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_007 + .byte PATT + .word bgm_battle32_3_008 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_003 + .byte PATT + .word bgm_battle32_3_002 + .byte PATT + .word bgm_battle32_3_006 + .byte GOTO + .word bgm_battle32_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle32_4: + .byte KEYSH , bgm_battle32_key+0 + .byte VOICE , 80 + .byte LFOS , 18 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte PAN , c_v-48 + .byte W12 + .byte N06 , Cn6 , v052 + .byte W12 + .byte Bn5 + .byte W12 + .byte Cn6 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte W12 + .byte N06 + .byte W12 + .byte Bn5 + .byte W12 + .byte Cn6 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte N12 , Cn3 , v060 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cn2 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Gn2 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cs2 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cn3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Gn3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cn4 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 6 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 4 + .byte PAN , c_v-48 + .byte MOD , 0 + .byte N12 , Gn4 , v040 + .byte W36 + .byte Gs4 + .byte W36 + .byte Gn3 + .byte W24 + .byte En4 + .byte W36 + .byte Fn4 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 + .byte W24 +bgm_battle32_4_B1: + .byte VOICE , 84 + .byte PAN , c_v+0 + .byte N12 , En4 , v040 + .byte W36 + .byte Fn4 + .byte W36 + .byte Gn4 + .byte W24 + .byte W60 + .byte Gn4 , v052 + .byte W12 + .byte As4 + .byte W12 + .byte Dn5 + .byte W12 + .byte N36 , En5 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Cn5 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte Fn5 + .byte W12 + .byte En5 + .byte W24 + .byte N60 , Cn5 + .byte W24 + .byte MOD , 7 + .byte W36 +bgm_battle32_4_000: + .byte VOICE , 80 + .byte MOD , 0 + .byte N48 , As3 , v060 + .byte W48 + .byte An3 + .byte W48 + .byte PEND +bgm_battle32_4_001: + .byte N24 , Gn3 , v060 + .byte W24 + .byte An3 + .byte W24 + .byte Gn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte PEND +bgm_battle32_4_002: + .byte N72 , En3 , v060 + .byte W72 + .byte N24 , Cn3 + .byte W24 + .byte PEND +bgm_battle32_4_003: + .byte N60 , Gn3 , v060 + .byte W60 + .byte VOICE , 6 + .byte N12 , En3 , v072 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte PEND + .byte As2 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte PAN , c_v-47 + .byte N12 , Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , As2 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 + .byte PAN , c_v-49 + .byte N12 , Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 + .byte PAN , c_v+51 + .byte N12 , Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte VOICE , 84 + .byte PAN , c_v+0 + .byte N12 , Cn5 , v040 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N24 , Fn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Fn4 + .byte W12 + .byte As4 + .byte W12 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Dn5 + .byte W12 + .byte N36 , En5 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N36 , Cn5 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte Fn5 + .byte W12 + .byte En5 + .byte W24 + .byte N60 , Cn5 + .byte W24 + .byte W03 + .byte MOD , 6 + .byte W32 + .byte W01 + .byte PATT + .word bgm_battle32_4_000 + .byte PATT + .word bgm_battle32_4_001 + .byte PATT + .word bgm_battle32_4_002 + .byte PATT + .word bgm_battle32_4_003 + .byte N12 , Fn2 , v072 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PAN , c_v-47 + .byte N12 , An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PAN , c_v-49 + .byte N12 , Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte Cn3 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PAN , c_v+51 + .byte N12 , Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte Cn3 + .byte W12 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 84 + .byte N72 , Cn2 + .byte W72 + .byte N12 + .byte W12 + .byte As1 + .byte W12 + .byte N96 , Cs2 + .byte W96 + .byte Ds2 + .byte W96 + .byte TIE , Cn2 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte As1 + .byte W12 + .byte N96 , Cs2 + .byte W96 + .byte Ds2 + .byte W96 + .byte TIE , Cn2 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte As1 + .byte W12 + .byte N96 , Cs2 + .byte W96 + .byte Ds2 + .byte W96 + .byte TIE , Fn2 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 86 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 +bgm_battle32_4_004: + .byte N12 , Fn2 , v072 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_4_004 + .byte PATT + .word bgm_battle32_4_004 + .byte VOICE , 6 + .byte N12 , Gn3 , v060 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Gn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , Gn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 7 + .byte PAN , c_v+0 + .byte N12 , Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 +bgm_battle32_4_005: + .byte PAN , c_v+0 + .byte N12 , Gn3 , v060 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PEND + .byte VOICE , 6 + .byte PAN , c_v+0 + .byte N12 , Gs3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs4 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Gs4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs4 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Gs3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs4 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , Gs4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOICE , 7 + .byte PAN , c_v+0 + .byte N12 , Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PAN , c_v-47 + .byte N12 , En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PATT + .word bgm_battle32_4_005 + .byte GOTO + .word bgm_battle32_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle32_5: + .byte KEYSH , bgm_battle32_key+0 + .byte VOICE , 82 + .byte LFOS , 18 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte PAN , c_v+46 + .byte BEND , c_v-2 + .byte N06 , Gn3 , v052 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Gn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Gn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Gn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W12 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W12 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W12 + .byte As3 + .byte W06 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W06 + .byte VOICE , 80 + .byte PAN , c_v-47 + .byte N48 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Gn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cs3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte W06 + .byte N42 , Cn4 + .byte W18 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Gn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cn5 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cs4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte VOICE , 5 + .byte PAN , c_v+48 + .byte MOD , 0 + .byte N12 , Gn3 , v040 + .byte W36 + .byte Gs3 + .byte W36 + .byte Gn2 + .byte W24 + .byte En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte Gn2 + .byte W24 + .byte Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N12 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , Ds3 + .byte W24 +bgm_battle32_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W36 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N12 , En3 , v060 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W36 + .byte VOICE , 82 + .byte N12 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 80 + .byte BEND , c_v-2 + .byte N09 , As3 , v072 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte Fn3 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte Ds3 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte Dn3 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte VOICE , 5 + .byte N09 , Cn2 , v060 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 +bgm_battle32_5_000: + .byte VOICE , 4 + .byte N09 , Cn4 , v060 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte PEND +bgm_battle32_5_001: + .byte N09 , Cn4 , v060 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte PEND + .byte VOICE , 5 + .byte N09 , Cs2 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N32 + .byte W36 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte PATT + .word bgm_battle32_5_000 + .byte PATT + .word bgm_battle32_5_001 + .byte GOTO + .word bgm_battle32_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle32_6: + .byte KEYSH , bgm_battle32_key+0 + .byte VOICE , 90 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte W24 + .byte N06 , Gn2 , v080 + .byte W06 + .byte Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte As2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte As2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 81 + .byte N48 , Cn3 , v064 + .byte W48 + .byte Cn2 + .byte W48 + .byte Gn2 + .byte W48 + .byte Cs2 + .byte W48 + .byte Cn3 + .byte W48 + .byte Cn2 + .byte W48 + .byte Cs3 + .byte W48 + .byte Ds2 + .byte W48 +bgm_battle32_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle32_6_000: + .byte N48 , Fn4 , v064 + .byte W48 + .byte En4 + .byte W48 + .byte PEND +bgm_battle32_6_001: + .byte N24 , Fn4 , v064 + .byte W24 + .byte En4 + .byte W24 + .byte An4 + .byte W24 + .byte Dn5 + .byte W24 + .byte PEND + .byte N72 , Cn5 + .byte W72 + .byte N24 , An4 + .byte W24 + .byte N96 , Gn4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte N12 , Cn4 + .byte W12 + .byte Gn4 + .byte W24 + .byte PATT + .word bgm_battle32_6_000 + .byte PATT + .word bgm_battle32_6_001 + .byte N72 , Cn5 , v064 + .byte W72 + .byte N24 , En4 + .byte W24 + .byte N92 , Cn5 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N72 , Cn1 + .byte W72 + .byte N12 + .byte W12 + .byte As0 + .byte W12 + .byte N96 , Cs1 + .byte W96 + .byte Ds1 + .byte W96 + .byte TIE , Cn1 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte As0 + .byte W12 + .byte N96 , Cs1 + .byte W96 + .byte Ds1 + .byte W96 + .byte Cn1 + .byte W96 + .byte N72 , Gn2 + .byte W72 + .byte N12 + .byte W12 + .byte Fn2 + .byte W12 + .byte N96 , Gs2 + .byte W96 + .byte As2 + .byte W96 + .byte TIE , Fn3 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte EOT + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle32_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle32_7: + .byte KEYSH , bgm_battle32_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W84 + .byte N12 , Dn1 , v112 + .byte W12 +bgm_battle32_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 +bgm_battle32_7_001: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND +bgm_battle32_7_B1: + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_001 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_001 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_000 + .byte PATT + .word bgm_battle32_7_001 + .byte GOTO + .word bgm_battle32_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle32_8: + .byte KEYSH , bgm_battle32_key+0 + .byte VOICE , 47 + .byte VOL , 80*bgm_battle32_mvl/mxv + .byte PAN , c_v-10 + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W48 + .byte Gn1 + .byte W12 + .byte W12 + .byte Cn2 + .byte W36 + .byte N12 + .byte W24 + .byte Gn1 + .byte W24 +bgm_battle32_8_000: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W60 + .byte PEND + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_000 +bgm_battle32_8_B1: +bgm_battle32_8_001: + .byte N12 , Cn2 , v112 + .byte W36 + .byte N12 + .byte W48 + .byte Gn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_000 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 + .byte PATT + .word bgm_battle32_8_001 +bgm_battle32_8_002: + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle32_8_002 + .byte PATT + .word bgm_battle32_8_002 + .byte PATT + .word bgm_battle32_8_002 + .byte PATT + .word bgm_battle32_8_002 + .byte PATT + .word bgm_battle32_8_002 + .byte W24 + .byte N12 , Cn2 , v112 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte GOTO + .word bgm_battle32_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle32: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle32_pri @ Priority + .byte bgm_battle32_rev @ Reverb. + + .word bgm_battle32_grp + + .word bgm_battle32_1 + .word bgm_battle32_2 + .word bgm_battle32_3 + .word bgm_battle32_4 + .word bgm_battle32_5 + .word bgm_battle32_6 + .word bgm_battle32_7 + .word bgm_battle32_8 + + .end diff --git a/sound/songs/bgm_battle33.s b/sound/songs/bgm_battle33.s new file mode 100644 index 000000000..3ad9c4d6c --- /dev/null +++ b/sound/songs/bgm_battle33.s @@ -0,0 +1,2886 @@ + .include "MPlayDef.s" + + .equ bgm_battle33_grp, voicegroup_844FD94 + .equ bgm_battle33_pri, 1 + .equ bgm_battle33_rev, reverb_set+50 + .equ bgm_battle33_mvl, 127 + .equ bgm_battle33_key, 0 + .equ bgm_battle33_tbs, 1 + .equ bgm_battle33_exg, 0 + .equ bgm_battle33_cmp, 1 + + .section .rodata + .global bgm_battle33 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle33_1: + .byte KEYSH , bgm_battle33_key+0 + .byte TEMPO , 212*bgm_battle33_tbs/2 + .byte VOICE , 56 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte PAN , c_v+48 + .byte N06 , Ds4 , v096 + .byte W06 + .byte Dn4 + .byte W06 + .byte PAN , c_v+40 + .byte N06 , Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , As4 + .byte W06 + .byte An4 + .byte W06 + .byte PAN , c_v+24 + .byte N06 , Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PAN , c_v+20 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte PAN , c_v+12 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte PAN , c_v+7 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte PAN , c_v+4 + .byte N06 , En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PAN , c_v-4 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte PAN , c_v-14 + .byte N06 , Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PAN , c_v-18 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte PAN , c_v-26 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , En3 + .byte W06 + .byte Ds3 + .byte W06 + .byte PAN , c_v-39 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W03 + .byte PAN , c_v-47 + .byte W03 + .byte N06 , Bn3 + .byte W06 + .byte PAN , c_v+10 + .byte N12 , Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte N12 , En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Gn3 + .byte W24 +bgm_battle33_1_000: + .byte N12 , Gn3 , v096 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte PEND + .byte N12 + .byte W36 + .byte Cn4 + .byte W36 + .byte N24 , Cs4 + .byte W24 +bgm_battle33_1_001: + .byte N12 , Cn4 , v096 + .byte W36 + .byte Cs4 + .byte W36 + .byte N24 , Ds4 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle33_1_000 + .byte PATT + .word bgm_battle33_1_001 + .byte N12 , Ds4 , v096 + .byte W36 + .byte Fn4 + .byte W36 + .byte N24 , Gn4 + .byte W24 +bgm_battle33_1_B1: + .byte VOICE , 60 + .byte PAN , c_v+10 + .byte MOD , 0 + .byte N84 , En3 , v096 + .byte W84 + .byte N12 , Cn3 + .byte W12 +bgm_battle33_1_002: + .byte N24 , En2 , v096 + .byte W24 + .byte N12 , Gn2 + .byte W12 + .byte N24 , Cn3 + .byte W24 + .byte En3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte PEND +bgm_battle33_1_003: + .byte N84 , As3 , v096 + .byte W84 + .byte N12 , An3 + .byte W12 + .byte PEND +bgm_battle33_1_004: + .byte N12 , As3 , v096 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , As3 + .byte W15 + .byte VOL , 74*bgm_battle33_mvl/mxv + .byte W03 + .byte 61*bgm_battle33_mvl/mxv + .byte W03 + .byte 40*bgm_battle33_mvl/mxv + .byte W03 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte PEND + .byte VOICE , 60 + .byte N84 , En3 + .byte W84 + .byte N12 , Cn3 + .byte W12 + .byte PATT + .word bgm_battle33_1_002 + .byte PATT + .word bgm_battle33_1_003 + .byte PATT + .word bgm_battle33_1_004 + .byte VOICE , 1 + .byte N36 , En3 , v096 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte N48 , Fn3 + .byte W48 + .byte Ds3 + .byte W48 + .byte Cs3 + .byte W48 + .byte Cn3 + .byte W48 + .byte VOICE , 48 + .byte PAN , c_v+20 + .byte N48 , Gn4 , v088 + .byte W48 + .byte Fn4 + .byte W48 + .byte Ds4 + .byte W48 + .byte Cs4 + .byte W48 + .byte TIE , Cn4 , v096 + .byte W84 + .byte W03 + .byte VOL , 74*bgm_battle33_mvl/mxv + .byte W09 + .byte 71*bgm_battle33_mvl/mxv + .byte W09 + .byte 68*bgm_battle33_mvl/mxv + .byte W12 + .byte 65*bgm_battle33_mvl/mxv + .byte W09 + .byte 58*bgm_battle33_mvl/mxv + .byte W12 + .byte 53*bgm_battle33_mvl/mxv + .byte W15 + .byte 48*bgm_battle33_mvl/mxv + .byte W36 + .byte W03 + .byte W32 + .byte W01 + .byte 53*bgm_battle33_mvl/mxv + .byte W15 + .byte 58*bgm_battle33_mvl/mxv + .byte W12 + .byte 63*bgm_battle33_mvl/mxv + .byte W12 + .byte 68*bgm_battle33_mvl/mxv + .byte W09 + .byte 71*bgm_battle33_mvl/mxv + .byte W09 + .byte 77*bgm_battle33_mvl/mxv + .byte W06 + .byte W06 + .byte 80*bgm_battle33_mvl/mxv + .byte W90 + .byte EOT + .byte VOICE , 60 + .byte PAN , c_v+11 + .byte N12 , Gn3 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs3 + .byte W36 + .byte N24 , As3 + .byte W24 +bgm_battle33_1_005: + .byte N12 , En3 , v096 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Fn3 + .byte W36 + .byte N24 , Gs3 + .byte W24 + .byte PEND +bgm_battle33_1_006: + .byte N12 , Gn3 , v096 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte PEND +bgm_battle33_1_007: + .byte N12 , Cn4 , v096 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Cs4 + .byte W36 + .byte N24 , Ds4 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle33_1_006 + .byte PATT + .word bgm_battle33_1_005 + .byte PATT + .word bgm_battle33_1_006 + .byte PATT + .word bgm_battle33_1_007 + .byte VOICE , 56 + .byte N24 , Gs3 , v096 + .byte W24 + .byte Ds4 + .byte W24 + .byte En4 + .byte W24 + .byte N12 , Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn3 + .byte W12 + .byte N24 , An3 + .byte W24 + .byte Bn3 + .byte W24 + .byte An3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte En4 + .byte W24 + .byte N12 , Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte En4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N24 , Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Bn3 + .byte W24 + .byte Fs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cn4 + .byte W24 + .byte N12 , Bn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte Fn5 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+20 + .byte N24 , En5 + .byte W24 + .byte En4 + .byte W24 + .byte En3 + .byte W24 + .byte Dn5 + .byte W24 + .byte Dn4 + .byte W24 + .byte Dn3 + .byte W24 + .byte Gn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte Gn2 + .byte W24 + .byte Cn5 + .byte W24 + .byte Cn4 + .byte W24 + .byte Cn3 + .byte W24 + .byte An4 + .byte W24 + .byte An3 + .byte W24 + .byte An2 + .byte W24 + .byte Bn4 + .byte W24 + .byte Bn3 + .byte W24 + .byte Bn2 + .byte W24 + .byte Cn5 + .byte W24 + .byte Cn4 + .byte W24 + .byte Cn3 + .byte W24 + .byte Dn5 + .byte W24 + .byte Dn4 + .byte W24 + .byte Dn3 + .byte W24 + .byte VOICE , 48 + .byte PAN , c_v+11 + .byte TIE , Ds5 + .byte W96 + .byte MOD , 5 + .byte W96 + .byte EOT +bgm_battle33_1_008: + .byte MOD , 0 + .byte TIE , Fn3 , v096 + .byte W96 + .byte PEND + .byte MOD , 5 + .byte W96 + .byte EOT + .byte MOD , 0 + .byte TIE , Dn3 + .byte W96 + .byte MOD , 5 + .byte W96 + .byte EOT + .byte PATT + .word bgm_battle33_1_008 + .byte MOD , 5 + .byte W96 + .byte EOT , Fn3 + .byte GOTO + .word bgm_battle33_1_B1 + .byte MOD , 0 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle33_2: + .byte KEYSH , bgm_battle33_key+0 + .byte VOICE , 48 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Gn5 , v076 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , As5 + .byte W12 +bgm_battle33_2_000: + .byte N12 , Cn4 , v100 + .byte W36 + .byte Cs4 + .byte W36 + .byte N24 , Ds4 + .byte W24 + .byte PEND + .byte N12 , Gn3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , As3 + .byte W24 + .byte PATT + .word bgm_battle33_2_000 + .byte N12 , Ds4 , v100 + .byte W36 + .byte Fn4 + .byte W36 + .byte N24 , Fs4 + .byte W24 +bgm_battle33_2_001: + .byte N12 , Cn5 , v100 + .byte W36 + .byte Cs5 + .byte W36 + .byte N24 , Ds5 + .byte W24 + .byte PEND + .byte N12 , Gn4 + .byte W36 + .byte Gs4 + .byte W36 + .byte N24 , As4 + .byte W24 + .byte PATT + .word bgm_battle33_2_001 + .byte N12 , Ds5 , v100 + .byte W36 + .byte Fn5 + .byte W36 + .byte N24 , Gn5 + .byte W24 +bgm_battle33_2_B1: + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte MOD , 0 + .byte N84 , Cn4 , v100 + .byte W84 + .byte N12 , Gn3 + .byte W12 +bgm_battle33_2_002: + .byte N12 , Cn4 , v100 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte PEND +bgm_battle33_2_003: + .byte N84 , Fs4 , v100 + .byte W84 + .byte N12 , Fn4 + .byte W12 + .byte PEND +bgm_battle33_2_004: + .byte N12 , Fs4 , v100 + .byte W12 + .byte Fn4 + .byte W12 + .byte N72 , Fs4 + .byte W72 + .byte PEND + .byte N84 , Cn4 + .byte W84 + .byte N12 , Gn3 + .byte W12 + .byte PATT + .word bgm_battle33_2_002 + .byte PATT + .word bgm_battle33_2_003 + .byte PATT + .word bgm_battle33_2_004 + .byte VOICE , 73 + .byte N36 , Gn3 , v112 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Gs3 + .byte W15 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , As3 + .byte W09 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N12 , Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte TIE , Gs3 + .byte W42 + .byte MOD , 5 + .byte W36 + .byte 6 + .byte W18 + .byte W15 + .byte VOL , 75*bgm_battle33_mvl/mxv + .byte W03 + .byte MOD , 7 + .byte W09 + .byte VOL , 69*bgm_battle33_mvl/mxv + .byte W12 + .byte 63*bgm_battle33_mvl/mxv + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 56*bgm_battle33_mvl/mxv + .byte W12 + .byte 47*bgm_battle33_mvl/mxv + .byte W09 + .byte 35*bgm_battle33_mvl/mxv + .byte W09 + .byte 22*bgm_battle33_mvl/mxv + .byte W09 + .byte 9*bgm_battle33_mvl/mxv + .byte W03 + .byte EOT + .byte W03 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte MOD , 0 + .byte N36 , As3 , v100 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte MOD , 0 + .byte N36 , Gn3 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte As2 + .byte W12 + .byte TIE , Fn3 + .byte W48 + .byte W03 + .byte MOD , 6 + .byte W44 + .byte W01 + .byte W48 + .byte EOT + .byte MOD , 0 + .byte N24 , Gn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte VOL , 48*bgm_battle33_mvl/mxv + .byte TIE , En4 + .byte W32 + .byte W01 + .byte VOL , 53*bgm_battle33_mvl/mxv + .byte W09 + .byte MOD , 5 + .byte W06 + .byte VOL , 58*bgm_battle33_mvl/mxv + .byte W12 + .byte 63*bgm_battle33_mvl/mxv + .byte W12 + .byte 68*bgm_battle33_mvl/mxv + .byte W06 + .byte MOD , 6 + .byte W03 + .byte VOL , 71*bgm_battle33_mvl/mxv + .byte W09 + .byte 77*bgm_battle33_mvl/mxv + .byte W06 + .byte W06 + .byte 80*bgm_battle33_mvl/mxv + .byte W12 + .byte MOD , 7 + .byte W30 + .byte 8 + .byte W48 + .byte EOT + .byte VOICE , 60 + .byte MOD , 0 + .byte N12 , Cn4 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Cs4 + .byte W36 + .byte N24 , Ds4 + .byte W24 +bgm_battle33_2_005: + .byte N12 , Gn3 , v100 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs3 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte PEND +bgm_battle33_2_006: + .byte N12 , Cn4 , v100 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Cs4 + .byte W36 + .byte N24 , Ds4 + .byte W24 + .byte PEND +bgm_battle33_2_007: + .byte N12 , Ds4 , v100 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Fn4 + .byte W36 + .byte N24 , Fs4 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle33_2_006 + .byte PATT + .word bgm_battle33_2_005 + .byte PATT + .word bgm_battle33_2_006 + .byte PATT + .word bgm_battle33_2_007 + .byte VOICE , 48 + .byte N24 , Cs4 , v100 + .byte W24 + .byte Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte N12 , Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N12 , Cs4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte N12 , Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte An4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N24 , Cs5 + .byte W24 + .byte Dn5 + .byte W24 + .byte Bn4 + .byte W24 + .byte En4 + .byte W24 + .byte Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte N12 , Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N12 , En4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte N12 , Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte N24 , En5 + .byte W24 + .byte Fn5 + .byte W24 + .byte As5 + .byte W24 + .byte An5 + .byte W24 + .byte An4 + .byte W24 + .byte An3 + .byte W24 + .byte Gn5 + .byte W24 + .byte Gn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte Cn5 + .byte W24 + .byte Cn4 + .byte W24 + .byte Cn3 + .byte W24 + .byte Fn5 + .byte W24 + .byte Fn4 + .byte W24 + .byte Fn3 + .byte W24 + .byte Dn5 + .byte W24 + .byte Dn4 + .byte W24 + .byte Dn3 + .byte W24 + .byte En5 + .byte W24 + .byte En4 + .byte W24 + .byte En3 + .byte W24 + .byte Fn5 + .byte W24 + .byte Fn4 + .byte W24 + .byte Fn3 + .byte W24 + .byte Gn5 + .byte W24 + .byte Gn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte TIE , Gs5 + .byte W96 + .byte MOD , 5 + .byte W96 + .byte EOT +bgm_battle33_2_008: + .byte MOD , 0 + .byte TIE , As3 , v100 + .byte W96 + .byte PEND + .byte MOD , 5 + .byte W96 + .byte EOT + .byte MOD , 0 + .byte TIE , Gn3 + .byte W96 + .byte MOD , 5 + .byte W96 + .byte EOT + .byte PATT + .word bgm_battle33_2_008 + .byte MOD , 5 + .byte W96 + .byte EOT , As3 + .byte GOTO + .word bgm_battle33_2_B1 + .byte MOD , 0 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle33_3: + .byte KEYSH , bgm_battle33_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte N12 , Cn2 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cs1 + .byte W12 +bgm_battle33_3_000: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fs1 + .byte W12 + .byte As1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte PEND +bgm_battle33_3_001: + .byte N12 , Fn1 , v108 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_3_000 + .byte PATT + .word bgm_battle33_3_001 + .byte PATT + .word bgm_battle33_3_000 + .byte PATT + .word bgm_battle33_3_001 + .byte PATT + .word bgm_battle33_3_000 + .byte N12 , Fn1 , v108 + .byte W12 + .byte Ds1 + .byte W12 + .byte Cn1 + .byte W12 + .byte As1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 +bgm_battle33_3_B1: +bgm_battle33_3_002: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 +bgm_battle33_3_003: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND +bgm_battle33_3_004: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_3_002 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_battle33_3_003 + .byte PATT + .word bgm_battle33_3_003 + .byte PATT + .word bgm_battle33_3_002 + .byte PATT + .word bgm_battle33_3_002 + .byte PATT + .word bgm_battle33_3_003 + .byte PATT + .word bgm_battle33_3_003 +bgm_battle33_3_005: + .byte N12 , Ds1 , v108 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_3_005 +bgm_battle33_3_006: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_battle33_3_006 + .byte N12 , Cn2 , v108 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs2 + .byte W12 + .byte As1 + .byte W12 + .byte Fn2 + .byte W12 + .byte An1 + .byte W12 + .byte En2 + .byte W12 +bgm_battle33_3_007: + .byte N12 , Cn1 , v108 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Cs1 + .byte W36 + .byte N24 , Ds1 + .byte W24 + .byte PEND +bgm_battle33_3_008: + .byte N12 , Gn0 , v108 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs0 + .byte W36 + .byte N24 , Cs1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle33_3_007 + .byte PATT + .word bgm_battle33_3_008 + .byte PATT + .word bgm_battle33_3_007 + .byte PATT + .word bgm_battle33_3_008 + .byte PATT + .word bgm_battle33_3_007 + .byte N12 , Gn0 , v108 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cs1 + .byte W24 + .byte N12 , Gs1 + .byte W12 + .byte N24 , Dn1 + .byte W24 +bgm_battle33_3_009: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte An1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Cs1 + .byte W12 + .byte An1 + .byte W12 + .byte PEND +bgm_battle33_3_010: + .byte N12 , Cs1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte An1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Cs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_3_009 + .byte PATT + .word bgm_battle33_3_010 +bgm_battle33_3_011: + .byte N12 , En1 , v108 + .byte W12 + .byte Bn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn2 + .byte W12 + .byte En1 + .byte W12 + .byte En2 + .byte W12 + .byte En1 + .byte W12 + .byte Cn2 + .byte W12 + .byte PEND +bgm_battle33_3_012: + .byte N12 , En1 , v108 + .byte W12 + .byte Bn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn2 + .byte W12 + .byte En1 + .byte W12 + .byte En2 + .byte W12 + .byte En1 + .byte W12 + .byte Fn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_3_011 + .byte PATT + .word bgm_battle33_3_012 + .byte N24 , An1 , v108 + .byte W24 + .byte En1 + .byte W24 + .byte An0 + .byte W24 + .byte Gn1 + .byte W24 + .byte Dn1 + .byte W24 + .byte Gn0 + .byte W24 + .byte Cn1 + .byte W24 + .byte En1 + .byte W24 + .byte Gn1 + .byte W24 + .byte Fn1 + .byte W24 + .byte Cn1 + .byte W24 + .byte Fn0 + .byte W24 + .byte N12 , Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_battle33_3_002 + .byte PATT + .word bgm_battle33_3_002 + .byte PATT + .word bgm_battle33_3_003 + .byte PATT + .word bgm_battle33_3_003 + .byte PATT + .word bgm_battle33_3_002 + .byte PATT + .word bgm_battle33_3_002 + .byte PATT + .word bgm_battle33_3_003 + .byte PATT + .word bgm_battle33_3_004 + .byte GOTO + .word bgm_battle33_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle33_4: + .byte KEYSH , bgm_battle33_key+0 + .byte VOICE , 80 + .byte LFOS , 16 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte PAN , c_v-48 + .byte N06 , Cn5 , v060 + .byte W18 + .byte PAN , c_v+50 + .byte N06 , Cs5 + .byte W06 + .byte PAN , c_v-47 + .byte N06 , Cn5 + .byte W24 + .byte PAN , c_v+48 + .byte N06 + .byte W24 + .byte PAN , c_v-47 + .byte N06 + .byte W24 + .byte PAN , c_v+48 + .byte N06 + .byte W24 + .byte PAN , c_v-48 + .byte N06 + .byte W24 + .byte PAN , c_v+48 + .byte N06 + .byte W24 + .byte PAN , c_v-48 + .byte N06 + .byte W18 + .byte PAN , c_v+48 + .byte N06 , Cs5 + .byte W06 + .byte VOICE , 83 + .byte PAN , c_v+0 + .byte N12 , Cn3 + .byte W36 + .byte Cs3 + .byte W36 + .byte N24 , Ds3 + .byte W24 + .byte N12 , Gn2 + .byte W36 + .byte Gs2 + .byte W36 + .byte N24 , As2 + .byte W24 + .byte N12 , Cn3 + .byte W36 + .byte Cs3 + .byte W36 + .byte N24 , Ds3 + .byte W24 + .byte N12 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Fs3 + .byte W24 + .byte VOICE , 80 + .byte PAN , c_v-49 + .byte N12 , Gn4 , v052 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cn3 , v060 + .byte W12 + .byte Fn3 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Gs4 , v052 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cs3 , v060 + .byte W12 + .byte Fs3 + .byte W12 + .byte PAN , c_v-48 + .byte N24 , As4 , v052 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , En4 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Fn2 , v060 + .byte W12 + .byte Cn3 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Fn4 , v052 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Fs2 , v060 + .byte W12 + .byte Cs3 + .byte W12 + .byte PAN , c_v-48 + .byte N24 , Gn4 , v052 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Gn2 , v060 + .byte W12 + .byte Ds3 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Gs4 , v052 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Gs2 , v060 + .byte W12 + .byte En3 + .byte W12 + .byte PAN , c_v-48 + .byte N24 , As4 , v052 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , As2 , v060 + .byte W12 + .byte Fs3 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Cn5 , v052 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Bn2 , v060 + .byte W12 + .byte Gn3 + .byte W12 + .byte PAN , c_v-48 + .byte N24 , Bn4 , v052 + .byte W12 + .byte MOD , 6 + .byte W12 +bgm_battle33_4_B1: + .byte MOD , 0 + .byte W96 + .byte W96 + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte N12 , Fs2 , v060 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte W96 + .byte W96 + .byte Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte PAN , c_v-47 + .byte N12 , Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 + .byte W96 + .byte N48 , Ds3 + .byte W48 + .byte Cs3 + .byte W48 + .byte TIE , Cn3 + .byte W84 + .byte W03 + .byte VOL , 74*bgm_battle33_mvl/mxv + .byte W09 + .byte 71*bgm_battle33_mvl/mxv + .byte W09 + .byte 68*bgm_battle33_mvl/mxv + .byte W12 + .byte 65*bgm_battle33_mvl/mxv + .byte W09 + .byte 58*bgm_battle33_mvl/mxv + .byte W12 + .byte 53*bgm_battle33_mvl/mxv + .byte W15 + .byte 48*bgm_battle33_mvl/mxv + .byte W36 + .byte W03 + .byte EOT + .byte VOICE , 85 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W09 + .byte VOL , 53*bgm_battle33_mvl/mxv + .byte W03 + .byte N12 + .byte W12 + .byte VOL , 58*bgm_battle33_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 63*bgm_battle33_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 68*bgm_battle33_mvl/mxv + .byte N12 + .byte W09 + .byte VOL , 71*bgm_battle33_mvl/mxv + .byte W03 + .byte N12 + .byte W06 + .byte VOL , 77*bgm_battle33_mvl/mxv + .byte W06 + .byte N12 + .byte W06 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs2 + .byte W36 + .byte N24 , Gn2 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N36 , Gs2 + .byte W36 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs2 + .byte W36 + .byte N24 , Gn2 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Gs2 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOICE , 83 + .byte N12 , Cn5 , v040 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N24 , Gn4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N36 , Gs4 + .byte W12 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Cs5 + .byte W24 + .byte N12 , Cn5 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N24 , Gn4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N24 , Gs4 + .byte W24 + .byte N12 , Cn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Fs5 + .byte W12 + .byte VOICE , 80 + .byte N24 , Cs3 , v060 + .byte W24 + .byte Gs3 + .byte W24 + .byte An3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte Dn3 + .byte W24 + .byte N12 , Cs3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte An3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte An3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Bn3 + .byte W24 + .byte En3 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N12 , Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte Gn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N12 , Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte Fn4 + .byte W24 + .byte As4 + .byte W24 + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte N24 , An4 + .byte W24 + .byte An3 + .byte W24 + .byte An2 + .byte W24 + .byte Gn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte Gn2 + .byte W24 + .byte Cn4 + .byte W24 + .byte Cn3 + .byte W24 + .byte Cn2 + .byte W24 + .byte Fn4 + .byte W24 + .byte Fn3 + .byte W24 + .byte Fn2 + .byte W24 + .byte Dn4 + .byte W24 + .byte Dn3 + .byte W24 + .byte Dn2 + .byte W24 + .byte En4 + .byte W24 + .byte En3 + .byte W24 + .byte En2 + .byte W24 + .byte Fn4 + .byte W24 + .byte Fn3 + .byte W24 + .byte Fn2 + .byte W24 + .byte Gn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte Gn2 + .byte W24 + .byte PAN , c_v+0 + .byte TIE , Gs4 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , As2 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Gn2 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , As2 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_battle33_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle33_5: + .byte KEYSH , bgm_battle33_key+0 + .byte VOICE , 82 + .byte LFOS , 16 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-2 + .byte N06 , Gn3 , v060 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte N06 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte N06 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+48 + .byte N12 , Gn3 , v052 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , As3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , En3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Gn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 + .byte W36 + .byte Gs3 + .byte W36 + .byte N24 , As3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 + .byte W36 + .byte Cn4 + .byte W36 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 6 + .byte W12 +bgm_battle33_5_B1: + .byte MOD , 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 83 + .byte VOL , 48*bgm_battle33_mvl/mxv + .byte PAN , c_v+48 + .byte TIE , En3 , v060 + .byte W32 + .byte W01 + .byte VOL , 53*bgm_battle33_mvl/mxv + .byte W15 + .byte 58*bgm_battle33_mvl/mxv + .byte W12 + .byte 63*bgm_battle33_mvl/mxv + .byte W12 + .byte 68*bgm_battle33_mvl/mxv + .byte W09 + .byte 71*bgm_battle33_mvl/mxv + .byte W09 + .byte 77*bgm_battle33_mvl/mxv + .byte W06 + .byte W06 + .byte 80*bgm_battle33_mvl/mxv + .byte W90 + .byte EOT + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 84 + .byte W06 + .byte N12 , Cn5 , v032 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N24 , Gn4 + .byte W18 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N36 , Gs4 + .byte W12 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Cs5 + .byte W18 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gs4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N24 , Gn4 + .byte W18 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N24 , Gs4 + .byte W24 + .byte N12 , Cn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte N06 , Fs5 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle33_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle33_6: + .byte KEYSH , bgm_battle33_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte W48 + .byte N06 , Gn2 , v080 + .byte W06 + .byte Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte As2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle33_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle33_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle33_7: + .byte KEYSH , bgm_battle33_key+0 + .byte VOICE , 0 + .byte PAN , c_v+1 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte W96 + .byte W96 +bgm_battle33_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 +bgm_battle33_7_B1: + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W60 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 +bgm_battle33_7_001: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_001 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W12 +bgm_battle33_7_002: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_002 + .byte PATT + .word bgm_battle33_7_002 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_002 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_001 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_001 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_001 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_001 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W24 + .byte N12 + .byte W48 + .byte N12 + .byte W24 + .byte N12 + .byte W48 + .byte N12 + .byte W24 + .byte N12 + .byte W48 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_001 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte PATT + .word bgm_battle33_7_000 + .byte W12 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W60 + .byte N12 + .byte W12 + .byte GOTO + .word bgm_battle33_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle33_8: + .byte KEYSH , bgm_battle33_key+0 + .byte PAN , c_v-10 + .byte VOL , 80*bgm_battle33_mvl/mxv + .byte N12 , Gn2 , v100 + .byte W03 + .byte VOICE , 47 + .byte W09 + .byte N12 , En2 + .byte W12 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 +bgm_battle33_8_000: + .byte N12 , Gn2 , v100 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W36 + .byte N12 + .byte W12 + .byte PEND +bgm_battle33_8_001: + .byte N12 , Gn2 , v100 + .byte W36 + .byte N12 + .byte W12 + .byte En2 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PEND +bgm_battle33_8_002: + .byte N12 , Gn2 , v100 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte En2 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte Gn2 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle33_8_000 + .byte PATT + .word bgm_battle33_8_001 + .byte PATT + .word bgm_battle33_8_002 + .byte N12 , Gn2 , v100 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte En2 + .byte W36 +bgm_battle33_8_B1: +bgm_battle33_8_003: + .byte N12 , Gn2 , v100 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND +bgm_battle33_8_004: + .byte N12 , Gn2 , v100 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte En2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle33_8_003 +bgm_battle33_8_005: + .byte N12 , Gn2 , v100 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_005 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_005 +bgm_battle33_8_006: + .byte N12 , Gn2 , v100 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle33_8_006 + .byte N12 , Gn2 , v100 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte Fn2 + .byte W12 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_005 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N12 , Gn2 , v100 + .byte W12 + .byte En2 + .byte W36 + .byte Gn2 + .byte W24 + .byte N12 + .byte W24 +bgm_battle33_8_007: + .byte N12 , Gn2 , v100 + .byte W12 + .byte En2 + .byte W24 + .byte Gn2 + .byte W24 + .byte En2 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_battle33_8_007 + .byte N12 , Gn2 , v100 + .byte W12 + .byte En2 + .byte W24 + .byte Gn2 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte N12 + .byte W36 + .byte Gn2 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte En2 + .byte W24 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W24 + .byte Gn2 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte En2 + .byte W24 + .byte Gn2 + .byte W12 + .byte En2 + .byte W48 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_003 + .byte N12 , Gn2 , v100 + .byte W72 + .byte N12 + .byte W24 + .byte W48 + .byte N12 + .byte W48 + .byte W24 + .byte N12 + .byte W72 +bgm_battle33_8_008: + .byte N12 , Gn2 , v100 + .byte W48 + .byte N12 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle33_8_008 + .byte PATT + .word bgm_battle33_8_008 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_004 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_005 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_004 + .byte PATT + .word bgm_battle33_8_003 + .byte PATT + .word bgm_battle33_8_005 + .byte GOTO + .word bgm_battle33_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle33: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle33_pri @ Priority + .byte bgm_battle33_rev @ Reverb. + + .word bgm_battle33_grp + + .word bgm_battle33_1 + .word bgm_battle33_2 + .word bgm_battle33_3 + .word bgm_battle33_4 + .word bgm_battle33_5 + .word bgm_battle33_6 + .word bgm_battle33_7 + .word bgm_battle33_8 + + .end diff --git a/sound/songs/bgm_battle34.s b/sound/songs/bgm_battle34.s new file mode 100644 index 000000000..82954f5f8 --- /dev/null +++ b/sound/songs/bgm_battle34.s @@ -0,0 +1,1213 @@ + .include "MPlayDef.s" + + .equ bgm_battle34_grp, voicegroup_845058C + .equ bgm_battle34_pri, 1 + .equ bgm_battle34_rev, reverb_set+50 + .equ bgm_battle34_mvl, 127 + .equ bgm_battle34_key, 0 + .equ bgm_battle34_tbs, 1 + .equ bgm_battle34_exg, 0 + .equ bgm_battle34_cmp, 1 + + .section .rodata + .global bgm_battle34 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle34_1: + .byte KEYSH , bgm_battle34_key+0 + .byte TEMPO , 196*bgm_battle34_tbs/2 + .byte VOICE , 14 + .byte LFOS , 18 + .byte PAN , c_v+16 + .byte VOL , 80*bgm_battle34_mvl/mxv + .byte N48 , Cn2 , v112 + .byte W96 + .byte N48 + .byte W96 + .byte N48 + .byte W96 + .byte N48 + .byte W96 +bgm_battle34_1_000: + .byte VOICE , 47 + .byte PAN , c_v-32 + .byte N24 , Gn1 , v096 + .byte W24 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte PEND +bgm_battle34_1_001: + .byte N36 , Gn1 , v096 + .byte W36 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte PEND +bgm_battle34_1_002: + .byte N12 , Gn1 , v096 + .byte W12 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte PEND +bgm_battle34_1_003: + .byte N24 , Gn1 , v096 + .byte W24 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte PEND +bgm_battle34_1_B1: + .byte VOICE , 56 + .byte PAN , c_v+10 + .byte N12 , Cn4 , v100 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Cs4 + .byte W24 +bgm_battle34_1_004: + .byte W24 + .byte N72 , Gn3 , v100 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PEND +bgm_battle34_1_005: + .byte MOD , 0 + .byte N12 , Cn4 , v100 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Cs4 + .byte W24 + .byte PEND + .byte W24 + .byte N72 , Ds4 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PATT + .word bgm_battle34_1_005 + .byte PATT + .word bgm_battle34_1_004 + .byte PATT + .word bgm_battle34_1_005 + .byte W24 + .byte N72 , En4 , v100 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte VOICE , 48 + .byte MOD , 0 + .byte N12 , Fn4 , v096 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Fs4 + .byte W24 + .byte W24 + .byte N72 , Cn4 + .byte W72 + .byte N12 , Fn4 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Fs4 + .byte W24 + .byte W24 + .byte N72 , Gs4 + .byte W72 +bgm_battle34_1_006: + .byte N48 , Gn3 , v096 + .byte W48 + .byte Cn4 + .byte W48 + .byte PEND + .byte N96 , Gs3 + .byte W96 + .byte PATT + .word bgm_battle34_1_006 + .byte N96 , Gs4 , v096 + .byte W96 + .byte PATT + .word bgm_battle34_1_006 + .byte N96 , Gs3 , v096 + .byte W96 + .byte PATT + .word bgm_battle34_1_006 + .byte N96 , Gs4 , v096 + .byte W96 + .byte VOICE , 60 + .byte N48 , Ds4 + .byte W48 + .byte As3 + .byte W48 + .byte N96 , Bn3 + .byte W96 + .byte N48 , As3 + .byte W48 + .byte Ds4 + .byte W48 + .byte N96 , Bn4 + .byte W96 + .byte PATT + .word bgm_battle34_1_000 + .byte PATT + .word bgm_battle34_1_001 + .byte PATT + .word bgm_battle34_1_002 + .byte PATT + .word bgm_battle34_1_003 + .byte PATT + .word bgm_battle34_1_003 + .byte PATT + .word bgm_battle34_1_001 + .byte PATT + .word bgm_battle34_1_002 + .byte PATT + .word bgm_battle34_1_003 + .byte GOTO + .word bgm_battle34_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle34_2: + .byte KEYSH , bgm_battle34_key+0 + .byte VOICE , 14 + .byte LFOS , 18 + .byte PAN , c_v-16 + .byte VOL , 80*bgm_battle34_mvl/mxv + .byte N48 , Cn3 , v108 + .byte W96 + .byte N48 + .byte W96 + .byte N48 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle34_2_B1: + .byte VOICE , 56 + .byte PAN , c_v-10 + .byte N12 , Gn4 , v100 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Gs4 + .byte W24 +bgm_battle34_2_000: + .byte W24 + .byte N72 , Dn4 , v100 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PEND +bgm_battle34_2_001: + .byte MOD , 0 + .byte N12 , Gn4 , v100 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Gs4 + .byte W24 + .byte PEND + .byte W24 + .byte N72 , As4 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PATT + .word bgm_battle34_2_001 + .byte PATT + .word bgm_battle34_2_000 + .byte PATT + .word bgm_battle34_2_001 + .byte W24 + .byte N72 , Bn4 , v100 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte VOICE , 48 + .byte MOD , 0 + .byte N12 , Cn5 , v096 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Cs5 + .byte W24 + .byte W24 + .byte N72 , Gn4 + .byte W72 + .byte N12 , Cn5 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Cs5 + .byte W24 + .byte W24 + .byte N72 , Ds5 + .byte W72 + .byte VOICE , 73 + .byte N36 , Cn5 , v108 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Gn4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Fs4 + .byte W24 +bgm_battle34_2_002: + .byte N96 , Cs4 , v108 + .byte W36 + .byte MOD , 8 + .byte W60 + .byte PEND +bgm_battle34_2_003: + .byte MOD , 0 + .byte N36 , Cn5 , v108 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Gn4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Fn4 + .byte W24 + .byte PEND +bgm_battle34_2_004: + .byte N96 , Cs5 , v108 + .byte W36 + .byte MOD , 8 + .byte W60 + .byte PEND + .byte VOICE , 56 + .byte MOD , 0 + .byte N36 , Cn5 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , Gn4 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Fs4 + .byte W24 + .byte PATT + .word bgm_battle34_2_002 + .byte PATT + .word bgm_battle34_2_003 + .byte PATT + .word bgm_battle34_2_004 + .byte VOICE , 48 + .byte MOD , 0 + .byte N36 , Gn4 , v108 + .byte W36 + .byte As4 + .byte W36 + .byte N24 , Ds5 + .byte W24 + .byte N96 , En5 + .byte W96 + .byte N36 , Ds5 + .byte W36 + .byte As4 + .byte W36 + .byte N24 , Gs4 + .byte W24 + .byte N96 , En5 + .byte W96 + .byte VOICE , 14 + .byte PAN , c_v+0 + .byte N24 , Cn4 + .byte W48 + .byte VOICE , 47 + .byte N48 , En1 , v100 + .byte W48 +bgm_battle34_2_005: + .byte VOICE , 14 + .byte N24 , Cn4 , v108 + .byte W48 + .byte VOICE , 47 + .byte N48 , Cn1 , v100 + .byte W48 + .byte PEND + .byte VOICE , 14 + .byte N24 , Cn4 , v108 + .byte W48 + .byte VOICE , 47 + .byte N48 , En1 , v100 + .byte W48 + .byte PATT + .word bgm_battle34_2_005 + .byte N24 , En1 , v100 + .byte W24 + .byte An1 + .byte W24 + .byte En1 + .byte W24 + .byte An1 + .byte W24 + .byte N12 , En1 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , An1 + .byte W12 + .byte N24 , En1 + .byte W24 + .byte N12 , An1 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En1 + .byte W24 + .byte N12 , An1 + .byte W12 + .byte N24 , En1 + .byte W24 + .byte N12 + .byte W12 + .byte An1 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En1 + .byte W24 + .byte An1 + .byte W24 + .byte N12 , En1 + .byte W12 + .byte N12 + .byte W12 + .byte An1 + .byte W12 + .byte N12 + .byte W12 + .byte GOTO + .word bgm_battle34_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle34_3: + .byte KEYSH , bgm_battle34_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle34_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle34_3_B1: +bgm_battle34_3_000: + .byte N12 , Gn0 , v112 + .byte W48 + .byte N12 + .byte W48 + .byte PEND +bgm_battle34_3_001: + .byte N12 , Gn0 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte N24 , Fs0 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle34_3_000 + .byte PATT + .word bgm_battle34_3_000 + .byte PATT + .word bgm_battle34_3_000 + .byte PATT + .word bgm_battle34_3_001 + .byte PATT + .word bgm_battle34_3_000 + .byte N12 , Gn0 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte N24 , Bn0 + .byte W24 +bgm_battle34_3_002: + .byte N12 , Cn1 , v112 + .byte W48 + .byte N12 + .byte W48 + .byte PEND + .byte N12 + .byte W48 + .byte N12 + .byte W24 + .byte N24 , Bn0 + .byte W24 + .byte PATT + .word bgm_battle34_3_002 + .byte N12 , Cn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte N24 , Cs1 + .byte W24 + .byte PATT + .word bgm_battle34_3_002 + .byte N12 , Cs1 , v112 + .byte W48 + .byte N12 + .byte W48 + .byte PATT + .word bgm_battle34_3_002 + .byte N12 , Cs1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte N24 , Bn0 + .byte W24 +bgm_battle34_3_003: + .byte N12 , Cn1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND +bgm_battle34_3_004: + .byte N12 , Cs1 , v112 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle34_3_003 + .byte PATT + .word bgm_battle34_3_004 +bgm_battle34_3_005: + .byte N12 , Ds1 , v112 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte PEND +bgm_battle34_3_006: + .byte N12 , En1 , v112 + .byte W12 + .byte Bn1 + .byte W12 + .byte En1 + .byte W12 + .byte Bn1 + .byte W12 + .byte En1 + .byte W12 + .byte Bn1 + .byte W12 + .byte En1 + .byte W12 + .byte Bn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle34_3_005 + .byte PATT + .word bgm_battle34_3_006 + .byte PATT + .word bgm_battle34_3_002 +bgm_battle34_3_007: + .byte N12 , Cn1 , v112 + .byte W48 + .byte N48 , Bn0 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle34_3_002 + .byte N12 , Cn1 , v112 + .byte W48 + .byte N36 , Gs1 + .byte W36 + .byte N06 , Gn1 + .byte W06 + .byte Fn1 + .byte W06 + .byte PATT + .word bgm_battle34_3_002 + .byte PATT + .word bgm_battle34_3_007 + .byte PATT + .word bgm_battle34_3_002 + .byte N12 , Cn1 , v112 + .byte W48 + .byte Gn0 + .byte W12 + .byte Gs0 + .byte W12 + .byte Gn0 + .byte W12 + .byte Fn0 + .byte W12 + .byte GOTO + .word bgm_battle34_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle34_4: + .byte KEYSH , bgm_battle34_key+0 + .byte VOICE , 127 + .byte LFOS , 18 + .byte PAN , c_v+4 + .byte VOL , 80*bgm_battle34_mvl/mxv + .byte N96 , An2 , v096 + .byte W96 + .byte N96 + .byte W96 + .byte N96 + .byte W96 + .byte N96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle34_4_B1: + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte N12 , Gn3 , v052 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Gs3 + .byte W24 +bgm_battle34_4_000: + .byte W24 + .byte N72 , Dn3 , v052 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PEND +bgm_battle34_4_001: + .byte MOD , 0 + .byte N12 , Gn3 , v052 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Gs3 + .byte W24 + .byte PEND + .byte W24 + .byte N72 , As3 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PATT + .word bgm_battle34_4_001 + .byte PATT + .word bgm_battle34_4_000 + .byte PATT + .word bgm_battle34_4_001 + .byte W24 + .byte N72 , Bn3 , v052 + .byte W24 + .byte MOD , 7 + .byte W48 +bgm_battle34_4_002: + .byte MOD , 0 + .byte N12 , Cn4 , v052 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Cs4 + .byte W24 + .byte PEND + .byte W24 + .byte N72 , Gn3 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PATT + .word bgm_battle34_4_002 + .byte W24 + .byte N72 , Ds4 , v052 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W96 + .byte W96 + .byte 0 + .byte W96 + .byte PAN , c_v+0 + .byte N96 , Cs4 , v060 + .byte W96 + .byte MOD , 0 + .byte W96 + .byte W96 + .byte 0 + .byte W96 + .byte N96 + .byte W96 + .byte N48 , As3 + .byte W48 + .byte N24 , Ds4 + .byte W24 + .byte As4 + .byte W24 + .byte N96 , Gs4 + .byte W96 + .byte N36 , Gn4 + .byte W36 + .byte N12 , Ds4 + .byte W12 + .byte N48 , As3 + .byte W48 + .byte N96 , En4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle34_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle34_5: + .byte KEYSH , bgm_battle34_key+0 + .byte LFOS , 18 + .byte VOL , 80*bgm_battle34_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle34_5_B1: + .byte VOICE , 82 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte N12 , Cn3 , v052 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Cs3 + .byte W24 +bgm_battle34_5_000: + .byte W24 + .byte N12 , Gn2 , v052 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND +bgm_battle34_5_001: + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cn3 , v052 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Cs3 + .byte W24 + .byte PEND + .byte W24 + .byte Ds3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle34_5_001 + .byte PATT + .word bgm_battle34_5_000 + .byte PATT + .word bgm_battle34_5_001 + .byte W24 + .byte N12 , En3 , v052 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 +bgm_battle34_5_002: + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Fn3 , v052 + .byte W48 + .byte N24 + .byte W24 + .byte N12 , Fs3 + .byte W24 + .byte PEND + .byte W24 + .byte Cn3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle34_5_002 + .byte W24 + .byte N12 , Gs3 , v052 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 0 + .byte W96 + .byte W96 + .byte 0 + .byte W96 + .byte W96 + .byte 0 + .byte W96 + .byte W96 + .byte 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N12 , Bn3 , v060 + .byte W12 + .byte Bn3 , v052 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle34_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle34_6: + .byte KEYSH , bgm_battle34_key+0 + .byte VOICE , 47 + .byte PAN , c_v-4 + .byte VOL , 80*bgm_battle34_mvl/mxv + .byte N96 , Gn1 , v112 + .byte W96 + .byte N96 + .byte W96 + .byte N96 + .byte W96 + .byte Cn1 + .byte W96 +bgm_battle34_6_000: + .byte PAN , c_v+32 + .byte W12 + .byte N36 , Cn2 , v096 + .byte W36 + .byte N36 + .byte W36 + .byte N24 + .byte W12 + .byte PEND +bgm_battle34_6_001: + .byte W12 + .byte N12 , Cn2 , v096 + .byte W12 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N48 + .byte W24 + .byte PEND +bgm_battle34_6_002: + .byte W24 + .byte N24 , Cn2 , v096 + .byte W24 + .byte N36 + .byte W36 + .byte N24 + .byte W12 + .byte PEND +bgm_battle34_6_003: + .byte W12 + .byte N36 , Cn2 , v096 + .byte W36 + .byte N36 + .byte W36 + .byte N12 + .byte W12 + .byte PEND +bgm_battle34_6_B1: +bgm_battle34_6_004: + .byte PAN , c_v-16 + .byte N12 , Gn1 , v112 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Cn2 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Gn1 + .byte W12 + .byte PAN , c_v+16 + .byte N12 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cn2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gn1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Cn2 + .byte W12 + .byte PEND +bgm_battle34_6_005: + .byte PAN , c_v-16 + .byte N12 , Gn1 , v112 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Cn2 + .byte W12 + .byte PAN , c_v-16 + .byte N12 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gn1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cn2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gn1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cn2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gn1 + .byte W12 + .byte PEND +bgm_battle34_6_006: + .byte PAN , c_v-16 + .byte N12 , Gn1 , v112 + .byte W12 + .byte PAN , c_v+16 + .byte N12 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cn2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gn1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cn2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gn1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Cn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_005 + .byte PATT + .word bgm_battle34_6_006 + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_005 + .byte PATT + .word bgm_battle34_6_006 + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_005 + .byte PATT + .word bgm_battle34_6_006 + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_004 + .byte PATT + .word bgm_battle34_6_005 + .byte PATT + .word bgm_battle34_6_006 + .byte PATT + .word bgm_battle34_6_004 +bgm_battle34_6_007: + .byte PAN , c_v-16 + .byte N12 , As1 , v112 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Ds2 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v+16 + .byte N12 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Ds2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Ds2 + .byte W12 + .byte PEND + .byte PAN , c_v-16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Ds2 + .byte W12 + .byte PAN , c_v-16 + .byte N12 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Ds2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Ds2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 + .byte W12 + .byte PAN , c_v+16 + .byte N12 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Ds2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Ds2 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , As1 + .byte W12 + .byte PAN , c_v-16 + .byte N12 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Ds2 + .byte W12 + .byte PATT + .word bgm_battle34_6_007 + .byte PATT + .word bgm_battle34_6_000 + .byte PATT + .word bgm_battle34_6_001 + .byte PATT + .word bgm_battle34_6_002 +bgm_battle34_6_008: + .byte W12 + .byte N36 , Cn2 , v096 + .byte W36 + .byte N36 + .byte W36 + .byte N24 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle34_6_008 + .byte PATT + .word bgm_battle34_6_001 + .byte PATT + .word bgm_battle34_6_002 + .byte PATT + .word bgm_battle34_6_003 + .byte GOTO + .word bgm_battle34_6_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle34: + .byte 6 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle34_pri @ Priority + .byte bgm_battle34_rev @ Reverb. + + .word bgm_battle34_grp + + .word bgm_battle34_1 + .word bgm_battle34_2 + .word bgm_battle34_3 + .word bgm_battle34_4 + .word bgm_battle34_5 + .word bgm_battle34_6 + + .end diff --git a/sound/songs/bgm_battle35.s b/sound/songs/bgm_battle35.s new file mode 100644 index 000000000..8d4fafb33 --- /dev/null +++ b/sound/songs/bgm_battle35.s @@ -0,0 +1,2381 @@ + .include "MPlayDef.s" + + .equ bgm_battle35_grp, voicegroup_8450B8C + .equ bgm_battle35_pri, 1 + .equ bgm_battle35_rev, reverb_set+50 + .equ bgm_battle35_mvl, 127 + .equ bgm_battle35_key, 0 + .equ bgm_battle35_tbs, 1 + .equ bgm_battle35_exg, 0 + .equ bgm_battle35_cmp, 1 + + .section .rodata + .global bgm_battle35 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle35_1: + .byte KEYSH , bgm_battle35_key+0 + .byte TEMPO , 196*bgm_battle35_tbs/2 + .byte VOICE , 56 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte PAN , c_v+8 + .byte BEND , c_v+0 + .byte N06 , Fn4 , v108 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte VOICE , 60 + .byte PAN , c_v+10 + .byte N12 , An2 , v096 + .byte W36 + .byte Fn2 + .byte W36 + .byte An2 + .byte W24 + .byte Cn3 + .byte W36 + .byte Dn3 + .byte W36 + .byte Fn3 + .byte W24 + .byte An2 + .byte W36 + .byte Fn2 + .byte W36 + .byte An2 + .byte W24 + .byte Cn3 + .byte W36 + .byte Dn3 + .byte W36 + .byte N24 , An3 + .byte W24 + .byte VOICE , 48 + .byte N12 + .byte W36 + .byte Fn3 + .byte W36 + .byte An3 + .byte W24 + .byte Cn4 + .byte W36 + .byte Dn4 + .byte W36 + .byte Fn4 + .byte W24 + .byte An3 + .byte W36 + .byte Fn3 + .byte W36 + .byte An3 + .byte W24 + .byte Cn4 + .byte W36 + .byte Dn4 + .byte W36 + .byte N24 , Gn4 + .byte W24 +bgm_battle35_1_B1: + .byte VOICE , 48 + .byte N36 , An2 , v096 + .byte W36 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte Cn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N48 , Ds3 + .byte W48 + .byte Ds2 + .byte W48 + .byte Ds3 + .byte W48 + .byte N24 , As2 + .byte W24 + .byte Ds3 + .byte W24 + .byte N36 , Fn3 + .byte W36 + .byte As3 + .byte W36 + .byte N24 , Fn4 + .byte W24 + .byte As4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte N48 , Ds3 + .byte W48 + .byte Fn3 + .byte W48 + .byte N12 , Gn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N48 , Ds3 + .byte W48 + .byte N24 , Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N12 , Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 +bgm_battle35_1_000: + .byte N24 , Ds4 , v096 + .byte W24 + .byte Cn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte N12 , Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte PEND + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PATT + .word bgm_battle35_1_000 + .byte N12 , Cn3 , v096 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 56 + .byte N36 , Fn4 , v108 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Gn4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N24 , An4 + .byte W24 + .byte W12 + .byte N36 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , As4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , An4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte N12 , As2 , v096 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 +bgm_battle35_1_001: + .byte N12 , Ds3 , v096 + .byte W48 + .byte N48 , Fs3 + .byte W48 + .byte PEND + .byte N12 , As2 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte PATT + .word bgm_battle35_1_001 + .byte VOICE , 56 + .byte W12 + .byte PAN , c_v+32 + .byte BEND , c_v-2 + .byte N24 , As3 , v072 + .byte W24 + .byte PAN , c_v+25 + .byte N24 , Fn3 + .byte W24 + .byte PAN , c_v+16 + .byte N24 , Bn3 + .byte W24 + .byte PAN , c_v+8 + .byte N24 , Gs3 + .byte W12 + .byte W12 + .byte PAN , c_v+0 + .byte N24 , As3 + .byte W24 + .byte PAN , c_v-7 + .byte N24 , Fn3 + .byte W24 + .byte PAN , c_v-16 + .byte N24 , Gs3 + .byte W24 + .byte PAN , c_v-24 + .byte N24 , Ds3 + .byte W12 + .byte W12 + .byte PAN , c_v-32 + .byte N24 , As3 + .byte W24 + .byte PAN , c_v-24 + .byte N24 , Fn3 + .byte W24 + .byte PAN , c_v-16 + .byte N24 , Bn3 + .byte W24 + .byte PAN , c_v-7 + .byte N24 , Gs3 + .byte W12 + .byte W12 + .byte PAN , c_v+0 + .byte N24 , As3 + .byte W24 + .byte PAN , c_v+8 + .byte N24 , Dn4 + .byte W24 + .byte PAN , c_v+16 + .byte N24 , Bn3 + .byte W24 + .byte PAN , c_v+24 + .byte N12 , As3 + .byte W12 + .byte PAN , c_v+10 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte BEND , c_v+0 + .byte N96 , Fn3 , v100 + .byte W96 + .byte N72 , Fn2 + .byte W72 + .byte N24 , Gn2 + .byte W24 + .byte N96 , Gs2 + .byte W96 + .byte N36 , Ds3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N24 , Ds3 + .byte W24 + .byte N96 , Dn3 + .byte W96 + .byte N72 , Gn2 + .byte W72 + .byte N24 , As2 + .byte W24 + .byte N48 , Cn3 + .byte W48 + .byte As2 + .byte W48 + .byte Gs2 + .byte W48 + .byte Ds2 , v096 + .byte W48 + .byte GOTO + .word bgm_battle35_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle35_2: + .byte KEYSH , bgm_battle35_key+0 + .byte VOICE , 1 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte PAN , c_v-16 + .byte N06 , Cn5 , v060 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte N12 , Cn3 , v112 + .byte W36 + .byte An2 + .byte W36 + .byte Cn3 + .byte W24 + .byte Fn3 + .byte W36 + .byte Gn3 + .byte W36 + .byte An3 + .byte W24 + .byte Cn3 + .byte W36 + .byte An2 + .byte W36 + .byte Cn3 + .byte W24 + .byte Fn3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Cn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 + .byte W36 + .byte An3 + .byte W36 + .byte Cn4 + .byte W24 + .byte Fn4 + .byte W36 + .byte Gn4 + .byte W36 + .byte An4 + .byte W24 + .byte Cn4 + .byte W36 + .byte An3 + .byte W36 + .byte Cn4 + .byte W24 + .byte Fn4 + .byte W36 + .byte Gn4 + .byte W36 + .byte N24 , Cn5 + .byte W12 + .byte MOD , 6 + .byte W12 +bgm_battle35_2_B1: + .byte VOICE , 48 + .byte MOD , 0 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte N36 , Cn4 , v100 + .byte W36 + .byte Fn3 + .byte W36 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N24 , As4 + .byte W24 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte TIE , Ds4 + .byte W96 + .byte W32 + .byte W01 + .byte VOL , 77*bgm_battle35_mvl/mxv + .byte W09 + .byte 74*bgm_battle35_mvl/mxv + .byte W09 + .byte 71*bgm_battle35_mvl/mxv + .byte W06 + .byte 67*bgm_battle35_mvl/mxv + .byte W09 + .byte 62*bgm_battle35_mvl/mxv + .byte W09 + .byte 56*bgm_battle35_mvl/mxv + .byte W06 + .byte 47*bgm_battle35_mvl/mxv + .byte W06 + .byte 39*bgm_battle35_mvl/mxv + .byte W06 + .byte EOT + .byte W03 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte N36 , Dn4 + .byte W36 + .byte Fn4 + .byte W36 + .byte N24 , As4 + .byte W24 + .byte Dn5 + .byte W24 + .byte As4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte N48 , Ds4 + .byte W48 + .byte Dn4 + .byte W48 + .byte Cn4 + .byte W48 + .byte Ds4 + .byte W48 + .byte VOICE , 56 + .byte N24 , Fn4 , v112 + .byte W24 + .byte Dn4 + .byte W24 + .byte N48 , As3 + .byte W21 + .byte MOD , 6 + .byte W24 + .byte W03 + .byte VOICE , 46 + .byte MOD , 0 + .byte PAN , c_v+32 + .byte N24 , Fn4 , v092 + .byte W24 + .byte PAN , c_v-32 + .byte N24 , Dn4 + .byte W24 + .byte PAN , c_v+32 + .byte N48 , As3 + .byte W48 +bgm_battle35_2_000: + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte N24 , Gn4 , v112 + .byte W24 + .byte Ds4 + .byte W24 + .byte N48 , Cn4 + .byte W21 + .byte MOD , 6 + .byte W24 + .byte W03 + .byte PEND + .byte VOICE , 46 + .byte MOD , 0 + .byte PAN , c_v-48 + .byte N24 , Gn4 , v092 + .byte W24 + .byte PAN , c_v+32 + .byte N24 , Ds4 + .byte W24 + .byte PAN , c_v-48 + .byte N48 , Cn4 + .byte W48 + .byte PATT + .word bgm_battle35_2_000 + .byte VOICE , 46 + .byte MOD , 0 + .byte PAN , c_v+32 + .byte N24 , Gn4 , v092 + .byte W24 + .byte PAN , c_v-32 + .byte N24 , Ds4 + .byte W24 + .byte PAN , c_v+32 + .byte N48 , Cn4 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte N36 , An4 , v108 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , As4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Cn5 + .byte W24 + .byte W12 + .byte N36 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Dn5 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Cn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOICE , 60 + .byte MOD , 0 + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As3 + .byte W24 + .byte MOD , 6 + .byte W24 +bgm_battle35_2_001: + .byte MOD , 0 + .byte N72 , Fn3 , v108 + .byte W36 + .byte W03 + .byte MOD , 6 + .byte W32 + .byte W01 + .byte 0 + .byte N12 , Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PEND +bgm_battle35_2_002: + .byte MOD , 0 + .byte N48 , Fs3 , v108 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , An3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle35_2_001 + .byte PATT + .word bgm_battle35_2_002 + .byte MOD , 0 + .byte N72 , Fn3 , v108 + .byte W36 + .byte W03 + .byte MOD , 6 + .byte W32 + .byte W01 + .byte 0 + .byte N12 , Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte MOD , 0 + .byte N48 , Ds3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , An2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte TIE , As3 + .byte W72 + .byte MOD , 4 + .byte W24 + .byte W06 + .byte 5 + .byte W03 + .byte VOL , 76*bgm_battle35_mvl/mxv + .byte W15 + .byte 73*bgm_battle35_mvl/mxv + .byte W15 + .byte MOD , 6 + .byte VOL , 69*bgm_battle35_mvl/mxv + .byte W12 + .byte 66*bgm_battle35_mvl/mxv + .byte W09 + .byte 62*bgm_battle35_mvl/mxv + .byte W03 + .byte MOD , 7 + .byte W06 + .byte VOL , 57*bgm_battle35_mvl/mxv + .byte W09 + .byte 46*bgm_battle35_mvl/mxv + .byte W06 + .byte 40*bgm_battle35_mvl/mxv + .byte W06 + .byte 28*bgm_battle35_mvl/mxv + .byte W03 + .byte EOT + .byte W03 + .byte VOICE , 48 + .byte MOD , 0 + .byte VOL , 64*bgm_battle35_mvl/mxv + .byte TIE , As4 , v092 + .byte W09 + .byte VOL , 62*bgm_battle35_mvl/mxv + .byte W12 + .byte 60*bgm_battle35_mvl/mxv + .byte W12 + .byte 58*bgm_battle35_mvl/mxv + .byte W12 + .byte 60*bgm_battle35_mvl/mxv + .byte W09 + .byte 62*bgm_battle35_mvl/mxv + .byte W09 + .byte 66*bgm_battle35_mvl/mxv + .byte W09 + .byte 69*bgm_battle35_mvl/mxv + .byte W09 + .byte 71*bgm_battle35_mvl/mxv + .byte W06 + .byte 74*bgm_battle35_mvl/mxv + .byte W09 + .byte 76*bgm_battle35_mvl/mxv + .byte W09 + .byte 80*bgm_battle35_mvl/mxv + .byte W36 + .byte W03 + .byte EOT + .byte N48 , Bn3 , v108 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v-32 + .byte N24 , As3 , v100 + .byte W24 + .byte PAN , c_v-23 + .byte N24 , Fn3 + .byte W24 + .byte PAN , c_v-16 + .byte N24 , Bn3 + .byte W24 + .byte PAN , c_v-8 + .byte N24 , Gs3 + .byte W24 + .byte PAN , c_v+0 + .byte N24 , As3 + .byte W24 + .byte PAN , c_v+8 + .byte N24 , Fn3 + .byte W24 + .byte PAN , c_v+16 + .byte N24 , Gs3 + .byte W24 + .byte PAN , c_v+23 + .byte N24 , Ds3 + .byte W24 + .byte PAN , c_v+32 + .byte N24 , As3 + .byte W24 + .byte PAN , c_v+23 + .byte N24 , Fn3 + .byte W24 + .byte PAN , c_v+16 + .byte N24 , Bn3 + .byte W24 + .byte PAN , c_v+8 + .byte N24 , Gs3 + .byte W24 + .byte PAN , c_v+0 + .byte N24 , As3 + .byte W24 + .byte PAN , c_v-8 + .byte N24 , Dn4 + .byte W24 + .byte PAN , c_v-16 + .byte N24 , Bn3 + .byte W24 + .byte PAN , c_v-25 + .byte N24 , As3 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte TIE , Cn4 , v108 + .byte W96 +bgm_battle35_2_003: + .byte MOD , 7 + .byte W36 + .byte VOL , 75*bgm_battle35_mvl/mxv + .byte W09 + .byte 71*bgm_battle35_mvl/mxv + .byte W09 + .byte 67*bgm_battle35_mvl/mxv + .byte W06 + .byte 62*bgm_battle35_mvl/mxv + .byte W06 + .byte 55*bgm_battle35_mvl/mxv + .byte W06 + .byte 49*bgm_battle35_mvl/mxv + .byte W06 + .byte 42*bgm_battle35_mvl/mxv + .byte W06 + .byte 35*bgm_battle35_mvl/mxv + .byte W06 + .byte 27*bgm_battle35_mvl/mxv + .byte W03 + .byte PEND + .byte EOT , Cn4 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte TIE , Fn3 , v108 + .byte W96 + .byte PATT + .word bgm_battle35_2_003 + .byte EOT , Fn3 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte N96 , Cn4 , v108 + .byte W48 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte N72 , Cn3 + .byte W36 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N24 , Dn3 + .byte W24 + .byte N96 , Ds3 + .byte W48 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte N36 , Cn4 + .byte W18 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte N36 , As3 + .byte W21 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N24 , Gs3 + .byte W24 + .byte N96 , As3 + .byte W48 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte N72 , Dn3 + .byte W36 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N24 , Fn3 + .byte W24 + .byte TIE , Ds3 + .byte W60 + .byte W03 + .byte MOD , 5 + .byte W32 + .byte W01 + .byte VOL , 76*bgm_battle35_mvl/mxv + .byte W09 + .byte MOD , 6 + .byte VOL , 74*bgm_battle35_mvl/mxv + .byte W09 + .byte 71*bgm_battle35_mvl/mxv + .byte W09 + .byte 69*bgm_battle35_mvl/mxv + .byte W06 + .byte 64*bgm_battle35_mvl/mxv + .byte W09 + .byte 60*bgm_battle35_mvl/mxv + .byte W06 + .byte MOD , 7 + .byte W03 + .byte VOL , 56*bgm_battle35_mvl/mxv + .byte W06 + .byte 51*bgm_battle35_mvl/mxv + .byte W09 + .byte 45*bgm_battle35_mvl/mxv + .byte W09 + .byte 40*bgm_battle35_mvl/mxv + .byte W09 + .byte 31*bgm_battle35_mvl/mxv + .byte W06 + .byte 18*bgm_battle35_mvl/mxv + .byte W03 + .byte EOT + .byte MOD , 0 + .byte W03 + .byte GOTO + .word bgm_battle35_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle35_3: + .byte KEYSH , bgm_battle35_key+0 + .byte VOICE , 33 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte PAN , c_v+0 + .byte N96 , Cn2 , v108 + .byte W96 + .byte N48 , As1 + .byte W48 + .byte N24 , Gn1 + .byte W24 + .byte En1 + .byte W24 +bgm_battle35_3_000: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte PEND +bgm_battle35_3_001: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_3_000 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_battle35_3_000 + .byte PATT + .word bgm_battle35_3_001 + .byte PATT + .word bgm_battle35_3_000 + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte An1 + .byte W12 +bgm_battle35_3_B1: +bgm_battle35_3_002: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle35_3_003: + .byte N12 , Cn1 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle35_3_004: + .byte N12 , Ds1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND +bgm_battle35_3_005: + .byte N12 , Ds1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte As1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND +bgm_battle35_3_006: + .byte N12 , Fn1 , v108 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_3_006 + .byte PATT + .word bgm_battle35_3_004 + .byte N12 , Ds1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fn1 + .byte W12 +bgm_battle35_3_007: + .byte N12 , Ds1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND +bgm_battle35_3_008: + .byte N12 , Ds1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte An1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_3_007 + .byte PATT + .word bgm_battle35_3_008 + .byte N12 , Fn1 , v108 + .byte W12 + .byte N24 , An1 + .byte W24 + .byte N12 , Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte N12 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte N12 + .byte W12 + .byte Cn2 + .byte W12 + .byte An1 + .byte W12 +bgm_battle35_3_009: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND +bgm_battle35_3_010: + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte As1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_3_009 + .byte PATT + .word bgm_battle35_3_010 + .byte PATT + .word bgm_battle35_3_010 + .byte PATT + .word bgm_battle35_3_010 + .byte PATT + .word bgm_battle35_3_010 + .byte PATT + .word bgm_battle35_3_009 + .byte PATT + .word bgm_battle35_3_009 + .byte PATT + .word bgm_battle35_3_009 + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PATT + .word bgm_battle35_3_009 + .byte PATT + .word bgm_battle35_3_009 + .byte PATT + .word bgm_battle35_3_009 + .byte N12 , As0 , v108 + .byte W12 + .byte Fn1 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte N12 + .byte W12 + .byte As0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte PATT + .word bgm_battle35_3_002 + .byte PATT + .word bgm_battle35_3_002 + .byte PATT + .word bgm_battle35_3_007 + .byte N12 , Ds1 , v108 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Dn2 + .byte W12 + .byte As1 + .byte W12 + .byte PATT + .word bgm_battle35_3_002 + .byte PATT + .word bgm_battle35_3_003 + .byte PATT + .word bgm_battle35_3_004 + .byte PATT + .word bgm_battle35_3_005 + .byte PATT + .word bgm_battle35_3_006 + .byte PATT + .word bgm_battle35_3_006 + .byte PATT + .word bgm_battle35_3_004 + .byte N12 , Ds1 , v108 + .byte W12 + .byte Gs1 + .byte W12 + .byte As1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte GOTO + .word bgm_battle35_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle35_4: + .byte KEYSH , bgm_battle35_key+0 + .byte VOICE , 4 + .byte LFOS , 16 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte W18 + .byte N06 , Cn6 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte N24 , Fn3 , v060 + .byte W24 + .byte N12 , Cn3 + .byte W36 + .byte An2 + .byte W36 + .byte Cn3 + .byte W24 + .byte Fn3 + .byte W36 + .byte Gn3 + .byte W36 + .byte An3 + .byte W24 + .byte VOICE , 82 + .byte N12 , Fn3 + .byte W36 + .byte An2 + .byte W36 + .byte Cn3 + .byte W24 + .byte Fn3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Cn4 + .byte W24 +bgm_battle35_4_B1: + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N36 , Fn3 , v060 + .byte W36 + .byte Cn3 + .byte W36 + .byte N12 , As3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte TIE , As3 + .byte W56 + .byte W01 + .byte MOD , 4 + .byte W36 + .byte W03 + .byte 5 + .byte W30 + .byte 6 + .byte W30 + .byte EOT + .byte MOD , 0 + .byte N12 , Gn3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte W24 + .byte Dn3 + .byte W24 + .byte N48 , As2 + .byte W48 + .byte N24 , Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte Fn2 + .byte W24 + .byte N48 , Gs2 + .byte W48 + .byte N12 , Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte Gs2 + .byte W12 + .byte As2 + .byte W12 + .byte N48 , Cn3 + .byte W48 + .byte Gs2 + .byte W48 + .byte PAN , c_v+0 + .byte W12 + .byte VOICE , 4 + .byte N12 , As2 + .byte W24 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W24 + .byte W96 +bgm_battle35_4_000: + .byte W12 + .byte N12 , Cn3 , v060 + .byte W24 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W24 + .byte PEND + .byte W60 + .byte As2 + .byte W12 + .byte An2 + .byte W12 + .byte Gn2 + .byte W12 + .byte PATT + .word bgm_battle35_4_000 + .byte W36 + .byte VOICE , 80 + .byte N24 , Cn3 , v060 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 , v072 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 84 + .byte N12 , Fn2 , v052 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N24 , As2 + .byte W24 + .byte Bn2 + .byte W24 + .byte N12 , As2 + .byte W12 +bgm_battle35_4_001: + .byte N12 , Gs2 , v052 + .byte W48 + .byte N48 , Bn2 + .byte W48 + .byte PEND + .byte N12 , Fn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N24 , As2 + .byte W24 + .byte Bn2 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte PATT + .word bgm_battle35_4_001 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte PAN , c_v-48 + .byte N03 , Cn5 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte W12 + .byte Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte As4 + .byte W12 + .byte Ds5 + .byte W24 + .byte PAN , c_v+48 + .byte N03 , Cn5 , v040 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte W12 + .byte Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte As4 + .byte W12 + .byte Ds5 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte N48 , Gs2 , v060 + .byte W48 + .byte GOTO + .word bgm_battle35_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle35_5: + .byte KEYSH , bgm_battle35_key+0 + .byte VOICE , 82 + .byte LFOS , 16 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte PAN , c_v-48 + .byte N06 , Cn3 , v052 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte VOICE , 86 + .byte PAN , c_v+0 + .byte N06 , Cn5 , v032 + .byte W06 + .byte Dn5 + .byte W06 + .byte N12 , En5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N24 + .byte W06 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N12 , Fn5 + .byte W12 + .byte En5 + .byte W12 + .byte N06 , Fn5 + .byte W06 + .byte En5 + .byte W06 + .byte N72 , Dn5 + .byte W36 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte W24 +bgm_battle35_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 5 + .byte N12 , Cn2 , v052 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 +bgm_battle35_5_000: + .byte N12 , As1 , v052 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gn2 + .byte W12 + .byte As2 + .byte W12 + .byte As1 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gn2 + .byte W12 + .byte As2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_5_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle35_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle35_6: + .byte KEYSH , bgm_battle35_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte BEND , c_v-2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle35_6_B1: + .byte PAN , c_v+48 + .byte N12 , Cn2 , v064 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 +bgm_battle35_6_000: + .byte N12 , Ds2 , v064 + .byte W12 + .byte Gs2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_6_000 +bgm_battle35_6_001: + .byte N12 , Fn2 , v064 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_6_001 + .byte PATT + .word bgm_battle35_6_000 + .byte PATT + .word bgm_battle35_6_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle35_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle35_7: + .byte KEYSH , bgm_battle35_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte W96 + .byte W72 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W12 +bgm_battle35_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 +bgm_battle35_7_B1: + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 +bgm_battle35_7_001: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_001 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_001 + .byte N12 , Dn1 , v112 + .byte W24 + .byte N12 + .byte W60 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle35_7_001 + .byte PATT + .word bgm_battle35_7_000 +bgm_battle35_7_002: + .byte W36 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_002 + .byte PATT + .word bgm_battle35_7_001 + .byte PATT + .word bgm_battle35_7_002 + .byte PATT + .word bgm_battle35_7_001 + .byte PATT + .word bgm_battle35_7_000 +bgm_battle35_7_003: + .byte W12 + .byte N12 , Dn1 , v112 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_003 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_003 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_003 + .byte N96 , An2 , v096 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_000 + .byte PATT + .word bgm_battle35_7_001 + .byte GOTO + .word bgm_battle35_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle35_8: + .byte KEYSH , bgm_battle35_key+0 + .byte VOICE , 47 + .byte PAN , c_v-8 + .byte VOL , 80*bgm_battle35_mvl/mxv + .byte W96 + .byte W96 +bgm_battle35_8_000: + .byte N12 , Cn2 , v124 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle35_8_000 + .byte PATT + .word bgm_battle35_8_000 + .byte PATT + .word bgm_battle35_8_000 + .byte PATT + .word bgm_battle35_8_000 + .byte PATT + .word bgm_battle35_8_000 + .byte PATT + .word bgm_battle35_8_000 + .byte PATT + .word bgm_battle35_8_000 +bgm_battle35_8_B1: +bgm_battle35_8_001: + .byte N12 , Cn2 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte W12 + .byte N12 , Cn2 , v112 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte PATT + .word bgm_battle35_8_001 +bgm_battle35_8_002: + .byte N12 , Cn2 , v112 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_002 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_002 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 +bgm_battle35_8_003: + .byte N12 , Cn2 , v112 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_003 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_003 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_003 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte PATT + .word bgm_battle35_8_001 + .byte GOTO + .word bgm_battle35_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle35: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle35_pri @ Priority + .byte bgm_battle35_rev @ Reverb. + + .word bgm_battle35_grp + + .word bgm_battle35_1 + .word bgm_battle35_2 + .word bgm_battle35_3 + .word bgm_battle35_4 + .word bgm_battle35_5 + .word bgm_battle35_6 + .word bgm_battle35_7 + .word bgm_battle35_8 + + .end diff --git a/sound/songs/bgm_battle36.s b/sound/songs/bgm_battle36.s new file mode 100644 index 000000000..7f5f81ee3 --- /dev/null +++ b/sound/songs/bgm_battle36.s @@ -0,0 +1,1657 @@ + .include "MPlayDef.s" + + .equ bgm_battle36_grp, voicegroup_845019C + .equ bgm_battle36_pri, 1 + .equ bgm_battle36_rev, reverb_set+50 + .equ bgm_battle36_mvl, 127 + .equ bgm_battle36_key, 0 + .equ bgm_battle36_tbs, 1 + .equ bgm_battle36_exg, 0 + .equ bgm_battle36_cmp, 1 + + .section .rodata + .global bgm_battle36 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle36_1: + .byte KEYSH , bgm_battle36_key+0 + .byte TEMPO , 160*bgm_battle36_tbs/2 + .byte VOICE , 48 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , Cs4 , v112 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte En3 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As2 + .byte W08 + .byte Ds3 + .byte W08 + .byte Dn3 + .byte W08 + .byte An2 + .byte W08 + .byte Dn3 + .byte W08 + .byte W96 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v-48 + .byte BEND , c_v-2 + .byte W12 + .byte N36 , Cs4 , v020 + .byte W36 + .byte N12 , Dn4 + .byte W60 + .byte N36 , Gs3 + .byte W36 + .byte N12 , An3 + .byte W60 + .byte N36 , Cs3 + .byte W36 + .byte N12 , Dn3 + .byte W96 + .byte W24 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W24 + .byte An3 + .byte W18 + .byte Cn4 + .byte W06 + .byte W12 + .byte Ds4 + .byte W84 + .byte W60 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte W12 + .byte En3 + .byte W18 + .byte As3 + .byte W18 + .byte En3 + .byte W48 + .byte W42 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W24 + .byte An3 + .byte W06 + .byte W12 + .byte Cn4 + .byte W18 + .byte An3 + .byte W66 + .byte VOICE , 48 + .byte PAN , c_v-10 + .byte BEND , c_v+0 + .byte TIE , Cs3 , v100 + .byte W96 + .byte W72 + .byte EOT + .byte N16 , An3 + .byte W16 + .byte N08 , Gs3 + .byte W08 + .byte N96 , Bn3 + .byte W96 +bgm_battle36_1_000: + .byte N64 , An3 , v100 + .byte W64 + .byte N08 , Gs3 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte PEND + .byte N96 , Gs3 + .byte W96 + .byte Cs3 + .byte W96 +bgm_battle36_1_B1: + .byte PAN , c_v-10 + .byte TIE , Dn3 , v100 + .byte W96 + .byte W72 + .byte EOT + .byte N16 , As3 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte N96 , Cn4 + .byte W96 + .byte N64 , As3 + .byte W64 + .byte N08 , An3 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N96 , An3 + .byte W96 + .byte Dn4 + .byte W96 +bgm_battle36_1_001: + .byte VOL , 54*bgm_battle36_mvl/mxv + .byte N96 , As2 , v100 + .byte W08 + .byte VOL , 57*bgm_battle36_mvl/mxv + .byte W08 + .byte 59*bgm_battle36_mvl/mxv + .byte W08 + .byte 62*bgm_battle36_mvl/mxv + .byte W08 + .byte 65*bgm_battle36_mvl/mxv + .byte W08 + .byte 68*bgm_battle36_mvl/mxv + .byte W08 + .byte 72*bgm_battle36_mvl/mxv + .byte W08 + .byte 75*bgm_battle36_mvl/mxv + .byte W08 + .byte 80*bgm_battle36_mvl/mxv + .byte W32 + .byte PEND + .byte 54*bgm_battle36_mvl/mxv + .byte N96 , Gn2 + .byte W08 + .byte VOL , 57*bgm_battle36_mvl/mxv + .byte W08 + .byte 59*bgm_battle36_mvl/mxv + .byte W08 + .byte 62*bgm_battle36_mvl/mxv + .byte W08 + .byte 65*bgm_battle36_mvl/mxv + .byte W08 + .byte 68*bgm_battle36_mvl/mxv + .byte W08 + .byte 72*bgm_battle36_mvl/mxv + .byte W08 + .byte 75*bgm_battle36_mvl/mxv + .byte W08 + .byte 80*bgm_battle36_mvl/mxv + .byte W32 + .byte N12 , Fs2 , v108 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle36_1_001 + .byte VOL , 54*bgm_battle36_mvl/mxv + .byte N96 , Ds3 , v100 + .byte W08 + .byte VOL , 57*bgm_battle36_mvl/mxv + .byte W08 + .byte 59*bgm_battle36_mvl/mxv + .byte W08 + .byte 62*bgm_battle36_mvl/mxv + .byte W08 + .byte 65*bgm_battle36_mvl/mxv + .byte W08 + .byte 68*bgm_battle36_mvl/mxv + .byte W08 + .byte 72*bgm_battle36_mvl/mxv + .byte W08 + .byte 75*bgm_battle36_mvl/mxv + .byte W08 + .byte 80*bgm_battle36_mvl/mxv + .byte W32 + .byte N12 , Dn3 , v108 + .byte W96 + .byte W96 + .byte TIE , Cs3 , v100 + .byte W96 + .byte W72 + .byte EOT + .byte N16 , An3 + .byte W16 + .byte N08 , Gs3 + .byte W08 + .byte N96 , Bn3 + .byte W96 + .byte PATT + .word bgm_battle36_1_000 + .byte N96 , Gs3 , v100 + .byte W96 + .byte Cs3 + .byte W96 + .byte GOTO + .word bgm_battle36_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle36_2: + .byte KEYSH , bgm_battle36_key+0 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte PAN , c_v-16 + .byte N24 , Gs4 , v076 + .byte W48 + .byte PAN , c_v+16 + .byte N24 + .byte W48 + .byte W48 + .byte PAN , c_v-16 + .byte N24 + .byte W48 + .byte W24 + .byte PAN , c_v+16 + .byte N24 + .byte W24 + .byte PAN , c_v-16 + .byte N24 + .byte W48 + .byte PAN , c_v+16 + .byte N24 + .byte W96 + .byte VOICE , 56 + .byte W24 + .byte PAN , c_v-10 + .byte W12 + .byte N36 , Cs4 , v108 + .byte W36 + .byte N12 , Dn4 + .byte W24 + .byte W36 + .byte N36 , Gs3 + .byte W36 + .byte N12 , An3 + .byte W24 + .byte W36 + .byte N36 , Cs3 + .byte W36 + .byte N12 , Dn3 + .byte W24 + .byte W96 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W24 + .byte An3 + .byte W18 + .byte Cn4 + .byte W18 + .byte Ds4 + .byte W12 + .byte W96 + .byte W36 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W24 + .byte En3 + .byte W12 + .byte W06 + .byte As3 + .byte W18 + .byte En3 + .byte W72 + .byte W18 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W24 + .byte An3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W06 + .byte An3 + .byte W90 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte TIE , Cs2 , v100 + .byte W96 + .byte W72 + .byte EOT + .byte N16 , An2 + .byte W16 + .byte N08 , Gs2 + .byte W08 + .byte N96 , Bn2 + .byte W96 +bgm_battle36_2_000: + .byte N64 , An2 , v100 + .byte W64 + .byte N08 , Gs2 + .byte W08 + .byte N16 , Fs2 + .byte W16 + .byte N08 , An2 + .byte W08 + .byte PEND + .byte N96 , Gs2 + .byte W96 + .byte Cs2 + .byte W96 +bgm_battle36_2_B1: + .byte PAN , c_v+0 + .byte TIE , Dn2 , v100 + .byte W96 + .byte W72 + .byte EOT + .byte N16 , As2 + .byte W16 + .byte N08 , An2 + .byte W08 + .byte N96 , Cn3 + .byte W96 + .byte N64 , As2 + .byte W64 + .byte N08 , An2 + .byte W08 + .byte N16 , Gn2 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte N96 , An2 + .byte W96 + .byte Dn3 + .byte W96 +bgm_battle36_2_001: + .byte VOL , 54*bgm_battle36_mvl/mxv + .byte N96 , Ds3 , v100 + .byte W08 + .byte VOL , 57*bgm_battle36_mvl/mxv + .byte W08 + .byte 59*bgm_battle36_mvl/mxv + .byte W08 + .byte 62*bgm_battle36_mvl/mxv + .byte W08 + .byte 65*bgm_battle36_mvl/mxv + .byte W08 + .byte 68*bgm_battle36_mvl/mxv + .byte W08 + .byte 72*bgm_battle36_mvl/mxv + .byte W08 + .byte 75*bgm_battle36_mvl/mxv + .byte W08 + .byte 80*bgm_battle36_mvl/mxv + .byte W32 + .byte PEND + .byte 54*bgm_battle36_mvl/mxv + .byte N96 , Cn3 + .byte W08 + .byte VOL , 57*bgm_battle36_mvl/mxv + .byte W08 + .byte 59*bgm_battle36_mvl/mxv + .byte W08 + .byte 62*bgm_battle36_mvl/mxv + .byte W08 + .byte 65*bgm_battle36_mvl/mxv + .byte W08 + .byte 68*bgm_battle36_mvl/mxv + .byte W08 + .byte 72*bgm_battle36_mvl/mxv + .byte W08 + .byte 75*bgm_battle36_mvl/mxv + .byte W08 + .byte 80*bgm_battle36_mvl/mxv + .byte W32 + .byte N12 , Dn3 , v108 + .byte W96 + .byte W96 + .byte PATT + .word bgm_battle36_2_001 + .byte VOL , 54*bgm_battle36_mvl/mxv + .byte N96 , Gn3 , v100 + .byte W08 + .byte VOL , 57*bgm_battle36_mvl/mxv + .byte W08 + .byte 59*bgm_battle36_mvl/mxv + .byte W08 + .byte 62*bgm_battle36_mvl/mxv + .byte W08 + .byte 65*bgm_battle36_mvl/mxv + .byte W08 + .byte 68*bgm_battle36_mvl/mxv + .byte W08 + .byte 72*bgm_battle36_mvl/mxv + .byte W08 + .byte 75*bgm_battle36_mvl/mxv + .byte W08 + .byte 80*bgm_battle36_mvl/mxv + .byte W32 + .byte N12 , Fs3 , v108 + .byte W96 + .byte W96 + .byte TIE , Cs2 , v100 + .byte W96 + .byte W72 + .byte EOT + .byte N16 , An2 + .byte W16 + .byte N08 , Gs2 + .byte W08 + .byte N96 , Bn2 + .byte W96 + .byte PATT + .word bgm_battle36_2_000 + .byte N96 , Gs2 , v100 + .byte W96 + .byte Cs2 + .byte W96 + .byte GOTO + .word bgm_battle36_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle36_3: + .byte KEYSH , bgm_battle36_key+0 + .byte VOICE , 36 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte N08 , Cs0 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An0 + .byte W08 + .byte Gs0 + .byte W08 + .byte Cs1 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Cs2 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Cs1 + .byte W08 + .byte Gs0 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte Bn0 + .byte W08 + .byte Cn1 + .byte W08 +bgm_battle36_3_000: + .byte N08 , Cs1 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Cs1 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An1 + .byte W08 + .byte Gs1 + .byte W08 + .byte PEND +bgm_battle36_3_001: + .byte N08 , Cs1 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Cs1 + .byte W08 + .byte Gs0 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte Bn0 + .byte W08 + .byte Cn1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 +bgm_battle36_3_002: + .byte N08 , Dn1 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte An1 + .byte W08 + .byte Dn1 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte An1 + .byte W08 + .byte PEND +bgm_battle36_3_003: + .byte N08 , Dn1 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte An1 + .byte W08 + .byte Dn1 + .byte W08 + .byte An0 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte Cn1 + .byte W08 + .byte Cs1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_002 + .byte N08 , Dn1 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte An1 + .byte W08 + .byte Dn1 + .byte W08 + .byte Dn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte Cs2 + .byte W08 + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 +bgm_battle36_3_B1: + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_002 + .byte PATT + .word bgm_battle36_3_003 + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 + .byte PATT + .word bgm_battle36_3_000 + .byte PATT + .word bgm_battle36_3_001 + .byte GOTO + .word bgm_battle36_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle36_4: + .byte KEYSH , bgm_battle36_key+0 + .byte VOICE , 6 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte PAN , c_v+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte N08 , Cs5 , v060 + .byte W16 + .byte N08 + .byte W16 + .byte An5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Cs3 + .byte W16 + .byte N08 + .byte W16 + .byte An3 + .byte W08 + .byte Gs3 + .byte W08 +bgm_battle36_4_000: + .byte N08 , Cs4 , v060 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs5 + .byte W16 + .byte N08 + .byte W16 + .byte An5 + .byte W08 + .byte Gs5 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_4_000 +bgm_battle36_4_001: + .byte N08 , Cs4 , v060 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 +bgm_battle36_4_002: + .byte N08 , Dn4 , v060 + .byte W16 + .byte N08 + .byte W16 + .byte As4 + .byte W08 + .byte An4 + .byte W08 + .byte Dn4 + .byte W16 + .byte N08 + .byte W16 + .byte As4 + .byte W08 + .byte An4 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 +bgm_battle36_4_B1: + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte PATT + .word bgm_battle36_4_002 + .byte VOICE , 5 + .byte PAN , c_v+48 + .byte N08 , Dn3 , v060 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cs3 , v056 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 , v052 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 , v048 + .byte W08 + .byte As2 + .byte W08 + .byte Ds3 + .byte W08 + .byte An2 , v044 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gs2 , v040 + .byte W08 + .byte Cn3 + .byte W08 + .byte Gn2 + .byte W08 + .byte Bn2 , v036 + .byte W08 + .byte Fs2 + .byte W08 + .byte As2 , v032 + .byte W08 + .byte Fn2 + .byte W08 + .byte An2 , v028 + .byte W08 + .byte En2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Ds2 , v024 + .byte W08 + .byte Gn2 + .byte W08 + .byte VOICE , 6 + .byte PAN , c_v+0 + .byte N08 , Cs4 , v060 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte PATT + .word bgm_battle36_4_001 + .byte GOTO + .word bgm_battle36_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle36_5: + .byte KEYSH , bgm_battle36_key+0 + .byte VOICE , 7 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte PAN , c_v+48 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte BEND , c_v-2 + .byte W08 + .byte N08 , Cs5 , v032 + .byte W16 + .byte N08 + .byte W16 + .byte An5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Cs3 + .byte W16 + .byte N08 + .byte W16 + .byte An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs5 + .byte W16 + .byte N08 + .byte W16 + .byte An5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs5 + .byte W16 + .byte N08 + .byte W16 + .byte An5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 +bgm_battle36_5_000: + .byte N08 , Gs4 , v032 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 +bgm_battle36_5_001: + .byte N08 , Gs4 , v032 + .byte W08 + .byte Dn4 + .byte W16 + .byte N08 + .byte W16 + .byte As4 + .byte W08 + .byte An4 + .byte W08 + .byte Dn4 + .byte W16 + .byte N08 + .byte W16 + .byte As4 + .byte W08 + .byte PEND +bgm_battle36_5_002: + .byte N08 , An4 , v032 + .byte W08 + .byte Dn4 + .byte W16 + .byte N08 + .byte W16 + .byte As4 + .byte W08 + .byte An4 + .byte W08 + .byte Dn4 + .byte W16 + .byte N08 + .byte W16 + .byte As4 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte N08 , An4 , v032 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 +bgm_battle36_5_B1: + .byte PATT + .word bgm_battle36_5_001 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte N08 , An4 , v032 + .byte W08 + .byte N12 , Dn4 + .byte W16 + .byte N12 + .byte W16 + .byte N08 , As4 + .byte W08 + .byte An4 + .byte W08 + .byte Dn4 + .byte W16 + .byte N08 + .byte W16 + .byte As4 + .byte W08 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte PATT + .word bgm_battle36_5_002 + .byte VOICE , 82 + .byte VOL , 54*bgm_battle36_mvl/mxv + .byte N12 , As2 , v072 + .byte W08 + .byte VOL , 57*bgm_battle36_mvl/mxv + .byte W04 + .byte VOICE , 83 + .byte N12 + .byte W04 + .byte VOL , 59*bgm_battle36_mvl/mxv + .byte W08 + .byte 62*bgm_battle36_mvl/mxv + .byte N12 + .byte W08 + .byte VOL , 65*bgm_battle36_mvl/mxv + .byte W04 + .byte N12 + .byte W04 + .byte VOL , 68*bgm_battle36_mvl/mxv + .byte W08 + .byte 72*bgm_battle36_mvl/mxv + .byte N12 + .byte W08 + .byte VOL , 75*bgm_battle36_mvl/mxv + .byte W04 + .byte N12 + .byte W04 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte W08 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 4 + .byte PAN , c_v-48 + .byte N08 , An4 , v060 + .byte W08 + .byte Dn5 + .byte W08 + .byte Gs4 , v056 + .byte W08 + .byte Cs5 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cn5 , v052 + .byte W08 + .byte Fs4 + .byte W08 + .byte Bn4 , v048 + .byte W08 + .byte Fn4 + .byte W08 + .byte As4 + .byte W08 + .byte En4 , v044 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds4 , v040 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs4 , v036 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fn4 , v032 + .byte W08 + .byte Cn4 + .byte W08 + .byte En4 , v028 + .byte W08 + .byte Bn3 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 , v024 + .byte W08 + .byte Dn4 + .byte W08 + .byte PAN , c_v+48 + .byte W08 + .byte VOICE , 7 + .byte N08 , Cs4 , v032 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs4 + .byte W16 + .byte N08 + .byte W16 + .byte An4 + .byte W08 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte PATT + .word bgm_battle36_5_000 + .byte GOTO + .word bgm_battle36_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle36_6: + .byte KEYSH , bgm_battle36_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-1 + .byte N06 , Gs4 , v048 + .byte W48 + .byte N06 + .byte W48 + .byte W48 + .byte N06 + .byte W48 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W48 + .byte N06 + .byte W96 + .byte W36 + .byte Cs4 + .byte W36 + .byte Dn4 + .byte W24 + .byte W36 + .byte Gs3 + .byte W36 + .byte An3 + .byte W24 + .byte W36 + .byte Cs3 + .byte W36 + .byte Dn3 + .byte W24 + .byte W96 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W24 + .byte An3 + .byte W18 + .byte Cn4 + .byte W18 + .byte Ds4 + .byte W12 + .byte W96 + .byte W36 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W24 + .byte En3 + .byte W12 + .byte W06 + .byte As3 + .byte W18 + .byte En3 + .byte W72 + .byte W18 + .byte Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W24 + .byte An3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W06 + .byte An3 + .byte W90 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle36_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle36_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle36_7: + .byte KEYSH , bgm_battle36_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte N24 , Cn2 , v120 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Bn1 + .byte W24 +bgm_battle36_7_000: + .byte N24 , Cn2 , v120 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Bn1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle36_7_000 + .byte N24 , Cn2 , v120 + .byte W24 + .byte N24 + .byte W24 + .byte N36 , An2 , v096 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte N16 , Dn1 , v112 + .byte W16 + .byte N08 + .byte W08 +bgm_battle36_7_B1: +bgm_battle36_7_001: + .byte W24 + .byte N24 , Dn1 , v112 + .byte W48 + .byte N24 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 +bgm_battle36_7_002: + .byte W24 + .byte N24 , Dn1 , v112 + .byte W48 + .byte N16 + .byte W16 + .byte N08 + .byte W08 + .byte PEND + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte W24 + .byte N24 , Dn1 , v112 + .byte W40 + .byte N16 + .byte W16 + .byte N16 + .byte W16 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte W96 + .byte W72 + .byte N24 , Dn1 , v112 + .byte W24 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_002 + .byte PATT + .word bgm_battle36_7_001 + .byte PATT + .word bgm_battle36_7_001 + .byte GOTO + .word bgm_battle36_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle36_8: + .byte KEYSH , bgm_battle36_key+0 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte VOL , 80*bgm_battle36_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle36_8_000: + .byte N24 , Cn2 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Bn1 + .byte W24 + .byte PEND +bgm_battle36_8_001: + .byte N24 , Cn2 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Cs2 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle36_8_000 + .byte PATT + .word bgm_battle36_8_001 +bgm_battle36_8_002: + .byte N48 , Cn2 , v112 + .byte W48 + .byte N48 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle36_8_002 + .byte PATT + .word bgm_battle36_8_002 + .byte PATT + .word bgm_battle36_8_002 + .byte PATT + .word bgm_battle36_8_002 + .byte N48 , Cn2 , v112 + .byte W48 + .byte N24 + .byte W32 + .byte N08 , An1 + .byte W08 + .byte As1 + .byte W08 + .byte PATT + .word bgm_battle36_8_000 + .byte PATT + .word bgm_battle36_8_000 + .byte PATT + .word bgm_battle36_8_000 + .byte PATT + .word bgm_battle36_8_000 + .byte PATT + .word bgm_battle36_8_000 + .byte N24 , Cn2 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W48 +bgm_battle36_8_B1: +bgm_battle36_8_003: + .byte N24 , Cn2 , v112 + .byte W48 + .byte N24 + .byte W48 + .byte PEND + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte N24 , Cn2 , v112 + .byte W48 + .byte N16 + .byte W48 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_002 + .byte N48 , Cn2 , v112 + .byte W48 + .byte N24 + .byte W48 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte PATT + .word bgm_battle36_8_003 + .byte GOTO + .word bgm_battle36_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle36: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle36_pri @ Priority + .byte bgm_battle36_rev @ Reverb. + + .word bgm_battle36_grp + + .word bgm_battle36_1 + .word bgm_battle36_2 + .word bgm_battle36_3 + .word bgm_battle36_4 + .word bgm_battle36_5 + .word bgm_battle36_6 + .word bgm_battle36_7 + .word bgm_battle36_8 + + .end diff --git a/sound/songs/bgm_battle38.s b/sound/songs/bgm_battle38.s new file mode 100644 index 000000000..67682909e --- /dev/null +++ b/sound/songs/bgm_battle38.s @@ -0,0 +1,2267 @@ + .include "MPlayDef.s" + + .equ bgm_battle38_grp, voicegroup_8450FA0 + .equ bgm_battle38_pri, 1 + .equ bgm_battle38_rev, reverb_set+50 + .equ bgm_battle38_mvl, 127 + .equ bgm_battle38_key, 0 + .equ bgm_battle38_tbs, 1 + .equ bgm_battle38_exg, 0 + .equ bgm_battle38_cmp, 1 + + .section .rodata + .global bgm_battle38 + .align 2 + +@********************** Track 1 **********************@ + +bgm_battle38_1: + .byte KEYSH , bgm_battle38_key+0 + .byte TEMPO , 214*bgm_battle38_tbs/2 + .byte VOICE , 60 + .byte LFOS , 15 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte PAN , c_v+10 + .byte N12 , An3 , v108 + .byte W48 + .byte TIE , Ds4 + .byte W48 + .byte W96 + .byte EOT + .byte N12 , Dn4 + .byte W96 +bgm_battle38_1_000: + .byte N12 , Dn4 , v096 + .byte W72 + .byte N24 , Ds4 , v108 + .byte W24 + .byte PEND + .byte N12 , Fn4 + .byte W72 + .byte Ds4 + .byte W24 + .byte Dn4 + .byte W48 + .byte N48 , Ds4 + .byte W48 + .byte N12 , Dn4 + .byte W96 + .byte PATT + .word bgm_battle38_1_000 + .byte N12 , Fn4 , v108 + .byte W72 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Dn4 + .byte W36 + .byte Cn4 + .byte W36 + .byte N24 , Ds4 + .byte W24 +bgm_battle38_1_B1: + .byte VOICE , 56 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte PAN , c_v+10 + .byte N06 , An3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , As3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte VOICE , 48 + .byte N12 , Ds3 , v100 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte VOICE , 56 + .byte N06 , An3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , As3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte N12 , Ds3 , v100 + .byte W03 + .byte VOICE , 48 + .byte W09 + .byte N12 , Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Dn4 , v096 + .byte W24 + .byte An3 + .byte W24 + .byte As3 + .byte W24 + .byte An3 + .byte W24 + .byte Ds4 + .byte W24 + .byte As3 + .byte W24 + .byte Cn4 + .byte W24 + .byte As3 + .byte W24 + .byte Fn4 + .byte W24 + .byte Cn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cn4 + .byte W24 + .byte N48 , Gs4 + .byte W48 + .byte Gn4 + .byte W48 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte N48 , Fs4 + .byte W48 + .byte An4 + .byte W48 + .byte Dn4 + .byte W48 + .byte Fs4 + .byte W48 + .byte An3 , v088 + .byte W48 + .byte Dn4 + .byte W48 + .byte Fs3 , v072 + .byte W48 + .byte An3 + .byte W48 + .byte VOICE , 48 + .byte PAN , c_v+36 + .byte W24 + .byte TIE , Gn3 , v088 + .byte W72 + .byte W96 + .byte EOT + .byte W24 + .byte TIE , Fs3 + .byte W72 + .byte W96 + .byte EOT + .byte W24 + .byte TIE , Gn3 + .byte W72 + .byte W48 + .byte EOT + .byte N24 , Ds4 + .byte W24 + .byte N24 + .byte W24 + .byte TIE , An3 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 60 + .byte W24 + .byte PAN , c_v+6 + .byte TIE , Gn3 , v096 + .byte W72 + .byte W96 + .byte EOT + .byte W24 + .byte TIE , Fs3 + .byte W72 + .byte W96 + .byte EOT + .byte W24 + .byte TIE , Gn3 + .byte W72 + .byte W48 + .byte EOT + .byte N24 , Ds4 + .byte W24 + .byte N24 + .byte W24 + .byte TIE , An3 + .byte W96 + .byte W30 + .byte VOL , 78*bgm_battle38_mvl/mxv + .byte W09 + .byte 76*bgm_battle38_mvl/mxv + .byte W09 + .byte 70*bgm_battle38_mvl/mxv + .byte W09 + .byte 65*bgm_battle38_mvl/mxv + .byte W09 + .byte 58*bgm_battle38_mvl/mxv + .byte W09 + .byte 54*bgm_battle38_mvl/mxv + .byte W09 + .byte 44*bgm_battle38_mvl/mxv + .byte W06 + .byte 32*bgm_battle38_mvl/mxv + .byte W03 + .byte EOT + .byte W03 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte N36 , Bn3 + .byte W36 + .byte An3 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N36 , An3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , Fs3 + .byte W24 + .byte N36 , Gn3 + .byte W36 + .byte Fs3 + .byte W36 + .byte N24 , En3 + .byte W24 + .byte N36 , Fs3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , An3 + .byte W24 + .byte PAN , c_v+22 + .byte TIE , Gn3 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Fs3 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Dn3 + .byte W96 + .byte W96 + .byte EOT + .byte TIE + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_battle38_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_battle38_2: + .byte KEYSH , bgm_battle38_key+0 + .byte VOICE , 48 + .byte LFOS , 15 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Dn4 , v108 + .byte W48 + .byte TIE , As4 + .byte W48 + .byte W96 + .byte EOT + .byte N12 , An4 + .byte W96 +bgm_battle38_2_000: + .byte N12 , An4 , v096 + .byte W72 + .byte N24 , As4 , v108 + .byte W24 + .byte PEND + .byte N12 , Cn5 + .byte W72 + .byte As4 + .byte W24 + .byte An4 + .byte W48 + .byte N48 , As4 + .byte W48 + .byte N12 , An4 + .byte W96 + .byte PATT + .word bgm_battle38_2_000 + .byte N12 , Cn5 , v108 + .byte W72 + .byte N24 , As4 + .byte W24 + .byte N12 , An4 + .byte W36 + .byte Gn4 + .byte W36 + .byte N24 , As4 + .byte W24 +bgm_battle38_2_B1: + .byte VOICE , 56 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Dn4 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , An3 + .byte W24 + .byte Cn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Gn3 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , An4 + .byte W24 + .byte Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , As4 + .byte W24 + .byte N36 , An4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Dn4 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N24 , An4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N36 , As4 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Ds4 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N24 , As4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N36 , Cn5 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Fn4 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N24 , Cn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N48 , Ds5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W24 + .byte N48 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W24 + .byte VOICE , 48 + .byte N12 , Cn5 , v100 + .byte W12 + .byte As4 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte TIE , Dn5 + .byte W96 + .byte W96 + .byte VOL , 74*bgm_battle38_mvl/mxv + .byte W09 + .byte 70*bgm_battle38_mvl/mxv + .byte W09 + .byte 65*bgm_battle38_mvl/mxv + .byte W09 + .byte 60*bgm_battle38_mvl/mxv + .byte W09 + .byte 53*bgm_battle38_mvl/mxv + .byte W09 + .byte 45*bgm_battle38_mvl/mxv + .byte W09 + .byte 35*bgm_battle38_mvl/mxv + .byte W09 + .byte 25*bgm_battle38_mvl/mxv + .byte W09 + .byte 15*bgm_battle38_mvl/mxv + .byte W09 + .byte 7*bgm_battle38_mvl/mxv + .byte W09 + .byte EOT + .byte W06 + .byte W96 + .byte VOICE , 60 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte N24 , As3 + .byte W24 + .byte TIE , Cn4 + .byte W72 + .byte W96 + .byte EOT + .byte N24 , An3 + .byte W24 + .byte TIE , Dn4 + .byte W72 + .byte W96 + .byte EOT + .byte N24 , An3 + .byte W24 + .byte TIE , Ds4 + .byte W72 + .byte W48 + .byte EOT + .byte N24 , Gn4 + .byte W24 + .byte N24 + .byte W24 + .byte TIE , Fs4 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 48 + .byte N24 , As3 + .byte W24 + .byte TIE , Cn5 + .byte W72 + .byte W96 + .byte EOT + .byte N24 , An3 + .byte W24 + .byte TIE , Dn5 + .byte W72 + .byte W96 + .byte EOT + .byte N24 , An3 + .byte W24 + .byte TIE , Ds5 + .byte W72 + .byte W48 + .byte EOT + .byte N24 , Cn5 + .byte W24 + .byte N24 + .byte W24 + .byte TIE , Fs4 + .byte W96 + .byte W30 + .byte VOL , 78*bgm_battle38_mvl/mxv + .byte W09 + .byte 76*bgm_battle38_mvl/mxv + .byte W09 + .byte 70*bgm_battle38_mvl/mxv + .byte W09 + .byte 65*bgm_battle38_mvl/mxv + .byte W09 + .byte 58*bgm_battle38_mvl/mxv + .byte W09 + .byte 54*bgm_battle38_mvl/mxv + .byte W09 + .byte 44*bgm_battle38_mvl/mxv + .byte W06 + .byte 32*bgm_battle38_mvl/mxv + .byte W03 + .byte EOT + .byte W03 + .byte VOICE , 56 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte N36 , Gn3 , v116 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Fs3 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N24 , En3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N36 , Fs3 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , En3 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N24 , Dn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N36 , En3 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , Dn3 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N24 , Cs3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N36 , Dn3 + .byte W18 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N36 , En3 + .byte W21 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N24 , Fs3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOICE , 48 + .byte MOD , 0 + .byte N36 , Gn4 , v100 + .byte W36 + .byte Fs4 + .byte W36 + .byte N24 , En4 + .byte W24 + .byte N36 , Fs4 + .byte W36 + .byte En4 + .byte W36 + .byte N24 , Dn4 + .byte W24 + .byte N36 , En4 + .byte W36 + .byte Dn4 + .byte W36 + .byte N24 , Cs4 + .byte W24 + .byte N36 , Dn4 + .byte W36 + .byte En4 + .byte W36 + .byte N24 , Fs4 + .byte W24 + .byte TIE , Cn4 + .byte W96 + .byte W84 + .byte EOT + .byte N06 , Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte TIE , An3 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Gn3 + .byte W96 + .byte W84 + .byte EOT + .byte N06 + .byte W06 + .byte Gs3 + .byte W06 + .byte TIE , An3 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_battle38_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_battle38_3: + .byte KEYSH , bgm_battle38_key+0 + .byte VOICE , 38 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte N12 , Dn1 , v120 + .byte W48 + .byte N12 + .byte W48 + .byte N12 + .byte W48 + .byte N12 + .byte W48 +bgm_battle38_3_000: + .byte N12 , Dn1 , v120 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte PEND +bgm_battle38_3_001: + .byte N12 , Dn1 , v120 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N24 , An1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle38_3_000 +bgm_battle38_3_002: + .byte N12 , Dn1 , v120 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle38_3_000 + .byte PATT + .word bgm_battle38_3_001 + .byte PATT + .word bgm_battle38_3_000 + .byte PATT + .word bgm_battle38_3_002 +bgm_battle38_3_B1: +bgm_battle38_3_003: + .byte N12 , Dn1 , v120 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte PEND + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte Cn2 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte PATT + .word bgm_battle38_3_003 + .byte N12 , Dn1 , v120 + .byte W12 + .byte An1 + .byte W12 + .byte Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte Cn2 + .byte W12 + .byte An1 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte PATT + .word bgm_battle38_3_003 + .byte N12 , Ds1 , v120 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds2 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 +bgm_battle38_3_004: + .byte N12 , Dn1 , v120 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte PEND +bgm_battle38_3_005: + .byte N12 , Dn1 , v120 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle38_3_004 + .byte PATT + .word bgm_battle38_3_005 +bgm_battle38_3_006: + .byte N12 , Dn1 , v120 + .byte W24 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_004 + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_004 + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_004 + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_006 + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_004 + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_006 + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_004 + .byte PATT + .word bgm_battle38_3_005 + .byte PATT + .word bgm_battle38_3_003 + .byte N12 , Dn1 , v120 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte Cn2 + .byte W12 + .byte An1 + .byte W12 + .byte Bn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte Bn1 + .byte W12 + .byte An1 + .byte W12 + .byte Gn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte En2 + .byte W12 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 +bgm_battle38_3_007: + .byte N12 , Dn1 , v120 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle38_3_007 + .byte PATT + .word bgm_battle38_3_003 + .byte PATT + .word bgm_battle38_3_003 + .byte GOTO + .word bgm_battle38_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_battle38_4: + .byte KEYSH , bgm_battle38_key+0 + .byte VOICE , 80 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte LFOS , 15 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte PAN , c_v-48 + .byte N12 , Dn3 , v060 + .byte W48 + .byte TIE , As3 + .byte W48 + .byte MOD , 7 + .byte W96 + .byte EOT + .byte MOD , 0 + .byte N12 , An3 + .byte W96 + .byte PAN , c_v+0 + .byte N12 , An3 , v052 + .byte W72 + .byte N24 , As3 , v060 + .byte W24 + .byte N12 , Cn4 + .byte W72 + .byte As3 + .byte W24 + .byte An3 + .byte W48 + .byte N48 , As3 + .byte W48 + .byte N12 , An3 + .byte W96 + .byte An3 , v052 + .byte W72 + .byte N24 , As3 , v060 + .byte W24 + .byte N12 , Cn4 + .byte W72 + .byte N24 , As3 + .byte W24 + .byte N12 , An3 + .byte W36 + .byte Gn3 + .byte W36 + .byte N24 , As3 + .byte W24 +bgm_battle38_4_B1: + .byte PAN , c_v+0 + .byte N36 , Dn3 , v072 + .byte W36 + .byte N24 , An2 + .byte W24 + .byte N12 , Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte N06 , Dn3 + .byte W96 + .byte N36 + .byte W36 + .byte N24 , Ds3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N06 , Fs3 + .byte W96 + .byte N12 , Dn3 , v060 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N24 , An3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOICE , 81 + .byte PAN , c_v-48 + .byte N12 , Ds3 , v048 + .byte W12 + .byte Ds2 + .byte W12 + .byte As2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte N12 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Cs3 + .byte W12 +bgm_battle38_4_000: + .byte N12 , Dn3 , v048 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte N12 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 +bgm_battle38_4_001: + .byte N12 , Dn3 , v048 + .byte W24 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte N12 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_001 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_001 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte PATT + .word bgm_battle38_4_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 80 + .byte N12 , Cn3 , v060 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 , v048 + .byte W12 + .byte Cn5 + .byte W12 + .byte Dn5 , v044 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cn5 , v040 + .byte W12 + .byte An4 , v036 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn4 , v032 + .byte W12 + .byte An4 + .byte W12 + .byte Fs4 , v028 + .byte W12 + .byte Gn4 , v024 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 , v020 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 , v016 + .byte W12 + .byte Gn2 , v060 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 , v048 + .byte W12 + .byte Gn4 , v044 + .byte W12 + .byte An4 + .byte W12 + .byte Fs4 , v040 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 , v036 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 , v028 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 , v024 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 , v020 + .byte W12 + .byte An3 , v016 + .byte W12 + .byte Bn3 + .byte W12 + .byte GOTO + .word bgm_battle38_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_battle38_5: + .byte KEYSH , bgm_battle38_key+0 + .byte VOICE , 82 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte LFOS , 15 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte PAN , c_v+48 + .byte BEND , c_v+0 + .byte N12 , An2 , v060 + .byte W48 + .byte Ds3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Dn3 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle38_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 80 + .byte PAN , c_v+48 + .byte BEND , c_v-2 + .byte N48 , Ds3 , v052 + .byte W48 + .byte Dn3 + .byte W48 + .byte N84 , Cn4 + .byte W84 + .byte N12 , Cs4 , v060 + .byte W12 + .byte N48 , Dn4 + .byte W48 + .byte Cn4 + .byte W48 + .byte Bn3 + .byte W48 + .byte An3 + .byte W48 + .byte Fs3 + .byte W48 + .byte En3 + .byte W48 + .byte Dn3 , v052 + .byte W48 + .byte En3 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte BEND , c_v+0 + .byte W24 + .byte VOICE , 82 + .byte N12 , Cn4 , v060 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte W24 + .byte VOICE , 82 + .byte N12 , Dn4 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte W24 + .byte VOICE , 82 + .byte N12 , Ds4 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N24 , Gn4 + .byte W24 + .byte N24 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W06 + .byte VOL , 78*bgm_battle38_mvl/mxv + .byte W06 + .byte N12 + .byte W03 + .byte VOL , 76*bgm_battle38_mvl/mxv + .byte W09 + .byte 70*bgm_battle38_mvl/mxv + .byte N12 + .byte W09 + .byte VOL , 65*bgm_battle38_mvl/mxv + .byte W03 + .byte N12 + .byte W06 + .byte VOL , 58*bgm_battle38_mvl/mxv + .byte W06 + .byte N12 + .byte W03 + .byte VOL , 54*bgm_battle38_mvl/mxv + .byte W09 + .byte 44*bgm_battle38_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 32*bgm_battle38_mvl/mxv + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte W12 + .byte N12 , Cn3 , v052 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 , v044 + .byte W12 + .byte Cn5 , v040 + .byte W12 + .byte Dn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cn5 , v036 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn4 , v032 + .byte W12 + .byte An4 + .byte W12 + .byte Fs4 , v028 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 , v024 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 , v028 + .byte W12 + .byte Gn2 , v052 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 , v036 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Dn4 , v028 + .byte W12 + .byte En4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 , v024 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte GOTO + .word bgm_battle38_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_battle38_6: + .byte KEYSH , bgm_battle38_key+0 + .byte VOICE , 80 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_battle38_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 4 + .byte N06 , Gn4 , v060 + .byte W12 + .byte Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 , v052 + .byte W12 + .byte An4 , v048 + .byte W12 + .byte Gn4 , v040 + .byte W12 + .byte An4 , v032 + .byte W60 + .byte An4 , v060 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 , v052 + .byte W12 + .byte Bn4 , v044 + .byte W12 + .byte An4 , v040 + .byte W12 + .byte Bn4 , v032 + .byte W60 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_battle38_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_battle38_7: + .byte KEYSH , bgm_battle38_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Dn1 , v056 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v068 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v076 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Dn1 , v088 + .byte W06 + .byte Dn1 , v092 + .byte W06 + .byte Dn1 , v096 + .byte W06 + .byte Dn1 , v100 + .byte W06 + .byte Dn1 , v104 + .byte W06 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N12 + .byte W12 +bgm_battle38_7_B1: +bgm_battle38_7_000: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 +bgm_battle38_7_001: + .byte W24 + .byte N12 , Dn1 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte W24 + .byte N12 , Dn1 , v112 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 +bgm_battle38_7_002: + .byte W24 + .byte N12 , Ds1 , v092 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_battle38_7_002 + .byte PATT + .word bgm_battle38_7_002 + .byte W24 + .byte N12 , Ds1 , v092 + .byte W48 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_001 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_001 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_000 + .byte PATT + .word bgm_battle38_7_001 + .byte GOTO + .word bgm_battle38_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_battle38_8: + .byte KEYSH , bgm_battle38_key+0 + .byte VOICE , 47 + .byte VOL , 80*bgm_battle38_mvl/mxv + .byte PAN , c_v-8 + .byte N12 , Dn2 , v112 + .byte W48 + .byte N12 + .byte W48 +bgm_battle38_8_000: + .byte N12 , Dn2 , v112 + .byte W48 + .byte N12 + .byte W48 + .byte PEND +bgm_battle38_8_001: + .byte N12 , Dn2 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle38_8_001 + .byte PATT + .word bgm_battle38_8_001 + .byte PATT + .word bgm_battle38_8_001 + .byte PATT + .word bgm_battle38_8_001 + .byte PATT + .word bgm_battle38_8_001 + .byte PATT + .word bgm_battle38_8_001 + .byte PATT + .word bgm_battle38_8_001 +bgm_battle38_8_B1: + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte W12 + .byte N12 , Dn2 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 +bgm_battle38_8_002: + .byte N12 , Dn2 , v112 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W36 + .byte PEND + .byte PATT + .word bgm_battle38_8_002 + .byte PATT + .word bgm_battle38_8_002 + .byte PATT + .word bgm_battle38_8_002 + .byte PATT + .word bgm_battle38_8_002 + .byte PATT + .word bgm_battle38_8_002 + .byte PATT + .word bgm_battle38_8_002 + .byte PATT + .word bgm_battle38_8_002 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte PATT + .word bgm_battle38_8_000 + .byte GOTO + .word bgm_battle38_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_battle38: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_battle38_pri @ Priority + .byte bgm_battle38_rev @ Reverb. + + .word bgm_battle38_grp + + .word bgm_battle38_1 + .word bgm_battle38_2 + .word bgm_battle38_3 + .word bgm_battle38_4 + .word bgm_battle38_5 + .word bgm_battle38_6 + .word bgm_battle38_7 + .word bgm_battle38_8 + + .end diff --git a/sound/songs/bgm_bd_time.s b/sound/songs/bgm_bd_time.s new file mode 100644 index 000000000..1a92f0d9f --- /dev/null +++ b/sound/songs/bgm_bd_time.s @@ -0,0 +1,1327 @@ + .include "MPlayDef.s" + + .equ bgm_bd_time_grp, voicegroup_8437EB4 + .equ bgm_bd_time_pri, 0 + .equ bgm_bd_time_rev, reverb_set+50 + .equ bgm_bd_time_mvl, 127 + .equ bgm_bd_time_key, 0 + .equ bgm_bd_time_tbs, 1 + .equ bgm_bd_time_exg, 0 + .equ bgm_bd_time_cmp, 1 + + .section .rodata + .global bgm_bd_time + .align 2 + +@********************** Track 1 **********************@ + +bgm_bd_time_1: + .byte KEYSH , bgm_bd_time_key+0 + .byte TEMPO , 180*bgm_bd_time_tbs/2 + .byte W48 + .byte VOICE , 38 + .byte VOL , 80*bgm_bd_time_mvl/mxv + .byte PAN , c_v-6 + .byte N06 , Dn1 , v127 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte En1 + .byte W12 + .byte TEMPO , 170*bgm_bd_time_tbs/2 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte TEMPO , 160*bgm_bd_time_tbs/2 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte TEMPO , 150*bgm_bd_time_tbs/2 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte TEMPO , 140*bgm_bd_time_tbs/2 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte TEMPO , 130*bgm_bd_time_tbs/2 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte TEMPO , 120*bgm_bd_time_tbs/2 + .byte Cn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte TEMPO , 110*bgm_bd_time_tbs/2 + .byte Dn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gs1 + .byte W12 +bgm_bd_time_1_000: + .byte N06 , An1 , v127 + .byte W12 + .byte En2 + .byte W12 + .byte An1 + .byte W12 + .byte En2 + .byte W12 + .byte An1 + .byte W12 + .byte En2 + .byte W12 + .byte An1 + .byte W12 + .byte En2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_bd_time_1_000 +bgm_bd_time_1_B1: + .byte PATT + .word bgm_bd_time_1_000 + .byte PATT + .word bgm_bd_time_1_000 + .byte GOTO + .word bgm_bd_time_1_B1 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_bd_time_2: + .byte KEYSH , bgm_bd_time_key+0 + .byte VOICE , 17 + .byte VOL , 80*bgm_bd_time_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Dn3 , v092 + .byte W06 + .byte Fs3 , v072 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Cs4 , v048 + .byte W06 + .byte En4 , v056 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Bn4 , v068 + .byte W06 + .byte Dn5 , v076 + .byte W06 + .byte N03 , Dn5 , v080 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , An4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , Bn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , An4 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Dn5 + .byte W12 + .byte N03 , Fn5 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N32 , Gn4 + .byte W36 + .byte N03 + .byte W12 + .byte Gn5 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte N03 , Gn5 + .byte W12 + .byte N12 , Dn5 + .byte W12 + .byte N32 , Gn4 + .byte W36 + .byte N03 + .byte W12 + .byte Gn5 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte N03 , Gn5 + .byte W12 + .byte N12 , Dn4 + .byte W12 +bgm_bd_time_2_000: + .byte N06 , An4 , v080 + .byte W12 + .byte N06 + .byte W36 + .byte N24 , En4 + .byte W24 + .byte Gn4 + .byte W24 + .byte PEND +bgm_bd_time_2_001: + .byte N06 , An4 , v080 + .byte W12 + .byte N06 + .byte W60 + .byte N06 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PEND +bgm_bd_time_2_B1: + .byte PATT + .word bgm_bd_time_2_000 + .byte PATT + .word bgm_bd_time_2_001 + .byte GOTO + .word bgm_bd_time_2_B1 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_bd_time_3: + .byte KEYSH , bgm_bd_time_key+0 + .byte VOICE , 17 + .byte VOL , 80*bgm_bd_time_mvl/mxv + .byte PAN , c_v-10 + .byte W03 + .byte N06 , En3 , v080 + .byte W06 + .byte Gn3 , v064 + .byte W06 + .byte Bn3 , v044 + .byte W06 + .byte Dn4 , v052 + .byte W06 + .byte Fs4 , v060 + .byte W06 + .byte An4 , v064 + .byte W06 + .byte Cs5 , v072 + .byte W06 + .byte N03 , En5 , v080 + .byte W03 + .byte An4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N03 , An4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N03 , An4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N03 , An4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N03 , An4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N03 , An4 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , An4 + .byte W12 + .byte N12 + .byte W12 + .byte N03 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Cn5 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Cn5 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Cn5 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Cn5 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Cn5 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Cn5 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Cn5 + .byte W12 + .byte N12 + .byte W12 + .byte N03 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N32 , Dn4 + .byte W36 + .byte N03 + .byte W12 + .byte Dn5 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte N32 , Dn4 + .byte W36 + .byte N03 + .byte W12 + .byte Dn5 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N12 , Gn3 + .byte W12 +bgm_bd_time_3_000: + .byte N06 , En4 , v080 + .byte W12 + .byte N06 + .byte W36 + .byte N24 , An3 + .byte W24 + .byte Cs4 + .byte W24 + .byte PEND +bgm_bd_time_3_001: + .byte N06 , En4 , v080 + .byte W12 + .byte N06 + .byte W60 + .byte N06 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte PEND +bgm_bd_time_3_B1: + .byte PATT + .word bgm_bd_time_3_000 + .byte PATT + .word bgm_bd_time_3_001 + .byte GOTO + .word bgm_bd_time_3_B1 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_bd_time_4: + .byte KEYSH , bgm_bd_time_key+0 + .byte W48 + .byte VOICE , 4 + .byte VOL , 80*bgm_bd_time_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Dn5 , v052 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 +bgm_bd_time_4_000: + .byte N06 , Fn5 , v052 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Fn4 + .byte W06 + .byte PEND + .byte PATT + .word bgm_bd_time_4_000 +bgm_bd_time_4_001: + .byte N06 , Gn5 , v052 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gn4 + .byte W06 + .byte PEND + .byte PATT + .word bgm_bd_time_4_001 +bgm_bd_time_4_002: + .byte N06 , An5 , v052 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte En5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte En5 + .byte W06 + .byte An4 + .byte W06 + .byte PEND + .byte PATT + .word bgm_bd_time_4_002 +bgm_bd_time_4_B1: + .byte PATT + .word bgm_bd_time_4_002 + .byte PATT + .word bgm_bd_time_4_002 + .byte GOTO + .word bgm_bd_time_4_B1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_bd_time_5: + .byte KEYSH , bgm_bd_time_key+0 + .byte W48 + .byte VOICE , 5 + .byte VOL , 80*bgm_bd_time_mvl/mxv + .byte PAN , c_v+48 + .byte W12 + .byte N06 , Dn5 , v032 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gn4 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte En5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 +bgm_bd_time_5_000: + .byte N06 , En5 , v032 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte En5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte PEND +bgm_bd_time_5_B1: + .byte N06 , En5 , v032 + .byte W06 + .byte Bn4 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte En5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte PATT + .word bgm_bd_time_5_000 + .byte GOTO + .word bgm_bd_time_5_B1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_bd_time_6: + .byte KEYSH , bgm_bd_time_key+0 + .byte W48 + .byte VOICE , 81 + .byte VOL , 80*bgm_bd_time_mvl/mxv + .byte N03 , Dn2 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 +bgm_bd_time_6_000: + .byte N03 , An2 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte PEND +bgm_bd_time_6_001: + .byte N03 , An2 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte PEND +bgm_bd_time_6_B1: + .byte PATT + .word bgm_bd_time_6_000 + .byte PATT + .word bgm_bd_time_6_001 + .byte GOTO + .word bgm_bd_time_6_B1 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_bd_time_7: + .byte KEYSH , bgm_bd_time_key+0 + .byte W48 + .byte VOICE , 0 + .byte VOL , 80*bgm_bd_time_mvl/mxv + .byte N06 , Cn1 , v120 + .byte W12 + .byte Fs1 , v072 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Fs1 , v072 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v072 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Fs1 , v072 + .byte W06 + .byte Cn1 , v120 + .byte W06 +bgm_bd_time_7_000: + .byte N06 , Cn1 , v120 + .byte W12 + .byte Fs1 , v072 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Fs1 , v072 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v072 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Fs1 , v072 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte PEND +bgm_bd_time_7_001: + .byte N06 , Cn1 , v120 + .byte W12 + .byte Fs1 , v072 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Fs1 , v072 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v072 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Fs1 , v072 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte PEND + .byte PATT + .word bgm_bd_time_7_000 + .byte PATT + .word bgm_bd_time_7_001 + .byte PATT + .word bgm_bd_time_7_000 + .byte PATT + .word bgm_bd_time_7_001 + .byte PATT + .word bgm_bd_time_7_000 +bgm_bd_time_7_B1: + .byte PATT + .word bgm_bd_time_7_001 + .byte PATT + .word bgm_bd_time_7_000 + .byte GOTO + .word bgm_bd_time_7_B1 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_bd_time: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_bd_time_pri @ Priority + .byte bgm_bd_time_rev @ Reverb. + + .word bgm_bd_time_grp + + .word bgm_bd_time_1 + .word bgm_bd_time_2 + .word bgm_bd_time_3 + .word bgm_bd_time_4 + .word bgm_bd_time_5 + .word bgm_bd_time_6 + .word bgm_bd_time_7 + + .end diff --git a/sound/songs/bgm_bijyutu.s b/sound/songs/bgm_bijyutu.s new file mode 100644 index 000000000..b17b09253 --- /dev/null +++ b/sound/songs/bgm_bijyutu.s @@ -0,0 +1,2124 @@ + .include "MPlayDef.s" + + .equ bgm_bijyutu_grp, voicegroup_8433534 + .equ bgm_bijyutu_pri, 0 + .equ bgm_bijyutu_rev, reverb_set+50 + .equ bgm_bijyutu_mvl, 127 + .equ bgm_bijyutu_key, 0 + .equ bgm_bijyutu_tbs, 1 + .equ bgm_bijyutu_exg, 0 + .equ bgm_bijyutu_cmp, 1 + + .section .rodata + .global bgm_bijyutu + .align 2 + +@********************** Track 1 **********************@ + +bgm_bijyutu_1: + .byte KEYSH , bgm_bijyutu_key+0 + .byte TEMPO , 68*bgm_bijyutu_tbs/2 + .byte VOICE , 48 + .byte VOL , 41*bgm_bijyutu_mvl/mxv + .byte N24 , Dn3 , v092 + .byte W02 + .byte VOL , 45*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 50*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 55*bgm_bijyutu_mvl/mxv + .byte W04 + .byte 60*bgm_bijyutu_mvl/mxv + .byte W02 + .byte 66*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 78*bgm_bijyutu_mvl/mxv + .byte W04 +bgm_bijyutu_1_B1: + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Gn3 , v092 + .byte W12 + .byte Dn3 + .byte W12 + .byte An3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 +bgm_bijyutu_1_000: + .byte N03 , Fs3 , v084 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , Fs3 , v092 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fs3 + .byte W12 + .byte PEND +bgm_bijyutu_1_001: + .byte N12 , Gn3 , v092 + .byte W12 + .byte En3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte En4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte PEND + .byte N03 , Fs4 , v084 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fs4 , v092 + .byte W06 + .byte En4 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 , v084 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte An3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PATT + .word bgm_bijyutu_1_000 + .byte PATT + .word bgm_bijyutu_1_001 + .byte N03 , Fs4 , v084 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fs4 , v092 + .byte W06 + .byte En4 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 , v084 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte Dn4 + .byte W12 + .byte N09 , Cn5 , v080 + .byte W12 + .byte VOICE , 45 + .byte N06 , Bn4 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Bn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Gn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Bn4 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Bn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Dn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Dn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Bn4 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Bn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Gn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Bn4 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Bn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Dn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Dn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cn5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cn5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Gn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cn5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cn5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , En4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , En4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cn5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cn5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Gn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cn5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cn5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , En4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , En4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cs5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Gn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cs5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , En4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , En4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cs5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Gn4 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs5 , v044 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cs5 , v012 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , En4 , v044 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , En4 , v012 + .byte W06 + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte N06 , Dn5 , v044 + .byte W06 + .byte An4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N24 , An4 + .byte W24 + .byte VOL , 42*bgm_bijyutu_mvl/mxv + .byte PAN , c_v-16 + .byte N44 , Gn2 , v092 + .byte W06 + .byte VOL , 52*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W19 + .byte 42*bgm_bijyutu_mvl/mxv + .byte N44 , Dn2 + .byte W06 + .byte VOL , 52*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W19 + .byte 42*bgm_bijyutu_mvl/mxv + .byte N44 , Fs2 + .byte W06 + .byte VOL , 52*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W19 + .byte 42*bgm_bijyutu_mvl/mxv + .byte N44 , Cn2 + .byte W06 + .byte VOL , 52*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W19 + .byte 42*bgm_bijyutu_mvl/mxv + .byte N44 , En2 + .byte W06 + .byte VOL , 52*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W19 + .byte 42*bgm_bijyutu_mvl/mxv + .byte N48 , Bn1 + .byte W06 + .byte VOL , 52*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W19 + .byte N48 , Dn2 + .byte W06 + .byte VOL , 71*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 65*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 50*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 60*bgm_bijyutu_mvl/mxv + .byte W04 + .byte 66*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 73*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 76*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W09 + .byte PAN , c_v+0 + .byte N12 , Cn3 , v072 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fs3 + .byte W12 +bgm_bijyutu_1_002: + .byte N12 , Gn3 , v084 + .byte W12 + .byte Dn3 + .byte W12 + .byte An3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PEND + .byte N03 , Fs3 , v076 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , Fs3 , v084 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte En4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte N03 , Fs4 , v076 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fs4 , v084 + .byte W06 + .byte En4 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 , v076 + .byte W12 + .byte Fs4 , v084 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte PATT + .word bgm_bijyutu_1_002 + .byte N03 , Fs3 , v076 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , Fs3 , v084 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N44 , An3 + .byte W24 + .byte W03 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 44*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 25*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 15*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 6*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 55*bgm_bijyutu_mvl/mxv + .byte N24 , Fs3 + .byte W03 + .byte VOL , 61*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 66*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W12 + .byte N12 , Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N68 , Gn3 + .byte W18 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 75*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 59*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 49*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 39*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 3*bgm_bijyutu_mvl/mxv + .byte W13 + .byte 41*bgm_bijyutu_mvl/mxv + .byte N24 , Dn3 + .byte W02 + .byte VOL , 45*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 50*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 55*bgm_bijyutu_mvl/mxv + .byte W04 + .byte 60*bgm_bijyutu_mvl/mxv + .byte W02 + .byte 66*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 78*bgm_bijyutu_mvl/mxv + .byte W04 + .byte GOTO + .word bgm_bijyutu_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_bijyutu_2: + .byte KEYSH , bgm_bijyutu_key+0 + .byte LFOS , 38 + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte W24 +bgm_bijyutu_2_B1: + .byte PAN , c_v-48 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 83 + .byte VOL , 25*bgm_bijyutu_mvl/mxv + .byte N96 , Dn3 , v048 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W12 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 30*bgm_bijyutu_mvl/mxv + .byte W06 +bgm_bijyutu_2_000: + .byte VOL , 25*bgm_bijyutu_mvl/mxv + .byte N96 , Cn3 , v048 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W12 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 30*bgm_bijyutu_mvl/mxv + .byte W06 + .byte PEND + .byte 25*bgm_bijyutu_mvl/mxv + .byte N96 , Bn2 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W12 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 30*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte N48 , An2 + .byte W06 + .byte VOL , 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W18 + .byte N48 , Cn3 , v056 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte XCMD , xIECV , 0 + .byte xIECL , 0 + .byte N12 , Gn4 , v032 + .byte W12 + .byte Dn4 + .byte W12 + .byte An4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N03 , Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn5 + .byte W12 + .byte N36 , Fs5 + .byte W12 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N12 , En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte VOL , 25*bgm_bijyutu_mvl/mxv + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte N96 , Dn3 , v048 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W12 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 30*bgm_bijyutu_mvl/mxv + .byte W06 + .byte PATT + .word bgm_bijyutu_2_000 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte N48 , Bn2 , v048 + .byte W06 + .byte VOL , 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W18 + .byte N48 , An2 + .byte W48 + .byte N96 + .byte W12 + .byte VOL , 78*bgm_bijyutu_mvl/mxv + .byte W12 + .byte 76*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 66*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 62*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 58*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 52*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 47*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 38*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 31*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 21*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 11*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 1*bgm_bijyutu_mvl/mxv + .byte W07 + .byte W96 + .byte GOTO + .word bgm_bijyutu_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_bijyutu_3: + .byte KEYSH , bgm_bijyutu_key+0 + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte LFOS , 38 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte W24 +bgm_bijyutu_3_B1: + .byte PAN , c_v+48 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 84 + .byte VOL , 25*bgm_bijyutu_mvl/mxv + .byte N12 , Bn2 , v048 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte VOICE , 85 + .byte VOL , 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 30*bgm_bijyutu_mvl/mxv + .byte W06 +bgm_bijyutu_3_000: + .byte VOICE , 84 + .byte VOL , 25*bgm_bijyutu_mvl/mxv + .byte N12 , An2 , v048 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte VOICE , 85 + .byte VOL , 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 30*bgm_bijyutu_mvl/mxv + .byte W06 + .byte PEND + .byte VOICE , 84 + .byte VOL , 25*bgm_bijyutu_mvl/mxv + .byte N12 , Gn2 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte VOICE , 85 + .byte VOL , 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 30*bgm_bijyutu_mvl/mxv + .byte W06 + .byte VOICE , 84 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte N12 , Fs2 + .byte W06 + .byte VOL , 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte VOICE , 85 + .byte VOL , 69*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte W06 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N12 , An2 , v056 + .byte W12 + .byte VOICE , 85 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte XCMD , xIECV , 0 + .byte xIECL , 0 + .byte W03 + .byte BEND , c_v+6 + .byte N12 , Gn4 , v020 + .byte W12 + .byte BEND , c_v+4 + .byte N12 , Dn4 + .byte W12 + .byte BEND , c_v+7 + .byte N12 , An4 + .byte W12 + .byte BEND , c_v+4 + .byte N12 , Dn4 + .byte W12 + .byte BEND , c_v+9 + .byte N12 , Bn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte BEND , c_v+6 + .byte N12 , Gn4 + .byte W09 + .byte W03 + .byte BEND , c_v+4 + .byte N03 , Fs4 + .byte W03 + .byte BEND , c_v+6 + .byte N03 , Gn4 + .byte W03 + .byte BEND , c_v+4 + .byte N03 , Fs4 + .byte W03 + .byte BEND , c_v+6 + .byte N03 , Gn4 + .byte W03 + .byte BEND , c_v+4 + .byte N06 , Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte BEND , c_v+6 + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte BEND , c_v+4 + .byte N12 , Fs4 + .byte W09 + .byte W03 + .byte BEND , c_v+6 + .byte N12 , Gn4 + .byte W12 + .byte BEND , c_v+4 + .byte N12 , Fs4 + .byte W12 + .byte BEND , c_v+6 + .byte N12 , Gn4 + .byte W12 + .byte BEND , c_v+4 + .byte N12 , En4 + .byte W12 + .byte BEND , c_v+9 + .byte N12 , Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn5 + .byte W09 + .byte W03 + .byte Fs5 + .byte W09 + .byte MOD , 4 + .byte W03 + .byte VOICE , 86 + .byte N12 + .byte W12 + .byte N12 + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOICE , 82 + .byte N12 , En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W09 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 84 + .byte PAN , c_v+49 + .byte VOL , 25*bgm_bijyutu_mvl/mxv + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte BEND , c_v+0 + .byte N12 , Bn2 , v048 + .byte W06 + .byte VOL , 34*bgm_bijyutu_mvl/mxv + .byte W06 + .byte VOICE , 85 + .byte VOL , 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 77*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 62*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 46*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 30*bgm_bijyutu_mvl/mxv + .byte W06 + .byte PATT + .word bgm_bijyutu_3_000 + .byte VOICE , 84 + .byte VOL , 54*bgm_bijyutu_mvl/mxv + .byte N12 , Gn2 , v048 + .byte W06 + .byte VOL , 62*bgm_bijyutu_mvl/mxv + .byte W06 + .byte VOICE , 85 + .byte VOL , 69*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 77*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte W06 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte VOICE , 85 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N12 , Fs2 + .byte W12 + .byte VOICE , 85 + .byte VOL , 78*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W12 + .byte VOL , 76*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 68*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 66*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 62*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 58*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 52*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 47*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 38*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 31*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 21*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 11*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 1*bgm_bijyutu_mvl/mxv + .byte W07 + .byte W96 + .byte GOTO + .word bgm_bijyutu_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_bijyutu_4: + .byte KEYSH , bgm_bijyutu_key+0 + .byte VOICE , 0 + .byte W24 +bgm_bijyutu_4_B1: + .byte PAN , c_v-8 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte N24 , Gn2 , v100 + .byte W24 + .byte N36 , Gn1 + .byte W36 + .byte N24 , Dn2 + .byte W24 + .byte N12 , Gn2 + .byte W12 +bgm_bijyutu_4_000: + .byte N24 , Fs2 , v100 + .byte W24 + .byte N36 , Fs1 + .byte W36 + .byte N24 , Fs2 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte PEND +bgm_bijyutu_4_001: + .byte N24 , En2 , v100 + .byte W24 + .byte N36 , En1 + .byte W36 + .byte N12 , Bn1 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn2 + .byte W12 + .byte PEND +bgm_bijyutu_4_002: + .byte N24 , Dn3 , v100 + .byte W24 + .byte N36 , Dn1 + .byte W36 + .byte N24 , Dn2 + .byte W24 + .byte N12 , An2 + .byte W12 + .byte PEND +bgm_bijyutu_4_003: + .byte N24 , Gn2 , v100 + .byte W24 + .byte N36 , Gn1 + .byte W36 + .byte N24 , Dn2 + .byte W24 + .byte N12 , Gn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_bijyutu_4_000 + .byte PATT + .word bgm_bijyutu_4_001 + .byte N24 , Dn2 , v100 + .byte W24 + .byte N36 , Dn1 + .byte W36 + .byte N24 , Dn2 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W12 + .byte Cs4 + .byte W18 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N12 , An3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte N06 , An2 , v084 + .byte W06 + .byte Dn3 + .byte W06 + .byte N12 , Gn3 , v100 + .byte W12 + .byte Dn3 + .byte W12 + .byte An3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N03 , Fs3 + .byte W03 + .byte Gn3 , v088 + .byte W03 + .byte Fs3 , v100 + .byte W03 + .byte Gn3 , v088 + .byte W03 + .byte N06 , Fs3 , v100 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Bn3 + .byte W06 + .byte En3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Bn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn4 + .byte W06 + .byte En4 + .byte W06 + .byte N36 , Fs4 + .byte W36 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte PATT + .word bgm_bijyutu_4_003 + .byte PATT + .word bgm_bijyutu_4_000 + .byte PATT + .word bgm_bijyutu_4_001 + .byte PATT + .word bgm_bijyutu_4_002 + .byte PATT + .word bgm_bijyutu_4_003 + .byte PATT + .word bgm_bijyutu_4_000 + .byte N24 , En2 , v100 + .byte W24 + .byte En1 + .byte W24 + .byte N12 , Dn2 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Gn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 + .byte W12 + .byte N44 + .byte W21 + .byte VOL , 67*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 57*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 45*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 39*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 21*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 1*bgm_bijyutu_mvl/mxv + .byte W09 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N48 , Bn2 + .byte W48 + .byte Gn1 + .byte W48 + .byte GOTO + .word bgm_bijyutu_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_bijyutu_5: + .byte KEYSH , bgm_bijyutu_key+0 + .byte VOICE , 0 + .byte W24 +bgm_bijyutu_5_B1: + .byte PAN , c_v+8 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte N48 , Bn2 , v100 + .byte W60 + .byte N12 , Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn2 + .byte W12 +bgm_bijyutu_5_000: + .byte N48 , An2 , v100 + .byte W48 + .byte N12 , Cn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte Fs2 + .byte W12 + .byte PEND +bgm_bijyutu_5_001: + .byte N48 , Gn2 , v100 + .byte W48 + .byte N12 , Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PEND +bgm_bijyutu_5_002: + .byte N48 , An3 , v100 + .byte W48 + .byte N24 , Cn3 + .byte W24 + .byte N12 , Fs2 + .byte W12 + .byte Cn3 + .byte W12 + .byte PEND +bgm_bijyutu_5_003: + .byte N48 , Bn2 , v100 + .byte W60 + .byte N12 , Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_bijyutu_5_000 + .byte PATT + .word bgm_bijyutu_5_001 + .byte N48 , An3 , v100 + .byte W48 + .byte N24 , Fs3 + .byte W24 + .byte N12 , An2 + .byte W12 + .byte Fs3 + .byte W12 + .byte N24 , Gn2 + .byte W24 + .byte N36 , Gn1 + .byte W36 + .byte N12 , Dn2 + .byte W12 + .byte En2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N24 , Gn2 + .byte W24 + .byte N36 , Gn1 + .byte W36 + .byte N12 , Gn2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte N06 , En2 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Cs3 + .byte W12 + .byte N06 , En2 + .byte W12 + .byte N24 , Cs2 + .byte W24 + .byte N36 , Fs3 + .byte W48 + .byte N12 , An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W15 + .byte N06 , Cn3 , v084 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte N12 , Bn2 , v100 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N36 , Gn2 + .byte W36 + .byte N12 , Bn1 + .byte W12 + .byte N36 , Gn2 + .byte W36 + .byte N12 , En2 + .byte W12 + .byte N06 , Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte Fs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte PATT + .word bgm_bijyutu_5_003 + .byte PATT + .word bgm_bijyutu_5_000 + .byte PATT + .word bgm_bijyutu_5_001 + .byte PATT + .word bgm_bijyutu_5_002 + .byte PATT + .word bgm_bijyutu_5_003 + .byte PATT + .word bgm_bijyutu_5_000 + .byte N48 , Gn2 , v100 + .byte W48 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte W06 + .byte N12 , Fs1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N09 , Cn3 + .byte W09 + .byte N42 , Dn3 + .byte W18 + .byte VOL , 67*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 57*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 45*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 39*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 21*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 1*bgm_bijyutu_mvl/mxv + .byte W09 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N48 + .byte W48 + .byte Bn2 + .byte W48 + .byte GOTO + .word bgm_bijyutu_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_bijyutu_6: + .byte KEYSH , bgm_bijyutu_key+0 + .byte W24 +bgm_bijyutu_6_B1: + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 0 + .byte N12 , En3 , v096 + .byte W48 + .byte N12 + .byte W48 + .byte PAN , c_v+8 + .byte N24 , Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte Bn1 + .byte W24 + .byte An1 + .byte W24 + .byte VOICE , 58 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte PAN , c_v+16 + .byte N44 , Gn1 , v112 + .byte W24 + .byte VOL , 76*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 65*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N44 , Dn1 + .byte W24 + .byte VOL , 76*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 65*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N44 , Fs1 + .byte W24 + .byte VOL , 76*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 65*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N44 , Cn1 + .byte W24 + .byte VOL , 76*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 65*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N44 , En1 + .byte W24 + .byte VOL , 76*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 65*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N44 , Bn0 + .byte W24 + .byte VOL , 76*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 65*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W07 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N96 , Dn1 + .byte W52 + .byte W01 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 60*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 48*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 39*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 20*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 3*bgm_bijyutu_mvl/mxv + .byte W07 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte 56*bgm_bijyutu_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , Fs1 + .byte W06 + .byte VOL , 69*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W12 + .byte N72 , Gn1 + .byte W06 + .byte VOL , 73*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 60*bgm_bijyutu_mvl/mxv + .byte W02 + .byte 53*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 52*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 53*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 55*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 61*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 70*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W13 + .byte 76*bgm_bijyutu_mvl/mxv + .byte W02 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 64*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 52*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 26*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 14*bgm_bijyutu_mvl/mxv + .byte W10 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W12 + .byte N72 , Fs1 + .byte W06 + .byte VOL , 73*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 60*bgm_bijyutu_mvl/mxv + .byte W02 + .byte 53*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 52*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 53*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 54*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 55*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 61*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 70*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 80*bgm_bijyutu_mvl/mxv + .byte W13 + .byte 76*bgm_bijyutu_mvl/mxv + .byte W02 + .byte 74*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 64*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 52*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 37*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 26*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 17*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 14*bgm_bijyutu_mvl/mxv + .byte W10 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 + .byte W12 + .byte N24 , En1 + .byte W12 + .byte VOL , 68*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 58*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 42*bgm_bijyutu_mvl/mxv + .byte W03 + .byte 23*bgm_bijyutu_mvl/mxv + .byte W15 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 , Bn1 + .byte W12 + .byte N32 , An1 + .byte W18 + .byte VOL , 74*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 52*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 31*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 80*bgm_bijyutu_mvl/mxv + .byte N12 , En1 + .byte W12 + .byte N96 , Dn1 + .byte W36 + .byte VOL , 80*bgm_bijyutu_mvl/mxv + .byte W05 + .byte 75*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 68*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 63*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 57*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 45*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 32*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 10*bgm_bijyutu_mvl/mxv + .byte W06 + .byte 7*bgm_bijyutu_mvl/mxv + .byte W13 + .byte W96 + .byte GOTO + .word bgm_bijyutu_6_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_bijyutu: + .byte 6 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_bijyutu_pri @ Priority + .byte bgm_bijyutu_rev @ Reverb. + + .word bgm_bijyutu_grp + + .word bgm_bijyutu_1 + .word bgm_bijyutu_2 + .word bgm_bijyutu_3 + .word bgm_bijyutu_4 + .word bgm_bijyutu_5 + .word bgm_bijyutu_6 + + .end diff --git a/sound/songs/bgm_boy_sup.s b/sound/songs/bgm_boy_sup.s new file mode 100644 index 000000000..dfffd22c9 --- /dev/null +++ b/sound/songs/bgm_boy_sup.s @@ -0,0 +1,2591 @@ + .include "MPlayDef.s" + + .equ bgm_boy_sup_grp, voicegroup_8441FE8 + .equ bgm_boy_sup_pri, 0 + .equ bgm_boy_sup_rev, reverb_set+50 + .equ bgm_boy_sup_mvl, 127 + .equ bgm_boy_sup_key, 0 + .equ bgm_boy_sup_tbs, 1 + .equ bgm_boy_sup_exg, 0 + .equ bgm_boy_sup_cmp, 1 + + .section .rodata + .global bgm_boy_sup + .align 2 + +@********************** Track 1 **********************@ + +bgm_boy_sup_1: + .byte KEYSH , bgm_boy_sup_key+0 + .byte TEMPO , 128*bgm_boy_sup_tbs/2 + .byte VOICE , 1 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_boy_sup_mvl/mxv + .byte LFOS , 44 + .byte W96 + .byte W68 + .byte W01 + .byte VOL , 52*bgm_boy_sup_mvl/mxv + .byte W15 + .byte N06 , An3 , v112 + .byte W06 + .byte Bn3 + .byte W06 +bgm_boy_sup_1_B1: + .byte VOICE , 1 + .byte VOL , 52*bgm_boy_sup_mvl/mxv + .byte N06 , Cs4 , v112 + .byte W12 + .byte Dn4 + .byte W09 + .byte N03 , Fn4 , v088 + .byte W03 + .byte N06 , En4 , v112 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Cn4 , v088 + .byte W03 + .byte N42 , Bn3 , v112 + .byte W42 + .byte N03 , Cn4 + .byte W03 + .byte N12 , Cs4 + .byte W12 + .byte N03 , Cn4 , v080 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte As3 , v044 + .byte W03 + .byte An3 , v040 + .byte W03 + .byte Fs3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N12 , Cs4 + .byte W24 + .byte N06 , Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , Bn3 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N03 , Gs4 , v088 + .byte W03 + .byte N15 , An4 , v112 + .byte W15 + .byte N03 , Fs4 , v088 + .byte W03 + .byte En4 , v068 + .byte W03 + .byte N06 , Cs4 , v112 + .byte W12 + .byte Dn4 + .byte W06 + .byte N18 , Cs4 + .byte W18 + .byte N30 , Bn3 + .byte W30 + .byte N06 , En3 + .byte W06 + .byte N03 , Gn3 , v056 + .byte W03 + .byte An3 , v072 + .byte W03 + .byte Bn3 , v080 + .byte W03 + .byte Dn4 , v084 + .byte W03 + .byte N24 , En4 , v112 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W24 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W24 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , Bn3 + .byte W12 + .byte VOICE , 17 + .byte W12 + .byte VOL , 18*bgm_boy_sup_mvl/mxv + .byte N36 , Cs5 + .byte W02 + .byte VOL , 19*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 21*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 22*bgm_boy_sup_mvl/mxv + .byte W04 + .byte 27*bgm_boy_sup_mvl/mxv + .byte W02 + .byte 31*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 38*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 42*bgm_boy_sup_mvl/mxv + .byte W04 + .byte 47*bgm_boy_sup_mvl/mxv + .byte W02 + .byte 51*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 53*bgm_boy_sup_mvl/mxv + .byte W07 + .byte 39*bgm_boy_sup_mvl/mxv + .byte N06 , Fs4 + .byte W06 + .byte N06 + .byte W06 + .byte An4 + .byte W12 + .byte Fs4 + .byte W12 + .byte An4 + .byte W06 + .byte N18 , Bn4 + .byte W18 + .byte VOL , 18*bgm_boy_sup_mvl/mxv + .byte N36 , Cs5 + .byte W02 + .byte VOL , 19*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 21*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 22*bgm_boy_sup_mvl/mxv + .byte W04 + .byte 27*bgm_boy_sup_mvl/mxv + .byte W02 + .byte 31*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 38*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 42*bgm_boy_sup_mvl/mxv + .byte W04 + .byte 47*bgm_boy_sup_mvl/mxv + .byte W02 + .byte 51*bgm_boy_sup_mvl/mxv + .byte W03 + .byte 53*bgm_boy_sup_mvl/mxv + .byte W13 + .byte 39*bgm_boy_sup_mvl/mxv + .byte N06 , En4 + .byte W06 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn5 + .byte W06 + .byte N18 , Cs5 + .byte W18 + .byte N06 , En5 + .byte W06 + .byte N03 , Ds5 , v064 + .byte W03 + .byte Dn5 + .byte W03 + .byte Cs5 , v060 + .byte W03 + .byte Cn5 , v056 + .byte W03 + .byte Bn4 , v052 + .byte W30 + .byte N12 , En5 , v112 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N06 , Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N30 , Gn4 + .byte W30 + .byte N06 , En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , En5 + .byte W12 + .byte N06 , Fs5 + .byte W12 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte N36 , Cs5 + .byte W36 + .byte N06 , Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte N18 , Bn4 + .byte W24 + .byte N06 , Cs5 + .byte W12 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte N06 , Bn4 + .byte W06 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte En5 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Dn5 , v072 + .byte W03 + .byte Cn5 , v064 + .byte W03 + .byte Bn4 , v056 + .byte W03 + .byte An4 + .byte W03 + .byte VOL , 28*bgm_boy_sup_mvl/mxv + .byte W03 + .byte VOICE , 17 + .byte N03 , Ds5 , v076 + .byte W03 + .byte N12 , En5 + .byte W15 + .byte N03 , Ds5 + .byte W03 + .byte N15 , En5 + .byte W15 + .byte N03 , Ds5 + .byte W03 + .byte N09 , En5 + .byte W09 + .byte N03 , An5 + .byte W03 + .byte N24 , Gs5 + .byte W24 + .byte N06 , Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N30 , En5 + .byte W24 + .byte VOICE , 24 + .byte W06 + .byte N03 , Dn5 , v052 + .byte W03 + .byte Cs5 + .byte W03 + .byte N06 , An4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte GOTO + .word bgm_boy_sup_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_boy_sup_2: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 126 + .byte PAN , c_v-63 + .byte VOL , 35*bgm_boy_sup_mvl/mxv + .byte W60 + .byte N12 , Gn4 , v112 + .byte W36 +bgm_boy_sup_2_000: + .byte W12 + .byte N12 , Gn4 , v064 + .byte W24 + .byte Gn4 , v080 + .byte W24 + .byte Gn4 , v112 + .byte W36 + .byte PEND +bgm_boy_sup_2_B1: +bgm_boy_sup_2_001: + .byte W24 + .byte N06 , Gn4 , v112 + .byte W60 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_boy_sup_2_001 + .byte PATT + .word bgm_boy_sup_2_001 + .byte PATT + .word bgm_boy_sup_2_001 + .byte PATT + .word bgm_boy_sup_2_001 + .byte PATT + .word bgm_boy_sup_2_001 + .byte PATT + .word bgm_boy_sup_2_001 + .byte PATT + .word bgm_boy_sup_2_001 +bgm_boy_sup_2_002: + .byte W12 + .byte N06 , Gn4 , v112 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_boy_sup_2_002 + .byte PATT + .word bgm_boy_sup_2_002 + .byte PATT + .word bgm_boy_sup_2_002 + .byte PATT + .word bgm_boy_sup_2_002 + .byte PATT + .word bgm_boy_sup_2_002 + .byte W60 + .byte N12 , Gn4 , v112 + .byte W36 + .byte PATT + .word bgm_boy_sup_2_000 + .byte GOTO + .word bgm_boy_sup_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_boy_sup_3: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 38 + .byte PAN , c_v+0 + .byte VOL , 78*bgm_boy_sup_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte BEND , c_v+0 + .byte N03 , Bn1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Bn0 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Bn1 + .byte W06 + .byte BEND , c_v-10 + .byte W03 + .byte c_v-23 + .byte W03 + .byte c_v-40 + .byte W03 + .byte c_v-60 + .byte W09 + .byte c_v+0 + .byte N06 , Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte En2 + .byte W06 + .byte Dn2 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte N03 , En2 + .byte W06 + .byte En1 + .byte W06 + .byte N24 , En2 + .byte W03 + .byte BEND , c_v-5 + .byte W09 + .byte c_v+0 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte BEND , c_v-4 + .byte N24 , En2 + .byte W06 + .byte BEND , c_v+0 + .byte W18 +bgm_boy_sup_3_B1: + .byte N18 , An0 , v112 + .byte W18 + .byte N03 + .byte W06 + .byte Gs1 + .byte W06 + .byte N06 , An0 + .byte W12 + .byte N03 , Gs0 + .byte W06 + .byte N36 , An0 + .byte W06 + .byte BEND , c_v+14 + .byte W06 + .byte c_v+0 + .byte W24 + .byte N03 , Gs1 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte N18 , An0 + .byte W18 + .byte N03 + .byte W06 + .byte An1 + .byte W06 + .byte N06 , An0 + .byte W18 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N03 , Gn1 + .byte W06 + .byte En1 + .byte W06 + .byte N12 , Cs1 + .byte W12 + .byte N18 , Dn1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Dn2 + .byte W12 + .byte Dn1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N06 , Dn1 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte N03 , En2 + .byte W12 + .byte N12 , Fs1 + .byte W12 + .byte N03 , Fs2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N03 , Gn2 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte N18 , An0 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W06 + .byte An0 + .byte W12 + .byte N03 , Gs0 + .byte W06 + .byte N36 , An0 + .byte W06 + .byte BEND , c_v+16 + .byte W06 + .byte c_v+0 + .byte W24 + .byte N06 , Gs1 + .byte W06 + .byte En1 + .byte W06 + .byte N18 , An0 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte An0 + .byte W18 + .byte N12 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Gn1 + .byte W12 + .byte En1 + .byte W06 + .byte N18 , Dn1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Dn2 + .byte W12 + .byte Dn1 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Dn1 + .byte W06 + .byte Ds1 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte N03 , En2 + .byte W12 + .byte N12 , Fs1 + .byte W12 + .byte N03 , Fs2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N03 , Gn2 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Ds1 + .byte W06 + .byte BEND , c_v+0 + .byte N12 , Dn1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , An0 , v092 + .byte W06 + .byte Cs1 + .byte W06 + .byte N03 , Dn2 , v112 + .byte W12 + .byte N03 + .byte W12 + .byte An1 + .byte W06 + .byte N12 , Dn1 + .byte W12 + .byte N06 , Cs1 + .byte W06 + .byte N12 , Dn1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , An0 + .byte W12 + .byte Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte Dn1 + .byte W06 + .byte N06 + .byte W06 + .byte N18 , Dn2 + .byte W05 + .byte BEND , c_v-16 + .byte W03 + .byte c_v-32 + .byte W04 + .byte c_v-52 + .byte W02 + .byte c_v-63 + .byte W04 + .byte c_v+0 + .byte N06 , Cn1 + .byte W06 + .byte N12 , Cs1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , An0 , v092 + .byte W06 + .byte Bn0 , v112 + .byte W06 + .byte N03 , Gs1 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte N06 , Cn1 + .byte W06 + .byte N12 , Cs1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , Gn0 + .byte W06 + .byte Bn0 + .byte W06 + .byte N12 , Cs1 + .byte W18 + .byte N03 + .byte W18 + .byte N12 , Cn1 + .byte W12 + .byte Bn0 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , Fs0 + .byte W06 + .byte An0 + .byte W06 + .byte Bn0 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte Fs0 + .byte W12 + .byte N12 , As0 + .byte W12 + .byte Bn0 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , En0 + .byte W06 + .byte Gs0 + .byte W06 + .byte N12 , Bn0 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 , Gs1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N03 , Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte Bn0 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Bn1 + .byte W24 + .byte N06 , Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte En2 + .byte W06 + .byte Dn2 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte N03 , En2 + .byte W12 + .byte N24 + .byte W03 + .byte BEND , c_v-5 + .byte W09 + .byte c_v+0 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte BEND , c_v-4 + .byte N24 , En2 + .byte W06 + .byte BEND , c_v+0 + .byte W18 + .byte GOTO + .word bgm_boy_sup_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_boy_sup_4: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 56 + .byte VOL , 70*bgm_boy_sup_mvl/mxv + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte N03 , Cs4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn3 , v060 + .byte W03 + .byte An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W06 + .byte Cn4 , v112 + .byte W03 + .byte N06 , Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte W12 + .byte An3 + .byte W24 + .byte As3 + .byte W24 + .byte Bn3 + .byte W12 + .byte En4 , v120 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W12 +bgm_boy_sup_4_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+32 + .byte VOL , 52*bgm_boy_sup_mvl/mxv + .byte N03 , Cs4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W03 + .byte An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W09 + .byte Cs4 , v112 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W06 + .byte N12 , Bn3 + .byte W18 + .byte VOL , 52*bgm_boy_sup_mvl/mxv + .byte N03 , Cs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W03 + .byte An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W09 + .byte Cs4 , v112 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W09 + .byte N12 , En4 , v112 + .byte W12 + .byte N03 , Dn4 + .byte W12 + .byte N12 , Cs4 + .byte W12 + .byte N03 , Bn3 + .byte W12 + .byte VOL , 52*bgm_boy_sup_mvl/mxv + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , An3 + .byte W36 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N24 , Fs3 + .byte W24 + .byte N18 , Gs3 + .byte W18 + .byte N06 , An3 + .byte W06 + .byte N36 , Bn3 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N24 , Fs3 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N03 , Cs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn3 , v060 + .byte W03 + .byte An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W06 + .byte Cn4 , v112 + .byte W03 + .byte N06 , Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte W12 + .byte An3 + .byte W24 + .byte As3 + .byte W24 + .byte Bn3 + .byte W12 + .byte En4 + .byte W06 + .byte N03 , Dn4 , v080 + .byte W03 + .byte Cn4 , v072 + .byte W03 + .byte Bn3 , v056 + .byte W12 + .byte GOTO + .word bgm_boy_sup_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_boy_sup_5: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 56 + .byte VOL , 66*bgm_boy_sup_mvl/mxv + .byte PAN , c_v-26 + .byte LFOS , 44 + .byte N03 , Fs3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En3 , v060 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Bn2 + .byte W06 + .byte Fn3 , v112 + .byte W03 + .byte N06 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte W12 + .byte Fs3 + .byte W24 + .byte Gn3 + .byte W24 + .byte Gs3 + .byte W12 + .byte Bn3 + .byte W06 + .byte N03 , An3 , v052 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W12 +bgm_boy_sup_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_boy_sup_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_boy_sup_6: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 127 + .byte PAN , c_v-63 + .byte VOL , 36*bgm_boy_sup_mvl/mxv + .byte N03 , En4 , v112 + .byte W12 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte En4 , v112 + .byte W06 + .byte En4 , v080 + .byte W18 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 +bgm_boy_sup_6_000: + .byte N03 , En4 , v112 + .byte W24 + .byte En4 , v064 + .byte W24 + .byte En4 , v112 + .byte W06 + .byte En4 , v080 + .byte W42 + .byte PEND +bgm_boy_sup_6_B1: +bgm_boy_sup_6_001: + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte PEND + .byte PATT + .word bgm_boy_sup_6_001 + .byte PATT + .word bgm_boy_sup_6_001 + .byte PATT + .word bgm_boy_sup_6_001 + .byte PATT + .word bgm_boy_sup_6_001 + .byte PATT + .word bgm_boy_sup_6_001 + .byte PATT + .word bgm_boy_sup_6_001 + .byte PATT + .word bgm_boy_sup_6_001 +bgm_boy_sup_6_002: + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W18 + .byte En4 , v060 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte PEND + .byte PATT + .word bgm_boy_sup_6_002 + .byte PATT + .word bgm_boy_sup_6_002 + .byte PATT + .word bgm_boy_sup_6_002 + .byte PATT + .word bgm_boy_sup_6_002 + .byte PATT + .word bgm_boy_sup_6_002 + .byte N03 , En4 , v112 + .byte W12 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte En4 , v112 + .byte W06 + .byte En4 , v080 + .byte W18 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte PATT + .word bgm_boy_sup_6_000 + .byte GOTO + .word bgm_boy_sup_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_boy_sup_7: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 80 + .byte PAN , c_v-62 + .byte VOL , 39*bgm_boy_sup_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte N03 , Fs2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs2 + .byte W24 + .byte Dn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gs2 + .byte W12 +bgm_boy_sup_7_000: + .byte W12 + .byte N06 , An2 , v112 + .byte W24 + .byte As2 + .byte W24 + .byte Bn2 + .byte W12 + .byte En3 + .byte W24 + .byte PEND +bgm_boy_sup_7_B1: + .byte N24 , Cs3 , v112 + .byte W30 + .byte N06 + .byte W12 + .byte An2 + .byte W06 + .byte N24 , Cs3 + .byte W48 +bgm_boy_sup_7_001: + .byte N30 , Cs3 , v112 + .byte W30 + .byte N03 , Dn3 , v096 + .byte W03 + .byte Ds3 + .byte W03 + .byte N21 , En3 , v112 + .byte W21 + .byte N03 , Ds3 , v100 + .byte W03 + .byte N12 , Dn3 , v112 + .byte W12 + .byte Cs3 + .byte W12 + .byte N09 , Dn3 + .byte W09 + .byte N03 , En3 , v096 + .byte W03 + .byte PEND +bgm_boy_sup_7_002: + .byte N24 , Fs3 , v112 + .byte W30 + .byte N06 , Dn3 + .byte W12 + .byte Cs3 + .byte W06 + .byte N12 , Dn3 + .byte W12 + .byte N03 , As3 + .byte W03 + .byte N09 , An3 + .byte W09 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte PEND + .byte N03 , Bn2 + .byte W06 + .byte Gs2 + .byte W06 + .byte En2 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cs3 + .byte W06 + .byte An2 + .byte W06 + .byte Fs2 + .byte W06 + .byte An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte As2 + .byte W06 + .byte N04 , En3 + .byte W04 + .byte N02 , Bn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte N06 , En2 + .byte W06 + .byte N03 , Bn2 + .byte W03 + .byte Cn3 + .byte W03 + .byte N24 , Cs3 + .byte W30 + .byte N06 + .byte W12 + .byte An2 + .byte W06 + .byte N24 , Cs3 + .byte W36 + .byte N06 , En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte PATT + .word bgm_boy_sup_7_001 + .byte PATT + .word bgm_boy_sup_7_002 + .byte N03 , Bn2 , v112 + .byte W06 + .byte Gs2 + .byte W06 + .byte En2 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cs3 + .byte W06 + .byte An2 + .byte W06 + .byte Fs2 + .byte W06 + .byte An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte As2 + .byte W06 + .byte N04 , En3 + .byte W04 + .byte N02 , Bn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte N04 , En2 + .byte W04 + .byte N02 , Gs2 + .byte W04 + .byte Bn2 + .byte W04 + .byte VOL , 27*bgm_boy_sup_mvl/mxv + .byte BEND , c_v+4 + .byte N03 , Cs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W03 + .byte An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W09 + .byte Cs4 , v112 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W06 + .byte N12 , Bn3 + .byte W18 + .byte VOL , 27*bgm_boy_sup_mvl/mxv + .byte N03 , Cs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W03 + .byte An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W09 + .byte Cs4 , v112 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W09 + .byte N12 , En4 , v112 + .byte W12 + .byte N03 , Dn4 + .byte W12 + .byte N12 , Cs4 + .byte W12 + .byte N03 , Bn3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , An3 + .byte W36 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N24 , Fs3 + .byte W24 + .byte N18 , Gs3 + .byte W18 + .byte N06 , An3 + .byte W06 + .byte N36 , Bn3 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N24 , Fs3 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte VOL , 39*bgm_boy_sup_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs2 + .byte W24 + .byte Dn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte PATT + .word bgm_boy_sup_7_000 + .byte GOTO + .word bgm_boy_sup_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_boy_sup_8: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 81 + .byte PAN , c_v+63 + .byte VOL , 39*bgm_boy_sup_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte N03 , Dn3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn3 + .byte W24 + .byte Fs2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte En2 + .byte W12 + .byte W12 + .byte En3 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Gs3 + .byte W24 +bgm_boy_sup_8_B1: +bgm_boy_sup_8_000: + .byte N24 , An3 , v112 + .byte W30 + .byte N06 + .byte W12 + .byte En3 + .byte W06 + .byte N24 , An3 + .byte W36 + .byte N06 + .byte W06 + .byte Gs3 + .byte W06 + .byte PEND +bgm_boy_sup_8_001: + .byte N30 , Gn3 , v112 + .byte W30 + .byte N03 , An3 , v096 + .byte W03 + .byte As3 + .byte W03 + .byte N21 , Bn3 , v112 + .byte W21 + .byte N03 , As3 , v100 + .byte W03 + .byte N09 , An3 , v112 + .byte W09 + .byte N03 , Gs3 , v096 + .byte W03 + .byte N09 , Gn3 , v112 + .byte W09 + .byte N03 , Gs3 , v100 + .byte W03 + .byte N09 , An3 , v112 + .byte W09 + .byte N03 , Bn3 , v096 + .byte W03 + .byte PEND +bgm_boy_sup_8_002: + .byte N24 , Dn4 , v112 + .byte W30 + .byte N06 , An3 + .byte W12 + .byte Fs3 + .byte W06 + .byte N12 , An3 + .byte W12 + .byte N03 , Dn4 + .byte W03 + .byte N09 , Cs4 + .byte W09 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte PEND + .byte N03 , Gs3 + .byte W06 + .byte En3 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N04 , Bn3 + .byte W04 + .byte N02 , Gs3 + .byte W04 + .byte En3 + .byte W04 + .byte N06 , Bn2 + .byte W06 + .byte N03 , En3 + .byte W03 + .byte Gs3 + .byte W03 + .byte PATT + .word bgm_boy_sup_8_000 + .byte PATT + .word bgm_boy_sup_8_001 + .byte PATT + .word bgm_boy_sup_8_002 + .byte N03 , Gs3 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N04 , Bn3 + .byte W04 + .byte N02 , Gs3 + .byte W04 + .byte En3 + .byte W04 + .byte N04 , Bn2 + .byte W04 + .byte N02 , En3 + .byte W04 + .byte Gs3 + .byte W04 + .byte N03 , Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En3 , v064 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Bn2 + .byte W09 + .byte En3 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W06 + .byte N12 , Dn3 + .byte W18 + .byte N03 , Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En3 , v064 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Bn2 + .byte W09 + .byte Fn3 , v112 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fs3 , v064 + .byte W03 + .byte En3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cs3 + .byte W09 + .byte N12 , Gs3 , v112 + .byte W12 + .byte N03 , Fs3 + .byte W12 + .byte N12 , En3 + .byte W12 + .byte N03 , Dn3 + .byte W12 + .byte N06 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N12 , Cs4 + .byte W12 + .byte N06 , En4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte N36 , Dn3 + .byte W36 + .byte N06 , Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N24 , Bn2 + .byte W24 + .byte N18 , Cs3 + .byte W18 + .byte N06 , Dn3 + .byte W06 + .byte N36 , Fs3 + .byte W36 + .byte N06 , En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N24 , Dn3 + .byte W24 + .byte N06 , En3 + .byte W12 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En3 , v060 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Bn2 + .byte W06 + .byte Fn3 , v112 + .byte W03 + .byte N06 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte W12 + .byte Fs3 + .byte W24 + .byte Gn3 + .byte W24 + .byte Gs3 + .byte W12 + .byte Bn3 , v088 + .byte W06 + .byte N03 , An3 , v064 + .byte W03 + .byte Gs3 , v056 + .byte W03 + .byte Fs3 , v044 + .byte W12 + .byte GOTO + .word bgm_boy_sup_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_boy_sup_9: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 70*bgm_boy_sup_mvl/mxv + .byte N06 , En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 +bgm_boy_sup_9_000: + .byte N06 , Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte PEND +bgm_boy_sup_9_B1: +bgm_boy_sup_9_001: + .byte N06 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte En1 + .byte W12 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte PEND + .byte PATT + .word bgm_boy_sup_9_001 + .byte PATT + .word bgm_boy_sup_9_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_boy_sup_9_001 + .byte PATT + .word bgm_boy_sup_9_001 + .byte PATT + .word bgm_boy_sup_9_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N04 , Cn1 + .byte W04 + .byte En1 + .byte W04 + .byte N04 + .byte W04 +bgm_boy_sup_9_002: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Dn1 + .byte W18 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N06 + .byte W06 + .byte PEND + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte PATT + .word bgm_boy_sup_9_002 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W18 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_boy_sup_9_000 + .byte GOTO + .word bgm_boy_sup_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_boy_sup_10: + .byte KEYSH , bgm_boy_sup_key+0 + .byte VOICE , 83 + .byte VOL , 29*bgm_boy_sup_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte W96 + .byte W84 + .byte BEND , c_v+4 + .byte N06 , An4 , v112 + .byte W06 + .byte Bn4 + .byte W06 +bgm_boy_sup_10_B1: + .byte N06 , Cs5 , v112 + .byte W12 + .byte Dn5 + .byte W09 + .byte N03 , Fn5 , v088 + .byte W03 + .byte N06 , En5 , v112 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N03 , Cn5 , v088 + .byte W03 + .byte N42 , Bn4 , v112 + .byte W42 + .byte N03 , Cn5 + .byte W03 + .byte N12 , Cs5 + .byte W12 + .byte N03 , Cn5 , v080 + .byte W03 + .byte Bn4 , v064 + .byte W03 + .byte As4 , v044 + .byte W03 + .byte An4 , v040 + .byte W03 + .byte Fs4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte En4 + .byte W12 + .byte En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte N12 , Cs5 + .byte W24 + .byte N06 , Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , Bn4 + .byte W24 + .byte N06 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte N03 , Gs5 , v088 + .byte W03 + .byte N15 , An5 , v112 + .byte W15 + .byte N03 , Fs5 , v088 + .byte W03 + .byte En5 , v068 + .byte W03 + .byte N06 , Cs5 , v112 + .byte W12 + .byte Dn5 + .byte W06 + .byte N18 , Cs5 + .byte W18 + .byte N30 , Bn4 + .byte W30 + .byte N06 , En4 + .byte W06 + .byte N03 , Gn4 , v056 + .byte W03 + .byte An4 , v072 + .byte W03 + .byte Bn4 , v080 + .byte W03 + .byte Dn5 , v084 + .byte W03 + .byte N24 , En5 , v112 + .byte W24 + .byte N06 , Dn5 + .byte W12 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W24 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn4 + .byte W06 + .byte An4 + .byte W06 + .byte Cs5 + .byte W06 + .byte W12 + .byte En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W24 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , Bn4 + .byte W12 + .byte VOICE , 84 + .byte W12 + .byte N36 , Cs5 + .byte W36 + .byte N06 , Fs4 + .byte W06 + .byte N06 + .byte W06 + .byte An4 + .byte W12 + .byte Fs4 + .byte W12 + .byte An4 + .byte W06 + .byte N18 , Bn4 + .byte W18 + .byte N36 , Cs5 + .byte W42 + .byte N06 , En4 + .byte W06 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn5 + .byte W06 + .byte N18 , Cs5 + .byte W18 + .byte N06 , En5 + .byte W06 + .byte N03 , Ds5 , v040 + .byte W03 + .byte Dn5 + .byte W03 + .byte Cs5 + .byte W03 + .byte Cn5 + .byte W03 + .byte Bn4 , v048 + .byte W30 + .byte N12 , En5 , v112 + .byte W12 + .byte N03 , Dn5 + .byte W12 + .byte N06 , Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N30 , Gn4 + .byte W30 + .byte N06 , En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , En5 + .byte W12 + .byte N06 , Fs5 + .byte W12 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte N36 , Cs5 + .byte W36 + .byte N06 , Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte N18 , Bn4 + .byte W24 + .byte N06 , Cs5 + .byte W12 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte N06 , Bn4 + .byte W06 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte En5 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Dn5 , v072 + .byte W03 + .byte Cn5 , v064 + .byte W03 + .byte Bn4 , v056 + .byte W03 + .byte An4 + .byte W06 + .byte Ds5 , v080 + .byte W03 + .byte N12 , En5 + .byte W15 + .byte N03 , Ds5 + .byte W03 + .byte N15 , En5 + .byte W15 + .byte N03 , Ds5 + .byte W03 + .byte N09 , En5 + .byte W09 + .byte N03 , An5 + .byte W03 + .byte N24 , Gs5 + .byte W24 + .byte N06 , Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N30 , En5 + .byte W30 + .byte N03 , Dn5 , v060 + .byte W03 + .byte Cs5 , v048 + .byte W03 + .byte N06 , An4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte GOTO + .word bgm_boy_sup_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_boy_sup: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_boy_sup_pri @ Priority + .byte bgm_boy_sup_rev @ Reverb. + + .word bgm_boy_sup_grp + + .word bgm_boy_sup_1 + .word bgm_boy_sup_2 + .word bgm_boy_sup_3 + .word bgm_boy_sup_4 + .word bgm_boy_sup_5 + .word bgm_boy_sup_6 + .word bgm_boy_sup_7 + .word bgm_boy_sup_8 + .word bgm_boy_sup_9 + .word bgm_boy_sup_10 + + .end diff --git a/sound/songs/bgm_boyeye.s b/sound/songs/bgm_boyeye.s new file mode 100644 index 000000000..d5e9acdb9 --- /dev/null +++ b/sound/songs/bgm_boyeye.s @@ -0,0 +1,1238 @@ + .include "MPlayDef.s" + + .equ bgm_boyeye_grp, voicegroup_8435514 + .equ bgm_boyeye_pri, 0 + .equ bgm_boyeye_rev, reverb_set+50 + .equ bgm_boyeye_mvl, 127 + .equ bgm_boyeye_key, 0 + .equ bgm_boyeye_tbs, 1 + .equ bgm_boyeye_exg, 0 + .equ bgm_boyeye_cmp, 1 + + .section .rodata + .global bgm_boyeye + .align 2 + +@********************** Track 1 **********************@ + +bgm_boyeye_1: + .byte KEYSH , bgm_boyeye_key+0 + .byte TEMPO , 138*bgm_boyeye_tbs/2 + .byte VOICE , 17 + .byte LFOS , 40 + .byte VOL , 80*bgm_boyeye_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Ds5 , v056 + .byte W06 + .byte Cn5 + .byte W06 + .byte Ds5 + .byte W24 + .byte N06 + .byte W06 + .byte Cn5 + .byte W06 + .byte Ds5 + .byte W24 + .byte Ds4 , v080 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 +bgm_boyeye_1_B1: + .byte N09 , Cn5 , v080 + .byte W18 + .byte Ds5 + .byte W18 + .byte N21 , As4 + .byte W09 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte W03 + .byte N06 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N09 , Gn4 + .byte W18 + .byte Gs4 + .byte W18 + .byte N21 , As4 + .byte W09 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N03 , Fs4 + .byte W03 + .byte N12 , Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N09 , Fs4 + .byte W18 + .byte N18 , Cs5 + .byte W18 + .byte N48 , As4 + .byte W12 + .byte MOD , 8 + .byte W36 + .byte 0 + .byte W12 + .byte N09 , Fs4 + .byte W18 + .byte N18 , Cs5 + .byte W18 + .byte N24 , As4 + .byte W09 + .byte MOD , 8 + .byte W15 + .byte 0 + .byte N06 , Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , An4 + .byte W18 + .byte Gn4 + .byte W18 + .byte N09 , Fn4 + .byte W09 + .byte N03 , En4 + .byte W03 + .byte N12 , Fn4 + .byte W18 + .byte Dn4 + .byte W18 + .byte N09 , Cn4 + .byte W09 + .byte N03 , En4 + .byte W03 + .byte N09 , Fn4 + .byte W18 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte N24 , An4 + .byte W09 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte As3 + .byte W12 + .byte N03 , As4 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte As4 + .byte W24 + .byte Gs4 + .byte W12 + .byte As4 + .byte W24 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Fn5 + .byte W12 + .byte Dn5 + .byte W24 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte GOTO + .word bgm_boyeye_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_boyeye_2: + .byte KEYSH , bgm_boyeye_key+0 + .byte VOICE , 36 + .byte VOL , 80*bgm_boyeye_mvl/mxv + .byte W48 + .byte PAN , c_v+8 + .byte N06 , Ds1 , v116 + .byte W12 + .byte N03 + .byte W06 + .byte N15 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 +bgm_boyeye_2_B1: + .byte N06 , Ds1 , v116 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N12 , Ds1 + .byte W12 + .byte N03 , As1 + .byte W12 + .byte N12 , Ds1 + .byte W12 + .byte N03 , Gn1 + .byte W06 + .byte Ds1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte N03 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte Gs1 + .byte W12 + .byte N06 , Fs1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte N12 , Fs1 + .byte W12 + .byte N03 , Cs2 + .byte W12 + .byte N12 , Fs1 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Ds2 + .byte W06 + .byte N12 , Fs2 + .byte W12 + .byte N03 , Fs1 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Gs1 + .byte W12 + .byte Fs1 + .byte W12 + .byte N06 , Fn1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Fn1 + .byte W12 + .byte N03 , An1 + .byte W06 + .byte Fn1 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N15 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Ds1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N03 , As0 + .byte W12 + .byte N03 + .byte W06 + .byte N18 + .byte W18 + .byte N03 , As1 + .byte W06 + .byte As0 + .byte W06 + .byte N06 + .byte W12 + .byte N03 , Gs1 + .byte W06 + .byte As1 + .byte W06 + .byte N06 , As0 + .byte W12 + .byte N03 , Gs1 + .byte W06 + .byte As1 + .byte W06 + .byte N12 , As0 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte N06 , As0 + .byte W12 + .byte N03 + .byte W12 + .byte As1 + .byte W06 + .byte N48 , As0 + .byte W48 + .byte GOTO + .word bgm_boyeye_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_boyeye_3: + .byte KEYSH , bgm_boyeye_key+0 + .byte VOICE , 56 + .byte VOL , 80*bgm_boyeye_mvl/mxv + .byte PAN , c_v-49 + .byte BEND , c_v+0 + .byte N06 , Gn4 , v068 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W24 + .byte N06 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W48 +bgm_boyeye_3_B1: + .byte W96 + .byte W72 + .byte PAN , c_v-8 + .byte N09 , As2 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte N84 , Cs3 + .byte W12 + .byte VOL , 74*bgm_boyeye_mvl/mxv + .byte W12 + .byte 68*bgm_boyeye_mvl/mxv + .byte W12 + .byte 60*bgm_boyeye_mvl/mxv + .byte W06 + .byte 52*bgm_boyeye_mvl/mxv + .byte W06 + .byte 46*bgm_boyeye_mvl/mxv + .byte W09 + .byte 51*bgm_boyeye_mvl/mxv + .byte W06 + .byte 56*bgm_boyeye_mvl/mxv + .byte W06 + .byte 61*bgm_boyeye_mvl/mxv + .byte W06 + .byte 68*bgm_boyeye_mvl/mxv + .byte W06 + .byte 75*bgm_boyeye_mvl/mxv + .byte W06 + .byte 80*bgm_boyeye_mvl/mxv + .byte W03 + .byte N03 , Bn2 + .byte W03 + .byte Cn3 + .byte W03 + .byte N09 , Cs3 + .byte W18 + .byte N12 , Ds3 + .byte W18 + .byte N56 , Cs3 + .byte W21 + .byte VOL , 77*bgm_boyeye_mvl/mxv + .byte W09 + .byte 74*bgm_boyeye_mvl/mxv + .byte W09 + .byte 63*bgm_boyeye_mvl/mxv + .byte W06 + .byte 48*bgm_boyeye_mvl/mxv + .byte W06 + .byte 35*bgm_boyeye_mvl/mxv + .byte W03 + .byte 18*bgm_boyeye_mvl/mxv + .byte W06 + .byte W48 + .byte 80*bgm_boyeye_mvl/mxv + .byte N12 , Fn3 + .byte W18 + .byte Dn3 + .byte W18 + .byte N09 , Cn3 + .byte W12 + .byte N09 + .byte W18 + .byte N12 , An3 + .byte W18 + .byte N18 , Fn3 + .byte W09 + .byte VOL , 74*bgm_boyeye_mvl/mxv + .byte W03 + .byte 51*bgm_boyeye_mvl/mxv + .byte W06 + .byte 80*bgm_boyeye_mvl/mxv + .byte N03 , Cn3 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte W96 + .byte N06 , As2 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W48 + .byte GOTO + .word bgm_boyeye_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_boyeye_4: + .byte KEYSH , bgm_boyeye_key+0 + .byte VOICE , 80 + .byte VOL , 80*bgm_boyeye_mvl/mxv + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte PAN , c_v+0 + .byte N06 , As5 , v052 + .byte W06 + .byte Gn5 + .byte W06 + .byte As5 + .byte W24 + .byte N06 + .byte W06 + .byte Gn5 + .byte W06 + .byte As5 + .byte W48 +bgm_boyeye_4_B1: + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N09 , Gn4 , v052 + .byte W18 + .byte Cn5 + .byte W18 + .byte N18 , Gn4 + .byte W18 + .byte VOICE , 7 + .byte PAN , c_v-48 + .byte N03 , Cn4 , v060 + .byte W12 + .byte N03 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N09 , Ds4 , v052 + .byte W18 + .byte Fn4 + .byte W18 + .byte N18 , Gn4 + .byte W18 + .byte VOICE , 7 + .byte PAN , c_v-49 + .byte N06 , Cn3 , v060 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v-1 + .byte N09 , Cs4 , v052 + .byte W18 + .byte N12 , As4 + .byte W18 + .byte N18 , Fs4 + .byte W18 + .byte VOICE , 7 + .byte PAN , c_v-48 + .byte N03 , Ds4 , v060 + .byte W12 + .byte N03 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOICE , 82 + .byte N09 , Cs4 , v052 + .byte W03 + .byte PAN , c_v-1 + .byte W15 + .byte N12 , As4 + .byte W18 + .byte N18 , Fs4 + .byte W18 + .byte VOICE , 7 + .byte PAN , c_v-48 + .byte N03 , Ds3 , v060 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Fn3 , v072 + .byte W18 + .byte Ds3 + .byte W18 + .byte N09 , Dn3 + .byte W12 + .byte N12 , Cn3 + .byte W18 + .byte As2 + .byte W18 + .byte N09 , An2 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N09 , Cn4 , v052 + .byte W18 + .byte N12 , An4 + .byte W18 + .byte N18 , Fn4 + .byte W18 + .byte VOICE , 7 + .byte PAN , c_v-49 + .byte N03 , Ds3 , v060 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N06 , Fn3 , v052 + .byte W12 + .byte N03 , Fn4 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Fn4 + .byte W24 + .byte Dn4 + .byte W12 + .byte Fn4 + .byte W24 + .byte VOICE , 7 + .byte PAN , c_v-48 + .byte N06 , Fn4 , v060 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Dn5 + .byte W12 + .byte As4 + .byte W48 + .byte GOTO + .word bgm_boyeye_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_boyeye_5: + .byte KEYSH , bgm_boyeye_key+0 + .byte VOICE , 56 + .byte VOL , 80*bgm_boyeye_mvl/mxv + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte PAN , c_v+48 + .byte N06 , Ds4 , v068 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W24 + .byte N06 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W48 +bgm_boyeye_5_B1: + .byte VOICE , 2 + .byte PAN , c_v+47 + .byte N03 , Ds3 , v060 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte VOICE , 8 + .byte W06 + .byte PAN , c_v+48 + .byte N03 , Gn3 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte VOICE , 2 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte VOICE , 8 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Gn2 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOICE , 2 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte VOICE , 8 + .byte W06 + .byte PAN , c_v+48 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte VOICE , 2 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte VOICE , 8 + .byte W06 + .byte PAN , c_v+48 + .byte N03 , As2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , Cn4 , v072 + .byte W18 + .byte As3 + .byte W18 + .byte N09 , An3 + .byte W12 + .byte N12 + .byte W18 + .byte Gn3 + .byte W18 + .byte N09 , Fn3 + .byte W12 + .byte VOICE , 2 + .byte N03 , Fn2 , v060 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N06 , Cn3 + .byte W06 + .byte VOICE , 8 + .byte W06 + .byte PAN , c_v+48 + .byte N03 , An2 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte As4 + .byte W12 + .byte Fn4 + .byte W48 + .byte GOTO + .word bgm_boyeye_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_boyeye_6: + .byte KEYSH , bgm_boyeye_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_boyeye_mvl/mxv + .byte PAN , c_v+0 + .byte W72 + .byte N06 , Ds4 , v048 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 +bgm_boyeye_6_B1: + .byte N09 , Cn5 , v048 + .byte W18 + .byte Ds5 + .byte W18 + .byte N21 , As4 + .byte W09 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte W03 + .byte N06 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N09 , Gn4 + .byte W18 + .byte Gs4 + .byte W18 + .byte N21 , As4 + .byte W09 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N03 , Fs4 + .byte W03 + .byte N12 , Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N09 , Fs4 + .byte W18 + .byte N18 , Cs5 + .byte W18 + .byte N48 , As4 + .byte W12 + .byte MOD , 8 + .byte W36 + .byte 0 + .byte W12 + .byte N09 , Fs4 + .byte W18 + .byte N18 , Cs5 + .byte W18 + .byte N24 , As4 + .byte W09 + .byte MOD , 8 + .byte W15 + .byte 0 + .byte N06 , Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , An4 + .byte W18 + .byte Gn4 + .byte W18 + .byte N09 , Fn4 + .byte W09 + .byte N03 , En4 + .byte W03 + .byte N12 , Fn4 + .byte W18 + .byte Dn4 + .byte W18 + .byte N09 , Cn4 + .byte W09 + .byte N03 , En4 + .byte W03 + .byte N09 , Fn4 + .byte W18 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte N24 , An4 + .byte W09 + .byte MOD , 7 + .byte W15 + .byte 0 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte As3 + .byte W12 + .byte N03 , As4 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte As4 + .byte W24 + .byte Gs4 + .byte W12 + .byte As4 + .byte W24 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Fn5 + .byte W12 + .byte Dn5 + .byte W24 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte GOTO + .word bgm_boyeye_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_boyeye_7: + .byte KEYSH , bgm_boyeye_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_boyeye_mvl/mxv + .byte N48 , An2 , v080 + .byte W72 + .byte N06 , En1 , v064 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v104 + .byte W06 +bgm_boyeye_7_B1: + .byte N06 , Cn1 , v120 + .byte N96 , An2 , v080 + .byte W12 + .byte N06 , Fs1 , v060 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W12 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 +bgm_boyeye_7_000: + .byte N06 , Cn1 , v120 + .byte W12 + .byte Fs1 , v060 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte N12 , As1 , v068 + .byte W12 + .byte PEND + .byte N06 , Cn1 , v120 + .byte W12 + .byte Fs1 , v060 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W12 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_boyeye_7_000 + .byte N06 , Cn1 , v120 + .byte N48 , An2 , v080 + .byte W12 + .byte N06 , Fs1 , v060 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W12 + .byte Cn1 , v120 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_boyeye_7_000 + .byte N06 , En1 , v112 + .byte N96 , An2 , v080 + .byte W12 + .byte N06 , Cn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte Cn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte Cn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte Cn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte GOTO + .word bgm_boyeye_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_boyeye: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_boyeye_pri @ Priority + .byte bgm_boyeye_rev @ Reverb. + + .word bgm_boyeye_grp + + .word bgm_boyeye_1 + .word bgm_boyeye_2 + .word bgm_boyeye_3 + .word bgm_boyeye_4 + .word bgm_boyeye_5 + .word bgm_boyeye_6 + .word bgm_boyeye_7 + + .end diff --git a/sound/songs/bgm_c_road.s b/sound/songs/bgm_c_road.s new file mode 100644 index 000000000..3f3eb0bb7 --- /dev/null +++ b/sound/songs/bgm_c_road.s @@ -0,0 +1,4036 @@ + .include "MPlayDef.s" + + .equ bgm_c_road_grp, voicegroup_8444FE8 + .equ bgm_c_road_pri, 0 + .equ bgm_c_road_rev, reverb_set+50 + .equ bgm_c_road_mvl, 127 + .equ bgm_c_road_key, 0 + .equ bgm_c_road_tbs, 1 + .equ bgm_c_road_exg, 0 + .equ bgm_c_road_cmp, 1 + + .section .rodata + .global bgm_c_road + .align 2 + +@********************** Track 1 **********************@ + +bgm_c_road_1: + .byte KEYSH , bgm_c_road_key+0 + .byte TEMPO , 134*bgm_c_road_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 29*bgm_c_road_mvl/mxv + .byte W96 +bgm_c_road_1_000: + .byte N02 , Cn5 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte Cn5 , v044 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte Cn5 , v112 + .byte W08 + .byte Cn5 , v088 + .byte W08 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte Cn5 , v044 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte PEND +bgm_c_road_1_001: + .byte N02 , Cn5 , v112 + .byte W24 + .byte N02 + .byte W72 + .byte PEND + .byte PATT + .word bgm_c_road_1_000 + .byte N02 , Cn5 , v112 + .byte W24 + .byte N02 + .byte W24 + .byte VOICE , 126 + .byte VOL , 5*bgm_c_road_mvl/mxv + .byte N48 , Gn5 + .byte W05 + .byte VOL , 8*bgm_c_road_mvl/mxv + .byte W11 + .byte 11*bgm_c_road_mvl/mxv + .byte W01 + .byte 14*bgm_c_road_mvl/mxv + .byte W03 + .byte 17*bgm_c_road_mvl/mxv + .byte W01 + .byte 19*bgm_c_road_mvl/mxv + .byte W03 + .byte 22*bgm_c_road_mvl/mxv + .byte W01 + .byte 23*bgm_c_road_mvl/mxv + .byte W03 + .byte 26*bgm_c_road_mvl/mxv + .byte W01 + .byte 28*bgm_c_road_mvl/mxv + .byte W03 + .byte 32*bgm_c_road_mvl/mxv + .byte W01 + .byte 34*bgm_c_road_mvl/mxv + .byte W03 + .byte 38*bgm_c_road_mvl/mxv + .byte W01 + .byte 40*bgm_c_road_mvl/mxv + .byte W03 + .byte 49*bgm_c_road_mvl/mxv + .byte W01 + .byte 54*bgm_c_road_mvl/mxv + .byte W03 + .byte 62*bgm_c_road_mvl/mxv + .byte W01 + .byte 65*bgm_c_road_mvl/mxv + .byte W03 +bgm_c_road_1_B1: + .byte VOICE , 127 + .byte VOL , 38*bgm_c_road_mvl/mxv + .byte N02 , Dn5 , v112 + .byte W02 + .byte VOL , 29*bgm_c_road_mvl/mxv + .byte W06 + .byte N02 , Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 +bgm_c_road_1_002: + .byte N02 , Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v076 + .byte W04 + .byte N02 + .byte W04 + .byte Dn5 , v112 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte PEND +bgm_c_road_1_003: + .byte N02 , Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte Dn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte PEND + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_003 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_003 + .byte PATT + .word bgm_c_road_1_002 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_002 + .byte PATT + .word bgm_c_road_1_000 + .byte PATT + .word bgm_c_road_1_001 + .byte PATT + .word bgm_c_road_1_000 + .byte PATT + .word bgm_c_road_1_001 + .byte GOTO + .word bgm_c_road_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_c_road_2: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 8*bgm_c_road_mvl/mxv + .byte PAN , c_v-32 + .byte N48 , Ds4 , v108 + .byte W05 + .byte VOL , 9*bgm_c_road_mvl/mxv + .byte W08 + .byte 12*bgm_c_road_mvl/mxv + .byte W11 + .byte 13*bgm_c_road_mvl/mxv + .byte W08 + .byte 16*bgm_c_road_mvl/mxv + .byte W01 + .byte 17*bgm_c_road_mvl/mxv + .byte W03 + .byte 19*bgm_c_road_mvl/mxv + .byte W01 + .byte 22*bgm_c_road_mvl/mxv + .byte W03 + .byte 23*bgm_c_road_mvl/mxv + .byte W01 + .byte 26*bgm_c_road_mvl/mxv + .byte W03 + .byte 27*bgm_c_road_mvl/mxv + .byte W04 + .byte 28*bgm_c_road_mvl/mxv + .byte N48 , En4 , v112 + .byte W01 + .byte VOL , 31*bgm_c_road_mvl/mxv + .byte W03 + .byte 32*bgm_c_road_mvl/mxv + .byte W01 + .byte 35*bgm_c_road_mvl/mxv + .byte W03 + .byte 38*bgm_c_road_mvl/mxv + .byte W01 + .byte 41*bgm_c_road_mvl/mxv + .byte W03 + .byte 42*bgm_c_road_mvl/mxv + .byte W01 + .byte 45*bgm_c_road_mvl/mxv + .byte W03 + .byte 46*bgm_c_road_mvl/mxv + .byte W01 + .byte 47*bgm_c_road_mvl/mxv + .byte W03 + .byte 53*bgm_c_road_mvl/mxv + .byte W08 + .byte 55*bgm_c_road_mvl/mxv + .byte W01 + .byte 56*bgm_c_road_mvl/mxv + .byte W03 + .byte 57*bgm_c_road_mvl/mxv + .byte W01 + .byte 59*bgm_c_road_mvl/mxv + .byte W03 + .byte 60*bgm_c_road_mvl/mxv + .byte W04 + .byte 63*bgm_c_road_mvl/mxv + .byte W05 + .byte 66*bgm_c_road_mvl/mxv + .byte W03 + .byte 63*bgm_c_road_mvl/mxv + .byte N08 , Fn4 + .byte W48 + .byte N08 + .byte W48 + .byte N08 + .byte W24 + .byte N08 + .byte W24 + .byte VOL , 68*bgm_c_road_mvl/mxv + .byte N04 , Ds4 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte VOL , 69*bgm_c_road_mvl/mxv + .byte N08 , Fn4 + .byte W48 + .byte N08 + .byte W48 + .byte VOL , 46*bgm_c_road_mvl/mxv + .byte N08 + .byte W24 + .byte N08 + .byte W24 + .byte VOICE , 48 + .byte N04 , Cs2 , v108 + .byte W04 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte En2 + .byte W04 + .byte Fn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte An2 + .byte W04 + .byte As2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cn3 + .byte W04 +bgm_c_road_2_B1: + .byte VOICE , 84 + .byte PAN , c_v+0 + .byte VOL , 62*bgm_c_road_mvl/mxv + .byte BEND , c_v+2 + .byte N04 , Cs1 , v108 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Cs1 , v072 + .byte W08 + .byte Cn1 + .byte W08 + .byte Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 +bgm_c_road_2_000: + .byte N04 , Dn1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte Fs1 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte Dn1 , v072 + .byte W08 + .byte Cs1 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte Fs1 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte Dn1 , v072 + .byte W08 + .byte Cs1 + .byte W08 + .byte PEND + .byte Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Cs1 , v072 + .byte W08 + .byte Cn1 + .byte W08 + .byte PATT + .word bgm_c_road_2_000 +bgm_c_road_2_001: + .byte N04 , Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Cs1 , v072 + .byte W08 + .byte Cn1 + .byte W08 + .byte Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte Cs1 , v112 + .byte W08 + .byte Ds1 , v072 + .byte W08 + .byte En1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_c_road_2_000 + .byte PATT + .word bgm_c_road_2_001 + .byte N04 , Dn1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte Fs1 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte Dn1 , v072 + .byte W08 + .byte Cs1 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte Fs1 + .byte W08 + .byte Gs1 , v112 + .byte W24 + .byte BEND , c_v+0 + .byte W96 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v-44 + .byte VOL , 67*bgm_c_road_mvl/mxv + .byte N02 , Gn4 + .byte W08 + .byte N02 + .byte W04 + .byte Fs4 + .byte W04 + .byte N04 , Gn4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOICE , 1 + .byte PAN , c_v-32 + .byte VOL , 61*bgm_c_road_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 45 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 56 + .byte PAN , c_v-21 + .byte VOL , 57*bgm_c_road_mvl/mxv + .byte N08 , Gs5 + .byte W08 + .byte N04 , Gn5 , v052 + .byte W04 + .byte Fs5 + .byte W36 + .byte N08 , Gs4 , v112 + .byte W48 + .byte N08 + .byte W24 + .byte N08 + .byte W24 + .byte N04 , Fs4 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Gn4 + .byte W08 + .byte VOICE , 48 + .byte N08 , Gs4 + .byte W48 + .byte N08 + .byte W48 + .byte VOICE , 48 + .byte N08 + .byte W24 + .byte N08 + .byte W24 + .byte N04 , En2 , v108 + .byte W04 + .byte Fn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte An2 + .byte W04 + .byte As2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte GOTO + .word bgm_c_road_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_c_road_3: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 60 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 8*bgm_c_road_mvl/mxv + .byte PAN , c_v-12 + .byte N48 , Gn2 , v112 + .byte W05 + .byte VOL , 9*bgm_c_road_mvl/mxv + .byte W08 + .byte 12*bgm_c_road_mvl/mxv + .byte W11 + .byte 13*bgm_c_road_mvl/mxv + .byte W08 + .byte 16*bgm_c_road_mvl/mxv + .byte W01 + .byte 17*bgm_c_road_mvl/mxv + .byte W03 + .byte 19*bgm_c_road_mvl/mxv + .byte W01 + .byte 22*bgm_c_road_mvl/mxv + .byte W03 + .byte 23*bgm_c_road_mvl/mxv + .byte W01 + .byte 26*bgm_c_road_mvl/mxv + .byte W03 + .byte 27*bgm_c_road_mvl/mxv + .byte W04 + .byte 28*bgm_c_road_mvl/mxv + .byte N48 , Fs2 + .byte W01 + .byte VOL , 31*bgm_c_road_mvl/mxv + .byte W03 + .byte 32*bgm_c_road_mvl/mxv + .byte W01 + .byte 35*bgm_c_road_mvl/mxv + .byte W03 + .byte 38*bgm_c_road_mvl/mxv + .byte W01 + .byte 41*bgm_c_road_mvl/mxv + .byte W03 + .byte 42*bgm_c_road_mvl/mxv + .byte W01 + .byte 45*bgm_c_road_mvl/mxv + .byte W03 + .byte 46*bgm_c_road_mvl/mxv + .byte W01 + .byte 47*bgm_c_road_mvl/mxv + .byte W03 + .byte 53*bgm_c_road_mvl/mxv + .byte W08 + .byte 55*bgm_c_road_mvl/mxv + .byte W01 + .byte 56*bgm_c_road_mvl/mxv + .byte W03 + .byte 57*bgm_c_road_mvl/mxv + .byte W01 + .byte 59*bgm_c_road_mvl/mxv + .byte W03 + .byte 60*bgm_c_road_mvl/mxv + .byte W04 + .byte 63*bgm_c_road_mvl/mxv + .byte W05 + .byte 66*bgm_c_road_mvl/mxv + .byte W03 + .byte W96 + .byte BEND , c_v+0 + .byte W48 + .byte PAN , c_v-22 + .byte N04 , Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N24 , Bn3 + .byte W16 + .byte BEND , c_v+5 + .byte W08 + .byte PAN , c_v+7 + .byte BEND , c_v+0 + .byte W96 + .byte VOICE , 47 + .byte W48 + .byte 14 + .byte N48 , Gs3 + .byte W48 +bgm_c_road_3_B1: + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N36 , Cs3 , v108 + .byte W24 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte W04 + .byte N04 , En3 , v112 + .byte W08 + .byte N48 , Gs3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N36 , Dn3 + .byte W24 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte N04 , Fs3 + .byte W08 + .byte N20 , Bn3 + .byte W20 + .byte N02 , An3 + .byte W02 + .byte Bn3 + .byte W02 + .byte N16 , An3 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N96 , Gs3 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte VOICE , 56 + .byte MOD , 0 + .byte VOL , 67*bgm_c_road_mvl/mxv + .byte PAN , c_v+42 + .byte N04 , Dn3 + .byte W08 + .byte An2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 + .byte W08 + .byte N02 + .byte W04 + .byte An3 , v088 + .byte W04 + .byte N04 , An3 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte Fs3 + .byte W08 + .byte Dn4 + .byte W08 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N04 , Cs4 + .byte W16 + .byte En4 + .byte W08 + .byte N40 , Gs4 + .byte W24 + .byte MOD , 6 + .byte W16 + .byte N04 , Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N24 , En4 + .byte W24 + .byte MOD , 0 + .byte N04 , Dn4 + .byte W16 + .byte Fs4 + .byte W08 + .byte N16 , An4 + .byte W16 + .byte N04 , Gs4 + .byte W04 + .byte An4 + .byte W04 + .byte N24 , Fs4 + .byte W24 + .byte N04 , Bn4 + .byte W08 + .byte An4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N40 , Gs4 + .byte W40 + .byte N04 , Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte MOD , 6 + .byte N40 , En4 + .byte W40 + .byte N08 , Gs4 + .byte W08 + .byte MOD , 0 + .byte N40 , Fs4 + .byte W40 + .byte N04 , Dn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N24 , Bn4 + .byte W24 + .byte An4 + .byte W24 + .byte VOICE , 48 + .byte VOL , 59*bgm_c_road_mvl/mxv + .byte PAN , c_v+0 + .byte W24 + .byte N24 , En5 + .byte W24 + .byte Ds5 + .byte W24 + .byte Cn5 + .byte W24 + .byte Cs5 + .byte W24 + .byte Gn4 + .byte W24 + .byte As4 + .byte W24 + .byte Cn5 + .byte W24 + .byte W24 + .byte N08 , En5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N24 , En5 + .byte W24 + .byte Cs5 + .byte W24 + .byte En5 + .byte W24 + .byte Gn5 + .byte W24 + .byte VOICE , 56 + .byte VOL , 67*bgm_c_road_mvl/mxv + .byte PAN , c_v+31 + .byte N06 , Gs5 + .byte W24 + .byte Gs4 + .byte W24 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte Gn4 + .byte W04 + .byte N04 , Gs4 + .byte W08 + .byte N04 + .byte W08 + .byte As4 + .byte W08 + .byte Cn5 + .byte W08 + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N40 , Cs4 + .byte W24 + .byte MOD , 6 + .byte VOL , 72*bgm_c_road_mvl/mxv + .byte W04 + .byte 69*bgm_c_road_mvl/mxv + .byte W04 + .byte 67*bgm_c_road_mvl/mxv + .byte W04 + .byte 64*bgm_c_road_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N04 , En4 + .byte W08 + .byte N48 , Gs4 + .byte W24 + .byte MOD , 7 + .byte VOL , 71*bgm_c_road_mvl/mxv + .byte W04 + .byte 69*bgm_c_road_mvl/mxv + .byte W04 + .byte 67*bgm_c_road_mvl/mxv + .byte W04 + .byte 66*bgm_c_road_mvl/mxv + .byte W04 + .byte 62*bgm_c_road_mvl/mxv + .byte W04 + .byte 60*bgm_c_road_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N40 , Ds4 + .byte W24 + .byte MOD , 7 + .byte VOL , 71*bgm_c_road_mvl/mxv + .byte W04 + .byte 70*bgm_c_road_mvl/mxv + .byte W04 + .byte 67*bgm_c_road_mvl/mxv + .byte W04 + .byte 63*bgm_c_road_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N04 , Fs4 + .byte W08 + .byte N24 , Bn4 + .byte W24 + .byte N04 , An4 + .byte W16 + .byte Fs4 + .byte W08 + .byte N96 , Gs4 + .byte W48 + .byte MOD , 7 + .byte VOL , 72*bgm_c_road_mvl/mxv + .byte W04 + .byte 70*bgm_c_road_mvl/mxv + .byte W04 + .byte 67*bgm_c_road_mvl/mxv + .byte W04 + .byte 65*bgm_c_road_mvl/mxv + .byte W04 + .byte 62*bgm_c_road_mvl/mxv + .byte W04 + .byte 61*bgm_c_road_mvl/mxv + .byte W04 + .byte 58*bgm_c_road_mvl/mxv + .byte W04 + .byte 57*bgm_c_road_mvl/mxv + .byte W04 + .byte 55*bgm_c_road_mvl/mxv + .byte W04 + .byte 52*bgm_c_road_mvl/mxv + .byte W04 + .byte 50*bgm_c_road_mvl/mxv + .byte W04 + .byte 50*bgm_c_road_mvl/mxv + .byte W04 + .byte VOICE , 60 + .byte MOD , 0 + .byte VOL , 64*bgm_c_road_mvl/mxv + .byte N04 , An4 + .byte W16 + .byte En4 + .byte W08 + .byte N24 , An4 + .byte W24 + .byte Bn4 + .byte W24 + .byte MOD , 7 + .byte N08 , Ds5 + .byte W08 + .byte N02 , Dn5 , v064 + .byte W02 + .byte Cs5 + .byte W02 + .byte Cn5 + .byte W02 + .byte Bn4 + .byte W02 + .byte N08 , Cn4 , v112 + .byte W08 + .byte VOICE , 73 + .byte MOD , 0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N08 , Cs4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N04 , En4 + .byte W16 + .byte Fs4 + .byte W08 + .byte N48 , Gs4 + .byte W24 + .byte MOD , 8 + .byte W04 + .byte VOL , 73*bgm_c_road_mvl/mxv + .byte W04 + .byte 70*bgm_c_road_mvl/mxv + .byte W04 + .byte 67*bgm_c_road_mvl/mxv + .byte W04 + .byte 64*bgm_c_road_mvl/mxv + .byte W04 + .byte 62*bgm_c_road_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N08 , Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N04 , Fs4 + .byte W16 + .byte Gs4 + .byte W08 + .byte N24 , Bn4 + .byte W24 + .byte N04 , An4 + .byte W16 + .byte Fs4 + .byte W08 + .byte N08 , Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N80 , Gs4 + .byte W32 + .byte MOD , 12 + .byte VOL , 71*bgm_c_road_mvl/mxv + .byte W04 + .byte 70*bgm_c_road_mvl/mxv + .byte W04 + .byte 68*bgm_c_road_mvl/mxv + .byte W04 + .byte 67*bgm_c_road_mvl/mxv + .byte W04 + .byte 65*bgm_c_road_mvl/mxv + .byte W04 + .byte 63*bgm_c_road_mvl/mxv + .byte W04 + .byte 62*bgm_c_road_mvl/mxv + .byte W04 + .byte 61*bgm_c_road_mvl/mxv + .byte W04 + .byte 59*bgm_c_road_mvl/mxv + .byte W04 + .byte 58*bgm_c_road_mvl/mxv + .byte W04 + .byte 57*bgm_c_road_mvl/mxv + .byte W04 + .byte 56*bgm_c_road_mvl/mxv + .byte W04 + .byte VOICE , 60 + .byte MOD , 0 + .byte VOL , 64*bgm_c_road_mvl/mxv + .byte N04 , An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte N04 + .byte W16 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Fs5 + .byte W08 + .byte VOL , 71*bgm_c_road_mvl/mxv + .byte W96 + .byte W48 + .byte N04 , Gs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , Ds4 + .byte W08 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_c_road_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_c_road_4: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 26*bgm_c_road_mvl/mxv + .byte PAN , c_v+16 + .byte N48 , Ds5 , v088 + .byte W21 + .byte VOL , 27*bgm_c_road_mvl/mxv + .byte W08 + .byte 28*bgm_c_road_mvl/mxv + .byte W03 + .byte 31*bgm_c_road_mvl/mxv + .byte W04 + .byte 32*bgm_c_road_mvl/mxv + .byte W01 + .byte 35*bgm_c_road_mvl/mxv + .byte W03 + .byte 37*bgm_c_road_mvl/mxv + .byte W05 + .byte 41*bgm_c_road_mvl/mxv + .byte W03 + .byte N48 , En5 + .byte W01 + .byte VOL , 42*bgm_c_road_mvl/mxv + .byte W03 + .byte 45*bgm_c_road_mvl/mxv + .byte W05 + .byte 47*bgm_c_road_mvl/mxv + .byte W03 + .byte 49*bgm_c_road_mvl/mxv + .byte W01 + .byte 50*bgm_c_road_mvl/mxv + .byte W03 + .byte 56*bgm_c_road_mvl/mxv + .byte W01 + .byte 57*bgm_c_road_mvl/mxv + .byte W03 + .byte 63*bgm_c_road_mvl/mxv + .byte W01 + .byte 66*bgm_c_road_mvl/mxv + .byte W03 + .byte 69*bgm_c_road_mvl/mxv + .byte W01 + .byte 71*bgm_c_road_mvl/mxv + .byte W03 + .byte 75*bgm_c_road_mvl/mxv + .byte W01 + .byte 76*bgm_c_road_mvl/mxv + .byte W19 +bgm_c_road_4_000: + .byte VOICE , 14 + .byte VOL , 67*bgm_c_road_mvl/mxv + .byte N48 , Fn4 , v112 + .byte W48 + .byte N48 + .byte W48 + .byte PEND + .byte VOL , 67*bgm_c_road_mvl/mxv + .byte PAN , c_v+29 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 56 + .byte VOL , 69*bgm_c_road_mvl/mxv + .byte N04 , Cn3 + .byte W08 + .byte Fn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 , En3 + .byte W08 + .byte PATT + .word bgm_c_road_4_000 + .byte VOL , 67*bgm_c_road_mvl/mxv + .byte N24 , Fn4 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 48 + .byte VOL , 47*bgm_c_road_mvl/mxv + .byte N04 , Gs4 , v108 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte An3 + .byte W04 +bgm_c_road_4_B1: + .byte VOICE , 60 + .byte PAN , c_v-32 + .byte VOL , 47*bgm_c_road_mvl/mxv + .byte N04 , En2 , v108 + .byte W16 + .byte Cs2 , v112 + .byte W08 + .byte N24 , Gs2 + .byte W24 + .byte PAN , c_v+16 + .byte N04 , Cs3 + .byte W16 + .byte Gs2 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte PAN , c_v-33 + .byte N04 , Dn2 + .byte W16 + .byte An1 + .byte W08 + .byte N24 , Fs2 + .byte W24 + .byte PAN , c_v+32 + .byte N04 , An2 + .byte W16 + .byte Fs2 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte PAN , c_v-34 + .byte N04 , Gs2 + .byte W08 + .byte An2 + .byte W08 + .byte Bn2 + .byte W08 + .byte An2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Fs2 + .byte W08 + .byte Cs2 + .byte W08 + .byte Ds2 + .byte W08 + .byte En2 + .byte W08 + .byte N24 , Gs2 + .byte W24 + .byte VOICE , 56 + .byte PAN , c_v+31 + .byte VOL , 58*bgm_c_road_mvl/mxv + .byte N04 , Fs2 + .byte W08 + .byte Dn2 + .byte W08 + .byte Fs2 + .byte W08 + .byte An2 + .byte W08 + .byte Fs2 + .byte W08 + .byte An2 + .byte W08 + .byte Dn3 + .byte W08 + .byte N02 + .byte W04 + .byte Dn3 , v088 + .byte W04 + .byte N04 , Dn3 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte An2 + .byte W08 + .byte Fs3 + .byte W08 + .byte VOICE , 48 + .byte PAN , c_v+40 + .byte VOL , 34*bgm_c_road_mvl/mxv + .byte N04 , Gs3 + .byte W16 + .byte En3 + .byte W08 + .byte N72 , Cs4 + .byte W24 + .byte VOL , 32*bgm_c_road_mvl/mxv + .byte W04 + .byte 31*bgm_c_road_mvl/mxv + .byte W04 + .byte 29*bgm_c_road_mvl/mxv + .byte W04 + .byte 28*bgm_c_road_mvl/mxv + .byte W04 + .byte 26*bgm_c_road_mvl/mxv + .byte W04 + .byte 25*bgm_c_road_mvl/mxv + .byte W04 + .byte 23*bgm_c_road_mvl/mxv + .byte W04 + .byte 21*bgm_c_road_mvl/mxv + .byte W04 + .byte 20*bgm_c_road_mvl/mxv + .byte W04 + .byte 19*bgm_c_road_mvl/mxv + .byte W04 + .byte 18*bgm_c_road_mvl/mxv + .byte W04 + .byte 16*bgm_c_road_mvl/mxv + .byte W04 + .byte 34*bgm_c_road_mvl/mxv + .byte N04 , An3 + .byte W16 + .byte Fs3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , Cs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte N24 , An3 + .byte W24 + .byte N04 , Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N40 , En4 + .byte W40 + .byte N04 , Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte N40 , Cs4 + .byte W40 + .byte N08 , En4 + .byte W08 + .byte N40 , Fs4 + .byte W40 + .byte N04 , Dn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N24 , Bn3 + .byte W24 + .byte Dn4 + .byte W24 + .byte VOICE , 56 + .byte VOL , 43*bgm_c_road_mvl/mxv + .byte PAN , c_v-32 + .byte W24 + .byte N24 , Gn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Ds4 + .byte W24 + .byte Gn4 + .byte W24 + .byte As3 + .byte W24 + .byte Cs4 + .byte W24 + .byte En4 + .byte W24 + .byte W24 + .byte N08 , Gs4 + .byte W08 + .byte En4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte As3 + .byte W24 + .byte Gn4 + .byte W24 + .byte N22 , As4 + .byte W24 + .byte VOL , 55*bgm_c_road_mvl/mxv + .byte PAN , c_v+16 + .byte N06 , Cn5 + .byte W24 + .byte Cn4 + .byte W24 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte Bn3 + .byte W04 + .byte N04 , Cn4 + .byte W08 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte VOICE , 48 + .byte VOL , 45*bgm_c_road_mvl/mxv + .byte PAN , c_v+32 + .byte N24 , Gs3 + .byte W24 + .byte N04 , Gn3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte N48 , En3 + .byte W48 + .byte N24 , Fs3 + .byte W24 + .byte N04 , Ds3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N24 , Fs2 + .byte W24 + .byte N04 , Bn2 + .byte W10 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Cs3 + .byte W24 + .byte VOICE , 60 + .byte N04 , Cs4 + .byte W16 + .byte An3 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N08 , Fs4 + .byte W08 + .byte N02 , Fn4 , v064 + .byte W02 + .byte En4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Dn4 + .byte W02 + .byte N08 , Ds3 , v112 + .byte W08 + .byte VOICE , 60 + .byte N08 , En3 + .byte W08 + .byte Ds3 + .byte W08 + .byte En3 + .byte W08 + .byte N04 , Gs3 + .byte W16 + .byte Cn4 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte Gs3 + .byte W24 + .byte N08 , Fs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N04 , Bn3 + .byte W16 + .byte Ds4 + .byte W08 + .byte N24 , Fs4 + .byte W24 + .byte N04 , En4 + .byte W16 + .byte Bn3 + .byte W08 + .byte N08 , Cs4 + .byte W08 + .byte Cn4 + .byte W08 + .byte N32 , Cs4 + .byte W32 + .byte N24 , En4 + .byte W24 + .byte N16 , Fs4 + .byte W16 + .byte N08 , En4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N04 + .byte W16 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte VOICE , 14 + .byte N48 , Gs4 + .byte W48 + .byte N48 + .byte W48 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 56 + .byte VOL , 61*bgm_c_road_mvl/mxv + .byte PAN , c_v+50 + .byte N04 , Ds3 + .byte W08 + .byte Gs2 + .byte W08 + .byte Ds3 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte VOICE , 48 + .byte VOL , 57*bgm_c_road_mvl/mxv + .byte N08 , Gs3 + .byte W48 + .byte N08 + .byte W48 + .byte VOL , 46*bgm_c_road_mvl/mxv + .byte PAN , c_v+50 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte VOICE , 48 + .byte PAN , c_v+30 + .byte N04 , Bn4 , v108 + .byte W04 + .byte As4 + .byte W04 + .byte An4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte GOTO + .word bgm_c_road_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_c_road_5: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 56*bgm_c_road_mvl/mxv + .byte PAN , c_v+0 + .byte N48 , Ds3 , v112 + .byte W07 + .byte VOL , 12*bgm_c_road_mvl/mxv + .byte W11 + .byte 13*bgm_c_road_mvl/mxv + .byte W08 + .byte 16*bgm_c_road_mvl/mxv + .byte W01 + .byte 16*bgm_c_road_mvl/mxv + .byte W02 + .byte 16*bgm_c_road_mvl/mxv + .byte W03 + .byte 17*bgm_c_road_mvl/mxv + .byte W04 + .byte 18*bgm_c_road_mvl/mxv + .byte W02 + .byte 21*bgm_c_road_mvl/mxv + .byte W03 + .byte 22*bgm_c_road_mvl/mxv + .byte W03 + .byte 23*bgm_c_road_mvl/mxv + .byte W04 + .byte 25*bgm_c_road_mvl/mxv + .byte N48 , En3 + .byte W02 + .byte VOL , 26*bgm_c_road_mvl/mxv + .byte W03 + .byte 28*bgm_c_road_mvl/mxv + .byte W03 + .byte 29*bgm_c_road_mvl/mxv + .byte W04 + .byte 31*bgm_c_road_mvl/mxv + .byte W02 + .byte 33*bgm_c_road_mvl/mxv + .byte W03 + .byte 34*bgm_c_road_mvl/mxv + .byte W03 + .byte 36*bgm_c_road_mvl/mxv + .byte W04 + .byte 41*bgm_c_road_mvl/mxv + .byte W02 + .byte 42*bgm_c_road_mvl/mxv + .byte W06 + .byte 44*bgm_c_road_mvl/mxv + .byte W04 + .byte 46*bgm_c_road_mvl/mxv + .byte W02 + .byte 47*bgm_c_road_mvl/mxv + .byte W03 + .byte 50*bgm_c_road_mvl/mxv + .byte W03 + .byte 50*bgm_c_road_mvl/mxv + .byte N02 , Fn2 + .byte W02 + .byte N02 + .byte W01 + .byte VOL , 9*bgm_c_road_mvl/mxv + .byte W01 + .byte VOICE , 47 + .byte VOL , 63*bgm_c_road_mvl/mxv + .byte N24 , Fn1 + .byte W48 + .byte N24 + .byte W44 + .byte N02 , Fn2 + .byte W02 + .byte N02 + .byte W02 + .byte N20 , Fn1 + .byte W24 + .byte N24 + .byte W24 + .byte N04 , Gs2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Gs2 + .byte W08 + .byte N16 , Bn1 + .byte W16 + .byte N04 , Cn2 + .byte W08 + .byte N24 , Fn1 + .byte W48 + .byte N24 + .byte W44 + .byte N02 , Fn2 + .byte W02 + .byte N02 + .byte W02 + .byte N24 , Fn1 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 48 + .byte VOL , 46*bgm_c_road_mvl/mxv + .byte N24 , Gs3 + .byte W24 + .byte VOL , 42*bgm_c_road_mvl/mxv + .byte N04 , Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte An3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Fs3 + .byte W04 +bgm_c_road_5_B1: + .byte VOICE , 1 + .byte PAN , c_v-16 + .byte VOL , 56*bgm_c_road_mvl/mxv + .byte N02 , Cs2 , v108 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , Ds2 , v112 + .byte W08 + .byte Cs2 , v072 + .byte W08 + .byte Cn2 + .byte W08 + .byte PAN , c_v-16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 +bgm_c_road_5_000: + .byte PAN , c_v-16 + .byte N02 , Dn2 , v112 + .byte W08 + .byte En2 , v072 + .byte W08 + .byte Fs2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , En2 , v112 + .byte W08 + .byte Dn2 , v072 + .byte W08 + .byte Cs2 + .byte W08 + .byte PAN , c_v-16 + .byte N02 , Dn2 , v112 + .byte W08 + .byte En2 , v072 + .byte W08 + .byte Fs2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , En2 , v112 + .byte W08 + .byte Dn2 , v072 + .byte W08 + .byte Cs2 + .byte W08 + .byte PEND + .byte PAN , c_v-16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PAN , c_v-16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , Ds2 , v112 + .byte W08 + .byte Cs2 , v072 + .byte W08 + .byte Cn2 + .byte W08 + .byte PATT + .word bgm_c_road_5_000 +bgm_c_road_5_001: + .byte PAN , c_v-16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , Ds2 , v112 + .byte W08 + .byte Cs2 , v072 + .byte W08 + .byte Cn2 + .byte W08 + .byte PAN , c_v-16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , Cs2 , v112 + .byte W08 + .byte Ds2 , v072 + .byte W08 + .byte En2 + .byte W08 + .byte PEND + .byte PATT + .word bgm_c_road_5_000 + .byte PATT + .word bgm_c_road_5_001 + .byte PAN , c_v-16 + .byte N02 , Dn2 , v112 + .byte W08 + .byte En2 , v072 + .byte W08 + .byte Fs2 + .byte W08 + .byte PAN , c_v+16 + .byte N02 , En2 , v112 + .byte W08 + .byte Dn2 , v072 + .byte W08 + .byte Cs2 + .byte W08 + .byte PAN , c_v-16 + .byte N02 , Dn2 , v112 + .byte W08 + .byte En2 , v072 + .byte W08 + .byte Fs2 + .byte W08 + .byte VOICE , 47 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Gs1 , v112 + .byte W12 + .byte N04 , Cs2 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N84 + .byte W24 + .byte VOL , 74*bgm_c_road_mvl/mxv + .byte W03 + .byte 71*bgm_c_road_mvl/mxv + .byte W04 + .byte 68*bgm_c_road_mvl/mxv + .byte W08 + .byte 65*bgm_c_road_mvl/mxv + .byte W04 + .byte 64*bgm_c_road_mvl/mxv + .byte W04 + .byte 61*bgm_c_road_mvl/mxv + .byte W08 + .byte 58*bgm_c_road_mvl/mxv + .byte W04 + .byte 56*bgm_c_road_mvl/mxv + .byte W08 + .byte 54*bgm_c_road_mvl/mxv + .byte W04 + .byte 51*bgm_c_road_mvl/mxv + .byte W04 + .byte 49*bgm_c_road_mvl/mxv + .byte W04 + .byte 46*bgm_c_road_mvl/mxv + .byte W04 + .byte 42*bgm_c_road_mvl/mxv + .byte W01 + .byte 76*bgm_c_road_mvl/mxv + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N72 , Gn1 + .byte W24 + .byte VOL , 74*bgm_c_road_mvl/mxv + .byte W03 + .byte 69*bgm_c_road_mvl/mxv + .byte W04 + .byte 66*bgm_c_road_mvl/mxv + .byte W04 + .byte 64*bgm_c_road_mvl/mxv + .byte W04 + .byte 61*bgm_c_road_mvl/mxv + .byte W04 + .byte 59*bgm_c_road_mvl/mxv + .byte W04 + .byte 56*bgm_c_road_mvl/mxv + .byte W04 + .byte 54*bgm_c_road_mvl/mxv + .byte W04 + .byte 50*bgm_c_road_mvl/mxv + .byte W04 + .byte 44*bgm_c_road_mvl/mxv + .byte W01 + .byte 47*bgm_c_road_mvl/mxv + .byte W03 + .byte 43*bgm_c_road_mvl/mxv + .byte W01 + .byte 46*bgm_c_road_mvl/mxv + .byte W04 + .byte 43*bgm_c_road_mvl/mxv + .byte W04 + .byte 76*bgm_c_road_mvl/mxv + .byte N04 , Gn2 , v060 + .byte W08 + .byte Gn2 , v076 + .byte W08 + .byte Gn2 , v112 + .byte W08 + .byte N84 , Cs2 + .byte W24 + .byte VOL , 71*bgm_c_road_mvl/mxv + .byte W03 + .byte 69*bgm_c_road_mvl/mxv + .byte W04 + .byte 67*bgm_c_road_mvl/mxv + .byte W04 + .byte 65*bgm_c_road_mvl/mxv + .byte W04 + .byte 64*bgm_c_road_mvl/mxv + .byte W04 + .byte 62*bgm_c_road_mvl/mxv + .byte W04 + .byte 60*bgm_c_road_mvl/mxv + .byte W04 + .byte 57*bgm_c_road_mvl/mxv + .byte W04 + .byte 55*bgm_c_road_mvl/mxv + .byte W04 + .byte 52*bgm_c_road_mvl/mxv + .byte W04 + .byte 50*bgm_c_road_mvl/mxv + .byte W04 + .byte 47*bgm_c_road_mvl/mxv + .byte W04 + .byte 44*bgm_c_road_mvl/mxv + .byte W04 + .byte 42*bgm_c_road_mvl/mxv + .byte W04 + .byte 41*bgm_c_road_mvl/mxv + .byte W05 + .byte 76*bgm_c_road_mvl/mxv + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N72 , Gn1 + .byte W24 + .byte VOL , 73*bgm_c_road_mvl/mxv + .byte W03 + .byte 69*bgm_c_road_mvl/mxv + .byte W04 + .byte 65*bgm_c_road_mvl/mxv + .byte W04 + .byte 64*bgm_c_road_mvl/mxv + .byte W04 + .byte 61*bgm_c_road_mvl/mxv + .byte W04 + .byte 57*bgm_c_road_mvl/mxv + .byte W04 + .byte 55*bgm_c_road_mvl/mxv + .byte W04 + .byte 52*bgm_c_road_mvl/mxv + .byte W04 + .byte 50*bgm_c_road_mvl/mxv + .byte W04 + .byte 47*bgm_c_road_mvl/mxv + .byte W04 + .byte 45*bgm_c_road_mvl/mxv + .byte W04 + .byte 44*bgm_c_road_mvl/mxv + .byte W04 + .byte 42*bgm_c_road_mvl/mxv + .byte W01 + .byte 76*bgm_c_road_mvl/mxv + .byte N04 , Gn2 , v064 + .byte W08 + .byte Gn2 , v080 + .byte W08 + .byte Gn2 , v112 + .byte W08 + .byte N16 , Gs2 + .byte W24 + .byte Gs1 + .byte W24 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte Gn1 + .byte W04 + .byte N08 , Gs1 + .byte W16 + .byte N16 , Gs1 , v127 + .byte W16 +bgm_c_road_5_002: + .byte N04 , Cs2 , v112 + .byte W16 + .byte Gs1 + .byte W08 + .byte Cs2 + .byte W40 + .byte Gs1 , v088 + .byte W16 + .byte N16 , Gs1 , v112 + .byte W16 + .byte PEND +bgm_c_road_5_003: + .byte N04 , Bn1 , v112 + .byte W16 + .byte Fs1 + .byte W08 + .byte Bn1 + .byte W24 + .byte Fs1 + .byte W16 + .byte Fs1 , v084 + .byte W16 + .byte N16 , Fs1 , v112 + .byte W16 + .byte PEND + .byte N04 , As1 + .byte W16 + .byte Fs1 + .byte W08 + .byte As1 + .byte W24 + .byte Fs1 + .byte W16 + .byte Fs1 , v084 + .byte W08 + .byte Fs1 , v112 + .byte W16 + .byte As1 + .byte W08 + .byte An1 + .byte W16 + .byte En1 + .byte W08 + .byte An1 + .byte W40 + .byte Fs1 + .byte W08 + .byte N16 + .byte W24 + .byte PATT + .word bgm_c_road_5_002 + .byte PATT + .word bgm_c_road_5_003 + .byte N04 , As1 , v112 + .byte W24 + .byte N04 + .byte W24 + .byte N16 , Fs1 + .byte W24 + .byte N16 + .byte W24 + .byte N04 , An1 + .byte W16 + .byte En1 + .byte W08 + .byte An1 + .byte W40 + .byte Fs1 + .byte W04 + .byte N04 + .byte W12 + .byte N12 , Bn1 , v124 + .byte W16 + .byte VOICE , 47 + .byte N24 , Gs1 , v112 + .byte W48 + .byte N24 + .byte W44 + .byte N02 , Gs2 + .byte W02 + .byte N02 + .byte W02 + .byte N20 , Gs1 + .byte W24 + .byte N24 + .byte W24 + .byte N04 , Bn2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Bn2 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte N24 , Gs1 + .byte W48 + .byte N24 + .byte W44 + .byte N02 , Gs2 + .byte W02 + .byte N02 + .byte W02 + .byte VOL , 59*bgm_c_road_mvl/mxv + .byte N24 , Gs1 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 48 + .byte W24 + .byte N04 , Dn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte An3 + .byte W04 + .byte GOTO + .word bgm_c_road_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_c_road_6: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-60 + .byte VOL , 8*bgm_c_road_mvl/mxv + .byte N48 , Ds3 , v112 + .byte W05 + .byte VOL , 9*bgm_c_road_mvl/mxv + .byte W08 + .byte 12*bgm_c_road_mvl/mxv + .byte W11 + .byte 13*bgm_c_road_mvl/mxv + .byte W08 + .byte 16*bgm_c_road_mvl/mxv + .byte W01 + .byte 17*bgm_c_road_mvl/mxv + .byte W03 + .byte 19*bgm_c_road_mvl/mxv + .byte W01 + .byte 22*bgm_c_road_mvl/mxv + .byte W03 + .byte 23*bgm_c_road_mvl/mxv + .byte W01 + .byte 26*bgm_c_road_mvl/mxv + .byte W03 + .byte 27*bgm_c_road_mvl/mxv + .byte W04 + .byte 28*bgm_c_road_mvl/mxv + .byte N48 , En3 + .byte W01 + .byte VOL , 31*bgm_c_road_mvl/mxv + .byte W03 + .byte 32*bgm_c_road_mvl/mxv + .byte W01 + .byte 35*bgm_c_road_mvl/mxv + .byte W03 + .byte 38*bgm_c_road_mvl/mxv + .byte W01 + .byte 41*bgm_c_road_mvl/mxv + .byte W03 + .byte 42*bgm_c_road_mvl/mxv + .byte W01 + .byte 45*bgm_c_road_mvl/mxv + .byte W03 + .byte 46*bgm_c_road_mvl/mxv + .byte W01 + .byte 47*bgm_c_road_mvl/mxv + .byte W03 + .byte 53*bgm_c_road_mvl/mxv + .byte W08 + .byte 55*bgm_c_road_mvl/mxv + .byte W01 + .byte 56*bgm_c_road_mvl/mxv + .byte W03 + .byte 57*bgm_c_road_mvl/mxv + .byte W01 + .byte 59*bgm_c_road_mvl/mxv + .byte W03 + .byte 60*bgm_c_road_mvl/mxv + .byte W04 + .byte 63*bgm_c_road_mvl/mxv + .byte W05 + .byte 66*bgm_c_road_mvl/mxv + .byte W03 + .byte 40*bgm_c_road_mvl/mxv + .byte N04 , Fn3 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N02 , Ds3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte Fn3 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W72 +bgm_c_road_6_B1: + .byte VOICE , 80 + .byte VOL , 36*bgm_c_road_mvl/mxv + .byte N40 , Gs2 , v112 + .byte W40 + .byte N08 , En2 + .byte W08 + .byte N24 , Bn2 + .byte W24 + .byte Gs2 + .byte W24 + .byte N40 , Fs2 + .byte W40 + .byte N08 , Dn2 + .byte W08 + .byte N24 , An2 + .byte W24 + .byte N16 , Bn2 + .byte W16 + .byte N08 , Dn3 + .byte W08 + .byte N40 , Cs3 + .byte W40 + .byte N04 , Gs2 + .byte W08 + .byte N24 , Gn2 + .byte W24 + .byte Gs2 + .byte W24 + .byte BEND , c_v+0 + .byte N96 , An2 + .byte W96 + .byte BEND , c_v+0 + .byte N04 , Gs2 + .byte W16 + .byte En2 + .byte W08 + .byte N48 , Bn2 + .byte W48 + .byte N24 , Cs3 + .byte W24 + .byte N04 , Dn3 + .byte W16 + .byte An2 + .byte W08 + .byte N48 , Fs2 + .byte W48 + .byte N24 , An2 + .byte W24 + .byte N40 , En3 + .byte W40 + .byte N04 , Ds3 + .byte W04 + .byte En3 + .byte W04 + .byte N24 , Cs3 + .byte W24 + .byte Gs2 + .byte W24 + .byte N40 , An2 + .byte W40 + .byte N04 , Gs2 + .byte W04 + .byte An2 + .byte W04 + .byte N24 , Gs2 + .byte W24 + .byte Fs2 + .byte W24 + .byte VOL , 37*bgm_c_road_mvl/mxv + .byte W24 + .byte N04 , En2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gs2 + .byte W08 + .byte En2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N04 + .byte W08 + .byte As2 + .byte W08 + .byte Gn2 + .byte W08 + .byte En2 + .byte W08 + .byte Gn2 + .byte W08 + .byte As2 + .byte W08 + .byte VOL , 47*bgm_c_road_mvl/mxv + .byte N02 , As3 + .byte W08 + .byte N02 + .byte W04 + .byte An3 + .byte W04 + .byte N04 , As3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 38*bgm_c_road_mvl/mxv + .byte W24 + .byte N04 , En2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Gn2 + .byte W08 + .byte En2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte Gn2 + .byte W08 + .byte En2 + .byte W08 + .byte Gn2 + .byte W08 + .byte As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte Gn2 + .byte W08 + .byte En2 + .byte W08 + .byte As2 + .byte W08 + .byte En3 + .byte W08 + .byte VOICE , 87 + .byte VOL , 28*bgm_c_road_mvl/mxv + .byte N06 , Ds4 + .byte W24 + .byte Ds3 + .byte W24 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte Dn3 + .byte W04 + .byte N04 , Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cn4 + .byte W08 + .byte VOICE , 80 + .byte VOL , 28*bgm_c_road_mvl/mxv + .byte N02 , Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Bn2 + .byte W04 + .byte As2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte As3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte As2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte As2 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte VOICE , 87 + .byte VOL , 28*bgm_c_road_mvl/mxv + .byte N04 , En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte An2 + .byte W08 + .byte En2 + .byte W08 + .byte An2 + .byte W08 + .byte En3 + .byte W08 + .byte N24 , Ds3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N08 , Fs3 + .byte W08 + .byte N02 , Fn3 , v064 + .byte W02 + .byte En3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Dn3 + .byte W10 + .byte VOICE , 80 + .byte VOL , 28*bgm_c_road_mvl/mxv + .byte N02 , Gs3 , v112 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte As2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte VOICE , 87 + .byte N16 + .byte W16 + .byte N04 , Cs3 + .byte W08 + .byte Fs3 + .byte W16 + .byte An3 + .byte W08 + .byte N14 , Gs3 + .byte W16 + .byte N04 , Ds3 + .byte W08 + .byte Gs3 + .byte W16 + .byte Cn4 + .byte W08 + .byte N04 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N02 , Fs3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Gn3 + .byte W08 + .byte Gs3 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W72 + .byte GOTO + .word bgm_c_road_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_c_road_7: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 38*bgm_c_road_mvl/mxv + .byte W96 + .byte VOICE , 83 + .byte N04 , Fn4 , v112 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N02 , Ds4 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte En4 + .byte W08 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte Fn4 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W72 +bgm_c_road_7_B1: + .byte VOICE , 82 + .byte VOL , 34*bgm_c_road_mvl/mxv + .byte N40 , En3 , v112 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte 0 + .byte N08 , Cs3 + .byte W08 + .byte N48 , Gs3 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte N40 , Fs3 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte 0 + .byte N08 , Dn3 + .byte W08 + .byte N24 , Cs3 + .byte W24 + .byte N16 , En3 + .byte W16 + .byte N08 , Fs3 + .byte W08 + .byte N40 , Gs3 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte 0 + .byte N04 , En3 + .byte W08 + .byte N24 , Ds3 + .byte W24 + .byte En3 + .byte W24 + .byte BEND , c_v+0 + .byte N96 , Dn3 + .byte W48 + .byte MOD , 6 + .byte W24 + .byte BEND , c_v-2 + .byte W02 + .byte c_v-3 + .byte W02 + .byte c_v-5 + .byte W02 + .byte c_v-6 + .byte W02 + .byte c_v-9 + .byte W02 + .byte c_v-10 + .byte W02 + .byte c_v-11 + .byte W02 + .byte c_v-13 + .byte W02 + .byte c_v-15 + .byte W02 + .byte c_v-17 + .byte W02 + .byte c_v-21 + .byte W02 + .byte c_v-23 + .byte W02 + .byte MOD , 0 + .byte BEND , c_v+0 + .byte N04 , Cs3 + .byte W16 + .byte Gs2 + .byte W08 + .byte N48 , En3 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N24 , Gs3 + .byte W24 + .byte N04 , Fs3 + .byte W16 + .byte Dn3 + .byte W08 + .byte N48 , An3 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N24 , Fs3 + .byte W24 + .byte N40 , Cs4 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte N04 , Cn4 + .byte W04 + .byte MOD , 0 + .byte N04 , Cs4 + .byte W04 + .byte N24 , Gs3 + .byte W24 + .byte En3 + .byte W24 + .byte N40 , Fs3 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte 0 + .byte N04 , En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte N24 , Dn3 + .byte W24 + .byte Bn2 + .byte W24 + .byte VOICE , 83 + .byte W24 + .byte N04 , Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gs3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N02 , Gn4 + .byte W08 + .byte N02 + .byte W04 + .byte Fs4 + .byte W04 + .byte N04 , Gn4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte W24 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gs3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N06 , Gs4 + .byte W24 + .byte Gs3 + .byte W24 + .byte VOICE , 85 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte Gn3 + .byte W04 + .byte N04 , Gs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs3 + .byte W08 + .byte VOL , 28*bgm_c_road_mvl/mxv + .byte N02 , Cs4 + .byte W04 + .byte Gs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Cn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte En3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W04 + .byte Bn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Ds4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte As4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W04 + .byte As4 + .byte W04 + .byte An4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte VOICE , 83 + .byte MOD , 6 + .byte N04 , An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte An2 + .byte W08 + .byte Cs3 + .byte W08 + .byte An3 + .byte W08 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 2 + .byte N08 , Bn4 + .byte W04 + .byte MOD , 6 + .byte W20 + .byte VOICE , 85 + .byte MOD , 2 + .byte N02 , Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Ds3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W04 + .byte Bn4 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte VOICE , 83 + .byte N16 , An3 + .byte W08 + .byte MOD , 12 + .byte W08 + .byte 2 + .byte N04 , En3 + .byte W08 + .byte An3 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , Bn3 + .byte W08 + .byte MOD , 12 + .byte W08 + .byte 2 + .byte N04 , Fs3 + .byte W08 + .byte Bn3 + .byte W16 + .byte Ds4 + .byte W08 + .byte Gs4 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N02 , Cs4 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte Dn4 + .byte W08 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte Gs1 + .byte W48 + .byte N04 + .byte W48 + .byte N04 + .byte W24 + .byte N04 + .byte W72 + .byte GOTO + .word bgm_c_road_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_c_road_8: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 71*bgm_c_road_mvl/mxv + .byte W96 +bgm_c_road_8_000: + .byte N48 , An2 , v112 + .byte W48 + .byte N48 + .byte W48 + .byte PEND +bgm_c_road_8_001: + .byte N24 , Gn2 , v112 + .byte W24 + .byte An2 + .byte W72 + .byte PEND + .byte PATT + .word bgm_c_road_8_000 + .byte PATT + .word bgm_c_road_8_001 +bgm_c_road_8_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W24 + .byte N48 + .byte W72 + .byte W24 + .byte N48 + .byte W72 + .byte W24 + .byte N48 + .byte W72 + .byte W24 + .byte Gn2 , v096 + .byte W48 + .byte N24 , An2 , v092 + .byte W24 + .byte N72 , An2 , v112 + .byte W96 + .byte W24 + .byte N48 + .byte W72 + .byte W24 + .byte N48 + .byte W72 + .byte W24 + .byte N48 + .byte W72 + .byte PATT + .word bgm_c_road_8_000 + .byte PATT + .word bgm_c_road_8_001 + .byte PATT + .word bgm_c_road_8_000 + .byte PATT + .word bgm_c_road_8_001 + .byte GOTO + .word bgm_c_road_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_c_road_9: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 38*bgm_c_road_mvl/mxv + .byte N48 , Ds4 , v112 + .byte W48 + .byte En4 + .byte W48 + .byte VOICE , 84 + .byte PAN , c_v+0 + .byte VOL , 57*bgm_c_road_mvl/mxv + .byte N14 , Fn1 + .byte W48 + .byte N14 + .byte W48 + .byte N14 + .byte W24 + .byte N14 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N16 , Bn0 + .byte W16 + .byte N04 , Cn1 + .byte W08 + .byte N14 , Fn1 + .byte W48 + .byte N14 + .byte W48 + .byte N14 + .byte W24 + .byte N14 + .byte W24 + .byte N08 , Gs1 + .byte W08 + .byte Gn1 + .byte W08 + .byte N04 , Gs1 + .byte W08 + .byte N24 + .byte W24 +bgm_c_road_9_B1: + .byte VOICE , 48 + .byte PAN , c_v-32 + .byte VOL , 31*bgm_c_road_mvl/mxv + .byte N36 , Cs4 , v108 + .byte W24 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte W04 + .byte N04 , En4 , v112 + .byte W08 + .byte N48 , Gs4 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N36 , Dn4 + .byte W24 + .byte MOD , 3 + .byte W16 + .byte 0 + .byte N04 , Fs4 + .byte W08 + .byte N20 , Bn4 + .byte W20 + .byte N02 , An4 + .byte W02 + .byte Bn4 + .byte W02 + .byte N16 , An4 + .byte W16 + .byte N04 , Fs4 + .byte W08 + .byte N96 , Gs4 + .byte W48 + .byte MOD , 3 + .byte VOL , 31*bgm_c_road_mvl/mxv + .byte W04 + .byte 28*bgm_c_road_mvl/mxv + .byte W04 + .byte 28*bgm_c_road_mvl/mxv + .byte W04 + .byte 26*bgm_c_road_mvl/mxv + .byte W04 + .byte 24*bgm_c_road_mvl/mxv + .byte W04 + .byte 22*bgm_c_road_mvl/mxv + .byte W04 + .byte 20*bgm_c_road_mvl/mxv + .byte W04 + .byte 19*bgm_c_road_mvl/mxv + .byte W04 + .byte 17*bgm_c_road_mvl/mxv + .byte W04 + .byte 14*bgm_c_road_mvl/mxv + .byte W04 + .byte 13*bgm_c_road_mvl/mxv + .byte W04 + .byte 11*bgm_c_road_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 32*bgm_c_road_mvl/mxv + .byte N04 , Dn4 + .byte W08 + .byte An3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte An4 + .byte W08 + .byte N02 + .byte W04 + .byte An4 , v088 + .byte W04 + .byte N04 , An4 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte Fs4 + .byte W08 + .byte Dn5 + .byte W08 + .byte W48 + .byte MOD , 3 + .byte W48 + .byte 0 + .byte W96 + .byte W48 + .byte 4 + .byte W48 + .byte 0 + .byte W72 + .byte VOICE , 84 + .byte VOL , 57*bgm_c_road_mvl/mxv + .byte PAN , c_v+0 + .byte W12 + .byte N02 , Cs1 + .byte W04 + .byte Cs1 , v096 + .byte W04 + .byte Cs1 , v112 + .byte W04 +bgm_c_road_9_000: + .byte N84 , Cs1 , v112 + .byte W88 + .byte N04 , Cs2 + .byte W08 + .byte PEND + .byte N48 , Gn2 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , As1 + .byte W24 + .byte N04 , Gn1 + .byte W08 + .byte En1 + .byte W08 + .byte Dn1 + .byte W08 + .byte PATT + .word bgm_c_road_9_000 + .byte N48 , Gn2 , v112 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , As1 + .byte W24 + .byte N04 , Cs2 + .byte W08 + .byte En2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N06 , Gs2 + .byte W24 + .byte Gs1 + .byte W24 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte Gn1 + .byte W04 + .byte N04 , Gs1 + .byte W32 + .byte VOL , 57*bgm_c_road_mvl/mxv + .byte N04 , Cs2 + .byte W16 + .byte Gs1 + .byte W08 + .byte N24 , Cs2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , Gs1 + .byte W08 + .byte Cs2 + .byte W08 + .byte Gs1 + .byte W08 + .byte Cs1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Cs2 + .byte W08 +bgm_c_road_9_001: + .byte N04 , Bn1 , v112 + .byte W16 + .byte Fs1 + .byte W08 + .byte N24 , Bn1 + .byte W24 + .byte N04 , Fs1 + .byte W08 + .byte Bn1 + .byte W08 + .byte Fs1 + .byte W08 + .byte Bn0 + .byte W08 + .byte Fs1 + .byte W08 + .byte Bn1 + .byte W08 + .byte PEND +bgm_c_road_9_002: + .byte N04 , As1 , v112 + .byte W16 + .byte Fs1 + .byte W08 + .byte N24 , As1 + .byte W24 + .byte N04 , Fs1 + .byte W08 + .byte As1 + .byte W08 + .byte Fs1 + .byte W08 + .byte As0 + .byte W08 + .byte Fs1 + .byte W08 + .byte As1 + .byte W08 + .byte PEND +bgm_c_road_9_003: + .byte N04 , An1 , v112 + .byte W16 + .byte En1 + .byte W08 + .byte N24 , An1 + .byte W24 + .byte N04 , Fs1 + .byte W08 + .byte Bn1 + .byte W08 + .byte Fs1 + .byte W08 + .byte Bn0 + .byte W08 + .byte Fs1 + .byte W08 + .byte Bn1 + .byte W08 + .byte PEND + .byte Cs2 + .byte W16 + .byte Gs1 + .byte W08 + .byte N24 , Cs2 + .byte W24 + .byte N04 , Gs1 + .byte W08 + .byte Cs2 + .byte W08 + .byte Gs1 + .byte W08 + .byte Cs1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Cs2 + .byte W08 + .byte PATT + .word bgm_c_road_9_001 + .byte PATT + .word bgm_c_road_9_002 + .byte PATT + .word bgm_c_road_9_003 +bgm_c_road_9_004: + .byte N04 , Gs1 , v112 + .byte W48 + .byte N04 + .byte W48 + .byte PEND + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N16 , Dn1 + .byte W16 + .byte N04 , Ds1 + .byte W08 + .byte PATT + .word bgm_c_road_9_004 + .byte N04 , Gs1 , v112 + .byte W24 + .byte N04 + .byte W72 + .byte GOTO + .word bgm_c_road_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_c_road_10: + .byte KEYSH , bgm_c_road_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 71*bgm_c_road_mvl/mxv + .byte PAN , c_v-19 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_c_road_10_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 56 + .byte PAN , c_v-40 + .byte VOL , 50*bgm_c_road_mvl/mxv + .byte W48 + .byte N04 , En3 , v112 + .byte W16 + .byte Cs3 + .byte W08 + .byte N24 , Gs3 + .byte W24 + .byte N04 , Fs3 + .byte W16 + .byte Dn3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Gs3 + .byte W04 + .byte An3 + .byte W04 + .byte N24 , Dn3 + .byte W24 + .byte N04 , Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N48 , Cs3 + .byte W48 + .byte Gs3 + .byte W48 + .byte Dn3 + .byte W48 + .byte N24 , Bn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte VOICE , 14 + .byte PAN , c_v-32 + .byte VOL , 76*bgm_c_road_mvl/mxv + .byte N96 , Cs3 , v088 + .byte W96 + .byte PAN , c_v+32 + .byte N96 , Gn3 + .byte W96 + .byte PAN , c_v-32 + .byte N96 , Cs3 , v092 + .byte W96 + .byte PAN , c_v+32 + .byte N48 , As3 + .byte W48 + .byte PAN , c_v-32 + .byte N48 , Gn3 , v088 + .byte W48 + .byte PAN , c_v+32 + .byte N48 , Gs3 + .byte W48 + .byte PAN , c_v-32 + .byte N48 , Ds3 , v112 + .byte W48 + .byte PAN , c_v+32 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_c_road_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_c_road: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_c_road_pri @ Priority + .byte bgm_c_road_rev @ Reverb. + + .word bgm_c_road_grp + + .word bgm_c_road_1 + .word bgm_c_road_2 + .word bgm_c_road_3 + .word bgm_c_road_4 + .word bgm_c_road_5 + .word bgm_c_road_6 + .word bgm_c_road_7 + .word bgm_c_road_8 + .word bgm_c_road_9 + .word bgm_c_road_10 + + .end diff --git a/sound/songs/bgm_casino.s b/sound/songs/bgm_casino.s new file mode 100644 index 000000000..3cba37299 --- /dev/null +++ b/sound/songs/bgm_casino.s @@ -0,0 +1,4151 @@ + .include "MPlayDef.s" + + .equ bgm_casino_grp, voicegroup_8443DE8 + .equ bgm_casino_pri, 0 + .equ bgm_casino_rev, reverb_set+50 + .equ bgm_casino_mvl, 127 + .equ bgm_casino_key, 0 + .equ bgm_casino_tbs, 1 + .equ bgm_casino_exg, 0 + .equ bgm_casino_cmp, 1 + + .section .rodata + .global bgm_casino + .align 2 + +@********************** Track 1 **********************@ + +bgm_casino_1: + .byte KEYSH , bgm_casino_key+0 + .byte TEMPO , 182*bgm_casino_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 31*bgm_casino_mvl/mxv + .byte W06 +bgm_casino_1_B1: +bgm_casino_1_000: + .byte VOICE , 127 + .byte N04 , En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte VOICE , 126 + .byte N24 , Gs5 , v112 + .byte W24 + .byte VOICE , 127 + .byte N04 , En5 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte VOICE , 126 + .byte N24 , Gs5 , v096 + .byte W24 + .byte PEND +bgm_casino_1_001: + .byte VOICE , 127 + .byte N04 , En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte VOICE , 126 + .byte N24 , Gs5 , v096 + .byte W24 + .byte VOICE , 127 + .byte N04 , En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte VOICE , 126 + .byte N24 , Gs5 , v096 + .byte W24 + .byte PEND + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte N04 , En5 , v112 + .byte W96 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte VOICE , 127 + .byte N04 , En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 +bgm_casino_1_002: + .byte N04 , En5 , v112 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte PEND + .byte PATT + .word bgm_casino_1_002 +bgm_casino_1_003: + .byte N04 , En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte PEND + .byte PATT + .word bgm_casino_1_003 + .byte N04 , En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte PATT + .word bgm_casino_1_000 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte PATT + .word bgm_casino_1_001 + .byte GOTO + .word bgm_casino_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_casino_2: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 54*bgm_casino_mvl/mxv + .byte PAN , c_v-16 + .byte W06 +bgm_casino_2_B1: + .byte VOICE , 1 + .byte VOL , 52*bgm_casino_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte N16 , As1 , v112 + .byte W16 + .byte N04 , Fn4 + .byte W08 + .byte As1 + .byte W08 + .byte An1 + .byte W08 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte An1 + .byte W08 + .byte As1 + .byte W08 + .byte Gn4 + .byte W08 + .byte An1 + .byte W08 + .byte N04 + .byte W08 + .byte Gs4 + .byte W08 + .byte As1 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte As1 + .byte W08 + .byte N08 , An4 + .byte W24 + .byte As4 , v084 + .byte W08 + .byte N24 , As1 , v112 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte VOL , 30*bgm_casino_mvl/mxv + .byte N88 , Gn3 + .byte W88 + .byte N08 , Gs3 + .byte W08 + .byte N88 , As3 + .byte W88 + .byte N08 , An3 + .byte W08 + .byte N72 , Gs3 + .byte W72 + .byte N16 , As3 + .byte W16 + .byte N08 , Gs3 + .byte W08 + .byte N48 , Gn3 + .byte W48 + .byte Fn3 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 48 + .byte VOL , 14*bgm_casino_mvl/mxv + .byte N04 , En4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W04 + .byte TIE , As4 + .byte W96 + .byte W44 + .byte EOT + .byte N04 , Bn4 + .byte W04 + .byte N44 , Cn5 + .byte W22 + .byte N04 , Ds4 + .byte W22 + .byte Bn4 + .byte W04 + .byte N92 , As4 + .byte W92 + .byte N04 , Bn4 + .byte W04 + .byte N48 , Cn5 + .byte W48 + .byte N04 , Cs5 + .byte W04 + .byte N36 , Dn5 + .byte W36 + .byte N08 , Gn4 + .byte W08 + .byte N72 , As4 + .byte W72 + .byte N16 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte N48 , Fn4 + .byte W48 + .byte Gs4 + .byte W48 + .byte TIE , As4 + .byte W96 + .byte W40 + .byte EOT + .byte N08 , Bn4 + .byte W08 + .byte N44 , Cs5 + .byte W44 + .byte N04 , Bn4 + .byte W04 + .byte TIE , Cn5 + .byte W96 + .byte W72 + .byte EOT + .byte N14 , Dn5 + .byte W14 + .byte N10 , Cn5 + .byte W10 + .byte N96 , As4 + .byte W96 + .byte N48 , Gs4 + .byte W48 + .byte Gn4 + .byte W48 + .byte N72 , Gs4 + .byte W72 + .byte N16 , As4 + .byte W16 + .byte N08 , Gs4 + .byte W08 + .byte N48 , Gn4 + .byte W48 + .byte N44 , Fn4 + .byte W48 + .byte TIE , As4 + .byte W96 + .byte W40 + .byte EOT + .byte N04 , Bn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte N48 , Cs5 + .byte W48 + .byte VOICE , 17 + .byte VOL , 22*bgm_casino_mvl/mxv + .byte N16 , Gs4 + .byte W16 + .byte N04 , Cn5 + .byte W08 + .byte Ds5 + .byte W16 + .byte Gn5 + .byte W24 + .byte TIE , Cn6 + .byte W32 + .byte W88 + .byte EOT + .byte N08 , Dn6 + .byte W08 + .byte N04 , Bn5 + .byte W04 + .byte N36 , As5 + .byte W36 + .byte N08 , Gn5 + .byte W08 + .byte Gs5 + .byte W16 + .byte N32 , As5 + .byte W32 + .byte N08 , Gn5 + .byte W08 + .byte Gs5 + .byte W08 + .byte As5 + .byte W08 + .byte N40 , Dn6 + .byte W40 + .byte N04 , Cn6 + .byte W08 + .byte N16 , As5 + .byte W16 + .byte N04 , Gn5 + .byte W08 + .byte An5 + .byte W04 + .byte N36 , Gs5 + .byte W36 + .byte N04 , Fn5 + .byte W08 + .byte Gn5 + .byte W16 + .byte Gs5 + .byte W24 + .byte Fn5 + .byte W08 + .byte Gn5 + .byte W16 + .byte N32 , Gs5 + .byte W32 + .byte N12 , Cn6 + .byte W12 + .byte N04 , As5 , v088 + .byte W04 + .byte Cn6 + .byte W04 + .byte As5 + .byte W04 + .byte N16 , Gs5 , v112 + .byte W16 + .byte N04 , Fn5 + .byte W08 + .byte W16 + .byte N24 , Gn5 + .byte W32 + .byte N16 , Gs5 + .byte W24 + .byte N16 + .byte W24 + .byte N08 , An5 + .byte W24 + .byte N04 + .byte W16 + .byte N24 , As5 + .byte W32 + .byte N16 , Bn5 + .byte W16 + .byte N04 , Gs5 , v092 + .byte W04 + .byte As5 + .byte W04 + .byte TIE , Cn6 , v112 + .byte W96 + .byte W88 + .byte EOT + .byte N04 , Dn6 , v092 + .byte W04 + .byte Cn6 + .byte W04 + .byte N92 , As5 + .byte W92 + .byte N04 , Gn5 + .byte W04 + .byte N88 , As5 + .byte W88 + .byte N04 , As5 , v112 + .byte W04 + .byte Bn5 + .byte W04 + .byte VOL , 20*bgm_casino_mvl/mxv + .byte N72 , Ds6 + .byte W72 + .byte N16 , Dn6 + .byte W16 + .byte N08 , Ds6 + .byte W08 + .byte VOL , 23*bgm_casino_mvl/mxv + .byte N04 , Bn5 + .byte W04 + .byte N84 , As5 + .byte W84 + .byte N04 , Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte N88 , Fn5 + .byte W88 + .byte N04 , Gn5 + .byte W04 + .byte Gs5 + .byte W04 + .byte N40 , As5 + .byte W40 + .byte N04 , Bn5 + .byte W04 + .byte Cn6 + .byte W04 + .byte N48 , Dn6 + .byte W48 + .byte GOTO + .word bgm_casino_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_casino_3: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 35 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 70*bgm_casino_mvl/mxv + .byte PAN , c_v+0 + .byte W06 +bgm_casino_3_B1: + .byte VOL , 70*bgm_casino_mvl/mxv + .byte N08 , Ds1 , v112 + .byte W96 + .byte En1 + .byte W96 + .byte Fn1 + .byte W96 + .byte As0 + .byte W08 + .byte N04 , Fn1 + .byte W08 + .byte As0 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , An0 + .byte W08 + .byte N08 , As0 + .byte W08 + .byte N04 , Fn1 + .byte W08 + .byte As0 + .byte W08 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N04 , Fn1 + .byte W08 + .byte As0 + .byte W08 + .byte N08 + .byte W16 + .byte N04 , As1 + .byte W32 + .byte N16 , As0 + .byte W16 + .byte N08 , Dn1 + .byte W08 +bgm_casino_3_000: + .byte N08 , Ds1 , v112 + .byte W16 + .byte Ds2 + .byte W08 + .byte N16 , Dn2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Cn2 + .byte W24 + .byte PEND +bgm_casino_3_001: + .byte N08 , As1 , v112 + .byte W08 + .byte Gn1 + .byte W08 + .byte En1 + .byte W08 + .byte N16 , Cs1 + .byte W24 + .byte Cs2 + .byte W24 + .byte N08 , Cn2 + .byte W16 + .byte Gn1 + .byte W08 + .byte PEND +bgm_casino_3_002: + .byte N08 , Fn1 , v112 + .byte W16 + .byte Fn2 + .byte W08 + .byte Cn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte En2 + .byte W08 + .byte N16 , Fn2 + .byte W24 + .byte N08 , En2 + .byte W16 + .byte Ds2 + .byte W08 + .byte PEND +bgm_casino_3_003: + .byte N16 , Dn2 , v112 + .byte W24 + .byte Cn2 + .byte W24 + .byte As1 + .byte W24 + .byte Gs1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_casino_3_000 + .byte PATT + .word bgm_casino_3_001 +bgm_casino_3_004: + .byte N08 , Fn1 , v112 + .byte W16 + .byte Fn2 + .byte W08 + .byte N16 , En2 + .byte W24 + .byte Ds2 + .byte W24 + .byte Dn2 + .byte W24 + .byte PEND + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte Gs1 + .byte W08 + .byte N16 , Fn1 + .byte W24 + .byte As1 + .byte W24 + .byte Dn2 + .byte W24 + .byte PATT + .word bgm_casino_3_000 + .byte PATT + .word bgm_casino_3_001 + .byte PATT + .word bgm_casino_3_002 + .byte PATT + .word bgm_casino_3_003 + .byte PATT + .word bgm_casino_3_000 + .byte PATT + .word bgm_casino_3_001 + .byte PATT + .word bgm_casino_3_004 + .byte VOL , 72*bgm_casino_mvl/mxv + .byte N08 , As1 , v112 + .byte W24 + .byte N72 , As0 + .byte W72 + .byte Gs1 + .byte W72 + .byte N04 + .byte W16 + .byte N08 + .byte W08 + .byte W16 + .byte N32 + .byte W32 + .byte N48 , Gn2 + .byte W48 + .byte N64 , Fn2 + .byte W64 + .byte N04 , Dn2 + .byte W08 + .byte N16 , Fn2 + .byte W16 + .byte N04 , En2 , v084 + .byte W08 + .byte N88 , Ds2 , v112 + .byte W88 + .byte N04 , As1 + .byte W08 +bgm_casino_3_005: + .byte N72 , Fn2 , v112 + .byte W72 + .byte N04 , Gn2 + .byte W16 + .byte Fn2 + .byte W08 + .byte PEND +bgm_casino_3_006: + .byte N12 , As1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Gn1 + .byte W16 + .byte Gs1 + .byte W08 + .byte N12 , As1 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Cn2 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte PEND + .byte N40 , Ds2 + .byte W40 + .byte N08 , As1 + .byte W08 + .byte N16 , Ds2 + .byte W16 + .byte N04 , As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte Dn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N40 , En2 + .byte W40 + .byte N04 , Cs2 + .byte W08 + .byte N40 , Gn2 + .byte W40 + .byte N04 , En2 + .byte W08 + .byte N48 , Gs1 + .byte W48 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Gs2 + .byte W16 + .byte Gs1 + .byte W08 + .byte W16 + .byte N32 + .byte W32 + .byte N08 , Ds2 + .byte W08 + .byte N04 , Dn2 + .byte W08 + .byte Cs2 + .byte W08 + .byte N24 , Cn2 + .byte W24 + .byte N60 , Dn2 + .byte W60 + .byte W02 + .byte N04 , Gn1 + .byte W10 + .byte N16 , Dn2 + .byte W16 + .byte N04 , As1 , v084 + .byte W08 + .byte N12 , Ds2 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N24 , Gn1 + .byte W24 + .byte N12 , Gn2 + .byte W16 + .byte N04 + .byte W08 + .byte Ds2 + .byte W16 + .byte Cn2 + .byte W08 + .byte PATT + .word bgm_casino_3_005 + .byte PATT + .word bgm_casino_3_006 + .byte N12 , Gn2 , v112 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte N24 , As1 + .byte W24 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W08 + .byte N24 , Ds2 + .byte W24 + .byte N16 , En2 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N24 , As1 + .byte W24 + .byte N16 , En2 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Gn2 + .byte W16 + .byte N04 , As1 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_casino_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_casino_4: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 63*bgm_casino_mvl/mxv + .byte N02 , Fn3 , v112 + .byte W02 + .byte Gn3 + .byte W02 + .byte Gs3 + .byte W02 +bgm_casino_4_B1: + .byte VOICE , 56 + .byte N08 , Ds4 , v120 + .byte W72 + .byte Ds3 , v112 + .byte W08 + .byte Ds3 , v036 + .byte W16 + .byte En4 , v112 + .byte W08 + .byte En4 , v036 + .byte W08 + .byte Cs4 , v112 + .byte W08 + .byte Cs4 , v036 + .byte W16 + .byte As3 , v112 + .byte W08 + .byte As3 , v036 + .byte W16 + .byte Gn3 , v112 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N08 , Gn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte Cn4 , v036 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte Ds4 , v036 + .byte W24 + .byte VOICE , 1 + .byte W16 + .byte N32 , Dn4 , v112 + .byte W32 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v036 + .byte W16 + .byte N20 , Ds4 , v112 + .byte W24 + .byte N16 , En4 + .byte W16 + .byte N08 , En4 , v036 + .byte W08 + .byte En4 , v112 + .byte W08 + .byte En4 , v036 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte VOL , 53*bgm_casino_mvl/mxv + .byte N08 , Fn4 , v036 + .byte W16 + .byte As4 , v084 + .byte W08 + .byte VOL , 64*bgm_casino_mvl/mxv + .byte N24 , As2 , v112 + .byte W24 + .byte VOICE , 13 + .byte VOL , 51*bgm_casino_mvl/mxv + .byte W16 + .byte N08 , Gn4 + .byte W08 + .byte Gn4 , v036 + .byte W48 + .byte As3 , v112 + .byte W08 + .byte As3 , v036 + .byte W16 + .byte Gs4 , v112 + .byte W16 + .byte Gn4 + .byte W24 + .byte Fs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte N08 , Fn4 + .byte W08 + .byte N24 , Gn4 + .byte W24 + .byte W16 + .byte N04 , Gs4 + .byte W32 + .byte N24 + .byte W48 + .byte N08 , As4 + .byte W16 + .byte Gs4 + .byte W24 + .byte Gn4 + .byte W08 + .byte N24 , Fn4 + .byte W24 + .byte N08 , Fs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte VOL , 33*bgm_casino_mvl/mxv + .byte N04 , As3 , v104 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte As3 , v088 + .byte W04 + .byte Gn4 , v080 + .byte W04 + .byte As3 , v072 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 , v068 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 , v064 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte Cs4 , v104 + .byte W04 + .byte As4 , v096 + .byte W04 + .byte Cs4 , v088 + .byte W04 + .byte As4 , v080 + .byte W04 + .byte Cs4 , v072 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 , v068 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 , v064 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cn4 , v104 + .byte W04 + .byte Gs4 , v096 + .byte W04 + .byte Cn4 , v088 + .byte W04 + .byte Gs4 , v080 + .byte W04 + .byte Cn4 , v072 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 , v068 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 , v064 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Dn4 , v104 + .byte W04 + .byte As4 , v096 + .byte W04 + .byte Dn4 , v088 + .byte W04 + .byte As4 , v080 + .byte W04 + .byte Cn4 , v104 + .byte W04 + .byte Gs4 , v096 + .byte W04 + .byte Dn4 , v104 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Dn4 , v088 + .byte W04 + .byte Gn4 , v080 + .byte W04 + .byte Dn4 , v072 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 , v068 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As3 , v104 + .byte W04 + .byte Fn4 , v096 + .byte W04 + .byte As3 , v088 + .byte W04 + .byte Fn4 , v080 + .byte W04 + .byte As3 , v072 + .byte W04 + .byte Fn4 + .byte W04 + .byte As3 , v068 + .byte W04 + .byte Fn4 + .byte W04 + .byte As3 , v064 + .byte W04 + .byte Fn4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn4 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 56 + .byte VOL , 64*bgm_casino_mvl/mxv + .byte W16 + .byte N04 , Gs3 , v112 + .byte W04 + .byte N08 , Gs3 , v036 + .byte W28 + .byte N16 , Gs3 , v112 + .byte W16 + .byte N08 , Gs3 , v036 + .byte W08 + .byte N20 , Gs3 , v112 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte N02 , An3 , v064 + .byte W02 + .byte Gs3 , v068 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 , v064 + .byte W80 + .byte W02 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 46 + .byte VOL , 52*bgm_casino_mvl/mxv + .byte W80 + .byte N04 , Cs5 , v112 + .byte W08 + .byte As4 + .byte W08 + .byte VOICE , 46 + .byte VOL , 52*bgm_casino_mvl/mxv + .byte N04 , Gs4 + .byte W08 + .byte Cn5 , v076 + .byte W08 + .byte Ds5 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Ds5 , v072 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gs4 , v112 + .byte W08 + .byte Cn5 , v076 + .byte W08 + .byte Ds5 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Ds5 , v072 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gs4 , v112 + .byte W08 + .byte Cn5 , v076 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fn5 , v112 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gs4 , v112 + .byte W08 + .byte Cn5 , v076 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fn5 , v112 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn4 , v112 + .byte W08 + .byte As4 , v076 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fn5 , v112 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 , v112 + .byte W08 + .byte As4 , v076 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fn5 , v112 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 , v112 + .byte W08 + .byte As4 , v076 + .byte W08 + .byte Cn5 + .byte W08 + .byte Ds5 , v112 + .byte W08 + .byte Cn5 , v072 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 , v112 + .byte W08 + .byte As4 , v076 + .byte W08 + .byte Cn5 + .byte W08 + .byte Ds5 , v112 + .byte W08 + .byte Cn5 , v072 + .byte W08 + .byte As4 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte Gs4 , v076 + .byte W08 + .byte Cn5 + .byte W08 + .byte Ds5 , v112 + .byte W08 + .byte Cn5 , v072 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte Gs4 , v076 + .byte W08 + .byte Cn5 + .byte W08 + .byte Ds5 , v112 + .byte W08 + .byte Cn5 , v072 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte Gs4 , v076 + .byte W08 + .byte As4 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte As4 , v072 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte Gs4 , v076 + .byte W08 + .byte As4 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte As4 , v072 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds4 , v112 + .byte W08 + .byte Gn4 , v076 + .byte W08 + .byte As4 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte As4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds4 , v112 + .byte W08 + .byte Gn4 , v076 + .byte W08 + .byte As4 + .byte W08 + .byte Dn5 , v112 + .byte W08 + .byte As4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte En4 , v112 + .byte W08 + .byte Gn4 , v076 + .byte W08 + .byte As4 + .byte W08 + .byte Cs5 , v112 + .byte W08 + .byte As4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte En4 , v112 + .byte W08 + .byte Gn4 , v076 + .byte W08 + .byte As4 + .byte W08 + .byte Cs5 , v112 + .byte W08 + .byte As4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte VOICE , 1 + .byte VOL , 61*bgm_casino_mvl/mxv + .byte N04 , Gn3 , v112 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W92 + .byte W16 + .byte N04 , Gn3 , v112 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W28 + .byte N16 , Gn3 , v112 + .byte W16 + .byte N08 , Gn3 , v036 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W04 + .byte N08 , Fs3 , v036 + .byte W20 + .byte N04 , Fn3 , v112 + .byte W04 + .byte N08 , Fn3 , v036 + .byte W92 + .byte W16 + .byte N04 , Fn3 , v112 + .byte W04 + .byte N08 , Fn3 , v036 + .byte W28 + .byte N16 , Fn3 , v112 + .byte W16 + .byte N08 , Fn3 , v036 + .byte W08 + .byte N04 , En3 , v112 + .byte W04 + .byte N08 , En3 , v036 + .byte W20 + .byte N04 , Ds3 , v112 + .byte W04 + .byte N08 , Ds3 , v036 + .byte W92 + .byte W16 + .byte N04 , Ds3 , v112 + .byte W04 + .byte N08 , Ds3 , v036 + .byte W28 + .byte N16 , Ds3 , v112 + .byte W16 + .byte N08 , Ds3 , v036 + .byte W32 + .byte W16 + .byte N24 , Dn3 , v112 + .byte W24 + .byte N08 , Dn3 , v036 + .byte W08 + .byte N16 , Ds3 , v112 + .byte W16 + .byte N08 , Ds3 , v036 + .byte W08 + .byte N16 , Ds3 , v112 + .byte W16 + .byte N08 , Ds3 , v036 + .byte W08 + .byte N16 , Ds3 , v112 + .byte W16 + .byte N08 , Ds3 , v036 + .byte W08 + .byte N04 , Ds3 , v112 + .byte W04 + .byte N08 , Ds3 , v036 + .byte W12 + .byte N24 , Fn3 , v112 + .byte W24 + .byte N08 , Fn3 , v036 + .byte W08 + .byte N24 , Gs3 , v112 + .byte W24 + .byte N04 , Gn3 + .byte W08 + .byte Gn3 , v052 + .byte W08 + .byte Gn3 , v088 + .byte W08 + .byte N04 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W20 + .byte N04 , Gn3 , v088 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W20 + .byte N04 , Fs3 , v088 + .byte W04 + .byte N08 , Fs3 , v036 + .byte W20 + .byte N04 , Gn3 , v088 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W12 + .byte N04 , Gn3 , v112 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W28 + .byte N16 , Gn3 , v112 + .byte W16 + .byte N08 , Gn3 , v036 + .byte W08 + .byte N16 , Fs3 , v112 + .byte W16 + .byte N08 , Fs3 , v036 + .byte W08 + .byte N04 , Fn3 , v112 + .byte W08 + .byte Fn3 , v048 + .byte W08 + .byte Fn3 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W04 + .byte N08 , Fn3 , v036 + .byte W20 + .byte N04 , En3 , v088 + .byte W04 + .byte N08 , En3 , v036 + .byte W20 + .byte N04 , Fn3 , v088 + .byte W04 + .byte N08 , Fn3 , v036 + .byte W12 + .byte N04 , Fn3 , v112 + .byte W04 + .byte N08 , Fn3 , v036 + .byte W28 + .byte N16 , Fn3 , v112 + .byte W16 + .byte N08 , Fn3 , v036 + .byte W08 + .byte N16 , En3 , v112 + .byte W16 + .byte N08 , En3 , v036 + .byte W08 + .byte N04 , As3 , v112 + .byte W08 + .byte As3 , v048 + .byte W08 + .byte As3 , v088 + .byte W08 + .byte N04 + .byte W04 + .byte N08 , As3 , v036 + .byte W20 + .byte N04 , As3 , v088 + .byte W04 + .byte N08 , As3 , v036 + .byte W44 + .byte N04 , As3 , v088 + .byte W04 + .byte N08 , As3 , v036 + .byte W12 + .byte N04 , As3 , v112 + .byte W04 + .byte N08 , As3 , v036 + .byte W28 + .byte N16 , As3 , v112 + .byte W16 + .byte N08 , As3 , v036 + .byte W32 + .byte N04 , As3 , v112 + .byte W08 + .byte As3 , v048 + .byte W08 + .byte As3 , v088 + .byte W08 + .byte N04 + .byte W04 + .byte N08 , As3 , v036 + .byte W20 + .byte N04 , As3 , v088 + .byte W04 + .byte N08 , As3 , v036 + .byte W20 + .byte N04 , An3 , v088 + .byte W04 + .byte N08 , An3 , v036 + .byte W20 + .byte N04 , As3 , v088 + .byte W04 + .byte N08 , As3 , v036 + .byte W12 + .byte N04 , As3 , v112 + .byte W04 + .byte N08 , As3 , v036 + .byte W28 + .byte N04 , As3 , v088 + .byte W04 + .byte N08 , As3 , v036 + .byte W12 + .byte N04 , As3 , v112 + .byte W04 + .byte N08 , As3 , v036 + .byte W28 + .byte GOTO + .word bgm_casino_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_casino_5: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 56 + .byte PAN , c_v-8 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 68*bgm_casino_mvl/mxv + .byte N02 , As3 , v112 + .byte W02 + .byte Cn4 + .byte W02 + .byte Dn4 + .byte W02 +bgm_casino_5_B1: + .byte VOL , 72*bgm_casino_mvl/mxv + .byte N08 , As4 , v120 + .byte W08 + .byte As4 , v036 + .byte W64 + .byte As3 , v112 + .byte W08 + .byte As3 , v036 + .byte W16 + .byte Gs4 , v112 + .byte W08 + .byte Gs4 , v036 + .byte W08 + .byte Gn4 , v112 + .byte W08 + .byte Gn4 , v036 + .byte W16 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v036 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v036 + .byte W16 + .byte Gn4 , v112 + .byte W08 + .byte Gn4 , v036 + .byte W24 + .byte W96 + .byte VOICE , 1 + .byte VOL , 53*bgm_casino_mvl/mxv + .byte W64 + .byte N04 , An4 , v076 + .byte W32 + .byte VOICE , 56 + .byte VOL , 72*bgm_casino_mvl/mxv + .byte W16 + .byte N08 , Gn4 , v112 + .byte W08 + .byte Gn4 , v036 + .byte W48 + .byte As3 , v112 + .byte W08 + .byte As3 , v036 + .byte W16 + .byte Gs4 , v112 + .byte W08 + .byte Gs4 , v036 + .byte W08 + .byte Gn4 , v112 + .byte W08 + .byte Gn4 , v036 + .byte W16 + .byte Fs4 , v112 + .byte W08 + .byte Fn4 + .byte W08 + .byte N04 , As3 + .byte W04 + .byte As3 , v036 + .byte W04 + .byte N08 , Fn4 , v112 + .byte W08 + .byte N24 , Gn4 + .byte W24 + .byte N08 , Gn4 , v036 + .byte W16 + .byte N04 , Gs4 , v112 + .byte W04 + .byte N08 , Gs4 , v036 + .byte W28 + .byte N24 , Gs4 , v112 + .byte W24 + .byte N08 , Gs4 , v036 + .byte W24 + .byte As4 , v112 + .byte W08 + .byte As4 , v036 + .byte W08 + .byte Gs4 , v112 + .byte W08 + .byte Gs4 , v036 + .byte W16 + .byte Gn4 , v112 + .byte W08 + .byte N24 , Fn4 + .byte W24 + .byte N08 , Fs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N72 , Gn4 + .byte W72 + .byte N08 , Gn4 , v036 + .byte W24 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 60 + .byte VOL , 62*bgm_casino_mvl/mxv + .byte N04 , Dn4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Fn4 + .byte W07 + .byte VOICE , 60 + .byte W01 + .byte N04 , Gn3 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W12 + .byte Gn4 , v112 + .byte W08 + .byte N02 , Fs4 , v064 + .byte W02 + .byte Fn4 , v068 + .byte W02 + .byte En4 + .byte W02 + .byte Ds4 , v064 + .byte W02 + .byte Dn4 , v068 + .byte W02 + .byte Cs4 + .byte W36 + .byte W02 + .byte N08 , As3 , v112 + .byte W08 + .byte As3 , v036 + .byte W16 + .byte VOL , 58*bgm_casino_mvl/mxv + .byte N24 , Gs4 , v112 + .byte W24 + .byte N08 , Gn4 + .byte W08 + .byte Gn4 , v036 + .byte W08 + .byte En4 , v112 + .byte W08 + .byte N24 , Fn4 + .byte W24 + .byte N08 , Gn4 + .byte W08 + .byte Gn4 , v036 + .byte W08 + .byte En4 , v112 + .byte W08 + .byte En4 , v036 + .byte W16 + .byte Gs4 , v104 + .byte W08 + .byte Gs4 , v036 + .byte W24 + .byte N24 , Gs4 , v104 + .byte W24 + .byte N08 , Gs4 , v036 + .byte W24 + .byte N24 , As4 , v100 + .byte W24 + .byte N04 , Gs4 , v112 + .byte W08 + .byte As4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N72 , As3 + .byte W72 + .byte N04 , Cn4 , v092 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte N96 , As4 , v100 + .byte W96 + .byte VOICE , 56 + .byte VOL , 62*bgm_casino_mvl/mxv + .byte N08 , As4 , v036 + .byte W16 + .byte N04 , Gs4 , v112 + .byte W04 + .byte N08 , Gs4 , v036 + .byte W28 + .byte N16 , Gs4 , v112 + .byte W16 + .byte N08 , Gs4 , v036 + .byte W08 + .byte N20 , Gs4 , v112 + .byte W20 + .byte N04 , Gs4 , v036 + .byte W04 + .byte N08 , As4 , v112 + .byte W08 + .byte N02 , An4 , v064 + .byte W02 + .byte Gs4 , v068 + .byte W02 + .byte Gn4 + .byte W02 + .byte Fs4 , v064 + .byte W80 + .byte W02 + .byte VOICE , 24 + .byte VOL , 58*bgm_casino_mvl/mxv + .byte W24 + .byte N24 , Gn4 , v112 + .byte W24 + .byte Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N16 , Dn4 + .byte W16 + .byte N24 , Ds4 + .byte W24 + .byte En4 + .byte W24 + .byte N08 , Fn4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N24 , Cn5 + .byte W24 + .byte As4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N16 , Gn4 + .byte W16 + .byte N24 , Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte N08 , As4 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v036 + .byte W24 + .byte N24 , Gs4 , v112 + .byte W24 + .byte Gn4 + .byte W24 + .byte N16 , Fn4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte Fn4 , v036 + .byte W24 + .byte As4 , v112 + .byte W08 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N24 , Ds4 + .byte W24 + .byte N08 , Ds4 , v036 + .byte W16 + .byte N24 , En4 , v112 + .byte W24 + .byte N08 , Ds4 + .byte W08 + .byte N16 , En4 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N08 , En4 + .byte W08 + .byte En4 , v036 + .byte W24 + .byte N24 , Gs4 , v112 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N16 , Ds4 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Cs4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N16 , En4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte Fn4 , v036 + .byte W24 + .byte N16 , Fn4 , v112 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Cs4 + .byte W08 + .byte N24 , Dn5 + .byte W24 + .byte N48 , Cn5 + .byte W48 + .byte N40 , As4 + .byte W40 + .byte N04 , Gn4 + .byte W08 + .byte N24 , Gs4 + .byte W24 + .byte Ds5 + .byte W24 + .byte Dn5 + .byte W24 + .byte Cn5 + .byte W24 + .byte N16 , Dn5 + .byte W16 + .byte N24 , Cn5 + .byte W24 + .byte N08 , Dn5 + .byte W08 + .byte N16 , As4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N64 , As4 + .byte W64 + .byte N08 , Dn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N48 , As4 + .byte W48 + .byte Cs5 + .byte W48 + .byte VOICE , 24 + .byte N40 , Ds4 + .byte W40 + .byte N04 , Cn4 + .byte W08 + .byte Gn4 + .byte W04 + .byte N08 , Gn4 , v036 + .byte W20 + .byte N04 , Gs3 , v112 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gn4 + .byte W04 + .byte N08 , Gn4 , v036 + .byte W12 + .byte N04 , Fs4 , v112 + .byte W08 + .byte Fn4 + .byte W04 + .byte N08 , Fn4 , v036 + .byte W12 + .byte N04 , En4 , v112 + .byte W08 + .byte Ds4 + .byte W04 + .byte N08 , Ds4 , v036 + .byte W12 + .byte N04 , Dn4 , v112 + .byte W08 + .byte Cn4 + .byte W04 + .byte N08 , Cn4 , v036 + .byte W12 + .byte N04 , Dn4 , v112 + .byte W08 + .byte N40 , As3 + .byte W40 + .byte N04 , Gn3 + .byte W08 + .byte Gs3 + .byte W04 + .byte N08 , Gs3 , v036 + .byte W12 + .byte N04 , As3 , v112 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte N40 , Dn4 + .byte W40 + .byte N04 , Cn4 + .byte W04 + .byte Cn4 , v036 + .byte W04 + .byte N16 , As3 , v112 + .byte W16 + .byte N04 , Gn3 + .byte W04 + .byte Gn3 , v036 + .byte W04 + .byte N40 , Gs3 , v112 + .byte W40 + .byte N04 , Fn3 + .byte W08 + .byte Gn3 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W12 + .byte N04 , Gs3 , v112 + .byte W04 + .byte N08 , Gs3 , v036 + .byte W20 + .byte N04 , Fn3 , v112 + .byte W08 + .byte Gn3 + .byte W04 + .byte N08 , Gn3 , v036 + .byte W12 + .byte N32 , Gs3 , v112 + .byte W32 + .byte N12 , Cn4 + .byte W12 + .byte N04 , As3 , v088 + .byte W04 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte N16 , Gs3 , v112 + .byte W16 + .byte N04 , Fn3 + .byte W04 + .byte N08 , Fn3 , v036 + .byte W04 + .byte W16 + .byte N24 , Gn3 , v112 + .byte W24 + .byte N08 , Gn3 , v036 + .byte W08 + .byte N16 , Gs3 , v112 + .byte W16 + .byte N08 , Gs3 , v036 + .byte W08 + .byte N16 , Gs3 , v112 + .byte W16 + .byte N08 , Gs3 , v036 + .byte W08 + .byte N16 , An3 , v112 + .byte W16 + .byte N08 , An3 , v036 + .byte W08 + .byte N04 , An3 , v112 + .byte W04 + .byte N08 , An3 , v036 + .byte W12 + .byte N24 , As3 , v112 + .byte W24 + .byte N08 , As3 , v036 + .byte W08 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N08 , Bn3 , v036 + .byte W24 + .byte N16 , Gs3 , v112 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Gn4 + .byte W08 + .byte Gn4 , v036 + .byte W24 + .byte N16 , Gs3 , v112 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Gn4 + .byte W08 + .byte N16 , Cn5 , v096 + .byte W16 + .byte N04 , As4 , v092 + .byte W04 + .byte Cn5 + .byte W04 + .byte N16 , Fn4 , v112 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N24 , Dn4 + .byte W24 + .byte N16 , Gn3 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte Fn4 , v036 + .byte W24 + .byte N16 , Gn3 , v112 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N24 , As4 , v096 + .byte W24 + .byte N04 , Gs4 , v088 + .byte W04 + .byte As4 + .byte W04 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N16 , As4 , v096 + .byte W16 + .byte N08 , Gs4 , v112 + .byte W08 + .byte Fs4 + .byte W08 + .byte Fs4 , v036 + .byte W08 + .byte Fs4 , v112 + .byte W08 + .byte Fs4 , v036 + .byte W24 + .byte N16 , Fn4 , v112 + .byte W16 + .byte N08 , Fs4 + .byte W08 + .byte N24 , As4 , v096 + .byte W24 + .byte N16 , Gs4 , v112 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N08 , Fs4 , v036 + .byte W08 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N72 , Fn4 + .byte W72 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N48 , As4 + .byte W48 + .byte N24 , Dn5 , v096 + .byte W24 + .byte VOICE , 56 + .byte VOL , 72*bgm_casino_mvl/mxv + .byte N08 , Gn4 , v112 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte N08 , An4 + .byte W08 + .byte GOTO + .word bgm_casino_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_casino_6: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 36*bgm_casino_mvl/mxv + .byte W04 + .byte PAN , c_v-64 + .byte W02 +bgm_casino_6_B1: + .byte PAN , c_v-64 + .byte VOL , 36*bgm_casino_mvl/mxv + .byte N08 , Gn2 , v112 + .byte W96 + .byte N08 + .byte W96 + .byte Gs2 + .byte W96 + .byte W16 + .byte N32 , Fn3 + .byte W32 + .byte N08 + .byte W24 + .byte N20 + .byte W24 + .byte N16 , Gn3 + .byte W24 + .byte N08 + .byte W16 + .byte Gs3 + .byte W32 + .byte N20 , As2 + .byte W20 + .byte VOICE , 85 + .byte N02 , Ds3 + .byte W02 + .byte Fn3 + .byte W02 +bgm_casino_6_000: + .byte N02 , Gn3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , As3 + .byte W16 + .byte N02 , Gn3 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , As3 + .byte W16 + .byte N02 , Gn3 + .byte W08 + .byte PEND +bgm_casino_6_001: + .byte N02 , Gn3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , As3 + .byte W16 + .byte N02 , Gn3 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte En3 , v076 + .byte W08 + .byte Gn3 , v112 + .byte W08 + .byte PEND +bgm_casino_6_002: + .byte N02 , Gs3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , Cn4 + .byte W16 + .byte N02 , Fn3 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , Cn4 + .byte W16 + .byte N02 , Gs3 + .byte W08 + .byte PEND +bgm_casino_6_003: + .byte N02 , Dn4 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , As3 + .byte W16 + .byte N02 + .byte W08 + .byte Gs3 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte Fn3 , v076 + .byte W08 + .byte Gs3 , v112 + .byte W08 + .byte PEND +bgm_casino_6_004: + .byte N02 , Gn3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte N02 , Gn3 , v084 + .byte W08 + .byte As3 , v112 + .byte W08 + .byte Gn3 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , As3 + .byte W16 + .byte N02 , Gn3 + .byte W08 + .byte PEND + .byte PATT + .word bgm_casino_6_001 + .byte PATT + .word bgm_casino_6_002 + .byte N02 , Dn4 , v112 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N04 , As3 + .byte W16 + .byte N02 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fn3 , v076 + .byte W08 + .byte Gs3 , v112 + .byte W08 + .byte N02 + .byte W08 + .byte Fn3 , v076 + .byte W08 + .byte Dn3 , v112 + .byte W08 + .byte PATT + .word bgm_casino_6_000 + .byte PATT + .word bgm_casino_6_001 + .byte PATT + .word bgm_casino_6_002 + .byte PATT + .word bgm_casino_6_003 + .byte PATT + .word bgm_casino_6_004 + .byte PATT + .word bgm_casino_6_001 + .byte PATT + .word bgm_casino_6_002 + .byte N04 , Dn4 , v112 + .byte W72 + .byte VOICE , 80 + .byte N04 , An2 + .byte W04 + .byte As2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte VOL , 31*bgm_casino_mvl/mxv + .byte N96 , Ds3 + .byte W96 +bgm_casino_6_005: + .byte N48 , Dn3 , v112 + .byte W48 + .byte Cn3 + .byte W48 + .byte PEND + .byte N64 , Dn3 + .byte W64 + .byte N04 , As2 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Cs3 + .byte W08 + .byte N88 , Cn3 + .byte W88 + .byte N04 , As2 + .byte W08 + .byte N72 , Cn3 + .byte W72 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Cn3 + .byte W08 + .byte N48 , As2 + .byte W48 + .byte Gs2 + .byte W48 + .byte N88 , As2 + .byte W88 + .byte N04 , Gn2 + .byte W08 + .byte N48 + .byte W48 + .byte As2 + .byte W48 + .byte N72 , Gn3 + .byte W72 + .byte N16 , Gs3 + .byte W16 + .byte N08 , Gn3 + .byte W08 + .byte N48 , Fn3 + .byte W48 + .byte Ds3 + .byte W48 + .byte N64 , Fn3 + .byte W64 + .byte N04 , Dn3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Dn3 + .byte W08 + .byte N48 , Ds3 + .byte W48 + .byte N40 , Cn3 + .byte W40 + .byte N04 , As2 + .byte W08 + .byte N72 , Ds3 + .byte W72 + .byte N16 , Fn3 + .byte W16 + .byte N08 , Ds3 + .byte W08 + .byte PATT + .word bgm_casino_6_005 + .byte N60 , Dn3 , v112 + .byte W60 + .byte W02 + .byte N10 , As2 + .byte W08 + .byte N18 , Cn3 + .byte W16 + .byte N10 , Cs3 + .byte W10 + .byte N48 , En3 + .byte W48 + .byte Cs3 + .byte W48 + .byte PAN , c_v+63 + .byte N04 , Ds3 + .byte W96 + .byte W16 + .byte N04 + .byte W32 + .byte N16 + .byte W24 + .byte N04 + .byte W24 + .byte Dn3 + .byte W96 + .byte W16 + .byte N04 + .byte W32 + .byte N16 + .byte W24 + .byte N04 , Cs3 + .byte W24 + .byte Cn3 + .byte W96 + .byte W16 + .byte N04 + .byte W32 + .byte N16 + .byte W24 + .byte N04 + .byte W24 + .byte W16 + .byte N24 , As2 + .byte W32 + .byte N16 , Cn3 + .byte W24 + .byte N16 + .byte W24 + .byte N16 + .byte W24 + .byte N04 + .byte W16 + .byte N24 , Dn3 + .byte W32 + .byte Fn3 + .byte W24 + .byte N04 , Ds3 + .byte W08 + .byte Ds3 , v052 + .byte W08 + .byte Ds3 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W16 + .byte Ds3 , v112 + .byte W32 + .byte N16 + .byte W24 + .byte N16 + .byte W24 + .byte N04 , Dn3 + .byte W08 + .byte Dn3 , v048 + .byte W08 + .byte Dn3 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W16 + .byte Dn3 , v112 + .byte W32 + .byte N16 + .byte W24 + .byte Cs3 + .byte W24 + .byte N04 , Fs3 + .byte W08 + .byte Fs3 , v048 + .byte W08 + .byte Fs3 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W16 + .byte Fs3 , v112 + .byte W32 + .byte N16 + .byte W24 + .byte N04 + .byte W24 + .byte Fn3 + .byte W08 + .byte Fn3 , v048 + .byte W08 + .byte Fn3 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W16 + .byte Fn3 , v112 + .byte W32 + .byte Fn3 , v088 + .byte W16 + .byte Fn3 , v112 + .byte W32 + .byte GOTO + .word bgm_casino_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_casino_7: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 36*bgm_casino_mvl/mxv + .byte PAN , c_v+63 + .byte W06 +bgm_casino_7_B1: + .byte PAN , c_v+63 + .byte VOL , 36*bgm_casino_mvl/mxv + .byte N08 , Dn3 , v112 + .byte W96 + .byte Cs3 + .byte W96 + .byte Ds3 + .byte W96 + .byte W16 + .byte N32 , As3 + .byte W32 + .byte N08 , Cn4 + .byte W24 + .byte N20 + .byte W24 + .byte N16 , Cs4 + .byte W24 + .byte N08 + .byte W16 + .byte Dn4 + .byte W32 + .byte N20 , As1 + .byte W20 + .byte VOICE , 84 + .byte N02 , As3 + .byte W02 + .byte Cn4 + .byte W02 +bgm_casino_7_000: + .byte N02 , Ds4 , v112 + .byte W16 + .byte As3 + .byte W08 + .byte N04 , Gn4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte N02 + .byte W16 + .byte As3 + .byte W08 + .byte N04 , Gn4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte PEND +bgm_casino_7_001: + .byte N02 , En4 , v112 + .byte W16 + .byte As3 + .byte W08 + .byte N04 , Gn4 + .byte W16 + .byte N02 , En4 + .byte W08 + .byte N02 + .byte W16 + .byte Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte Cs4 , v076 + .byte W08 + .byte En4 , v112 + .byte W08 + .byte PEND +bgm_casino_7_002: + .byte N02 , Fn4 , v112 + .byte W16 + .byte Cn4 + .byte W08 + .byte N04 , Gs4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte N02 + .byte W16 + .byte Cn4 + .byte W08 + .byte N04 , Gs4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte PEND +bgm_casino_7_003: + .byte N02 , As4 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , Gs4 + .byte W16 + .byte N02 + .byte W08 + .byte Fn4 + .byte W16 + .byte N02 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cn4 , v076 + .byte W08 + .byte Dn4 , v112 + .byte W08 + .byte PEND +bgm_casino_7_004: + .byte N02 , Ds4 , v112 + .byte W16 + .byte As3 + .byte W08 + .byte N04 , Gn4 + .byte W08 + .byte N02 , Ds4 , v084 + .byte W08 + .byte Gn4 , v112 + .byte W08 + .byte Ds4 + .byte W16 + .byte As3 + .byte W08 + .byte N04 , Gn4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte PEND + .byte PATT + .word bgm_casino_7_001 + .byte PATT + .word bgm_casino_7_002 + .byte N02 , An4 , v112 + .byte W04 + .byte As4 + .byte W04 + .byte An4 + .byte W04 + .byte As4 + .byte W04 + .byte An4 + .byte W04 + .byte As4 + .byte W04 + .byte N04 , Gs4 + .byte W16 + .byte N02 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn4 , v076 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cn4 , v076 + .byte W08 + .byte As3 , v112 + .byte W08 + .byte PATT + .word bgm_casino_7_000 + .byte PATT + .word bgm_casino_7_001 + .byte PATT + .word bgm_casino_7_002 + .byte PATT + .word bgm_casino_7_003 + .byte PATT + .word bgm_casino_7_004 + .byte PATT + .word bgm_casino_7_001 + .byte PATT + .word bgm_casino_7_002 + .byte N04 , As4 , v112 + .byte W72 + .byte VOICE , 81 + .byte N04 , Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte En3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte VOL , 31*bgm_casino_mvl/mxv + .byte N96 , Gn3 + .byte W96 + .byte N48 , Fn3 + .byte W48 + .byte Ds3 + .byte W48 + .byte N64 , Fn3 + .byte W64 + .byte N04 , Dn3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , En3 + .byte W08 + .byte N88 , Ds3 + .byte W88 + .byte N04 , Cn3 + .byte W08 + .byte N72 , Ds3 + .byte W72 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Ds3 + .byte W08 + .byte N48 , Dn3 + .byte W48 + .byte Cn3 + .byte W48 + .byte N88 , Dn3 + .byte W88 + .byte N04 , As2 + .byte W08 + .byte N48 , Cs3 + .byte W48 + .byte En3 + .byte W48 + .byte N72 , Cn4 + .byte W72 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N48 , As3 + .byte W48 + .byte Gs3 + .byte W48 + .byte N60 , As3 + .byte W60 + .byte W02 + .byte N04 , Gn3 + .byte W10 + .byte N16 , As3 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte N48 , Gs3 + .byte W48 + .byte N36 , Gn3 + .byte W40 + .byte N04 , Ds3 + .byte W08 + .byte N72 , Gs3 + .byte W72 + .byte N16 , As3 + .byte W16 + .byte N08 , Gs3 + .byte W08 + .byte N48 , Gn3 + .byte W48 + .byte Fn3 + .byte W48 + .byte N60 , As3 + .byte W60 + .byte W02 + .byte N10 , Gn3 + .byte W10 + .byte N16 , Gs3 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte N48 , As3 + .byte W48 + .byte Gn3 + .byte W48 + .byte PAN , c_v+0 + .byte VOL , 53*bgm_casino_mvl/mxv + .byte N24 , Gs1 + .byte W96 + .byte PAN , c_v+0 + .byte VOL , 52*bgm_casino_mvl/mxv + .byte N16 + .byte W16 + .byte N04 , Gs2 + .byte W24 + .byte Gs1 + .byte W08 + .byte N16 , Gs2 + .byte W24 + .byte N24 , Gs1 + .byte W24 + .byte Gn1 + .byte W96 + .byte N16 + .byte W16 + .byte N04 , Gn2 + .byte W24 + .byte Gn1 + .byte W08 + .byte N16 , Gn2 + .byte W16 + .byte N04 , Gn1 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Fs1 + .byte W08 + .byte N24 , Fn1 + .byte W96 + .byte N16 + .byte W16 + .byte N04 , Fn2 + .byte W24 + .byte Fn1 + .byte W08 + .byte N16 , Fn2 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , En1 + .byte W08 + .byte N16 , Ds1 + .byte W16 + .byte N24 , Ds2 + .byte W24 + .byte N04 , En1 + .byte W08 + .byte N16 , Fn1 + .byte W40 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte N04 , Bn1 + .byte W24 + .byte N08 , Fn1 + .byte N12 , As1 + .byte W24 + .byte N04 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte N24 , Gs1 + .byte W96 + .byte N16 + .byte W16 + .byte N04 , Gs2 + .byte W24 + .byte Gs1 + .byte W08 + .byte N16 , Gs2 + .byte W24 + .byte N24 , Gs1 + .byte W24 + .byte Gn1 + .byte W96 + .byte N16 + .byte W16 + .byte N04 , Gn2 + .byte W24 + .byte Gn1 + .byte W08 + .byte N16 , Gn2 + .byte W16 + .byte N04 , Gn1 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , As1 + .byte W08 + .byte N24 , Bn1 + .byte W96 + .byte N16 + .byte W16 + .byte N04 , Fs2 + .byte W24 + .byte Bn1 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Fs1 + .byte W08 + .byte N16 , As1 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_casino_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_casino_8: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 54*bgm_casino_mvl/mxv + .byte W06 +bgm_casino_8_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 65*bgm_casino_mvl/mxv + .byte N48 , An2 , v112 + .byte W24 + .byte N08 , Cn1 + .byte N08 , En1 + .byte W24 + .byte N04 , Dn1 + .byte W04 + .byte Dn1 , v072 + .byte W04 + .byte N04 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte N08 , Cn1 + .byte N08 , En1 + .byte W08 + .byte Cn1 + .byte W08 + .byte Dn1 + .byte W08 +bgm_casino_8_000: + .byte N04 , Cn1 , v112 + .byte W48 + .byte En1 + .byte W24 + .byte Cn1 + .byte W16 + .byte N04 + .byte W08 + .byte PEND +bgm_casino_8_001: + .byte W16 + .byte N04 , Cn1 , v112 + .byte W32 + .byte En1 + .byte W16 + .byte N04 + .byte W08 + .byte Cn1 + .byte W16 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_casino_8_000 + .byte W16 + .byte N04 , Cn1 , v112 + .byte W32 + .byte Dn1 + .byte W08 + .byte N04 + .byte W08 + .byte En1 + .byte W08 + .byte Cn1 + .byte W16 + .byte En1 + .byte W08 + .byte PATT + .word bgm_casino_8_000 + .byte PATT + .word bgm_casino_8_001 + .byte PATT + .word bgm_casino_8_000 + .byte W16 + .byte N04 , Cn1 , v112 + .byte W32 + .byte Dn1 + .byte W08 + .byte N04 + .byte W08 + .byte En1 + .byte W08 + .byte Cn1 + .byte W24 + .byte VOL , 54*bgm_casino_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte N04 , Dn1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte GOTO + .word bgm_casino_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_casino_9: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 36*bgm_casino_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W06 +bgm_casino_9_B1: + .byte BEND , c_v+2 + .byte N08 , As4 , v120 + .byte W72 + .byte As3 , v112 + .byte W24 + .byte Gs4 + .byte W16 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Ds4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Ds4 + .byte W24 + .byte Gn4 + .byte W32 + .byte W16 + .byte N32 , Dn4 + .byte W32 + .byte N08 , Ds4 + .byte W24 + .byte N20 + .byte W24 + .byte N16 , En4 + .byte W24 + .byte N08 + .byte W16 + .byte Fn4 + .byte W24 + .byte As4 + .byte W32 +bgm_casino_9_000: + .byte N08 , Ds1 , v112 + .byte W16 + .byte Ds2 + .byte W08 + .byte N16 , Dn2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Cn2 + .byte W24 + .byte PEND +bgm_casino_9_001: + .byte N08 , As1 , v112 + .byte W08 + .byte Gn1 + .byte W08 + .byte En1 + .byte W08 + .byte N16 , Cs1 + .byte W24 + .byte Cs2 + .byte W24 + .byte N08 , Cn2 + .byte W16 + .byte Gn1 + .byte W08 + .byte PEND +bgm_casino_9_002: + .byte N08 , Fn1 , v112 + .byte W16 + .byte Fn2 + .byte W08 + .byte Cn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte En2 + .byte W08 + .byte N16 , Fn2 + .byte W24 + .byte N08 , En2 + .byte W16 + .byte Ds2 + .byte W08 + .byte PEND +bgm_casino_9_003: + .byte N16 , Dn2 , v112 + .byte W24 + .byte Cn2 + .byte W24 + .byte As1 + .byte W24 + .byte Gs1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_casino_9_000 + .byte PATT + .word bgm_casino_9_001 +bgm_casino_9_004: + .byte N08 , Fn1 , v112 + .byte W16 + .byte Fn2 + .byte W08 + .byte N16 , En2 + .byte W24 + .byte Ds2 + .byte W24 + .byte Dn2 + .byte W24 + .byte PEND + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte Gs1 + .byte W08 + .byte N16 , Fn1 + .byte W24 + .byte As1 + .byte W24 + .byte Dn2 + .byte W24 + .byte PATT + .word bgm_casino_9_000 + .byte PATT + .word bgm_casino_9_001 + .byte PATT + .word bgm_casino_9_002 + .byte PATT + .word bgm_casino_9_003 + .byte PATT + .word bgm_casino_9_000 + .byte PATT + .word bgm_casino_9_001 + .byte PATT + .word bgm_casino_9_004 + .byte N08 , As1 , v112 + .byte W96 + .byte VOICE , 83 + .byte VOL , 27*bgm_casino_mvl/mxv + .byte W24 + .byte N24 , Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N16 , Dn4 + .byte W16 + .byte N24 , Ds4 + .byte W24 + .byte En4 + .byte W24 + .byte N08 , Fn4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N24 , Cn5 + .byte W24 + .byte As4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N16 , Gn4 + .byte W16 + .byte N24 , Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte N08 , As4 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte W24 + .byte N24 , Gs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N16 , Fn4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte W24 + .byte As4 + .byte W08 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N24 , Ds4 + .byte W24 + .byte W16 + .byte En4 + .byte W24 + .byte N08 , Ds4 + .byte W08 + .byte N16 , En4 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N08 , En4 + .byte W08 + .byte W24 + .byte N24 , Gs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N16 , Ds4 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Cs4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N16 , En4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte W24 + .byte N16 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Cs4 + .byte W08 + .byte N24 , Dn5 + .byte W24 + .byte N48 , Cn5 + .byte W48 + .byte N40 , As4 + .byte W40 + .byte N04 , Gn4 + .byte W08 + .byte N24 , Gs4 + .byte W24 + .byte Ds5 + .byte W24 + .byte Dn5 + .byte W24 + .byte Cn5 + .byte W24 + .byte N16 , Dn5 + .byte W16 + .byte N24 , Cn5 + .byte W24 + .byte N08 , Dn5 + .byte W08 + .byte N16 , As4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N64 , As4 + .byte W64 + .byte N08 , Dn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N48 , As4 + .byte W48 + .byte Cs5 + .byte W48 + .byte VOICE , 82 + .byte VOL , 30*bgm_casino_mvl/mxv + .byte PAN , c_v-64 + .byte BEND , c_v+0 + .byte N40 , Ds4 + .byte W40 + .byte N04 , Cn4 + .byte W08 + .byte Gn4 + .byte W24 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gn4 + .byte W16 + .byte Fs4 + .byte W08 + .byte Fn4 + .byte W16 + .byte En4 + .byte W08 + .byte Ds4 + .byte W16 + .byte Dn4 + .byte W08 + .byte Cn4 + .byte W16 + .byte Dn4 + .byte W08 + .byte N40 , As3 + .byte W40 + .byte N04 , Gn3 + .byte W08 + .byte Gs3 + .byte W16 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte N40 , Dn4 + .byte W40 + .byte N04 , Cn4 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte N40 , Gs3 + .byte W40 + .byte N04 , Fn3 + .byte W08 + .byte Gn3 + .byte W16 + .byte Gs3 + .byte W24 + .byte Fn3 + .byte W08 + .byte Gn3 + .byte W16 + .byte N32 , Gs3 + .byte W32 + .byte N12 , Cn4 + .byte W12 + .byte N04 , As3 + .byte W04 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte N16 , Gs3 + .byte W16 + .byte N04 , Fn3 + .byte W08 + .byte W16 + .byte N24 , Gn3 + .byte W32 + .byte N16 , Gs3 + .byte W24 + .byte N16 + .byte W24 + .byte An3 + .byte W24 + .byte N04 + .byte W16 + .byte N24 , As3 + .byte W32 + .byte Bn3 + .byte W24 + .byte W24 + .byte N16 , Gs3 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Gn4 + .byte W32 + .byte N16 , Gs3 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Gn4 + .byte W08 + .byte N16 , Cn5 + .byte W16 + .byte N04 , As4 , v092 + .byte W04 + .byte Cn5 + .byte W04 + .byte N16 , Fn4 , v112 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N24 , Dn4 + .byte W24 + .byte N16 , Gn3 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Fn4 + .byte W32 + .byte N16 , Gn3 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N24 , As4 + .byte W24 + .byte N04 , Gs4 , v088 + .byte W04 + .byte As4 + .byte W04 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N16 , As4 + .byte W16 + .byte N08 , Gs4 + .byte W08 + .byte Fs4 + .byte W16 + .byte N08 + .byte W32 + .byte N16 , Fn4 + .byte W16 + .byte N08 , Fs4 + .byte W08 + .byte N24 , As4 + .byte W24 + .byte N16 , Gs4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N16 , Fs4 + .byte W24 + .byte Dn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N72 , Fn4 + .byte W72 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Fn4 + .byte W08 + .byte N48 , As4 + .byte W72 + .byte N08 , Gn4 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte N08 , An4 + .byte W08 + .byte GOTO + .word bgm_casino_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_casino_10: + .byte KEYSH , bgm_casino_key+0 + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+16 + .byte VOL , 49*bgm_casino_mvl/mxv + .byte W06 +bgm_casino_10_B1: + .byte N08 , As3 , v112 + .byte W96 + .byte As2 + .byte W96 + .byte Cn3 + .byte W96 + .byte W16 + .byte N32 , Gs3 + .byte W32 + .byte N08 + .byte W24 + .byte N20 + .byte W24 + .byte N16 , As3 + .byte W24 + .byte N08 + .byte W16 + .byte N08 + .byte W24 + .byte As5 , v068 + .byte W32 + .byte VOICE , 56 + .byte W16 + .byte N08 , As3 , v112 + .byte W56 + .byte Ds3 + .byte W24 + .byte Cs4 + .byte W16 + .byte As3 + .byte W24 + .byte En3 + .byte W08 + .byte Gn3 + .byte W24 + .byte N24 , As3 + .byte W24 + .byte W16 + .byte N04 , Cn4 + .byte W32 + .byte N24 + .byte W48 + .byte N08 , Dn4 + .byte W16 + .byte Cn4 + .byte W24 + .byte As3 + .byte W08 + .byte N24 , Gs3 + .byte W24 + .byte N08 , An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N72 , As3 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 60 + .byte N04 + .byte W08 + .byte Cn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds3 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N02 , An3 , v064 + .byte W02 + .byte Gs3 , v068 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 , v064 + .byte W02 + .byte Fn3 , v068 + .byte W02 + .byte En3 + .byte W36 + .byte W02 + .byte N08 , Ds3 , v112 + .byte W24 + .byte N24 , Cs4 + .byte W24 + .byte N08 , As3 + .byte W16 + .byte Gn3 + .byte W08 + .byte N24 , As3 + .byte W24 + .byte N08 , Cs4 + .byte W16 + .byte Gn3 + .byte W08 + .byte W16 + .byte Ds4 + .byte W32 + .byte N24 , Cn4 + .byte W44 + .byte W02 + .byte Dn4 + .byte W02 + .byte W24 + .byte N04 , Cn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cn4 + .byte W06 + .byte As3 + .byte W10 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W06 + .byte Fn3 + .byte W10 + .byte N72 , Ds3 + .byte W72 + .byte N04 , Fn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte En3 + .byte W08 + .byte N16 , Cs3 + .byte W16 + .byte N08 , Gn3 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte VOICE , 56 + .byte W16 + .byte N04 , Cn4 + .byte W32 + .byte N16 + .byte W24 + .byte N20 + .byte W24 + .byte N08 , Dn4 + .byte W08 + .byte N02 , Cs4 , v064 + .byte W02 + .byte Cn4 , v068 + .byte W02 + .byte Bn3 + .byte W02 + .byte As3 , v064 + .byte W80 + .byte W02 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 1 + .byte N04 , Cn3 , v112 + .byte W96 + .byte W16 + .byte N04 + .byte W32 + .byte N16 + .byte W24 + .byte N04 , Bn2 + .byte W24 + .byte As2 + .byte W96 + .byte W16 + .byte N04 + .byte W32 + .byte N16 + .byte W24 + .byte N04 + .byte W24 + .byte Gs2 + .byte W96 + .byte W16 + .byte N04 + .byte W32 + .byte N16 + .byte W24 + .byte N04 + .byte W24 + .byte W16 + .byte N24 , Gn2 + .byte W32 + .byte N16 , Gs2 + .byte W24 + .byte N16 + .byte W24 + .byte An2 + .byte W24 + .byte N04 + .byte W16 + .byte N24 , As2 + .byte W32 + .byte Dn3 + .byte W24 + .byte N04 , Cn3 + .byte W08 + .byte Cn3 , v052 + .byte W08 + .byte Cn3 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W16 + .byte Cn3 , v112 + .byte W32 + .byte N16 + .byte W24 + .byte Bn2 + .byte W24 + .byte N04 , As2 + .byte W08 + .byte As2 , v048 + .byte W08 + .byte As2 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W16 + .byte As2 , v112 + .byte W32 + .byte N16 + .byte W24 + .byte N16 + .byte W24 +bgm_casino_10_000: + .byte N04 , Ds3 , v112 + .byte W08 + .byte Ds3 , v048 + .byte W08 + .byte Ds3 , v088 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte PEND + .byte N04 + .byte W16 + .byte Ds3 , v112 + .byte W32 + .byte N16 + .byte W24 + .byte N04 + .byte W24 + .byte PATT + .word bgm_casino_10_000 + .byte N04 , Dn3 , v088 + .byte W16 + .byte Dn3 , v112 + .byte W32 + .byte Dn3 , v088 + .byte W16 + .byte Dn3 , v112 + .byte W32 + .byte GOTO + .word bgm_casino_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_casino: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_casino_pri @ Priority + .byte bgm_casino_rev @ Reverb. + + .word bgm_casino_grp + + .word bgm_casino_1 + .word bgm_casino_2 + .word bgm_casino_3 + .word bgm_casino_4 + .word bgm_casino_5 + .word bgm_casino_6 + .word bgm_casino_7 + .word bgm_casino_8 + .word bgm_casino_9 + .word bgm_casino_10 + + .end diff --git a/sound/songs/bgm_con_fan.s b/sound/songs/bgm_con_fan.s new file mode 100644 index 000000000..4c37906fa --- /dev/null +++ b/sound/songs/bgm_con_fan.s @@ -0,0 +1,1215 @@ + .include "MPlayDef.s" + + .equ bgm_con_fan_grp, voicegroup_84483F0 + .equ bgm_con_fan_pri, 0 + .equ bgm_con_fan_rev, reverb_set+50 + .equ bgm_con_fan_mvl, 127 + .equ bgm_con_fan_key, 0 + .equ bgm_con_fan_tbs, 1 + .equ bgm_con_fan_exg, 0 + .equ bgm_con_fan_cmp, 1 + + .section .rodata + .global bgm_con_fan + .align 2 + +@********************** Track 1 **********************@ + +bgm_con_fan_1: + .byte KEYSH , bgm_con_fan_key+0 + .byte TEMPO , 148*bgm_con_fan_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 79*bgm_con_fan_mvl/mxv + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_con_fan_1_B1: +bgm_con_fan_1_000: + .byte N02 , Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v048 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v048 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v048 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v048 + .byte W08 + .byte PEND + .byte PATT + .word bgm_con_fan_1_000 + .byte PATT + .word bgm_con_fan_1_000 + .byte N02 , Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v048 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v048 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v048 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v036 + .byte W08 + .byte Gn5 , v056 + .byte W08 + .byte GOTO + .word bgm_con_fan_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_con_fan_2: + .byte KEYSH , bgm_con_fan_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-1 + .byte VOL , 100*bgm_con_fan_mvl/mxv + .byte W12 + .byte N06 , Fn3 , v088 + .byte W12 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W12 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W12 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N04 , Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte N06 , Fs3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W12 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W12 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N04 , Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N24 , An4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N09 + .byte W12 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte En4 + .byte W08 +bgm_con_fan_2_B1: + .byte VOICE , 24 + .byte PAN , c_v+16 + .byte VOL , 94*bgm_con_fan_mvl/mxv + .byte N04 , Fs4 , v052 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte An4 + .byte W24 + .byte VOICE , 73 + .byte N04 , Fs5 , v040 + .byte W08 + .byte Gn5 + .byte W08 + .byte Gs5 + .byte W08 + .byte An5 + .byte W08 + .byte Dn6 + .byte W08 + .byte Fs5 + .byte W08 + .byte N36 , An5 , v032 + .byte W12 + .byte MOD , 5 + .byte VOL , 94*bgm_con_fan_mvl/mxv + .byte W04 + .byte 88*bgm_con_fan_mvl/mxv + .byte W04 + .byte 81*bgm_con_fan_mvl/mxv + .byte W04 + .byte 77*bgm_con_fan_mvl/mxv + .byte W04 + .byte 74*bgm_con_fan_mvl/mxv + .byte W04 + .byte 94*bgm_con_fan_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte N04 , Bn5 + .byte W04 + .byte N08 , An5 + .byte W08 + .byte N48 , Gn5 + .byte W24 + .byte MOD , 5 + .byte VOL , 90*bgm_con_fan_mvl/mxv + .byte W04 + .byte 88*bgm_con_fan_mvl/mxv + .byte W04 + .byte 83*bgm_con_fan_mvl/mxv + .byte W04 + .byte 77*bgm_con_fan_mvl/mxv + .byte W04 + .byte 74*bgm_con_fan_mvl/mxv + .byte W04 + .byte 71*bgm_con_fan_mvl/mxv + .byte W04 + .byte VOICE , 24 + .byte MOD , 0 + .byte VOL , 94*bgm_con_fan_mvl/mxv + .byte N04 , En4 , v052 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W24 + .byte VOICE , 73 + .byte N04 , En5 , v040 + .byte W08 + .byte Fs5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte N36 , Dn5 + .byte W12 + .byte MOD , 5 + .byte VOL , 89*bgm_con_fan_mvl/mxv + .byte W04 + .byte 86*bgm_con_fan_mvl/mxv + .byte W04 + .byte 83*bgm_con_fan_mvl/mxv + .byte W04 + .byte 78*bgm_con_fan_mvl/mxv + .byte W04 + .byte 75*bgm_con_fan_mvl/mxv + .byte W04 + .byte 74*bgm_con_fan_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 94*bgm_con_fan_mvl/mxv + .byte N04 , Cs5 + .byte W04 + .byte N08 , Dn5 + .byte W08 + .byte N24 , En5 + .byte W24 + .byte N16 , Cn6 + .byte W16 + .byte N04 , As5 + .byte W08 + .byte GOTO + .word bgm_con_fan_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_con_fan_3: + .byte KEYSH , bgm_con_fan_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*bgm_con_fan_mvl/mxv + .byte N04 , Cn2 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N24 , Fn1 + .byte W36 + .byte N03 , Cn2 , v032 + .byte W06 + .byte Cn2 , v048 + .byte W06 + .byte N06 + .byte W12 + .byte Cn2 , v060 + .byte W12 + .byte N04 , Cn2 , v064 + .byte W08 + .byte Fn2 , v052 + .byte W08 + .byte Cn2 , v064 + .byte W08 + .byte N24 , Fs1 + .byte W36 + .byte N03 , Cs2 , v032 + .byte W06 + .byte Cs2 , v048 + .byte W06 + .byte N06 + .byte W12 + .byte Cs2 , v060 + .byte W12 + .byte N04 , Cs2 , v064 + .byte W08 + .byte Fs2 , v052 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte N06 , Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte N04 , Gn2 + .byte W08 + .byte Dn2 + .byte W08 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte N20 , An1 + .byte W48 + .byte N04 , En2 + .byte W12 + .byte N08 , An1 + .byte W12 + .byte N04 , An2 + .byte W08 + .byte En2 + .byte W08 + .byte An1 + .byte W08 +bgm_con_fan_3_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_con_fan_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_con_fan_4: + .byte KEYSH , bgm_con_fan_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 100*bgm_con_fan_mvl/mxv + .byte PAN , c_v+63 + .byte N02 , Fn4 , v040 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N32 + .byte W12 + .byte MOD , 5 + .byte W22 + .byte 0 + .byte W02 + .byte N02 + .byte W06 + .byte N02 + .byte W06 + .byte N04 + .byte W12 + .byte N04 + .byte W12 + .byte N04 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N32 , Fs4 + .byte W14 + .byte MOD , 5 + .byte W22 + .byte 0 + .byte N02 + .byte W06 + .byte N02 + .byte W08 + .byte N04 + .byte W10 + .byte N04 + .byte W12 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N24 , En4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte W12 + .byte N02 + .byte W06 + .byte N02 + .byte W06 + .byte N02 + .byte W12 + .byte N08 + .byte W12 + .byte N04 + .byte W08 + .byte Dn4 + .byte W08 + .byte An3 + .byte W08 +bgm_con_fan_4_B1: + .byte PAN , c_v-64 + .byte VOL , 69*bgm_con_fan_mvl/mxv + .byte N04 , Fs4 , v040 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte PAN , c_v+63 + .byte N04 , Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte PAN , c_v-64 + .byte N04 , En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte PAN , c_v+63 + .byte N04 , Cn4 + .byte W08 + .byte En4 + .byte W08 + .byte Gn4 + .byte W08 + .byte En4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte PAN , c_v-64 + .byte N04 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte PAN , c_v+63 + .byte N04 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte PAN , c_v-64 + .byte N04 , As3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte As4 + .byte W08 + .byte PAN , c_v+63 + .byte N04 , En4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte En5 + .byte W08 + .byte GOTO + .word bgm_con_fan_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_con_fan_5: + .byte KEYSH , bgm_con_fan_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 96*bgm_con_fan_mvl/mxv + .byte N02 , Cn2 , v064 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N72 , Fn1 , v072 + .byte W72 + .byte N04 , Cn1 , v064 + .byte W08 + .byte An1 + .byte W08 + .byte Fn2 + .byte W08 + .byte N30 , Fs1 , v072 + .byte W36 + .byte N03 , Fs1 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W12 + .byte N04 , Cs1 + .byte W08 + .byte As1 + .byte W08 + .byte Fs2 + .byte W08 + .byte N06 , Gn1 , v072 + .byte W12 + .byte Dn1 , v064 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte N04 + .byte W08 + .byte Gn1 + .byte W08 + .byte Bn1 + .byte W08 + .byte N24 , An1 , v072 + .byte W36 + .byte N03 , An1 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N09 + .byte W12 + .byte N04 + .byte W08 + .byte Bn1 + .byte W08 + .byte Cs2 + .byte W08 +bgm_con_fan_5_B1: + .byte VOL , 88*bgm_con_fan_mvl/mxv + .byte N08 , Dn2 , v072 + .byte W16 + .byte N04 , Dn2 , v056 + .byte W08 + .byte N08 , An1 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte N08 , Dn2 , v072 + .byte W16 + .byte N04 , Dn2 , v056 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N04 , As1 + .byte W08 + .byte Bn1 + .byte W08 + .byte N08 , Cn2 , v072 + .byte W16 + .byte N04 , Cn2 , v056 + .byte W08 + .byte N08 , An1 + .byte W16 + .byte N04 , Cn2 + .byte W08 + .byte N08 , Cn2 , v072 + .byte W16 + .byte N04 , Cn2 , v056 + .byte W08 + .byte N08 , Gn1 + .byte W08 + .byte N04 , An1 + .byte W08 + .byte As1 + .byte W08 + .byte N08 , Bn1 , v072 + .byte W16 + .byte N04 , Bn1 , v056 + .byte W08 + .byte N08 , Gn1 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte N08 , Bn1 , v072 + .byte W16 + .byte N04 , Bn1 , v056 + .byte W08 + .byte N08 , Gn1 + .byte W08 + .byte N04 , Gs1 + .byte W08 + .byte An1 + .byte W08 + .byte N08 , As1 , v072 + .byte W16 + .byte N04 , As1 , v056 + .byte W08 + .byte N08 , Fn1 + .byte W08 + .byte N04 , As1 + .byte W08 + .byte Fn1 + .byte W08 + .byte N08 , Cn2 , v072 + .byte W16 + .byte N04 , Cn2 , v056 + .byte W08 + .byte N08 , Gn1 + .byte W16 + .byte N04 , Cn2 + .byte W08 + .byte GOTO + .word bgm_con_fan_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_con_fan_6: + .byte KEYSH , bgm_con_fan_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 100*bgm_con_fan_mvl/mxv + .byte W12 + .byte N48 , An2 , v048 + .byte W96 + .byte An2 , v064 + .byte W96 + .byte N24 , An2 , v052 + .byte W24 + .byte Gn2 , v044 + .byte W24 + .byte An2 , v056 + .byte W24 + .byte Gn2 , v044 + .byte W24 + .byte N48 , An2 , v064 + .byte W96 +bgm_con_fan_6_B1: + .byte VOL , 77*bgm_con_fan_mvl/mxv + .byte N04 , Cn1 , v096 + .byte N48 , An2 + .byte W16 + .byte N04 , Cn1 , v080 + .byte W08 + .byte En1 , v096 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte Cn1 , v096 + .byte W16 + .byte En1 , v076 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v096 + .byte W16 + .byte En1 , v080 + .byte W08 +bgm_con_fan_6_000: + .byte N04 , Cn1 , v096 + .byte W16 + .byte Cn1 , v080 + .byte W08 + .byte En1 , v096 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte Cn1 , v096 + .byte W16 + .byte En1 , v076 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v096 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte PEND + .byte PATT + .word bgm_con_fan_6_000 + .byte N04 , Cn1 , v096 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte Cn1 , v084 + .byte W08 + .byte En1 , v096 + .byte W16 + .byte En1 , v088 + .byte W08 + .byte Cn1 , v096 + .byte W08 + .byte En1 , v084 + .byte W08 + .byte Cn1 , v088 + .byte W08 + .byte En1 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte GOTO + .word bgm_con_fan_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_con_fan_7: + .byte KEYSH , bgm_con_fan_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 100*bgm_con_fan_mvl/mxv + .byte PAN , c_v-62 + .byte N02 , An3 , v064 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N32 + .byte W12 + .byte MOD , 5 + .byte W22 + .byte 0 + .byte W02 + .byte N02 , An3 , v052 + .byte W06 + .byte N02 + .byte W06 + .byte N04 + .byte W12 + .byte N04 + .byte W12 + .byte N04 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte N32 , As3 + .byte W14 + .byte MOD , 5 + .byte W22 + .byte 0 + .byte N02 + .byte W06 + .byte N02 + .byte W08 + .byte N04 + .byte W10 + .byte N04 + .byte W12 + .byte N04 + .byte W08 + .byte Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N04 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N24 , An3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte W12 + .byte N02 + .byte W06 + .byte N02 + .byte W06 + .byte An2 + .byte W12 + .byte N08 + .byte W12 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte Cs3 + .byte W08 +bgm_con_fan_7_B1: + .byte PAN , c_v+0 + .byte VOL , 75*bgm_con_fan_mvl/mxv + .byte N04 , Fs3 , v052 + .byte W08 + .byte N12 , An3 + .byte W16 + .byte N12 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N60 , Dn4 + .byte W24 + .byte MOD , 5 + .byte W36 + .byte N04 , Cn4 + .byte W04 + .byte N08 , Dn4 + .byte W08 + .byte MOD , 0 + .byte N04 , Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cn3 + .byte W08 + .byte En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N12 , Gn3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N24 , Cn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N36 , As3 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N04 , An3 + .byte W04 + .byte N08 , As3 + .byte W08 + .byte N04 , Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N04 , Cn5 + .byte W08 + .byte GOTO + .word bgm_con_fan_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_con_fan_8: + .byte KEYSH , bgm_con_fan_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-16 + .byte VOL , 100*bgm_con_fan_mvl/mxv + .byte W12 + .byte N06 , An2 , v064 + .byte W12 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W12 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N04 , An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N06 , As2 + .byte W12 + .byte Fs2 + .byte W06 + .byte As2 + .byte W06 + .byte Cs3 + .byte W12 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N04 , As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N04 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N24 , Cs4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N09 + .byte W12 + .byte N04 + .byte W08 + .byte Bn3 + .byte W08 + .byte An3 + .byte W08 +bgm_con_fan_8_B1: + .byte VOICE , 24 + .byte VOL , 93*bgm_con_fan_mvl/mxv + .byte N04 , Dn4 , v052 + .byte W08 + .byte En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W24 + .byte VOICE , 73 + .byte N04 , An4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte An4 + .byte W08 + .byte N36 , Cn5 + .byte W36 + .byte N04 , Dn5 + .byte W04 + .byte N08 , Cn5 + .byte W08 + .byte N48 + .byte W48 + .byte VOICE , 24 + .byte N04 , Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W24 + .byte VOICE , 73 + .byte N04 , Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte Bn4 + .byte W08 + .byte N04 + .byte W08 + .byte An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N36 , Fn4 + .byte W36 + .byte N04 , En4 + .byte W04 + .byte N08 , Fn4 + .byte W08 + .byte N24 , Gn4 + .byte W24 + .byte N16 , Gn5 + .byte W16 + .byte N04 , En5 + .byte W08 + .byte GOTO + .word bgm_con_fan_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_con_fan: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_con_fan_pri @ Priority + .byte bgm_con_fan_rev @ Reverb. + + .word bgm_con_fan_grp + + .word bgm_con_fan_1 + .word bgm_con_fan_2 + .word bgm_con_fan_3 + .word bgm_con_fan_4 + .word bgm_con_fan_5 + .word bgm_con_fan_6 + .word bgm_con_fan_7 + .word bgm_con_fan_8 + + .end diff --git a/sound/songs/bgm_con_k.s b/sound/songs/bgm_con_k.s new file mode 100644 index 000000000..b5f13ec91 --- /dev/null +++ b/sound/songs/bgm_con_k.s @@ -0,0 +1,824 @@ + .include "MPlayDef.s" + + .equ bgm_con_k_grp, voicegroup_844ADF0 + .equ bgm_con_k_pri, 0 + .equ bgm_con_k_rev, reverb_set+50 + .equ bgm_con_k_mvl, 127 + .equ bgm_con_k_key, 0 + .equ bgm_con_k_tbs, 1 + .equ bgm_con_k_exg, 0 + .equ bgm_con_k_cmp, 1 + + .section .rodata + .global bgm_con_k + .align 2 + +@********************** Track 1 **********************@ + +bgm_con_k_1: + .byte KEYSH , bgm_con_k_key+0 + .byte TEMPO , 128*bgm_con_k_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte PAN , c_v+4 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 46*bgm_con_k_mvl/mxv + .byte W24 +bgm_con_k_1_B1: +bgm_con_k_1_000: + .byte N02 , Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte PEND +bgm_con_k_1_001: + .byte N02 , Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W04 + .byte Gn5 , v060 + .byte W04 + .byte Gn5 , v064 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N02 + .byte W08 + .byte PEND + .byte PATT + .word bgm_con_k_1_000 + .byte PATT + .word bgm_con_k_1_001 + .byte PATT + .word bgm_con_k_1_000 + .byte PATT + .word bgm_con_k_1_001 + .byte PATT + .word bgm_con_k_1_000 + .byte PATT + .word bgm_con_k_1_001 + .byte GOTO + .word bgm_con_k_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_con_k_2: + .byte KEYSH , bgm_con_k_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 57*bgm_con_k_mvl/mxv + .byte W24 +bgm_con_k_2_B1: + .byte N20 , Bn3 , v112 + .byte W24 + .byte N04 , As3 + .byte W16 + .byte Bn3 + .byte W08 + .byte N08 , Cs4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte N08 , Bn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte N08 + .byte W24 + .byte Gs3 + .byte W16 + .byte N04 , Ds4 + .byte W08 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Gs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , En3 + .byte W24 + .byte N08 + .byte W24 + .byte Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte N24 , Fs3 + .byte W24 + .byte N08 , Fn3 + .byte W16 + .byte Fs3 + .byte W08 + .byte Gs3 + .byte W24 + .byte N08 + .byte W24 + .byte N12 , Bn3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N08 , Cs4 + .byte W24 + .byte Bn3 + .byte W16 + .byte N04 , As3 + .byte W08 + .byte N08 , Fs3 + .byte W24 + .byte N08 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cs4 + .byte W24 + .byte En3 + .byte N24 , En4 + .byte W24 + .byte N08 , En3 + .byte N08 , Ds4 + .byte W16 + .byte Bn3 + .byte W08 + .byte Fs3 + .byte N08 , Cn4 + .byte W24 + .byte En3 + .byte N08 , Cs4 + .byte W24 + .byte N24 , Fs3 + .byte W24 + .byte N08 , Fn3 + .byte W16 + .byte Fs3 + .byte W08 + .byte Bn3 + .byte W24 + .byte N08 + .byte W24 + .byte GOTO + .word bgm_con_k_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_con_k_3: + .byte KEYSH , bgm_con_k_key+0 + .byte VOICE , 38 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_con_k_mvl/mxv + .byte BEND , c_v-48 + .byte N24 , Bn0 , v112 + .byte W04 + .byte BEND , c_v-32 + .byte W04 + .byte c_v-18 + .byte W04 + .byte c_v+0 + .byte W12 +bgm_con_k_3_B1: + .byte BEND , c_v+0 + .byte N32 , En1 , v112 + .byte W32 + .byte N08 , Ds1 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte N36 + .byte W40 + .byte N04 + .byte W08 +bgm_con_k_3_000: + .byte N32 , Ds1 , v112 + .byte W32 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Cs1 + .byte W08 + .byte N16 , Bn0 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , As0 + .byte W08 + .byte N04 , Bn0 + .byte W08 + .byte PEND +bgm_con_k_3_001: + .byte N32 , Cs1 , v112 + .byte W32 + .byte N04 , Cn1 + .byte W08 + .byte Cs1 + .byte W08 + .byte N16 , Fs1 + .byte W24 + .byte N08 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte Ds1 + .byte W08 + .byte PEND +bgm_con_k_3_002: + .byte N24 , Bn0 , v112 + .byte W24 + .byte N08 , As0 + .byte W16 + .byte N04 , Bn0 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte PEND + .byte N12 , En1 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , Ds1 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte N36 + .byte W40 + .byte N04 + .byte W08 + .byte PATT + .word bgm_con_k_3_000 + .byte PATT + .word bgm_con_k_3_001 + .byte PATT + .word bgm_con_k_3_002 + .byte GOTO + .word bgm_con_k_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_con_k_4: + .byte KEYSH , bgm_con_k_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+2 + .byte VOL , 50*bgm_con_k_mvl/mxv + .byte N24 , Fs3 , v112 + .byte W24 +bgm_con_k_4_B1: + .byte W16 + .byte N08 , Gs4 , v112 + .byte W08 + .byte N04 , As4 + .byte W04 + .byte N08 , As4 , v032 + .byte W12 + .byte N04 , Bn4 , v112 + .byte W08 + .byte N16 , As4 + .byte W16 + .byte N08 , As4 , v032 + .byte W08 + .byte N24 , Gs4 , v112 + .byte W24 + .byte N48 , Fs4 + .byte W24 + .byte VOL , 48*bgm_con_k_mvl/mxv + .byte MOD , 6 + .byte W01 + .byte VOL , 45*bgm_con_k_mvl/mxv + .byte W03 + .byte 43*bgm_con_k_mvl/mxv + .byte W01 + .byte 37*bgm_con_k_mvl/mxv + .byte W03 + .byte 36*bgm_con_k_mvl/mxv + .byte W01 + .byte 35*bgm_con_k_mvl/mxv + .byte W03 + .byte 28*bgm_con_k_mvl/mxv + .byte W01 + .byte 25*bgm_con_k_mvl/mxv + .byte W03 + .byte 20*bgm_con_k_mvl/mxv + .byte W01 + .byte 18*bgm_con_k_mvl/mxv + .byte W03 + .byte 16*bgm_con_k_mvl/mxv + .byte W01 + .byte 15*bgm_con_k_mvl/mxv + .byte W03 + .byte 49*bgm_con_k_mvl/mxv + .byte MOD , 0 + .byte N08 , Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W40 + .byte W16 + .byte En4 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte N08 , Fs4 , v032 + .byte W12 + .byte N04 , Gs4 , v112 + .byte W08 + .byte N08 , Fs4 + .byte W16 + .byte N32 , En4 + .byte W32 + .byte N48 , Ds4 + .byte W24 + .byte MOD , 7 + .byte VOL , 48*bgm_con_k_mvl/mxv + .byte W01 + .byte 45*bgm_con_k_mvl/mxv + .byte W03 + .byte 43*bgm_con_k_mvl/mxv + .byte W01 + .byte 37*bgm_con_k_mvl/mxv + .byte W03 + .byte 36*bgm_con_k_mvl/mxv + .byte W01 + .byte 35*bgm_con_k_mvl/mxv + .byte W03 + .byte 28*bgm_con_k_mvl/mxv + .byte W01 + .byte 25*bgm_con_k_mvl/mxv + .byte W03 + .byte 20*bgm_con_k_mvl/mxv + .byte W01 + .byte 18*bgm_con_k_mvl/mxv + .byte W03 + .byte 16*bgm_con_k_mvl/mxv + .byte W01 + .byte 15*bgm_con_k_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 49*bgm_con_k_mvl/mxv + .byte N08 , Fs4 + .byte W08 + .byte Fs4 , v032 + .byte W40 + .byte W16 + .byte N04 , Gs4 , v112 + .byte W08 + .byte N08 , As4 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte Cs5 + .byte W16 + .byte N08 , Bn4 + .byte W08 + .byte As4 + .byte W08 + .byte As4 , v032 + .byte W08 + .byte N04 , Bn4 , v112 + .byte W08 + .byte W16 + .byte As4 + .byte W08 + .byte N08 , Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W08 + .byte N04 , Cs5 , v112 + .byte W08 + .byte N08 , Ds5 , v100 + .byte W08 + .byte Ds5 , v032 + .byte W08 + .byte N04 , Bn4 , v096 + .byte W04 + .byte N08 , Bn4 , v032 + .byte W28 + .byte W16 + .byte En5 , v100 + .byte W08 + .byte N04 , Ds5 + .byte W04 + .byte N08 , Ds5 , v032 + .byte W12 + .byte N04 , Bn4 , v112 + .byte W08 + .byte Cn5 + .byte W04 + .byte N08 , Cn5 , v032 + .byte W20 + .byte N04 , Cs5 , v112 + .byte W04 + .byte N08 , Cs5 , v032 + .byte W20 + .byte Bn4 , v112 + .byte W08 + .byte Bn4 , v032 + .byte W88 + .byte GOTO + .word bgm_con_k_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_con_k_5: + .byte KEYSH , bgm_con_k_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-62 + .byte VOL , 46*bgm_con_k_mvl/mxv + .byte W24 +bgm_con_k_5_B1: + .byte N20 , En3 , v112 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W24 + .byte N08 + .byte W24 +bgm_con_k_5_000: + .byte N08 , As2 , v112 + .byte W24 + .byte N08 + .byte W24 + .byte An2 + .byte W24 + .byte N08 + .byte W24 + .byte PEND +bgm_con_k_5_001: + .byte N08 , Gs2 , v112 + .byte W24 + .byte N08 + .byte W24 + .byte As2 + .byte W24 + .byte N08 + .byte W24 + .byte PEND +bgm_con_k_5_002: + .byte N24 , An2 , v112 + .byte W24 + .byte N08 , Gs2 + .byte W16 + .byte An2 + .byte W08 + .byte Bn2 + .byte W24 + .byte N08 + .byte W24 + .byte PEND + .byte N12 , En3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W24 + .byte N08 + .byte W24 + .byte PATT + .word bgm_con_k_5_000 + .byte PATT + .word bgm_con_k_5_001 + .byte PATT + .word bgm_con_k_5_002 + .byte GOTO + .word bgm_con_k_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_con_k_6: + .byte KEYSH , bgm_con_k_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 45*bgm_con_k_mvl/mxv + .byte W24 +bgm_con_k_6_B1: + .byte N20 , Gs3 , v112 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , As3 + .byte W24 + .byte Gs3 + .byte W24 +bgm_con_k_6_000: + .byte N08 , Cs3 , v112 + .byte W24 + .byte N08 + .byte W24 + .byte Ds3 + .byte W24 + .byte N08 + .byte W24 + .byte PEND +bgm_con_k_6_001: + .byte N08 , Bn2 , v112 + .byte W24 + .byte N08 + .byte W24 + .byte Cs3 + .byte W24 + .byte N08 + .byte W24 + .byte PEND +bgm_con_k_6_002: + .byte N24 , Cs3 , v112 + .byte W24 + .byte N08 + .byte W16 + .byte N08 + .byte W08 + .byte Ds3 + .byte W24 + .byte N08 + .byte W24 + .byte PEND + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , As3 + .byte W24 + .byte Gs3 + .byte W24 + .byte PATT + .word bgm_con_k_6_000 + .byte PATT + .word bgm_con_k_6_001 + .byte PATT + .word bgm_con_k_6_002 + .byte GOTO + .word bgm_con_k_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_con_k_7: + .byte KEYSH , bgm_con_k_key+0 + .byte VOICE , 0 + .byte VOL , 70*bgm_con_k_mvl/mxv + .byte PAN , c_v+0 + .byte N04 , Dn1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte Cn1 + .byte W08 +bgm_con_k_7_B1: +bgm_con_k_7_000: + .byte N04 , Cn1 , v112 + .byte W24 + .byte Dn1 + .byte W16 + .byte Cn1 , v084 + .byte W08 + .byte Cn1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Dn1 + .byte W24 + .byte PEND +bgm_con_k_7_001: + .byte N04 , Cn1 , v112 + .byte W24 + .byte Dn1 + .byte W16 + .byte Cn1 , v084 + .byte W08 + .byte Cn1 , v112 + .byte W08 + .byte Dn1 , v088 + .byte W08 + .byte Cn1 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte Dn1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_con_k_7_000 + .byte N04 , Cn1 , v112 + .byte W24 + .byte Dn1 + .byte W16 + .byte Cn1 , v084 + .byte W08 + .byte Cn1 , v112 + .byte W08 + .byte Dn1 + .byte W08 + .byte Cn1 + .byte W08 + .byte N04 + .byte W16 + .byte Dn1 + .byte W08 + .byte PATT + .word bgm_con_k_7_000 + .byte PATT + .word bgm_con_k_7_001 + .byte PATT + .word bgm_con_k_7_000 + .byte N04 , Cn1 , v112 + .byte W24 + .byte Dn1 + .byte W16 + .byte Cn1 , v084 + .byte W08 + .byte Cn1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Dn1 + .byte W08 + .byte Cn1 , v088 + .byte W08 + .byte N04 + .byte W08 + .byte GOTO + .word bgm_con_k_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_con_k_8: + .byte KEYSH , bgm_con_k_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 34*bgm_con_k_mvl/mxv + .byte W24 +bgm_con_k_8_B1: + .byte W16 + .byte N08 , Gs4 , v112 + .byte W08 + .byte N04 , As4 + .byte W16 + .byte Bn4 + .byte W08 + .byte N16 , As4 + .byte W24 + .byte N24 , Gs4 + .byte W24 + .byte N48 , Fs4 + .byte W48 + .byte N08 , Bn4 + .byte W48 + .byte W16 + .byte En4 + .byte W08 + .byte N04 , Fs4 + .byte W16 + .byte Gs4 + .byte W08 + .byte N08 , Fs4 + .byte W16 + .byte N32 , En4 + .byte W32 + .byte N48 , Ds4 + .byte W48 + .byte N08 , Fs4 + .byte W16 + .byte BEND , c_v+1 + .byte W32 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte N08 , As4 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte Cs5 + .byte W16 + .byte N08 , Bn4 + .byte W08 + .byte As4 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte W16 + .byte As4 + .byte W08 + .byte N08 , Bn4 + .byte W16 + .byte N04 , Cs5 + .byte W08 + .byte N08 , Ds5 + .byte W16 + .byte N04 , Bn4 + .byte W32 + .byte W16 + .byte N08 , En5 + .byte W08 + .byte N04 , Ds5 + .byte W16 + .byte Bn4 + .byte W08 + .byte Cn5 + .byte W24 + .byte Cs5 + .byte W24 + .byte N08 , Bn4 + .byte W96 + .byte GOTO + .word bgm_con_k_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_con_k: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_con_k_pri @ Priority + .byte bgm_con_k_rev @ Reverb. + + .word bgm_con_k_grp + + .word bgm_con_k_1 + .word bgm_con_k_2 + .word bgm_con_k_3 + .word bgm_con_k_4 + .word bgm_con_k_5 + .word bgm_con_k_6 + .word bgm_con_k_7 + .word bgm_con_k_8 + + .end diff --git a/sound/songs/bgm_conlobby.s b/sound/songs/bgm_conlobby.s new file mode 100644 index 000000000..0de5e57db --- /dev/null +++ b/sound/songs/bgm_conlobby.s @@ -0,0 +1,1200 @@ + .include "MPlayDef.s" + + .equ bgm_conlobby_grp, voicegroup_844D1F0 + .equ bgm_conlobby_pri, 0 + .equ bgm_conlobby_rev, reverb_set+50 + .equ bgm_conlobby_mvl, 127 + .equ bgm_conlobby_key, 0 + .equ bgm_conlobby_tbs, 1 + .equ bgm_conlobby_exg, 0 + .equ bgm_conlobby_cmp, 1 + + .section .rodata + .global bgm_conlobby + .align 2 + +@********************** Track 1 **********************@ + +bgm_conlobby_1: + .byte KEYSH , bgm_conlobby_key+0 + .byte TEMPO , 128*bgm_conlobby_tbs/2 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_conlobby_mvl/mxv + .byte W96 + .byte W84 + .byte N12 , Ds3 , v112 + .byte W12 +bgm_conlobby_1_B1: + .byte N06 , En3 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , Gn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N42 , Dn4 + .byte W48 + .byte N06 + .byte W12 + .byte N18 , As3 + .byte W24 + .byte N06 , Fn4 + .byte W12 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N84 , En4 + .byte W84 + .byte N03 , Cn4 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Fn4 + .byte W18 + .byte N03 , En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N12 , Dn4 + .byte W12 + .byte Ds3 + .byte W12 + .byte N03 , En3 + .byte W06 + .byte En3 , v084 + .byte W06 + .byte N06 , En3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 , En3 + .byte W12 + .byte N06 , Fn3 + .byte W24 + .byte N03 , Gn3 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N03 , As3 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N03 , Cs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , As3 + .byte W24 + .byte N06 , Fn4 + .byte W12 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N36 , Gn4 + .byte W36 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N30 , En4 + .byte W30 + .byte N03 , Ds4 , v060 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 , v112 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Dn4 + .byte W24 + .byte N18 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N12 , Ds3 + .byte W12 + .byte GOTO + .word bgm_conlobby_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_conlobby_2: + .byte KEYSH , bgm_conlobby_key+0 + .byte VOICE , 58 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 60*bgm_conlobby_mvl/mxv + .byte W96 + .byte W84 + .byte N12 , Bn1 , v112 + .byte W12 +bgm_conlobby_2_B1: +bgm_conlobby_2_000: + .byte N06 , Cn2 , v112 + .byte W24 + .byte Gn1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Gn1 + .byte W24 + .byte PEND +bgm_conlobby_2_001: + .byte N06 , As1 , v112 + .byte W24 + .byte Fn1 + .byte W24 + .byte As1 + .byte W24 + .byte Fn1 + .byte W24 + .byte PEND +bgm_conlobby_2_002: + .byte N06 , An1 , v112 + .byte W24 + .byte En1 + .byte W24 + .byte An1 + .byte W24 + .byte En1 + .byte W24 + .byte PEND +bgm_conlobby_2_003: + .byte N06 , Gs1 , v112 + .byte W24 + .byte Ds1 + .byte W24 + .byte As1 + .byte W24 + .byte Fn1 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_conlobby_2_000 + .byte PATT + .word bgm_conlobby_2_001 + .byte PATT + .word bgm_conlobby_2_002 + .byte PATT + .word bgm_conlobby_2_003 + .byte PATT + .word bgm_conlobby_2_000 + .byte PATT + .word bgm_conlobby_2_001 + .byte PATT + .word bgm_conlobby_2_002 + .byte PATT + .word bgm_conlobby_2_003 + .byte PATT + .word bgm_conlobby_2_000 + .byte PATT + .word bgm_conlobby_2_001 + .byte PATT + .word bgm_conlobby_2_002 + .byte PATT + .word bgm_conlobby_2_003 + .byte GOTO + .word bgm_conlobby_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_conlobby_3: + .byte KEYSH , bgm_conlobby_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 33*bgm_conlobby_mvl/mxv + .byte W96 + .byte W96 +bgm_conlobby_3_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W90 + .byte N03 , En4 , v112 + .byte W03 + .byte Fn4 + .byte W03 + .byte N48 , Gn4 + .byte W60 + .byte N06 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N36 , En4 + .byte W36 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N48 , Cn4 + .byte W48 + .byte N06 , En4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte En4 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte En4 , v080 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v080 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Gs3 + .byte W12 + .byte N06 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 +bgm_conlobby_3_000: + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Gn4 + .byte W12 + .byte Gn3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte PEND + .byte PATT + .word bgm_conlobby_3_000 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte Gs2 + .byte W03 + .byte As2 + .byte W03 + .byte Cn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte N03 , Cn5 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte GOTO + .word bgm_conlobby_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_conlobby_4: + .byte KEYSH , bgm_conlobby_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 35*bgm_conlobby_mvl/mxv + .byte W96 + .byte W96 +bgm_conlobby_4_B1: +bgm_conlobby_4_000: + .byte N06 , Cn3 , v112 + .byte W12 + .byte N03 , Gn3 + .byte W03 + .byte En3 , v064 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W15 + .byte Gn3 , v112 + .byte W12 + .byte N06 , Cn3 + .byte W12 + .byte N03 , Gn3 + .byte W06 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte PEND +bgm_conlobby_4_001: + .byte N06 , As2 , v112 + .byte W12 + .byte N03 , Fn3 + .byte W03 + .byte En3 , v064 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W15 + .byte Fn3 , v112 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N03 , Fn3 + .byte W06 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte PEND +bgm_conlobby_4_002: + .byte N06 , An2 , v112 + .byte W12 + .byte N03 , En3 + .byte W03 + .byte Dn3 , v064 + .byte W03 + .byte Cn3 + .byte W03 + .byte An2 + .byte W15 + .byte En3 , v112 + .byte W12 + .byte N06 , An2 + .byte W12 + .byte N03 , En3 + .byte W24 + .byte N03 + .byte W12 + .byte PEND +bgm_conlobby_4_003: + .byte N06 , Gs2 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte Dn3 , v064 + .byte W03 + .byte Cn3 + .byte W03 + .byte As2 + .byte W15 + .byte Gs3 , v112 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N03 , Fn3 + .byte W06 + .byte N03 + .byte W18 + .byte As3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_conlobby_4_000 + .byte PATT + .word bgm_conlobby_4_001 + .byte PATT + .word bgm_conlobby_4_002 + .byte PATT + .word bgm_conlobby_4_003 + .byte PATT + .word bgm_conlobby_4_000 + .byte PATT + .word bgm_conlobby_4_001 + .byte PATT + .word bgm_conlobby_4_002 + .byte PATT + .word bgm_conlobby_4_003 + .byte PATT + .word bgm_conlobby_4_000 + .byte PATT + .word bgm_conlobby_4_001 + .byte N06 , An2 , v112 + .byte W12 + .byte N03 , En3 + .byte W03 + .byte Dn3 , v064 + .byte W03 + .byte Cn3 + .byte W03 + .byte An2 + .byte W15 + .byte En3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An2 + .byte W12 + .byte N03 , En3 + .byte W06 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte En3 + .byte W06 + .byte PATT + .word bgm_conlobby_4_003 + .byte GOTO + .word bgm_conlobby_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_conlobby_5: + .byte KEYSH , bgm_conlobby_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 33*bgm_conlobby_mvl/mxv + .byte W96 + .byte W96 +bgm_conlobby_5_B1: +bgm_conlobby_5_000: + .byte N06 , Gn2 , v112 + .byte W12 + .byte N03 , Cn4 + .byte W03 + .byte An3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte En3 + .byte W15 + .byte Cn4 , v112 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N03 , Cn4 + .byte W06 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte PEND +bgm_conlobby_5_001: + .byte N06 , Fn2 , v112 + .byte W12 + .byte N03 , As3 + .byte W03 + .byte An3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W15 + .byte As3 , v112 + .byte W12 + .byte N06 , Fn2 + .byte W12 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte PEND +bgm_conlobby_5_002: + .byte N06 , En2 , v112 + .byte W12 + .byte N03 , An3 + .byte W03 + .byte Gn3 , v064 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W15 + .byte An3 , v112 + .byte W12 + .byte N06 , En2 + .byte W12 + .byte N03 , An3 + .byte W24 + .byte N03 + .byte W12 + .byte PEND +bgm_conlobby_5_003: + .byte N06 , Ds2 , v112 + .byte W12 + .byte N03 , Gs3 + .byte W03 + .byte Gn3 , v064 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W15 + .byte Cn4 , v112 + .byte W12 + .byte N06 , Fn2 + .byte W12 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W18 + .byte Dn4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_conlobby_5_000 + .byte PATT + .word bgm_conlobby_5_001 + .byte PATT + .word bgm_conlobby_5_002 + .byte PATT + .word bgm_conlobby_5_003 + .byte PATT + .word bgm_conlobby_5_000 + .byte PATT + .word bgm_conlobby_5_001 + .byte PATT + .word bgm_conlobby_5_002 + .byte PATT + .word bgm_conlobby_5_003 + .byte PATT + .word bgm_conlobby_5_000 + .byte PATT + .word bgm_conlobby_5_001 + .byte N06 , En2 , v112 + .byte W12 + .byte N03 , An3 + .byte W03 + .byte Gn3 , v064 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W15 + .byte An3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En2 + .byte W12 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte En3 + .byte W06 + .byte Cn3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte PATT + .word bgm_conlobby_5_003 + .byte GOTO + .word bgm_conlobby_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_conlobby_6: + .byte KEYSH , bgm_conlobby_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 52*bgm_conlobby_mvl/mxv + .byte N03 , En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v100 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v060 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v112 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v060 + .byte W12 + .byte En1 , v100 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v044 + .byte W06 + .byte N03 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v112 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 +bgm_conlobby_6_B1: +bgm_conlobby_6_000: + .byte N03 , En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v100 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v060 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v112 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND +bgm_conlobby_6_001: + .byte N03 , En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v096 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v112 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND + .byte PATT + .word bgm_conlobby_6_000 + .byte PATT + .word bgm_conlobby_6_001 + .byte PATT + .word bgm_conlobby_6_000 +bgm_conlobby_6_002: + .byte N03 , En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v096 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte En1 , v044 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte En1 , v112 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND + .byte PATT + .word bgm_conlobby_6_000 + .byte PATT + .word bgm_conlobby_6_002 + .byte PATT + .word bgm_conlobby_6_000 + .byte PATT + .word bgm_conlobby_6_001 + .byte PATT + .word bgm_conlobby_6_000 + .byte PATT + .word bgm_conlobby_6_002 + .byte PATT + .word bgm_conlobby_6_000 + .byte PATT + .word bgm_conlobby_6_002 + .byte PATT + .word bgm_conlobby_6_000 + .byte PATT + .word bgm_conlobby_6_002 + .byte GOTO + .word bgm_conlobby_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_conlobby_7: + .byte KEYSH , bgm_conlobby_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_conlobby_mvl/mxv + .byte PAN , c_v-11 + .byte BEND , c_v+1 + .byte W96 + .byte W84 + .byte N12 , Bn1 , v112 + .byte W12 +bgm_conlobby_7_B1: +bgm_conlobby_7_000: + .byte N06 , Cn2 , v112 + .byte W24 + .byte Gn1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Gn1 + .byte W24 + .byte PEND +bgm_conlobby_7_001: + .byte N06 , As1 , v112 + .byte W24 + .byte Fn1 + .byte W24 + .byte As1 + .byte W24 + .byte Fn1 + .byte W24 + .byte PEND +bgm_conlobby_7_002: + .byte N06 , An1 , v112 + .byte W24 + .byte En1 + .byte W24 + .byte An1 + .byte W24 + .byte En1 + .byte W24 + .byte PEND +bgm_conlobby_7_003: + .byte N06 , Gs1 , v112 + .byte W24 + .byte Ds1 + .byte W24 + .byte As1 + .byte W24 + .byte Fn1 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_conlobby_7_000 + .byte PATT + .word bgm_conlobby_7_001 + .byte PATT + .word bgm_conlobby_7_002 + .byte PATT + .word bgm_conlobby_7_003 + .byte PATT + .word bgm_conlobby_7_000 + .byte PATT + .word bgm_conlobby_7_001 + .byte PATT + .word bgm_conlobby_7_002 + .byte PATT + .word bgm_conlobby_7_003 + .byte PATT + .word bgm_conlobby_7_000 + .byte PATT + .word bgm_conlobby_7_001 + .byte PATT + .word bgm_conlobby_7_002 + .byte PATT + .word bgm_conlobby_7_003 + .byte GOTO + .word bgm_conlobby_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_conlobby_8: + .byte KEYSH , bgm_conlobby_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-14 + .byte VOL , 28*bgm_conlobby_mvl/mxv + .byte W96 + .byte W84 + .byte N12 , Fs2 , v112 + .byte W12 +bgm_conlobby_8_B1: + .byte N06 , Gn2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte An2 + .byte W06 + .byte N24 , Cn3 + .byte W24 + .byte En3 + .byte W24 + .byte N42 , Fn3 + .byte W48 + .byte N06 + .byte W12 + .byte N18 , Dn3 + .byte W24 + .byte N06 , As3 + .byte W12 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N84 , Cn4 + .byte W84 + .byte N03 , Ds3 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Gs3 + .byte W18 + .byte N03 , Gn3 , v068 + .byte W03 + .byte Fs3 + .byte W03 + .byte N12 , Fn3 , v112 + .byte W12 + .byte Fn2 + .byte W12 + .byte N03 , Gn2 + .byte W06 + .byte Gn2 , v080 + .byte W06 + .byte N06 , Gn2 , v112 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 , Gn2 + .byte W12 + .byte N06 + .byte W24 + .byte N03 , Cn3 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N03 , Dn3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N03 , En3 + .byte W12 + .byte Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Dn3 + .byte W24 + .byte N06 , As3 + .byte W12 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , En4 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N30 , Cn4 + .byte W30 + .byte N03 , Bn3 , v060 + .byte W03 + .byte An3 + .byte W03 + .byte Ds3 , v112 + .byte W12 + .byte N21 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Fn3 + .byte W24 + .byte N18 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_conlobby_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_conlobby: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_conlobby_pri @ Priority + .byte bgm_conlobby_rev @ Reverb. + + .word bgm_conlobby_grp + + .word bgm_conlobby_1 + .word bgm_conlobby_2 + .word bgm_conlobby_3 + .word bgm_conlobby_4 + .word bgm_conlobby_5 + .word bgm_conlobby_6 + .word bgm_conlobby_7 + .word bgm_conlobby_8 + + .end diff --git a/sound/songs/bgm_contest0.s b/sound/songs/bgm_contest0.s new file mode 100644 index 000000000..f3b610234 --- /dev/null +++ b/sound/songs/bgm_contest0.s @@ -0,0 +1,3062 @@ + .include "MPlayDef.s" + + .equ bgm_contest0_grp, voicegroup_84489F0 + .equ bgm_contest0_pri, 0 + .equ bgm_contest0_rev, reverb_set+50 + .equ bgm_contest0_mvl, 127 + .equ bgm_contest0_key, 0 + .equ bgm_contest0_tbs, 1 + .equ bgm_contest0_exg, 0 + .equ bgm_contest0_cmp, 1 + + .section .rodata + .global bgm_contest0 + .align 2 + +@********************** Track 1 **********************@ + +bgm_contest0_1: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_1_B1: + .byte TEMPO , 128*bgm_contest0_tbs/2 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 66*bgm_contest0_mvl/mxv + .byte N06 , Fn4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v072 + .byte W03 + .byte N06 , Fn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , Fn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 , Ds4 , v096 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 , v092 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte N18 , Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N32 , Cn4 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N06 + .byte W12 + .byte N18 , Gs3 + .byte W24 + .byte N06 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N78 , Dn4 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte VOL , 57*bgm_contest0_mvl/mxv + .byte W05 + .byte 51*bgm_contest0_mvl/mxv + .byte W07 + .byte 47*bgm_contest0_mvl/mxv + .byte W05 + .byte 41*bgm_contest0_mvl/mxv + .byte W07 + .byte 36*bgm_contest0_mvl/mxv + .byte W05 + .byte 29*bgm_contest0_mvl/mxv + .byte W07 + .byte 22*bgm_contest0_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 19*bgm_contest0_mvl/mxv + .byte W06 + .byte 66*bgm_contest0_mvl/mxv + .byte N04 , Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N18 , Gs4 + .byte W18 + .byte N03 , Gn4 , v064 + .byte W03 + .byte Fs4 + .byte W03 + .byte N06 , Fn4 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Cs3 + .byte W06 + .byte Dn3 + .byte W12 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte N18 , Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte N03 , Gs3 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N03 , Bn3 + .byte W12 + .byte Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Gs3 + .byte W24 + .byte N06 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N78 , Fn4 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte VOL , 58*bgm_contest0_mvl/mxv + .byte W05 + .byte 51*bgm_contest0_mvl/mxv + .byte W07 + .byte 46*bgm_contest0_mvl/mxv + .byte W05 + .byte 40*bgm_contest0_mvl/mxv + .byte W07 + .byte 36*bgm_contest0_mvl/mxv + .byte W05 + .byte 30*bgm_contest0_mvl/mxv + .byte W07 + .byte 27*bgm_contest0_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 66*bgm_contest0_mvl/mxv + .byte N03 , Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte N32 , Fn4 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 + .byte W24 + .byte Ds4 + .byte W24 + .byte VOICE , 17 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte 24 + .byte W48 + .byte VOL , 51*bgm_contest0_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W18 + .byte N03 , Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte GOTO + .word bgm_contest0_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_contest0_2: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_2_B1: + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 88*bgm_contest0_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Ds1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte N18 , Ds1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds2 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Dn2 + .byte W24 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte Dn2 + .byte W06 + .byte N18 , Dn1 + .byte W18 + .byte N06 , Gn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte Gn2 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte N18 , Cn1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Cn2 + .byte W12 + .byte Fn2 + .byte W06 + .byte Fn1 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W12 + .byte N06 , Cn2 + .byte W12 + .byte As1 + .byte W12 + .byte An1 + .byte W06 + .byte As1 + .byte W24 + .byte N06 + .byte W24 + .byte Gs1 + .byte W24 + .byte N06 + .byte W24 + .byte Gn1 + .byte W24 + .byte N06 + .byte W24 + .byte Fs1 + .byte W36 + .byte Gs1 + .byte W12 + .byte As1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte As1 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , Fs2 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte Gs1 + .byte W12 + .byte Gn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte GOTO + .word bgm_contest0_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_contest0_3: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_3_B1: + .byte VOICE , 60 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 40*bgm_contest0_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 62*bgm_contest0_mvl/mxv + .byte W48 + .byte N06 , As3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Dn4 + .byte W36 + .byte N06 , Fs3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte VOICE , 17 + .byte VOL , 39*bgm_contest0_mvl/mxv + .byte N04 , Dn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte En5 + .byte W08 + .byte N42 , Fn5 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N04 + .byte W08 + .byte Gn5 + .byte W08 + .byte Fn5 + .byte W08 + .byte N36 , Cn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , An4 + .byte W06 + .byte Cn5 + .byte W06 + .byte An5 + .byte W12 + .byte N06 + .byte W06 + .byte Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fs5 + .byte W12 + .byte N36 , Fn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N24 , Ds5 + .byte W24 + .byte N12 , Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte TIE , Gn5 + .byte W24 + .byte MOD , 5 + .byte W48 + .byte W48 + .byte EOT + .byte MOD , 0 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Ds5 + .byte W12 + .byte Dn5 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte Fn5 + .byte W12 + .byte Gn5 + .byte W06 + .byte As5 + .byte W12 + .byte N06 + .byte W06 + .byte An5 + .byte W12 + .byte N06 + .byte W06 + .byte Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte An5 + .byte W06 + .byte Gs5 + .byte W06 + .byte An5 + .byte W06 + .byte As5 + .byte W12 + .byte N06 + .byte W12 + .byte Cn6 + .byte W12 + .byte N06 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_contest0_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_contest0_4: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_4_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 36*bgm_contest0_mvl/mxv + .byte N06 , Fn2 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , An3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 , Gn3 , v096 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte As2 + .byte W03 + .byte An2 + .byte W03 + .byte Gn2 , v092 + .byte W03 + .byte N06 , Dn2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Ds2 + .byte W06 + .byte N18 , Fn2 + .byte W24 + .byte As2 + .byte W24 + .byte N06 , Gs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte N32 , Gs2 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N06 + .byte W12 + .byte N18 , Ds2 + .byte W24 + .byte N06 , Gs2 + .byte W12 + .byte As2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N36 , Dn3 + .byte W36 + .byte N06 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte N36 , As3 + .byte W36 + .byte N04 , As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Ds2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N03 , Ds4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Cn2 + .byte W03 + .byte Fn3 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W12 + .byte N06 + .byte W24 + .byte As3 + .byte W12 + .byte N03 , Fn3 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W12 + .byte N06 + .byte W24 + .byte Gs3 + .byte W12 + .byte N03 , Gn3 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W12 + .byte N06 + .byte W24 + .byte As3 + .byte W12 + .byte N32 , Cs3 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W06 + .byte N24 , Fn3 + .byte W22 + .byte Ds3 + .byte W24 +bgm_contest0_4_000: + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_contest0_4_001: + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Fn3 , v096 + .byte W12 + .byte Ds3 , v112 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Gs3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte PEND +bgm_contest0_4_002: + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , As3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , As3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte PATT + .word bgm_contest0_4_000 + .byte PATT + .word bgm_contest0_4_001 + .byte PATT + .word bgm_contest0_4_002 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , As3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , As3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , An3 + .byte W12 + .byte Gn3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte As2 + .byte W06 + .byte Fs2 + .byte W06 + .byte As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Dn4 + .byte W03 + .byte As3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte As2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte As1 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte As2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte Gs1 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gs2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte As1 + .byte W03 + .byte Gn1 + .byte W03 + .byte As1 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Fs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte As1 + .byte W03 + .byte Fs1 + .byte W03 + .byte As1 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fs2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte GOTO + .word bgm_contest0_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_contest0_5: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_5_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 36*bgm_contest0_mvl/mxv + .byte N06 , Cn4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Dn4 , v076 + .byte W03 + .byte Cn4 , v096 + .byte W03 + .byte Dn4 , v076 + .byte W03 + .byte Cn4 , v096 + .byte W03 + .byte Dn4 , v076 + .byte W03 + .byte Cn4 , v096 + .byte W03 + .byte Dn4 , v072 + .byte W03 + .byte N06 , Cn4 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , Fn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 , Ds4 , v096 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 , v092 + .byte W03 + .byte N06 , As2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Cn3 + .byte W06 + .byte N18 , Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N06 , Ds3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N36 , Ds3 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N06 + .byte W12 + .byte N18 , Cn3 + .byte W24 + .byte N06 + .byte W12 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N36 , Fn3 + .byte W36 + .byte N06 , As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Dn4 + .byte W36 + .byte N04 , Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N03 , Gs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Dn4 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W12 + .byte N06 + .byte W24 + .byte Fn4 + .byte W12 + .byte N03 , Cn4 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn4 + .byte W12 + .byte N06 + .byte W24 + .byte Ds4 + .byte W12 + .byte N03 , Fn4 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N32 , As3 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Cn4 + .byte W24 + .byte N24 + .byte W24 +bgm_contest0_5_000: + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_contest0_5_001: + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Ds4 , v096 + .byte W12 + .byte Dn4 , v112 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte PEND +bgm_contest0_5_002: + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Ds4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn3 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte PATT + .word bgm_contest0_5_000 + .byte PATT + .word bgm_contest0_5_001 + .byte PATT + .word bgm_contest0_5_002 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Ds4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , Cn4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Cn4 + .byte W12 + .byte Dn4 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte As4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte As3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte As2 + .byte W03 + .byte Fn2 + .byte W03 + .byte As2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte As4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gs2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte As3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Gn2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Fs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fs2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fs4 + .byte W03 + .byte As4 + .byte W03 + .byte GOTO + .word bgm_contest0_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_contest0_6: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_6_B1: + .byte VOICE , 0 + .byte VOL , 77*bgm_contest0_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , En1 , v112 + .byte N48 , An2 , v092 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte N24 , An2 + .byte W48 +bgm_contest0_6_000: + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte N48 , An2 + .byte W48 + .byte PEND + .byte N06 , En1 + .byte W12 + .byte En1 , v092 + .byte W24 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W12 + .byte N06 , En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_contest0_6_000 + .byte N06 , En1 , v112 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 +bgm_contest0_6_001: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 , v088 + .byte W06 + .byte PATT + .word bgm_contest0_6_001 +bgm_contest0_6_002: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v092 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_contest0_6_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte PATT + .word bgm_contest0_6_001 + .byte PATT + .word bgm_contest0_6_002 +bgm_contest0_6_003: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte PEND + .byte PATT + .word bgm_contest0_6_003 + .byte PATT + .word bgm_contest0_6_003 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W12 + .byte Dn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W12 + .byte Dn1 , v084 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte GOTO + .word bgm_contest0_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_contest0_7: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_7_B1: + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 66*bgm_contest0_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte An1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N24 , Cn3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , As1 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N24 , As1 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N06 , As1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N21 , Gn2 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Dn1 + .byte W12 + .byte VOICE , 83 + .byte VOL , 38*bgm_contest0_mvl/mxv + .byte BEND , c_v+1 + .byte N04 , Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte N42 , Fn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N36 , Cn4 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N36 , Fn4 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte TIE , Gn4 + .byte W24 + .byte MOD , 5 + .byte W48 + .byte W48 + .byte EOT + .byte MOD , 0 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 + .byte W06 + .byte VOL , 44*bgm_contest0_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W24 + .byte GOTO + .word bgm_contest0_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_contest0_8: + .byte KEYSH , bgm_contest0_key+0 +bgm_contest0_8_B1: + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 44*bgm_contest0_mvl/mxv + .byte N06 , An3 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v072 + .byte W03 + .byte N06 , An3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte An2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , An3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 , Gn3 , v084 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte As2 + .byte W03 + .byte An2 + .byte W03 + .byte Gn2 + .byte W03 + .byte N06 , Fn2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N18 , As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N32 , Gs3 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N06 + .byte W12 + .byte N18 , Ds3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N78 , Fn3 + .byte W84 + .byte N04 , As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gs2 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N18 , Cn4 + .byte W18 + .byte N03 , Bn3 , v084 + .byte W03 + .byte As3 , v072 + .byte W03 + .byte N06 , An3 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N06 , En2 + .byte W06 + .byte Fn2 + .byte W12 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N18 , As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N03 , Cn3 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N02 , Dn3 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Cn3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N78 , As3 + .byte W84 + .byte N32 , Fs3 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Gs3 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 73 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 24 + .byte W12 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte N06 + .byte W12 + .byte Cn4 + .byte W06 + .byte As3 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte Dn4 + .byte W06 + .byte As3 + .byte W12 + .byte Fs3 + .byte W18 + .byte Gs3 + .byte W12 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W30 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N18 , Ds4 + .byte W18 + .byte N03 , Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte GOTO + .word bgm_contest0_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_contest0: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_contest0_pri @ Priority + .byte bgm_contest0_rev @ Reverb. + + .word bgm_contest0_grp + + .word bgm_contest0_1 + .word bgm_contest0_2 + .word bgm_contest0_3 + .word bgm_contest0_4 + .word bgm_contest0_5 + .word bgm_contest0_6 + .word bgm_contest0_7 + .word bgm_contest0_8 + + .end diff --git a/sound/songs/bgm_cycling.s b/sound/songs/bgm_cycling.s new file mode 100644 index 000000000..87605f57a --- /dev/null +++ b/sound/songs/bgm_cycling.s @@ -0,0 +1,4651 @@ + .include "MPlayDef.s" + + .equ bgm_cycling_grp, voicegroup_843B844 + .equ bgm_cycling_pri, 0 + .equ bgm_cycling_rev, reverb_set+50 + .equ bgm_cycling_mvl, 127 + .equ bgm_cycling_key, 0 + .equ bgm_cycling_tbs, 1 + .equ bgm_cycling_exg, 0 + .equ bgm_cycling_cmp, 1 + + .section .rodata + .global bgm_cycling + .align 2 + +@********************** Track 1 **********************@ + +bgm_cycling_1: + .byte KEYSH , bgm_cycling_key+0 + .byte TEMPO , 138*bgm_cycling_tbs/2 + .byte VOICE , 47 + .byte PAN , c_v-32 + .byte VOL , 68*bgm_cycling_mvl/mxv + .byte LFOS , 44 + .byte W96 +bgm_cycling_1_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 47 + .byte W84 + .byte N06 , An2 , v096 + .byte W12 + .byte N92 , Dn2 + .byte W24 + .byte VOL , 65*bgm_cycling_mvl/mxv + .byte W02 + .byte 60*bgm_cycling_mvl/mxv + .byte W03 + .byte 58*bgm_cycling_mvl/mxv + .byte W03 + .byte 54*bgm_cycling_mvl/mxv + .byte W04 + .byte 51*bgm_cycling_mvl/mxv + .byte W02 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 44*bgm_cycling_mvl/mxv + .byte W03 + .byte 39*bgm_cycling_mvl/mxv + .byte W04 + .byte 37*bgm_cycling_mvl/mxv + .byte W02 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 30*bgm_cycling_mvl/mxv + .byte W03 + .byte 26*bgm_cycling_mvl/mxv + .byte W04 + .byte 23*bgm_cycling_mvl/mxv + .byte W02 + .byte 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 14*bgm_cycling_mvl/mxv + .byte W04 + .byte 11*bgm_cycling_mvl/mxv + .byte W02 + .byte 8*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W03 + .byte 3*bgm_cycling_mvl/mxv + .byte W04 + .byte 2*bgm_cycling_mvl/mxv + .byte W12 + .byte VOICE , 9 + .byte PAN , c_v-63 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte N48 , En5 , v064 + .byte W12 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 39*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 19*bgm_cycling_mvl/mxv + .byte W04 + .byte 17*bgm_cycling_mvl/mxv + .byte W02 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 6*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte PAN , c_v+63 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte N48 , Ds5 + .byte W12 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 39*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 19*bgm_cycling_mvl/mxv + .byte W04 + .byte 17*bgm_cycling_mvl/mxv + .byte W02 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 6*bgm_cycling_mvl/mxv + .byte W07 + .byte VOICE , 47 + .byte PAN , c_v-32 + .byte VOL , 68*bgm_cycling_mvl/mxv + .byte N36 , Gn2 , v096 + .byte W24 + .byte VOL , 65*bgm_cycling_mvl/mxv + .byte W02 + .byte 60*bgm_cycling_mvl/mxv + .byte W03 + .byte 53*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W01 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 68*bgm_cycling_mvl/mxv + .byte N06 , Bn1 + .byte W12 + .byte Bn2 + .byte W12 + .byte N36 , Gn2 + .byte W21 + .byte VOL , 67*bgm_cycling_mvl/mxv + .byte W03 + .byte 58*bgm_cycling_mvl/mxv + .byte W02 + .byte 53*bgm_cycling_mvl/mxv + .byte W03 + .byte 49*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W04 + .byte 68*bgm_cycling_mvl/mxv + .byte N48 , An2 + .byte W24 + .byte VOL , 67*bgm_cycling_mvl/mxv + .byte W02 + .byte 62*bgm_cycling_mvl/mxv + .byte W03 + .byte 56*bgm_cycling_mvl/mxv + .byte W03 + .byte 51*bgm_cycling_mvl/mxv + .byte W04 + .byte 43*bgm_cycling_mvl/mxv + .byte W02 + .byte 39*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W04 + .byte 68*bgm_cycling_mvl/mxv + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte N92 , Cs2 + .byte W24 + .byte VOL , 67*bgm_cycling_mvl/mxv + .byte W02 + .byte 64*bgm_cycling_mvl/mxv + .byte W06 + .byte 60*bgm_cycling_mvl/mxv + .byte W06 + .byte 59*bgm_cycling_mvl/mxv + .byte W03 + .byte 56*bgm_cycling_mvl/mxv + .byte W03 + .byte 55*bgm_cycling_mvl/mxv + .byte W04 + .byte 51*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 40*bgm_cycling_mvl/mxv + .byte W06 + .byte 38*bgm_cycling_mvl/mxv + .byte W03 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W04 + .byte 30*bgm_cycling_mvl/mxv + .byte W02 + .byte 26*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 21*bgm_cycling_mvl/mxv + .byte W04 + .byte 17*bgm_cycling_mvl/mxv + .byte W02 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 13*bgm_cycling_mvl/mxv + .byte W07 + .byte VOICE , 9 + .byte PAN , c_v-63 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte N48 , Dn5 , v064 + .byte W12 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 39*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 19*bgm_cycling_mvl/mxv + .byte W04 + .byte 17*bgm_cycling_mvl/mxv + .byte W02 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 6*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte PAN , c_v+63 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte N48 , Cs5 + .byte W12 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 39*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 19*bgm_cycling_mvl/mxv + .byte W04 + .byte 17*bgm_cycling_mvl/mxv + .byte W02 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 6*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte N72 , Cn5 + .byte W12 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 39*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 19*bgm_cycling_mvl/mxv + .byte W04 + .byte 17*bgm_cycling_mvl/mxv + .byte W02 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 6*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte 6*bgm_cycling_mvl/mxv + .byte W24 + .byte VOICE , 46 + .byte PAN , c_v-32 + .byte VOL , 68*bgm_cycling_mvl/mxv + .byte N03 , An3 , v112 + .byte W03 + .byte Cn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte An4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte An5 + .byte W03 + .byte Cn6 + .byte W03 + .byte VOICE , 35 + .byte PAN , c_v+0 + .byte VOL , 83*bgm_cycling_mvl/mxv + .byte N09 , Gn1 + .byte W09 + .byte N06 , Gn1 , v036 + .byte W24 + .byte W03 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte N18 , Gn1 + .byte W24 + .byte N06 + .byte W12 +bgm_cycling_1_000: + .byte N09 , Gn1 , v112 + .byte W09 + .byte N06 , Gn1 , v036 + .byte W24 + .byte W03 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte N21 , Gn1 + .byte W24 + .byte N06 , En1 + .byte W12 + .byte PEND + .byte N09 , Fs1 + .byte W09 + .byte N06 , Fs1 , v036 + .byte W24 + .byte W03 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte Cs1 , v112 + .byte W12 + .byte N18 , Fs1 + .byte W24 + .byte N06 , An1 + .byte W12 + .byte N09 , Bn1 + .byte W09 + .byte N06 , Bn1 , v036 + .byte W24 + .byte W03 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W12 + .byte N21 , Bn1 + .byte W24 + .byte N06 , As1 + .byte W12 + .byte N09 , Gn1 + .byte W09 + .byte N06 , Gn1 , v036 + .byte W24 + .byte W03 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte N18 , Gn1 + .byte W18 + .byte N06 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W12 + .byte PATT + .word bgm_cycling_1_000 + .byte N09 , Fs1 , v112 + .byte W09 + .byte N06 , Fs1 , v036 + .byte W24 + .byte W03 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte Cs1 , v112 + .byte W06 + .byte Cs1 , v036 + .byte W06 + .byte N18 , Fs1 , v112 + .byte W18 + .byte N06 , Fs1 , v036 + .byte W06 + .byte As1 , v112 + .byte W12 + .byte N09 , Bn1 + .byte W09 + .byte N06 , Bn1 , v036 + .byte W24 + .byte W03 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte N21 , Bn1 , v112 + .byte W24 + .byte N06 , As1 + .byte W06 + .byte As1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W12 + .byte Gn1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Gn1 , v112 + .byte W12 + .byte Gn1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Gs1 , v112 + .byte W12 + .byte Gs1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Gs1 , v112 + .byte W12 + .byte Gs1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte VOICE , 48 + .byte VOL , 68*bgm_cycling_mvl/mxv + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v096 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v096 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v096 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v096 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte GOTO + .word bgm_cycling_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_cycling_2: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte VOL , 80*bgm_cycling_mvl/mxv + .byte PAN , c_v+32 + .byte BENDR , 12 + .byte W48 + .byte N06 , Gn4 , v028 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 , v032 + .byte W06 + .byte Bn4 , v040 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 , v044 + .byte W06 + .byte En5 + .byte W06 +bgm_cycling_2_B1: + .byte PAN , c_v-16 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W06 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v032 + .byte W06 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W06 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte VOICE , 48 + .byte N06 , Fs4 , v096 + .byte W06 + .byte N03 , En4 , v084 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , Dn4 , v092 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Bn3 , v092 + .byte W06 + .byte Bn3 , v032 + .byte W06 + .byte An3 , v092 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W06 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte N06 , Bn1 , v112 + .byte W06 + .byte Bn1 , v032 + .byte W06 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte N06 , En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W06 + .byte N03 , Ds4 , v112 + .byte W06 + .byte Ds4 , v032 + .byte W06 + .byte N06 , Bn1 , v112 + .byte W06 + .byte Bn1 , v032 + .byte W06 + .byte N03 , Ds4 , v112 + .byte W06 + .byte Ds4 , v032 + .byte W06 + .byte N06 , En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W06 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte N06 , Bn1 , v112 + .byte W06 + .byte Bn1 , v032 + .byte W06 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte En4 + .byte W12 + .byte N06 , An2 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte N06 , En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W06 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte N06 , An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte N06 , En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W06 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte N06 , An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte N03 , Ds4 , v112 + .byte W06 + .byte Ds4 , v032 + .byte W06 + .byte N06 , En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W06 + .byte N03 , Ds4 , v112 + .byte W06 + .byte Ds4 , v032 + .byte W06 + .byte N09 , En4 , v096 + .byte W09 + .byte N03 , Ds4 , v080 + .byte W03 + .byte N12 , Dn4 , v096 + .byte W12 + .byte N06 , En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 1 + .byte PAN , c_v-32 + .byte VOL , 50*bgm_cycling_mvl/mxv + .byte N09 , Gn3 + .byte W12 + .byte N03 , Gn3 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Gn3 , v112 + .byte W12 + .byte N03 , Gn3 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Gn3 , v112 + .byte W12 + .byte N03 , Gn3 , v064 + .byte W12 + .byte N09 , Cs4 , v112 + .byte W12 + .byte N03 , Cs4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Cs4 , v112 + .byte W12 + .byte N03 , Cs4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , An3 , v112 + .byte W12 + .byte N03 , Cs4 , v064 + .byte W12 + .byte N09 , An3 , v112 + .byte W12 + .byte N03 , An3 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , An3 , v112 + .byte W12 + .byte N03 , An3 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , An3 , v112 + .byte W12 + .byte N03 , An3 , v064 + .byte W12 + .byte N09 , An3 , v112 + .byte W12 + .byte N03 , An3 , v064 + .byte W12 + .byte Gs3 + .byte W12 + .byte N09 , Gs3 , v112 + .byte W12 + .byte N03 , Gn3 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte N24 , Bn4 + .byte W24 + .byte Cs5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N72 , Bn5 + .byte W24 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N06 , Cs6 + .byte W12 + .byte N04 , Bn5 + .byte W04 + .byte Cs6 + .byte W04 + .byte Bn5 + .byte W04 + .byte N12 , An5 + .byte W12 + .byte N06 , Gn5 + .byte W12 + .byte An5 + .byte W06 + .byte An5 , v040 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte An5 , v040 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W09 + .byte N03 , Bn5 + .byte W03 + .byte N12 , Cn6 + .byte W12 + .byte N06 , Bn5 + .byte W12 + .byte An5 + .byte W12 + .byte N12 + .byte W12 + .byte N04 , Gn5 + .byte W04 + .byte An5 + .byte W04 + .byte Gn5 + .byte W04 + .byte N06 , Fs5 + .byte W12 + .byte En5 + .byte W12 + .byte Ds5 + .byte W12 + .byte En5 + .byte W12 + .byte Fs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte An5 + .byte W06 + .byte An5 , v040 + .byte W06 + .byte Dn5 , v112 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte An5 + .byte W06 + .byte An5 , v040 + .byte W06 + .byte An5 , v112 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Bn5 , v040 + .byte W06 + .byte Dn5 , v112 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Bn5 , v040 + .byte W06 + .byte Cs6 , v112 + .byte W06 + .byte Bn5 + .byte W06 + .byte An5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N72 , An5 + .byte W60 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N09 , Gn5 + .byte W12 + .byte N03 , An5 + .byte W12 + .byte VOICE , 48 + .byte W96 + .byte GOTO + .word bgm_cycling_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_cycling_3: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte W84 + .byte N12 , An1 , v108 + .byte W12 +bgm_cycling_3_B1: + .byte VOICE , 45 + .byte PAN , c_v+27 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte W12 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W18 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W18 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W18 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W06 + .byte W12 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W18 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W54 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte VOICE , 48 + .byte N03 , An3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOICE , 45 + .byte W12 + .byte N06 , Gn4 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W54 + .byte W12 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W18 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v032 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte W12 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W18 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte VOICE , 48 + .byte N03 , An3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte VOICE , 60 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte PAN , c_v+16 + .byte N06 , Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte N36 , Fs3 + .byte W24 + .byte MOD , 4 + .byte VOL , 52*bgm_cycling_mvl/mxv + .byte MOD , 4 + .byte W02 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 47*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 52*bgm_cycling_mvl/mxv + .byte N06 , En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N36 , Fs3 + .byte W24 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte W02 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W07 + .byte 53*bgm_cycling_mvl/mxv + .byte N09 , Dn3 + .byte W09 + .byte N03 , Gs3 + .byte W03 + .byte N36 , An3 + .byte W24 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte N12 , Fs3 + .byte W12 + .byte N72 , Gn3 , v108 + .byte W24 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 52*bgm_cycling_mvl/mxv + .byte W03 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 49*bgm_cycling_mvl/mxv + .byte W04 + .byte 48*bgm_cycling_mvl/mxv + .byte W02 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W09 + .byte 44*bgm_cycling_mvl/mxv + .byte W03 + .byte 43*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 42*bgm_cycling_mvl/mxv + .byte W02 + .byte 41*bgm_cycling_mvl/mxv + .byte W06 + .byte 40*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte N12 , Fs3 , v104 + .byte W12 + .byte En3 + .byte W12 + .byte N48 , Bn3 , v112 + .byte W24 + .byte MOD , 7 + .byte VOL , 48*bgm_cycling_mvl/mxv + .byte W02 + .byte 43*bgm_cycling_mvl/mxv + .byte W03 + .byte 39*bgm_cycling_mvl/mxv + .byte W03 + .byte 36*bgm_cycling_mvl/mxv + .byte W04 + .byte 34*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 26*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W04 + .byte 52*bgm_cycling_mvl/mxv + .byte MOD , 0 + .byte N44 , Bn2 , v108 + .byte W24 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 47*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 45*bgm_cycling_mvl/mxv + .byte W02 + .byte 42*bgm_cycling_mvl/mxv + .byte W03 + .byte 39*bgm_cycling_mvl/mxv + .byte W03 + .byte 38*bgm_cycling_mvl/mxv + .byte W01 + .byte N03 , As2 , v112 + .byte W03 + .byte MOD , 0 + .byte VOL , 52*bgm_cycling_mvl/mxv + .byte N06 , An2 + .byte W24 + .byte Bn2 + .byte W24 + .byte N36 , Dn3 + .byte W24 + .byte MOD , 4 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte W02 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 43*bgm_cycling_mvl/mxv + .byte W03 + .byte 40*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 39*bgm_cycling_mvl/mxv + .byte N06 , Cs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte N36 , Cs3 + .byte W24 + .byte MOD , 3 + .byte VOL , 49*bgm_cycling_mvl/mxv + .byte W02 + .byte 47*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte N12 , Bn2 + .byte W12 + .byte N36 , An2 + .byte W24 + .byte MOD , 3 + .byte W12 + .byte N12 , Fn3 + .byte W03 + .byte MOD , 0 + .byte W09 + .byte TIE , Fs3 + .byte W24 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte MOD , 2 + .byte W02 + .byte VOL , 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 47*bgm_cycling_mvl/mxv + .byte W03 + .byte 44*bgm_cycling_mvl/mxv + .byte W04 + .byte 43*bgm_cycling_mvl/mxv + .byte W05 + .byte 41*bgm_cycling_mvl/mxv + .byte W03 + .byte 39*bgm_cycling_mvl/mxv + .byte W06 + .byte 36*bgm_cycling_mvl/mxv + .byte W03 + .byte 35*bgm_cycling_mvl/mxv + .byte W03 + .byte 34*bgm_cycling_mvl/mxv + .byte W04 + .byte 33*bgm_cycling_mvl/mxv + .byte W02 + .byte 32*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W06 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W06 + .byte 26*bgm_cycling_mvl/mxv + .byte W06 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte 24*bgm_cycling_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 22*bgm_cycling_mvl/mxv + .byte W07 + .byte 21*bgm_cycling_mvl/mxv + .byte W02 + .byte 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 20*bgm_cycling_mvl/mxv + .byte W07 + .byte 19*bgm_cycling_mvl/mxv + .byte W02 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 17*bgm_cycling_mvl/mxv + .byte W07 + .byte 16*bgm_cycling_mvl/mxv + .byte W02 + .byte 14*bgm_cycling_mvl/mxv + .byte W06 + .byte 14*bgm_cycling_mvl/mxv + .byte W04 + .byte 13*bgm_cycling_mvl/mxv + .byte W02 + .byte 12*bgm_cycling_mvl/mxv + .byte W03 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 10*bgm_cycling_mvl/mxv + .byte W04 + .byte 9*bgm_cycling_mvl/mxv + .byte W02 + .byte 9*bgm_cycling_mvl/mxv + .byte W03 + .byte 8*bgm_cycling_mvl/mxv + .byte W04 + .byte 4*bgm_cycling_mvl/mxv + .byte W03 + .byte EOT + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte MOD , 0 + .byte W24 + .byte VOICE , 56 + .byte PAN , c_v+25 + .byte VOL , 63*bgm_cycling_mvl/mxv + .byte N09 , Dn4 + .byte W12 + .byte N03 , Dn4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Dn4 , v112 + .byte W12 + .byte N03 , Dn4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Bn3 , v112 + .byte W12 + .byte N03 , Dn4 + .byte W12 + .byte N09 , En4 + .byte W12 + .byte N03 , En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , En4 , v112 + .byte W12 + .byte N03 , En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Cs4 , v112 + .byte W12 + .byte N03 , En4 + .byte W12 + .byte N09 , Fs4 + .byte W12 + .byte N03 , Fs4 , v064 + .byte W12 + .byte Fn4 + .byte W12 + .byte N09 , Fn4 , v112 + .byte W12 + .byte N03 , En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Cs4 , v112 + .byte W12 + .byte N03 , En4 + .byte W12 + .byte N09 , Fs4 + .byte W12 + .byte N03 , En4 , v064 + .byte W12 + .byte Fs4 + .byte W12 + .byte N09 , Fs4 , v112 + .byte W12 + .byte N03 , Fs4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N09 , Dn4 , v112 + .byte W12 + .byte N03 , Fs4 + .byte W12 + .byte VOICE , 56 + .byte VOL , 66*bgm_cycling_mvl/mxv + .byte N06 , Gn3 + .byte W12 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte N06 + .byte W06 + .byte MOD , 1 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N12 , En4 + .byte W12 + .byte N03 , Dn4 , v084 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , En4 , v112 + .byte W12 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte N36 , An4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte VOL , 65*bgm_cycling_mvl/mxv + .byte W02 + .byte 58*bgm_cycling_mvl/mxv + .byte W01 + .byte 62*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W01 + .byte 60*bgm_cycling_mvl/mxv + .byte W02 + .byte 40*bgm_cycling_mvl/mxv + .byte W01 + .byte 58*bgm_cycling_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 66*bgm_cycling_mvl/mxv + .byte N12 , Gn4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W09 + .byte N03 , Gs4 + .byte W03 + .byte N12 , An4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte VOICE , 46 + .byte PAN , c_v-48 + .byte N03 , Ds4 + .byte W03 + .byte Fs4 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , An4 + .byte W03 + .byte PAN , c_v+16 + .byte N03 , Bn4 + .byte W03 + .byte Ds5 + .byte W03 + .byte PAN , c_v+36 + .byte N03 , Fs5 + .byte W03 + .byte PAN , c_v+44 + .byte N03 , An5 + .byte W03 + .byte Bn5 + .byte W03 + .byte W96 + .byte W96 + .byte VOICE , 45 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte PAN , c_v+30 + .byte W12 + .byte N06 , En4 + .byte W06 + .byte En4 , v032 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte W12 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W18 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte VOICE , 48 + .byte VOL , 60*bgm_cycling_mvl/mxv + .byte N06 , Gn4 , v040 + .byte W06 + .byte Fs4 , v044 + .byte W06 + .byte Gn4 , v048 + .byte W06 + .byte An4 , v052 + .byte W06 + .byte VOL , 65*bgm_cycling_mvl/mxv + .byte N06 , Bn4 , v056 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 , v060 + .byte W06 + .byte En5 + .byte W06 + .byte GOTO + .word bgm_cycling_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_cycling_4: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte PAN , c_v+0 + .byte VOL , 41*bgm_cycling_mvl/mxv + .byte BENDR , 12 + .byte N06 , Cs2 , v096 + .byte W06 + .byte Bn1 , v080 + .byte W06 + .byte Cs2 , v084 + .byte W06 + .byte Dn2 + .byte W06 + .byte En2 , v088 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 , v092 + .byte W06 + .byte An2 , v096 + .byte W06 + .byte PAN , c_v-42 + .byte VOL , 29*bgm_cycling_mvl/mxv + .byte N06 , Bn2 + .byte W06 + .byte An2 , v100 + .byte W06 + .byte Bn2 , v104 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 , v108 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 +bgm_cycling_4_B1: + .byte VOL , 68*bgm_cycling_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 +bgm_cycling_4_000: + .byte W36 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W24 + .byte 7 + .byte W12 + .byte PEND + .byte W12 + .byte 0 + .byte W84 + .byte W96 + .byte W96 + .byte PATT + .word bgm_cycling_4_000 + .byte W12 + .byte MOD , 0 + .byte W60 + .byte VOICE , 73 + .byte PAN , c_v-16 + .byte VOL , 79*bgm_cycling_mvl/mxv + .byte W12 + .byte N12 , An3 , v112 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte Gn4 , v112 + .byte W12 + .byte Gn4 , v032 + .byte W09 + .byte N03 , As4 , v092 + .byte W03 + .byte N48 , An4 , v112 + .byte W24 + .byte MOD , 7 + .byte VOL , 74*bgm_cycling_mvl/mxv + .byte W02 + .byte 68*bgm_cycling_mvl/mxv + .byte W03 + .byte 65*bgm_cycling_mvl/mxv + .byte W03 + .byte 58*bgm_cycling_mvl/mxv + .byte W04 + .byte 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 47*bgm_cycling_mvl/mxv + .byte W03 + .byte 44*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 79*bgm_cycling_mvl/mxv + .byte N12 , An4 , v032 + .byte W12 + .byte N06 , Fs4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W09 + .byte N03 , Ds5 , v080 + .byte W03 + .byte N12 , Dn5 , v112 + .byte W12 + .byte N06 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W09 + .byte N03 , Fn4 , v072 + .byte W03 + .byte N96 , En4 , v112 + .byte W48 + .byte MOD , 5 + .byte VOL , 77*bgm_cycling_mvl/mxv + .byte W02 + .byte 73*bgm_cycling_mvl/mxv + .byte W03 + .byte 70*bgm_cycling_mvl/mxv + .byte W03 + .byte 68*bgm_cycling_mvl/mxv + .byte W04 + .byte 66*bgm_cycling_mvl/mxv + .byte W02 + .byte 63*bgm_cycling_mvl/mxv + .byte W03 + .byte 60*bgm_cycling_mvl/mxv + .byte W03 + .byte 55*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 43*bgm_cycling_mvl/mxv + .byte W04 + .byte 40*bgm_cycling_mvl/mxv + .byte W02 + .byte 38*bgm_cycling_mvl/mxv + .byte W03 + .byte 35*bgm_cycling_mvl/mxv + .byte W03 + .byte 33*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W96 + .byte VOL , 79*bgm_cycling_mvl/mxv + .byte N06 + .byte W12 + .byte En4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte N48 , Gn4 , v112 + .byte W24 + .byte MOD , 5 + .byte VOL , 77*bgm_cycling_mvl/mxv + .byte W02 + .byte 73*bgm_cycling_mvl/mxv + .byte W03 + .byte 69*bgm_cycling_mvl/mxv + .byte W03 + .byte 61*bgm_cycling_mvl/mxv + .byte W04 + .byte 58*bgm_cycling_mvl/mxv + .byte W02 + .byte 52*bgm_cycling_mvl/mxv + .byte W03 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 79*bgm_cycling_mvl/mxv + .byte N12 , Gn4 , v032 + .byte W12 + .byte N06 , En4 , v112 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W06 + .byte N03 , Ds5 , v064 + .byte W03 + .byte Dn5 , v068 + .byte W03 + .byte N09 , Cs5 , v104 + .byte W09 + .byte N03 , Cn5 , v080 + .byte W03 + .byte N12 , Bn4 , v112 + .byte W12 + .byte N06 , Cs5 , v100 + .byte W12 + .byte En5 , v108 + .byte W12 + .byte TIE , Fs5 , v112 + .byte W48 + .byte MOD , 3 + .byte VOL , 69*bgm_cycling_mvl/mxv + .byte W02 + .byte 66*bgm_cycling_mvl/mxv + .byte W03 + .byte 63*bgm_cycling_mvl/mxv + .byte W03 + .byte 62*bgm_cycling_mvl/mxv + .byte W04 + .byte 58*bgm_cycling_mvl/mxv + .byte W02 + .byte 55*bgm_cycling_mvl/mxv + .byte W03 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 48*bgm_cycling_mvl/mxv + .byte W04 + .byte 46*bgm_cycling_mvl/mxv + .byte W02 + .byte 43*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W03 + .byte 39*bgm_cycling_mvl/mxv + .byte W04 + .byte 36*bgm_cycling_mvl/mxv + .byte W02 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W04 + .byte 28*bgm_cycling_mvl/mxv + .byte W02 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 21*bgm_cycling_mvl/mxv + .byte W04 + .byte 19*bgm_cycling_mvl/mxv + .byte W02 + .byte 19*bgm_cycling_mvl/mxv + .byte W03 + .byte 16*bgm_cycling_mvl/mxv + .byte W03 + .byte 15*bgm_cycling_mvl/mxv + .byte W04 + .byte 14*bgm_cycling_mvl/mxv + .byte W02 + .byte 13*bgm_cycling_mvl/mxv + .byte W03 + .byte 11*bgm_cycling_mvl/mxv + .byte W07 + .byte 10*bgm_cycling_mvl/mxv + .byte W02 + .byte 9*bgm_cycling_mvl/mxv + .byte W06 + .byte 9*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 7*bgm_cycling_mvl/mxv + .byte W02 + .byte 6*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W03 + .byte 3*bgm_cycling_mvl/mxv + .byte W01 + .byte 6*bgm_cycling_mvl/mxv + .byte W06 + .byte 6*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W03 + .byte EOT + .byte W24 + .byte VOL , 72*bgm_cycling_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte N06 , Cs2 , v060 + .byte W06 + .byte Bn1 , v064 + .byte W06 + .byte Cs2 , v068 + .byte W06 + .byte Dn2 , v072 + .byte W06 + .byte En2 , v076 + .byte W06 + .byte Fs2 , v080 + .byte W06 + .byte Gn2 , v084 + .byte W06 + .byte An2 , v088 + .byte W06 + .byte Bn2 , v092 + .byte W06 + .byte An2 , v096 + .byte W06 + .byte Bn2 , v100 + .byte W06 + .byte Cs3 , v104 + .byte W06 + .byte Dn3 , v108 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte GOTO + .word bgm_cycling_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_cycling_5: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 63*bgm_cycling_mvl/mxv + .byte N06 , An2 , v096 + .byte W06 + .byte Gn2 , v080 + .byte W06 + .byte An2 , v084 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cs3 , v088 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 , v092 + .byte W06 + .byte Fs3 , v096 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fs3 , v100 + .byte W06 + .byte Gn3 , v104 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 , v108 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 +bgm_cycling_5_B1: + .byte PAN , c_v+0 + .byte VOL , 68*bgm_cycling_mvl/mxv + .byte N06 , Fs4 , v112 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte Gn4 , v112 + .byte W12 + .byte Gn4 , v032 + .byte W12 + .byte N48 , An4 , v112 + .byte W24 + .byte VOL , 60*bgm_cycling_mvl/mxv + .byte W02 + .byte 58*bgm_cycling_mvl/mxv + .byte W03 + .byte 55*bgm_cycling_mvl/mxv + .byte W03 + .byte 54*bgm_cycling_mvl/mxv + .byte W04 + .byte 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 47*bgm_cycling_mvl/mxv + .byte W01 + .byte MOD , 3 + .byte W02 + .byte VOL , 41*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 41*bgm_cycling_mvl/mxv + .byte N12 , An4 , v032 + .byte W02 + .byte VOL , 36*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W03 + .byte 26*bgm_cycling_mvl/mxv + .byte W01 + .byte VOICE , 48 + .byte W03 + .byte VOL , 68*bgm_cycling_mvl/mxv + .byte N06 , Fs4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Dn5 , v104 + .byte W06 + .byte N03 , Bn4 , v096 + .byte W03 + .byte As4 + .byte W03 + .byte N06 , An4 , v100 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte N96 , En4 , v112 + .byte W48 + .byte VOL , 62*bgm_cycling_mvl/mxv + .byte W03 + .byte 60*bgm_cycling_mvl/mxv + .byte W02 + .byte 58*bgm_cycling_mvl/mxv + .byte W03 + .byte 55*bgm_cycling_mvl/mxv + .byte W04 + .byte 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 44*bgm_cycling_mvl/mxv + .byte W04 + .byte 42*bgm_cycling_mvl/mxv + .byte W02 + .byte 37*bgm_cycling_mvl/mxv + .byte W03 + .byte 35*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 3 + .byte VOL , 29*bgm_cycling_mvl/mxv + .byte W02 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 22*bgm_cycling_mvl/mxv + .byte W03 + .byte 20*bgm_cycling_mvl/mxv + .byte W01 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 17*bgm_cycling_mvl/mxv + .byte W48 + .byte 68*bgm_cycling_mvl/mxv + .byte W12 + .byte N06 , Fs4 , v104 + .byte W06 + .byte N03 , Gn4 , v096 + .byte W03 + .byte Gs4 , v100 + .byte W03 + .byte N12 , An4 , v104 + .byte W12 + .byte N06 , Gn4 , v108 + .byte W06 + .byte Fs4 , v100 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte N48 , Gn4 , v112 + .byte W24 + .byte W03 + .byte VOL , 62*bgm_cycling_mvl/mxv + .byte W05 + .byte 61*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 3 + .byte VOL , 60*bgm_cycling_mvl/mxv + .byte W02 + .byte 58*bgm_cycling_mvl/mxv + .byte W03 + .byte 56*bgm_cycling_mvl/mxv + .byte W03 + .byte 54*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte N12 , Gn4 , v032 + .byte W02 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 49*bgm_cycling_mvl/mxv + .byte W03 + .byte 48*bgm_cycling_mvl/mxv + .byte W04 + .byte 68*bgm_cycling_mvl/mxv + .byte N06 , En4 , v112 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N09 , Cs5 , v092 + .byte W09 + .byte N03 , Cn5 , v076 + .byte W03 + .byte N12 , Bn4 , v096 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte En5 + .byte W12 + .byte N96 , An4 , v112 + .byte W48 + .byte VOL , 62*bgm_cycling_mvl/mxv + .byte W03 + .byte 60*bgm_cycling_mvl/mxv + .byte W02 + .byte 58*bgm_cycling_mvl/mxv + .byte W03 + .byte 55*bgm_cycling_mvl/mxv + .byte W04 + .byte 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 44*bgm_cycling_mvl/mxv + .byte W04 + .byte 42*bgm_cycling_mvl/mxv + .byte W02 + .byte 37*bgm_cycling_mvl/mxv + .byte W03 + .byte 35*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 3 + .byte VOL , 29*bgm_cycling_mvl/mxv + .byte W02 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 22*bgm_cycling_mvl/mxv + .byte W03 + .byte 20*bgm_cycling_mvl/mxv + .byte W01 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte N12 , An4 , v032 + .byte W96 + .byte PAN , c_v-23 + .byte VOL , 45*bgm_cycling_mvl/mxv + .byte N03 , Dn4 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte PAN , c_v+0 + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte N24 , Bn4 + .byte W24 + .byte Cs5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N72 , An5 + .byte W24 + .byte W24 + .byte VOL , 48*bgm_cycling_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 43*bgm_cycling_mvl/mxv + .byte W03 + .byte 39*bgm_cycling_mvl/mxv + .byte W03 + .byte 37*bgm_cycling_mvl/mxv + .byte W04 + .byte 34*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 26*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 51*bgm_cycling_mvl/mxv + .byte N04 , Gn5 , v108 + .byte W04 + .byte An5 + .byte W04 + .byte Gn5 , v104 + .byte W04 + .byte Fs5 , v100 + .byte W04 + .byte Gn5 , v096 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 , v092 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 , v088 + .byte W04 + .byte Dn5 , v084 + .byte W04 + .byte En5 , v080 + .byte W04 + .byte Dn5 , v076 + .byte W04 + .byte N06 , Cs5 , v112 + .byte W12 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W12 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W12 + .byte N06 + .byte W06 + .byte Dn5 + .byte W06 + .byte N24 , En5 + .byte W24 + .byte N08 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N06 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte N24 , Bn3 + .byte W24 + .byte Cs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N72 , Bn4 + .byte W24 + .byte W36 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Cs5 + .byte W12 + .byte N04 , Bn4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte N12 , An4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W12 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W09 + .byte N03 , Bn4 + .byte W03 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte N12 + .byte W12 + .byte N04 , Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte N06 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Bn3 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Bn4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N72 , An4 + .byte W48 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N09 , Gn4 + .byte W12 + .byte N03 , An4 + .byte W12 + .byte N06 , An2 , v064 + .byte W06 + .byte Gn2 , v072 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 , v076 + .byte W06 + .byte Cs3 , v080 + .byte W06 + .byte Dn3 , v084 + .byte W06 + .byte En3 , v088 + .byte W06 + .byte Fs3 , v092 + .byte W06 + .byte Gn3 , v096 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 , v100 + .byte W06 + .byte An3 , v104 + .byte W06 + .byte Bn3 , v108 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte GOTO + .word bgm_cycling_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_cycling_6: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 4 + .byte xIECL , 4 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W96 +bgm_cycling_6_B1: + .byte VOICE , 81 + .byte PAN , c_v-61 + .byte VOL , 17*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fs2 , v112 + .byte W05 + .byte VOL , 18*bgm_cycling_mvl/mxv + .byte W07 + .byte 21*bgm_cycling_mvl/mxv + .byte N24 , Dn3 , v104 + .byte W05 + .byte VOL , 22*bgm_cycling_mvl/mxv + .byte W07 + .byte 25*bgm_cycling_mvl/mxv + .byte W05 + .byte 27*bgm_cycling_mvl/mxv + .byte W07 + .byte 28*bgm_cycling_mvl/mxv + .byte N12 , An2 , v100 + .byte W05 + .byte VOL , 31*bgm_cycling_mvl/mxv + .byte W07 + .byte VOICE , 84 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte N03 , Fs3 , v092 + .byte W12 + .byte VOL , 38*bgm_cycling_mvl/mxv + .byte N06 , Dn5 , v112 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W12 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W12 + .byte VOICE , 81 + .byte N24 , Dn3 , v100 + .byte W12 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W12 + .byte N24 , Cs3 , v096 + .byte W24 + .byte Bn2 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte VOICE , 84 + .byte VOL , 39*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Gn3 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , Gn4 + .byte W12 + .byte VOL , 39*bgm_cycling_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 37*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W04 + .byte 26*bgm_cycling_mvl/mxv + .byte W02 + .byte 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 15*bgm_cycling_mvl/mxv + .byte W04 + .byte 40*bgm_cycling_mvl/mxv + .byte MOD , 0 + .byte N06 , Ds3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , Fs4 + .byte W12 + .byte MOD , 7 + .byte W03 + .byte VOL , 37*bgm_cycling_mvl/mxv + .byte W02 + .byte 33*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W04 + .byte 23*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte W02 + .byte VOL , 17*bgm_cycling_mvl/mxv + .byte W04 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 40*bgm_cycling_mvl/mxv + .byte N06 , Dn3 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte N03 , Fs3 , v112 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte VOICE , 81 + .byte N06 , An2 , v092 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Cs3 , v088 + .byte W12 + .byte VOL , 38*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , An2 , v096 + .byte W09 + .byte VOICE , 84 + .byte W03 + .byte N06 , Bn4 , v080 + .byte W06 + .byte An4 , v084 + .byte W06 + .byte N04 , Bn4 , v092 + .byte W04 + .byte Cs5 + .byte W04 + .byte Dn5 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte Fs5 + .byte W04 + .byte Gn5 + .byte W04 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , An5 + .byte W06 + .byte An5 , v032 + .byte W06 + .byte VOICE , 81 + .byte N24 , En3 , v112 + .byte W24 + .byte Cs3 + .byte W24 + .byte An2 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte VOICE , 84 + .byte VOL , 38*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Fs3 , v096 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , Fs4 + .byte W12 + .byte VOL , 39*bgm_cycling_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 37*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W04 + .byte 26*bgm_cycling_mvl/mxv + .byte W02 + .byte 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 15*bgm_cycling_mvl/mxv + .byte W04 + .byte 40*bgm_cycling_mvl/mxv + .byte MOD , 0 + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , En4 + .byte W12 + .byte MOD , 7 + .byte W03 + .byte VOL , 37*bgm_cycling_mvl/mxv + .byte W02 + .byte 33*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W04 + .byte 23*bgm_cycling_mvl/mxv + .byte W02 + .byte 17*bgm_cycling_mvl/mxv + .byte W04 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 40*bgm_cycling_mvl/mxv + .byte N06 , Fs3 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte An3 , v096 + .byte W06 + .byte Fs3 + .byte W06 + .byte VOICE , 81 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte N36 , An2 , v112 + .byte W15 + .byte MOD , 6 + .byte W21 + .byte N06 , Bn2 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N06 , Cs3 + .byte W06 + .byte PAN , c_v+0 + .byte VOL , 28*bgm_cycling_mvl/mxv + .byte BEND , c_v+1 + .byte W84 + .byte N12 , An2 , v064 + .byte W12 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte N92 , Dn2 + .byte W48 + .byte VOL , 32*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W04 + .byte 26*bgm_cycling_mvl/mxv + .byte W02 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 21*bgm_cycling_mvl/mxv + .byte W04 + .byte 19*bgm_cycling_mvl/mxv + .byte W02 + .byte 19*bgm_cycling_mvl/mxv + .byte W03 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 16*bgm_cycling_mvl/mxv + .byte W04 + .byte 15*bgm_cycling_mvl/mxv + .byte W02 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 13*bgm_cycling_mvl/mxv + .byte W03 + .byte 12*bgm_cycling_mvl/mxv + .byte W04 + .byte 35*bgm_cycling_mvl/mxv + .byte W96 + .byte N36 , Gn2 + .byte W09 + .byte VOL , 33*bgm_cycling_mvl/mxv + .byte W03 + .byte 30*bgm_cycling_mvl/mxv + .byte W02 + .byte 27*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W03 + .byte 21*bgm_cycling_mvl/mxv + .byte W04 + .byte 18*bgm_cycling_mvl/mxv + .byte W02 + .byte 16*bgm_cycling_mvl/mxv + .byte W03 + .byte 15*bgm_cycling_mvl/mxv + .byte W07 + .byte 34*bgm_cycling_mvl/mxv + .byte N12 , Bn1 + .byte W12 + .byte Bn2 + .byte W12 + .byte N36 , Gn2 + .byte W12 + .byte VOL , 33*bgm_cycling_mvl/mxv + .byte W02 + .byte 30*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W07 + .byte 24*bgm_cycling_mvl/mxv + .byte W02 + .byte 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 18*bgm_cycling_mvl/mxv + .byte W03 + .byte 16*bgm_cycling_mvl/mxv + .byte W04 + .byte 34*bgm_cycling_mvl/mxv + .byte N60 , An2 + .byte W24 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W02 + .byte 33*bgm_cycling_mvl/mxv + .byte W03 + .byte 30*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W04 + .byte 24*bgm_cycling_mvl/mxv + .byte W02 + .byte 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 18*bgm_cycling_mvl/mxv + .byte W03 + .byte 16*bgm_cycling_mvl/mxv + .byte W04 + .byte 14*bgm_cycling_mvl/mxv + .byte W02 + .byte 13*bgm_cycling_mvl/mxv + .byte W10 + .byte 34*bgm_cycling_mvl/mxv + .byte N12 , Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte N92 , Cs2 + .byte W48 + .byte VOL , 32*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W06 + .byte 22*bgm_cycling_mvl/mxv + .byte W03 + .byte 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 19*bgm_cycling_mvl/mxv + .byte W04 + .byte 19*bgm_cycling_mvl/mxv + .byte W05 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 16*bgm_cycling_mvl/mxv + .byte W04 + .byte 15*bgm_cycling_mvl/mxv + .byte W02 + .byte 13*bgm_cycling_mvl/mxv + .byte W03 + .byte 11*bgm_cycling_mvl/mxv + .byte W03 + .byte 9*bgm_cycling_mvl/mxv + .byte W04 + .byte 6*bgm_cycling_mvl/mxv + .byte W96 + .byte VOICE , 84 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte BEND , c_v+0 + .byte W72 + .byte N12 , Gn5 , v112 + .byte W12 + .byte An5 + .byte W12 + .byte N24 , Bn5 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 1 + .byte N24 , Cs6 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Dn6 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N72 , An6 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte 22*bgm_cycling_mvl/mxv + .byte W02 + .byte 20*bgm_cycling_mvl/mxv + .byte W03 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 14*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte N04 , Gn6 , v108 + .byte W04 + .byte An6 + .byte W04 + .byte Gn6 , v104 + .byte W04 + .byte Fs6 , v100 + .byte W04 + .byte Gn6 , v096 + .byte W04 + .byte Fs6 + .byte W04 + .byte En6 , v092 + .byte W04 + .byte Fs6 + .byte W04 + .byte En6 , v088 + .byte W04 + .byte Dn6 , v084 + .byte W04 + .byte En6 , v080 + .byte W04 + .byte Dn6 , v076 + .byte W04 + .byte N06 , Cs6 , v112 + .byte W12 + .byte An5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Cs6 + .byte W12 + .byte An5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Cs6 + .byte W12 + .byte N06 + .byte W06 + .byte Dn6 + .byte W06 + .byte N24 , En6 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N08 + .byte W08 + .byte Fs6 + .byte W08 + .byte En6 + .byte W08 + .byte N48 , Dn6 + .byte W24 + .byte MOD , 10 + .byte W24 + .byte 0 + .byte W24 + .byte VOL , 19*bgm_cycling_mvl/mxv + .byte PAN , c_v+63 + .byte N72 , Gn3 + .byte W02 + .byte VOL , 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 23*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W04 + .byte 24*bgm_cycling_mvl/mxv + .byte W02 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 26*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W04 + .byte 28*bgm_cycling_mvl/mxv + .byte W02 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 30*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W04 + .byte 34*bgm_cycling_mvl/mxv + .byte W05 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 35*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N12 , An3 , v080 + .byte W12 + .byte Bn3 + .byte W12 + .byte VOL , 20*bgm_cycling_mvl/mxv + .byte N72 , Cs4 + .byte W02 + .byte VOL , 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 22*bgm_cycling_mvl/mxv + .byte W03 + .byte 24*bgm_cycling_mvl/mxv + .byte W04 + .byte 25*bgm_cycling_mvl/mxv + .byte W02 + .byte 26*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W04 + .byte 29*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 33*bgm_cycling_mvl/mxv + .byte W06 + .byte 34*bgm_cycling_mvl/mxv + .byte W10 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N12 , Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte VOL , 20*bgm_cycling_mvl/mxv + .byte N72 , An3 + .byte W02 + .byte VOL , 21*bgm_cycling_mvl/mxv + .byte W03 + .byte 22*bgm_cycling_mvl/mxv + .byte W07 + .byte 23*bgm_cycling_mvl/mxv + .byte W02 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 26*bgm_cycling_mvl/mxv + .byte W03 + .byte 27*bgm_cycling_mvl/mxv + .byte W06 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W06 + .byte 33*bgm_cycling_mvl/mxv + .byte W01 + .byte 34*bgm_cycling_mvl/mxv + .byte W09 + .byte MOD , 9 + .byte W24 + .byte 1 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte VOL , 27*bgm_cycling_mvl/mxv + .byte N48 , Ds4 + .byte W02 + .byte VOL , 30*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 33*bgm_cycling_mvl/mxv + .byte W04 + .byte 34*bgm_cycling_mvl/mxv + .byte W12 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N03 , Gn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N96 , Dn4 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_cycling_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_cycling_7: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte XCMD , xIECV , 4 + .byte xIECL , 4 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W96 +bgm_cycling_7_B1: + .byte VOICE , 87 + .byte PAN , c_v+63 + .byte VOL , 14*bgm_cycling_mvl/mxv + .byte N06 , Fs3 , v092 + .byte W05 + .byte VOL , 17*bgm_cycling_mvl/mxv + .byte W07 + .byte 18*bgm_cycling_mvl/mxv + .byte N24 , An3 , v096 + .byte W05 + .byte VOL , 21*bgm_cycling_mvl/mxv + .byte W07 + .byte 25*bgm_cycling_mvl/mxv + .byte W05 + .byte 27*bgm_cycling_mvl/mxv + .byte W07 + .byte 30*bgm_cycling_mvl/mxv + .byte N12 , Fs3 , v100 + .byte W05 + .byte VOL , 31*bgm_cycling_mvl/mxv + .byte W07 + .byte 34*bgm_cycling_mvl/mxv + .byte N03 , Dn4 , v076 + .byte W09 + .byte VOICE , 80 + .byte W03 + .byte VOL , 40*bgm_cycling_mvl/mxv + .byte N06 , Fs5 , v080 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 , v088 + .byte W06 + .byte An5 , v032 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 , v088 + .byte W06 + .byte An5 , v032 + .byte W06 + .byte VOICE , 87 + .byte N24 , An3 , v100 + .byte W12 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W12 + .byte N24 , Gn3 , v096 + .byte W24 + .byte Fs3 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte VOICE , 80 + .byte VOL , 40*bgm_cycling_mvl/mxv + .byte N12 , Gn3 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , Gn4 + .byte W12 + .byte MOD , 7 + .byte VOL , 36*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 20*bgm_cycling_mvl/mxv + .byte W04 + .byte 19*bgm_cycling_mvl/mxv + .byte W02 + .byte 15*bgm_cycling_mvl/mxv + .byte W03 + .byte 9*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 40*bgm_cycling_mvl/mxv + .byte N06 , Ds3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , Fs4 + .byte W12 + .byte MOD , 7 + .byte W03 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W02 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 23*bgm_cycling_mvl/mxv + .byte W04 + .byte 20*bgm_cycling_mvl/mxv + .byte W02 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 9*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte 41*bgm_cycling_mvl/mxv + .byte N06 , Dn3 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Bn3 , v096 + .byte W06 + .byte Gn3 + .byte W06 + .byte VOICE , 87 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte N03 , An3 , v112 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte An3 + .byte W12 + .byte N06 , En3 , v092 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , An3 , v088 + .byte W12 + .byte VOL , 40*bgm_cycling_mvl/mxv + .byte N03 , En3 , v096 + .byte W12 + .byte VOICE , 80 + .byte N06 , Bn4 , v080 + .byte W06 + .byte An4 , v084 + .byte W06 + .byte N04 , Bn4 , v092 + .byte W04 + .byte Cs5 + .byte W04 + .byte Dn5 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte Fs5 + .byte W04 + .byte Gn5 + .byte W04 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte N06 , An5 + .byte W06 + .byte An5 , v032 + .byte W06 + .byte VOICE , 87 + .byte N24 , An3 , v112 + .byte W24 + .byte Gn3 + .byte W24 + .byte En3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte VOICE , 80 + .byte VOL , 40*bgm_cycling_mvl/mxv + .byte N12 , Fs3 , v096 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , Fs4 + .byte W12 + .byte MOD , 7 + .byte VOL , 36*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 20*bgm_cycling_mvl/mxv + .byte W04 + .byte 19*bgm_cycling_mvl/mxv + .byte W02 + .byte 15*bgm_cycling_mvl/mxv + .byte W03 + .byte 9*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 40*bgm_cycling_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , En4 + .byte W12 + .byte MOD , 7 + .byte W03 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte W02 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 23*bgm_cycling_mvl/mxv + .byte W04 + .byte 20*bgm_cycling_mvl/mxv + .byte W02 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 9*bgm_cycling_mvl/mxv + .byte W03 + .byte 5*bgm_cycling_mvl/mxv + .byte W04 + .byte 41*bgm_cycling_mvl/mxv + .byte N06 , Fs3 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte An3 , v096 + .byte W06 + .byte Fs3 + .byte W06 + .byte VOICE , 87 + .byte VOL , 34*bgm_cycling_mvl/mxv + .byte N36 , Fs3 , v112 + .byte W15 + .byte MOD , 6 + .byte W21 + .byte N06 , Fn3 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N06 , En3 + .byte W06 + .byte VOL , 56*bgm_cycling_mvl/mxv + .byte PAN , c_v+0 + .byte W84 + .byte N12 , An2 , v064 + .byte W12 + .byte N92 , Dn1 + .byte W48 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 53*bgm_cycling_mvl/mxv + .byte W03 + .byte 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W04 + .byte 43*bgm_cycling_mvl/mxv + .byte W02 + .byte 41*bgm_cycling_mvl/mxv + .byte W03 + .byte 38*bgm_cycling_mvl/mxv + .byte W03 + .byte 35*bgm_cycling_mvl/mxv + .byte W04 + .byte 33*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte 21*bgm_cycling_mvl/mxv + .byte W02 + .byte 19*bgm_cycling_mvl/mxv + .byte W03 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 11*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte PAN , c_v-63 + .byte N24 , En6 + .byte W24 + .byte En6 , v032 + .byte W24 + .byte PAN , c_v+63 + .byte N24 , Ds6 , v044 + .byte W24 + .byte Ds6 , v024 + .byte W24 + .byte PAN , c_v+0 + .byte N36 , Gn1 , v064 + .byte W12 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 39*bgm_cycling_mvl/mxv + .byte W04 + .byte 36*bgm_cycling_mvl/mxv + .byte W02 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 26*bgm_cycling_mvl/mxv + .byte W03 + .byte 22*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte N12 , Bn1 + .byte W12 + .byte N12 + .byte W12 + .byte N36 , Gn1 + .byte W12 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 44*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 38*bgm_cycling_mvl/mxv + .byte W02 + .byte 32*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte N60 , An1 + .byte W24 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 50*bgm_cycling_mvl/mxv + .byte W03 + .byte 47*bgm_cycling_mvl/mxv + .byte W03 + .byte 42*bgm_cycling_mvl/mxv + .byte W04 + .byte 39*bgm_cycling_mvl/mxv + .byte W02 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 31*bgm_cycling_mvl/mxv + .byte W03 + .byte 28*bgm_cycling_mvl/mxv + .byte W04 + .byte 24*bgm_cycling_mvl/mxv + .byte W02 + .byte 19*bgm_cycling_mvl/mxv + .byte W03 + .byte 13*bgm_cycling_mvl/mxv + .byte W03 + .byte 11*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte N12 , Dn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte N92 , Cs1 + .byte W48 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W03 + .byte 43*bgm_cycling_mvl/mxv + .byte W04 + .byte 41*bgm_cycling_mvl/mxv + .byte W02 + .byte 38*bgm_cycling_mvl/mxv + .byte W03 + .byte 36*bgm_cycling_mvl/mxv + .byte W03 + .byte 32*bgm_cycling_mvl/mxv + .byte W04 + .byte 31*bgm_cycling_mvl/mxv + .byte W02 + .byte 28*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W03 + .byte 21*bgm_cycling_mvl/mxv + .byte W04 + .byte 19*bgm_cycling_mvl/mxv + .byte W02 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 14*bgm_cycling_mvl/mxv + .byte W03 + .byte 12*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte PAN , c_v-63 + .byte N48 , Dn6 + .byte W12 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 49*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 36*bgm_cycling_mvl/mxv + .byte W02 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte 22*bgm_cycling_mvl/mxv + .byte W02 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 15*bgm_cycling_mvl/mxv + .byte W03 + .byte 12*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte PAN , c_v+63 + .byte N48 , Cs6 + .byte W12 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 49*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 36*bgm_cycling_mvl/mxv + .byte W02 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte 22*bgm_cycling_mvl/mxv + .byte W02 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 15*bgm_cycling_mvl/mxv + .byte W03 + .byte 12*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte PAN , c_v+0 + .byte N72 , Cn6 , v048 + .byte W12 + .byte VOL , 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 49*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 36*bgm_cycling_mvl/mxv + .byte W02 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 29*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte 22*bgm_cycling_mvl/mxv + .byte W02 + .byte 17*bgm_cycling_mvl/mxv + .byte W03 + .byte 15*bgm_cycling_mvl/mxv + .byte W03 + .byte 12*bgm_cycling_mvl/mxv + .byte W28 + .byte VOICE , 82 + .byte PAN , c_v-61 + .byte VOL , 55*bgm_cycling_mvl/mxv + .byte N12 , Dn4 , v112 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N24 , An4 + .byte W12 + .byte MOD , 10 + .byte W12 + .byte 0 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N72 , En5 + .byte W24 + .byte W24 + .byte MOD , 9 + .byte VOL , 54*bgm_cycling_mvl/mxv + .byte W02 + .byte 53*bgm_cycling_mvl/mxv + .byte W03 + .byte 49*bgm_cycling_mvl/mxv + .byte W03 + .byte 43*bgm_cycling_mvl/mxv + .byte W04 + .byte 39*bgm_cycling_mvl/mxv + .byte W02 + .byte 34*bgm_cycling_mvl/mxv + .byte W03 + .byte 30*bgm_cycling_mvl/mxv + .byte W03 + .byte 25*bgm_cycling_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 58*bgm_cycling_mvl/mxv + .byte N04 , Dn5 , v108 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 , v104 + .byte W04 + .byte Cs5 , v100 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 , v092 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 , v088 + .byte W04 + .byte An4 , v084 + .byte W04 + .byte Bn4 , v080 + .byte W04 + .byte An4 , v076 + .byte W04 + .byte N06 , An4 , v112 + .byte W12 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W12 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte N24 , Cs5 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N04 + .byte W08 + .byte N08 , Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte N48 , Bn4 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte W24 + .byte VOL , 37*bgm_cycling_mvl/mxv + .byte N72 , Dn4 , v080 + .byte W05 + .byte VOL , 39*bgm_cycling_mvl/mxv + .byte W03 + .byte 41*bgm_cycling_mvl/mxv + .byte W04 + .byte 42*bgm_cycling_mvl/mxv + .byte W02 + .byte 43*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W03 + .byte 46*bgm_cycling_mvl/mxv + .byte W04 + .byte 49*bgm_cycling_mvl/mxv + .byte W02 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 53*bgm_cycling_mvl/mxv + .byte W03 + .byte 55*bgm_cycling_mvl/mxv + .byte W04 + .byte 56*bgm_cycling_mvl/mxv + .byte W02 + .byte 58*bgm_cycling_mvl/mxv + .byte W10 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N24 , Ds4 + .byte W24 + .byte VOL , 37*bgm_cycling_mvl/mxv + .byte N72 , En4 + .byte W02 + .byte VOL , 40*bgm_cycling_mvl/mxv + .byte W03 + .byte 43*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W04 + .byte 47*bgm_cycling_mvl/mxv + .byte W02 + .byte 49*bgm_cycling_mvl/mxv + .byte W03 + .byte 51*bgm_cycling_mvl/mxv + .byte W03 + .byte 53*bgm_cycling_mvl/mxv + .byte W04 + .byte 54*bgm_cycling_mvl/mxv + .byte W02 + .byte 56*bgm_cycling_mvl/mxv + .byte W03 + .byte 58*bgm_cycling_mvl/mxv + .byte W19 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte VOL , 41*bgm_cycling_mvl/mxv + .byte N72 , Cs4 + .byte W02 + .byte VOL , 42*bgm_cycling_mvl/mxv + .byte W03 + .byte 43*bgm_cycling_mvl/mxv + .byte W03 + .byte 45*bgm_cycling_mvl/mxv + .byte W04 + .byte 46*bgm_cycling_mvl/mxv + .byte W02 + .byte 49*bgm_cycling_mvl/mxv + .byte W06 + .byte 52*bgm_cycling_mvl/mxv + .byte W04 + .byte 53*bgm_cycling_mvl/mxv + .byte W02 + .byte 54*bgm_cycling_mvl/mxv + .byte W03 + .byte 56*bgm_cycling_mvl/mxv + .byte W03 + .byte 57*bgm_cycling_mvl/mxv + .byte W16 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N24 , Dn4 + .byte W24 + .byte N36 , Ds4 + .byte W36 + .byte N06 , En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte VOL , 45*bgm_cycling_mvl/mxv + .byte N48 , Fs4 + .byte W02 + .byte VOL , 48*bgm_cycling_mvl/mxv + .byte W03 + .byte 52*bgm_cycling_mvl/mxv + .byte W03 + .byte 55*bgm_cycling_mvl/mxv + .byte W04 + .byte 57*bgm_cycling_mvl/mxv + .byte W12 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N03 , Bn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte En4 + .byte W06 + .byte N96 + .byte W72 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte W96 + .byte GOTO + .word bgm_cycling_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_cycling_8: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 45*bgm_cycling_mvl/mxv + .byte W96 +bgm_cycling_8_B1: +bgm_cycling_8_000: + .byte W12 + .byte N06 , Fs2 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_cycling_8_000 + .byte PATT + .word bgm_cycling_8_000 +bgm_cycling_8_001: + .byte W12 + .byte N06 , Fs2 , v112 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_cycling_8_000 + .byte PATT + .word bgm_cycling_8_000 + .byte PATT + .word bgm_cycling_8_000 + .byte PATT + .word bgm_cycling_8_001 + .byte N84 , An2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_cycling_8_000 + .byte W12 + .byte N06 , Fs2 , v112 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_cycling_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_cycling_9: + .byte KEYSH , bgm_cycling_key+0 + .byte VOICE , 83 + .byte VOL , 45*bgm_cycling_mvl/mxv + .byte PAN , c_v+0 + .byte W96 +bgm_cycling_9_B1: + .byte BEND , c_v+0 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W18 + .byte An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W18 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W18 + .byte An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W18 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W18 + .byte An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W18 + .byte N12 , Dn2 , v112 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte N12 , Dn2 + .byte W12 + .byte N06 , Ds2 + .byte W12 + .byte En2 + .byte W06 + .byte En2 , v032 + .byte W18 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v032 + .byte W18 + .byte En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W18 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v032 + .byte W18 + .byte En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W18 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v032 + .byte W18 + .byte N12 , En2 , v112 + .byte W12 + .byte N06 , Ds2 + .byte W12 + .byte N12 , En2 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte An2 + .byte W06 + .byte An2 , v032 + .byte W18 + .byte En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W18 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W18 + .byte En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W18 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W18 + .byte En2 , v112 + .byte W06 + .byte En2 , v032 + .byte W18 + .byte N12 , An2 , v112 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Fs2 + .byte W12 + .byte N06 , En2 + .byte W12 + .byte Dn2 + .byte W06 + .byte Dn2 , v032 + .byte W18 + .byte An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W18 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W18 + .byte An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W18 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v032 + .byte W18 + .byte An1 , v112 + .byte W06 + .byte An1 , v032 + .byte W18 + .byte N12 , Cs2 , v112 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte N12 , En2 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte BEND , c_v+1 + .byte N09 , Gn1 + .byte W36 + .byte N06 + .byte W12 + .byte Dn1 + .byte W12 + .byte N18 , Gn1 + .byte W24 + .byte N06 + .byte W12 +bgm_cycling_9_000: + .byte N09 , Gn1 , v112 + .byte W36 + .byte N06 + .byte W12 + .byte Dn1 + .byte W12 + .byte N21 , Gn1 + .byte W24 + .byte N06 , En1 + .byte W12 + .byte PEND + .byte N09 , Fs1 + .byte W36 + .byte N06 + .byte W12 + .byte Cs1 + .byte W12 + .byte N18 , Fs1 + .byte W24 + .byte N06 , An1 + .byte W12 +bgm_cycling_9_001: + .byte N09 , Bn1 , v112 + .byte W36 + .byte N06 + .byte W12 + .byte Fs1 + .byte W12 + .byte N21 , Bn1 + .byte W24 + .byte N06 , As1 + .byte W12 + .byte PEND + .byte N09 , Gn1 + .byte W36 + .byte N06 + .byte W12 + .byte Dn1 + .byte W12 + .byte N18 , Gn1 + .byte W24 + .byte N06 + .byte W12 + .byte PATT + .word bgm_cycling_9_000 + .byte N09 , Fs1 , v112 + .byte W36 + .byte N06 + .byte W12 + .byte Cs1 + .byte W12 + .byte N18 , Fs1 + .byte W24 + .byte N06 , As1 + .byte W12 + .byte PATT + .word bgm_cycling_9_001 + .byte N06 , Gn1 , v112 + .byte W12 + .byte Gn1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Gn1 , v112 + .byte W12 + .byte Gn1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Gs1 , v112 + .byte W12 + .byte Gs1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Gs1 , v112 + .byte W12 + .byte Gs1 , v096 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 +bgm_cycling_9_002: + .byte N06 , An1 , v112 + .byte W24 + .byte An1 , v096 + .byte W24 + .byte An1 , v112 + .byte W24 + .byte An1 , v096 + .byte W24 + .byte PEND + .byte PATT + .word bgm_cycling_9_002 + .byte GOTO + .word bgm_cycling_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_cycling: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_cycling_pri @ Priority + .byte bgm_cycling_rev @ Reverb. + + .word bgm_cycling_grp + + .word bgm_cycling_1 + .word bgm_cycling_2 + .word bgm_cycling_3 + .word bgm_cycling_4 + .word bgm_cycling_5 + .word bgm_cycling_6 + .word bgm_cycling_7 + .word bgm_cycling_8 + .word bgm_cycling_9 + + .end diff --git a/sound/songs/bgm_daigo.s b/sound/songs/bgm_daigo.s new file mode 100644 index 000000000..4e50a1a38 --- /dev/null +++ b/sound/songs/bgm_daigo.s @@ -0,0 +1,3312 @@ + .include "MPlayDef.s" + + .equ bgm_daigo_grp, voicegroup_844DDF0 + .equ bgm_daigo_pri, 0 + .equ bgm_daigo_rev, reverb_set+50 + .equ bgm_daigo_mvl, 127 + .equ bgm_daigo_key, 0 + .equ bgm_daigo_tbs, 1 + .equ bgm_daigo_exg, 0 + .equ bgm_daigo_cmp, 1 + + .section .rodata + .global bgm_daigo + .align 2 + +@********************** Track 1 **********************@ + +bgm_daigo_1: + .byte KEYSH , bgm_daigo_key+0 + .byte TEMPO , 142*bgm_daigo_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte PAN , c_v+4 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 44*bgm_daigo_mvl/mxv + .byte N03 , Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W12 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W12 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W18 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W06 +bgm_daigo_1_B1: +bgm_daigo_1_000: + .byte N03 , Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W12 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v064 + .byte W06 + .byte PEND +bgm_daigo_1_001: + .byte W06 + .byte N03 , Fs5 , v064 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v064 + .byte W06 + .byte PEND +bgm_daigo_1_002: + .byte N03 , Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W12 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_daigo_1_001 + .byte PATT + .word bgm_daigo_1_000 + .byte PATT + .word bgm_daigo_1_001 + .byte PATT + .word bgm_daigo_1_002 + .byte PATT + .word bgm_daigo_1_002 +bgm_daigo_1_003: + .byte W12 + .byte N03 , Fs5 , v080 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte N03 + .byte W24 + .byte N03 + .byte W18 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_daigo_1_003 + .byte PATT + .word bgm_daigo_1_003 + .byte PATT + .word bgm_daigo_1_003 +bgm_daigo_1_004: + .byte N03 , Fs5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte Fs5 , v088 + .byte W06 + .byte Fs5 , v112 + .byte W18 + .byte Fs5 , v088 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte Fs5 , v096 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v064 + .byte W12 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_daigo_1_004 + .byte PATT + .word bgm_daigo_1_004 + .byte PATT + .word bgm_daigo_1_004 + .byte GOTO + .word bgm_daigo_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_daigo_2: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 17 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 63*bgm_daigo_mvl/mxv + .byte PAN , c_v+16 + .byte N06 , Cn5 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Cn5 + .byte W12 + .byte An4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N18 , Ds5 + .byte W18 + .byte N06 , Dn5 + .byte W12 + .byte Cn5 + .byte W06 + .byte PAN , c_v+32 + .byte W06 + .byte W96 +bgm_daigo_2_B1: + .byte VOICE , 17 + .byte PAN , c_v+32 + .byte BEND , c_v+0 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte VOICE , 17 + .byte N06 , An4 + .byte W06 + .byte N03 , Cn5 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N18 , Ds5 + .byte W18 + .byte N06 , En5 + .byte W30 + .byte VOICE , 38 + .byte MOD , 8 + .byte PAN , c_v+24 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte An1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N03 , En1 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , Gs1 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte VOICE , 17 + .byte VOL , 63*bgm_daigo_mvl/mxv + .byte MOD , 0 + .byte PAN , c_v+32 + .byte N03 , Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte VOICE , 17 + .byte N06 , An4 + .byte W06 + .byte N03 , Cn5 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte N18 , Ds5 + .byte W18 + .byte N06 , En5 + .byte W30 + .byte VOICE , 38 + .byte MOD , 6 + .byte PAN , c_v+25 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte An1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N03 , En1 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , Gs1 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte VOICE , 56 + .byte MOD , 0 + .byte PAN , c_v+32 + .byte N03 , Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte VOICE , 56 + .byte N06 , Gn4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N18 , Cs5 + .byte W18 + .byte N06 , Dn5 + .byte W30 + .byte VOICE , 38 + .byte MOD , 8 + .byte PAN , c_v+25 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Dn1 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte As1 + .byte W06 + .byte Fn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte VOICE , 56 + .byte VOL , 63*bgm_daigo_mvl/mxv + .byte MOD , 0 + .byte PAN , c_v+32 + .byte N03 , Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte VOICE , 56 + .byte N06 , Gn4 + .byte W06 + .byte N03 , As4 + .byte W12 + .byte N06 , Fs4 + .byte W06 + .byte N18 , Cs5 + .byte W18 + .byte N06 , Dn5 + .byte W30 + .byte VOICE , 56 + .byte W48 + .byte N06 , Gn5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte VOICE , 24 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte N06 , Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte N66 , En5 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte VOL , 46*bgm_daigo_mvl/mxv + .byte W02 + .byte 43*bgm_daigo_mvl/mxv + .byte W03 + .byte 40*bgm_daigo_mvl/mxv + .byte W03 + .byte 35*bgm_daigo_mvl/mxv + .byte W04 + .byte 32*bgm_daigo_mvl/mxv + .byte W02 + .byte 30*bgm_daigo_mvl/mxv + .byte W03 + .byte 26*bgm_daigo_mvl/mxv + .byte W03 + .byte 20*bgm_daigo_mvl/mxv + .byte W04 + .byte 20*bgm_daigo_mvl/mxv + .byte W02 + .byte 17*bgm_daigo_mvl/mxv + .byte W03 + .byte 13*bgm_daigo_mvl/mxv + .byte W03 + .byte 9*bgm_daigo_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte N06 , En5 , v088 + .byte W12 + .byte Fn5 + .byte W06 + .byte En5 + .byte W06 + .byte Gs5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N03 , Fn5 + .byte W03 + .byte Gn5 + .byte W03 + .byte N06 , Fn5 + .byte W12 + .byte En5 + .byte W06 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte N36 , Dn5 + .byte W02 + .byte VOL , 41*bgm_daigo_mvl/mxv + .byte W06 + .byte 38*bgm_daigo_mvl/mxv + .byte W04 + .byte 35*bgm_daigo_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 32*bgm_daigo_mvl/mxv + .byte W03 + .byte 28*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W04 + .byte 47*bgm_daigo_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte N06 , Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte VOICE , 24 + .byte N30 , Dn5 + .byte W36 + .byte N06 , En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N30 , En5 + .byte W36 + .byte N06 + .byte W06 + .byte Fn5 + .byte W06 + .byte N48 , En5 + .byte W24 + .byte MOD , 5 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte W02 + .byte 43*bgm_daigo_mvl/mxv + .byte W03 + .byte 40*bgm_daigo_mvl/mxv + .byte W03 + .byte 35*bgm_daigo_mvl/mxv + .byte W04 + .byte 31*bgm_daigo_mvl/mxv + .byte W02 + .byte 26*bgm_daigo_mvl/mxv + .byte W03 + .byte 20*bgm_daigo_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N06 , Cs5 + .byte W06 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W06 + .byte En5 + .byte W18 + .byte N18 + .byte W18 + .byte N06 , Fn5 + .byte W18 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 5 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte W02 + .byte 46*bgm_daigo_mvl/mxv + .byte W03 + .byte 41*bgm_daigo_mvl/mxv + .byte W03 + .byte 38*bgm_daigo_mvl/mxv + .byte W04 + .byte 32*bgm_daigo_mvl/mxv + .byte W02 + .byte 28*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W03 + .byte 20*bgm_daigo_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte N03 , An4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , En5 + .byte W18 + .byte N06 , Fn5 + .byte W18 + .byte N48 , Dn5 + .byte W12 + .byte MOD , 6 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte W02 + .byte 46*bgm_daigo_mvl/mxv + .byte W03 + .byte 41*bgm_daigo_mvl/mxv + .byte W03 + .byte 37*bgm_daigo_mvl/mxv + .byte W04 + .byte 35*bgm_daigo_mvl/mxv + .byte W02 + .byte 33*bgm_daigo_mvl/mxv + .byte W03 + .byte 31*bgm_daigo_mvl/mxv + .byte W03 + .byte 28*bgm_daigo_mvl/mxv + .byte W04 + .byte 22*bgm_daigo_mvl/mxv + .byte W02 + .byte 17*bgm_daigo_mvl/mxv + .byte W10 + .byte MOD , 0 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte N06 , Cn5 + .byte W06 + .byte TIE , Gn5 + .byte W06 + .byte W24 + .byte MOD , 6 + .byte VOL , 46*bgm_daigo_mvl/mxv + .byte W02 + .byte 43*bgm_daigo_mvl/mxv + .byte W03 + .byte 41*bgm_daigo_mvl/mxv + .byte W03 + .byte 39*bgm_daigo_mvl/mxv + .byte W04 + .byte 37*bgm_daigo_mvl/mxv + .byte W05 + .byte 35*bgm_daigo_mvl/mxv + .byte W03 + .byte 35*bgm_daigo_mvl/mxv + .byte W06 + .byte 32*bgm_daigo_mvl/mxv + .byte W06 + .byte 30*bgm_daigo_mvl/mxv + .byte W06 + .byte 28*bgm_daigo_mvl/mxv + .byte W03 + .byte 28*bgm_daigo_mvl/mxv + .byte W03 + .byte 26*bgm_daigo_mvl/mxv + .byte W06 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W04 + .byte 20*bgm_daigo_mvl/mxv + .byte W02 + .byte 20*bgm_daigo_mvl/mxv + .byte W03 + .byte 19*bgm_daigo_mvl/mxv + .byte W03 + .byte 18*bgm_daigo_mvl/mxv + .byte W04 + .byte 17*bgm_daigo_mvl/mxv + .byte W05 + .byte 16*bgm_daigo_mvl/mxv + .byte W30 + .byte W01 + .byte 20*bgm_daigo_mvl/mxv + .byte W02 + .byte 20*bgm_daigo_mvl/mxv + .byte W03 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 26*bgm_daigo_mvl/mxv + .byte W04 + .byte 28*bgm_daigo_mvl/mxv + .byte W02 + .byte 31*bgm_daigo_mvl/mxv + .byte W03 + .byte 33*bgm_daigo_mvl/mxv + .byte W03 + .byte 35*bgm_daigo_mvl/mxv + .byte W04 + .byte 37*bgm_daigo_mvl/mxv + .byte W02 + .byte 41*bgm_daigo_mvl/mxv + .byte W03 + .byte 43*bgm_daigo_mvl/mxv + .byte W03 + .byte 47*bgm_daigo_mvl/mxv + .byte W28 + .byte EOT + .byte GOTO + .word bgm_daigo_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_daigo_3: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 76*bgm_daigo_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , An0 , v127 + .byte W12 + .byte N06 + .byte W12 + .byte N12 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte N18 , An0 + .byte W18 + .byte N12 + .byte W12 + .byte An1 + .byte W12 + .byte BEND , c_v+0 + .byte N12 , Gn2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Ds2 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N12 , Bn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Gn1 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v-6 + .byte N12 , En1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v-5 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v-5 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W06 +bgm_daigo_3_B1: +bgm_daigo_3_000: + .byte BEND , c_v+0 + .byte N18 , An0 , v127 + .byte W18 + .byte N06 , En1 + .byte W18 + .byte N12 , Bn1 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+63 + .byte N18 , An0 + .byte W06 + .byte BEND , c_v+1 + .byte W12 + .byte N06 , En1 + .byte W18 + .byte N12 , Dn2 + .byte W06 + .byte BEND , c_v-10 + .byte W06 + .byte PEND + .byte c_v+0 + .byte N12 , Gn1 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+0 + .byte N12 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+0 + .byte N12 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte N03 , An0 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Gn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Ds1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Bn0 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte PATT + .word bgm_daigo_3_000 + .byte BEND , c_v+0 + .byte N12 , Gn1 , v127 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+0 + .byte N12 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+0 + .byte N12 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte N03 , An0 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Dn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Gn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Dn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 +bgm_daigo_3_001: + .byte BEND , c_v+0 + .byte N18 , Gn0 , v127 + .byte W18 + .byte N06 , Dn1 + .byte W18 + .byte N12 , An1 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+63 + .byte N18 , Gn0 + .byte W06 + .byte BEND , c_v+1 + .byte W12 + .byte N06 , Dn1 + .byte W18 + .byte N12 , Cn2 + .byte W06 + .byte BEND , c_v-10 + .byte W06 + .byte PEND + .byte c_v+0 + .byte N12 , Fn1 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+0 + .byte N12 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+0 + .byte N12 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte N03 , Gn0 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Fn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Cs1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , An0 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte PATT + .word bgm_daigo_3_001 + .byte BEND , c_v+0 + .byte N15 , Gn0 , v127 + .byte W18 + .byte N03 + .byte W06 + .byte N12 , Fs1 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+1 + .byte N12 , Gn0 + .byte W60 + .byte BEND , c_v-5 + .byte N12 , Fn1 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 + .byte W18 + .byte N06 + .byte W12 + .byte BEND , c_v-5 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 + .byte W18 + .byte N06 + .byte W12 + .byte BEND , c_v-5 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 + .byte W18 + .byte N06 + .byte W12 + .byte BEND , c_v-5 + .byte N03 + .byte W06 + .byte BEND , c_v+0 + .byte N09 + .byte W12 + .byte N03 + .byte W18 + .byte N06 + .byte W12 + .byte BEND , c_v-5 + .byte N12 , En1 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 + .byte W18 + .byte N06 + .byte W12 + .byte BEND , c_v-5 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 + .byte W18 + .byte N06 + .byte W12 + .byte BEND , c_v-5 + .byte N12 , An1 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 , An2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte BEND , c_v-5 + .byte N12 , An1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N12 , Gn2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Ds2 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Bn1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Gn2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v-5 + .byte N12 , Fn1 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte BEND , c_v-5 + .byte N12 , Fn1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N12 , En2 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Bn1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Gn1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , En2 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v-5 + .byte N12 , Fs1 + .byte W06 + .byte BEND , c_v+0 + .byte W12 + .byte N03 , Fs2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte BEND , c_v-5 + .byte N12 , Fs1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N12 , En2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Bn1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Gn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , En1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N06 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Fn2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Cs2 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , As1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v-5 + .byte N12 , Gn1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W12 + .byte N12 , Fn2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v-5 + .byte N12 , Gs1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N12 , Fs2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Ds2 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Bn1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N12 , Fs1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Dn2 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte GOTO + .word bgm_daigo_3_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_daigo_4: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-1 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte W96 +bgm_daigo_4_000: + .byte N06 , En5 , v112 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte PEND +bgm_daigo_4_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 19*bgm_daigo_mvl/mxv + .byte PAN , c_v-32 + .byte N48 , Dn3 , v112 + .byte W24 + .byte VOL , 17*bgm_daigo_mvl/mxv + .byte W02 + .byte 19*bgm_daigo_mvl/mxv + .byte W03 + .byte 21*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W04 + .byte 23*bgm_daigo_mvl/mxv + .byte W02 + .byte 25*bgm_daigo_mvl/mxv + .byte W01 + .byte PAN , c_v-30 + .byte W02 + .byte VOL , 26*bgm_daigo_mvl/mxv + .byte PAN , c_v-23 + .byte W07 + .byte VOL , 27*bgm_daigo_mvl/mxv + .byte PAN , c_v-19 + .byte N06 , En3 + .byte W02 + .byte VOL , 28*bgm_daigo_mvl/mxv + .byte PAN , c_v-14 + .byte W03 + .byte VOL , 29*bgm_daigo_mvl/mxv + .byte PAN , c_v-12 + .byte W01 + .byte N06 , Fn3 + .byte W02 + .byte VOL , 32*bgm_daigo_mvl/mxv + .byte PAN , c_v-6 + .byte W04 + .byte VOL , 33*bgm_daigo_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Gn3 + .byte W02 + .byte PAN , c_v+9 + .byte W01 + .byte VOL , 34*bgm_daigo_mvl/mxv + .byte W02 + .byte 35*bgm_daigo_mvl/mxv + .byte PAN , c_v+16 + .byte W01 + .byte N06 , An3 + .byte W02 + .byte VOL , 37*bgm_daigo_mvl/mxv + .byte PAN , c_v+22 + .byte W04 + .byte VOL , 39*bgm_daigo_mvl/mxv + .byte PAN , c_v+26 + .byte N06 , As3 + .byte W02 + .byte VOL , 43*bgm_daigo_mvl/mxv + .byte PAN , c_v+32 + .byte W03 + .byte VOL , 49*bgm_daigo_mvl/mxv + .byte PAN , c_v+36 + .byte W01 + .byte N06 , Cn4 + .byte W02 + .byte VOL , 58*bgm_daigo_mvl/mxv + .byte PAN , c_v+41 + .byte W04 + .byte VOL , 62*bgm_daigo_mvl/mxv + .byte PAN , c_v+43 + .byte N06 , Dn4 + .byte W02 + .byte VOL , 65*bgm_daigo_mvl/mxv + .byte PAN , c_v+48 + .byte W04 + .byte N06 , Cs4 + .byte W06 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte PAN , c_v-28 + .byte N84 , Cn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte W02 + .byte 35*bgm_daigo_mvl/mxv + .byte W03 + .byte 34*bgm_daigo_mvl/mxv + .byte W03 + .byte 32*bgm_daigo_mvl/mxv + .byte W04 + .byte 29*bgm_daigo_mvl/mxv + .byte W02 + .byte 28*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W03 + .byte 16*bgm_daigo_mvl/mxv + .byte W04 + .byte 13*bgm_daigo_mvl/mxv + .byte W02 + .byte 11*bgm_daigo_mvl/mxv + .byte W01 + .byte 10*bgm_daigo_mvl/mxv + .byte W06 + .byte 8*bgm_daigo_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 41*bgm_daigo_mvl/mxv + .byte N06 , Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N96 , Bn3 + .byte W48 + .byte MOD , 5 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte W02 + .byte 40*bgm_daigo_mvl/mxv + .byte W03 + .byte 37*bgm_daigo_mvl/mxv + .byte W03 + .byte 33*bgm_daigo_mvl/mxv + .byte W04 + .byte 32*bgm_daigo_mvl/mxv + .byte W02 + .byte 28*bgm_daigo_mvl/mxv + .byte W03 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 19*bgm_daigo_mvl/mxv + .byte W04 + .byte 17*bgm_daigo_mvl/mxv + .byte W02 + .byte 14*bgm_daigo_mvl/mxv + .byte W03 + .byte 13*bgm_daigo_mvl/mxv + .byte W03 + .byte 13*bgm_daigo_mvl/mxv + .byte W04 + .byte 12*bgm_daigo_mvl/mxv + .byte W02 + .byte 11*bgm_daigo_mvl/mxv + .byte W03 + .byte 9*bgm_daigo_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 41*bgm_daigo_mvl/mxv + .byte N48 + .byte W24 + .byte MOD , 5 + .byte VOL , 37*bgm_daigo_mvl/mxv + .byte W02 + .byte 33*bgm_daigo_mvl/mxv + .byte W03 + .byte 28*bgm_daigo_mvl/mxv + .byte W01 + .byte 28*bgm_daigo_mvl/mxv + .byte W02 + .byte 26*bgm_daigo_mvl/mxv + .byte W04 + .byte 23*bgm_daigo_mvl/mxv + .byte W02 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte N48 , As3 + .byte W24 + .byte MOD , 5 + .byte VOL , 37*bgm_daigo_mvl/mxv + .byte W02 + .byte 33*bgm_daigo_mvl/mxv + .byte W03 + .byte 31*bgm_daigo_mvl/mxv + .byte W03 + .byte 26*bgm_daigo_mvl/mxv + .byte W04 + .byte 23*bgm_daigo_mvl/mxv + .byte W02 + .byte 21*bgm_daigo_mvl/mxv + .byte W03 + .byte 20*bgm_daigo_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte N24 , An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , En4 + .byte W03 + .byte Fn4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte N18 , Bn4 + .byte W18 + .byte N06 , Cn5 + .byte W21 + .byte N44 , An4 + .byte W21 + .byte MOD , 5 + .byte VOL , 37*bgm_daigo_mvl/mxv + .byte W02 + .byte 35*bgm_daigo_mvl/mxv + .byte W03 + .byte 32*bgm_daigo_mvl/mxv + .byte W03 + .byte 28*bgm_daigo_mvl/mxv + .byte W04 + .byte 26*bgm_daigo_mvl/mxv + .byte W02 + .byte 22*bgm_daigo_mvl/mxv + .byte W03 + .byte 18*bgm_daigo_mvl/mxv + .byte W03 + .byte 16*bgm_daigo_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 41*bgm_daigo_mvl/mxv + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Bn4 + .byte W18 + .byte N06 , Cn5 + .byte W18 + .byte N48 , An4 + .byte W24 + .byte MOD , 5 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte W02 + .byte 37*bgm_daigo_mvl/mxv + .byte W03 + .byte 35*bgm_daigo_mvl/mxv + .byte W03 + .byte 32*bgm_daigo_mvl/mxv + .byte W04 + .byte 31*bgm_daigo_mvl/mxv + .byte W02 + .byte 26*bgm_daigo_mvl/mxv + .byte W03 + .byte 21*bgm_daigo_mvl/mxv + .byte W03 + .byte 17*bgm_daigo_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 41*bgm_daigo_mvl/mxv + .byte N06 , Fs4 + .byte W06 + .byte N42 , Gn4 + .byte W06 + .byte W12 + .byte MOD , 5 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte W02 + .byte 37*bgm_daigo_mvl/mxv + .byte W03 + .byte 35*bgm_daigo_mvl/mxv + .byte W03 + .byte 32*bgm_daigo_mvl/mxv + .byte W04 + .byte 30*bgm_daigo_mvl/mxv + .byte W02 + .byte 26*bgm_daigo_mvl/mxv + .byte W03 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 19*bgm_daigo_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 41*bgm_daigo_mvl/mxv + .byte N06 , Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N36 , Bn4 + .byte W12 + .byte MOD , 5 + .byte W03 + .byte VOL , 36*bgm_daigo_mvl/mxv + .byte W02 + .byte 31*bgm_daigo_mvl/mxv + .byte W03 + .byte 28*bgm_daigo_mvl/mxv + .byte W04 + .byte 26*bgm_daigo_mvl/mxv + .byte W02 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 22*bgm_daigo_mvl/mxv + .byte W03 + .byte 18*bgm_daigo_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 41*bgm_daigo_mvl/mxv + .byte N06 , Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PATT + .word bgm_daigo_4_000 + .byte GOTO + .word bgm_daigo_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_daigo_5: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte PAN , c_v+0 + .byte W12 + .byte N06 , En5 , v096 + .byte W72 + .byte N06 + .byte W12 + .byte W12 + .byte N06 + .byte W60 + .byte N06 + .byte W24 +bgm_daigo_5_B1: +bgm_daigo_5_000: + .byte W12 + .byte N06 , En5 , v096 + .byte W72 + .byte N06 + .byte W12 + .byte PEND +bgm_daigo_5_001: + .byte N06 , En5 , v096 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W48 + .byte N06 + .byte W12 + .byte PEND +bgm_daigo_5_002: + .byte W12 + .byte N06 , En5 , v096 + .byte W48 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_daigo_5_001 + .byte PATT + .word bgm_daigo_5_000 + .byte PATT + .word bgm_daigo_5_001 + .byte PATT + .word bgm_daigo_5_002 + .byte PATT + .word bgm_daigo_5_002 +bgm_daigo_5_003: + .byte N06 , En5 , v112 + .byte W30 + .byte En5 , v080 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v080 + .byte W18 + .byte En5 , v088 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_daigo_5_003 + .byte PATT + .word bgm_daigo_5_003 + .byte PATT + .word bgm_daigo_5_003 +bgm_daigo_5_004: + .byte W36 + .byte N06 , En5 , v092 + .byte W48 + .byte En5 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_daigo_5_004 + .byte PATT + .word bgm_daigo_5_004 + .byte PATT + .word bgm_daigo_5_004 + .byte GOTO + .word bgm_daigo_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_daigo_6: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 38*bgm_daigo_mvl/mxv + .byte PAN , c_v-61 + .byte W96 + .byte VOL , 8*bgm_daigo_mvl/mxv + .byte N96 , Bn3 , v112 + .byte W08 + .byte VOL , 11*bgm_daigo_mvl/mxv + .byte W12 + .byte 14*bgm_daigo_mvl/mxv + .byte W12 + .byte 17*bgm_daigo_mvl/mxv + .byte W21 + .byte 19*bgm_daigo_mvl/mxv + .byte W03 + .byte 20*bgm_daigo_mvl/mxv + .byte W06 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 26*bgm_daigo_mvl/mxv + .byte W03 + .byte 34*bgm_daigo_mvl/mxv + .byte W04 + .byte 38*bgm_daigo_mvl/mxv + .byte W02 + .byte 51*bgm_daigo_mvl/mxv + .byte W03 + .byte 62*bgm_daigo_mvl/mxv + .byte W03 + .byte 65*bgm_daigo_mvl/mxv + .byte W16 +bgm_daigo_6_B1: + .byte VOICE , 80 + .byte VOL , 44*bgm_daigo_mvl/mxv + .byte N09 , Cn6 , v112 + .byte W12 + .byte N06 , Cn6 , v092 + .byte W12 + .byte N03 , Cn6 , v112 + .byte W06 + .byte N12 , Cn6 , v092 + .byte W12 + .byte N03 , Cn6 , v112 + .byte W12 + .byte Cn6 , v092 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cn6 , v112 + .byte W12 + .byte Cn6 , v096 + .byte W12 +bgm_daigo_6_000: + .byte N06 , An6 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , An5 + .byte W06 + .byte N06 , An6 + .byte W12 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte An5 + .byte W06 + .byte N06 , An6 + .byte W12 + .byte N03 , An5 + .byte W06 + .byte PEND + .byte N09 , Cn6 + .byte W12 + .byte N06 , Cn6 , v092 + .byte W12 + .byte N03 , Cn6 , v112 + .byte W06 + .byte N12 , Cn6 , v092 + .byte W12 + .byte N03 , Cn6 , v112 + .byte W12 + .byte Cn6 , v092 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cn6 , v112 + .byte W12 + .byte Cn6 , v096 + .byte W12 + .byte PATT + .word bgm_daigo_6_000 +bgm_daigo_6_001: + .byte N09 , As5 , v112 + .byte W12 + .byte N06 , As5 , v092 + .byte W12 + .byte N03 , As5 , v112 + .byte W06 + .byte N12 , As5 , v092 + .byte W12 + .byte N03 , As5 , v112 + .byte W12 + .byte As5 , v092 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , As5 , v112 + .byte W12 + .byte As5 , v096 + .byte W12 + .byte PEND + .byte Gn6 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , Gn5 + .byte W06 + .byte N06 , Gn6 + .byte W12 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Gn5 + .byte W06 + .byte N06 , Gn6 + .byte W12 + .byte N03 , Gn5 + .byte W06 + .byte PATT + .word bgm_daigo_6_001 + .byte MOD , 4 + .byte N06 , Gn6 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , Gn5 + .byte W06 + .byte N06 , Gn6 + .byte W12 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Gn5 + .byte W06 + .byte N06 , Gn6 + .byte W06 + .byte VOICE , 81 + .byte VOL , 38*bgm_daigo_mvl/mxv + .byte MOD , 0 + .byte N06 , Gn3 + .byte W06 + .byte Gs3 + .byte N03 , Gn5 + .byte W06 + .byte N84 , An3 + .byte W24 + .byte MOD , 6 + .byte W60 + .byte 0 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N84 , Gs3 + .byte W24 + .byte MOD , 6 + .byte W60 + .byte 0 + .byte N06 , En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N36 , Gn3 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , En3 + .byte N06 , Bn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N48 , Gn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N84 , An3 + .byte W24 + .byte MOD , 6 + .byte W60 + .byte 0 + .byte N06 , Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N30 , An3 + .byte W30 + .byte N06 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , Cn4 + .byte W12 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte N54 , Fs3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte W06 + .byte N06 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte N36 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte Dn4 + .byte W03 + .byte N36 , Gn3 + .byte W24 + .byte W03 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , En3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N36 , Bn3 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N24 , Gs3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , En3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Dn4 + .byte W03 + .byte En4 + .byte W03 + .byte GOTO + .word bgm_daigo_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_daigo_7: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 38*bgm_daigo_mvl/mxv + .byte W96 + .byte 8*bgm_daigo_mvl/mxv + .byte PAN , c_v+63 + .byte N96 , Dn3 , v112 + .byte W08 + .byte VOL , 11*bgm_daigo_mvl/mxv + .byte W12 + .byte 14*bgm_daigo_mvl/mxv + .byte W12 + .byte 17*bgm_daigo_mvl/mxv + .byte W21 + .byte 19*bgm_daigo_mvl/mxv + .byte W03 + .byte 20*bgm_daigo_mvl/mxv + .byte W06 + .byte 23*bgm_daigo_mvl/mxv + .byte W03 + .byte 26*bgm_daigo_mvl/mxv + .byte W03 + .byte 34*bgm_daigo_mvl/mxv + .byte W04 + .byte 38*bgm_daigo_mvl/mxv + .byte W02 + .byte 51*bgm_daigo_mvl/mxv + .byte W03 + .byte 62*bgm_daigo_mvl/mxv + .byte W03 + .byte 65*bgm_daigo_mvl/mxv + .byte W16 +bgm_daigo_7_B1: + .byte VOICE , 83 + .byte VOL , 38*bgm_daigo_mvl/mxv + .byte N06 , Gn2 , v112 + .byte W06 + .byte N03 , An2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Gs2 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Ds2 + .byte W06 + .byte En2 + .byte W06 + .byte Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte N03 , An2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte N24 , Cn4 + .byte W24 + .byte W96 + .byte N06 , Fn2 + .byte W06 + .byte N03 , Gn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Fs2 + .byte W06 + .byte An1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte As1 + .byte W06 + .byte Fn1 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte An1 + .byte W06 + .byte As1 + .byte W06 + .byte Fn2 + .byte W06 + .byte N03 , Gn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte Fn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W03 + .byte Cs3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte PAN , c_v+0 + .byte TIE , As3 + .byte W24 + .byte MOD , 4 + .byte W48 + .byte VOL , 40*bgm_daigo_mvl/mxv + .byte W02 + .byte 44*bgm_daigo_mvl/mxv + .byte W03 + .byte 47*bgm_daigo_mvl/mxv + .byte W03 + .byte 52*bgm_daigo_mvl/mxv + .byte W04 + .byte 55*bgm_daigo_mvl/mxv + .byte W02 + .byte 62*bgm_daigo_mvl/mxv + .byte W03 + .byte 68*bgm_daigo_mvl/mxv + .byte W03 + .byte 71*bgm_daigo_mvl/mxv + .byte W16 + .byte EOT + .byte PAN , c_v+63 + .byte MOD , 0 + .byte VOL , 38*bgm_daigo_mvl/mxv + .byte N06 , Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte VOICE , 82 + .byte PAN , c_v+63 + .byte N84 , En4 + .byte W24 + .byte MOD , 6 + .byte W60 + .byte 0 + .byte N06 , Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte N84 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W60 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N48 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N84 , Cs4 + .byte W24 + .byte MOD , 6 + .byte W60 + .byte 0 + .byte N06 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N30 , Cn4 + .byte W30 + .byte N06 , Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , En4 + .byte W12 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N54 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Gn4 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N36 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , En4 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Gs3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Dn4 + .byte W03 + .byte En4 + .byte W03 + .byte Bn3 + .byte W03 + .byte Dn4 + .byte W03 + .byte En4 + .byte W03 + .byte Gs4 + .byte W03 + .byte GOTO + .word bgm_daigo_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_daigo_8: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 76*bgm_daigo_mvl/mxv + .byte N06 , Dn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N42 , An2 + .byte W42 + .byte W96 +bgm_daigo_8_B1: + .byte W18 + .byte N06 , Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En3 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W18 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W18 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W06 +bgm_daigo_8_000: + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En3 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W18 + .byte Dn3 + .byte W06 + .byte PEND + .byte Cn1 + .byte W18 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte PATT + .word bgm_daigo_8_000 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte PATT + .word bgm_daigo_8_000 + .byte PATT + .word bgm_daigo_8_000 +bgm_daigo_8_001: + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte PATT + .word bgm_daigo_8_001 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 +bgm_daigo_8_002: + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N03 , Cn1 , v088 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte Cn1 , v096 + .byte W06 + .byte PEND + .byte PATT + .word bgm_daigo_8_002 + .byte N06 , Dn1 , v112 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte N03 , Cn1 , v088 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte N03 , Cn1 , v088 + .byte W06 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte GOTO + .word bgm_daigo_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_daigo_9: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 29 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 47*bgm_daigo_mvl/mxv + .byte W96 + .byte W96 +bgm_daigo_9_B1: + .byte VOICE , 29 + .byte VOL , 56*bgm_daigo_mvl/mxv + .byte N06 , Bn1 , v112 + .byte W06 + .byte N03 , Cn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Bn1 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte An1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N03 , En1 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , Gs1 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Cn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Fn2 , v060 + .byte W03 + .byte Gn2 + .byte W03 + .byte Gs2 + .byte W03 + .byte An2 + .byte W03 + .byte Bn2 + .byte W03 + .byte Cn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte N24 , En3 + .byte W03 + .byte BEND , c_v-6 + .byte W03 + .byte c_v-11 + .byte W03 + .byte c_v-20 + .byte W03 + .byte c_v-26 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-40 + .byte W03 + .byte c_v-50 + .byte W03 + .byte c_v+0 + .byte N06 , Gn1 , v112 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte An1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N03 , En1 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , Gs1 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , An1 + .byte W06 + .byte N03 , As1 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte An1 + .byte W06 + .byte As1 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte An1 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Dn1 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte As1 + .byte W06 + .byte Fn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , An1 + .byte W06 + .byte N03 , As1 + .byte W12 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte An1 + .byte W06 + .byte As1 + .byte W06 + .byte Ds2 , v064 + .byte W03 + .byte Fn2 + .byte W03 + .byte Fs2 + .byte W03 + .byte Gn2 + .byte W03 + .byte An2 + .byte W03 + .byte As2 + .byte W03 + .byte Cn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte N24 , Dn3 + .byte W03 + .byte BEND , c_v-6 + .byte W03 + .byte c_v-11 + .byte W03 + .byte c_v-20 + .byte W03 + .byte c_v-26 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-40 + .byte W03 + .byte c_v-50 + .byte W03 + .byte c_v+0 + .byte W48 + .byte VOICE , 85 + .byte W24 + .byte VOL , 21*bgm_daigo_mvl/mxv + .byte BEND , c_v+2 + .byte W12 + .byte N06 , Bn4 , v104 + .byte W06 + .byte Dn5 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+2 + .byte N66 , En5 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte N06 + .byte W12 + .byte Fn5 + .byte W06 + .byte En5 + .byte W06 + .byte Gs5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N03 , Fn5 + .byte W03 + .byte Gn5 + .byte W03 + .byte N06 , Fn5 + .byte W12 + .byte En5 + .byte W06 + .byte N36 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N06 , Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N30 , Dn5 + .byte W36 + .byte N06 , En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N30 , En5 + .byte W36 + .byte N06 + .byte W06 + .byte Fn5 + .byte W06 + .byte N48 , En5 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N06 , Cs5 + .byte W06 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W06 + .byte En5 + .byte W18 + .byte N18 + .byte W18 + .byte N06 , Fn5 + .byte W18 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N03 , An4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , En5 + .byte W18 + .byte N06 , Fn5 + .byte W18 + .byte N48 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N06 , Cn5 + .byte W06 + .byte TIE , Gn5 + .byte W06 + .byte W24 + .byte MOD , 6 + .byte W72 + .byte W72 + .byte EOT + .byte N03 , Fn5 , v060 + .byte W03 + .byte En5 + .byte W03 + .byte Dn5 + .byte W03 + .byte Cn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte An4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte GOTO + .word bgm_daigo_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_daigo_10: + .byte KEYSH , bgm_daigo_key+0 + .byte VOICE , 17 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-17 + .byte VOL , 50*bgm_daigo_mvl/mxv + .byte N06 , Ds4 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Ds4 + .byte W12 + .byte Cn4 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N18 , Gn4 + .byte W18 + .byte N06 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte W96 +bgm_daigo_10_B1: + .byte VOICE , 17 + .byte VOL , 52*bgm_daigo_mvl/mxv + .byte N03 , En3 , v112 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte VOICE , 17 + .byte N06 , Cn4 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N12 , Bn3 + .byte W12 + .byte N18 , Gs4 + .byte W18 + .byte N06 , An4 + .byte W30 + .byte VOICE , 47 + .byte VOL , 52*bgm_daigo_mvl/mxv + .byte PAN , c_v-10 + .byte N06 , An2 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte En3 + .byte W12 + .byte N06 + .byte W12 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Gs2 + .byte W12 + .byte VOICE , 17 + .byte PAN , c_v-32 + .byte VOL , 52*bgm_daigo_mvl/mxv + .byte N03 , Cs2 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte VOICE , 17 + .byte N06 , Cn4 + .byte W06 + .byte N03 , En4 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte N18 , Gs4 + .byte W18 + .byte N06 , An4 + .byte W30 + .byte VOICE , 47 + .byte VOL , 52*bgm_daigo_mvl/mxv + .byte PAN , c_v-11 + .byte N06 , An2 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte En3 + .byte W12 + .byte N06 + .byte W12 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Gs2 + .byte W12 + .byte VOICE , 17 + .byte PAN , c_v-32 + .byte N03 , Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte VOICE , 38 + .byte N06 , As3 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N12 , An3 + .byte W12 + .byte N18 , Fs4 + .byte W18 + .byte N06 , Gn4 + .byte W30 + .byte VOICE , 47 + .byte VOL , 52*bgm_daigo_mvl/mxv + .byte PAN , c_v-11 + .byte N06 , Gn2 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 + .byte W12 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fs2 + .byte W12 + .byte VOICE , 17 + .byte PAN , c_v-32 + .byte VOL , 52*bgm_daigo_mvl/mxv + .byte N03 , Bn1 + .byte W03 + .byte Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte VOICE , 38 + .byte N06 , As3 + .byte W06 + .byte N03 , Dn4 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte N18 , Fs4 + .byte W18 + .byte N06 , Gn4 + .byte W30 + .byte VOICE , 56 + .byte W48 + .byte N06 , As4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte Gn4 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_daigo_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_daigo: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_daigo_pri @ Priority + .byte bgm_daigo_rev @ Reverb. + + .word bgm_daigo_grp + + .word bgm_daigo_1 + .word bgm_daigo_2 + .word bgm_daigo_3 + .word bgm_daigo_4 + .word bgm_daigo_5 + .word bgm_daigo_6 + .word bgm_daigo_7 + .word bgm_daigo_8 + .word bgm_daigo_9 + .word bgm_daigo_10 + + .end diff --git a/sound/songs/bgm_dan01.s b/sound/songs/bgm_dan01.s new file mode 100644 index 000000000..2612ba317 --- /dev/null +++ b/sound/songs/bgm_dan01.s @@ -0,0 +1,1635 @@ + .include "MPlayDef.s" + + .equ bgm_dan01_grp, voicegroup_8432B38 + .equ bgm_dan01_pri, 0 + .equ bgm_dan01_rev, reverb_set+50 + .equ bgm_dan01_mvl, 127 + .equ bgm_dan01_key, 0 + .equ bgm_dan01_tbs, 1 + .equ bgm_dan01_exg, 1 + .equ bgm_dan01_cmp, 1 + + .section .rodata + .global bgm_dan01 + .align 2 + +@********************** Track 1 **********************@ + +bgm_dan01_1: + .byte KEYSH , bgm_dan01_key+0 + .byte TEMPO , 130*bgm_dan01_tbs/2 + .byte VOICE , 45 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte PAN , c_v-9 + .byte N06 , Dn4 , v080 + .byte W12 + .byte As4 + .byte W12 + .byte Fs4 + .byte W12 +bgm_dan01_1_000: + .byte N06 , Dn5 , v080 + .byte W60 + .byte Cs5 + .byte W12 + .byte PEND + .byte As4 + .byte W72 +bgm_dan01_1_B1: +bgm_dan01_1_001: + .byte N06 , Dn3 , v080 + .byte W12 + .byte As3 + .byte W12 + .byte Fs4 + .byte W12 + .byte As4 + .byte W36 + .byte PEND + .byte W72 + .byte PATT + .word bgm_dan01_1_001 + .byte W72 + .byte PATT + .word bgm_dan01_1_001 + .byte W72 +bgm_dan01_1_002: + .byte N06 , Ds3 , v080 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn4 + .byte W36 + .byte PEND + .byte W72 + .byte PATT + .word bgm_dan01_1_002 + .byte W72 + .byte PATT + .word bgm_dan01_1_002 + .byte W72 + .byte PATT + .word bgm_dan01_1_002 + .byte W72 +bgm_dan01_1_003: + .byte N06 , Dn3 , v080 + .byte W12 + .byte Fs3 + .byte W12 + .byte Dn4 + .byte W12 + .byte As4 + .byte W36 + .byte PEND + .byte W72 + .byte PATT + .word bgm_dan01_1_003 + .byte W72 + .byte PATT + .word bgm_dan01_1_003 + .byte W72 + .byte PATT + .word bgm_dan01_1_003 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W36 + .byte N06 , Dn4 , v080 + .byte W12 + .byte As4 + .byte W12 + .byte Fs4 + .byte W12 + .byte PATT + .word bgm_dan01_1_000 + .byte N06 , As4 , v080 + .byte W72 + .byte GOTO + .word bgm_dan01_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dan01_2: + .byte KEYSH , bgm_dan01_key+0 + .byte W36 + .byte VOICE , 1 + .byte W72 +bgm_dan01_2_000: + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W12 + .byte N06 , Dn2 , v056 + .byte W12 + .byte Dn2 , v064 + .byte W12 + .byte Dn2 , v072 + .byte W12 + .byte Dn2 , v088 + .byte W12 + .byte Dn2 , v096 + .byte W12 + .byte PEND +bgm_dan01_2_B1: + .byte N36 , Dn2 , v116 + .byte W36 + .byte N06 , Dn2 , v112 + .byte W24 + .byte N06 + .byte W12 + .byte TIE , Dn1 , v120 + .byte W72 + .byte W48 + .byte EOT + .byte W12 + .byte N06 , Dn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte TIE , Dn1 , v120 + .byte W72 + .byte W48 + .byte EOT + .byte W24 + .byte N36 , As1 + .byte W36 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte TIE , Ds1 , v112 + .byte W72 + .byte W36 + .byte EOT + .byte N06 , Ds2 , v088 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N44 , Ds3 , v088, gtp1 + .byte W60 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Cs3 + .byte W03 + .byte Cn3 + .byte W03 + .byte TIE , Bn2 + .byte W72 + .byte W68 + .byte W01 + .byte EOT + .byte W03 + .byte W60 + .byte N06 , Ds2 , v112 + .byte W12 + .byte TIE , Ds1 , v124 + .byte W72 + .byte W72 + .byte EOT +bgm_dan01_2_001: + .byte W12 + .byte N06 , Dn2 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W72 + .byte PATT + .word bgm_dan01_2_001 + .byte TIE , Dn1 , v124 + .byte W72 + .byte W72 + .byte EOT + .byte W60 + .byte N06 , Dn5 , v064 + .byte W12 + .byte TIE + .byte W72 + .byte W72 + .byte EOT + .byte W72 + .byte VOICE , 48 + .byte VOL , 36*bgm_dan01_mvl/mxv + .byte MOD , 9 + .byte TIE , Fs1 , v096 + .byte W05 + .byte VOL , 40*bgm_dan01_mvl/mxv + .byte W07 + .byte 42*bgm_dan01_mvl/mxv + .byte W05 + .byte 46*bgm_dan01_mvl/mxv + .byte W07 + .byte 48*bgm_dan01_mvl/mxv + .byte W05 + .byte 53*bgm_dan01_mvl/mxv + .byte W07 + .byte 57*bgm_dan01_mvl/mxv + .byte W05 + .byte 60*bgm_dan01_mvl/mxv + .byte W07 + .byte 64*bgm_dan01_mvl/mxv + .byte W05 + .byte 68*bgm_dan01_mvl/mxv + .byte W07 + .byte 74*bgm_dan01_mvl/mxv + .byte W05 + .byte 77*bgm_dan01_mvl/mxv + .byte W07 + .byte 78*bgm_dan01_mvl/mxv + .byte W36 + .byte 80*bgm_dan01_mvl/mxv + .byte W24 + .byte 77*bgm_dan01_mvl/mxv + .byte W05 + .byte 76*bgm_dan01_mvl/mxv + .byte W07 + .byte 75*bgm_dan01_mvl/mxv + .byte W05 + .byte 69*bgm_dan01_mvl/mxv + .byte W07 + .byte 66*bgm_dan01_mvl/mxv + .byte W05 + .byte 61*bgm_dan01_mvl/mxv + .byte W07 + .byte 57*bgm_dan01_mvl/mxv + .byte W05 + .byte 53*bgm_dan01_mvl/mxv + .byte W07 + .byte 46*bgm_dan01_mvl/mxv + .byte W05 + .byte 38*bgm_dan01_mvl/mxv + .byte W07 + .byte 32*bgm_dan01_mvl/mxv + .byte W05 + .byte 21*bgm_dan01_mvl/mxv + .byte W07 + .byte 10*bgm_dan01_mvl/mxv + .byte W05 + .byte 1*bgm_dan01_mvl/mxv + .byte W07 + .byte EOT + .byte VOICE , 1 + .byte MOD , 0 + .byte W72 + .byte PATT + .word bgm_dan01_2_000 + .byte GOTO + .word bgm_dan01_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dan01_3: + .byte KEYSH , bgm_dan01_key+0 + .byte VOICE , 73 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte PAN , c_v+9 + .byte N06 , Dn4 , v100 + .byte W12 + .byte As4 + .byte W12 + .byte Fs4 + .byte W12 +bgm_dan01_3_000: + .byte N44 , Dn5 , v100, gtp1 + .byte W15 + .byte MOD , 8 + .byte W03 + .byte VOL , 70*bgm_dan01_mvl/mxv + .byte W06 + .byte 54*bgm_dan01_mvl/mxv + .byte W06 + .byte 40*bgm_dan01_mvl/mxv + .byte W06 + .byte 27*bgm_dan01_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOL , 78*bgm_dan01_mvl/mxv + .byte W12 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Cn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte PEND +bgm_dan01_3_001: + .byte N68 , As4 , v100, gtp1 + .byte W24 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte MOD , 8 + .byte W05 + .byte VOL , 65*bgm_dan01_mvl/mxv + .byte W07 + .byte 61*bgm_dan01_mvl/mxv + .byte W05 + .byte 51*bgm_dan01_mvl/mxv + .byte W07 + .byte 44*bgm_dan01_mvl/mxv + .byte W05 + .byte 34*bgm_dan01_mvl/mxv + .byte W07 + .byte 23*bgm_dan01_mvl/mxv + .byte W05 + .byte 3*bgm_dan01_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W03 + .byte PEND +bgm_dan01_3_B1: +bgm_dan01_3_002: + .byte VOICE , 48 + .byte VOL , 35*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 41*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 42*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 47*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 49*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 55*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 58*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 63*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 68*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 74*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 78*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte PEND +bgm_dan01_3_003: + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 71*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 69*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 66*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 64*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 61*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 59*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte PEND +bgm_dan01_3_004: + .byte VOL , 56*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 54*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 48*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 45*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 40*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 38*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 35*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 32*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 30*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 26*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 24*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 20*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte PEND +bgm_dan01_3_005: + .byte VOL , 16*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 12*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 7*bgm_dan01_mvl/mxv + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W02 + .byte VOL , 3*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Dn6 , v048 + .byte W03 + .byte As5 , v040 + .byte W03 + .byte VOL , 1*bgm_dan01_mvl/mxv + .byte W48 + .byte PEND + .byte W72 + .byte W72 + .byte 35*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 41*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 42*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 47*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 49*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 55*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 58*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 63*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 68*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 74*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 78*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 71*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 69*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 66*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 64*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 61*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 59*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 56*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 54*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 48*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 45*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 40*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 38*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 35*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 32*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 30*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 26*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 24*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 20*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 16*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 12*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 7*bgm_dan01_mvl/mxv + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W02 + .byte VOL , 3*bgm_dan01_mvl/mxv + .byte W01 + .byte N03 , Ds6 , v048 + .byte W03 + .byte Gn5 , v040 + .byte W03 + .byte VOL , 1*bgm_dan01_mvl/mxv + .byte W48 + .byte VOICE , 73 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte N06 , Dn6 , v056 + .byte W06 + .byte Ds6 + .byte W06 + .byte Dn6 + .byte W12 + .byte N06 + .byte W06 + .byte Ds6 + .byte W06 + .byte Dn6 + .byte W36 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte Cs6 + .byte W06 + .byte Dn6 + .byte W06 + .byte Cs6 + .byte W12 + .byte N06 + .byte W06 + .byte Dn6 + .byte W06 + .byte Cs6 + .byte W24 + .byte Dn6 + .byte W06 + .byte Ds6 + .byte W06 + .byte As5 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte PATT + .word bgm_dan01_3_002 + .byte PATT + .word bgm_dan01_3_003 + .byte PATT + .word bgm_dan01_3_004 + .byte PATT + .word bgm_dan01_3_005 + .byte W36 + .byte VOICE , 73 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte N06 , Dn4 , v100 + .byte W12 + .byte As4 + .byte W12 + .byte Fs4 + .byte W12 + .byte PATT + .word bgm_dan01_3_000 + .byte PATT + .word bgm_dan01_3_001 + .byte GOTO + .word bgm_dan01_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dan01_4: + .byte KEYSH , bgm_dan01_key+0 + .byte W36 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte PAN , c_v-47 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W72 + .byte W72 +bgm_dan01_4_B1: + .byte VOICE , 80 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte 4 + .byte N72 , Dn4 , v060 + .byte W06 + .byte VOL , 65*bgm_dan01_mvl/mxv + .byte W06 + .byte 51*bgm_dan01_mvl/mxv + .byte W05 + .byte 56*bgm_dan01_mvl/mxv + .byte W07 + .byte 58*bgm_dan01_mvl/mxv + .byte MOD , 12 + .byte W05 + .byte VOL , 62*bgm_dan01_mvl/mxv + .byte W07 + .byte 65*bgm_dan01_mvl/mxv + .byte W05 + .byte 70*bgm_dan01_mvl/mxv + .byte W07 + .byte 76*bgm_dan01_mvl/mxv + .byte W05 + .byte 80*bgm_dan01_mvl/mxv + .byte W19 + .byte MOD , 0 + .byte TIE , Ds4 , v056 + .byte W40 + .byte W01 + .byte VOL , 76*bgm_dan01_mvl/mxv + .byte W07 + .byte 75*bgm_dan01_mvl/mxv + .byte MOD , 12 + .byte W05 + .byte VOL , 70*bgm_dan01_mvl/mxv + .byte W07 + .byte 69*bgm_dan01_mvl/mxv + .byte W05 + .byte 66*bgm_dan01_mvl/mxv + .byte W07 + .byte 61*bgm_dan01_mvl/mxv + .byte W05 + .byte 58*bgm_dan01_mvl/mxv + .byte W07 + .byte 54*bgm_dan01_mvl/mxv + .byte W05 + .byte 49*bgm_dan01_mvl/mxv + .byte W07 + .byte 47*bgm_dan01_mvl/mxv + .byte W05 + .byte 42*bgm_dan01_mvl/mxv + .byte W07 + .byte 37*bgm_dan01_mvl/mxv + .byte W05 + .byte 32*bgm_dan01_mvl/mxv + .byte W07 + .byte 26*bgm_dan01_mvl/mxv + .byte W05 + .byte 17*bgm_dan01_mvl/mxv + .byte W07 + .byte 8*bgm_dan01_mvl/mxv + .byte W05 + .byte 1*bgm_dan01_mvl/mxv + .byte W07 + .byte EOT + .byte MOD , 0 + .byte W72 + .byte W72 + .byte VOICE , 80 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W12 + .byte N06 , Bn4 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte W72 + .byte W12 + .byte Bn3 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W72 +bgm_dan01_4_000: + .byte W12 + .byte N06 , As3 , v056 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W72 + .byte PATT + .word bgm_dan01_4_000 + .byte N06 , As3 , v056 + .byte W72 +bgm_dan01_4_001: + .byte W36 + .byte N06 , Dn3 , v060 + .byte W12 + .byte Fs3 + .byte W12 + .byte Dn4 + .byte W12 + .byte PEND +bgm_dan01_4_002: + .byte N06 , As4 , v060 + .byte W12 + .byte Dn4 , v040 + .byte W12 + .byte As4 + .byte W12 + .byte Dn4 , v020 + .byte W12 + .byte As4 + .byte W24 + .byte PEND + .byte W72 + .byte PATT + .word bgm_dan01_4_001 + .byte PATT + .word bgm_dan01_4_002 + .byte W72 + .byte W36 + .byte VOICE , 4 + .byte N06 , Dn2 , v068 + .byte W12 + .byte Fs2 + .byte W12 + .byte Dn3 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 , v048 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 , v020 + .byte W12 + .byte As3 + .byte W24 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_dan01_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dan01_5: + .byte KEYSH , bgm_dan01_key+0 + .byte W36 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W72 + .byte W72 +bgm_dan01_5_B1: + .byte VOICE , 82 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte 5 + .byte N12 , As3 , v060 + .byte W06 + .byte VOL , 65*bgm_dan01_mvl/mxv + .byte W06 + .byte VOICE , 6 + .byte VOL , 51*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 56*bgm_dan01_mvl/mxv + .byte W07 + .byte 58*bgm_dan01_mvl/mxv + .byte MOD , 12 + .byte N12 + .byte W05 + .byte VOL , 62*bgm_dan01_mvl/mxv + .byte W07 + .byte 65*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 70*bgm_dan01_mvl/mxv + .byte W07 + .byte 76*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W07 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte MOD , 0 + .byte N12 , Bn3 , v056 + .byte W12 + .byte VOICE , 6 + .byte N12 , Bn3 , v060 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W05 + .byte VOL , 76*bgm_dan01_mvl/mxv + .byte W07 + .byte 75*bgm_dan01_mvl/mxv + .byte MOD , 12 + .byte N12 + .byte W05 + .byte VOL , 70*bgm_dan01_mvl/mxv + .byte W07 + .byte 69*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 66*bgm_dan01_mvl/mxv + .byte W07 + .byte 61*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 58*bgm_dan01_mvl/mxv + .byte W07 + .byte 54*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 49*bgm_dan01_mvl/mxv + .byte W07 + .byte 47*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 42*bgm_dan01_mvl/mxv + .byte W07 + .byte 37*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 32*bgm_dan01_mvl/mxv + .byte W07 + .byte 26*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 17*bgm_dan01_mvl/mxv + .byte W07 + .byte 8*bgm_dan01_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 1*bgm_dan01_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte W72 + .byte W72 + .byte VOICE , 82 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W12 + .byte N06 , Gn4 , v056 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte W72 + .byte W12 + .byte Gn3 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W72 +bgm_dan01_5_000: + .byte W12 + .byte N06 , Fs3 , v056 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W72 + .byte PATT + .word bgm_dan01_5_000 + .byte N06 , Fs3 , v056 + .byte W72 +bgm_dan01_5_001: + .byte W42 + .byte N06 , Dn3 , v060 + .byte W12 + .byte Fs3 + .byte W12 + .byte Dn4 + .byte W06 + .byte PEND +bgm_dan01_5_002: + .byte W06 + .byte N06 , As4 , v060 + .byte W12 + .byte Dn4 , v040 + .byte W12 + .byte As4 + .byte W12 + .byte Dn4 , v020 + .byte W12 + .byte As4 + .byte W18 + .byte PEND + .byte W72 + .byte PATT + .word bgm_dan01_5_001 + .byte PATT + .word bgm_dan01_5_002 + .byte W72 + .byte W36 + .byte VOICE , 5 + .byte W06 + .byte N06 , Dn2 , v068 + .byte W12 + .byte Fs2 + .byte W12 + .byte Dn3 + .byte W06 + .byte W06 + .byte As3 + .byte W12 + .byte Dn3 , v048 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 , v020 + .byte W12 + .byte As3 + .byte W18 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_dan01_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dan01_6: + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte KEYSH , bgm_dan01_key+0 + .byte W36 + .byte VOICE , 81 + .byte PAN , c_v+0 + .byte W12 + .byte N06 , Dn2 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W72 +bgm_dan01_6_B1: +bgm_dan01_6_000: + .byte W12 + .byte N06 , Dn3 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W72 +bgm_dan01_6_001: + .byte W12 + .byte N06 , Dn2 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W72 + .byte PATT + .word bgm_dan01_6_001 + .byte N06 , Dn2 , v064 + .byte W72 +bgm_dan01_6_002: + .byte W12 + .byte N06 , Ds2 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W72 + .byte PATT + .word bgm_dan01_6_002 + .byte N06 , Ds2 , v064 + .byte W72 + .byte PATT + .word bgm_dan01_6_002 + .byte N06 , Ds2 , v064 + .byte W72 + .byte W12 + .byte Ds3 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte PATT + .word bgm_dan01_6_000 + .byte N06 , Dn3 , v064 + .byte W72 + .byte PATT + .word bgm_dan01_6_000 + .byte N06 , Dn3 , v064 + .byte W72 + .byte PATT + .word bgm_dan01_6_001 + .byte N06 , Dn2 , v064 + .byte W72 + .byte PATT + .word bgm_dan01_6_001 + .byte N06 , Dn2 , v064 + .byte W72 + .byte PATT + .word bgm_dan01_6_001 + .byte N06 , Dn2 , v064 + .byte W72 + .byte PATT + .word bgm_dan01_6_001 + .byte N06 , Dn2 , v064 + .byte W72 + .byte VOICE , 81 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte GOTO + .word bgm_dan01_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dan01_7: + .byte KEYSH , bgm_dan01_key+0 + .byte W36 + .byte PAN , c_v+10 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W72 +bgm_dan01_7_000: + .byte W12 + .byte N06 , As2 , v036 + .byte W12 + .byte As2 , v040 + .byte W12 + .byte As2 , v048 + .byte W12 + .byte As2 , v056 + .byte W12 + .byte As2 , v060 + .byte W12 + .byte PEND +bgm_dan01_7_B1: + .byte N36 , As2 , v064 + .byte W36 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N36 , As1 + .byte W36 + .byte VOICE , 48 + .byte PAN , c_v+32 + .byte N06 , Dn2 , v088 + .byte W12 + .byte As2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N44 , Dn3 , v088, gtp1 + .byte W60 + .byte N06 , Cs3 + .byte W06 + .byte N03 , Cn3 + .byte W03 + .byte Bn2 + .byte W03 + .byte TIE , As2 + .byte W42 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte W06 + .byte 77*bgm_dan01_mvl/mxv + .byte W05 + .byte 74*bgm_dan01_mvl/mxv + .byte W07 + .byte 70*bgm_dan01_mvl/mxv + .byte W05 + .byte 66*bgm_dan01_mvl/mxv + .byte W07 + .byte 62*bgm_dan01_mvl/mxv + .byte W05 + .byte 55*bgm_dan01_mvl/mxv + .byte W07 + .byte 50*bgm_dan01_mvl/mxv + .byte W05 + .byte 44*bgm_dan01_mvl/mxv + .byte W07 + .byte 38*bgm_dan01_mvl/mxv + .byte W05 + .byte 30*bgm_dan01_mvl/mxv + .byte W07 + .byte 23*bgm_dan01_mvl/mxv + .byte W05 + .byte 12*bgm_dan01_mvl/mxv + .byte W07 + .byte 5*bgm_dan01_mvl/mxv + .byte W05 + .byte 1*bgm_dan01_mvl/mxv + .byte W16 + .byte EOT + .byte W03 + .byte VOICE , 1 + .byte PAN , c_v+10 + .byte N36 , Dn2 , v120 + .byte W36 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte TIE , Gn1 + .byte W72 + .byte W36 + .byte EOT + .byte N06 , Bn1 , v084 + .byte W12 + .byte Gn2 + .byte W12 + .byte Ds2 + .byte W12 + .byte N44 , Bn2 , v084, gtp1 + .byte W60 + .byte N06 , Bn2 , v080 + .byte W12 + .byte TIE , Gn2 , v084 + .byte W72 + .byte W68 + .byte W01 + .byte EOT + .byte W03 + .byte W72 + .byte W72 + .byte W72 +bgm_dan01_7_001: + .byte W12 + .byte N06 , As2 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W72 + .byte PATT + .word bgm_dan01_7_001 + .byte TIE , As1 , v120 + .byte W72 + .byte W72 + .byte EOT + .byte W60 + .byte N06 , Fs5 , v064 + .byte W12 + .byte TIE + .byte W72 + .byte W72 + .byte EOT + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte PATT + .word bgm_dan01_7_000 + .byte GOTO + .word bgm_dan01_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dan01_8: + .byte KEYSH , bgm_dan01_key+0 + .byte W36 + .byte VOICE , 127 + .byte VOL , 75*bgm_dan01_mvl/mxv + .byte PAN , c_v+0 + .byte N11 , Gs4 , v040 + .byte W60 + .byte N11 + .byte W12 + .byte N11 + .byte W72 +bgm_dan01_8_B1: +bgm_dan01_8_000: + .byte N11 , Gs4 , v040 + .byte W60 + .byte N11 + .byte W12 + .byte PEND + .byte N11 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte PATT + .word bgm_dan01_8_000 + .byte N11 , Gs4 , v040 + .byte W72 + .byte GOTO + .word bgm_dan01_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_dan01_9: + .byte VOL , 80*bgm_dan01_mvl/mxv + .byte KEYSH , bgm_dan01_key+0 + .byte W36 + .byte VOICE , 0 + .byte W72 + .byte W72 +bgm_dan01_9_B1: + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W60 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N06 + .byte W72 + .byte W60 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte W60 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte W60 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte W60 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte W60 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte W60 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte W60 + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_dan01_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dan01: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dan01_pri @ Priority + .byte bgm_dan01_rev @ Reverb. + + .word bgm_dan01_grp + + .word bgm_dan01_1 + .word bgm_dan01_2 + .word bgm_dan01_3 + .word bgm_dan01_4 + .word bgm_dan01_5 + .word bgm_dan01_6 + .word bgm_dan01_7 + .word bgm_dan01_8 + .word bgm_dan01_9 + + .end diff --git a/sound/songs/bgm_dan02.s b/sound/songs/bgm_dan02.s new file mode 100644 index 000000000..fc739a6f3 --- /dev/null +++ b/sound/songs/bgm_dan02.s @@ -0,0 +1,1789 @@ + .include "MPlayDef.s" + + .equ bgm_dan02_grp, voicegroup_8435D18 + .equ bgm_dan02_pri, 0 + .equ bgm_dan02_rev, reverb_set+50 + .equ bgm_dan02_mvl, 127 + .equ bgm_dan02_key, 0 + .equ bgm_dan02_tbs, 1 + .equ bgm_dan02_exg, 0 + .equ bgm_dan02_cmp, 1 + + .section .rodata + .global bgm_dan02 + .align 2 + +@********************** Track 1 **********************@ + +bgm_dan02_1: + .byte KEYSH , bgm_dan02_key+0 + .byte TEMPO , 100*bgm_dan02_tbs/2 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte PAN , c_v+0 + .byte LFOS , 40 + .byte W36 +bgm_dan02_1_B1: + .byte VOICE , 17 + .byte N56 , As4 , v108 + .byte W24 + .byte MOD , 9 + .byte W32 + .byte W01 + .byte 0 + .byte W03 + .byte N12 , Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N56 , As4 + .byte W24 + .byte MOD , 9 + .byte W32 + .byte W01 + .byte 0 + .byte W03 + .byte N12 , Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N09 , Ds5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N12 , Ds5 + .byte W12 + .byte N56 , Cn5 + .byte W24 + .byte MOD , 9 + .byte W12 + .byte VOL , 72*bgm_dan02_mvl/mxv + .byte W06 + .byte 65*bgm_dan02_mvl/mxv + .byte W06 + .byte 51*bgm_dan02_mvl/mxv + .byte W06 + .byte 24*bgm_dan02_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOICE , 14 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte W12 + .byte N24 , Cn4 , v092 + .byte W24 + .byte An3 + .byte W60 + .byte VOICE , 17 + .byte N56 , Ds5 , v108 + .byte W24 + .byte MOD , 9 + .byte W32 + .byte W01 + .byte 0 + .byte W03 + .byte N12 + .byte W12 + .byte Fn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte N56 , Gs4 + .byte W24 + .byte MOD , 9 + .byte W32 + .byte W01 + .byte 0 + .byte W03 + .byte N12 , Ds5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte N09 , Gs4 + .byte W12 + .byte As4 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N56 , Cs5 + .byte W24 + .byte MOD , 9 + .byte W12 + .byte VOL , 72*bgm_dan02_mvl/mxv + .byte W06 + .byte 65*bgm_dan02_mvl/mxv + .byte W06 + .byte 51*bgm_dan02_mvl/mxv + .byte W06 + .byte 24*bgm_dan02_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOICE , 14 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte W12 + .byte N24 , Cs4 , v092 + .byte W24 + .byte As3 + .byte W28 + .byte VOL , 72*bgm_dan02_mvl/mxv + .byte W04 + .byte 62*bgm_dan02_mvl/mxv + .byte W04 + .byte 54*bgm_dan02_mvl/mxv + .byte W04 + .byte 60*bgm_dan02_mvl/mxv + .byte W04 + .byte 67*bgm_dan02_mvl/mxv + .byte W04 + .byte 72*bgm_dan02_mvl/mxv + .byte W04 + .byte 77*bgm_dan02_mvl/mxv + .byte W04 + .byte 80*bgm_dan02_mvl/mxv + .byte W04 + .byte VOICE , 1 + .byte N12 , Cs4 , v100 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cs4 , v072 + .byte W12 + .byte PAN , c_v+17 + .byte N12 , Cs4 , v056 + .byte W12 + .byte PAN , c_v-31 + .byte N12 , Cs4 , v032 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , An3 , v100 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gs3 , v072 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Gs3 , v056 + .byte W12 + .byte PAN , c_v+31 + .byte N12 , Gs3 , v032 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cn4 , v100 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cn4 , v072 + .byte W12 + .byte PAN , c_v+17 + .byte N12 , Cn4 , v056 + .byte W12 + .byte PAN , c_v-31 + .byte N12 , Cn4 , v032 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cs4 , v100 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Cs4 , v072 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cs4 , v056 + .byte W12 + .byte PAN , c_v-1 + .byte N12 , Fn4 , v100 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Fn4 , v072 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Gs4 , v100 + .byte W12 + .byte PAN , c_v+16 + .byte N12 , Gs4 , v072 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cs5 , v100 + .byte W12 + .byte Cn5 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Cn5 , v072 + .byte W12 + .byte PAN , c_v+17 + .byte N12 , Cn5 , v056 + .byte W12 + .byte PAN , c_v-31 + .byte N12 , Cn5 , v032 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Cn5 , v020 + .byte W12 + .byte PAN , c_v+31 + .byte N12 , Cn5 , v012 + .byte W24 + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte N03 , Gn4 , v108 + .byte W03 + .byte Gs4 + .byte W03 + .byte An4 + .byte W03 + .byte As4 + .byte W03 + .byte N36 , Bn4 + .byte W18 + .byte MOD , 9 + .byte W18 + .byte 0 + .byte N06 , As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Bn4 + .byte W18 + .byte Fn4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte N44 , Gs4 + .byte W18 + .byte MOD , 9 + .byte W24 + .byte W03 + .byte 0 + .byte W09 + .byte N06 + .byte W06 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Gs4 + .byte W18 + .byte As4 + .byte W18 + .byte Bn4 + .byte W12 + .byte N06 , Cs5 + .byte W06 + .byte Gs4 + .byte W12 + .byte Bn4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , Fn4 + .byte W18 + .byte Ds4 + .byte W18 + .byte Cs4 + .byte W12 + .byte GOTO + .word bgm_dan02_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dan02_2: + .byte KEYSH , bgm_dan02_key+0 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte PAN , c_v+0 + .byte W36 +bgm_dan02_2_B1: + .byte VOICE , 90 + .byte PAN , c_v+10 + .byte N06 , Fs2 , v100 + .byte W12 + .byte N06 + .byte W24 + .byte N21 , Fn4 , v072 + .byte W12 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W15 + .byte 80*bgm_dan02_mvl/mxv + .byte W12 + .byte N06 , Fs2 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N21 , Fn4 , v072 + .byte W09 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W06 + .byte 80*bgm_dan02_mvl/mxv + .byte N36 , Fs2 , v100 + .byte W06 + .byte VOL , 64*bgm_dan02_mvl/mxv + .byte W06 + .byte 68*bgm_dan02_mvl/mxv + .byte W06 + .byte 73*bgm_dan02_mvl/mxv + .byte W06 + .byte 78*bgm_dan02_mvl/mxv + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N21 , Ds4 , v072 + .byte W12 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W15 + .byte 80*bgm_dan02_mvl/mxv + .byte W12 + .byte N06 , Fs2 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N21 , Ds4 , v072 + .byte W09 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W06 + .byte 80*bgm_dan02_mvl/mxv + .byte N36 , Fs2 , v100 + .byte W06 + .byte VOL , 64*bgm_dan02_mvl/mxv + .byte W06 + .byte 68*bgm_dan02_mvl/mxv + .byte W06 + .byte 73*bgm_dan02_mvl/mxv + .byte W06 + .byte 78*bgm_dan02_mvl/mxv + .byte W12 + .byte N06 , Fn2 + .byte W12 + .byte N06 + .byte W24 + .byte N21 , Cn4 , v072 + .byte W12 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W15 + .byte 80*bgm_dan02_mvl/mxv + .byte W12 + .byte N06 , Fn2 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N21 , Cn4 , v072 + .byte W09 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W06 + .byte 80*bgm_dan02_mvl/mxv + .byte N36 , Fn2 , v100 + .byte W06 + .byte VOL , 64*bgm_dan02_mvl/mxv + .byte W06 + .byte 68*bgm_dan02_mvl/mxv + .byte W06 + .byte 73*bgm_dan02_mvl/mxv + .byte W06 + .byte 78*bgm_dan02_mvl/mxv + .byte W12 + .byte N06 , Cs3 + .byte W12 + .byte N06 + .byte W24 + .byte N18 , As3 , v072 + .byte W06 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W32 + .byte W01 + .byte 80*bgm_dan02_mvl/mxv + .byte N06 , Cs3 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N18 , As3 , v072 + .byte W06 + .byte VOL , 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 61*bgm_dan02_mvl/mxv + .byte W03 + .byte 45*bgm_dan02_mvl/mxv + .byte W03 + .byte 25*bgm_dan02_mvl/mxv + .byte W09 + .byte 80*bgm_dan02_mvl/mxv + .byte N36 , Cs3 , v100 + .byte W36 + .byte W48 + .byte VOL , 42*bgm_dan02_mvl/mxv + .byte N48 + .byte W06 + .byte VOL , 47*bgm_dan02_mvl/mxv + .byte W06 + .byte 56*bgm_dan02_mvl/mxv + .byte W06 + .byte 65*bgm_dan02_mvl/mxv + .byte W06 + .byte 70*bgm_dan02_mvl/mxv + .byte W06 + .byte 75*bgm_dan02_mvl/mxv + .byte W09 + .byte 80*bgm_dan02_mvl/mxv + .byte W09 + .byte N96 , Cn3 + .byte W24 + .byte VOL , 74*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 56*bgm_dan02_mvl/mxv + .byte W06 + .byte 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 45*bgm_dan02_mvl/mxv + .byte W06 + .byte 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 53*bgm_dan02_mvl/mxv + .byte W06 + .byte 58*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 76*bgm_dan02_mvl/mxv + .byte W06 + .byte 80*bgm_dan02_mvl/mxv + .byte N96 , As2 + .byte W24 + .byte VOL , 74*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 56*bgm_dan02_mvl/mxv + .byte W06 + .byte 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 45*bgm_dan02_mvl/mxv + .byte W06 + .byte 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 53*bgm_dan02_mvl/mxv + .byte W06 + .byte 58*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 76*bgm_dan02_mvl/mxv + .byte W06 + .byte 80*bgm_dan02_mvl/mxv + .byte N96 , Gs2 + .byte W24 + .byte VOL , 74*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 56*bgm_dan02_mvl/mxv + .byte W06 + .byte 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 45*bgm_dan02_mvl/mxv + .byte W06 + .byte 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 53*bgm_dan02_mvl/mxv + .byte W06 + .byte 58*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 76*bgm_dan02_mvl/mxv + .byte W06 + .byte 45*bgm_dan02_mvl/mxv + .byte N80 , Bn2 + .byte W06 + .byte VOL , 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 53*bgm_dan02_mvl/mxv + .byte W06 + .byte 58*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 76*bgm_dan02_mvl/mxv + .byte W09 + .byte 80*bgm_dan02_mvl/mxv + .byte W36 + .byte W03 + .byte N09 + .byte W12 + .byte VOL , 45*bgm_dan02_mvl/mxv + .byte N80 , Dn3 + .byte W06 + .byte VOL , 49*bgm_dan02_mvl/mxv + .byte W06 + .byte 53*bgm_dan02_mvl/mxv + .byte W06 + .byte 58*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 76*bgm_dan02_mvl/mxv + .byte W09 + .byte 80*bgm_dan02_mvl/mxv + .byte W36 + .byte W03 + .byte N09 + .byte W12 + .byte N12 , Cs3 + .byte W18 + .byte N12 + .byte W18 + .byte N42 + .byte W48 + .byte N06 + .byte W12 + .byte N12 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte Cs2 + .byte W18 + .byte Ds2 + .byte W18 + .byte Fn2 + .byte W12 + .byte GOTO + .word bgm_dan02_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dan02_3: + .byte KEYSH , bgm_dan02_key+0 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte W36 +bgm_dan02_3_B1: + .byte VOICE , 47 + .byte PAN , c_v-10 + .byte BEND , c_v+0 + .byte N12 , Fs2 , v127 + .byte W12 + .byte Fs2 , v116 + .byte W72 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W48 + .byte Fs2 , v127 + .byte W24 + .byte Fs2 , v116 + .byte W12 + .byte Fs2 , v127 + .byte W12 + .byte Fs2 , v116 + .byte W72 + .byte Fs2 , v127 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W48 + .byte N12 + .byte W24 + .byte Fs2 , v116 + .byte W12 + .byte Fn2 , v127 + .byte W12 + .byte Fn2 , v116 + .byte W72 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W48 + .byte Fn2 , v127 + .byte W24 + .byte Fn2 , v116 + .byte W12 + .byte Cs2 , v127 + .byte W12 + .byte Cs2 , v116 + .byte W72 + .byte Cs2 , v127 + .byte W12 + .byte Cs2 , v120 + .byte W12 + .byte N12 + .byte W48 + .byte N03 , Fn2 , v100 + .byte W03 + .byte Fn2 , v092 + .byte W03 + .byte Fn2 , v096 + .byte W03 + .byte Fn2 , v100 + .byte W03 + .byte N03 + .byte W03 + .byte Fn2 , v104 + .byte W03 + .byte Fn2 , v108 + .byte W03 + .byte Fn2 , v112 + .byte W03 + .byte Fn2 , v116 + .byte W03 + .byte Fn2 , v120 + .byte W03 + .byte N03 + .byte W03 + .byte Fn2 , v124 + .byte W03 + .byte N24 , Fs2 , v127 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N12 , Cn2 + .byte W12 + .byte N24 , Bn1 + .byte W60 + .byte N06 , Bn1 , v116 + .byte W06 + .byte N18 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N24 , Dn2 , v127 + .byte W60 + .byte N06 , Dn2 , v116 + .byte W06 + .byte N18 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N24 , Cs2 , v127 + .byte W84 + .byte N12 + .byte W12 + .byte N12 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W60 + .byte GOTO + .word bgm_dan02_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dan02_4: + .byte KEYSH , bgm_dan02_key+0 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte PAN , c_v-1 + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte W36 +bgm_dan02_4_B1: + .byte VOICE , 7 + .byte PAN , c_v-47 + .byte N06 , As3 , v048 + .byte W12 + .byte Fs4 , v052 + .byte W24 + .byte Fn4 + .byte W24 + .byte N03 , Cs3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte As3 , v048 + .byte W12 + .byte Fs4 , v052 + .byte W24 + .byte Fn4 + .byte W24 + .byte N24 , Cs4 + .byte W24 + .byte N12 , As3 + .byte W12 + .byte N06 , An3 , v048 + .byte W12 + .byte Ds4 , v052 + .byte W24 + .byte Cn4 + .byte W24 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte An3 , v048 + .byte W12 + .byte Ds4 , v052 + .byte W24 + .byte Cn4 + .byte W24 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N06 , Cn4 , v048 + .byte W12 + .byte Fn4 , v052 + .byte W24 + .byte Ds4 + .byte W24 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte Cn4 , v048 + .byte W12 + .byte Fn4 , v052 + .byte W24 + .byte Ds4 + .byte W24 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Cs4 , v048 + .byte W12 + .byte Fn4 , v052 + .byte W24 + .byte Cs4 + .byte W24 + .byte N03 , Cs3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte Fn4 , v048 + .byte W12 + .byte Ds4 , v052 + .byte W24 + .byte Cs4 + .byte W24 + .byte N36 , Fn3 + .byte W36 + .byte VOICE , 46 + .byte PAN , c_v-13 + .byte N06 , Fs3 , v060 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte Cs4 , v068 + .byte W06 + .byte Ds4 , v072 + .byte W06 + .byte Fs4 , v076 + .byte W06 + .byte An4 , v080 + .byte W06 + .byte Cs5 , v084 + .byte W06 + .byte Ds5 , v088 + .byte W06 + .byte An5 , v092 + .byte W06 + .byte Fs5 + .byte W06 + .byte Ds5 , v084 + .byte W06 + .byte Cs5 , v080 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte Fs4 , v072 + .byte W06 + .byte Cs4 , v068 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Fn3 , v060 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte Cn4 , v068 + .byte W06 + .byte Ds4 , v072 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Gs4 , v080 + .byte W06 + .byte Cn5 , v084 + .byte W06 + .byte Ds5 , v088 + .byte W06 + .byte Gs5 , v092 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 , v084 + .byte W06 + .byte Cn5 , v080 + .byte W06 + .byte Gs4 , v076 + .byte W06 + .byte Fn4 , v072 + .byte W06 + .byte Cn4 , v068 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte Cs3 , v060 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte As3 , v068 + .byte W06 + .byte Cs4 , v072 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Gs4 , v080 + .byte W06 + .byte As4 , v084 + .byte W06 + .byte Cs5 , v088 + .byte W06 + .byte Fn5 , v092 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 , v084 + .byte W06 + .byte Gs4 , v080 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Cs4 , v072 + .byte W06 + .byte As3 , v068 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte Ds3 , v060 + .byte W06 + .byte Gn3 , v064 + .byte W06 + .byte Gs3 , v068 + .byte W06 + .byte Cn4 , v072 + .byte W06 + .byte Ds4 , v076 + .byte W06 + .byte Gn4 , v080 + .byte W06 + .byte Gs4 , v084 + .byte W06 + .byte Cn5 , v088 + .byte W06 + .byte Gs5 , v092 + .byte W06 + .byte Gn5 + .byte W06 + .byte Ds5 , v084 + .byte W06 + .byte Cn5 , v080 + .byte W06 + .byte Gs4 , v076 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte Ds4 , v068 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte VOICE , 7 + .byte PAN , c_v-47 + .byte N06 , Fs4 , v052 + .byte W12 + .byte Ds4 + .byte W24 + .byte N03 , Gs4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 + .byte W18 + .byte Gs4 + .byte W18 + .byte Fs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Dn4 + .byte W24 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn3 + .byte W24 + .byte N06 , Dn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N04 , Cs4 , v032 + .byte W04 + .byte Fs3 + .byte W05 + .byte Cs3 + .byte W05 + .byte Gs3 + .byte W05 + .byte Fs4 + .byte W05 + .byte Cs3 , v040 + .byte W04 + .byte Gs3 + .byte W05 + .byte Cs4 + .byte W05 + .byte Gs4 , v052 + .byte W05 + .byte Cs5 + .byte W05 + .byte N12 , Gs4 + .byte W18 + .byte Fs4 + .byte W18 + .byte Fn4 + .byte W12 + .byte Bn3 + .byte W18 + .byte As3 + .byte W18 + .byte Gs3 + .byte W12 + .byte GOTO + .word bgm_dan02_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dan02_5: + .byte KEYSH , bgm_dan02_key+0 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte PAN , c_v+0 + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte W36 +bgm_dan02_5_B1: + .byte VOICE , 8 + .byte PAN , c_v+49 + .byte N06 , Fs3 , v048 + .byte W12 + .byte Cs4 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte Fs3 , v048 + .byte W12 + .byte Cs4 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte N24 , As3 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte N06 , Fs3 , v048 + .byte W12 + .byte Cn4 , v052 + .byte W24 + .byte An3 + .byte W24 + .byte N03 , An2 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte Fs3 , v048 + .byte W12 + .byte Cn4 , v052 + .byte W24 + .byte An3 + .byte W24 + .byte N24 , Cn4 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte N06 , Gs3 , v048 + .byte W12 + .byte Cn4 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte Gs3 , v048 + .byte W12 + .byte Cn4 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N06 , As3 , v048 + .byte W12 + .byte Cs4 , v052 + .byte W24 + .byte As3 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte Cs4 , v048 + .byte W12 + .byte Cs4 , v052 + .byte W24 + .byte As3 + .byte W24 + .byte N36 , Cs3 + .byte W36 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Ds4 + .byte W12 + .byte Bn3 + .byte W24 + .byte N03 , Ds4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn3 + .byte W18 + .byte Ds4 + .byte W18 + .byte N06 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W24 + .byte N03 , Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Dn3 + .byte W24 + .byte N06 , Bn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W08 + .byte N04 , Gs3 , v032 + .byte W05 + .byte Gs2 + .byte W05 + .byte Fs3 + .byte W04 + .byte Bn3 + .byte W05 + .byte Gs4 + .byte W05 + .byte Fs3 , v040 + .byte W05 + .byte Bn3 + .byte W05 + .byte Fs4 , v052 + .byte W04 + .byte Bn4 + .byte W08 + .byte N12 , Fn4 + .byte W18 + .byte Ds4 + .byte W18 + .byte Cs4 + .byte W12 + .byte Gs3 + .byte W18 + .byte Fs3 + .byte W18 + .byte Fn3 + .byte W12 + .byte GOTO + .word bgm_dan02_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dan02_6: + .byte KEYSH , bgm_dan02_key+0 + .byte W36 +bgm_dan02_6_B1: + .byte VOICE , 81 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte N06 , Fs1 , v064 + .byte W12 + .byte N06 + .byte W72 + .byte N06 + .byte W12 +bgm_dan02_6_000: + .byte N06 , Fs1 , v064 + .byte W12 + .byte N06 + .byte W48 + .byte N36 + .byte W36 + .byte PEND + .byte N06 + .byte W12 + .byte N06 + .byte W72 + .byte N06 + .byte W12 + .byte PATT + .word bgm_dan02_6_000 + .byte N06 , Fn1 , v064 + .byte W12 + .byte N06 + .byte W72 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W48 + .byte N36 + .byte W36 + .byte N06 , Cs2 + .byte W12 + .byte N06 + .byte W72 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W48 + .byte N36 + .byte W36 + .byte W48 + .byte VOL , 40*bgm_dan02_mvl/mxv + .byte N48 + .byte W18 + .byte VOL , 62*bgm_dan02_mvl/mxv + .byte W18 + .byte 80*bgm_dan02_mvl/mxv + .byte W12 + .byte N96 , Cn2 + .byte W24 + .byte VOL , 62*bgm_dan02_mvl/mxv + .byte W24 + .byte 40*bgm_dan02_mvl/mxv + .byte W24 + .byte 62*bgm_dan02_mvl/mxv + .byte W24 + .byte 80*bgm_dan02_mvl/mxv + .byte N96 , As1 + .byte W24 + .byte VOL , 62*bgm_dan02_mvl/mxv + .byte W24 + .byte 40*bgm_dan02_mvl/mxv + .byte W24 + .byte 62*bgm_dan02_mvl/mxv + .byte W24 + .byte 80*bgm_dan02_mvl/mxv + .byte N96 , Gs1 + .byte W24 + .byte VOL , 62*bgm_dan02_mvl/mxv + .byte W24 + .byte 40*bgm_dan02_mvl/mxv + .byte W24 + .byte 62*bgm_dan02_mvl/mxv + .byte W24 + .byte 40*bgm_dan02_mvl/mxv + .byte N80 , Bn1 + .byte W15 + .byte VOL , 59*bgm_dan02_mvl/mxv + .byte W21 + .byte 80*bgm_dan02_mvl/mxv + .byte W48 + .byte N09 + .byte W12 + .byte VOL , 40*bgm_dan02_mvl/mxv + .byte N80 , Dn2 + .byte W15 + .byte VOL , 59*bgm_dan02_mvl/mxv + .byte W21 + .byte 80*bgm_dan02_mvl/mxv + .byte W48 + .byte N09 + .byte W12 + .byte N12 , Cs2 + .byte W18 + .byte N12 + .byte W18 + .byte N42 + .byte W48 + .byte N06 + .byte W12 + .byte N12 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte Cs1 + .byte W18 + .byte Ds1 + .byte W18 + .byte Fn1 + .byte W12 + .byte GOTO + .word bgm_dan02_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dan02_7: + .byte KEYSH , bgm_dan02_key+0 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte W36 +bgm_dan02_7_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte VOICE , 0 + .byte VOL , 40*bgm_dan02_mvl/mxv + .byte N36 , An2 , v064 + .byte W06 + .byte VOL , 47*bgm_dan02_mvl/mxv + .byte W06 + .byte 52*bgm_dan02_mvl/mxv + .byte W03 + .byte 59*bgm_dan02_mvl/mxv + .byte W03 + .byte 66*bgm_dan02_mvl/mxv + .byte W03 + .byte 69*bgm_dan02_mvl/mxv + .byte W03 + .byte 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 76*bgm_dan02_mvl/mxv + .byte W03 + .byte 80*bgm_dan02_mvl/mxv + .byte W06 + .byte W96 + .byte W48 + .byte VOICE , 60 + .byte VOL , 49*bgm_dan02_mvl/mxv + .byte N48 , Gs2 , v096 + .byte W06 + .byte VOL , 54*bgm_dan02_mvl/mxv + .byte W06 + .byte 58*bgm_dan02_mvl/mxv + .byte W06 + .byte 65*bgm_dan02_mvl/mxv + .byte W06 + .byte 68*bgm_dan02_mvl/mxv + .byte W06 + .byte 70*bgm_dan02_mvl/mxv + .byte W06 + .byte 74*bgm_dan02_mvl/mxv + .byte W06 + .byte 80*bgm_dan02_mvl/mxv + .byte W06 + .byte N36 , As2 + .byte W36 + .byte N24 , Cs3 + .byte W24 + .byte N24 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte N84 , Ds3 + .byte W56 + .byte W01 + .byte VOL , 78*bgm_dan02_mvl/mxv + .byte W09 + .byte 76*bgm_dan02_mvl/mxv + .byte W09 + .byte 69*bgm_dan02_mvl/mxv + .byte W06 + .byte 54*bgm_dan02_mvl/mxv + .byte W15 + .byte 80*bgm_dan02_mvl/mxv + .byte N09 , Gs2 , v100 + .byte W12 + .byte N12 + .byte W24 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte N32 , Gs2 + .byte W18 + .byte VOL , 68*bgm_dan02_mvl/mxv + .byte W06 + .byte 62*bgm_dan02_mvl/mxv + .byte W06 + .byte 30*bgm_dan02_mvl/mxv + .byte W06 + .byte VOICE , 14 + .byte VOL , 80*bgm_dan02_mvl/mxv + .byte N12 , Ds4 , v112 + .byte W12 + .byte N36 , Dn4 + .byte W60 + .byte VOICE , 60 + .byte VOL , 55*bgm_dan02_mvl/mxv + .byte N36 , Bn2 , v100 + .byte W06 + .byte VOL , 60*bgm_dan02_mvl/mxv + .byte W06 + .byte 66*bgm_dan02_mvl/mxv + .byte W06 + .byte 71*bgm_dan02_mvl/mxv + .byte W06 + .byte 76*bgm_dan02_mvl/mxv + .byte W06 + .byte 80*bgm_dan02_mvl/mxv + .byte W06 + .byte N12 + .byte W18 + .byte N12 + .byte W18 + .byte N06 , Fs2 + .byte W06 + .byte As2 + .byte W06 + .byte N12 , Bn2 + .byte W18 + .byte Cs3 + .byte W18 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W18 + .byte Ds3 + .byte W18 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W18 + .byte As2 + .byte W18 + .byte Gs2 + .byte W12 + .byte GOTO + .word bgm_dan02_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dan02_8: + .byte KEYSH , bgm_dan02_key+0 + .byte VOICE , 0 + .byte VOL , 40*bgm_dan02_mvl/mxv + .byte N36 , An2 , v064 + .byte W06 + .byte VOL , 47*bgm_dan02_mvl/mxv + .byte W06 + .byte 52*bgm_dan02_mvl/mxv + .byte W03 + .byte 59*bgm_dan02_mvl/mxv + .byte W03 + .byte 66*bgm_dan02_mvl/mxv + .byte W03 + .byte 69*bgm_dan02_mvl/mxv + .byte W03 + .byte 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 76*bgm_dan02_mvl/mxv + .byte W03 + .byte 80*bgm_dan02_mvl/mxv + .byte W06 +bgm_dan02_8_B1: +bgm_dan02_8_000: + .byte N06 , En1 , v092 + .byte N72 , Bn2 , v064 + .byte W12 + .byte N06 , En1 , v092 + .byte W12 + .byte Dn3 , v064 + .byte W12 + .byte En3 + .byte W06 + .byte N03 , En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v080 + .byte W12 + .byte Dn3 , v064 + .byte W12 + .byte Fs2 , v072 + .byte W06 + .byte Fs2 , v056 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte PEND +bgm_dan02_8_001: + .byte N06 , En1 , v092 + .byte W12 + .byte N06 + .byte W24 + .byte En1 , v100 + .byte N06 , Dn3 , v064 + .byte W06 + .byte En1 , v080 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v100 + .byte N06 , Dn3 , v064 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 , v112 + .byte N06 , Fs2 , v088 + .byte W03 + .byte N03 , En1 , v064 + .byte W03 + .byte N03 + .byte N06 , Fs2 , v072 + .byte W03 + .byte N03 , En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND +bgm_dan02_8_002: + .byte N06 , En1 , v092 + .byte W12 + .byte N06 + .byte W12 + .byte Dn3 , v064 + .byte W12 + .byte En3 + .byte W06 + .byte N03 , En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v080 + .byte W12 + .byte Dn3 , v064 + .byte W12 + .byte Fs2 , v072 + .byte W06 + .byte Fs2 , v056 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte PEND + .byte PATT + .word bgm_dan02_8_001 + .byte PATT + .word bgm_dan02_8_000 + .byte PATT + .word bgm_dan02_8_001 + .byte PATT + .word bgm_dan02_8_002 + .byte N06 , En1 , v092 + .byte W12 + .byte N06 + .byte W24 + .byte En1 , v100 + .byte N06 , Dn3 , v064 + .byte W06 + .byte En1 , v080 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v100 + .byte N06 , Dn3 , v064 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N96 , Bn2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte VOL , 40*bgm_dan02_mvl/mxv + .byte N36 , An2 , v064 + .byte W06 + .byte VOL , 47*bgm_dan02_mvl/mxv + .byte W06 + .byte 52*bgm_dan02_mvl/mxv + .byte W03 + .byte 59*bgm_dan02_mvl/mxv + .byte W03 + .byte 66*bgm_dan02_mvl/mxv + .byte W03 + .byte 69*bgm_dan02_mvl/mxv + .byte W03 + .byte 73*bgm_dan02_mvl/mxv + .byte W03 + .byte 76*bgm_dan02_mvl/mxv + .byte W03 + .byte 80*bgm_dan02_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_dan02_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dan02: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dan02_pri @ Priority + .byte bgm_dan02_rev @ Reverb. + + .word bgm_dan02_grp + + .word bgm_dan02_1 + .word bgm_dan02_2 + .word bgm_dan02_3 + .word bgm_dan02_4 + .word bgm_dan02_5 + .word bgm_dan02_6 + .word bgm_dan02_7 + .word bgm_dan02_8 + + .end diff --git a/sound/songs/bgm_dan03.s b/sound/songs/bgm_dan03.s new file mode 100644 index 000000000..bc6a60725 --- /dev/null +++ b/sound/songs/bgm_dan03.s @@ -0,0 +1,1926 @@ + .include "MPlayDef.s" + + .equ bgm_dan03_grp, voicegroup_8437A88 + .equ bgm_dan03_pri, 0 + .equ bgm_dan03_rev, reverb_set+50 + .equ bgm_dan03_mvl, 127 + .equ bgm_dan03_key, 0 + .equ bgm_dan03_tbs, 1 + .equ bgm_dan03_exg, 0 + .equ bgm_dan03_cmp, 1 + + .section .rodata + .global bgm_dan03 + .align 2 + +@********************** Track 1 **********************@ + +bgm_dan03_1: + .byte KEYSH , bgm_dan03_key+0 + .byte TEMPO , 100*bgm_dan03_tbs/2 + .byte W24 +bgm_dan03_1_B1: + .byte VOICE , 46 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v-12 + .byte N08 , Ds4 , v096 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds5 + .byte W08 + .byte N72 , As4 + .byte W96 + .byte N08 , Cs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cs4 + .byte W08 + .byte An3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte En3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cs5 + .byte W08 + .byte N72 , An4 + .byte W96 + .byte VOICE , 14 + .byte N24 , Gs3 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W48 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W48 + .byte VOICE , 46 + .byte N08 , As3 + .byte W08 + .byte En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte As3 + .byte W08 + .byte En3 + .byte W08 + .byte As2 + .byte W08 + .byte En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte En3 + .byte W08 + .byte As3 + .byte W08 + .byte As4 + .byte W08 + .byte As3 + .byte W08 + .byte En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte As3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte En3 + .byte W08 + .byte En4 + .byte W08 + .byte Cs5 + .byte W08 + .byte As3 + .byte W08 + .byte En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte As3 + .byte W08 + .byte En3 + .byte W08 + .byte As2 + .byte W08 + .byte En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte En3 + .byte W08 + .byte As3 + .byte W08 + .byte As4 + .byte W08 + .byte Cs5 , v068 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 , v072 + .byte W08 + .byte Cs5 , v076 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 , v080 + .byte W08 + .byte Cs5 , v084 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 , v088 + .byte W08 + .byte Cs5 , v092 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 , v096 + .byte W08 + .byte Cn5 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gn5 + .byte W08 + .byte Cn6 + .byte W08 + .byte As5 + .byte W08 + .byte Gn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Gn5 + .byte W08 + .byte Fn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte Cs5 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Ds4 , v084 + .byte W08 + .byte An4 , v076 + .byte W08 + .byte Ds4 , v064 + .byte W08 + .byte Fs4 , v052 + .byte W08 + .byte An4 , v044 + .byte W08 + .byte Fs4 , v032 + .byte W08 + .byte Ds4 , v024 + .byte W08 + .byte An4 , v016 + .byte W08 + .byte VOICE , 48 + .byte N04 , Fs3 , v068 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte N44 , As4 + .byte W48 + .byte N48 + .byte W48 + .byte GOTO + .word bgm_dan03_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dan03_2: + .byte KEYSH , bgm_dan03_key+0 + .byte W24 +bgm_dan03_2_B1: + .byte VOICE , 58 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v+6 + .byte N84 , Ds1 , v127 + .byte W84 + .byte N12 , As1 + .byte W12 + .byte N44 , Ds1 + .byte W48 + .byte N16 , Gn1 + .byte W16 + .byte Fn1 + .byte W16 + .byte Gn1 + .byte W16 + .byte N84 , An1 + .byte W84 + .byte N12 , Cs2 + .byte W12 + .byte N44 , An1 + .byte W48 + .byte N16 + .byte W16 + .byte Gn1 + .byte W16 + .byte An1 + .byte W16 + .byte N12 , Gs1 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N24 , Cn2 + .byte W24 + .byte TIE , Cs2 + .byte W96 + .byte W48 + .byte EOT + .byte N16 + .byte W16 + .byte Bn1 + .byte W16 + .byte Gs1 + .byte W16 + .byte N92 , Gn1 + .byte W96 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N44 , As1 + .byte W48 + .byte N16 + .byte W16 + .byte Gs1 + .byte W16 + .byte Fn1 + .byte W16 + .byte GOTO + .word bgm_dan03_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dan03_3: + .byte KEYSH , bgm_dan03_key+0 + .byte VOICE , 48 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v+18 + .byte N04 , As3 , v068 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cn5 + .byte W04 +bgm_dan03_3_B1: + .byte VOICE , 48 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v+18 + .byte TIE , Dn5 , v068 + .byte W24 + .byte BEND , c_v+0 + .byte W08 + .byte VOL , 75*bgm_dan03_mvl/mxv + .byte W12 + .byte 71*bgm_dan03_mvl/mxv + .byte W12 + .byte 66*bgm_dan03_mvl/mxv + .byte W12 + .byte 61*bgm_dan03_mvl/mxv + .byte W12 + .byte 57*bgm_dan03_mvl/mxv + .byte W16 +bgm_dan03_3_000: + .byte VOL , 52*bgm_dan03_mvl/mxv + .byte W16 + .byte 57*bgm_dan03_mvl/mxv + .byte W16 + .byte 62*bgm_dan03_mvl/mxv + .byte W12 + .byte 67*bgm_dan03_mvl/mxv + .byte W12 + .byte 69*bgm_dan03_mvl/mxv + .byte W08 + .byte 73*bgm_dan03_mvl/mxv + .byte W08 + .byte 74*bgm_dan03_mvl/mxv + .byte W08 + .byte 80*bgm_dan03_mvl/mxv + .byte W16 + .byte PEND + .byte EOT , Dn5 + .byte TIE , Cs5 , v068 + .byte W32 + .byte VOL , 75*bgm_dan03_mvl/mxv + .byte W12 + .byte 71*bgm_dan03_mvl/mxv + .byte W12 + .byte 66*bgm_dan03_mvl/mxv + .byte W12 + .byte 61*bgm_dan03_mvl/mxv + .byte W12 + .byte 57*bgm_dan03_mvl/mxv + .byte W16 + .byte PATT + .word bgm_dan03_3_000 + .byte EOT , Cs5 + .byte N12 , Gs4 , v088 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W48 +bgm_dan03_3_001: + .byte TIE , As4 , v068 + .byte W32 + .byte VOL , 75*bgm_dan03_mvl/mxv + .byte W12 + .byte 71*bgm_dan03_mvl/mxv + .byte W12 + .byte 66*bgm_dan03_mvl/mxv + .byte W12 + .byte 61*bgm_dan03_mvl/mxv + .byte W12 + .byte 57*bgm_dan03_mvl/mxv + .byte W16 + .byte PEND + .byte PATT + .word bgm_dan03_3_000 + .byte EOT , As4 + .byte PATT + .word bgm_dan03_3_001 + .byte PATT + .word bgm_dan03_3_000 + .byte EOT , As4 +bgm_dan03_3_002: + .byte N12 , Ds4 , v088 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte N12 + .byte W96 + .byte PATT + .word bgm_dan03_3_002 + .byte N12 , Ds4 , v088 + .byte W96 + .byte Dn4 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Cs4 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Cn4 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N44 , Ds4 + .byte W48 + .byte N24 , Dn4 + .byte W24 + .byte N04 , As3 , v068 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cn5 + .byte W04 + .byte GOTO + .word bgm_dan03_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dan03_4: + .byte KEYSH , bgm_dan03_key+0 + .byte BENDR , 38 + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte W24 +bgm_dan03_4_B1: + .byte VOICE , 80 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v-48 + .byte N92 , As3 , v060 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOL , 76*bgm_dan03_mvl/mxv + .byte W09 + .byte 70*bgm_dan03_mvl/mxv + .byte W09 + .byte 64*bgm_dan03_mvl/mxv + .byte W09 + .byte 55*bgm_dan03_mvl/mxv + .byte W09 + .byte 44*bgm_dan03_mvl/mxv + .byte W06 + .byte 27*bgm_dan03_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOICE , 4 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v-1 + .byte N06 , Ds6 , v052 + .byte W08 + .byte As5 + .byte W08 + .byte Ds5 + .byte W08 + .byte As4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As3 + .byte W08 + .byte Ds4 + .byte W08 + .byte As4 + .byte W08 + .byte Ds5 + .byte W08 + .byte As5 + .byte W08 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N92 , An3 , v060 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOL , 76*bgm_dan03_mvl/mxv + .byte W09 + .byte 70*bgm_dan03_mvl/mxv + .byte W09 + .byte 64*bgm_dan03_mvl/mxv + .byte W09 + .byte 55*bgm_dan03_mvl/mxv + .byte W09 + .byte 44*bgm_dan03_mvl/mxv + .byte W06 + .byte 27*bgm_dan03_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOICE , 4 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v-1 + .byte N06 , Ds6 , v052 + .byte W08 + .byte An5 + .byte W08 + .byte Ds5 + .byte W08 + .byte An4 + .byte W08 + .byte Ds4 + .byte W08 + .byte An3 + .byte W08 + .byte Ds3 + .byte W08 + .byte An3 + .byte W08 + .byte Ds4 + .byte W08 + .byte An4 + .byte W08 + .byte Ds5 + .byte W08 + .byte An5 + .byte W08 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N06 , Cn4 , v060 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Cn4 , v040 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Cn4 , v052 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Cn4 , v060 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte VOICE , 4 + .byte PAN , c_v-1 + .byte N06 , Ds6 , v052 + .byte W08 + .byte Gs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Cs6 + .byte W08 + .byte Gs5 + .byte W08 + .byte As4 + .byte W08 + .byte PAN , c_v-48 + .byte N06 , As5 , v040 + .byte W08 + .byte PAN , c_v+0 + .byte N06 , En5 + .byte W08 + .byte PAN , c_v-48 + .byte N06 , Cs6 , v032 + .byte W08 + .byte PAN , c_v+0 + .byte N06 , Gs5 + .byte W08 + .byte PAN , c_v-48 + .byte N08 , As4 + .byte W08 + .byte N06 , As5 , v020 + .byte W08 + .byte En5 + .byte W08 + .byte Cs6 , v012 + .byte W16 + .byte W48 + .byte VOICE , 80 + .byte VOL , 44*bgm_dan03_mvl/mxv + .byte N48 , Gs3 , v072 + .byte W08 + .byte VOL , 50*bgm_dan03_mvl/mxv + .byte W08 + .byte 59*bgm_dan03_mvl/mxv + .byte MOD , 7 + .byte W08 + .byte VOL , 68*bgm_dan03_mvl/mxv + .byte W08 + .byte 73*bgm_dan03_mvl/mxv + .byte W08 + .byte 80*bgm_dan03_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte N96 , Gn3 , v060 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte VOL , 76*bgm_dan03_mvl/mxv + .byte W09 + .byte 70*bgm_dan03_mvl/mxv + .byte W09 + .byte 64*bgm_dan03_mvl/mxv + .byte W09 + .byte 55*bgm_dan03_mvl/mxv + .byte W09 + .byte 44*bgm_dan03_mvl/mxv + .byte W06 + .byte 27*bgm_dan03_mvl/mxv + .byte W06 + .byte 80*bgm_dan03_mvl/mxv + .byte MOD , 0 + .byte N06 , Gn3 , v040 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gn3 , v052 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gn3 , v060 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gn3 , v072 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte N12 , As3 , v060 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W96 + .byte Cn4 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W96 + .byte Gs3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Gn3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Fs3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N06 , As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte GOTO + .word bgm_dan03_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dan03_5: + .byte KEYSH , bgm_dan03_key+0 + .byte BENDR , 38 + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte W24 +bgm_dan03_5_B1: + .byte VOICE , 82 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v+48 + .byte N12 , Gn3 , v060 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 76*bgm_dan03_mvl/mxv + .byte N12 + .byte W09 + .byte VOL , 70*bgm_dan03_mvl/mxv + .byte W03 + .byte N12 + .byte W06 + .byte VOL , 64*bgm_dan03_mvl/mxv + .byte W06 + .byte N12 + .byte W03 + .byte VOL , 55*bgm_dan03_mvl/mxv + .byte W09 + .byte 44*bgm_dan03_mvl/mxv + .byte N09 + .byte W06 + .byte VOL , 27*bgm_dan03_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOICE , 5 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v+0 + .byte W04 + .byte N06 , Dn6 , v052 + .byte W08 + .byte Gn5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte N06 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 , Dn6 + .byte W04 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte N12 , Ds3 , v060 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 76*bgm_dan03_mvl/mxv + .byte N12 + .byte W09 + .byte VOL , 70*bgm_dan03_mvl/mxv + .byte W03 + .byte N12 + .byte W06 + .byte VOL , 64*bgm_dan03_mvl/mxv + .byte W06 + .byte N12 + .byte W03 + .byte VOL , 55*bgm_dan03_mvl/mxv + .byte W09 + .byte 44*bgm_dan03_mvl/mxv + .byte N09 + .byte W06 + .byte VOL , 27*bgm_dan03_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOICE , 5 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v+0 + .byte W04 + .byte N06 , Cs6 , v052 + .byte W08 + .byte Gn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gn3 + .byte W08 + .byte N06 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 , Cs6 + .byte W04 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte N06 , Gs3 , v060 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gs3 , v040 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gs3 , v052 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gs3 , v060 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs2 + .byte W08 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte W04 + .byte N06 , Cn6 , v052 + .byte W08 + .byte Fs5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fs3 + .byte W08 + .byte N06 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte Cn6 + .byte W04 + .byte PAN , c_v+48 + .byte W04 + .byte N06 , As5 + .byte W08 + .byte En5 + .byte W08 + .byte Cs6 , v040 + .byte W08 + .byte Gs5 + .byte W04 + .byte PAN , c_v-1 + .byte W04 + .byte N06 , As4 + .byte W04 + .byte PAN , c_v+48 + .byte W04 + .byte N06 , As5 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte W04 + .byte N06 , En5 + .byte W04 + .byte PAN , c_v+48 + .byte W04 + .byte N06 , Cs6 , v020 + .byte W08 + .byte Gs5 + .byte W08 + .byte As4 + .byte W08 + .byte As5 , v012 + .byte W12 + .byte W48 + .byte VOICE , 82 + .byte VOL , 44*bgm_dan03_mvl/mxv + .byte N12 , En3 , v072 + .byte W08 + .byte VOL , 50*bgm_dan03_mvl/mxv + .byte W04 + .byte VOICE , 83 + .byte N12 + .byte W04 + .byte VOL , 59*bgm_dan03_mvl/mxv + .byte MOD , 7 + .byte W08 + .byte VOL , 68*bgm_dan03_mvl/mxv + .byte N12 + .byte W08 + .byte VOL , 73*bgm_dan03_mvl/mxv + .byte W04 + .byte N12 + .byte W04 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte W08 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , En3 , v060 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte MOD , 7 + .byte N12 + .byte W12 + .byte VOL , 76*bgm_dan03_mvl/mxv + .byte N12 + .byte W09 + .byte VOL , 70*bgm_dan03_mvl/mxv + .byte W03 + .byte N12 + .byte W06 + .byte VOL , 64*bgm_dan03_mvl/mxv + .byte W06 + .byte N12 + .byte W03 + .byte VOL , 55*bgm_dan03_mvl/mxv + .byte W09 + .byte 44*bgm_dan03_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 27*bgm_dan03_mvl/mxv + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte MOD , 0 + .byte N06 , En3 , v040 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte En3 , v052 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte En3 , v060 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte En3 , v072 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte N12 , Gn3 , v060 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W96 + .byte Gs3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W96 + .byte Fn3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , En3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Ds3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N06 , Fn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As2 + .byte W08 + .byte Fn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As2 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte An2 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte An2 + .byte W08 + .byte GOTO + .word bgm_dan03_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dan03_6: + .byte KEYSH , bgm_dan03_key+0 + .byte W24 +bgm_dan03_6_B1: + .byte VOICE , 46 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte PAN , c_v+12 + .byte BEND , c_v+0 + .byte N08 , As3 , v088 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte As3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Ds4 + .byte W08 + .byte As4 + .byte W08 + .byte Ds3 , v096 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As2 + .byte W08 + .byte N48 , As3 + .byte W48 + .byte N08 , An3 , v088 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An3 + .byte W08 + .byte Ds3 + .byte W08 + .byte An2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte An3 + .byte W08 + .byte An4 + .byte W08 + .byte Cs3 , v096 + .byte W08 + .byte Ds3 + .byte W08 + .byte En3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Cs3 + .byte W08 + .byte An2 + .byte W08 + .byte N48 , An3 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte VOICE , 60 + .byte VOL , 45*bgm_dan03_mvl/mxv + .byte PAN , c_v+0 + .byte N48 , As2 , v108 + .byte W08 + .byte VOL , 52*bgm_dan03_mvl/mxv + .byte W08 + .byte 61*bgm_dan03_mvl/mxv + .byte W08 + .byte 69*bgm_dan03_mvl/mxv + .byte W08 + .byte 74*bgm_dan03_mvl/mxv + .byte W08 + .byte 80*bgm_dan03_mvl/mxv + .byte W08 + .byte N12 , As2 , v072 + .byte W24 + .byte As2 , v084 + .byte W24 + .byte As2 , v096 + .byte W24 + .byte N24 , As2 , v108 + .byte W24 + .byte N12 , Cn3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W36 + .byte VOICE , 46 + .byte BEND , c_v-5 + .byte N08 , Ds5 , v052 + .byte W08 + .byte Dn5 , v056 + .byte W08 + .byte Gn4 , v072 + .byte W08 + .byte Ds4 , v084 + .byte W08 + .byte Cn4 , v072 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte Ds4 , v052 + .byte W08 + .byte N04 , Dn4 , v040 + .byte W04 + .byte VOICE , 60 + .byte BEND , c_v+0 + .byte N12 , Fn2 , v108 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W36 + .byte VOICE , 46 + .byte BEND , c_v-5 + .byte N08 , Ds5 , v052 + .byte W08 + .byte Dn5 , v060 + .byte W08 + .byte Cn5 , v072 + .byte W08 + .byte Gs4 , v084 + .byte W08 + .byte Fn4 , v072 + .byte W08 + .byte Gn4 , v060 + .byte W08 + .byte Gs4 , v052 + .byte W08 + .byte N04 , Gn4 , v040 + .byte W04 + .byte VOICE , 60 + .byte BEND , c_v+0 + .byte N12 , Bn2 , v108 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , As2 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , An2 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte W96 + .byte GOTO + .word bgm_dan03_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dan03_7: + .byte KEYSH , bgm_dan03_key+0 + .byte PAN , c_v-8 + .byte W24 +bgm_dan03_7_B1: + .byte VOICE , 47 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W80 + .byte N08 , An1 , v120 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Gs1 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W32 + .byte N08 + .byte W08 + .byte Gn1 , v112 + .byte W08 + .byte N12 , Gs1 , v120 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W48 + .byte W96 + .byte W32 + .byte N08 , Cs2 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N16 , Cs2 , v127 + .byte W16 + .byte Bn1 + .byte W16 + .byte Gs1 + .byte W16 + .byte N15 , Gn1 + .byte W96 + .byte W96 + .byte N12 , Cn2 + .byte W32 + .byte N08 , Cn2 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Cn2 , v127 + .byte W32 + .byte N08 , Cn2 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Cn2 , v127 + .byte W96 + .byte Fn1 + .byte W32 + .byte N08 , Fn1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Fn1 , v127 + .byte W32 + .byte N08 , Fn1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Fn1 , v127 + .byte W96 + .byte Bn1 + .byte W32 + .byte N08 , Bn1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Bn1 , v127 + .byte W32 + .byte N08 , Bn1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , As1 , v127 + .byte W32 + .byte N08 , As1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , As1 , v127 + .byte W32 + .byte N08 , As1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , An1 , v127 + .byte W32 + .byte N08 , An1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , An1 , v127 + .byte W32 + .byte N08 + .byte W08 + .byte An1 , v112 + .byte W08 + .byte N24 , As1 , v127 + .byte W48 + .byte N24 + .byte W48 + .byte GOTO + .word bgm_dan03_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dan03_8: + .byte KEYSH , bgm_dan03_key+0 + .byte W24 +bgm_dan03_8_B1: + .byte VOICE , 81 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte N84 , Ds1 , v052 + .byte W84 + .byte N12 , As1 + .byte W12 + .byte N44 , Ds1 + .byte W48 + .byte N16 , Gn1 + .byte W16 + .byte Fn1 + .byte W16 + .byte Gn1 + .byte W16 + .byte N84 , An1 + .byte W84 + .byte N12 , Cs2 + .byte W12 + .byte N44 , An1 + .byte W48 + .byte N16 + .byte W16 + .byte Gn1 + .byte W16 + .byte An1 + .byte W16 + .byte N12 , Gs1 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N24 , Cn2 + .byte W24 + .byte TIE , Cs2 + .byte W96 + .byte W48 + .byte EOT + .byte N16 + .byte W16 + .byte Bn1 + .byte W16 + .byte Gs1 + .byte W16 + .byte N92 , Gn1 + .byte W96 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte VOICE , 88 + .byte N12 , Cn2 , v080 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W96 + .byte Fn1 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W96 + .byte Bn1 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , As1 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , An1 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOICE , 81 + .byte N44 , As1 , v052 + .byte W48 + .byte N16 + .byte W16 + .byte Gs1 + .byte W16 + .byte Fn1 + .byte W16 + .byte GOTO + .word bgm_dan03_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_dan03_9: + .byte KEYSH , bgm_dan03_key+0 + .byte W24 +bgm_dan03_9_B1: + .byte VOICE , 0 + .byte VOL , 80*bgm_dan03_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W64 + .byte 39*bgm_dan03_mvl/mxv + .byte N32 , An2 , v064 + .byte W04 + .byte VOL , 44*bgm_dan03_mvl/mxv + .byte W04 + .byte 49*bgm_dan03_mvl/mxv + .byte W04 + .byte 54*bgm_dan03_mvl/mxv + .byte W04 + .byte 59*bgm_dan03_mvl/mxv + .byte W04 + .byte 65*bgm_dan03_mvl/mxv + .byte W04 + .byte 72*bgm_dan03_mvl/mxv + .byte W04 + .byte 80*bgm_dan03_mvl/mxv + .byte W04 + .byte N96 , Bn2 , v100 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_dan03_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dan03: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dan03_pri @ Priority + .byte bgm_dan03_rev @ Reverb. + + .word bgm_dan03_grp + + .word bgm_dan03_1 + .word bgm_dan03_2 + .word bgm_dan03_3 + .word bgm_dan03_4 + .word bgm_dan03_5 + .word bgm_dan03_6 + .word bgm_dan03_7 + .word bgm_dan03_8 + .word bgm_dan03_9 + + .end diff --git a/sound/songs/bgm_deepdeep.s b/sound/songs/bgm_deepdeep.s new file mode 100644 index 000000000..c6912e061 --- /dev/null +++ b/sound/songs/bgm_deepdeep.s @@ -0,0 +1,3932 @@ + .include "MPlayDef.s" + + .equ bgm_deepdeep_grp, voicegroup_843E5BC + .equ bgm_deepdeep_pri, 0 + .equ bgm_deepdeep_rev, reverb_set+50 + .equ bgm_deepdeep_mvl, 127 + .equ bgm_deepdeep_key, 0 + .equ bgm_deepdeep_tbs, 1 + .equ bgm_deepdeep_exg, 0 + .equ bgm_deepdeep_cmp, 1 + + .section .rodata + .global bgm_deepdeep + .align 2 + +@********************** Track 1 **********************@ + +bgm_deepdeep_1: + .byte KEYSH , bgm_deepdeep_key+0 + .byte TEMPO , 86*bgm_deepdeep_tbs/2 + .byte VOICE , 46 + .byte PAN , c_v+16 + .byte VOL , 75*bgm_deepdeep_mvl/mxv + .byte W96 +bgm_deepdeep_1_000: + .byte N04 , Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte Bn1 , v112 + .byte W04 + .byte Dn2 + .byte W04 + .byte Dn2 , v036 + .byte W04 + .byte Fs2 , v112 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Dn3 , v036 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gn3 , v036 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte PEND + .byte Fn1 + .byte W04 + .byte Fn1 , v036 + .byte W04 + .byte An1 , v112 + .byte W04 + .byte Cn2 + .byte W04 + .byte Cn2 , v036 + .byte W04 + .byte En2 , v112 + .byte W04 + .byte Fn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Cn3 , v036 + .byte W04 + .byte En3 , v112 + .byte W04 + .byte Fn3 + .byte W08 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cn4 , v036 + .byte W04 + .byte En4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W04 + .byte PATT + .word bgm_deepdeep_1_000 + .byte N04 , Gs1 , v112 + .byte W04 + .byte Gs1 , v036 + .byte W04 + .byte Cn2 , v112 + .byte W04 + .byte Ds2 + .byte W04 + .byte Ds2 , v036 + .byte W04 + .byte Gn2 , v112 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Ds3 , v036 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Gs3 + .byte W04 + .byte Gs3 , v036 + .byte W04 + .byte Cn4 , v112 + .byte W04 + .byte Ds4 + .byte W04 + .byte Ds4 , v036 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte PATT + .word bgm_deepdeep_1_000 +bgm_deepdeep_1_001: + .byte N04 , Fn1 , v112 + .byte W04 + .byte Fn1 , v036 + .byte W04 + .byte An1 , v112 + .byte W04 + .byte Cn2 + .byte W04 + .byte Cn2 , v036 + .byte W04 + .byte En2 , v112 + .byte W04 + .byte Fn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Cn3 , v036 + .byte W04 + .byte En3 , v112 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fn3 , v036 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cn4 , v036 + .byte W04 + .byte En4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W04 + .byte PEND + .byte PATT + .word bgm_deepdeep_1_000 + .byte TEMPO , 86*bgm_deepdeep_tbs/2 + .byte N04 , Gs1 , v112 + .byte W04 + .byte Gs1 , v036 + .byte W04 + .byte Cn2 , v112 + .byte W04 + .byte Ds2 + .byte W04 + .byte Ds2 , v036 + .byte W04 + .byte Gn2 , v112 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Ds3 , v036 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Gs3 + .byte W04 + .byte Gs3 , v036 + .byte W04 + .byte Cn4 , v112 + .byte W04 + .byte Ds4 + .byte W04 + .byte Ds4 , v036 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Cn5 + .byte W04 +bgm_deepdeep_1_B1: +bgm_deepdeep_1_002: + .byte N04 , Ds1 , v112 + .byte W04 + .byte Gn1 + .byte W04 + .byte As1 + .byte W04 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte As2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte PEND +bgm_deepdeep_1_003: + .byte N04 , Dn1 , v112 + .byte W04 + .byte Dn1 , v036 + .byte W04 + .byte Fs1 , v112 + .byte W04 + .byte An1 + .byte W04 + .byte An1 , v036 + .byte W04 + .byte Cs2 , v112 + .byte W04 + .byte Dn2 + .byte W04 + .byte En2 + .byte W04 + .byte Fs2 + .byte W04 + .byte An2 + .byte W04 + .byte An2 , v036 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Dn3 + .byte W04 + .byte Dn3 , v036 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte An3 + .byte W04 + .byte An3 , v036 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte En4 + .byte W04 + .byte PEND +bgm_deepdeep_1_004: + .byte N04 , Gs1 , v112 + .byte W04 + .byte Cn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , Gn4 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte Fn4 , v036 + .byte W04 + .byte Ds4 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte As3 , v112 + .byte W04 + .byte PEND +bgm_deepdeep_1_005: + .byte N04 , Gn1 , v112 + .byte W04 + .byte Bn1 + .byte W04 + .byte Dn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Bn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte PEND + .byte PATT + .word bgm_deepdeep_1_000 + .byte PATT + .word bgm_deepdeep_1_001 + .byte PATT + .word bgm_deepdeep_1_000 +bgm_deepdeep_1_006: + .byte N04 , Fn1 , v112 + .byte W04 + .byte Fn1 , v036 + .byte W04 + .byte An1 , v112 + .byte W04 + .byte Cn2 + .byte W04 + .byte Cn2 , v036 + .byte W04 + .byte En2 , v112 + .byte W04 + .byte Fn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Cn3 , v036 + .byte W04 + .byte En3 , v112 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fn3 , v036 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cn4 , v036 + .byte W04 + .byte En4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte An4 + .byte W04 + .byte PEND + .byte Ds1 + .byte W04 + .byte Gn1 + .byte W04 + .byte As1 + .byte W04 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte As2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte PATT + .word bgm_deepdeep_1_003 + .byte PATT + .word bgm_deepdeep_1_004 + .byte N04 , Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte Bn1 , v112 + .byte W04 + .byte Dn2 + .byte W04 + .byte Dn2 , v036 + .byte W04 + .byte Fs2 , v112 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Dn3 , v036 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gn3 , v036 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte PATT + .word bgm_deepdeep_1_002 + .byte PATT + .word bgm_deepdeep_1_003 + .byte PATT + .word bgm_deepdeep_1_004 + .byte PATT + .word bgm_deepdeep_1_005 + .byte PATT + .word bgm_deepdeep_1_000 + .byte N04 , Fn1 , v112 + .byte W04 + .byte Fn1 , v036 + .byte W04 + .byte An1 , v112 + .byte W04 + .byte Cn2 + .byte W04 + .byte Cn2 , v036 + .byte W04 + .byte En2 , v112 + .byte W04 + .byte Fn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Cn3 , v036 + .byte W04 + .byte En3 , v112 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fn3 , v036 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cn4 , v036 + .byte W04 + .byte En4 , v112 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W04 + .byte PATT + .word bgm_deepdeep_1_000 + .byte PATT + .word bgm_deepdeep_1_006 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_deepdeep_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_deepdeep_2: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 23 + .byte PAN , c_v+0 + .byte VOL , 47*bgm_deepdeep_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_deepdeep_2_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 34*bgm_deepdeep_mvl/mxv + .byte N04 , Cn2 , v064 + .byte W04 + .byte Ds2 , v044 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn2 , v064 + .byte W04 + .byte Dn2 + .byte W04 + .byte N02 , Fn2 , v044 + .byte W02 + .byte Cn2 , v064 + .byte W02 + .byte VOL , 42*bgm_deepdeep_mvl/mxv + .byte N04 , An1 + .byte W04 + .byte Bn1 + .byte W04 + .byte An1 , v048 + .byte W04 + .byte As1 , v040 + .byte W04 + .byte Bn1 , v048 + .byte W04 + .byte An1 , v064 + .byte W04 + .byte VOL , 47*bgm_deepdeep_mvl/mxv + .byte N04 , Cn2 + .byte W04 + .byte As1 , v048 + .byte W04 + .byte Ds2 , v060 + .byte W04 + .byte Bn1 , v040 + .byte W04 + .byte En2 , v060 + .byte W04 + .byte An1 , v064 + .byte W04 + .byte An2 + .byte W04 + .byte N02 , Bn1 , v044 + .byte W02 + .byte Dn2 , v032 + .byte W02 + .byte N04 , Cn3 , v064 + .byte W04 + .byte As1 , v044 + .byte W04 + .byte Ds3 , v060 + .byte W04 + .byte As1 , v032 + .byte W04 + .byte Cs2 , v064 + .byte W04 + .byte N02 , Dn2 + .byte W02 + .byte Cn2 + .byte W02 + .byte N04 , Cs2 , v040 + .byte W04 + .byte Gn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte An1 + .byte W04 + .byte VOL , 42*bgm_deepdeep_mvl/mxv + .byte N04 , Bn1 , v064 + .byte W04 + .byte Gs1 + .byte W04 + .byte Cn2 , v032 + .byte W04 + .byte As1 + .byte W04 + .byte En2 , v040 + .byte W04 + .byte Bn1 , v064 + .byte W04 + .byte VOL , 37*bgm_deepdeep_mvl/mxv + .byte N04 , Gn2 + .byte W04 + .byte Cs2 , v040 + .byte W04 + .byte An2 , v064 + .byte W04 + .byte Cn2 , v040 + .byte W04 + .byte Bn2 , v064 + .byte W04 + .byte Bn1 , v040 + .byte W04 + .byte VOL , 31*bgm_deepdeep_mvl/mxv + .byte N04 , As2 , v064 + .byte W04 + .byte Dn2 , v040 + .byte W04 + .byte Dn3 , v068 + .byte W04 + .byte Cs2 , v040 + .byte W04 + .byte Fn3 , v068 + .byte W04 + .byte Cn2 , v044 + .byte W04 + .byte GOTO + .word bgm_deepdeep_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_deepdeep_3: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 35 + .byte PAN , c_v+0 + .byte VOL , 94*bgm_deepdeep_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_deepdeep_3_B1: +bgm_deepdeep_3_000: + .byte N04 , Ds1 , v127 + .byte W08 + .byte Dn1 + .byte W04 + .byte N08 , Ds1 + .byte W08 + .byte N04 , Gn1 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , As1 , v127 + .byte W04 + .byte N08 , As1 , v036 + .byte W08 + .byte N04 , Dn2 , v127 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W32 + .byte N04 , Dn2 , v127 + .byte W04 + .byte N12 , Ds1 + .byte W12 + .byte PEND +bgm_deepdeep_3_001: + .byte N04 , Dn1 , v127 + .byte W08 + .byte Cs1 + .byte W04 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Fs1 + .byte W04 + .byte N08 , Fs1 , v036 + .byte W08 + .byte N04 , An1 , v127 + .byte W04 + .byte N08 , An1 , v036 + .byte W08 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W20 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W08 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N12 , Dn1 + .byte W12 + .byte PEND + .byte N04 , Fn1 + .byte W08 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W08 + .byte N04 , Gs1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cn2 + .byte W08 + .byte Gs1 + .byte W04 +bgm_deepdeep_3_002: + .byte N04 , Gn1 , v127 + .byte W08 + .byte Fs1 + .byte W04 + .byte N08 , Gn1 + .byte W08 + .byte N04 , Bn1 + .byte W04 + .byte N08 , Bn1 , v036 + .byte W08 + .byte N04 , Dn2 , v127 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W08 + .byte N04 , Fs2 , v127 + .byte W04 + .byte N08 , Fs2 , v036 + .byte W08 + .byte N04 , Fs2 , v127 + .byte W04 + .byte N08 , Gn1 + .byte W12 + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En2 + .byte W04 + .byte Dn2 + .byte W04 + .byte PEND +bgm_deepdeep_3_003: + .byte N12 , Gn1 , v127 + .byte W12 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , Gn1 , v127 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W68 + .byte N04 , Gn2 , v127 + .byte W04 + .byte PEND +bgm_deepdeep_3_004: + .byte N12 , Fn1 , v127 + .byte W12 + .byte N08 , Fn1 , v036 + .byte W08 + .byte N04 , Fn1 , v127 + .byte W04 + .byte N08 , Fn1 , v036 + .byte W68 + .byte N04 , Gn2 , v127 + .byte W04 + .byte PEND + .byte N12 , Gn1 + .byte W12 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , Gn1 , v124 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W68 + .byte N04 , Gn2 , v127 + .byte W04 +bgm_deepdeep_3_005: + .byte N12 , Fn1 , v127 + .byte W12 + .byte N08 , Fn1 , v036 + .byte W08 + .byte N04 , Fn1 , v127 + .byte W04 + .byte N08 , Fn1 , v036 + .byte W72 + .byte PEND + .byte PATT + .word bgm_deepdeep_3_000 + .byte PATT + .word bgm_deepdeep_3_001 + .byte N04 , Fn1 , v127 + .byte W08 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W08 + .byte N04 , Gs1 + .byte W04 + .byte N08 , Gs1 , v036 + .byte W08 + .byte N04 , Cn2 , v127 + .byte W04 + .byte N08 , Cn2 , v036 + .byte W08 + .byte N04 , Dn2 , v127 + .byte W04 + .byte Ds2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cn2 + .byte W08 + .byte Gs1 + .byte W04 + .byte PATT + .word bgm_deepdeep_3_002 + .byte PATT + .word bgm_deepdeep_3_000 + .byte N04 , Dn1 , v127 + .byte W08 + .byte Cs1 + .byte W04 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Fs1 + .byte W04 + .byte N08 + .byte W08 + .byte N04 , An1 + .byte W04 + .byte N08 , An1 , v036 + .byte W08 + .byte N04 , Cs2 , v127 + .byte W06 + .byte N08 , Cs2 , v036 + .byte W18 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W08 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N12 , Dn1 + .byte W12 + .byte N04 , Fn1 + .byte W08 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W08 + .byte N04 , Gs1 + .byte W04 + .byte N08 + .byte W08 + .byte N04 , Cn2 + .byte W04 + .byte N08 , Cn2 , v036 + .byte W08 + .byte N04 , Dn2 , v127 + .byte W04 + .byte Ds2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cn2 + .byte W08 + .byte Gs1 + .byte W04 + .byte Gn1 + .byte W08 + .byte Fs1 + .byte W04 + .byte N08 , Gn1 + .byte W08 + .byte N04 , Bn1 + .byte W04 + .byte N08 + .byte W08 + .byte N04 , Dn2 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W08 + .byte N04 , Fs2 , v127 + .byte W04 + .byte N08 , Fs2 , v036 + .byte W08 + .byte N04 , Fs2 , v127 + .byte W04 + .byte N08 , Gn1 + .byte W12 + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En2 + .byte W04 + .byte Dn2 + .byte W04 + .byte N12 , Gn1 , v124 + .byte W12 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , Gn1 , v127 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W68 + .byte N04 , Gn2 , v127 + .byte W04 + .byte PATT + .word bgm_deepdeep_3_004 + .byte PATT + .word bgm_deepdeep_3_003 + .byte PATT + .word bgm_deepdeep_3_005 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_deepdeep_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_deepdeep_4: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 126 + .byte VOL , 31*bgm_deepdeep_mvl/mxv + .byte PAN , c_v-64 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 126 + .byte W12 + .byte N08 , Gn4 , v064 + .byte W24 + .byte Gn4 , v092 + .byte W24 + .byte Gn4 , v127 + .byte W36 +bgm_deepdeep_4_B1: +bgm_deepdeep_4_000: + .byte W24 + .byte N10 , Gn4 , v112 + .byte W36 + .byte N10 + .byte W36 + .byte PEND +bgm_deepdeep_4_001: + .byte W24 + .byte N10 , Gn4 , v112 + .byte W36 + .byte N10 + .byte W24 + .byte N10 + .byte W12 + .byte PEND + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte PATT + .word bgm_deepdeep_4_000 + .byte PATT + .word bgm_deepdeep_4_001 + .byte GOTO + .word bgm_deepdeep_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_deepdeep_5: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 9 + .byte PAN , c_v-32 + .byte VOL , 15*bgm_deepdeep_mvl/mxv + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v+32 + .byte VOL , 26*bgm_deepdeep_mvl/mxv + .byte N04 , Gn4 , v080 + .byte W04 + .byte Gn4 , v044 + .byte W04 + .byte Gn4 , v060 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v-32 + .byte VOL , 35*bgm_deepdeep_mvl/mxv + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v+32 + .byte VOL , 47*bgm_deepdeep_mvl/mxv + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N08 , Gn5 , v084 + .byte W08 + .byte N04 , Gn5 , v052 + .byte W04 + .byte VOL , 53*bgm_deepdeep_mvl/mxv + .byte PAN , c_v-32 + .byte N04 , Gn4 , v080 + .byte W04 + .byte Gn4 , v048 + .byte W04 + .byte Gn4 , v072 + .byte W04 + .byte N08 , Gn5 , v084 + .byte W08 + .byte N04 , Gn5 , v064 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N08 , Gn5 , v084 + .byte W08 + .byte N04 , Gn5 , v056 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 +bgm_deepdeep_5_000: + .byte PAN , c_v-32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v080 + .byte W04 + .byte Gn4 , v044 + .byte W04 + .byte Gn4 , v060 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N08 , Gn5 , v084 + .byte W08 + .byte N04 , Gn5 , v052 + .byte W04 + .byte PEND +bgm_deepdeep_5_001: + .byte PAN , c_v-32 + .byte N04 , Gn4 , v080 + .byte W04 + .byte Gn4 , v048 + .byte W04 + .byte Gn4 , v072 + .byte W04 + .byte N08 , Gn5 , v084 + .byte W08 + .byte N04 , Gn5 , v064 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N08 , Gn5 , v084 + .byte W08 + .byte N04 , Gn5 , v056 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v080 + .byte W08 + .byte Gn4 , v052 + .byte W04 + .byte N12 , Gn5 , v084 + .byte W12 + .byte PEND + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 +bgm_deepdeep_5_B1: + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v080 + .byte W04 + .byte Gn4 , v068 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte N08 , Gn5 + .byte W08 + .byte N04 , Gn5 , v060 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v052 + .byte W08 + .byte Gn4 , v048 + .byte W04 + .byte N12 , Gn5 + .byte W12 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v036 + .byte W08 + .byte Gn4 , v032 + .byte W04 + .byte N08 , Gn5 , v024 + .byte W08 + .byte N04 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 + .byte W08 + .byte N04 + .byte W04 + .byte N12 , Gn5 , v020 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte VOL , 65*bgm_deepdeep_mvl/mxv + .byte W12 + .byte N04 , Gn4 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v052 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v036 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v028 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v024 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v020 + .byte W04 + .byte Dn4 + .byte W32 + .byte W24 + .byte PAN , c_v+32 + .byte N04 , Fn4 , v112 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Fn4 , v080 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Fn4 , v052 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Fn4 , v036 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Fn4 , v028 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Fn4 , v024 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Fn4 , v020 + .byte W04 + .byte Cn4 + .byte W20 + .byte VOL , 53*bgm_deepdeep_mvl/mxv + .byte W12 + .byte PAN , c_v-32 + .byte N04 , Bn4 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Bn4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Bn4 , v052 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Bn4 , v036 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Bn4 , v028 + .byte W04 + .byte VOICE , 9 + .byte PAN , c_v-32 + .byte N04 , Gn4 , v016 + .byte W08 + .byte Gn4 , v036 + .byte W04 + .byte N08 , Gn5 , v040 + .byte W08 + .byte N04 , Gn5 , v048 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 , v096 + .byte W08 + .byte Gn4 , v076 + .byte W04 + .byte N12 , Gn5 , v092 + .byte W12 + .byte PATT + .word bgm_deepdeep_5_000 + .byte PATT + .word bgm_deepdeep_5_001 + .byte PATT + .word bgm_deepdeep_5_000 + .byte GOTO + .word bgm_deepdeep_5_B1 + .byte PAN , c_v-32 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_deepdeep_6: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 92 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 35*bgm_deepdeep_mvl/mxv + .byte XCMD , xIECV , 18 + .byte xIECV , 12 + .byte BENDR , 12 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte W12 + .byte N04 , An3 , v048 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N72 , Dn4 , v112 + .byte W24 + .byte MOD , 3 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 35*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 31*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 28*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 25*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 21*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte N04 , Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N92 , Dn4 + .byte W12 + .byte MOD , 2 + .byte W24 + .byte VOL , 37*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 35*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 32*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 29*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 26*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 23*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 21*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 19*bgm_deepdeep_mvl/mxv + .byte W20 + .byte MOD , 0 + .byte W08 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte N06 , Fs4 + .byte W12 + .byte N04 , Cs4 + .byte W04 + .byte N92 , Dn4 + .byte W24 + .byte MOD , 2 + .byte VOL , 37*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 34*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 32*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 30*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 28*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 26*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 23*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 22*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 20*bgm_deepdeep_mvl/mxv + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte N02 , Cs4 + .byte W02 + .byte Dn4 + .byte W02 + .byte N44 , Ds4 + .byte W20 + .byte MOD , 7 + .byte W04 + .byte VOL , 34*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 29*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 24*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 20*bgm_deepdeep_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte VOL , 14*bgm_deepdeep_mvl/mxv + .byte W02 + .byte 39*bgm_deepdeep_mvl/mxv + .byte N02 , En4 + .byte W02 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte N24 , Fn4 + .byte W24 + .byte N08 , Ds4 + .byte W08 + .byte N02 , Dn4 , v064 + .byte W02 + .byte Cn4 + .byte W02 + .byte Bn3 + .byte W02 + .byte An3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fn3 + .byte W02 + .byte En3 + .byte W02 + .byte Dn3 + .byte W02 +bgm_deepdeep_6_B1: + .byte VOL , 27*bgm_deepdeep_mvl/mxv + .byte BEND , c_v+2 + .byte N04 , Ds1 , v127 + .byte W08 + .byte Dn1 + .byte W04 + .byte N08 , Ds1 + .byte W08 + .byte N04 , Gn1 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , As1 , v127 + .byte W04 + .byte N08 , As1 , v036 + .byte W08 + .byte N04 , Dn2 , v127 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W32 + .byte N04 , Dn2 , v127 + .byte W04 + .byte N12 , Ds1 + .byte W12 + .byte N04 , Dn1 + .byte W08 + .byte Cs1 + .byte W04 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Fs1 + .byte W04 + .byte N08 , Fs1 , v036 + .byte W08 + .byte N04 , An1 , v127 + .byte W04 + .byte N08 , An1 , v036 + .byte W08 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W20 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W08 + .byte N04 , Cs2 , v127 + .byte W04 + .byte N12 , Dn1 + .byte W12 + .byte N04 , Fn1 + .byte W08 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W08 + .byte N04 , Gs1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cn2 + .byte W08 + .byte Gs1 + .byte W04 + .byte Gn1 + .byte W08 + .byte Fs1 + .byte W04 + .byte N08 , Gn1 + .byte W08 + .byte N04 , Bn1 + .byte W04 + .byte N08 , Bn1 , v036 + .byte W08 + .byte N04 , Dn2 , v127 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W08 + .byte N04 , Fs2 , v127 + .byte W04 + .byte N08 , Fs2 , v036 + .byte W08 + .byte N04 , Fs2 , v127 + .byte W04 + .byte N08 , Gn1 + .byte W12 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte BEND , c_v+0 + .byte N04 , Dn4 , v112 + .byte W04 + .byte Cn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N72 , Dn4 + .byte W24 + .byte MOD , 3 + .byte VOL , 35*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 31*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 28*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 25*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 23*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 21*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte N04 , Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N84 , Dn4 + .byte W12 + .byte MOD , 2 + .byte W24 + .byte 3 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 35*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 33*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 32*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 29*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 28*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 25*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 23*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 21*bgm_deepdeep_mvl/mxv + .byte W16 + .byte MOD , 0 + .byte W08 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte N06 , Fs4 + .byte W12 + .byte N04 , Cs4 + .byte W04 +bgm_deepdeep_6_000: + .byte TIE , Dn4 , v112 + .byte W48 + .byte MOD , 2 + .byte W48 + .byte PEND + .byte W24 + .byte 4 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 35*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 32*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 29*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 26*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 23*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 21*bgm_deepdeep_mvl/mxv + .byte W24 + .byte EOT + .byte MOD , 0 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte N02 , Cn4 , v064 + .byte W02 + .byte Bn3 + .byte W02 + .byte An3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte En3 + .byte W02 + .byte Dn3 + .byte W02 + .byte Cn3 + .byte W02 + .byte Bn2 + .byte W04 + .byte An2 + .byte W02 + .byte Gs2 + .byte W02 + .byte VOL , 39*bgm_deepdeep_mvl/mxv + .byte N16 , Gn2 , v112 + .byte W16 + .byte N14 , Gs2 + .byte W14 + .byte N02 , An2 , v100 + .byte W02 + .byte N24 , As2 , v112 + .byte W24 + .byte W02 + .byte N02 , Bn2 + .byte W02 + .byte N12 , As2 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N42 , Fs2 + .byte W24 + .byte MOD , 5 + .byte W18 + .byte N02 , Bn2 , v080 + .byte W02 + .byte Cn3 + .byte W02 + .byte Cs3 + .byte W02 + .byte MOD , 0 + .byte N24 , Dn3 , v112 + .byte W24 + .byte N08 , Cs3 + .byte W08 + .byte N02 , Cn3 , v080 + .byte W02 + .byte Bn2 + .byte W02 + .byte As2 + .byte W02 + .byte An2 + .byte W02 + .byte Gs2 + .byte W02 + .byte Gn2 + .byte W02 + .byte Fs2 + .byte W02 + .byte Fn2 + .byte W02 + .byte Bn2 , v112 + .byte W02 + .byte N10 , As2 + .byte W10 + .byte N12 , Cn3 + .byte W12 + .byte N22 , Ds3 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cs3 + .byte W04 + .byte N12 , Cn3 + .byte W12 + .byte N48 , Bn2 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , Dn3 + .byte W24 + .byte N08 , Fs3 + .byte W08 + .byte N02 , Fn3 , v080 + .byte W02 + .byte En3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Dn3 + .byte W02 + .byte Cs3 + .byte W02 + .byte Cn3 + .byte W02 + .byte Bn2 + .byte W02 + .byte As2 + .byte W02 + .byte N16 , Gn3 , v112 + .byte W16 + .byte Gs3 + .byte W16 + .byte N24 , As3 + .byte W28 + .byte N12 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N42 , Fs3 + .byte W24 + .byte MOD , 5 + .byte W18 + .byte N02 , Bn3 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Cs4 + .byte W02 + .byte MOD , 0 + .byte N24 , Dn4 , v112 + .byte W24 + .byte N08 , Cs4 + .byte W08 + .byte N02 , Cn4 , v080 + .byte W02 + .byte Bn3 + .byte W02 + .byte As3 + .byte W02 + .byte An3 + .byte W02 + .byte Gs3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte Fn3 + .byte W02 + .byte MOD , 0 + .byte N12 , As3 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte N22 , Ds4 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte N12 , Cn4 + .byte W12 + .byte N48 , Bn3 + .byte W24 + .byte VOL , 37*bgm_deepdeep_mvl/mxv + .byte MOD , 5 + .byte W04 + .byte VOL , 33*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 30*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 25*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 23*bgm_deepdeep_mvl/mxv + .byte W08 + .byte 39*bgm_deepdeep_mvl/mxv + .byte MOD , 0 + .byte N24 , Dn4 + .byte W24 + .byte N04 , Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N72 , Dn4 + .byte W24 + .byte MOD , 3 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 34*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 31*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 29*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 26*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 24*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte N04 , Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N84 , Dn4 + .byte W12 + .byte MOD , 2 + .byte W24 + .byte 3 + .byte VOL , 37*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 34*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 32*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 29*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 27*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 25*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 24*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 22*bgm_deepdeep_mvl/mxv + .byte W20 + .byte MOD , 0 + .byte W08 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte N06 , Fs4 + .byte W12 + .byte N04 , Cs4 + .byte W04 + .byte PATT + .word bgm_deepdeep_6_000 + .byte W24 + .byte MOD , 6 + .byte VOL , 35*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 32*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 29*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 27*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 25*bgm_deepdeep_mvl/mxv + .byte W04 + .byte 23*bgm_deepdeep_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 21*bgm_deepdeep_mvl/mxv + .byte W24 + .byte EOT , Dn4 + .byte MOD , 0 + .byte VOL , 38*bgm_deepdeep_mvl/mxv + .byte N02 , Cn4 , v064 + .byte W02 + .byte Bn3 + .byte W02 + .byte An3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte En3 + .byte W02 + .byte Dn3 + .byte W02 + .byte Cn3 + .byte W02 + .byte Bn2 + .byte W04 + .byte An2 + .byte W02 + .byte Gs2 + .byte W02 + .byte VOL , 47*bgm_deepdeep_mvl/mxv + .byte W96 + .byte W96 + .byte GOTO + .word bgm_deepdeep_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_deepdeep_7: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte VOL , 37*bgm_deepdeep_mvl/mxv + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte LFOS , 44 + .byte BENDR , 12 + .byte BEND , c_v+2 + .byte W96 + .byte c_v+2 + .byte N04 , Gn1 , v112 + .byte W08 + .byte Bn1 + .byte W04 + .byte Dn2 + .byte W08 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn1 + .byte W08 + .byte An1 + .byte W04 + .byte Cn2 + .byte W08 + .byte En2 + .byte W04 + .byte Fn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W08 + .byte En3 + .byte W04 + .byte Fn3 + .byte W08 + .byte An3 + .byte W04 + .byte Cn4 + .byte W08 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W04 + .byte Gn1 + .byte W08 + .byte Bn1 + .byte W04 + .byte Dn2 + .byte W08 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Gs1 + .byte W08 + .byte Cn2 + .byte W04 + .byte Ds2 + .byte W08 + .byte Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W08 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W08 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_deepdeep_7_B1: + .byte BEND , c_v+2 + .byte N04 , Ds1 , v112 + .byte W04 + .byte Gn1 + .byte W04 + .byte As1 + .byte W04 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte As2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Dn1 + .byte W08 + .byte Fs1 + .byte W04 + .byte An1 + .byte W08 + .byte Cs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte En2 + .byte W04 + .byte Fs2 + .byte W04 + .byte An2 + .byte W08 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W04 + .byte An3 + .byte W08 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte En4 + .byte W04 + .byte Gs1 + .byte W04 + .byte Cn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn4 + .byte W08 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W08 + .byte As3 + .byte W04 + .byte Gn1 + .byte W04 + .byte Bn1 + .byte W04 + .byte Dn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W28 + .byte N12 , Gn1 + .byte W12 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , Gn1 , v124 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W68 + .byte N04 , Gn2 , v124 + .byte W04 +bgm_deepdeep_7_000: + .byte N12 , Fn1 , v124 + .byte W12 + .byte N08 , Fn1 , v036 + .byte W08 + .byte N04 , Fn1 , v124 + .byte W04 + .byte N08 , Fn1 , v036 + .byte W68 + .byte N04 , Gn2 , v124 + .byte W04 + .byte PEND +bgm_deepdeep_7_001: + .byte N12 , Gn1 , v124 + .byte W12 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , Gn1 , v124 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W68 + .byte N04 , Gn2 , v124 + .byte W04 + .byte PEND +bgm_deepdeep_7_002: + .byte N12 , Fn1 , v124 + .byte W12 + .byte N08 , Fn1 , v036 + .byte W08 + .byte N04 , Fn1 , v124 + .byte W04 + .byte N08 , Fn1 , v036 + .byte W72 + .byte PEND + .byte VOL , 35*bgm_deepdeep_mvl/mxv + .byte N04 , Ds1 , v124 + .byte W08 + .byte Dn1 + .byte W04 + .byte N08 , Ds1 + .byte W08 + .byte N04 , Gn1 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , As1 , v124 + .byte W04 + .byte N08 , As1 , v036 + .byte W08 + .byte N04 , Dn2 , v124 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W32 + .byte N04 , Dn2 , v124 + .byte W04 + .byte N12 , Ds1 + .byte W12 + .byte N04 , Dn1 + .byte W08 + .byte Cs1 + .byte W04 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Fs1 + .byte W04 + .byte N08 , Fs1 , v036 + .byte W08 + .byte N04 , An1 , v124 + .byte W04 + .byte N08 , An1 , v036 + .byte W08 + .byte N04 , Cs2 , v124 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W20 + .byte N04 , Cs2 , v124 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W08 + .byte N04 , Cs2 , v124 + .byte W04 + .byte N12 , Dn1 + .byte W12 + .byte N04 , Fn1 + .byte W08 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W08 + .byte N04 , Gs1 + .byte W04 + .byte N08 , Gs1 , v036 + .byte W08 + .byte N04 , Cn2 , v124 + .byte W04 + .byte N08 , Cn2 , v036 + .byte W08 + .byte N04 , Dn2 , v124 + .byte W04 + .byte BEND , c_v+0 + .byte N04 , Ds4 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte BEND , c_v+2 + .byte N04 , Dn2 , v124 + .byte W04 + .byte Ds2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cn2 + .byte W08 + .byte Gs1 + .byte W04 +bgm_deepdeep_7_003: + .byte N04 , Gn1 , v124 + .byte W08 + .byte Fs1 + .byte W04 + .byte N08 , Gn1 + .byte W08 + .byte N04 , Bn1 + .byte W04 + .byte N08 , Bn1 , v036 + .byte W08 + .byte N04 , Dn2 , v124 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W08 + .byte N04 , Fs2 , v124 + .byte W04 + .byte N08 , Fs2 , v036 + .byte W08 + .byte N04 , Fs2 , v124 + .byte W04 + .byte N08 , Gn1 + .byte W12 + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En2 + .byte W04 + .byte Dn2 + .byte W04 + .byte PEND + .byte Ds1 + .byte W08 + .byte Dn1 + .byte W04 + .byte N08 , Ds1 + .byte W08 + .byte N04 , Gn1 + .byte W04 + .byte N08 , Gn1 , v036 + .byte W08 + .byte N04 , As1 , v124 + .byte W04 + .byte N08 , As1 , v036 + .byte W08 + .byte N04 , Dn2 , v124 + .byte W04 + .byte N08 , Dn2 , v036 + .byte W32 + .byte N04 , Dn2 , v124 + .byte W04 + .byte N12 , Ds1 + .byte W12 + .byte N04 , Dn1 + .byte W08 + .byte Cs1 + .byte W04 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Fs1 + .byte W04 + .byte N08 , Fs1 , v036 + .byte W08 + .byte N04 , An1 , v124 + .byte W04 + .byte N08 , An1 , v036 + .byte W08 + .byte N04 , Cs2 , v124 + .byte W06 + .byte N08 , Cs2 , v036 + .byte W18 + .byte N04 , Cs2 , v124 + .byte W04 + .byte N08 , Cs2 , v036 + .byte W08 + .byte N04 , Cs2 , v124 + .byte W04 + .byte N12 , Dn1 + .byte W12 + .byte N04 , Fn1 + .byte W08 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W08 + .byte N04 , Gs1 + .byte W04 + .byte N08 , Gs1 , v036 + .byte W08 + .byte N04 , Cn2 , v124 + .byte W04 + .byte N08 , Cn2 , v036 + .byte W08 + .byte N04 , Dn2 , v124 + .byte W04 + .byte Ds2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cn2 + .byte W08 + .byte Gs1 + .byte W04 + .byte PATT + .word bgm_deepdeep_7_003 + .byte PATT + .word bgm_deepdeep_7_001 + .byte PATT + .word bgm_deepdeep_7_000 + .byte PATT + .word bgm_deepdeep_7_001 + .byte PATT + .word bgm_deepdeep_7_002 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_deepdeep_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_deepdeep_8: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 92 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte LFOS , 44 + .byte PAN , c_v-63 + .byte BENDR , 12 + .byte VOL , 5*bgm_deepdeep_mvl/mxv + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v+63 + .byte VOL , 8*bgm_deepdeep_mvl/mxv + .byte N04 , Gn6 , v080 + .byte W04 + .byte Gn6 , v044 + .byte W04 + .byte Gn6 , v060 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v-63 + .byte VOL , 11*bgm_deepdeep_mvl/mxv + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v+63 + .byte VOL , 15*bgm_deepdeep_mvl/mxv + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N08 , Gn7 , v084 + .byte W08 + .byte N04 , Gn7 , v052 + .byte W04 + .byte PAN , c_v-63 + .byte VOL , 18*bgm_deepdeep_mvl/mxv + .byte N04 , Gn6 , v080 + .byte W04 + .byte Gn6 , v048 + .byte W04 + .byte Gn6 , v072 + .byte W04 + .byte N08 , Gn7 , v084 + .byte W08 + .byte N04 , Gn7 , v064 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v-63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N08 , Gn7 , v084 + .byte W08 + .byte N04 , Gn7 , v056 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v-63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v+63 + .byte N04 , Gn6 , v080 + .byte W04 + .byte Gn6 , v044 + .byte W04 + .byte Gn6 , v060 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v-63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v+63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N08 , Gn7 , v084 + .byte W08 + .byte N04 , Gn7 , v052 + .byte W04 + .byte PAN , c_v-63 + .byte N04 , Gn6 , v080 + .byte W04 + .byte Gn6 , v048 + .byte W04 + .byte Gn6 , v072 + .byte W04 + .byte N08 , Gn7 , v084 + .byte W08 + .byte N04 , Gn7 , v064 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v-63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N08 , Gn7 , v084 + .byte W08 + .byte N04 , Gn7 , v056 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v-63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v+63 + .byte N04 , Gn6 , v080 + .byte W04 + .byte Gn6 , v044 + .byte W04 + .byte Gn6 , v060 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte PAN , c_v-63 + .byte N04 , Gn6 , v080 + .byte W08 + .byte Gn6 , v052 + .byte W04 + .byte N12 , Gn7 , v084 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte VOL , 71*bgm_deepdeep_mvl/mxv + .byte W12 + .byte N04 , Fs4 , v048 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte MOD , 1 + .byte N72 , Bn4 + .byte W24 + .byte MOD , 3 + .byte W22 + .byte LFOS , 44 + .byte W02 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N04 , Dn5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Cn5 + .byte W04 + .byte N92 , Bn4 + .byte W08 + .byte LFOS , 36 + .byte W04 + .byte MOD , 1 + .byte W24 + .byte 3 + .byte W18 + .byte LFOS , 44 + .byte W06 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte W08 + .byte N06 , Cn5 + .byte W12 + .byte LFOS , 36 + .byte N04 , An4 + .byte W04 + .byte MOD , 1 + .byte N92 , Bn4 + .byte W44 + .byte MOD , 3 + .byte W20 + .byte LFOS , 44 + .byte W04 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N02 , As4 + .byte W02 + .byte Bn4 + .byte W02 + .byte LFOS , 36 + .byte MOD , 1 + .byte N44 , Cn5 + .byte W08 + .byte MOD , 3 + .byte W12 + .byte LFOS , 44 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W02 + .byte N02 , Cs5 + .byte W02 + .byte N24 , Dn5 + .byte W14 + .byte MOD , 4 + .byte W10 + .byte 1 + .byte N08 , Cn5 + .byte W08 + .byte N02 , Bn4 , v032 + .byte W02 + .byte An4 + .byte W02 + .byte Gs4 + .byte W02 + .byte Fs4 + .byte W02 + .byte En4 + .byte W02 + .byte Dn4 + .byte W02 + .byte Cs4 + .byte W02 + .byte Bn3 + .byte W02 +bgm_deepdeep_8_B1: + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W64 + .byte LFOS , 36 + .byte W08 + .byte N04 , Bn4 , v112 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte N72 , Bn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 7 + .byte W24 + .byte 0 + .byte N04 , Dn5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Cn5 + .byte W04 + .byte N84 , Bn4 + .byte W12 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 7 + .byte W24 + .byte 0 + .byte N08 , Bn4 , v036 + .byte W08 + .byte N06 , Cn5 , v112 + .byte W12 + .byte N04 , An4 + .byte W04 + .byte TIE , Bn4 + .byte W24 + .byte MOD , 4 + .byte W72 + .byte W24 + .byte 8 + .byte W48 + .byte EOT + .byte MOD , 0 + .byte N02 , An4 , v064 + .byte W02 + .byte Gn4 + .byte W02 + .byte Fs4 + .byte W02 + .byte En4 + .byte W02 + .byte Dn4 + .byte W02 + .byte Cn4 + .byte W02 + .byte Bn3 + .byte W02 + .byte An3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte En3 + .byte W02 + .byte Ds3 + .byte W02 + .byte N16 , Dn3 , v112 + .byte W16 + .byte N14 , Ds3 + .byte W14 + .byte N02 , En3 , v096 + .byte W02 + .byte N24 , Fn3 , v112 + .byte W24 + .byte W02 + .byte N02 , Fs3 + .byte W02 + .byte N12 , Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N42 , Cs3 + .byte W24 + .byte MOD , 9 + .byte W18 + .byte N02 , Gs3 , v068 + .byte W02 + .byte An3 + .byte W02 + .byte As3 + .byte W02 + .byte MOD , 0 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N08 , An3 + .byte W08 + .byte N02 , Gs3 , v064 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte Fn3 + .byte W02 + .byte En3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Dn3 + .byte W02 + .byte Cs3 + .byte W02 + .byte Gs3 , v104 + .byte W02 + .byte N10 , Gn3 , v112 + .byte W10 + .byte N12 , Gs3 + .byte W12 + .byte N22 , As3 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte An3 + .byte W04 + .byte N12 , Gs3 + .byte W12 + .byte N48 , Fs3 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N24 , An3 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte N02 , As3 , v064 + .byte W02 + .byte An3 + .byte W02 + .byte Gs3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte Fn3 + .byte W02 + .byte En3 + .byte W02 + .byte Ds3 + .byte W02 + .byte N16 , Dn4 , v112 + .byte W16 + .byte Ds4 + .byte W16 + .byte N24 , Fn4 + .byte W28 + .byte N12 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N42 , Cs4 + .byte W24 + .byte MOD , 9 + .byte W18 + .byte N02 , Gs4 , v064 + .byte W02 + .byte An4 + .byte W02 + .byte As4 + .byte W02 + .byte MOD , 0 + .byte N24 , Bn4 , v112 + .byte W24 + .byte N08 , An4 + .byte W08 + .byte N02 , Gs4 , v064 + .byte W02 + .byte Gn4 + .byte W02 + .byte Fs4 + .byte W02 + .byte Fn4 + .byte W02 + .byte En4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Dn4 + .byte W02 + .byte Cs4 + .byte W02 + .byte MOD , 0 + .byte N12 , Gn4 , v112 + .byte W12 + .byte Gs4 + .byte W12 + .byte N22 , As4 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W04 + .byte As4 + .byte W04 + .byte An4 + .byte W04 + .byte N12 , Gs4 + .byte W12 + .byte N48 , Fs4 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N24 , An4 + .byte W24 + .byte N04 , Bn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte N72 , Bn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 9 + .byte W24 + .byte 0 + .byte N04 , Dn5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Cn5 + .byte W04 + .byte N84 , Bn4 + .byte W12 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 9 + .byte W24 + .byte 0 + .byte W08 + .byte N06 , Cn5 + .byte W12 + .byte N04 , An4 + .byte W04 + .byte TIE , Bn4 + .byte W48 + .byte MOD , 5 + .byte W48 + .byte W24 + .byte 8 + .byte W48 + .byte EOT + .byte MOD , 0 + .byte N02 , An4 , v072 + .byte W02 + .byte Gn4 , v068 + .byte W02 + .byte Fs4 , v064 + .byte W02 + .byte En4 , v060 + .byte W02 + .byte Dn4 , v056 + .byte W02 + .byte Cn4 , v052 + .byte W02 + .byte Bn3 , v048 + .byte W02 + .byte An3 , v044 + .byte W02 + .byte Gn3 , v040 + .byte W02 + .byte Fs3 , v036 + .byte W02 + .byte En3 , v032 + .byte W02 + .byte Ds3 , v024 + .byte W02 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_deepdeep_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_deepdeep_9: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 94*bgm_deepdeep_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N04 , Cn1 , v127 + .byte W44 + .byte Cn1 , v092 + .byte W04 + .byte Cn1 , v112 + .byte W48 + .byte Cn1 , v127 + .byte W44 + .byte Cn1 , v080 + .byte W04 + .byte Cn1 , v112 + .byte W48 + .byte Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W20 + .byte Cn1 , v080 + .byte W04 + .byte Cn1 , v127 + .byte W20 + .byte Cn1 , v056 + .byte W04 + .byte Cn1 , v112 + .byte W20 + .byte Cn1 , v080 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte En1 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W04 + .byte Cn1 , v080 + .byte W04 + .byte En1 , v112 + .byte W04 + .byte Cn1 + .byte W04 + .byte Dn1 + .byte W04 + .byte N04 + .byte W04 + .byte Dn1 , v080 + .byte W04 + .byte En1 + .byte W04 +bgm_deepdeep_9_B1: +bgm_deepdeep_9_000: + .byte N04 , Cn1 , v127 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W04 + .byte Cn1 , v068 + .byte W04 + .byte Cn1 , v096 + .byte W04 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W04 + .byte Cn1 , v124 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte En1 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte PEND +bgm_deepdeep_9_001: + .byte N04 , Cn1 , v127 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W04 + .byte Cn1 , v068 + .byte W04 + .byte Cn1 , v096 + .byte W04 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W04 + .byte Cn1 , v124 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte En1 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte Dn1 , v124 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte PEND + .byte PATT + .word bgm_deepdeep_9_000 + .byte PATT + .word bgm_deepdeep_9_001 + .byte PATT + .word bgm_deepdeep_9_000 + .byte PATT + .word bgm_deepdeep_9_001 + .byte PATT + .word bgm_deepdeep_9_000 + .byte PATT + .word bgm_deepdeep_9_001 + .byte PATT + .word bgm_deepdeep_9_000 + .byte PATT + .word bgm_deepdeep_9_001 + .byte PATT + .word bgm_deepdeep_9_000 + .byte N04 , Cn1 , v124 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W04 + .byte Cn1 , v068 + .byte W04 + .byte Cn1 , v096 + .byte W04 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W04 + .byte Cn1 , v124 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte En1 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte Dn1 , v124 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v124 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W04 + .byte Cn1 , v068 + .byte W04 + .byte Cn1 , v096 + .byte W04 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W04 + .byte Cn1 , v124 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte En1 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte PATT + .word bgm_deepdeep_9_001 + .byte PATT + .word bgm_deepdeep_9_000 + .byte PATT + .word bgm_deepdeep_9_001 + .byte PATT + .word bgm_deepdeep_9_000 + .byte PATT + .word bgm_deepdeep_9_001 + .byte PATT + .word bgm_deepdeep_9_000 + .byte PATT + .word bgm_deepdeep_9_001 + .byte N04 , Cn1 , v127 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W04 + .byte Cn1 , v068 + .byte W04 + .byte Cn1 , v096 + .byte W04 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W08 + .byte Cn1 , v124 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte En1 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v024 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v032 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v096 + .byte W04 + .byte PATT + .word bgm_deepdeep_9_001 + .byte GOTO + .word bgm_deepdeep_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_deepdeep_10: + .byte KEYSH , bgm_deepdeep_key+0 + .byte VOICE , 127 + .byte VOL , 47*bgm_deepdeep_mvl/mxv + .byte PAN , c_v+0 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte LFOS , 36 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 127 + .byte PAN , c_v-56 + .byte W20 + .byte N03 , Fn4 , v056 + .byte W24 + .byte N03 + .byte W24 + .byte Fn4 , v112 + .byte W04 + .byte N03 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte Fn4 , v080 + .byte W04 + .byte N03 + .byte W04 +bgm_deepdeep_10_B1: +bgm_deepdeep_10_000: + .byte N03 , Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v096 + .byte W08 + .byte Fn4 , v064 + .byte W12 + .byte N03 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte Fn4 , v088 + .byte W04 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W12 + .byte N03 + .byte W04 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v096 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte PEND +bgm_deepdeep_10_001: + .byte N03 , Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v096 + .byte W08 + .byte Fn4 , v064 + .byte W12 + .byte N03 + .byte W04 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W12 + .byte N03 + .byte W04 + .byte Fn4 , v112 + .byte W20 + .byte Fn4 , v064 + .byte W04 + .byte PEND + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte PATT + .word bgm_deepdeep_10_001 + .byte PATT + .word bgm_deepdeep_10_000 + .byte N03 , Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v096 + .byte W08 + .byte Fn4 , v064 + .byte W12 + .byte N03 + .byte W04 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W04 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v064 + .byte W12 + .byte N03 + .byte W04 + .byte Fn4 , v112 + .byte W24 + .byte GOTO + .word bgm_deepdeep_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_deepdeep: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_deepdeep_pri @ Priority + .byte bgm_deepdeep_rev @ Reverb. + + .word bgm_deepdeep_grp + + .word bgm_deepdeep_1 + .word bgm_deepdeep_2 + .word bgm_deepdeep_3 + .word bgm_deepdeep_4 + .word bgm_deepdeep_5 + .word bgm_deepdeep_6 + .word bgm_deepdeep_7 + .word bgm_deepdeep_8 + .word bgm_deepdeep_9 + .word bgm_deepdeep_10 + + .end diff --git a/sound/songs/bgm_demo1.s b/sound/songs/bgm_demo1.s new file mode 100644 index 000000000..7ed6f7666 --- /dev/null +++ b/sound/songs/bgm_demo1.s @@ -0,0 +1,3430 @@ + .include "MPlayDef.s" + + .equ bgm_demo1_grp, voicegroup_843F5E8 + .equ bgm_demo1_pri, 0 + .equ bgm_demo1_rev, reverb_set+50 + .equ bgm_demo1_mvl, 127 + .equ bgm_demo1_key, 0 + .equ bgm_demo1_tbs, 1 + .equ bgm_demo1_exg, 0 + .equ bgm_demo1_cmp, 1 + + .section .rodata + .global bgm_demo1 + .align 2 + +@********************** Track 1 **********************@ + +bgm_demo1_1: + .byte KEYSH , bgm_demo1_key+0 + .byte TEMPO , 118*bgm_demo1_tbs/2 + .byte VOICE , 48 + .byte PAN , c_v+35 + .byte VOL , 51*bgm_demo1_mvl/mxv + .byte LFOS , 44 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte TEMPO , 128*bgm_demo1_tbs/2 + .byte W96 + .byte TEMPO , 136*bgm_demo1_tbs/2 + .byte W48 + .byte TEMPO , 60*bgm_demo1_tbs/2 + .byte W24 + .byte TEMPO , 62*bgm_demo1_tbs/2 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte W12 + .byte TEMPO , 48*bgm_demo1_tbs/2 + .byte N06 , Gn3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte TEMPO , 154*bgm_demo1_tbs/2 + .byte PAN , c_v-34 + .byte N06 , Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte N24 , Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte TIE , Gn3 + .byte W48 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte W20 + .byte 30*bgm_demo1_mvl/mxv + .byte W06 + .byte 28*bgm_demo1_mvl/mxv + .byte W10 + .byte 24*bgm_demo1_mvl/mxv + .byte W05 + .byte 22*bgm_demo1_mvl/mxv + .byte W03 + .byte 19*bgm_demo1_mvl/mxv + .byte W04 + .byte 17*bgm_demo1_mvl/mxv + .byte W02 + .byte 15*bgm_demo1_mvl/mxv + .byte W03 + .byte 11*bgm_demo1_mvl/mxv + .byte W09 + .byte 9*bgm_demo1_mvl/mxv + .byte W03 + .byte 5*bgm_demo1_mvl/mxv + .byte W09 + .byte 4*bgm_demo1_mvl/mxv + .byte W06 + .byte 2*bgm_demo1_mvl/mxv + .byte W16 + .byte EOT + .byte TEMPO , 106*bgm_demo1_tbs/2 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_demo1_2: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 65*bgm_demo1_mvl/mxv + .byte BEND , c_v+0 + .byte W72 + .byte VOL , 66*bgm_demo1_mvl/mxv + .byte N03 , Gn5 , v072 + .byte W03 + .byte An5 + .byte W03 + .byte N06 , Gn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte En5 + .byte W06 + .byte VOL , 68*bgm_demo1_mvl/mxv + .byte N06 , Cn5 + .byte W06 + .byte Cn5 , v028 + .byte W06 + .byte N03 , Ds5 , v064 + .byte W03 + .byte N80 , Dn5 , v072 + .byte W09 + .byte MOD , 2 + .byte W12 + .byte VOL , 65*bgm_demo1_mvl/mxv + .byte W02 + .byte 61*bgm_demo1_mvl/mxv + .byte W03 + .byte 59*bgm_demo1_mvl/mxv + .byte W03 + .byte 54*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 52*bgm_demo1_mvl/mxv + .byte W02 + .byte 48*bgm_demo1_mvl/mxv + .byte W03 + .byte 45*bgm_demo1_mvl/mxv + .byte W03 + .byte 43*bgm_demo1_mvl/mxv + .byte W04 + .byte 41*bgm_demo1_mvl/mxv + .byte W02 + .byte 40*bgm_demo1_mvl/mxv + .byte W03 + .byte 36*bgm_demo1_mvl/mxv + .byte W03 + .byte 34*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte VOL , 32*bgm_demo1_mvl/mxv + .byte W02 + .byte 31*bgm_demo1_mvl/mxv + .byte W03 + .byte 28*bgm_demo1_mvl/mxv + .byte W03 + .byte 27*bgm_demo1_mvl/mxv + .byte W04 + .byte 24*bgm_demo1_mvl/mxv + .byte W02 + .byte 21*bgm_demo1_mvl/mxv + .byte W03 + .byte 17*bgm_demo1_mvl/mxv + .byte W03 + .byte 14*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 68*bgm_demo1_mvl/mxv + .byte N03 , Gs4 , v084 + .byte W03 + .byte N21 , An4 , v092 + .byte W21 + .byte N24 , Bn4 , v096 + .byte W24 + .byte Cn5 + .byte W24 + .byte N03 , Gs5 , v092 + .byte W03 + .byte N92 , Gn5 , v100 + .byte W21 + .byte MOD , 6 + .byte VOL , 67*bgm_demo1_mvl/mxv + .byte W02 + .byte 63*bgm_demo1_mvl/mxv + .byte W03 + .byte 62*bgm_demo1_mvl/mxv + .byte W03 + .byte 58*bgm_demo1_mvl/mxv + .byte W04 + .byte 56*bgm_demo1_mvl/mxv + .byte W02 + .byte 55*bgm_demo1_mvl/mxv + .byte W03 + .byte 52*bgm_demo1_mvl/mxv + .byte W03 + .byte 51*bgm_demo1_mvl/mxv + .byte W06 + .byte 48*bgm_demo1_mvl/mxv + .byte W03 + .byte 45*bgm_demo1_mvl/mxv + .byte W03 + .byte 44*bgm_demo1_mvl/mxv + .byte W04 + .byte 41*bgm_demo1_mvl/mxv + .byte W02 + .byte 39*bgm_demo1_mvl/mxv + .byte W03 + .byte 37*bgm_demo1_mvl/mxv + .byte W03 + .byte 35*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 12 + .byte W02 + .byte VOL , 32*bgm_demo1_mvl/mxv + .byte W03 + .byte 29*bgm_demo1_mvl/mxv + .byte W03 + .byte 28*bgm_demo1_mvl/mxv + .byte W06 + .byte 27*bgm_demo1_mvl/mxv + .byte W03 + .byte 25*bgm_demo1_mvl/mxv + .byte W03 + .byte 24*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 68*bgm_demo1_mvl/mxv + .byte N03 , Fn5 , v092 + .byte W03 + .byte Gn5 , v096 + .byte W03 + .byte N06 , Fn5 , v100 + .byte W06 + .byte En5 , v096 + .byte W06 + .byte Dn5 , v100 + .byte W06 + .byte VOL , 68*bgm_demo1_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Cn5 + .byte W12 + .byte N03 , Ds5 , v080 + .byte W03 + .byte TIE , Dn5 , v096 + .byte W09 + .byte MOD , 2 + .byte W24 + .byte VOL , 67*bgm_demo1_mvl/mxv + .byte W02 + .byte 65*bgm_demo1_mvl/mxv + .byte W03 + .byte 63*bgm_demo1_mvl/mxv + .byte W03 + .byte 59*bgm_demo1_mvl/mxv + .byte W04 + .byte 58*bgm_demo1_mvl/mxv + .byte W02 + .byte 55*bgm_demo1_mvl/mxv + .byte W03 + .byte 54*bgm_demo1_mvl/mxv + .byte W03 + .byte 51*bgm_demo1_mvl/mxv + .byte W04 + .byte 47*bgm_demo1_mvl/mxv + .byte W02 + .byte 45*bgm_demo1_mvl/mxv + .byte W03 + .byte 43*bgm_demo1_mvl/mxv + .byte W03 + .byte 40*bgm_demo1_mvl/mxv + .byte W04 + .byte 39*bgm_demo1_mvl/mxv + .byte W02 + .byte 37*bgm_demo1_mvl/mxv + .byte W03 + .byte 34*bgm_demo1_mvl/mxv + .byte W03 + .byte 33*bgm_demo1_mvl/mxv + .byte W04 + .byte 32*bgm_demo1_mvl/mxv + .byte W02 + .byte 31*bgm_demo1_mvl/mxv + .byte W03 + .byte 29*bgm_demo1_mvl/mxv + .byte W03 + .byte 27*bgm_demo1_mvl/mxv + .byte W04 + .byte 26*bgm_demo1_mvl/mxv + .byte W05 + .byte 25*bgm_demo1_mvl/mxv + .byte W03 + .byte 26*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 27*bgm_demo1_mvl/mxv + .byte W05 + .byte 29*bgm_demo1_mvl/mxv + .byte W03 + .byte 31*bgm_demo1_mvl/mxv + .byte W04 + .byte 34*bgm_demo1_mvl/mxv + .byte W02 + .byte 36*bgm_demo1_mvl/mxv + .byte W03 + .byte 41*bgm_demo1_mvl/mxv + .byte W03 + .byte 43*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte VOL , 47*bgm_demo1_mvl/mxv + .byte W02 + .byte 51*bgm_demo1_mvl/mxv + .byte W03 + .byte 52*bgm_demo1_mvl/mxv + .byte W03 + .byte 58*bgm_demo1_mvl/mxv + .byte W04 + .byte 62*bgm_demo1_mvl/mxv + .byte W02 + .byte 63*bgm_demo1_mvl/mxv + .byte W01 + .byte 63*bgm_demo1_mvl/mxv + .byte W02 + .byte 66*bgm_demo1_mvl/mxv + .byte W03 + .byte 67*bgm_demo1_mvl/mxv + .byte W04 + .byte EOT + .byte MOD , 0 + .byte VOL , 72*bgm_demo1_mvl/mxv + .byte N06 , Fn5 , v112 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte VOICE , 60 + .byte VOL , 68*bgm_demo1_mvl/mxv + .byte N24 , An4 , v052 + .byte W24 + .byte Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte N03 , Gs5 + .byte W03 + .byte N21 , Gn5 + .byte W21 + .byte W84 + .byte N06 , Fn4 , v112 + .byte W06 + .byte Dn4 + .byte W06 + .byte VOICE , 60 + .byte VOL , 68*bgm_demo1_mvl/mxv + .byte N06 , En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N60 , Gn4 + .byte W24 + .byte MOD , 4 + .byte VOL , 66*bgm_demo1_mvl/mxv + .byte W02 + .byte 63*bgm_demo1_mvl/mxv + .byte W03 + .byte 60*bgm_demo1_mvl/mxv + .byte W03 + .byte 56*bgm_demo1_mvl/mxv + .byte W04 + .byte 52*bgm_demo1_mvl/mxv + .byte W02 + .byte 47*bgm_demo1_mvl/mxv + .byte W03 + .byte 43*bgm_demo1_mvl/mxv + .byte W03 + .byte 37*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 36*bgm_demo1_mvl/mxv + .byte W02 + .byte 33*bgm_demo1_mvl/mxv + .byte W03 + .byte 31*bgm_demo1_mvl/mxv + .byte W03 + .byte 29*bgm_demo1_mvl/mxv + .byte W04 + .byte 68*bgm_demo1_mvl/mxv + .byte N03 , Fs4 , v092 + .byte W03 + .byte Fn4 + .byte W03 + .byte En4 , v084 + .byte W03 + .byte Ds4 , v080 + .byte W03 + .byte VOICE , 73 + .byte W12 + .byte N06 , En4 , v112 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N03 , Cn5 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Gn4 + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte VOICE , 73 + .byte N06 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte W03 + .byte N03 , En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Dn4 + .byte W03 + .byte VOICE , 73 + .byte N06 , Gn4 + .byte W12 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gn5 + .byte W12 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte VOICE , 1 + .byte PAN , c_v-34 + .byte N05 , Bn4 , v096 + .byte W08 + .byte Gn4 + .byte W08 + .byte Bn4 + .byte W08 + .byte N03 , Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte VOICE , 60 + .byte PAN , c_v-12 + .byte VOL , 58*bgm_demo1_mvl/mxv + .byte N60 , En5 , v112 + .byte W24 + .byte MOD , 4 + .byte VOL , 54*bgm_demo1_mvl/mxv + .byte W02 + .byte 51*bgm_demo1_mvl/mxv + .byte W03 + .byte 48*bgm_demo1_mvl/mxv + .byte W03 + .byte 46*bgm_demo1_mvl/mxv + .byte W06 + .byte 45*bgm_demo1_mvl/mxv + .byte W06 + .byte 43*bgm_demo1_mvl/mxv + .byte W06 + .byte 42*bgm_demo1_mvl/mxv + .byte W03 + .byte 41*bgm_demo1_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 56*bgm_demo1_mvl/mxv + .byte N06 , Fn5 + .byte W12 + .byte En5 + .byte W12 + .byte Dn5 + .byte W03 + .byte VOICE , 48 + .byte W03 + .byte N06 , Fn5 + .byte W06 + .byte PAN , c_v-16 + .byte VOL , 56*bgm_demo1_mvl/mxv + .byte N24 , Gn5 , v092 + .byte W24 + .byte Fn5 + .byte W24 + .byte N16 , En5 + .byte W16 + .byte Dn5 + .byte W16 + .byte Cn5 + .byte W16 + .byte VOICE , 60 + .byte PAN , c_v-16 + .byte VOL , 62*bgm_demo1_mvl/mxv + .byte N06 , Gn3 , v112 + .byte W12 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N18 , Bn3 + .byte W24 + .byte N06 + .byte W12 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N18 , Dn4 + .byte W24 + .byte N12 + .byte W12 + .byte N03 , Cn4 , v092 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N08 , Fn4 , v104 + .byte W08 + .byte N04 , Dn4 , v108 + .byte W08 + .byte Fn4 + .byte W08 + .byte TIE , Gn4 + .byte W48 + .byte MOD , 7 + .byte VOL , 62*bgm_demo1_mvl/mxv + .byte W02 + .byte 60*bgm_demo1_mvl/mxv + .byte W03 + .byte 58*bgm_demo1_mvl/mxv + .byte W03 + .byte 55*bgm_demo1_mvl/mxv + .byte W04 + .byte 54*bgm_demo1_mvl/mxv + .byte W02 + .byte 51*bgm_demo1_mvl/mxv + .byte W03 + .byte 51*bgm_demo1_mvl/mxv + .byte W03 + .byte 48*bgm_demo1_mvl/mxv + .byte W06 + .byte 45*bgm_demo1_mvl/mxv + .byte W03 + .byte 43*bgm_demo1_mvl/mxv + .byte W03 + .byte 41*bgm_demo1_mvl/mxv + .byte W04 + .byte 38*bgm_demo1_mvl/mxv + .byte W02 + .byte 36*bgm_demo1_mvl/mxv + .byte W03 + .byte 35*bgm_demo1_mvl/mxv + .byte W03 + .byte 33*bgm_demo1_mvl/mxv + .byte W06 + .byte 30*bgm_demo1_mvl/mxv + .byte W03 + .byte 28*bgm_demo1_mvl/mxv + .byte W03 + .byte 24*bgm_demo1_mvl/mxv + .byte W04 + .byte 22*bgm_demo1_mvl/mxv + .byte W02 + .byte 20*bgm_demo1_mvl/mxv + .byte W03 + .byte 17*bgm_demo1_mvl/mxv + .byte W03 + .byte 14*bgm_demo1_mvl/mxv + .byte W06 + .byte 12*bgm_demo1_mvl/mxv + .byte W03 + .byte 11*bgm_demo1_mvl/mxv + .byte W07 + .byte 10*bgm_demo1_mvl/mxv + .byte W02 + .byte 7*bgm_demo1_mvl/mxv + .byte W03 + .byte 6*bgm_demo1_mvl/mxv + .byte W07 + .byte EOT + .byte MOD , 1 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_demo1_3: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 58 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 88*bgm_demo1_mvl/mxv + .byte W96 + .byte W48 + .byte N06 , Cn2 , v072 + .byte W06 + .byte Cn2 , v024 + .byte W06 + .byte Bn1 , v072 + .byte W06 + .byte Bn1 , v024 + .byte W06 + .byte An1 , v072 + .byte W06 + .byte An1 , v024 + .byte W06 + .byte Gn1 , v072 + .byte W06 + .byte Gn1 , v024 + .byte W06 + .byte N12 , Fn1 , v092 + .byte W12 + .byte N06 , Cn2 + .byte W06 + .byte Cn2 , v036 + .byte W06 + .byte Gn2 , v080 + .byte W06 + .byte Gn2 , v036 + .byte W06 + .byte N36 , An2 , v084 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte VOL , 85*bgm_demo1_mvl/mxv + .byte W03 + .byte 77*bgm_demo1_mvl/mxv + .byte W02 + .byte 75*bgm_demo1_mvl/mxv + .byte W01 + .byte 72*bgm_demo1_mvl/mxv + .byte W03 + .byte 70*bgm_demo1_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 87*bgm_demo1_mvl/mxv + .byte N09 , Gn2 , v080 + .byte W12 + .byte Fn2 + .byte W12 + .byte N12 , Fn1 , v096 + .byte W12 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An2 , v072 + .byte W06 + .byte An2 , v036 + .byte W06 + .byte N36 , Bn2 , v080 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte VOL , 85*bgm_demo1_mvl/mxv + .byte W03 + .byte 77*bgm_demo1_mvl/mxv + .byte W02 + .byte 75*bgm_demo1_mvl/mxv + .byte W01 + .byte 72*bgm_demo1_mvl/mxv + .byte W03 + .byte 70*bgm_demo1_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 87*bgm_demo1_mvl/mxv + .byte N09 , Cn3 , v072 + .byte W12 + .byte Dn3 + .byte W12 + .byte N12 , Fn1 , v096 + .byte W12 + .byte N06 , Cn2 + .byte W06 + .byte Cn2 , v036 + .byte W06 + .byte Gn2 , v080 + .byte W06 + .byte Gn2 , v036 + .byte W06 + .byte N60 , An2 , v088 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte VOL , 85*bgm_demo1_mvl/mxv + .byte W02 + .byte 79*bgm_demo1_mvl/mxv + .byte W03 + .byte 75*bgm_demo1_mvl/mxv + .byte W03 + .byte 70*bgm_demo1_mvl/mxv + .byte W04 + .byte 65*bgm_demo1_mvl/mxv + .byte W02 + .byte 60*bgm_demo1_mvl/mxv + .byte W03 + .byte 58*bgm_demo1_mvl/mxv + .byte W03 + .byte 56*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 89*bgm_demo1_mvl/mxv + .byte N12 , Fn1 , v096 + .byte W12 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An2 , v084 + .byte W06 + .byte An2 , v036 + .byte W06 + .byte N36 , Bn2 , v084 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte VOL , 85*bgm_demo1_mvl/mxv + .byte W03 + .byte 77*bgm_demo1_mvl/mxv + .byte W02 + .byte 75*bgm_demo1_mvl/mxv + .byte W01 + .byte 72*bgm_demo1_mvl/mxv + .byte W03 + .byte 70*bgm_demo1_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 90*bgm_demo1_mvl/mxv + .byte N12 , An2 , v080 + .byte W12 + .byte Gn2 , v072 + .byte W12 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N12 , En1 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Cn2 + .byte W24 + .byte Fs1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W12 + .byte N04 , Gn1 + .byte W08 + .byte Bn1 + .byte W08 + .byte Fn2 + .byte W08 + .byte N36 , Gn0 , v088 + .byte W12 + .byte VOL , 89*bgm_demo1_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 80*bgm_demo1_mvl/mxv + .byte W03 + .byte 69*bgm_demo1_mvl/mxv + .byte W03 + .byte 67*bgm_demo1_mvl/mxv + .byte W04 + .byte 60*bgm_demo1_mvl/mxv + .byte W02 + .byte 56*bgm_demo1_mvl/mxv + .byte W04 + .byte 51*bgm_demo1_mvl/mxv + .byte W02 + .byte 40*bgm_demo1_mvl/mxv + .byte W04 + .byte 90*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Bn1 + .byte W06 + .byte N12 , Cn1 , v127 + .byte W60 + .byte Gn0 , v112 + .byte W12 + .byte Gn0 , v036 + .byte W12 + .byte Gn1 , v112 + .byte W12 + .byte N06 , Cn1 , v127 + .byte W12 + .byte Cn1 , v036 + .byte W24 + .byte Gn1 , v120 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte N12 , Cn2 , v124 + .byte W12 + .byte N06 , Cn2 , v036 + .byte W12 + .byte Gn1 , v112 + .byte W12 + .byte Gn1 , v036 + .byte W12 + .byte N12 , Gn1 , v052 + .byte W60 + .byte N06 , Gn0 , v112 + .byte W12 + .byte Gn0 , v036 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Gn0 + .byte W12 + .byte Gn0 , v036 + .byte W24 + .byte Gn1 , v120 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte N12 , Gn1 , v124 + .byte W12 + .byte N06 , Gn1 , v036 + .byte W12 + .byte Gn0 , v112 + .byte W12 + .byte Gn0 , v036 + .byte W12 + .byte N12 , An0 , v052 + .byte W60 + .byte N06 , En0 , v112 + .byte W12 + .byte En0 , v036 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte An0 + .byte W12 + .byte An0 , v036 + .byte W24 + .byte En1 , v116 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N12 , An1 , v124 + .byte W12 + .byte N06 , An1 , v036 + .byte W12 + .byte En0 , v112 + .byte W12 + .byte En0 , v036 + .byte W12 + .byte VOICE , 58 + .byte VOL , 78*bgm_demo1_mvl/mxv + .byte N48 , Gn1 , v112 + .byte W24 + .byte VOL , 77*bgm_demo1_mvl/mxv + .byte MOD , 10 + .byte W02 + .byte VOL , 75*bgm_demo1_mvl/mxv + .byte W03 + .byte 72*bgm_demo1_mvl/mxv + .byte W03 + .byte 69*bgm_demo1_mvl/mxv + .byte W04 + .byte 65*bgm_demo1_mvl/mxv + .byte W02 + .byte 61*bgm_demo1_mvl/mxv + .byte W03 + .byte 57*bgm_demo1_mvl/mxv + .byte W03 + .byte 54*bgm_demo1_mvl/mxv + .byte W04 + .byte 78*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte N48 , Fn1 + .byte W24 + .byte VOL , 73*bgm_demo1_mvl/mxv + .byte MOD , 10 + .byte W02 + .byte VOL , 70*bgm_demo1_mvl/mxv + .byte W03 + .byte 65*bgm_demo1_mvl/mxv + .byte W03 + .byte 60*bgm_demo1_mvl/mxv + .byte W04 + .byte 57*bgm_demo1_mvl/mxv + .byte W02 + .byte 55*bgm_demo1_mvl/mxv + .byte W03 + .byte 48*bgm_demo1_mvl/mxv + .byte W03 + .byte 46*bgm_demo1_mvl/mxv + .byte W04 + .byte 79*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte N30 , Dn1 + .byte W15 + .byte VOL , 75*bgm_demo1_mvl/mxv + .byte W02 + .byte 73*bgm_demo1_mvl/mxv + .byte W03 + .byte 70*bgm_demo1_mvl/mxv + .byte W04 + .byte 70*bgm_demo1_mvl/mxv + .byte W06 + .byte N06 , Cn1 , v116 + .byte W06 + .byte Bn0 + .byte W06 + .byte An0 + .byte W06 + .byte VOICE , 58 + .byte VOL , 79*bgm_demo1_mvl/mxv + .byte TIE , Gn0 + .byte W48 + .byte VOL , 80*bgm_demo1_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 76*bgm_demo1_mvl/mxv + .byte W03 + .byte 74*bgm_demo1_mvl/mxv + .byte W07 + .byte 70*bgm_demo1_mvl/mxv + .byte W05 + .byte 68*bgm_demo1_mvl/mxv + .byte W03 + .byte 66*bgm_demo1_mvl/mxv + .byte W04 + .byte 64*bgm_demo1_mvl/mxv + .byte W05 + .byte 62*bgm_demo1_mvl/mxv + .byte W03 + .byte 60*bgm_demo1_mvl/mxv + .byte W06 + .byte 56*bgm_demo1_mvl/mxv + .byte W03 + .byte 55*bgm_demo1_mvl/mxv + .byte W07 + .byte 51*bgm_demo1_mvl/mxv + .byte W08 + .byte 47*bgm_demo1_mvl/mxv + .byte W04 + .byte 45*bgm_demo1_mvl/mxv + .byte W02 + .byte 39*bgm_demo1_mvl/mxv + .byte W03 + .byte 38*bgm_demo1_mvl/mxv + .byte W07 + .byte 34*bgm_demo1_mvl/mxv + .byte W02 + .byte 30*bgm_demo1_mvl/mxv + .byte W03 + .byte 28*bgm_demo1_mvl/mxv + .byte W03 + .byte 24*bgm_demo1_mvl/mxv + .byte W04 + .byte 22*bgm_demo1_mvl/mxv + .byte W02 + .byte 17*bgm_demo1_mvl/mxv + .byte W03 + .byte 11*bgm_demo1_mvl/mxv + .byte W03 + .byte 5*bgm_demo1_mvl/mxv + .byte W04 + .byte EOT + .byte VOL , 4*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte W24 + .byte VOICE , 47 + .byte VOL , 86*bgm_demo1_mvl/mxv + .byte W48 + .byte N20 , Gn1 , v084 + .byte W24 + .byte N24 , Gn1 , v076 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_demo1_4: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 45 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte BEND , c_v+1 + .byte N03 , En4 , v068 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte N02 , Cn4 , v064 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte En4 , v028 + .byte W06 + .byte En4 , v016 + .byte W06 + .byte En4 , v020 + .byte W06 + .byte En4 , v012 + .byte W06 + .byte PAN , c_v-32 + .byte VOL , 45*bgm_demo1_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Gn3 , v092 + .byte W06 + .byte Gn3 , v036 + .byte W06 + .byte Cn4 , v092 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte En4 , v092 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte Gn4 , v096 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte An4 , v096 + .byte W06 + .byte An4 , v036 + .byte W06 + .byte Cn5 , v096 + .byte W06 + .byte Cn5 , v036 + .byte W06 + .byte Dn5 , v104 + .byte W06 + .byte Dn5 , v036 + .byte W06 + .byte VOL , 45*bgm_demo1_mvl/mxv + .byte W48 + .byte PAN , c_v-32 + .byte N06 , Gn3 , v112 + .byte W06 + .byte Gn3 , v036 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v036 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Bn3 , v064 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Gn4 , v060 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Bn3 , v032 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Bn3 , v016 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Gn4 , v016 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Bn3 , v008 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Gn4 , v008 + .byte W06 + .byte Gn4 , v036 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v036 + .byte W18 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v036 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v036 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte VOICE , 56 + .byte VOL , 90*bgm_demo1_mvl/mxv + .byte PAN , c_v-19 + .byte N06 , Fn3 , v120 + .byte W06 + .byte Fn3 , v036 + .byte W06 + .byte Cn3 , v124 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , An3 + .byte W12 + .byte MOD , 7 + .byte VOL , 87*bgm_demo1_mvl/mxv + .byte W02 + .byte 77*bgm_demo1_mvl/mxv + .byte W04 + .byte 70*bgm_demo1_mvl/mxv + .byte W02 + .byte 63*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 90*bgm_demo1_mvl/mxv + .byte N06 , An3 , v120 + .byte W06 + .byte An3 , v036 + .byte W06 + .byte Fn3 , v120 + .byte W06 + .byte An3 + .byte W06 + .byte N24 , Cn4 + .byte W12 + .byte MOD , 7 + .byte VOL , 84*bgm_demo1_mvl/mxv + .byte W02 + .byte 73*bgm_demo1_mvl/mxv + .byte W04 + .byte 70*bgm_demo1_mvl/mxv + .byte W02 + .byte 62*bgm_demo1_mvl/mxv + .byte W03 + .byte 60*bgm_demo1_mvl/mxv + .byte W01 + .byte MOD , 0 + .byte VOL , 90*bgm_demo1_mvl/mxv + .byte N12 , Bn3 , v124 + .byte W12 + .byte N03 , As3 , v096 + .byte W03 + .byte Gs3 , v092 + .byte W03 + .byte Gn3 , v080 + .byte W03 + .byte Fn3 , v076 + .byte W03 + .byte N04 , Dn4 , v124 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Bn3 , v124 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte Dn4 , v124 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte N36 , Gn4 , v120 + .byte W09 + .byte VOL , 87*bgm_demo1_mvl/mxv + .byte W03 + .byte 81*bgm_demo1_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 73*bgm_demo1_mvl/mxv + .byte W03 + .byte 62*bgm_demo1_mvl/mxv + .byte W03 + .byte 53*bgm_demo1_mvl/mxv + .byte W04 + .byte 46*bgm_demo1_mvl/mxv + .byte W02 + .byte 35*bgm_demo1_mvl/mxv + .byte W03 + .byte 30*bgm_demo1_mvl/mxv + .byte W03 + .byte 25*bgm_demo1_mvl/mxv + .byte W04 + .byte 73*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte N06 , Bn3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte PAN , c_v+20 + .byte VOL , 73*bgm_demo1_mvl/mxv + .byte W36 + .byte N06 , Cn4 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte N24 , En4 , v112 + .byte W24 + .byte N03 , Ds4 , v092 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cs4 , v084 + .byte W03 + .byte Cn4 , v080 + .byte W03 + .byte VOICE , 45 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte N03 , Gn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte W36 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte An4 , v036 + .byte W06 + .byte N24 , Bn4 , v112 + .byte W24 + .byte W03 + .byte N03 , As4 + .byte W03 + .byte An4 + .byte W03 + .byte Gs4 + .byte W03 + .byte VOICE , 56 + .byte N06 , Bn3 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte Dn4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte VOICE , 1 + .byte PAN , c_v-21 + .byte N05 , Gn4 , v092 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N03 , Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N06 , Dn5 + .byte W06 + .byte PAN , c_v+36 + .byte W90 + .byte N06 , En4 , v080 + .byte W06 + .byte PAN , c_v+26 + .byte VOL , 62*bgm_demo1_mvl/mxv + .byte N24 , Gn4 , v084 + .byte W24 + .byte Fn4 , v088 + .byte W24 + .byte N16 , En4 + .byte W16 + .byte Dn4 + .byte W16 + .byte Cn4 + .byte W16 + .byte VOICE , 46 + .byte PAN , c_v+21 + .byte W96 + .byte VOICE , 46 + .byte VOL , 79*bgm_demo1_mvl/mxv + .byte W48 + .byte N04 , Gn3 , v056 + .byte W04 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Bn5 + .byte W04 + .byte Dn6 + .byte W04 + .byte Fn6 + .byte W04 + .byte Bn6 + .byte W04 + .byte Gn6 + .byte W04 + .byte Fn6 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Gn6 + .byte W04 + .byte Fn6 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn6 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte N24 , Gn3 , v060 + .byte W24 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_demo1_5: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 1 + .byte PAN , c_v-47 + .byte LFOS , 44 + .byte VOL , 37*bgm_demo1_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , En4 , v068 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte PAN , c_v+48 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Gn4 , v060 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte PAN , c_v+48 + .byte N02 , Cn4 , v064 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte PAN , c_v-16 + .byte N03 , Dn4 , v060 + .byte W06 + .byte Dn4 , v036 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v064 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte VOL , 43*bgm_demo1_mvl/mxv + .byte W02 + .byte 42*bgm_demo1_mvl/mxv + .byte W03 + .byte 39*bgm_demo1_mvl/mxv + .byte W03 + .byte 37*bgm_demo1_mvl/mxv + .byte W06 + .byte 36*bgm_demo1_mvl/mxv + .byte W03 + .byte 33*bgm_demo1_mvl/mxv + .byte W03 + .byte 31*bgm_demo1_mvl/mxv + .byte W04 + .byte 30*bgm_demo1_mvl/mxv + .byte W02 + .byte 28*bgm_demo1_mvl/mxv + .byte W03 + .byte 26*bgm_demo1_mvl/mxv + .byte W03 + .byte 26*bgm_demo1_mvl/mxv + .byte W04 + .byte 25*bgm_demo1_mvl/mxv + .byte W02 + .byte 22*bgm_demo1_mvl/mxv + .byte W03 + .byte 21*bgm_demo1_mvl/mxv + .byte W03 + .byte 20*bgm_demo1_mvl/mxv + .byte W04 + .byte 19*bgm_demo1_mvl/mxv + .byte W02 + .byte 19*bgm_demo1_mvl/mxv + .byte W03 + .byte 17*bgm_demo1_mvl/mxv + .byte W03 + .byte 16*bgm_demo1_mvl/mxv + .byte W04 + .byte 15*bgm_demo1_mvl/mxv + .byte W05 + .byte 14*bgm_demo1_mvl/mxv + .byte W03 + .byte 13*bgm_demo1_mvl/mxv + .byte W04 + .byte 11*bgm_demo1_mvl/mxv + .byte W02 + .byte 10*bgm_demo1_mvl/mxv + .byte W06 + .byte 9*bgm_demo1_mvl/mxv + .byte W06 + .byte 7*bgm_demo1_mvl/mxv + .byte W03 + .byte 5*bgm_demo1_mvl/mxv + .byte W03 + .byte 4*bgm_demo1_mvl/mxv + .byte W06 + .byte 3*bgm_demo1_mvl/mxv + .byte W03 + .byte 2*bgm_demo1_mvl/mxv + .byte W03 + .byte 2*bgm_demo1_mvl/mxv + .byte W04 + .byte 1*bgm_demo1_mvl/mxv + .byte W12 + .byte 45*bgm_demo1_mvl/mxv + .byte W96 + .byte 34*bgm_demo1_mvl/mxv + .byte BEND , c_v+0 + .byte W24 + .byte PAN , c_v+47 + .byte N12 , Dn5 , v080 + .byte W12 + .byte Gn5 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Dn5 , v048 + .byte W12 + .byte Gn5 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , Dn5 , v036 + .byte W12 + .byte Gn5 , v032 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , Dn5 , v024 + .byte W12 + .byte Gn5 + .byte W12 + .byte PAN , c_v+48 + .byte N12 , Dn5 , v012 + .byte W12 + .byte Gn5 , v008 + .byte W12 + .byte PAN , c_v+0 + .byte W48 + .byte W96 + .byte W96 + .byte VOICE , 47 + .byte VOL , 88*bgm_demo1_mvl/mxv + .byte N03 , Gn2 , v124 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte N12 , Gn1 , v124 + .byte W12 + .byte N04 , Gn2 + .byte W08 + .byte Dn2 , v112 + .byte W08 + .byte Gn2 + .byte W08 + .byte N12 , Gn1 + .byte W12 + .byte Gn1 , v036 + .byte W24 + .byte N03 , Gn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 , v124 + .byte W60 + .byte N12 , Gn1 , v112 + .byte W12 + .byte Gn1 , v036 + .byte W12 + .byte Gn2 , v112 + .byte W12 + .byte N24 , Cn2 , v124 + .byte W36 + .byte N03 , Gn2 , v120 + .byte W06 + .byte N06 , Gn2 , v112 + .byte W06 + .byte N12 , Cn3 , v124 + .byte W12 + .byte Cn3 , v036 + .byte W12 + .byte Gn2 , v112 + .byte W12 + .byte Gn2 , v036 + .byte W12 + .byte N24 , Gn1 , v124 + .byte W60 + .byte N12 , Gn1 , v112 + .byte W12 + .byte Gn1 , v036 + .byte W12 + .byte Dn2 , v112 + .byte W12 + .byte N24 , Gn1 , v124 + .byte W36 + .byte N03 , Gn2 , v120 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte N12 , Gn2 , v124 + .byte W12 + .byte Gn2 , v036 + .byte W12 + .byte Gn1 , v112 + .byte W12 + .byte Gn1 , v036 + .byte W12 + .byte N24 , An1 , v124 + .byte W60 + .byte N12 , En1 , v112 + .byte W12 + .byte En1 , v036 + .byte W12 + .byte En2 , v112 + .byte W12 + .byte N24 , An1 , v124 + .byte W36 + .byte N03 , En2 , v116 + .byte W06 + .byte En2 , v112 + .byte W06 + .byte N12 , An2 , v124 + .byte W12 + .byte An2 , v036 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v036 + .byte W12 + .byte W96 + .byte VOICE , 46 + .byte VOL , 62*bgm_demo1_mvl/mxv + .byte W48 + .byte PAN , c_v-32 + .byte BEND , c_v-2 + .byte W48 + .byte W96 + .byte PAN , c_v-46 + .byte VOL , 45*bgm_demo1_mvl/mxv + .byte W04 + .byte N04 , Bn5 , v032 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 , v028 + .byte W04 + .byte Gn3 , v032 + .byte W20 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_demo1_6: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 45 + .byte VOL , 54*bgm_demo1_mvl/mxv + .byte LFOS , 44 + .byte PAN , c_v+32 + .byte W03 + .byte VOL , 56*bgm_demo1_mvl/mxv + .byte W92 + .byte W01 + .byte PAN , c_v+32 + .byte W48 + .byte N06 , En4 , v088 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte Fn4 , v092 + .byte W06 + .byte Fn4 , v036 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte An4 , v104 + .byte W06 + .byte An4 , v036 + .byte W06 + .byte PAN , c_v-51 + .byte W96 + .byte VOICE , 48 + .byte VOL , 4*bgm_demo1_mvl/mxv + .byte N96 , Dn5 , v064 + .byte W15 + .byte PAN , c_v-43 + .byte W02 + .byte VOL , 5*bgm_demo1_mvl/mxv + .byte PAN , c_v-38 + .byte W03 + .byte VOL , 7*bgm_demo1_mvl/mxv + .byte PAN , c_v-34 + .byte W04 + .byte VOL , 9*bgm_demo1_mvl/mxv + .byte PAN , c_v-26 + .byte W02 + .byte VOL , 14*bgm_demo1_mvl/mxv + .byte W03 + .byte 15*bgm_demo1_mvl/mxv + .byte PAN , c_v-22 + .byte W03 + .byte VOL , 19*bgm_demo1_mvl/mxv + .byte PAN , c_v-19 + .byte W04 + .byte VOL , 21*bgm_demo1_mvl/mxv + .byte PAN , c_v-13 + .byte W02 + .byte VOL , 25*bgm_demo1_mvl/mxv + .byte PAN , c_v-7 + .byte W03 + .byte VOL , 29*bgm_demo1_mvl/mxv + .byte PAN , c_v-2 + .byte W03 + .byte VOL , 32*bgm_demo1_mvl/mxv + .byte PAN , c_v+5 + .byte W04 + .byte c_v+12 + .byte W02 + .byte VOL , 36*bgm_demo1_mvl/mxv + .byte PAN , c_v+19 + .byte W03 + .byte VOL , 38*bgm_demo1_mvl/mxv + .byte PAN , c_v+24 + .byte W03 + .byte VOL , 42*bgm_demo1_mvl/mxv + .byte PAN , c_v+29 + .byte W04 + .byte c_v+35 + .byte W02 + .byte VOL , 32*bgm_demo1_mvl/mxv + .byte PAN , c_v+38 + .byte W03 + .byte VOL , 24*bgm_demo1_mvl/mxv + .byte PAN , c_v+41 + .byte W03 + .byte c_v+45 + .byte W04 + .byte c_v+47 + .byte W02 + .byte VOL , 21*bgm_demo1_mvl/mxv + .byte PAN , c_v+51 + .byte W03 + .byte VOL , 17*bgm_demo1_mvl/mxv + .byte PAN , c_v+53 + .byte W03 + .byte VOL , 12*bgm_demo1_mvl/mxv + .byte PAN , c_v+56 + .byte W04 + .byte VOL , 11*bgm_demo1_mvl/mxv + .byte W02 + .byte 9*bgm_demo1_mvl/mxv + .byte W03 + .byte 7*bgm_demo1_mvl/mxv + .byte W07 + .byte PAN , c_v+28 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N06 , An4 , v032 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte An4 , v040 + .byte W06 + .byte Bn4 , v044 + .byte W06 + .byte An4 , v048 + .byte W06 + .byte Cn4 , v052 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 , v056 + .byte W06 + .byte An4 , v060 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte An4 , v068 + .byte W06 + .byte Bn4 , v072 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 , v080 + .byte W06 + .byte Bn4 , v084 + .byte W06 + .byte N06 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte Bn4 , v092 + .byte W06 + .byte Cn5 , v096 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn4 , v100 + .byte W06 + .byte Bn4 , v104 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 , v108 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+25 + .byte VOL , 39*bgm_demo1_mvl/mxv + .byte N06 , Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N36 , Bn4 + .byte W15 + .byte VOL , 36*bgm_demo1_mvl/mxv + .byte W02 + .byte 32*bgm_demo1_mvl/mxv + .byte W03 + .byte 27*bgm_demo1_mvl/mxv + .byte W04 + .byte 24*bgm_demo1_mvl/mxv + .byte W02 + .byte 19*bgm_demo1_mvl/mxv + .byte W03 + .byte 17*bgm_demo1_mvl/mxv + .byte W03 + .byte 14*bgm_demo1_mvl/mxv + .byte W01 + .byte 14*bgm_demo1_mvl/mxv + .byte W03 + .byte 11*bgm_demo1_mvl/mxv + .byte W05 + .byte 10*bgm_demo1_mvl/mxv + .byte W07 + .byte VOICE , 56 + .byte PAN , c_v+30 + .byte VOL , 39*bgm_demo1_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W92 + .byte W03 + .byte VOICE , 48 + .byte W01 + .byte PAN , c_v-2 + .byte VOL , 56*bgm_demo1_mvl/mxv + .byte N48 , Dn5 + .byte W48 + .byte En5 + .byte W48 + .byte BEND , c_v+4 + .byte N48 , Fn5 + .byte W48 + .byte TIE , Gn5 + .byte W48 + .byte VOL , 53*bgm_demo1_mvl/mxv + .byte W05 + .byte 50*bgm_demo1_mvl/mxv + .byte W03 + .byte 48*bgm_demo1_mvl/mxv + .byte W04 + .byte 45*bgm_demo1_mvl/mxv + .byte W02 + .byte 43*bgm_demo1_mvl/mxv + .byte W03 + .byte 42*bgm_demo1_mvl/mxv + .byte W07 + .byte 38*bgm_demo1_mvl/mxv + .byte W02 + .byte 37*bgm_demo1_mvl/mxv + .byte W06 + .byte 32*bgm_demo1_mvl/mxv + .byte W06 + .byte 31*bgm_demo1_mvl/mxv + .byte W03 + .byte 27*bgm_demo1_mvl/mxv + .byte W07 + .byte 26*bgm_demo1_mvl/mxv + .byte W02 + .byte 22*bgm_demo1_mvl/mxv + .byte W03 + .byte 21*bgm_demo1_mvl/mxv + .byte W03 + .byte 19*bgm_demo1_mvl/mxv + .byte W04 + .byte 16*bgm_demo1_mvl/mxv + .byte W05 + .byte 14*bgm_demo1_mvl/mxv + .byte W03 + .byte 11*bgm_demo1_mvl/mxv + .byte W06 + .byte 9*bgm_demo1_mvl/mxv + .byte W03 + .byte 8*bgm_demo1_mvl/mxv + .byte W03 + .byte 7*bgm_demo1_mvl/mxv + .byte W04 + .byte 4*bgm_demo1_mvl/mxv + .byte W02 + .byte 3*bgm_demo1_mvl/mxv + .byte W03 + .byte 2*bgm_demo1_mvl/mxv + .byte W07 + .byte EOT + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_demo1_7: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 84 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 22*bgm_demo1_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W72 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte BEND , c_v+0 + .byte W24 + .byte VOICE , 85 + .byte PAN , c_v-63 + .byte BEND , c_v+1 + .byte W24 + .byte MOD , 8 + .byte W21 + .byte 0 + .byte W03 + .byte N06 , Cn2 , v084 + .byte W06 + .byte Cn2 , v036 + .byte W06 + .byte MOD , 8 + .byte N06 , Bn1 , v084 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte MOD , 0 + .byte N06 , An1 , v084 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Gn1 , v084 + .byte W03 + .byte MOD , 8 + .byte W03 + .byte N06 , Gn1 , v036 + .byte W06 + .byte MOD , 0 + .byte N12 , Fn1 , v092 + .byte W12 + .byte N06 , Cn2 + .byte W06 + .byte Cn2 , v036 + .byte W06 + .byte Gn2 , v092 + .byte W06 + .byte Gn2 , v036 + .byte W06 + .byte N36 , An2 , v096 + .byte W12 + .byte MOD , 8 + .byte VOL , 33*bgm_demo1_mvl/mxv + .byte W02 + .byte 30*bgm_demo1_mvl/mxv + .byte W03 + .byte 27*bgm_demo1_mvl/mxv + .byte W03 + .byte 26*bgm_demo1_mvl/mxv + .byte W04 + .byte 24*bgm_demo1_mvl/mxv + .byte W02 + .byte 22*bgm_demo1_mvl/mxv + .byte W03 + .byte 21*bgm_demo1_mvl/mxv + .byte W03 + .byte 19*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N09 , Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N12 , Fn1 + .byte W12 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An2 , v096 + .byte W06 + .byte An2 , v036 + .byte W06 + .byte N36 , Bn2 , v096 + .byte W12 + .byte MOD , 8 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte W02 + .byte 31*bgm_demo1_mvl/mxv + .byte W03 + .byte 30*bgm_demo1_mvl/mxv + .byte W03 + .byte 29*bgm_demo1_mvl/mxv + .byte W04 + .byte 27*bgm_demo1_mvl/mxv + .byte W02 + .byte 26*bgm_demo1_mvl/mxv + .byte W03 + .byte 24*bgm_demo1_mvl/mxv + .byte W03 + .byte 23*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N09 , Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte BEND , c_v+1 + .byte N12 , Fn1 + .byte W12 + .byte N06 , Cn2 + .byte W06 + .byte Cn2 , v036 + .byte W06 + .byte Gn2 , v096 + .byte W06 + .byte Gn2 , v036 + .byte W06 + .byte N60 , An2 , v100 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte VOL , 32*bgm_demo1_mvl/mxv + .byte W02 + .byte 29*bgm_demo1_mvl/mxv + .byte W03 + .byte 26*bgm_demo1_mvl/mxv + .byte W04 + .byte 26*bgm_demo1_mvl/mxv + .byte W03 + .byte 24*bgm_demo1_mvl/mxv + .byte W02 + .byte 21*bgm_demo1_mvl/mxv + .byte W03 + .byte 18*bgm_demo1_mvl/mxv + .byte W03 + .byte 16*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N12 , Fn1 , v096 + .byte W12 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An2 , v104 + .byte W06 + .byte An2 , v036 + .byte W06 + .byte N36 , Bn2 , v104 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte VOL , 33*bgm_demo1_mvl/mxv + .byte W02 + .byte 28*bgm_demo1_mvl/mxv + .byte W03 + .byte 23*bgm_demo1_mvl/mxv + .byte W03 + .byte 19*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N12 , An2 , v100 + .byte W12 + .byte Gn2 , v096 + .byte W12 + .byte VOICE , 81 + .byte PAN , c_v-64 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N06 , Fn1 , v112 + .byte W12 + .byte N12 , En1 + .byte W18 + .byte MOD , 8 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte MOD , 0 + .byte W06 + .byte N06 + .byte W12 + .byte N12 , Cn2 + .byte W24 + .byte MOD , 8 + .byte N12 , Fs1 + .byte W12 + .byte MOD , 0 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W12 + .byte N04 , Gn1 + .byte W08 + .byte Bn1 + .byte W08 + .byte Fn2 + .byte W08 + .byte VOICE , 80 + .byte N36 , Gn1 + .byte W12 + .byte MOD , 6 + .byte VOL , 33*bgm_demo1_mvl/mxv + .byte W02 + .byte 32*bgm_demo1_mvl/mxv + .byte W03 + .byte 30*bgm_demo1_mvl/mxv + .byte W03 + .byte 28*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte VOL , 24*bgm_demo1_mvl/mxv + .byte W02 + .byte 21*bgm_demo1_mvl/mxv + .byte W03 + .byte 17*bgm_demo1_mvl/mxv + .byte W07 + .byte 40*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte N06 , Fn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte VOL , 38*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N60 , En4 + .byte W24 + .byte MOD , 4 + .byte VOL , 37*bgm_demo1_mvl/mxv + .byte W02 + .byte 34*bgm_demo1_mvl/mxv + .byte W03 + .byte 33*bgm_demo1_mvl/mxv + .byte W03 + .byte 29*bgm_demo1_mvl/mxv + .byte W04 + .byte 28*bgm_demo1_mvl/mxv + .byte W02 + .byte 22*bgm_demo1_mvl/mxv + .byte W03 + .byte 19*bgm_demo1_mvl/mxv + .byte W03 + .byte 17*bgm_demo1_mvl/mxv + .byte W04 + .byte 15*bgm_demo1_mvl/mxv + .byte W02 + .byte 12*bgm_demo1_mvl/mxv + .byte W03 + .byte 11*bgm_demo1_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 39*bgm_demo1_mvl/mxv + .byte N06 , Fn4 , v084 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 , v080 + .byte W12 + .byte W96 + .byte W96 + .byte W48 + .byte BEND , c_v+1 + .byte N04 , Gn3 , v032 + .byte W04 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Bn5 + .byte W04 + .byte Dn6 + .byte W04 + .byte Fn6 + .byte W04 + .byte VOL , 24*bgm_demo1_mvl/mxv + .byte N04 , Bn6 + .byte W04 + .byte Gn6 + .byte W04 + .byte Fn6 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Gn6 + .byte W04 + .byte Fn6 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn6 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte N03 , Gn3 + .byte W24 + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_demo1_8: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 22*bgm_demo1_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte VOICE , 86 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte PAN , c_v+63 + .byte N06 , Dn3 , v048 + .byte W12 + .byte N03 , Gs3 , v052 + .byte W03 + .byte N30 , Gn3 , v048 + .byte W09 + .byte MOD , 8 + .byte W21 + .byte 0 + .byte N03 , Fs3 , v072 + .byte W03 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N24 , En3 + .byte W15 + .byte MOD , 8 + .byte W09 + .byte 0 + .byte N21 , Fn3 + .byte W21 + .byte N03 , Fs3 + .byte W03 + .byte N21 , Gn3 + .byte W21 + .byte N03 , Gs3 + .byte W03 + .byte N18 , An3 + .byte W18 + .byte N03 , Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N18 , En4 + .byte W18 + .byte N03 , Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte VOL , 32*bgm_demo1_mvl/mxv + .byte N42 , Bn3 + .byte W05 + .byte VOL , 26*bgm_demo1_mvl/mxv + .byte W01 + .byte 29*bgm_demo1_mvl/mxv + .byte W03 + .byte MOD , 6 + .byte W03 + .byte VOL , 26*bgm_demo1_mvl/mxv + .byte W05 + .byte 22*bgm_demo1_mvl/mxv + .byte W01 + .byte 24*bgm_demo1_mvl/mxv + .byte W06 + .byte MOD , 8 + .byte VOL , 21*bgm_demo1_mvl/mxv + .byte W05 + .byte 19*bgm_demo1_mvl/mxv + .byte W07 + .byte 18*bgm_demo1_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N03 , Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N03 , Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte N06 , Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Fn3 + .byte W06 + .byte VOICE , 86 + .byte N06 , Fn4 , v076 + .byte W06 + .byte An3 , v036 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte Gn4 , v044 + .byte W06 + .byte Fn4 , v048 + .byte W06 + .byte An3 , v052 + .byte W06 + .byte Fn4 , v056 + .byte W06 + .byte Gn4 , v060 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte An3 , v068 + .byte W06 + .byte Fn4 , v072 + .byte W06 + .byte Gn4 , v076 + .byte W06 + .byte Fn4 , v080 + .byte W06 + .byte An3 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte Fn3 , v096 + .byte W06 + .byte Dn4 , v100 + .byte W06 + .byte Fn4 , v104 + .byte W06 + .byte Dn4 , v100 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 , v096 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn3 , v092 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N06 + .byte W06 + .byte An3 + .byte W06 + .byte Fn4 , v096 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N03 , Fn4 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte VOICE , 80 + .byte N36 , Gn5 , v032 + .byte W12 + .byte MOD , 6 + .byte VOL , 28*bgm_demo1_mvl/mxv + .byte W02 + .byte 24*bgm_demo1_mvl/mxv + .byte W03 + .byte 22*bgm_demo1_mvl/mxv + .byte W03 + .byte 19*bgm_demo1_mvl/mxv + .byte W04 + .byte 17*bgm_demo1_mvl/mxv + .byte W02 + .byte 11*bgm_demo1_mvl/mxv + .byte W03 + .byte 10*bgm_demo1_mvl/mxv + .byte W03 + .byte 9*bgm_demo1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte N03 , Fn5 + .byte W03 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N03 , Dn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte VOL , 33*bgm_demo1_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn4 , v096 + .byte W12 + .byte Dn4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte N06 , En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N24 , Gn3 + .byte W36 + .byte N06 , Cn4 + .byte W12 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cn5 + .byte W12 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N06 + .byte W12 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte N06 + .byte W12 + .byte N08 , An3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N06 , En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte N60 , Cn5 + .byte W24 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte MOD , 5 + .byte W02 + .byte VOL , 31*bgm_demo1_mvl/mxv + .byte W03 + .byte 29*bgm_demo1_mvl/mxv + .byte W07 + .byte 25*bgm_demo1_mvl/mxv + .byte W02 + .byte 24*bgm_demo1_mvl/mxv + .byte W03 + .byte 22*bgm_demo1_mvl/mxv + .byte W03 + .byte 19*bgm_demo1_mvl/mxv + .byte W04 + .byte 17*bgm_demo1_mvl/mxv + .byte W02 + .byte 14*bgm_demo1_mvl/mxv + .byte W03 + .byte 10*bgm_demo1_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte N06 , Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N24 , En5 , v084 + .byte W24 + .byte Dn5 + .byte W24 + .byte N16 , Cn5 + .byte W16 + .byte Bn4 + .byte W16 + .byte An4 + .byte W16 + .byte N48 , Bn4 , v096 + .byte W24 + .byte VOL , 29*bgm_demo1_mvl/mxv + .byte MOD , 5 + .byte W04 + .byte VOL , 25*bgm_demo1_mvl/mxv + .byte W04 + .byte 22*bgm_demo1_mvl/mxv + .byte W04 + .byte 18*bgm_demo1_mvl/mxv + .byte W04 + .byte 15*bgm_demo1_mvl/mxv + .byte W08 + .byte 34*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte N48 , Cn5 + .byte W24 + .byte VOL , 31*bgm_demo1_mvl/mxv + .byte MOD , 5 + .byte W04 + .byte VOL , 28*bgm_demo1_mvl/mxv + .byte W04 + .byte 25*bgm_demo1_mvl/mxv + .byte W04 + .byte 22*bgm_demo1_mvl/mxv + .byte W04 + .byte 19*bgm_demo1_mvl/mxv + .byte W08 + .byte 34*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte N48 , Dn5 + .byte W24 + .byte VOL , 29*bgm_demo1_mvl/mxv + .byte MOD , 5 + .byte W04 + .byte VOL , 26*bgm_demo1_mvl/mxv + .byte W04 + .byte 22*bgm_demo1_mvl/mxv + .byte W04 + .byte 19*bgm_demo1_mvl/mxv + .byte W04 + .byte 17*bgm_demo1_mvl/mxv + .byte W04 + .byte 15*bgm_demo1_mvl/mxv + .byte W04 + .byte 34*bgm_demo1_mvl/mxv + .byte MOD , 0 + .byte TIE , Fn5 , v064 + .byte W24 + .byte VOL , 32*bgm_demo1_mvl/mxv + .byte MOD , 8 + .byte W04 + .byte VOL , 31*bgm_demo1_mvl/mxv + .byte W08 + .byte 28*bgm_demo1_mvl/mxv + .byte W04 + .byte 26*bgm_demo1_mvl/mxv + .byte W08 + .byte 25*bgm_demo1_mvl/mxv + .byte W04 + .byte 24*bgm_demo1_mvl/mxv + .byte W08 + .byte 22*bgm_demo1_mvl/mxv + .byte W08 + .byte 21*bgm_demo1_mvl/mxv + .byte W04 + .byte 19*bgm_demo1_mvl/mxv + .byte W08 + .byte 18*bgm_demo1_mvl/mxv + .byte W08 + .byte 17*bgm_demo1_mvl/mxv + .byte W04 + .byte 15*bgm_demo1_mvl/mxv + .byte W08 + .byte 14*bgm_demo1_mvl/mxv + .byte W04 + .byte 12*bgm_demo1_mvl/mxv + .byte W08 + .byte 11*bgm_demo1_mvl/mxv + .byte W04 + .byte 9*bgm_demo1_mvl/mxv + .byte W04 + .byte EOT + .byte MOD , 0 + .byte W24 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_demo1_9: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 0 + .byte VOL , 51*bgm_demo1_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W24 + .byte N06 , Fs2 , v112 + .byte W06 + .byte Fs2 , v028 + .byte W06 + .byte Fs2 , v040 + .byte W06 + .byte Fs2 , v016 + .byte W06 + .byte Fs2 , v028 + .byte W12 + .byte Fs2 , v020 + .byte W12 + .byte Fs2 , v012 + .byte W12 + .byte Fs2 , v008 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte N36 , An2 , v112 + .byte W48 + .byte An2 , v108 + .byte W96 + .byte W96 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , En1 + .byte W12 + .byte N04 , En1 , v072 + .byte W04 + .byte En1 , v060 + .byte W04 + .byte N04 + .byte W04 + .byte N06 , En1 , v080 + .byte W12 + .byte N04 , En1 , v072 + .byte W04 + .byte En1 , v060 + .byte W04 + .byte N04 + .byte W04 + .byte N06 , En1 , v092 + .byte W12 + .byte N04 , En1 , v072 + .byte W04 + .byte En1 , v060 + .byte W04 + .byte N04 + .byte W04 + .byte N06 , En1 , v092 + .byte W12 + .byte N04 , En1 , v072 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N06 , En1 , v096 + .byte W96 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_demo1_10: + .byte KEYSH , bgm_demo1_key+0 + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte LFOS , 16 + .byte XCMD , xIECV , 6 + .byte xIECV , 4 + .byte BENDR , 12 + .byte VOL , 22*bgm_demo1_mvl/mxv + .byte N06 , En5 , v020 + .byte W12 + .byte Fn5 , v024 + .byte W12 + .byte Gn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 + .byte W36 + .byte Cn4 , v064 + .byte W12 + .byte N03 , Ds4 + .byte W03 + .byte N80 , Dn4 + .byte W32 + .byte W01 + .byte MOD , 4 + .byte W24 + .byte 8 + .byte W24 + .byte 0 + .byte VOL , 22*bgm_demo1_mvl/mxv + .byte N03 , Gs3 + .byte W03 + .byte N21 , An3 + .byte W21 + .byte N24 , Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N03 , Gs4 + .byte W03 + .byte N44 , Gn4 + .byte W21 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 14 + .byte W24 + .byte 0 + .byte VOL , 28*bgm_demo1_mvl/mxv + .byte W24 + .byte BEND , c_v+0 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte N48 , An3 , v052 + .byte W24 + .byte MOD , 14 + .byte W24 + .byte 0 + .byte N06 , Fn3 + .byte W12 + .byte N03 , Cn4 + .byte W03 + .byte N56 , Bn3 + .byte W09 + .byte MOD , 6 + .byte W24 + .byte 14 + .byte W24 + .byte 0 + .byte N06 , An4 , v064 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte VOL , 31*bgm_demo1_mvl/mxv + .byte N24 , Cn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 2 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N24 , En4 + .byte W12 + .byte MOD , 11 + .byte W12 + .byte 0 + .byte N24 , Bn4 + .byte W24 + .byte N12 + .byte W12 + .byte N03 , As4 , v040 + .byte W03 + .byte An4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N04 , Dn5 , v060 + .byte W08 + .byte Bn4 + .byte W08 + .byte Dn5 , v056 + .byte W08 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte BEND , c_v+0 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte W12 + .byte VOL , 34*bgm_demo1_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte W36 + .byte W96 + .byte W24 + .byte 6 + .byte W24 + .byte 0 + .byte W24 + .byte 6 + .byte W24 + .byte 0 + .byte W24 + .byte 6 + .byte W24 + .byte 0 + .byte W24 + .byte 6 + .byte W24 + .byte W72 + .byte 0 + .byte W24 + .byte W96 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_demo1: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_demo1_pri @ Priority + .byte bgm_demo1_rev @ Reverb. + + .word bgm_demo1_grp + + .word bgm_demo1_1 + .word bgm_demo1_2 + .word bgm_demo1_3 + .word bgm_demo1_4 + .word bgm_demo1_5 + .word bgm_demo1_6 + .word bgm_demo1_7 + .word bgm_demo1_8 + .word bgm_demo1_9 + .word bgm_demo1_10 + + .end diff --git a/sound/songs/bgm_dendou.s b/sound/songs/bgm_dendou.s new file mode 100644 index 000000000..83f6018cb --- /dev/null +++ b/sound/songs/bgm_dendou.s @@ -0,0 +1,2303 @@ + .include "MPlayDef.s" + + .equ bgm_dendou_grp, voicegroup_8447400 + .equ bgm_dendou_pri, 0 + .equ bgm_dendou_rev, reverb_set+50 + .equ bgm_dendou_mvl, 127 + .equ bgm_dendou_key, 0 + .equ bgm_dendou_tbs, 1 + .equ bgm_dendou_exg, 0 + .equ bgm_dendou_cmp, 1 + + .section .rodata + .global bgm_dendou + .align 2 + +@********************** Track 1 **********************@ + +bgm_dendou_1: + .byte KEYSH , bgm_dendou_key+0 + .byte TEMPO , 122*bgm_dendou_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 30*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_1_B1: + .byte W96 + .byte W96 +bgm_dendou_1_000: + .byte N02 , Gs5 , v112 + .byte W08 + .byte Gs5 , v084 + .byte W04 + .byte Gs5 , v064 + .byte W04 + .byte Gs5 , v096 + .byte W08 + .byte Gs5 , v112 + .byte W16 + .byte Gs5 , v088 + .byte W08 + .byte Gs5 , v112 + .byte W08 + .byte Gs5 , v080 + .byte W08 + .byte Gs5 , v088 + .byte W08 + .byte Gs5 , v112 + .byte W16 + .byte Gs5 , v084 + .byte W08 + .byte PEND + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte PATT + .word bgm_dendou_1_000 + .byte GOTO + .word bgm_dendou_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dendou_2: + .byte KEYSH , bgm_dendou_key+0 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 49*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_2_B1: + .byte VOICE , 56 + .byte VOL , 78*bgm_dendou_mvl/mxv + .byte N04 , An3 , v116 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Gs2 + .byte W08 + .byte An2 + .byte W08 + .byte Fn2 + .byte W08 + .byte En2 + .byte W08 + .byte Ds2 + .byte W08 + .byte An2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte As2 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gs3 + .byte W08 + .byte VOL , 49*bgm_dendou_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W92 + .byte VOICE , 14 + .byte W04 + .byte VOL , 57*bgm_dendou_mvl/mxv + .byte N40 , An4 , v112 + .byte W48 + .byte Fs4 + .byte W48 + .byte Gn4 + .byte W48 + .byte En4 + .byte W48 + .byte Gn4 + .byte W48 + .byte Dn4 + .byte W48 + .byte N24 , Cn5 + .byte W24 + .byte As4 + .byte W24 + .byte An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte GOTO + .word bgm_dendou_2_B1 + .byte VOL , 47*bgm_dendou_mvl/mxv + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dendou_3: + .byte KEYSH , bgm_dendou_key+0 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+14 + .byte VOL , 40*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_3_B1: + .byte VOICE , 60 + .byte W96 + .byte W96 + .byte W48 + .byte N04 , Dn3 , v112 + .byte W08 + .byte An2 + .byte W08 + .byte Dn3 + .byte W08 + .byte N72 , En3 + .byte W24 + .byte W48 + .byte N04 , Fs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cn3 + .byte N04 , En3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N48 , Cn4 + .byte W48 + .byte N04 , Bn3 + .byte W16 + .byte Cn4 + .byte W08 + .byte N32 , An3 + .byte W32 + .byte N04 , Fn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N40 , An3 + .byte W40 + .byte N04 , Fs3 + .byte W08 + .byte W48 + .byte Fs4 + .byte W16 + .byte An4 + .byte W08 + .byte N56 , Gn4 + .byte W24 + .byte W32 + .byte N04 , Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte N24 , Fs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N04 , An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N04 , Cn4 + .byte W16 + .byte En4 + .byte W08 + .byte N24 , Gn4 + .byte W24 + .byte N04 , En4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_dendou_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dendou_4: + .byte KEYSH , bgm_dendou_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-13 + .byte VOL , 72*bgm_dendou_mvl/mxv + .byte N04 , An2 , v112 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 +bgm_dendou_4_B1: + .byte N12 , En2 , v112 + .byte W32 + .byte N04 , An2 + .byte W08 + .byte En2 + .byte W08 + .byte N08 , An1 + .byte W32 + .byte N04 + .byte W08 + .byte An1 , v084 + .byte W08 + .byte N12 , En2 , v112 + .byte W16 + .byte N04 , En2 , v092 + .byte W16 + .byte En2 , v076 + .byte W08 + .byte En2 , v088 + .byte W08 + .byte En2 , v096 + .byte W08 + .byte An2 , v112 + .byte W04 + .byte An2 , v084 + .byte W04 + .byte An2 , v096 + .byte W08 + .byte An2 , v112 + .byte W08 + .byte En2 + .byte W08 + .byte An1 , v096 + .byte W08 + .byte N08 , Dn2 , v112 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte N24 , An2 + .byte W56 + .byte N08 , An3 + .byte W08 + .byte N08 + .byte W08 +bgm_dendou_4_000: + .byte N08 , Dn2 , v112 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte N24 , An2 + .byte W60 + .byte N04 , An3 , v064 + .byte W04 + .byte An3 , v088 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte PEND +bgm_dendou_4_001: + .byte N24 , An2 , v112 + .byte W24 + .byte N04 , Dn2 , v060 + .byte W08 + .byte Dn2 , v076 + .byte W08 + .byte Dn2 , v080 + .byte W08 + .byte Dn2 , v084 + .byte W08 + .byte Dn2 , v088 + .byte W08 + .byte Dn2 , v112 + .byte W08 + .byte Cn3 , v076 + .byte W08 + .byte Cn3 , v068 + .byte W04 + .byte Cn3 , v080 + .byte W04 + .byte Cn3 , v088 + .byte W04 + .byte Cn3 , v112 + .byte W04 + .byte PEND + .byte N06 , Dn3 + .byte W08 + .byte N04 , Dn2 + .byte W16 + .byte An3 , v076 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte An3 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , An2 + .byte W16 + .byte N04 , An2 , v048 + .byte W04 + .byte An2 , v064 + .byte W04 + .byte An2 , v076 + .byte W04 + .byte An2 , v096 + .byte W04 + .byte An2 , v127 + .byte W04 + .byte N04 + .byte W04 + .byte N08 , An2 , v112 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte N24 , An2 + .byte W56 + .byte N08 , An3 + .byte W08 + .byte N08 + .byte W08 + .byte PATT + .word bgm_dendou_4_000 + .byte PATT + .word bgm_dendou_4_001 + .byte N06 , Dn3 , v112 + .byte W08 + .byte N08 , Dn2 + .byte W16 + .byte N04 , An3 , v076 + .byte W16 + .byte An3 , v112 + .byte W08 + .byte Dn3 + .byte W08 + .byte Dn3 , v076 + .byte W04 + .byte N04 + .byte W04 + .byte Dn3 , v080 + .byte W08 + .byte Dn3 , v112 + .byte W08 + .byte Dn2 + .byte W08 + .byte An2 + .byte W08 + .byte N16 , Dn2 , v108 + .byte W40 + .byte N04 , An1 , v084 + .byte W08 + .byte N12 , Dn2 , v112 + .byte W40 + .byte N04 , An1 , v080 + .byte W04 + .byte N04 + .byte W04 +bgm_dendou_4_002: + .byte N12 , Cn2 , v112 + .byte W56 + .byte N04 , Cn2 , v108 + .byte W08 + .byte Gn1 , v088 + .byte W08 + .byte N08 , Cn2 , v112 + .byte W16 + .byte N04 , Gn1 , v080 + .byte W08 + .byte PEND +bgm_dendou_4_003: + .byte N12 , Bn1 , v112 + .byte W64 + .byte N04 , Fs1 , v084 + .byte W04 + .byte Fs1 , v092 + .byte W04 + .byte N08 , Bn1 , v112 + .byte W16 + .byte N04 , Bn1 , v096 + .byte W08 + .byte PEND + .byte W08 + .byte Fn2 , v084 + .byte W08 + .byte Fn2 , v072 + .byte W08 + .byte N12 , As1 , v112 + .byte W16 + .byte N04 , As1 , v080 + .byte W16 + .byte Gn2 , v084 + .byte W08 + .byte Gn2 , v092 + .byte W08 + .byte An2 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte An2 , v092 + .byte W04 + .byte N08 , Dn2 + .byte W08 + .byte N16 , An2 , v108 + .byte W40 + .byte N04 , An1 , v084 + .byte W08 + .byte N12 , Dn2 , v112 + .byte W40 + .byte N04 , An1 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte PATT + .word bgm_dendou_4_002 + .byte PATT + .word bgm_dendou_4_003 + .byte W08 + .byte N04 , Fn2 , v084 + .byte W08 + .byte Fn2 , v072 + .byte W08 + .byte N12 , As1 , v112 + .byte W16 + .byte N04 , As1 , v080 + .byte W16 + .byte Gn2 , v084 + .byte W08 + .byte Gn2 , v092 + .byte W08 + .byte Gn2 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte Gn2 , v092 + .byte W04 + .byte Cn2 + .byte W04 + .byte Cn2 , v112 + .byte W04 + .byte GOTO + .word bgm_dendou_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dendou_5: + .byte KEYSH , bgm_dendou_key+0 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 60*bgm_dendou_mvl/mxv + .byte PAN , c_v+0 + .byte W12 +bgm_dendou_5_B1: + .byte VOICE , 48 + .byte N08 , An4 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W08 + .byte N04 + .byte W08 + .byte Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte N08 , Bn4 + .byte W08 + .byte N04 , An4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte N08 , Cn5 + .byte W08 + .byte N04 , An4 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W08 + .byte N04 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte N08 , Cs5 + .byte W08 + .byte N04 + .byte W04 + .byte Cn5 + .byte W04 + .byte Cs5 + .byte W08 + .byte N04 + .byte W08 + .byte Dn5 + .byte W08 + .byte En5 + .byte W06 + .byte N02 , Ds4 , v096 + .byte W02 + .byte VOL , 63*bgm_dendou_mvl/mxv + .byte N08 , Dn4 , v112 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N48 , En4 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 54*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 40*bgm_dendou_mvl/mxv + .byte W04 + .byte 28*bgm_dendou_mvl/mxv + .byte W04 + .byte 20*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 63*bgm_dendou_mvl/mxv + .byte W24 + .byte N08 , Dn4 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N48 , En4 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 54*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 40*bgm_dendou_mvl/mxv + .byte W04 + .byte 28*bgm_dendou_mvl/mxv + .byte W04 + .byte 20*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 63*bgm_dendou_mvl/mxv + .byte N04 , Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte N08 , Cn4 + .byte W08 + .byte N04 , Gn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N48 , Dn4 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 54*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 40*bgm_dendou_mvl/mxv + .byte W04 + .byte 28*bgm_dendou_mvl/mxv + .byte W04 + .byte 20*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 63*bgm_dendou_mvl/mxv + .byte W22 + .byte N02 , Cs4 , v096 + .byte W02 + .byte N04 , Cn4 , v112 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 54*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 40*bgm_dendou_mvl/mxv + .byte W04 + .byte 28*bgm_dendou_mvl/mxv + .byte W04 + .byte 20*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 63*bgm_dendou_mvl/mxv + .byte N04 , En4 + .byte W16 + .byte VOICE , 56 + .byte N04 , Cn4 + .byte W04 + .byte VOL , 76*bgm_dendou_mvl/mxv + .byte W02 + .byte N02 , Ds5 , v096 + .byte W02 + .byte N04 , Dn5 , v112 + .byte W08 + .byte An4 + .byte W08 + .byte Dn5 + .byte W08 + .byte N48 , En5 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 68*bgm_dendou_mvl/mxv + .byte W04 + .byte 62*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 35*bgm_dendou_mvl/mxv + .byte W04 + .byte 24*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 78*bgm_dendou_mvl/mxv + .byte W24 + .byte N08 , Dn5 + .byte W08 + .byte N04 , An4 + .byte W08 + .byte Dn5 + .byte W08 + .byte N48 , En5 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 68*bgm_dendou_mvl/mxv + .byte W04 + .byte 62*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 35*bgm_dendou_mvl/mxv + .byte W04 + .byte 24*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 78*bgm_dendou_mvl/mxv + .byte N04 , Gn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte N08 , Cn5 + .byte W08 + .byte N04 , Gn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 68*bgm_dendou_mvl/mxv + .byte W04 + .byte 62*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 35*bgm_dendou_mvl/mxv + .byte W04 + .byte 24*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 78*bgm_dendou_mvl/mxv + .byte W24 + .byte N04 , Cn5 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En5 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte En5 + .byte W04 + .byte VOICE , 24 + .byte W04 + .byte VOL , 68*bgm_dendou_mvl/mxv + .byte N04 , Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 68*bgm_dendou_mvl/mxv + .byte W04 + .byte 62*bgm_dendou_mvl/mxv + .byte W04 + .byte 49*bgm_dendou_mvl/mxv + .byte W04 + .byte 35*bgm_dendou_mvl/mxv + .byte W04 + .byte 24*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 69*bgm_dendou_mvl/mxv + .byte N16 , Fs4 + .byte W16 + .byte N04 , Gn4 + .byte W08 + .byte N32 , An4 + .byte W32 + .byte N04 , Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N24 , Gn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N32 , Bn4 + .byte W32 + .byte N04 , An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte N04 , Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W04 + .byte En3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte VOICE , 48 + .byte VOL , 54*bgm_dendou_mvl/mxv + .byte N04 , Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte N08 , Dn5 + .byte W08 + .byte N04 , En5 + .byte W08 + .byte Dn5 + .byte W08 + .byte N24 , An4 + .byte W24 + .byte N04 , Fs4 + .byte W16 + .byte An4 + .byte W08 + .byte N32 + .byte W32 + .byte N04 , Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N02 , Gs4 , v088 + .byte W02 + .byte N22 , Gn4 , v112 + .byte W22 + .byte N24 , Dn4 + .byte W24 + .byte N04 , Bn4 + .byte W16 + .byte Cs5 + .byte W08 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 7 + .byte W04 + .byte VOL , 47*bgm_dendou_mvl/mxv + .byte W04 + .byte 44*bgm_dendou_mvl/mxv + .byte W04 + .byte 37*bgm_dendou_mvl/mxv + .byte W04 + .byte 28*bgm_dendou_mvl/mxv + .byte W04 + .byte 24*bgm_dendou_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 54*bgm_dendou_mvl/mxv + .byte N08 , En5 + .byte W24 + .byte N04 , Fn5 + .byte W08 + .byte An5 + .byte W08 + .byte Gn5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fn5 + .byte W08 + .byte En5 + .byte W08 + .byte Cn5 + .byte W08 + .byte En5 + .byte W08 + .byte Dn5 + .byte W08 + .byte An4 + .byte W08 + .byte En5 + .byte W08 + .byte An5 + .byte W08 + .byte GOTO + .word bgm_dendou_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dendou_6: + .byte KEYSH , bgm_dendou_key+0 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 33*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_6_B1: + .byte VOICE , 80 + .byte N08 , An3 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte Gs3 + .byte W04 + .byte An3 + .byte W08 + .byte N04 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N08 , Bn3 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N08 , Cn4 + .byte W08 + .byte N04 , An3 + .byte W04 + .byte Gs3 + .byte W04 + .byte An3 + .byte W08 + .byte N04 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N08 , Cs4 + .byte W08 + .byte N04 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte An2 , v044 + .byte W08 + .byte N02 , Dn3 , v112 + .byte W04 + .byte N04 , Cs3 + .byte W04 + .byte N02 , Dn3 + .byte W08 + .byte N02 + .byte W24 + .byte N06 , Fs3 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , An2 , v052 + .byte W08 + .byte N02 , Dn3 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N06 , Fs3 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N06 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , An2 , v044 + .byte W08 + .byte N02 , Dn3 , v112 + .byte W04 + .byte N04 , Cs3 + .byte W04 + .byte N02 , Dn3 + .byte W08 + .byte N02 + .byte W24 + .byte N06 , Fs3 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , Fn3 + .byte W08 + .byte N02 , Fs3 + .byte W08 + .byte N04 , Fn2 , v052 + .byte W08 + .byte N02 , Cn3 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N06 , Fn3 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , En3 + .byte W08 + .byte N02 , Fn3 + .byte W08 + .byte W48 + .byte N04 , Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , An3 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte An3 + .byte W08 + .byte N24 , Fs3 + .byte W32 + .byte N04 , En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N04 + .byte W16 + .byte Fs3 + .byte W08 + .byte N56 , An3 + .byte W24 + .byte W32 + .byte N08 , Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N48 , En3 + .byte W48 + .byte N04 , Dn3 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Cn4 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cn4 + .byte W08 +bgm_dendou_6_000: + .byte N04 , Dn6 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte Cs6 + .byte W04 + .byte Dn6 + .byte W04 + .byte PAN , c_v+63 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte Cs6 + .byte W04 + .byte Dn6 + .byte W04 + .byte PAN , c_v-61 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_dendou_6_000 + .byte PATT + .word bgm_dendou_6_000 + .byte PATT + .word bgm_dendou_6_000 + .byte N04 , An5 , v112 + .byte W08 + .byte Gn5 + .byte W08 + .byte Fs5 + .byte W04 + .byte PAN , c_v+63 + .byte W04 + .byte N04 , Gn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Dn5 + .byte W04 + .byte PAN , c_v-61 + .byte W04 + .byte N04 , En5 + .byte W08 + .byte Dn5 + .byte W08 + .byte An4 + .byte W08 + .byte An5 + .byte W08 + .byte Gn5 + .byte W08 + .byte Fs5 + .byte W04 + .byte PAN , c_v+63 + .byte W04 + .byte N04 , Gn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Dn5 + .byte W04 + .byte PAN , c_v-61 + .byte W04 + .byte N04 , En5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Bn5 + .byte W08 + .byte An5 + .byte W08 + .byte Gn5 + .byte W04 + .byte PAN , c_v+63 + .byte W04 + .byte N04 , An5 + .byte W08 + .byte Gn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte Gn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W04 + .byte PAN , c_v-61 + .byte W04 + .byte N04 , Bn4 + .byte W08 + .byte Dn5 + .byte W08 + .byte Bn5 + .byte W08 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte An4 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Cn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte PAN , c_v-61 + .byte N04 , En5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte GOTO + .word bgm_dendou_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dendou_7: + .byte KEYSH , bgm_dendou_key+0 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 33*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_7_B1: + .byte VOICE , 81 + .byte VOL , 36*bgm_dendou_mvl/mxv + .byte PAN , c_v+63 + .byte N08 , En4 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W08 + .byte N04 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte N08 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte N08 + .byte W08 + .byte N04 + .byte W04 + .byte Ds4 + .byte W04 + .byte En4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , An4 + .byte W08 + .byte N04 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs3 , v044 + .byte W08 + .byte N02 , An3 , v112 + .byte W04 + .byte N04 , Gs3 + .byte W04 + .byte N02 , An3 + .byte W08 + .byte N02 + .byte W24 + .byte N06 , Dn4 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Fs3 , v052 + .byte W08 + .byte N02 , An3 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N06 , Dn4 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , Cs4 + .byte W08 + .byte N02 , Dn4 + .byte W08 + .byte N04 , Fs3 , v044 + .byte W08 + .byte N02 , An3 , v112 + .byte W04 + .byte N04 , Gs3 + .byte W04 + .byte N02 , An3 + .byte W08 + .byte N02 + .byte W24 + .byte N06 , Dn4 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , Cs4 + .byte W08 + .byte N02 , Dn4 + .byte W08 + .byte N04 , Cn3 , v052 + .byte W08 + .byte N02 , Fn3 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N06 , Cn4 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , Bn3 + .byte W08 + .byte N02 , Cn4 + .byte W08 + .byte W48 + .byte N04 , Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte An3 + .byte W08 + .byte N08 , Dn4 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N24 , An3 + .byte W32 + .byte N04 , Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 + .byte W16 + .byte Dn4 + .byte W08 + .byte N56 , Fs4 + .byte W24 + .byte W32 + .byte N08 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N48 , Cn4 + .byte W48 + .byte N04 , An3 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En4 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn4 + .byte W08 + .byte En4 + .byte W04 + .byte PAN , c_v+0 + .byte W04 + .byte VOL , 50*bgm_dendou_mvl/mxv + .byte N16 , Dn2 + .byte W24 + .byte Dn2 , v088 + .byte W16 + .byte N04 , An1 , v112 + .byte W08 + .byte Dn2 , v096 + .byte W08 + .byte N12 , Dn2 , v112 + .byte W16 + .byte N16 , Dn2 , v084 + .byte W16 + .byte N04 , An1 , v112 + .byte W08 +bgm_dendou_7_000: + .byte N16 , Cn2 , v112 + .byte W24 + .byte N08 , Cn2 , v088 + .byte W16 + .byte N04 , Gn1 , v112 + .byte W16 + .byte Cn2 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Cn2 , v084 + .byte W16 + .byte N04 , Gn1 , v112 + .byte W08 + .byte PEND +bgm_dendou_7_001: + .byte N16 , Bn1 , v112 + .byte W24 + .byte N08 , Bn1 , v088 + .byte W16 + .byte N04 , Fs1 , v112 + .byte W08 + .byte Bn1 + .byte W08 + .byte N12 + .byte W16 + .byte N08 , Bn1 , v084 + .byte W16 + .byte N04 , Fs1 , v112 + .byte W08 + .byte PEND +bgm_dendou_7_002: + .byte W08 + .byte N04 , As1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , Fn1 + .byte W16 + .byte Cn2 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , Gn1 + .byte W08 + .byte PEND + .byte N16 , Dn2 + .byte W24 + .byte Dn2 , v088 + .byte W16 + .byte N04 , An1 , v112 + .byte W08 + .byte Dn2 , v096 + .byte W08 + .byte N12 , Dn2 , v112 + .byte W16 + .byte N16 , Dn2 , v084 + .byte W16 + .byte N04 , An1 , v112 + .byte W08 + .byte PATT + .word bgm_dendou_7_000 + .byte PATT + .word bgm_dendou_7_001 + .byte PATT + .word bgm_dendou_7_002 + .byte GOTO + .word bgm_dendou_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dendou_8: + .byte KEYSH , bgm_dendou_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 44*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_8_B1: + .byte N48 , An2 , v112 + .byte W48 + .byte An2 , v092 + .byte W48 + .byte N24 , An2 , v088 + .byte W24 + .byte An2 , v120 + .byte W72 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_dendou_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_dendou_9: + .byte KEYSH , bgm_dendou_key+0 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 50*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_9_B1: + .byte VOICE , 82 + .byte VOL , 67*bgm_dendou_mvl/mxv + .byte N12 , An1 , v112 + .byte W32 + .byte N04 , An1 , v088 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , An1 , v112 + .byte W32 + .byte N04 , An1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , An1 , v112 + .byte W16 + .byte N04 , An1 , v096 + .byte W16 + .byte An1 , v112 + .byte W08 + .byte An1 , v084 + .byte W08 + .byte An1 , v092 + .byte W08 + .byte N12 , An1 , v096 + .byte W16 + .byte An1 , v112 + .byte W16 + .byte N04 + .byte W08 +bgm_dendou_9_000: + .byte N06 , Dn2 , v112 + .byte W08 + .byte N02 + .byte W04 + .byte N04 , Cs2 + .byte W04 + .byte N02 , Dn2 + .byte W08 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N04 + .byte W08 + .byte An1 + .byte W08 + .byte Dn2 + .byte W08 + .byte An2 + .byte W08 + .byte N02 , Dn2 + .byte W04 + .byte N02 + .byte W04 + .byte PEND +bgm_dendou_9_001: + .byte N06 , Dn2 , v112 + .byte W08 + .byte N02 + .byte W04 + .byte N04 , Cs2 + .byte W04 + .byte N02 , Dn2 + .byte W08 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N04 + .byte W08 + .byte An1 + .byte W16 + .byte An2 + .byte W08 + .byte N02 , Dn2 + .byte W04 + .byte N02 + .byte W04 + .byte PEND + .byte N06 + .byte W08 + .byte N02 + .byte W04 + .byte N04 , Cs2 + .byte W04 + .byte N02 , Dn2 + .byte W08 + .byte N32 , Dn3 , v092 + .byte W32 + .byte N04 , Dn2 , v112 + .byte W08 + .byte An1 + .byte W08 + .byte An2 + .byte W16 + .byte Dn2 + .byte W08 + .byte N06 + .byte W08 + .byte N02 + .byte W04 + .byte N04 , Cs2 + .byte W04 + .byte N02 , Dn2 + .byte W08 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N04 + .byte W08 + .byte An1 + .byte W08 + .byte Dn2 + .byte W08 + .byte An2 + .byte W08 + .byte Dn2 + .byte W08 + .byte PATT + .word bgm_dendou_9_000 + .byte PATT + .word bgm_dendou_9_001 + .byte N06 , Dn2 , v112 + .byte W08 + .byte N02 + .byte W04 + .byte N04 , Cs2 + .byte W04 + .byte N02 , Dn2 + .byte W08 + .byte N32 , Dn3 , v080 + .byte W32 + .byte N04 , Dn2 , v112 + .byte W08 + .byte An1 + .byte W32 + .byte N06 , Dn2 + .byte W08 + .byte N02 + .byte W04 + .byte N04 , Cs2 + .byte W04 + .byte N02 , Dn2 + .byte W08 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N04 + .byte W08 + .byte An1 + .byte W32 + .byte VOICE , 83 + .byte VOL , 40*bgm_dendou_mvl/mxv + .byte BEND , c_v+1 + .byte N04 , Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte N48 , Dn5 + .byte W48 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Gn4 + .byte W08 + .byte N32 , An4 + .byte W32 + .byte N04 , Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N24 , Gn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N32 , Bn4 + .byte W32 + .byte N04 , An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte N04 , Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W16 + .byte N04 + .byte W04 + .byte Cn4 + .byte W04 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte N08 , Dn5 + .byte W08 + .byte N04 , En5 + .byte W08 + .byte Dn5 + .byte W08 + .byte N24 , An4 + .byte W24 + .byte N04 , Fs4 + .byte W16 + .byte An4 + .byte W08 + .byte N32 + .byte W32 + .byte N04 , Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N02 , Gs4 , v088 + .byte W02 + .byte N22 , Gn4 , v112 + .byte W22 + .byte N24 , Dn4 + .byte W24 + .byte N04 , Bn4 + .byte W16 + .byte Cs5 + .byte W08 + .byte N48 , Dn5 + .byte W48 + .byte N08 , En5 + .byte W24 + .byte N04 , Fn5 + .byte W08 + .byte An5 + .byte W08 + .byte Gn5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fn5 + .byte W08 + .byte En5 + .byte W08 + .byte Cn5 + .byte W08 + .byte En5 + .byte W08 + .byte Dn5 + .byte W08 + .byte An4 + .byte W08 + .byte En5 + .byte W08 + .byte An5 + .byte W08 + .byte GOTO + .word bgm_dendou_9_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_dendou_10: + .byte KEYSH , bgm_dendou_key+0 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+13 + .byte VOL , 54*bgm_dendou_mvl/mxv + .byte W12 +bgm_dendou_10_B1: + .byte VOICE , 48 + .byte W96 + .byte W96 +bgm_dendou_10_000: + .byte N08 , Fs3 , v112 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N48 , An3 + .byte W72 + .byte PEND + .byte PATT + .word bgm_dendou_10_000 + .byte N08 , En3 , v112 + .byte W08 + .byte N04 , Cn3 + .byte W08 + .byte En3 + .byte W08 + .byte N48 , Gn3 + .byte W72 + .byte W92 + .byte N04 , Gn4 + .byte W04 + .byte Fs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N48 , An4 + .byte W72 + .byte N08 , Fs4 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N48 , An4 + .byte W48 + .byte N04 , Dn5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte N08 , En4 + .byte W08 + .byte N04 , Cn4 + .byte W08 + .byte En4 + .byte W08 + .byte N48 , Gn4 + .byte W72 + .byte W92 + .byte VOICE , 56 + .byte VOL , 38*bgm_dendou_mvl/mxv + .byte W04 + .byte W48 + .byte N04 , An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N32 , Gn4 + .byte W32 + .byte N04 , Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte N24 , Dn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte N32 , Dn4 + .byte W32 + .byte N04 , En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N24 , Gn3 + .byte W24 + .byte An3 + .byte W20 + .byte VOICE , 24 + .byte W04 + .byte N04 , As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte As2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W08 + .byte Gn2 + .byte W04 + .byte Cn3 + .byte W04 + .byte En3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte En4 + .byte W04 + .byte VOICE , 56 + .byte W04 + .byte N04 , Fs4 + .byte W08 + .byte N04 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W08 + .byte N04 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W08 + .byte N40 + .byte W40 + .byte N04 , En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N48 , Dn4 + .byte W48 + .byte N04 , Gn4 + .byte W08 + .byte N04 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte N08 , Fn4 + .byte W24 + .byte En4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cn4 + .byte W24 + .byte GOTO + .word bgm_dendou_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dendou: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dendou_pri @ Priority + .byte bgm_dendou_rev @ Reverb. + + .word bgm_dendou_grp + + .word bgm_dendou_1 + .word bgm_dendou_2 + .word bgm_dendou_3 + .word bgm_dendou_4 + .word bgm_dendou_5 + .word bgm_dendou_6 + .word bgm_dendou_7 + .word bgm_dendou_8 + .word bgm_dendou_9 + .word bgm_dendou_10 + + .end diff --git a/sound/songs/bgm_dooro1.s b/sound/songs/bgm_dooro1.s new file mode 100644 index 000000000..9effdf9a8 --- /dev/null +++ b/sound/songs/bgm_dooro1.s @@ -0,0 +1,1713 @@ + .include "MPlayDef.s" + + .equ bgm_dooro1_grp, voicegroup_8430C9C + .equ bgm_dooro1_pri, 0 + .equ bgm_dooro1_rev, reverb_set+50 + .equ bgm_dooro1_mvl, 127 + .equ bgm_dooro1_key, 0 + .equ bgm_dooro1_tbs, 1 + .equ bgm_dooro1_exg, 0 + .equ bgm_dooro1_cmp, 1 + + .section .rodata + .global bgm_dooro1 + .align 2 + +@********************** Track 1 **********************@ + +bgm_dooro1_1: + .byte KEYSH , bgm_dooro1_key+0 + .byte TEMPO , 114*bgm_dooro1_tbs/2 + .byte VOICE , 73 + .byte LFOS , 32 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N06 , An4 , v100 + .byte W06 + .byte Bn4 + .byte W06 +bgm_dooro1_1_B1: + .byte PAN , c_v+8 + .byte N06 , An4 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W24 + .byte N06 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 +bgm_dooro1_1_000: + .byte N06 , Gn4 , v100 + .byte W24 + .byte Fs4 + .byte W24 + .byte En4 + .byte W24 + .byte Bn4 + .byte W24 + .byte PEND +bgm_dooro1_1_001: + .byte N72 , An4 , v100 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte VOL , 71*bgm_dooro1_mvl/mxv + .byte W06 + .byte 63*bgm_dooro1_mvl/mxv + .byte W03 + .byte 49*bgm_dooro1_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N06 , Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PEND + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W12 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W36 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W24 + .byte N06 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte PATT + .word bgm_dooro1_1_000 + .byte PATT + .word bgm_dooro1_1_001 + .byte N06 , An4 , v100 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W12 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W36 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 4 + .byte W12 +bgm_dooro1_1_002: + .byte MOD , 0 + .byte N06 , An4 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte N36 , An4 + .byte W15 + .byte MOD , 4 + .byte W21 + .byte 0 + .byte W12 + .byte PEND + .byte N06 , Gn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte PATT + .word bgm_dooro1_1_002 + .byte N06 , Bn4 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , Fs5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N36 , Dn5 + .byte W15 + .byte MOD , 4 + .byte W21 + .byte 0 + .byte W12 + .byte N36 + .byte W18 + .byte MOD , 4 + .byte W18 + .byte 0 + .byte N12 , Cn5 + .byte W12 + .byte N24 , As4 + .byte W15 + .byte MOD , 4 + .byte W09 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte N78 , Cs5 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOL , 78*bgm_dooro1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro1_mvl/mxv + .byte W06 + .byte 56*bgm_dooro1_mvl/mxv + .byte W07 + .byte 45*bgm_dooro1_mvl/mxv + .byte W06 + .byte 34*bgm_dooro1_mvl/mxv + .byte W05 + .byte MOD , 0 + .byte W01 + .byte VOL , 23*bgm_dooro1_mvl/mxv + .byte W04 + .byte 78*bgm_dooro1_mvl/mxv + .byte W01 + .byte N06 , An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte GOTO + .word bgm_dooro1_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dooro1_2: + .byte KEYSH , bgm_dooro1_key+0 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte BEND , c_v+0 + .byte W12 +bgm_dooro1_2_B1: + .byte VOICE , 35 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte PAN , c_v-8 + .byte N12 , Dn1 , v120 + .byte W42 + .byte N06 , An1 + .byte W06 + .byte N12 , Dn1 + .byte W36 + .byte An1 + .byte W12 +bgm_dooro1_2_000: + .byte N12 , En1 , v120 + .byte W18 + .byte N06 + .byte W06 + .byte BEND , c_v-32 + .byte N09 , En2 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , En1 + .byte W36 + .byte N12 + .byte W12 + .byte PEND +bgm_dooro1_2_001: + .byte N12 , An1 , v120 + .byte W42 + .byte N06 , En1 + .byte W06 + .byte N12 , An1 + .byte W36 + .byte N06 , En2 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_dooro1_2_002: + .byte N12 , An1 , v120 + .byte W24 + .byte N06 + .byte W18 + .byte En1 + .byte W06 + .byte N12 , An1 + .byte W24 + .byte BEND , c_v-31 + .byte N06 , En2 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N12 , An1 + .byte W12 + .byte PEND + .byte Dn1 + .byte W42 + .byte N06 , An1 + .byte W06 + .byte N12 , Dn1 + .byte W36 + .byte An1 + .byte W12 + .byte PATT + .word bgm_dooro1_2_000 + .byte PATT + .word bgm_dooro1_2_001 + .byte PATT + .word bgm_dooro1_2_002 +bgm_dooro1_2_003: + .byte N12 , Gn1 , v120 + .byte W24 + .byte N06 + .byte W12 + .byte N12 , Dn2 + .byte W12 + .byte Gn1 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_dooro1_2_004: + .byte N12 , Fs1 , v120 + .byte W18 + .byte N06 , An1 + .byte W06 + .byte BEND , c_v-32 + .byte N12 , Dn2 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , Dn1 + .byte W06 + .byte En1 + .byte W06 + .byte Fs1 + .byte W12 + .byte An1 + .byte W12 + .byte BEND , c_v-31 + .byte N12 , Dn2 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N12 , Fs1 + .byte W12 + .byte PEND + .byte En1 + .byte W24 + .byte N06 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte En1 + .byte W24 + .byte BEND , c_v-15 + .byte N12 , En2 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , En1 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , An1 + .byte W18 + .byte N06 + .byte W06 + .byte BEND , c_v-32 + .byte N12 , En1 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , An1 + .byte W06 + .byte Cs2 + .byte W06 + .byte En2 + .byte W06 + .byte Ds2 + .byte W12 + .byte Dn2 + .byte W06 + .byte N12 , Cs2 + .byte W12 + .byte An1 + .byte W12 + .byte PATT + .word bgm_dooro1_2_003 + .byte PATT + .word bgm_dooro1_2_004 + .byte N15 , Fn1 , v120 + .byte W18 + .byte N06 + .byte W06 + .byte BEND , c_v-31 + .byte N36 , Dn2 + .byte W03 + .byte BEND , c_v+0 + .byte W32 + .byte W01 + .byte N12 , As1 + .byte W12 + .byte Dn2 + .byte W12 + .byte As1 + .byte W12 + .byte An1 + .byte W18 + .byte N06 + .byte W06 + .byte BEND , c_v-32 + .byte N72 , En2 + .byte W03 + .byte BEND , c_v+0 + .byte W18 + .byte VOL , 79*bgm_dooro1_mvl/mxv + .byte W03 + .byte BEND , c_v-32 + .byte W03 + .byte VOL , 74*bgm_dooro1_mvl/mxv + .byte BEND , c_v+0 + .byte W06 + .byte VOL , 63*bgm_dooro1_mvl/mxv + .byte W07 + .byte 54*bgm_dooro1_mvl/mxv + .byte W06 + .byte 44*bgm_dooro1_mvl/mxv + .byte W06 + .byte 34*bgm_dooro1_mvl/mxv + .byte W07 + .byte 18*bgm_dooro1_mvl/mxv + .byte W06 + .byte 10*bgm_dooro1_mvl/mxv + .byte W06 + .byte 1*bgm_dooro1_mvl/mxv + .byte W01 + .byte GOTO + .word bgm_dooro1_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dooro1_3: + .byte KEYSH , bgm_dooro1_key+0 + .byte LFOS , 28 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte W12 +bgm_dooro1_3_B1: + .byte VOICE , 4 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+4 + .byte N06 , Fs3 , v052 + .byte W36 + .byte N06 + .byte W60 + .byte W12 + .byte Gn3 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 +bgm_dooro1_3_000: + .byte W48 + .byte N24 , En3 , v052 + .byte W12 + .byte VOL , 59*bgm_dooro1_mvl/mxv + .byte W05 + .byte 23*bgm_dooro1_mvl/mxv + .byte W07 + .byte 0*bgm_dooro1_mvl/mxv + .byte W24 + .byte PEND +bgm_dooro1_3_001: + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N03 , An3 , v052 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N06 , An3 + .byte W18 + .byte En3 + .byte W06 + .byte An3 + .byte W48 + .byte PEND + .byte Fs3 + .byte W36 + .byte N06 + .byte W60 + .byte W12 + .byte Gn3 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W24 + .byte PATT + .word bgm_dooro1_3_000 + .byte PATT + .word bgm_dooro1_3_001 + .byte VOICE , 5 + .byte PAN , c_v-49 + .byte N06 , Bn3 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte PAN , c_v+0 + .byte W03 + .byte VOICE , 4 + .byte N21 , Gn4 + .byte W24 + .byte Gn3 + .byte W21 + .byte VOICE , 5 + .byte PAN , c_v-48 + .byte N06 , An3 + .byte W24 + .byte N06 + .byte W24 + .byte PAN , c_v+0 + .byte W03 + .byte VOICE , 4 + .byte N21 , Dn4 + .byte W24 + .byte Dn3 + .byte W21 + .byte W96 + .byte VOICE , 81 + .byte N06 , Dn5 , v040 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte VOICE , 82 + .byte MOD , 4 + .byte N12 + .byte W12 + .byte N15 + .byte W15 + .byte MOD , 0 + .byte W09 + .byte VOICE , 5 + .byte PAN , c_v-48 + .byte N06 , Bn3 , v052 + .byte W24 + .byte N06 + .byte W24 + .byte PAN , c_v+0 + .byte W03 + .byte VOICE , 4 + .byte N21 , Gn4 + .byte W24 + .byte Bn4 + .byte W21 + .byte VOICE , 5 + .byte PAN , c_v-48 + .byte N06 , An3 + .byte W24 + .byte N06 + .byte W24 + .byte PAN , c_v+0 + .byte W03 + .byte VOICE , 4 + .byte N21 , Dn4 + .byte W24 + .byte Fs4 + .byte W21 + .byte VOICE , 81 + .byte N12 , Fn4 + .byte W12 + .byte VOICE , 82 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 81 + .byte N12 , En4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N12 , As3 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte VOICE , 82 + .byte N12 + .byte W12 + .byte MOD , 4 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOL , 79*bgm_dooro1_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 69*bgm_dooro1_mvl/mxv + .byte W06 + .byte 58*bgm_dooro1_mvl/mxv + .byte N18 + .byte W07 + .byte VOL , 47*bgm_dooro1_mvl/mxv + .byte W06 + .byte 37*bgm_dooro1_mvl/mxv + .byte W05 + .byte MOD , 0 + .byte W01 + .byte VOL , 27*bgm_dooro1_mvl/mxv + .byte W07 + .byte 16*bgm_dooro1_mvl/mxv + .byte W06 + .byte 6*bgm_dooro1_mvl/mxv + .byte W04 + .byte GOTO + .word bgm_dooro1_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dooro1_4: + .byte KEYSH , bgm_dooro1_key+0 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte W12 +bgm_dooro1_4_B1: + .byte VOICE , 5 + .byte PAN , c_v-48 + .byte N06 , An3 , v052 + .byte W36 + .byte N06 + .byte W60 + .byte W12 + .byte Bn3 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte An3 + .byte W06 + .byte N06 , Bn3 + .byte W12 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 +bgm_dooro1_4_000: + .byte N06 , Cs3 , v052 + .byte W12 + .byte N06 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte N24 , An3 + .byte W12 + .byte VOL , 59*bgm_dooro1_mvl/mxv + .byte W05 + .byte 23*bgm_dooro1_mvl/mxv + .byte W07 + .byte 0*bgm_dooro1_mvl/mxv + .byte W24 + .byte PEND +bgm_dooro1_4_001: + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N03 , Cs4 , v052 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N06 , Cs4 + .byte W18 + .byte An3 + .byte W06 + .byte Cs4 + .byte W48 + .byte PEND + .byte An3 + .byte W36 + .byte N06 + .byte W60 + .byte W12 + .byte Bn3 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W12 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte PATT + .word bgm_dooro1_4_000 + .byte PATT + .word bgm_dooro1_4_001 + .byte VOICE , 8 + .byte PAN , c_v+0 + .byte N06 , Gn3 , v052 + .byte W06 + .byte Gn2 + .byte W06 + .byte VOICE , 6 + .byte N06 , Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte VOICE , 8 + .byte N06 , Gn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte VOICE , 6 + .byte N06 , Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 +bgm_dooro1_4_002: + .byte VOICE , 8 + .byte N06 , Fs3 , v052 + .byte W06 + .byte Fs2 + .byte W06 + .byte VOICE , 6 + .byte N06 , Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte VOICE , 8 + .byte N06 , Fs3 + .byte W06 + .byte Fs2 + .byte W06 + .byte VOICE , 6 + .byte N06 , Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PEND + .byte Gn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte En3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte En2 + .byte W06 + .byte An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N12 , Cs4 + .byte W12 + .byte An3 + .byte W12 + .byte VOICE , 8 + .byte N06 , Gn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte VOICE , 6 + .byte N06 , Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte VOICE , 8 + .byte N06 , Gn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte VOICE , 6 + .byte N06 , Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PATT + .word bgm_dooro1_4_002 + .byte VOICE , 5 + .byte PAN , c_v-48 + .byte N06 , As3 , v060 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Dn4 + .byte W15 + .byte VOL , 68*bgm_dooro1_mvl/mxv + .byte W03 + .byte 52*bgm_dooro1_mvl/mxv + .byte W03 + .byte 40*bgm_dooro1_mvl/mxv + .byte W03 + .byte VOICE , 7 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N12 , Fn5 , v072 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Fn5 , v048 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , As5 , v072 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , As5 , v048 + .byte W12 + .byte VOICE , 5 + .byte PAN , c_v-48 + .byte N06 , An3 , v060 + .byte W06 + .byte Cs3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N24 , An3 + .byte W15 + .byte VOL , 68*bgm_dooro1_mvl/mxv + .byte W03 + .byte 52*bgm_dooro1_mvl/mxv + .byte W03 + .byte 40*bgm_dooro1_mvl/mxv + .byte W03 + .byte VOICE , 7 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N12 , En5 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , En5 , v044 + .byte W12 + .byte PAN , c_v-48 + .byte N12 , An5 , v060 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , An5 , v044 + .byte W12 + .byte GOTO + .word bgm_dooro1_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dooro1_5: + .byte KEYSH , bgm_dooro1_key+0 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte W12 +bgm_dooro1_5_B1: + .byte VOICE , 24 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte PAN , c_v+32 + .byte N06 , Dn3 , v048 + .byte W12 + .byte An2 + .byte W24 + .byte Fs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Fs2 + .byte W24 + .byte N24 , Dn3 , v060 + .byte W24 +bgm_dooro1_5_000: + .byte N06 , En3 , v048 + .byte W12 + .byte Bn2 + .byte W24 + .byte Gn2 + .byte W06 + .byte En2 + .byte W06 + .byte Gn2 + .byte W24 + .byte N24 , En3 , v060 + .byte W24 + .byte PEND +bgm_dooro1_5_001: + .byte N03 , An2 , v056 + .byte W03 + .byte Cs3 + .byte W03 + .byte An3 + .byte W03 + .byte N36 , En4 + .byte W36 + .byte W03 + .byte N03 , An3 + .byte W03 + .byte N44 , Dn4 + .byte W44 + .byte W01 + .byte PEND +bgm_dooro1_5_002: + .byte N03 , An3 , v056 + .byte W03 + .byte N44 , Cs4 + .byte W44 + .byte W01 + .byte N12 , An2 , v084 + .byte W24 + .byte N06 , En3 , v056 + .byte W12 + .byte N12 , An2 + .byte W12 + .byte PEND + .byte N06 , Dn3 , v048 + .byte W12 + .byte An2 + .byte W24 + .byte Fs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Fs2 + .byte W24 + .byte N24 , Dn3 , v060 + .byte W24 + .byte PATT + .word bgm_dooro1_5_000 + .byte PATT + .word bgm_dooro1_5_001 + .byte PATT + .word bgm_dooro1_5_002 + .byte W48 + .byte VOICE , 24 + .byte N03 , Dn4 , v044 + .byte W03 + .byte N21 , Bn4 , v052 + .byte W21 + .byte N03 , Dn3 , v044 + .byte W03 + .byte N21 , Bn3 , v052 + .byte W21 + .byte W48 + .byte N03 , An3 , v044 + .byte W03 + .byte N21 , Fs4 , v052 + .byte W21 + .byte N03 , An2 , v044 + .byte W03 + .byte N21 , Fs3 , v052 + .byte W21 + .byte VOICE , 48 + .byte VOL , 79*bgm_dooro1_mvl/mxv + .byte PAN , c_v+0 + .byte N96 , Bn2 , v108 + .byte W06 + .byte VOL , 64*bgm_dooro1_mvl/mxv + .byte W06 + .byte 49*bgm_dooro1_mvl/mxv + .byte W06 + .byte 32*bgm_dooro1_mvl/mxv + .byte W06 + .byte 35*bgm_dooro1_mvl/mxv + .byte W06 + .byte 39*bgm_dooro1_mvl/mxv + .byte W07 + .byte 43*bgm_dooro1_mvl/mxv + .byte W06 + .byte 47*bgm_dooro1_mvl/mxv + .byte W07 + .byte 51*bgm_dooro1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro1_mvl/mxv + .byte W06 + .byte 59*bgm_dooro1_mvl/mxv + .byte W07 + .byte 62*bgm_dooro1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro1_mvl/mxv + .byte W07 + .byte 71*bgm_dooro1_mvl/mxv + .byte W06 + .byte 74*bgm_dooro1_mvl/mxv + .byte W06 + .byte 78*bgm_dooro1_mvl/mxv + .byte W02 + .byte N06 , Dn3 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N48 , Cs3 + .byte W24 + .byte VOL , 73*bgm_dooro1_mvl/mxv + .byte W06 + .byte 66*bgm_dooro1_mvl/mxv + .byte W06 + .byte 60*bgm_dooro1_mvl/mxv + .byte W06 + .byte 43*bgm_dooro1_mvl/mxv + .byte W06 + .byte W48 + .byte VOICE , 24 + .byte PAN , c_v+32 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N03 , Dn4 , v044 + .byte W03 + .byte N21 , Bn4 , v052 + .byte W21 + .byte N03 , Gn4 , v044 + .byte W03 + .byte N21 , Dn5 , v052 + .byte W21 + .byte W48 + .byte N03 , An3 , v044 + .byte W03 + .byte N21 , Fs4 , v052 + .byte W21 + .byte N03 , Dn4 , v044 + .byte W03 + .byte N21 , An4 , v052 + .byte W21 + .byte VOICE , 48 + .byte VOL , 79*bgm_dooro1_mvl/mxv + .byte PAN , c_v+0 + .byte N96 , As2 , v108 + .byte W06 + .byte VOL , 74*bgm_dooro1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro1_mvl/mxv + .byte W07 + .byte 63*bgm_dooro1_mvl/mxv + .byte W05 + .byte 53*bgm_dooro1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro1_mvl/mxv + .byte W06 + .byte 57*bgm_dooro1_mvl/mxv + .byte W07 + .byte 60*bgm_dooro1_mvl/mxv + .byte W06 + .byte 62*bgm_dooro1_mvl/mxv + .byte W06 + .byte 64*bgm_dooro1_mvl/mxv + .byte W07 + .byte 67*bgm_dooro1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro1_mvl/mxv + .byte W06 + .byte 71*bgm_dooro1_mvl/mxv + .byte W07 + .byte 74*bgm_dooro1_mvl/mxv + .byte W06 + .byte 76*bgm_dooro1_mvl/mxv + .byte W06 + .byte 78*bgm_dooro1_mvl/mxv + .byte W03 + .byte 72*bgm_dooro1_mvl/mxv + .byte N96 , An2 + .byte W06 + .byte VOL , 63*bgm_dooro1_mvl/mxv + .byte W06 + .byte 54*bgm_dooro1_mvl/mxv + .byte W06 + .byte 42*bgm_dooro1_mvl/mxv + .byte W06 + .byte 39*bgm_dooro1_mvl/mxv + .byte W03 + .byte 42*bgm_dooro1_mvl/mxv + .byte W06 + .byte 48*bgm_dooro1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro1_mvl/mxv + .byte W07 + .byte 61*bgm_dooro1_mvl/mxv + .byte W06 + .byte 68*bgm_dooro1_mvl/mxv + .byte W06 + .byte 74*bgm_dooro1_mvl/mxv + .byte W05 + .byte 74*bgm_dooro1_mvl/mxv + .byte W06 + .byte 59*bgm_dooro1_mvl/mxv + .byte W06 + .byte 44*bgm_dooro1_mvl/mxv + .byte W07 + .byte 28*bgm_dooro1_mvl/mxv + .byte W06 + .byte 13*bgm_dooro1_mvl/mxv + .byte W08 + .byte GOTO + .word bgm_dooro1_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dooro1_6: + .byte KEYSH , bgm_dooro1_key+0 + .byte LFOS , 28 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte W12 +bgm_dooro1_6_B1: + .byte VOICE , 74 + .byte PAN , c_v+0 + .byte W96 + .byte W96 +bgm_dooro1_6_000: + .byte N48 , Cs5 , v032 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte VOL , 70*bgm_dooro1_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N48 , Dn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte VOL , 70*bgm_dooro1_mvl/mxv + .byte W12 + .byte PEND +bgm_dooro1_6_001: + .byte MOD , 0 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte N03 , Cs5 , v032 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte N06 , Cs5 + .byte W24 + .byte An4 + .byte W48 + .byte PEND + .byte W96 + .byte W96 + .byte PATT + .word bgm_dooro1_6_000 + .byte PATT + .word bgm_dooro1_6_001 + .byte W96 + .byte W48 + .byte N06 , Dn5 , v032 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N48 , Gn5 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N24 , En5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N06 , En5 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N36 , En5 + .byte W12 + .byte MOD , 4 + .byte W24 + .byte W03 + .byte 0 + .byte W09 + .byte W96 + .byte W96 + .byte N36 , As5 + .byte W18 + .byte MOD , 4 + .byte W18 + .byte 0 + .byte N12 , An5 + .byte W12 + .byte N24 , Gn5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N12 , Fn5 + .byte W12 + .byte As5 + .byte W12 + .byte N78 , An5 + .byte W24 + .byte MOD , 4 + .byte W54 + .byte 0 + .byte W18 + .byte GOTO + .word bgm_dooro1_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dooro1_7: + .byte KEYSH , bgm_dooro1_key+0 + .byte VOL , 68*bgm_dooro1_mvl/mxv + .byte W12 +bgm_dooro1_7_B1: + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_dooro1_7_000: + .byte N06 , Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte PEND + .byte PATT + .word bgm_dooro1_7_000 + .byte PATT + .word bgm_dooro1_7_000 + .byte N06 , Gs4 , v040 + .byte W12 + .byte Gs4 , v032 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte Gs4 , v032 + .byte W12 + .byte Gs4 , v040 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_dooro1_7_000 + .byte PATT + .word bgm_dooro1_7_000 + .byte N06 , Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v040 + .byte W36 + .byte Gs4 , v032 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v032 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v040 + .byte W36 + .byte Gs4 , v032 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v040 + .byte W24 + .byte GOTO + .word bgm_dooro1_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dooro1_8: + .byte KEYSH , bgm_dooro1_key+0 + .byte VOL , 80*bgm_dooro1_mvl/mxv + .byte W12 +bgm_dooro1_8_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte N06 , En3 , v060 + .byte W24 + .byte Fs2 , v064 + .byte W18 + .byte Dn3 , v068 + .byte W06 + .byte En3 , v060 + .byte W24 + .byte Fs2 , v064 + .byte W12 + .byte Dn3 , v068 + .byte W06 + .byte N06 + .byte W06 +bgm_dooro1_8_000: + .byte N06 , En3 , v060 + .byte W24 + .byte Fs2 , v064 + .byte W24 + .byte En3 , v060 + .byte W12 + .byte Fs2 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte Dn3 , v068 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_dooro1_8_001: + .byte N06 , En3 , v060 + .byte W24 + .byte Fs2 , v064 + .byte W18 + .byte Dn3 , v068 + .byte W06 + .byte En3 , v060 + .byte W24 + .byte Fs2 , v064 + .byte W12 + .byte Dn3 , v068 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_dooro1_8_000 + .byte PATT + .word bgm_dooro1_8_001 + .byte PATT + .word bgm_dooro1_8_000 + .byte PATT + .word bgm_dooro1_8_001 + .byte N06 , En3 , v060 + .byte W24 + .byte Fs2 , v064 + .byte W24 + .byte En3 , v060 + .byte W12 + .byte Fs2 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte N06 + .byte W06 +bgm_dooro1_8_002: + .byte N06 , Cn1 , v112 + .byte W24 + .byte N12 , Dn1 + .byte W12 + .byte N06 , Cn1 + .byte W12 + .byte N06 + .byte W24 + .byte N12 , Dn1 + .byte W12 + .byte N06 , Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte N06 + .byte W24 + .byte N12 , Dn1 + .byte W12 + .byte N06 , Cn1 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Dn1 + .byte W09 + .byte BEND , c_v+61 + .byte W03 + .byte N06 , Cn1 + .byte W12 + .byte PATT + .word bgm_dooro1_8_002 +bgm_dooro1_8_003: + .byte N06 , Cn1 , v112 + .byte W24 + .byte N12 , Dn1 + .byte W12 + .byte N06 , Cn1 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Dn1 + .byte W12 + .byte N06 , Cn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_dooro1_8_002 + .byte PATT + .word bgm_dooro1_8_003 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Dn1 + .byte W12 + .byte PAN , c_v+48 + .byte N06 , Fs2 , v064 + .byte W06 + .byte Fs2 , v040 + .byte W06 + .byte Fs2 , v064 + .byte W12 + .byte PAN , c_v+0 + .byte N06 , Cn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn1 + .byte W12 + .byte PAN , c_v+47 + .byte N06 , Fs2 , v064 + .byte W12 + .byte PAN , c_v+0 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Dn1 + .byte W12 + .byte PAN , c_v+48 + .byte N06 , Fs2 , v064 + .byte W06 + .byte Fs2 , v040 + .byte W06 + .byte Fs2 , v064 + .byte W12 + .byte PAN , c_v+0 + .byte N06 , Cn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn1 + .byte W24 + .byte GOTO + .word bgm_dooro1_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dooro1: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dooro1_pri @ Priority + .byte bgm_dooro1_rev @ Reverb. + + .word bgm_dooro1_grp + + .word bgm_dooro1_1 + .word bgm_dooro1_2 + .word bgm_dooro1_3 + .word bgm_dooro1_4 + .word bgm_dooro1_5 + .word bgm_dooro1_6 + .word bgm_dooro1_7 + .word bgm_dooro1_8 + + .end diff --git a/sound/songs/bgm_dooro_x1.s b/sound/songs/bgm_dooro_x1.s new file mode 100644 index 000000000..8d62e9578 --- /dev/null +++ b/sound/songs/bgm_dooro_x1.s @@ -0,0 +1,2206 @@ + .include "MPlayDef.s" + + .equ bgm_dooro_x1_grp, voicegroup_84308AC + .equ bgm_dooro_x1_pri, 0 + .equ bgm_dooro_x1_rev, reverb_set+50 + .equ bgm_dooro_x1_mvl, 127 + .equ bgm_dooro_x1_key, 0 + .equ bgm_dooro_x1_tbs, 1 + .equ bgm_dooro_x1_exg, 0 + .equ bgm_dooro_x1_cmp, 1 + + .section .rodata + .global bgm_dooro_x1 + .align 2 + +@********************** Track 1 **********************@ + +bgm_dooro_x1_1: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte TEMPO , 132*bgm_dooro_x1_tbs/2 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte W12 +bgm_dooro_x1_1_B1: + .byte VOICE , 60 + .byte PAN , c_v-24 + .byte N12 , Fs2 , v072 + .byte W18 + .byte VOICE , 58 + .byte N06 , Cs2 , v076 + .byte W18 + .byte VOICE , 60 + .byte N12 , Fs2 , v072 + .byte W24 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte As2 + .byte W06 + .byte N36 , Cs3 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte N06 , Gs2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte VOICE , 60 + .byte N12 , Fs2 + .byte W18 + .byte VOICE , 58 + .byte N06 , Cs2 , v076 + .byte W18 + .byte VOICE , 60 + .byte N12 , Fs2 , v072 + .byte W24 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte As2 + .byte W06 + .byte N24 , Cs3 + .byte W24 + .byte N06 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N24 , Gs3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte As3 , v076 + .byte W18 + .byte N03 , Fs3 + .byte W06 + .byte N24 + .byte W36 + .byte VOICE , 48 + .byte N09 , As3 , v072 + .byte W12 + .byte Bn3 + .byte W12 + .byte N12 , As3 + .byte W12 + .byte N30 , Gs3 + .byte W36 + .byte N06 , Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N44 , Fn3 + .byte W24 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 62*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 46*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte N12 , Ds3 , v076 + .byte W18 + .byte N03 , Fn3 + .byte W06 + .byte N24 , Fs3 + .byte W36 + .byte VOICE , 48 + .byte N09 , Fs4 , v068 + .byte W12 + .byte Fn4 + .byte W12 + .byte N12 , Ds4 + .byte W12 + .byte N30 , Fs4 + .byte W36 + .byte N06 , Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N42 , Fn4 + .byte W30 + .byte VOL , 75*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 63*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 45*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 25*bgm_dooro_x1_mvl/mxv + .byte W09 + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte N12 , As3 , v076 + .byte W18 + .byte N03 , Fs3 + .byte W06 + .byte N24 + .byte W24 + .byte PAN , c_v+25 + .byte N12 , As3 + .byte W18 + .byte N03 , Fs3 + .byte W06 + .byte N24 + .byte W24 + .byte N21 , Fn3 + .byte W12 + .byte VOL , 73*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 65*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 42*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N21 , Fs3 + .byte W12 + .byte VOL , 73*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 65*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 42*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N21 , Gs3 + .byte W12 + .byte VOL , 73*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 65*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 42*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N21 , Fn3 + .byte W12 + .byte VOL , 73*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 65*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 42*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte PAN , c_v-24 + .byte N12 , Fs3 + .byte W18 + .byte N03 , Fn3 + .byte W06 + .byte N24 , Ds3 + .byte W24 + .byte PAN , c_v+25 + .byte N12 , Fs3 + .byte W18 + .byte N06 , Fn3 + .byte W06 + .byte N24 , Ds3 + .byte W24 + .byte VOICE , 58 + .byte N03 , Cs2 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte VOICE , 60 + .byte N06 , Gs2 , v088 + .byte W12 + .byte VOICE , 58 + .byte N03 , Cs2 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N12 , Gs3 , v100 + .byte W12 + .byte As3 + .byte W12 + .byte Bn3 + .byte W12 + .byte VOICE , 46 + .byte PAN , c_v-24 + .byte N06 , Fs3 , v056 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 , v060 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte Fs4 , v052 + .byte W06 + .byte As4 , v056 + .byte W06 + .byte Cs5 , v060 + .byte W06 + .byte As4 , v064 + .byte W06 + .byte Fs5 , v076 + .byte W06 + .byte Fn5 , v072 + .byte W06 + .byte Cs5 , v068 + .byte W06 + .byte As4 , v064 + .byte W06 + .byte Fs4 , v060 + .byte W06 + .byte Fn4 , v056 + .byte W06 + .byte Cs4 , v052 + .byte W06 + .byte As3 , v048 + .byte W06 + .byte Fn3 , v056 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 , v060 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte Fn4 , v052 + .byte W06 + .byte Gs4 , v056 + .byte W06 + .byte Cs5 , v060 + .byte W06 + .byte Gs4 , v064 + .byte W06 + .byte Fn5 , v076 + .byte W06 + .byte Ds5 , v072 + .byte W06 + .byte Cs5 , v068 + .byte W06 + .byte Gs4 , v064 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte Ds4 , v056 + .byte W06 + .byte Cs4 , v052 + .byte W06 + .byte Gs3 , v048 + .byte W06 + .byte En3 , v056 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 , v060 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte En4 , v052 + .byte W06 + .byte Gs4 , v056 + .byte W06 + .byte Cs5 , v060 + .byte W06 + .byte Gs4 , v064 + .byte W06 + .byte En5 , v076 + .byte W06 + .byte Ds5 , v072 + .byte W06 + .byte Cs5 , v068 + .byte W06 + .byte Gs4 , v064 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte Ds4 , v056 + .byte W06 + .byte Cs4 , v052 + .byte W06 + .byte Gs3 , v048 + .byte W06 + .byte Ds3 , v056 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 , v060 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Ds4 , v052 + .byte W06 + .byte Fs4 , v056 + .byte W06 + .byte Bn4 , v060 + .byte W06 + .byte Fs4 , v064 + .byte W06 + .byte Ds5 , v076 + .byte W06 + .byte Cs5 , v072 + .byte W06 + .byte Bn4 , v068 + .byte W06 + .byte Fs4 , v064 + .byte W06 + .byte Ds4 , v060 + .byte W06 + .byte Cs4 , v056 + .byte W06 + .byte Bn3 , v052 + .byte W06 + .byte Fs3 , v048 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_dooro_x1_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dooro_x1_2: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte LFOS , 28 + .byte W12 +bgm_dooro_x1_2_B1: + .byte VOICE , 60 + .byte N24 , Fs3 , v108 + .byte W30 + .byte N06 , Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N21 , Fs4 + .byte W24 + .byte N09 , Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOL , 77*bgm_dooro_x1_mvl/mxv + .byte N90 , Gs3 + .byte W05 + .byte VOL , 70*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 63*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 59*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 62*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 64*bgm_dooro_x1_mvl/mxv + .byte W01 + .byte MOD , 4 + .byte W06 + .byte VOL , 68*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 71*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 73*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 77*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 78*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W18 + .byte MOD , 0 + .byte W06 + .byte N24 , Fs3 + .byte W30 + .byte N06 , Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N21 , Fs4 + .byte W24 + .byte N09 , Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOL , 77*bgm_dooro_x1_mvl/mxv + .byte N90 , Gs4 + .byte W05 + .byte VOL , 70*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 63*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 59*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 62*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 64*bgm_dooro_x1_mvl/mxv + .byte W01 + .byte MOD , 4 + .byte W06 + .byte VOL , 68*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 71*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 73*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 77*bgm_dooro_x1_mvl/mxv + .byte W05 + .byte 78*bgm_dooro_x1_mvl/mxv + .byte W07 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W18 + .byte MOD , 0 + .byte W06 + .byte VOICE , 56 + .byte N12 , As4 + .byte W18 + .byte N03 , Fs4 + .byte W06 + .byte N24 + .byte W09 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W12 + .byte N09 + .byte W12 + .byte Gs4 + .byte W12 + .byte N12 , Fs4 + .byte W12 + .byte N30 , Fn4 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N06 , Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N36 , Cs4 + .byte W15 + .byte MOD , 4 + .byte W21 + .byte 0 + .byte W12 + .byte N12 , Ds4 + .byte W18 + .byte N03 , Fn4 + .byte W06 + .byte N24 , Fs4 + .byte W09 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W12 + .byte N09 , Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte N12 , Gs4 + .byte W12 + .byte N30 , As4 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N06 , Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte N42 , Gs4 + .byte W15 + .byte MOD , 4 + .byte W24 + .byte W03 + .byte 0 + .byte W06 + .byte N12 , As4 + .byte W18 + .byte N03 , Fs4 + .byte W06 + .byte N24 + .byte W09 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W12 + .byte N09 + .byte W12 + .byte Gs4 + .byte W12 + .byte N12 , Fs4 + .byte W12 + .byte N30 , Fn4 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N06 , Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N24 , Cs4 + .byte W15 + .byte MOD , 4 + .byte W09 + .byte 0 + .byte N24 , Gs4 + .byte W09 + .byte MOD , 4 + .byte W15 + .byte 0 + .byte N12 , Fs4 + .byte W18 + .byte N03 , Fn4 + .byte W06 + .byte N24 , Ds4 + .byte W09 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W12 + .byte N09 + .byte W12 + .byte Fn4 + .byte W12 + .byte N12 , Fs4 + .byte W12 + .byte N30 , Fn4 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N06 + .byte W06 + .byte Fs4 + .byte W06 + .byte N44 , Gs4 + .byte W15 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte W03 + .byte VOICE , 60 + .byte N12 , As3 + .byte W18 + .byte N06 , Bn3 + .byte W06 + .byte N30 , Cs4 + .byte W15 + .byte MOD , 4 + .byte W15 + .byte 0 + .byte W06 + .byte N09 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N32 , Gs3 + .byte W36 + .byte N06 , Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N42 , Cs3 + .byte W15 + .byte MOD , 4 + .byte W24 + .byte W03 + .byte 0 + .byte W06 + .byte N12 , As3 + .byte W18 + .byte N06 , Bn3 + .byte W06 + .byte N30 , Cs4 + .byte W15 + .byte MOD , 4 + .byte W15 + .byte 0 + .byte W06 + .byte N09 , Gs3 + .byte W12 + .byte Cs4 + .byte W12 + .byte En4 + .byte W12 + .byte N32 , Ds4 + .byte W36 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N44 , Bn3 + .byte W15 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte W03 + .byte VOICE , 56 + .byte N12 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte N32 , Dn4 + .byte W12 + .byte MOD , 3 + .byte W21 + .byte 0 + .byte W03 + .byte N09 + .byte W12 + .byte En4 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N36 , Cs4 + .byte W15 + .byte MOD , 3 + .byte W21 + .byte 0 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N42 , As3 + .byte W12 + .byte MOD , 3 + .byte W30 + .byte 0 + .byte W06 + .byte N09 , Gs3 + .byte W18 + .byte N06 , As3 + .byte W06 + .byte N68 , Bn3 + .byte W24 + .byte MOD , 4 + .byte W44 + .byte W01 + .byte 0 + .byte W03 + .byte N12 , Cs4 + .byte W18 + .byte N06 , Ds4 + .byte W06 + .byte N68 , Fn4 + .byte W24 + .byte MOD , 4 + .byte W44 + .byte W01 + .byte 0 + .byte W03 + .byte GOTO + .word bgm_dooro_x1_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dooro_x1_3: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte W12 +bgm_dooro_x1_3_B1: + .byte W96 + .byte VOICE , 14 + .byte PAN , c_v+8 + .byte N18 , Cs4 , v056 + .byte W18 + .byte Ds4 + .byte W18 + .byte N12 , Fn4 + .byte W12 + .byte N36 , Gs3 + .byte W48 + .byte W96 + .byte N18 , Fn4 + .byte W18 + .byte Ds4 + .byte W18 + .byte N12 , Cs4 + .byte W12 + .byte N36 , Gs4 + .byte W48 + .byte W96 + .byte VOICE , 58 + .byte PAN , c_v+24 + .byte N03 , Cs2 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte VOICE , 60 + .byte N24 , Cs3 , v064 + .byte W03 + .byte VOL , 64*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 67*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 70*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 73*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W09 + .byte N12 , Bn2 + .byte W18 + .byte N03 , Cs3 + .byte W06 + .byte N24 , Ds3 + .byte W72 + .byte VOICE , 58 + .byte N03 , Cs2 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte VOICE , 60 + .byte N06 , Cs3 , v064 + .byte W06 + .byte As3 + .byte W06 + .byte N12 , Bn3 + .byte W18 + .byte N06 , As3 + .byte W06 + .byte N24 , Gs3 + .byte W24 + .byte W96 + .byte VOICE , 46 + .byte PAN , c_v-24 + .byte N06 , Cs3 , v076 + .byte W06 + .byte Fn3 , v056 + .byte W06 + .byte Gs3 , v060 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 , v068 + .byte W06 + .byte Gs4 , v072 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs3 , v076 + .byte W06 + .byte Cs4 , v056 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 , v060 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Gs4 , v068 + .byte W06 + .byte Cs5 , v072 + .byte W06 + .byte Gs5 , v076 + .byte W06 + .byte VOICE , 60 + .byte PAN , c_v+24 + .byte N12 , Ds3 , v064 + .byte W18 + .byte N03 , Cs3 + .byte W06 + .byte N24 , Bn2 + .byte W36 + .byte VOICE , 48 + .byte PAN , c_v-24 + .byte N09 , Bn3 , v068 + .byte W12 + .byte Cs4 + .byte W12 + .byte N12 , Ds4 + .byte W12 + .byte N30 , Cs4 + .byte W36 + .byte N06 + .byte W06 + .byte Ds4 + .byte W06 + .byte N44 , Fn4 + .byte W24 + .byte W03 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 59*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 43*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte W96 + .byte W48 + .byte VOICE , 14 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte PAN , c_v+8 + .byte N18 , Gs3 , v072 + .byte W18 + .byte Fn4 , v056 + .byte W18 + .byte N12 , Cs4 , v072 + .byte W12 + .byte N36 , En4 + .byte W60 + .byte VOICE , 48 + .byte PAN , c_v-24 + .byte N09 , En4 , v052 + .byte W12 + .byte Gs4 + .byte W12 + .byte Cs5 + .byte W12 + .byte N32 , Bn4 + .byte W36 + .byte N06 , As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N44 , Fs4 + .byte W48 + .byte W24 + .byte VOICE , 14 + .byte PAN , c_v-16 + .byte N48 , Fs4 , v072 + .byte W60 + .byte N12 , Dn4 + .byte W12 + .byte N36 , Fs4 + .byte W48 + .byte Cs4 + .byte W48 + .byte VOICE , 48 + .byte PAN , c_v-24 + .byte N09 , Cs3 + .byte W18 + .byte N06 , Fs3 + .byte W06 + .byte N68 , Gs3 + .byte W72 + .byte N12 + .byte W18 + .byte N06 , As3 + .byte W06 + .byte N68 , Bn3 + .byte W72 + .byte GOTO + .word bgm_dooro_x1_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dooro_x1_4: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte LFOS , 28 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte W12 +bgm_dooro_x1_4_B1: + .byte VOICE , 80 + .byte PAN , c_v+48 + .byte N12 , Cs3 , v052 + .byte W24 + .byte N06 , As2 + .byte W12 + .byte N12 , Cs3 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte Gs2 + .byte W24 + .byte N06 , Fn3 + .byte W12 + .byte N12 , Gs2 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Cs3 + .byte W24 + .byte N06 , As2 + .byte W12 + .byte N12 , Cs3 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte N12 + .byte W24 + .byte N06 , Fn3 + .byte W12 + .byte N12 , Cs3 + .byte W24 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Fn4 + .byte W12 +bgm_dooro_x1_4_000: + .byte N12 , Fs4 , v052 + .byte W18 + .byte N03 , Cs4 + .byte W06 + .byte N30 + .byte W18 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N09 , Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte PEND + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte VOICE , 4 + .byte N06 , Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte VOICE , 80 + .byte N12 , Bn3 + .byte W18 + .byte N03 , Cs4 + .byte W06 + .byte N30 , Ds4 + .byte W18 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N09 , Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N12 , Fs3 + .byte W12 + .byte N03 , Cs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , Gs3 + .byte W18 + .byte N03 , Fs3 + .byte W06 + .byte N24 , Fn3 + .byte W24 + .byte PATT + .word bgm_dooro_x1_4_000 + .byte N03 , Gs2 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Cs3 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Cs3 + .byte W18 + .byte N15 , Fn3 + .byte W18 + .byte N12 , Cs4 + .byte W12 + .byte Ds4 + .byte W18 + .byte N03 , Cs4 + .byte W06 + .byte N30 , Bn3 + .byte W18 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N09 , Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte N12 , Ds3 + .byte W12 + .byte N03 , Cs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte VOL , 61*bgm_dooro_x1_mvl/mxv + .byte N48 , Fn3 , v060 + .byte W09 + .byte VOL , 63*bgm_dooro_x1_mvl/mxv + .byte W09 + .byte 66*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W12 + .byte N12 , Fs3 , v052 + .byte W24 + .byte N06 , As2 + .byte W12 + .byte N12 , Fs3 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N12 , Fs3 + .byte W12 + .byte Fn3 + .byte W24 + .byte N06 , Gs2 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte Fn3 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte En3 + .byte W24 + .byte N06 , Gs2 + .byte W12 + .byte N12 , En3 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Gs2 + .byte W12 + .byte N12 , En3 + .byte W12 + .byte Ds3 + .byte W24 + .byte N06 , Fs2 + .byte W12 + .byte N12 , Ds3 + .byte W24 + .byte N36 , Fs3 + .byte W36 + .byte N12 , Dn3 , v040 + .byte W18 + .byte N06 , En3 + .byte W06 + .byte N32 , Fs3 + .byte W12 + .byte MOD , 3 + .byte W21 + .byte 0 + .byte W03 + .byte N09 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N36 , As3 + .byte W15 + .byte MOD , 3 + .byte W21 + .byte 0 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N42 , Fs3 + .byte W12 + .byte MOD , 3 + .byte W30 + .byte 0 + .byte W06 + .byte N03 , Gs2 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Cs3 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Cs3 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Cs3 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte VOL , 63*bgm_dooro_x1_mvl/mxv + .byte N36 , Cs3 , v060 + .byte W09 + .byte VOL , 66*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W09 + .byte GOTO + .word bgm_dooro_x1_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dooro_x1_5: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte W12 +bgm_dooro_x1_5_B1: + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N12 , As2 , v052 + .byte W24 + .byte N06 , Fs2 + .byte W12 + .byte N12 , As2 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Fs2 + .byte W12 + .byte N12 , As2 + .byte W12 + .byte Fn2 + .byte W24 + .byte N06 , Cs3 + .byte W12 + .byte N12 , Fn2 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Cs3 + .byte W12 + .byte N12 , Fn2 + .byte W12 + .byte As2 + .byte W24 + .byte N06 , Fs2 + .byte W12 + .byte N12 , As2 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Fs2 + .byte W12 + .byte N12 , As2 + .byte W12 + .byte Gs2 + .byte W24 + .byte N06 , Cs3 + .byte W12 + .byte N12 , Gs2 + .byte W24 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Bn3 + .byte W12 +bgm_dooro_x1_5_000: + .byte N12 , Cs4 , v052 + .byte W18 + .byte N03 , As3 + .byte W06 + .byte N30 + .byte W18 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N09 , As2 + .byte W12 + .byte Bn2 + .byte W12 + .byte N12 , As2 + .byte W12 + .byte PEND + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gs2 + .byte W06 + .byte Fn2 + .byte W06 + .byte VOICE , 5 + .byte N06 , Gs2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte VOICE , 82 + .byte N12 , Fs3 + .byte W18 + .byte N03 , As3 + .byte W06 + .byte N30 , Bn3 + .byte W18 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N09 , Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte N12 , Bn2 + .byte W12 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte N12 , Fn3 + .byte W18 + .byte N03 , Ds3 + .byte W06 + .byte N24 , Cs3 + .byte W24 + .byte PATT + .word bgm_dooro_x1_5_000 + .byte N03 , Fn2 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gs2 + .byte W12 + .byte N12 , Fn2 + .byte W12 + .byte Gs2 + .byte W18 + .byte N15 , Cs3 + .byte W18 + .byte N12 , Gs3 + .byte W12 + .byte Bn3 + .byte W18 + .byte N03 , As3 + .byte W06 + .byte N30 , Fs3 + .byte W18 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 67*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 55*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N09 , Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte N12 , Bn2 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Cs3 + .byte W12 + .byte Gs2 + .byte W06 + .byte Bn2 + .byte W06 + .byte VOL , 61*bgm_dooro_x1_mvl/mxv + .byte N12 , Cs3 , v060 + .byte W09 + .byte VOL , 63*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte VOICE , 83 + .byte N12 + .byte W06 + .byte VOL , 66*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N12 , Cs3 , v052 + .byte W24 + .byte N06 , Fs2 + .byte W12 + .byte N12 , Cs3 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Fs2 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte N12 + .byte W24 + .byte N06 , Fn2 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Cs3 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte N06 , En2 + .byte W12 + .byte N12 , Cs3 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , En2 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte Bn2 + .byte W24 + .byte N06 , Ds2 + .byte W12 + .byte N12 , Bn2 + .byte W24 + .byte N36 , Ds3 + .byte W36 + .byte W06 + .byte PAN , c_v+48 + .byte BEND , c_v-3 + .byte N12 , Dn3 , v020 + .byte W18 + .byte N06 , En3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N09 + .byte W12 + .byte VOICE , 82 + .byte N09 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W06 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte VOICE , 83 + .byte N12 + .byte W12 + .byte N18 + .byte W18 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Fs2 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gs2 + .byte W12 + .byte N03 , Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W12 + .byte N12 , Fs2 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gs2 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte VOL , 63*bgm_dooro_x1_mvl/mxv + .byte N36 , Bn2 , v060 + .byte W09 + .byte VOL , 66*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 74*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W09 + .byte GOTO + .word bgm_dooro_x1_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dooro_x1_6: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte W12 +bgm_dooro_x1_6_B1: +bgm_dooro_x1_6_000: + .byte N12 , Fs1 , v080 + .byte W24 + .byte N06 , Cs1 + .byte W12 + .byte N12 , Fs1 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Cs1 + .byte W12 + .byte N12 , Fs1 + .byte W12 + .byte PEND + .byte Cs1 + .byte W24 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Cs1 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Cs1 + .byte W12 + .byte PATT + .word bgm_dooro_x1_6_000 + .byte N12 , Cs1 , v080 + .byte W24 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Cs1 + .byte W24 + .byte N24 , Gs1 + .byte W24 + .byte N12 , Fn1 + .byte W12 +bgm_dooro_x1_6_001: + .byte N03 , Fs1 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N12 + .byte W18 + .byte Cs2 + .byte W18 + .byte Cs1 + .byte W12 + .byte PEND + .byte N03 , Fn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W18 + .byte N15 , Gs1 + .byte W18 + .byte N12 , Cs1 + .byte W12 +bgm_dooro_x1_6_002: + .byte N03 , Ds1 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N12 , Fs1 + .byte W18 + .byte N15 , Bn1 + .byte W18 + .byte N12 , Ds1 + .byte W12 + .byte PEND + .byte N03 , Fs1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Cs2 + .byte W18 + .byte N06 + .byte W06 + .byte N24 , Cs1 + .byte W24 + .byte PATT + .word bgm_dooro_x1_6_001 + .byte N03 , Fn1 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N12 + .byte W18 + .byte N15 , Gs1 + .byte W18 + .byte N12 , Cs1 + .byte W12 + .byte PATT + .word bgm_dooro_x1_6_002 + .byte N03 , Cs1 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W48 + .byte PATT + .word bgm_dooro_x1_6_000 + .byte N12 , Fn1 , v080 + .byte W24 + .byte N06 , Cs1 + .byte W12 + .byte N12 , Fn1 + .byte W12 + .byte Gs1 + .byte W18 + .byte Fs1 + .byte W18 + .byte Fn1 + .byte W12 + .byte En1 + .byte W24 + .byte N06 , Cs1 + .byte W12 + .byte N12 , En1 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Cs1 + .byte W12 + .byte N12 , En1 + .byte W12 + .byte Ds1 + .byte W24 + .byte N06 , Fs1 + .byte W12 + .byte N12 , Ds1 + .byte W24 + .byte N36 , Bn1 + .byte W36 + .byte N18 , Fs2 + .byte W18 + .byte Fn2 + .byte W18 + .byte N12 , En2 + .byte W12 + .byte N18 , Dn2 + .byte W18 + .byte Cs2 + .byte W18 + .byte N12 , Bn1 + .byte W12 + .byte N18 , Fs1 + .byte W18 + .byte Gs1 + .byte W18 + .byte N12 , Fs1 + .byte W12 + .byte N18 , As1 + .byte W18 + .byte Gs1 + .byte W18 + .byte N12 , Fs1 + .byte W12 + .byte N03 , Cs1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 , Gs1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte N03 , Cs1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N36 , Gs1 + .byte W36 + .byte GOTO + .word bgm_dooro_x1_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dooro_x1_7: + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte KEYSH , bgm_dooro_x1_key+0 + .byte VOICE , 47 + .byte PAN , c_v-8 + .byte N06 , Bn1 , v108 + .byte W12 +bgm_dooro_x1_7_B1: + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte N12 , Fs2 , v124 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 +bgm_dooro_x1_7_000: + .byte N12 , Cs2 , v124 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte Fs2 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte PATT + .word bgm_dooro_x1_7_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte PAN , c_v-24 + .byte N12 , Fs4 , v052 + .byte W36 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N32 , Fn4 + .byte W36 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W18 + .byte N12 + .byte W18 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W36 + .byte N09 + .byte W60 + .byte W60 + .byte VOICE , 47 + .byte PAN , c_v-8 + .byte N03 , Bn1 , v092 + .byte W03 + .byte Bn1 , v080 + .byte W03 + .byte N03 + .byte W03 + .byte Bn1 , v084 + .byte W03 + .byte Bn1 , v088 + .byte W03 + .byte N03 + .byte W03 + .byte Bn1 , v092 + .byte W03 + .byte Bn1 , v096 + .byte W03 + .byte N03 + .byte W03 + .byte Bn1 , v100 + .byte W03 + .byte N03 + .byte W03 + .byte Bn1 , v104 + .byte W03 + .byte N24 , Fs2 , v124 + .byte W84 + .byte N12 , Dn2 , v112 + .byte W12 + .byte N24 , Fs2 , v124 + .byte W96 + .byte Cs2 + .byte W36 + .byte N06 , Cs2 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N24 , Cs2 , v124 + .byte W36 + .byte N06 , Fs2 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N24 , Cs2 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Cs2 , v124 + .byte W12 + .byte N03 , Cs2 , v092 + .byte W03 + .byte Cs2 , v080 + .byte W03 + .byte N03 + .byte W03 + .byte Cs2 , v084 + .byte W03 + .byte Cs2 , v088 + .byte W03 + .byte N03 + .byte W03 + .byte Cs2 , v092 + .byte W03 + .byte Cs2 , v096 + .byte W03 + .byte N03 + .byte W03 + .byte Cs2 , v100 + .byte W03 + .byte N03 + .byte W03 + .byte Cs2 , v104 + .byte W03 + .byte GOTO + .word bgm_dooro_x1_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dooro_x1_8: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte W12 +bgm_dooro_x1_8_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte N48 , Bn2 , v092 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte N96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte VOL , 40*bgm_dooro_x1_mvl/mxv + .byte N36 , An2 , v064 + .byte W06 + .byte VOL , 47*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 52*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 59*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 73*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 76*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte N96 , Bn2 , v092 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 + .byte W96 + .byte N96 + .byte W96 + .byte N96 + .byte W96 + .byte N60 + .byte W60 + .byte VOL , 40*bgm_dooro_x1_mvl/mxv + .byte N36 , An2 , v064 + .byte W06 + .byte VOL , 47*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte 52*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 59*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 69*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 73*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 76*bgm_dooro_x1_mvl/mxv + .byte W03 + .byte 80*bgm_dooro_x1_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_dooro_x1_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_dooro_x1_9: + .byte KEYSH , bgm_dooro_x1_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_dooro_x1_mvl/mxv + .byte W12 +bgm_dooro_x1_9_B1: +bgm_dooro_x1_9_000: + .byte W18 + .byte N03 , En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W48 + .byte N06 + .byte W24 + .byte PEND + .byte PATT + .word bgm_dooro_x1_9_000 + .byte PATT + .word bgm_dooro_x1_9_000 + .byte PATT + .word bgm_dooro_x1_9_000 +bgm_dooro_x1_9_001: + .byte N06 , En1 , v080 + .byte W18 + .byte En1 , v056 + .byte W06 + .byte En1 , v116 + .byte W12 + .byte En1 , v060 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v056 + .byte W06 + .byte En1 , v060 + .byte W12 + .byte En1 , v116 + .byte W12 + .byte En1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_dooro_x1_9_002: + .byte N06 , En1 , v080 + .byte W18 + .byte En1 , v056 + .byte W06 + .byte En1 , v116 + .byte W12 + .byte En1 , v060 + .byte W06 + .byte En1 , v056 + .byte W06 + .byte En1 , v060 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v116 + .byte W12 + .byte En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_dooro_x1_9_001 + .byte PATT + .word bgm_dooro_x1_9_002 + .byte PATT + .word bgm_dooro_x1_9_001 + .byte PATT + .word bgm_dooro_x1_9_002 + .byte PATT + .word bgm_dooro_x1_9_001 + .byte N06 , En1 , v080 + .byte W18 + .byte En1 , v056 + .byte W06 + .byte En1 , v116 + .byte W12 + .byte En1 , v060 + .byte W06 + .byte En1 , v056 + .byte W06 + .byte En1 , v116 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_dooro_x1_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dooro_x1: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dooro_x1_pri @ Priority + .byte bgm_dooro_x1_rev @ Reverb. + + .word bgm_dooro_x1_grp + + .word bgm_dooro_x1_1 + .word bgm_dooro_x1_2 + .word bgm_dooro_x1_3 + .word bgm_dooro_x1_4 + .word bgm_dooro_x1_5 + .word bgm_dooro_x1_6 + .word bgm_dooro_x1_7 + .word bgm_dooro_x1_8 + .word bgm_dooro_x1_9 + + .end diff --git a/sound/songs/bgm_dooro_x3.s b/sound/songs/bgm_dooro_x3.s new file mode 100644 index 000000000..ec87080e0 --- /dev/null +++ b/sound/songs/bgm_dooro_x3.s @@ -0,0 +1,3650 @@ + .include "MPlayDef.s" + + .equ bgm_dooro_x3_grp, voicegroup_8431B9C + .equ bgm_dooro_x3_pri, 0 + .equ bgm_dooro_x3_rev, reverb_set+50 + .equ bgm_dooro_x3_mvl, 127 + .equ bgm_dooro_x3_key, 0 + .equ bgm_dooro_x3_tbs, 1 + .equ bgm_dooro_x3_exg, 0 + .equ bgm_dooro_x3_cmp, 1 + + .section .rodata + .global bgm_dooro_x3 + .align 2 + +@********************** Track 1 **********************@ + +bgm_dooro_x3_1: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_1_B1: + .byte TEMPO , 134*bgm_dooro_x3_tbs/2 + .byte VOICE , 81 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N88 , An1 , v080 + .byte W96 + .byte N96 + .byte W96 + .byte N72 , Gn1 + .byte W80 + .byte VOICE , 83 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOICE , 81 + .byte N96 + .byte W96 + .byte N88 , Fn1 + .byte W96 + .byte N96 + .byte W96 + .byte N88 , En1 + .byte W96 + .byte N96 + .byte W96 +bgm_dooro_x3_1_000: + .byte N12 , An1 , v080 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_dooro_x3_1_000 +bgm_dooro_x3_1_001: + .byte N12 , Gn1 , v080 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_dooro_x3_1_001 +bgm_dooro_x3_1_002: + .byte N12 , Fn1 , v080 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_dooro_x3_1_002 + .byte N12 , En1 , v080 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N24 + .byte W24 + .byte Gs1 + .byte W24 + .byte N16 , Bn1 + .byte W16 + .byte En1 + .byte W16 + .byte Gs1 + .byte W16 +bgm_dooro_x3_1_003: + .byte VOICE , 83 + .byte N36 , An1 , v080 + .byte W40 + .byte N04 + .byte W08 + .byte N28 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND +bgm_dooro_x3_1_004: + .byte N36 , Gs1 , v080 + .byte W40 + .byte N04 + .byte W08 + .byte VOICE , 81 + .byte N12 + .byte W16 + .byte En2 + .byte W16 + .byte N16 , Cs2 + .byte W16 + .byte PEND +bgm_dooro_x3_1_005: + .byte VOICE , 83 + .byte N36 , Gn1 , v080 + .byte W40 + .byte N04 + .byte W08 + .byte N28 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND +bgm_dooro_x3_1_006: + .byte N36 , Fs1 , v080 + .byte W40 + .byte N04 + .byte W08 + .byte VOICE , 81 + .byte N12 + .byte W16 + .byte Dn2 + .byte W16 + .byte N16 , Bn1 + .byte W16 + .byte PEND +bgm_dooro_x3_1_007: + .byte VOICE , 83 + .byte N36 , Fn1 , v080 + .byte W40 + .byte N04 + .byte W08 + .byte N28 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND +bgm_dooro_x3_1_008: + .byte N36 , En1 , v080 + .byte W40 + .byte N04 + .byte W08 + .byte VOICE , 81 + .byte N12 + .byte W16 + .byte Cs2 + .byte W16 + .byte N16 , An1 + .byte W16 + .byte PEND + .byte VOICE , 83 + .byte N36 , Fs1 + .byte W40 + .byte N04 + .byte W08 + .byte VOICE , 81 + .byte N12 , An1 + .byte W16 + .byte Gs1 + .byte W16 + .byte N16 , Fs1 + .byte W16 + .byte VOICE , 83 + .byte N36 , En1 + .byte W40 + .byte N04 + .byte W08 + .byte VOICE , 81 + .byte N12 + .byte W16 + .byte Fs1 + .byte W16 + .byte N16 , Gs1 + .byte W16 + .byte PATT + .word bgm_dooro_x3_1_003 + .byte PATT + .word bgm_dooro_x3_1_004 + .byte PATT + .word bgm_dooro_x3_1_005 + .byte PATT + .word bgm_dooro_x3_1_006 + .byte PATT + .word bgm_dooro_x3_1_007 + .byte PATT + .word bgm_dooro_x3_1_008 + .byte VOICE , 83 + .byte N28 , En2 , v080 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N32 + .byte W32 + .byte N04 , Bn1 + .byte W08 + .byte N08 + .byte W08 + .byte N48 , En2 + .byte W48 + .byte VOICE , 81 + .byte N12 , En1 + .byte W16 + .byte Fs1 + .byte W16 + .byte N16 , Gs1 + .byte W16 + .byte GOTO + .word bgm_dooro_x3_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dooro_x3_2: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_2_B1: + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v-9 + .byte W24 + .byte N24 , En4 , v096 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cs4 + .byte W24 + .byte Bn3 + .byte W24 + .byte An3 + .byte W24 + .byte N44 , Gn3 + .byte W18 + .byte MOD , 5 + .byte W12 + .byte VOL , 73*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 42*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte MOD , 0 + .byte N12 , Bn3 + .byte W16 + .byte Cs4 + .byte W16 + .byte N16 , Dn4 + .byte W16 + .byte N32 , Bn3 + .byte W18 + .byte VOL , 73*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 42*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N36 , An3 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte N80 , An3 + .byte W24 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 74*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W02 + .byte MOD , 5 + .byte W03 + .byte VOL , 63*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 57*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 41*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 35*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 24*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 18*bgm_dooro_x3_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W03 + .byte VOL , 13*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 8*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 2*bgm_dooro_x3_mvl/mxv + .byte W02 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N12 , Fn3 + .byte W16 + .byte Gn3 + .byte W16 + .byte An3 + .byte W16 + .byte Cn4 + .byte W16 + .byte Bn3 + .byte W16 + .byte An3 + .byte W16 + .byte N44 , Bn3 + .byte W18 + .byte MOD , 5 + .byte W12 + .byte VOL , 73*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 42*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte MOD , 0 + .byte N12 + .byte W16 + .byte Cn4 + .byte W16 + .byte An3 + .byte W16 + .byte N92 , Bn3 + .byte W24 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 74*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W02 + .byte MOD , 5 + .byte W03 + .byte VOL , 63*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 57*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 58*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 65*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 75*bgm_dooro_x3_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W03 + .byte VOL , 77*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte W07 + .byte VOICE , 56 + .byte W24 + .byte N24 , En4 , v108 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N24 , Dn4 + .byte W24 + .byte Cs4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N20 , Bn3 + .byte W12 + .byte MOD , 4 + .byte W08 + .byte 0 + .byte W04 + .byte N20 , Cs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W08 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte W04 + .byte TIE , Bn3 + .byte W48 + .byte MOD , 6 + .byte W24 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 74*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 63*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 57*bgm_dooro_x3_mvl/mxv + .byte W04 +bgm_dooro_x3_2_000: + .byte W01 + .byte VOL , 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 41*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 35*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 24*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 18*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 13*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 8*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 2*bgm_dooro_x3_mvl/mxv + .byte W02 + .byte PEND + .byte EOT , Bn3 + .byte MOD , 0 + .byte W08 + .byte VOICE , 46 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v-23 + .byte N04 , Gn3 , v044 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Gn5 + .byte W24 + .byte VOICE , 56 + .byte PAN , c_v-10 + .byte N24 , Fn4 , v108 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N24 , Gn4 + .byte W24 + .byte Fn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N20 , En4 + .byte W12 + .byte MOD , 4 + .byte W08 + .byte 0 + .byte W04 + .byte N20 , Dn4 + .byte W24 + .byte Cn4 + .byte W24 + .byte Fn4 + .byte W08 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte W04 + .byte TIE , En4 + .byte W48 + .byte MOD , 5 + .byte W24 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 74*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 63*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 57*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte PATT + .word bgm_dooro_x3_2_000 + .byte EOT , En4 + .byte MOD , 0 + .byte W08 + .byte VOICE , 46 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v-24 + .byte N04 , Bn3 , v044 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cs5 + .byte W04 + .byte En5 + .byte W04 + .byte Gs5 + .byte W04 + .byte Bn5 + .byte W04 + .byte VOICE , 56 + .byte PAN , c_v-9 + .byte N28 , An3 , v108 + .byte W15 + .byte MOD , 5 + .byte W15 + .byte 0 + .byte W02 + .byte N08 , Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte N12 , An4 + .byte W16 + .byte Gs4 + .byte W16 + .byte N16 , An4 + .byte W16 + .byte N84 , En4 + .byte W36 + .byte MOD , 5 + .byte W06 + .byte VOL , 71*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 62*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 29*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 13*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 6*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N28 + .byte W15 + .byte MOD , 5 + .byte W15 + .byte 0 + .byte W02 + .byte N08 + .byte W08 + .byte Fs4 + .byte W08 + .byte N12 , Gn4 + .byte W16 + .byte An4 + .byte W16 + .byte N16 , Cs4 + .byte W16 + .byte N84 , Dn4 + .byte W36 + .byte MOD , 5 + .byte W06 + .byte VOL , 71*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 62*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 29*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 13*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 6*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N28 , Fn4 + .byte W15 + .byte MOD , 5 + .byte W15 + .byte 0 + .byte W02 + .byte N08 , Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte N12 , Fn4 + .byte W16 + .byte Gn4 + .byte W16 + .byte N16 , Fn4 + .byte W16 + .byte N28 , An4 + .byte W15 + .byte MOD , 5 + .byte W15 + .byte 0 + .byte W02 + .byte N08 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte N44 , En4 + .byte W15 + .byte MOD , 5 + .byte W03 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 58*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 43*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 34*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 13*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N28 , Fs4 + .byte W15 + .byte MOD , 5 + .byte W15 + .byte 0 + .byte W02 + .byte N08 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte N12 , Dn5 + .byte W16 + .byte Cs5 + .byte W16 + .byte N16 , Bn4 + .byte W16 + .byte N08 , En5 + .byte W15 + .byte MOD , 5 + .byte W01 + .byte N12 , Dn5 + .byte W14 + .byte MOD , 0 + .byte W02 + .byte N08 , Cs5 + .byte W08 + .byte An4 + .byte W08 + .byte N44 , Bn4 + .byte W15 + .byte MOD , 5 + .byte W03 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 58*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 43*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 34*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 13*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W03 + .byte VOICE , 48 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N28 , An3 , v096 + .byte W15 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W02 + .byte N08 , Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte N12 , An4 + .byte W16 + .byte Gs4 + .byte W16 + .byte N16 , An4 + .byte W16 + .byte N84 , En4 + .byte W36 + .byte MOD , 3 + .byte W24 + .byte W03 + .byte VOL , 78*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 60*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N28 + .byte W15 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W02 + .byte N08 + .byte W08 + .byte Fs4 + .byte W08 + .byte N12 , Gn4 + .byte W16 + .byte An4 + .byte W16 + .byte N16 , Gn4 + .byte W16 + .byte N88 , Fs4 + .byte W36 + .byte MOD , 3 + .byte W24 + .byte W03 + .byte VOL , 78*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 60*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N28 , Fn4 + .byte W15 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W02 + .byte N08 + .byte W08 + .byte Gn4 + .byte W08 + .byte N12 , An4 + .byte W16 + .byte Bn4 + .byte W16 + .byte N16 , An4 + .byte W16 + .byte N28 , Cs5 + .byte W15 + .byte MOD , 3 + .byte W15 + .byte 0 + .byte W02 + .byte N08 , Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte N44 , An4 + .byte W15 + .byte MOD , 3 + .byte W09 + .byte VOL , 78*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 60*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N32 , Bn4 + .byte W32 + .byte N08 , Fs4 + .byte W08 + .byte Gs4 + .byte W08 + .byte N12 , An4 + .byte W16 + .byte Bn4 + .byte W16 + .byte An4 + .byte W16 + .byte N28 , Bn4 + .byte W32 + .byte N08 + .byte W08 + .byte Cs5 + .byte W08 + .byte VOL , 77*bgm_dooro_x3_mvl/mxv + .byte N44 , Dn5 + .byte W06 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte MOD , 3 + .byte VOL , 72*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 75*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 78*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte W03 + .byte GOTO + .word bgm_dooro_x3_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dooro_x3_3: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_3_B1: + .byte VOICE , 82 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Cs3 , v052 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N16 + .byte W16 + .byte VOICE , 82 + .byte W08 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N24 , An2 + .byte W24 + .byte N12 , Bn2 + .byte W16 + .byte An2 + .byte W16 + .byte Gn2 + .byte W16 + .byte N24 , Bn2 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N28 , Gn2 + .byte W36 + .byte An2 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte N12 , An2 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N16 + .byte W16 + .byte VOICE , 82 + .byte W08 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N12 , Cn3 + .byte W16 + .byte Bn2 + .byte W16 + .byte An2 + .byte W16 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W04 + .byte N12 + .byte W16 + .byte N12 + .byte W16 + .byte N12 + .byte W16 + .byte Gs2 , v060 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 7 + .byte PAN , c_v+1 + .byte BEND , c_v-4 + .byte W04 + .byte N08 , An2 , v032 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte Cs4 + .byte W08 + .byte An3 + .byte W04 + .byte W04 + .byte Cs4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte An2 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W04 + .byte W04 + .byte Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W04 + .byte W04 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn2 + .byte W04 + .byte W04 + .byte Fn2 + .byte W08 + .byte An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W04 + .byte W04 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte An2 + .byte W08 + .byte Fn2 + .byte W08 + .byte An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte An2 + .byte W04 + .byte W04 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte Bn4 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte An3 + .byte W04 + .byte W04 + .byte Gs3 + .byte W08 + .byte En3 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N04 , Gs2 + .byte W04 + .byte VOICE , 82 + .byte PAN , c_v+47 + .byte N16 , En2 , v056 + .byte W16 + .byte Gs2 + .byte W16 + .byte Bn2 + .byte W16 + .byte BEND , c_v+0 + .byte N12 , Cs3 , v044 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N24 + .byte W04 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W08 + .byte PAN , c_v+0 + .byte W08 + .byte VOICE , 5 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte BEND , c_v-4 + .byte N08 , Gs4 , v032 + .byte W08 + .byte BEND , c_v-2 + .byte N08 , Cs5 + .byte W08 + .byte N04 , En5 + .byte W04 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte BEND , c_v+0 + .byte N12 , Cs3 , v044 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 + .byte W08 + .byte Bn2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N12 , An2 , v048 + .byte W16 + .byte Bn2 + .byte W16 + .byte N08 , Cs3 + .byte W08 + .byte Fs2 + .byte W08 + .byte N24 , An2 + .byte W04 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W08 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte W08 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte BEND , c_v-4 + .byte N08 , Fs4 , v032 + .byte W08 + .byte BEND , c_v-2 + .byte N08 , An4 + .byte W08 + .byte N04 , Dn5 + .byte W04 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte BEND , c_v+0 + .byte N12 , An2 , v044 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N12 , An2 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , An2 , v056 + .byte W04 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W08 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte W08 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte BEND , c_v-4 + .byte N08 , En4 , v032 + .byte W08 + .byte BEND , c_v-2 + .byte N08 , An4 + .byte W08 + .byte N04 , Cs5 + .byte W04 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte BEND , c_v+0 + .byte N12 , Fs3 , v064 + .byte W12 + .byte VOICE , 84 + .byte N16 + .byte W08 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N04 , En3 + .byte W04 + .byte VOICE , 82 + .byte W04 + .byte N04 , Fs3 + .byte W08 + .byte N12 + .byte W16 + .byte Gs3 + .byte W16 + .byte N16 , Fs3 + .byte W16 + .byte N12 , Gs3 + .byte W12 + .byte VOICE , 84 + .byte N16 + .byte W08 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte VOICE , 82 + .byte VOL , 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte An3 + .byte W16 + .byte N16 , Bn3 + .byte W16 + .byte N12 , An3 , v044 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Cs3 , v056 + .byte W16 + .byte En3 + .byte W16 + .byte N16 , Gs3 + .byte W16 + .byte N12 , Cs3 , v044 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 + .byte W08 + .byte Bn2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N12 , An2 + .byte W16 + .byte Bn2 + .byte W16 + .byte N08 , Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N12 , An3 , v056 + .byte W16 + .byte Fs3 + .byte W16 + .byte N16 , Dn3 + .byte W16 + .byte N12 , An2 , v044 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N08 + .byte W08 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N12 , An2 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N08 , An2 , v024 + .byte W08 + .byte N04 , An2 , v044 + .byte W08 + .byte N08 , Bn2 + .byte W08 + .byte N12 , Cs3 + .byte W16 + .byte An2 + .byte W16 + .byte N16 , En2 + .byte W16 + .byte N12 , An2 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N16 + .byte W24 + .byte VOICE , 82 + .byte N12 , Gs2 + .byte W12 + .byte VOICE , 84 + .byte N12 + .byte W12 + .byte N16 + .byte W16 + .byte VOICE , 82 + .byte W08 + .byte N12 , Dn3 , v060 + .byte W16 + .byte Cs3 + .byte W16 + .byte N16 , Bn2 + .byte W16 + .byte GOTO + .word bgm_dooro_x3_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dooro_x3_4: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_4_B1: + .byte VOICE , 80 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v-48 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N88 , En3 , v052 + .byte W96 + .byte N72 + .byte W72 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Dn3 + .byte W16 + .byte Cs3 + .byte W16 + .byte Bn2 + .byte W16 + .byte N24 , Dn3 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N28 , Bn2 + .byte W36 + .byte Cs3 + .byte W36 + .byte N24 , Dn3 + .byte W24 + .byte N88 , Cn3 + .byte W96 + .byte N48 + .byte W48 + .byte N12 , Fn3 + .byte W16 + .byte En3 + .byte W16 + .byte Dn3 + .byte W16 + .byte N44 , En3 + .byte W48 + .byte N12 , Bn2 + .byte W16 + .byte N12 + .byte W16 + .byte N12 + .byte W16 + .byte N96 , Bn2 , v060 + .byte W96 + .byte VOICE , 6 + .byte PAN , c_v+0 + .byte N08 , An2 , v056 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte Cs4 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte An2 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte An2 + .byte W08 + .byte Fn2 + .byte W08 + .byte An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte An2 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte Bn4 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte En3 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Gs2 + .byte W08 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N16 , Gs2 , v064 + .byte W16 + .byte Bn2 + .byte W16 + .byte Dn3 + .byte W16 + .byte N32 , En3 , v052 + .byte W40 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N32 , En3 + .byte W40 + .byte N04 + .byte W08 + .byte N24 + .byte W04 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte W08 + .byte VOICE , 4 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N08 , Gs4 , v056 + .byte W08 + .byte Cs5 + .byte W08 + .byte En5 + .byte W08 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N32 , En3 , v052 + .byte W40 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N12 , Dn3 , v060 + .byte W16 + .byte En3 + .byte W16 + .byte N08 , Fs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N24 , Dn3 , v056 + .byte W04 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte VOICE , 4 + .byte PAN , c_v+1 + .byte W08 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N08 , Fs4 + .byte W08 + .byte An4 + .byte W08 + .byte Dn5 + .byte W08 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N32 , Dn3 , v052 + .byte W40 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , Fn3 + .byte W08 + .byte En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N32 , Cs3 + .byte W40 + .byte N04 + .byte W08 + .byte N24 , Cs3 , v056 + .byte W04 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 45*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte W08 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N08 , En4 + .byte W08 + .byte An4 + .byte W08 + .byte Cs5 + .byte W08 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N28 , An3 , v064 + .byte W20 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N04 , Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N12 + .byte W16 + .byte Bn3 + .byte W16 + .byte N16 , An3 + .byte W16 + .byte N28 , Bn3 + .byte W20 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte Cs4 + .byte W16 + .byte N16 , Dn4 + .byte W16 + .byte N32 , Cs4 , v052 + .byte W40 + .byte N04 , En3 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N32 , En3 + .byte W40 + .byte N04 + .byte W08 + .byte N12 , En3 , v064 + .byte W16 + .byte Gs3 + .byte W16 + .byte N16 , Cs4 + .byte W16 + .byte N32 , En3 , v052 + .byte W40 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N12 , Dn3 + .byte W16 + .byte En3 + .byte W16 + .byte N08 , Fs3 + .byte W08 + .byte An3 + .byte W08 + .byte N12 , Dn4 , v064 + .byte W16 + .byte An3 + .byte W16 + .byte N16 , Fs3 + .byte W16 + .byte N32 , Dn3 , v052 + .byte W40 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 36*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N08 , An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N24 , Cs3 + .byte W24 + .byte N08 , Cs3 , v024 + .byte W08 + .byte N04 , Cs3 , v052 + .byte W08 + .byte N08 , Dn3 + .byte W08 + .byte N12 , En3 , v056 + .byte W16 + .byte Cs3 + .byte W16 + .byte N16 , An2 + .byte W16 + .byte N24 , Bn2 , v052 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N40 + .byte W48 + .byte N40 + .byte W48 + .byte N12 , Fs3 , v068 + .byte W16 + .byte En3 + .byte W16 + .byte N16 , Dn3 + .byte W16 + .byte GOTO + .word bgm_dooro_x3_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dooro_x3_5: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_5_B1: + .byte VOICE , 0 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N96 , An2 , v092 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte N48 + .byte W96 + .byte GOTO + .word bgm_dooro_x3_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dooro_x3_6: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_6_B1: + .byte VOICE , 46 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v+0 + .byte N04 , An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 +bgm_dooro_x3_6_000: + .byte N04 , An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte PEND + .byte PATT + .word bgm_dooro_x3_6_000 + .byte PATT + .word bgm_dooro_x3_6_000 +bgm_dooro_x3_6_001: + .byte N04 , An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte PEND + .byte PATT + .word bgm_dooro_x3_6_001 + .byte N04 , An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Gs4 , v064 + .byte W04 + .byte Gs4 , v052 + .byte W04 + .byte An4 , v064 + .byte W04 + .byte An4 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte En5 , v064 + .byte W04 + .byte En5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Cs5 , v064 + .byte W04 + .byte Cs5 , v052 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte Bn4 , v052 + .byte W04 + .byte Gs4 , v064 + .byte W04 + .byte Gs4 , v052 + .byte W04 + .byte W96 + .byte W96 + .byte VOICE , 56 + .byte W24 + .byte PAN , c_v+10 + .byte N04 , Gn4 , v088 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Dn5 + .byte W16 + .byte Cs5 + .byte W16 + .byte An4 + .byte W16 + .byte N68 , Bn4 + .byte W28 + .byte MOD , 6 + .byte W05 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 56*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 44*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 32*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 19*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 6*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 0*bgm_dooro_x3_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , Dn2 , v124 + .byte W08 + .byte Bn1 + .byte W08 + .byte N04 , Dn2 + .byte W04 + .byte Bn1 + .byte W04 + .byte N12 , Fn2 + .byte W96 + .byte W96 + .byte W24 + .byte VOICE , 56 + .byte PAN , c_v+10 + .byte N04 , An4 , v088 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Bn4 + .byte W16 + .byte An4 + .byte W16 + .byte Fs4 + .byte W16 + .byte N48 , Gs4 + .byte W18 + .byte MOD , 6 + .byte W06 + .byte VOL , 73*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 56*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 44*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 32*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte MOD , 0 + .byte N08 , Bn1 , v092 + .byte W16 + .byte Bn1 , v100 + .byte W08 + .byte PAN , c_v+0 + .byte W08 + .byte N08 , Bn1 , v112 + .byte W16 + .byte N12 , En2 , v124 + .byte W96 + .byte W48 + .byte VOICE , 24 + .byte N04 , Gs3 , v032 + .byte W08 + .byte Cs4 , v048 + .byte W08 + .byte En4 , v060 + .byte W16 + .byte VOICE , 47 + .byte N08 , Cs2 , v116 + .byte W08 + .byte Cs2 , v092 + .byte W08 + .byte N12 , En2 , v124 + .byte W96 + .byte W48 + .byte VOICE , 24 + .byte N04 , Fs3 , v036 + .byte W08 + .byte An3 , v048 + .byte W08 + .byte Dn4 , v060 + .byte W16 + .byte VOICE , 47 + .byte N08 , Dn2 , v124 + .byte W08 + .byte Dn2 , v112 + .byte W08 + .byte N12 , Fn2 , v124 + .byte W96 + .byte W48 + .byte VOICE , 24 + .byte N04 , En3 , v032 + .byte W08 + .byte An3 , v048 + .byte W08 + .byte Cs4 , v060 + .byte W16 + .byte VOICE , 47 + .byte N08 , Cs2 , v116 + .byte W08 + .byte Cs2 , v108 + .byte W08 + .byte N12 , Fs2 , v124 + .byte W80 + .byte N08 , Cs2 , v116 + .byte W08 + .byte Cs2 , v108 + .byte W08 + .byte N12 , En2 , v124 + .byte W48 + .byte N16 , Dn2 + .byte W16 + .byte N08 + .byte W08 + .byte Bn1 + .byte W08 + .byte Dn2 + .byte W08 + .byte Bn1 + .byte W08 + .byte N12 , En2 + .byte W48 + .byte VOICE , 60 + .byte N12 , Cs4 , v068 + .byte W16 + .byte Bn3 + .byte W16 + .byte N16 , Cs4 + .byte W16 + .byte N12 , Gs3 + .byte W16 + .byte N16 , An3 + .byte W16 + .byte Bn3 + .byte W16 + .byte N24 , Gs3 + .byte W32 + .byte VOICE , 47 + .byte N08 , Cs2 , v124 + .byte W16 + .byte N12 , En2 + .byte W48 + .byte VOICE , 60 + .byte N12 , Bn3 , v068 + .byte W16 + .byte Cs4 + .byte W16 + .byte N16 , Bn3 + .byte W16 + .byte N12 , Dn4 + .byte W16 + .byte Cs4 + .byte W16 + .byte N16 , An3 + .byte W16 + .byte N24 , Dn3 + .byte W24 + .byte VOICE , 47 + .byte W08 + .byte N08 , Dn2 , v124 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Fn2 + .byte W48 + .byte VOICE , 60 + .byte N12 , Fn3 , v068 + .byte W16 + .byte Gn3 + .byte W16 + .byte N16 , Fn3 + .byte W16 + .byte N28 , An3 + .byte W32 + .byte N08 + .byte W08 + .byte Gs3 + .byte W08 + .byte N32 , En3 + .byte W32 + .byte VOICE , 47 + .byte N08 , Fs2 , v124 + .byte W08 + .byte Dn2 + .byte W08 + .byte N12 , En2 + .byte W48 + .byte N12 + .byte W16 + .byte N12 + .byte W16 + .byte N08 , Bn1 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N12 , En2 + .byte W56 + .byte N08 , Bn1 + .byte W08 + .byte En2 , v108 + .byte W08 + .byte Bn1 , v096 + .byte W08 + .byte En2 , v108 + .byte W08 + .byte Bn1 , v124 + .byte W08 + .byte GOTO + .word bgm_dooro_x3_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dooro_x3_7: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_7_B1: + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , En2 , v124 + .byte W96 + .byte W96 + .byte VOICE , 56 + .byte PAN , c_v+10 + .byte N12 , Gn3 , v084 + .byte W16 + .byte An3 + .byte W16 + .byte Bn3 + .byte W16 + .byte N84 , Dn4 + .byte W24 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte MOD , 6 + .byte W05 + .byte VOL , 76*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 61*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 56*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte W02 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 44*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 35*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 22*bgm_dooro_x3_mvl/mxv + .byte W07 + .byte 15*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 6*bgm_dooro_x3_mvl/mxv + .byte W08 + .byte 0*bgm_dooro_x3_mvl/mxv + .byte W12 + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v+1 + .byte MOD , 0 + .byte N12 , Bn1 , v120 + .byte W24 + .byte N08 , Bn1 , v112 + .byte W08 + .byte Dn2 , v096 + .byte W08 + .byte N04 , Bn1 , v092 + .byte W04 + .byte Dn2 , v096 + .byte W04 + .byte N12 , Fn2 , v124 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v+10 + .byte N12 , An3 , v084 + .byte W16 + .byte Bn3 + .byte W16 + .byte An3 + .byte W16 + .byte N72 , Cn4 + .byte W32 + .byte MOD , 6 + .byte W08 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 34*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 21*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 8*bgm_dooro_x3_mvl/mxv + .byte W19 + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte MOD , 0 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Cn2 , v096 + .byte W04 + .byte Cn2 , v092 + .byte W04 + .byte N08 , En2 , v124 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v+10 + .byte N12 , Gs4 , v084 + .byte W16 + .byte An4 + .byte W16 + .byte Fs4 + .byte W16 + .byte N72 , Gs4 + .byte W36 + .byte VOL , 77*bgm_dooro_x3_mvl/mxv + .byte MOD , 6 + .byte W05 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 42*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 30*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 18*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 6*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v+0 + .byte MOD , 0 + .byte N08 , Bn1 , v124 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte N16 , En2 + .byte W64 + .byte VOICE , 48 + .byte PAN , c_v-10 + .byte N08 , An2 , v068 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N96 + .byte W05 + .byte VOL , 71*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W01 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 56*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 58*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 60*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 63*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 65*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 67*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 70*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 72*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 74*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 76*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 78*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N24 , Gn2 + .byte W24 + .byte Dn3 + .byte W24 + .byte Cs3 + .byte W24 + .byte Bn2 + .byte W24 + .byte Gn2 + .byte W24 + .byte An2 + .byte W24 + .byte Bn2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N96 , Cn3 + .byte W42 + .byte VOL , 78*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 75*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 64*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 57*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 50*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x3_mvl/mxv + .byte W09 + .byte N96 , An2 + .byte W15 + .byte VOL , 52*bgm_dooro_x3_mvl/mxv + .byte W01 + .byte 51*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 56*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 58*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 60*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 63*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 65*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 67*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 70*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 72*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 74*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 76*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 78*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte N24 , En2 + .byte W24 + .byte An2 + .byte W24 + .byte Bn2 + .byte W24 + .byte An2 + .byte W24 + .byte N12 , Gs2 , v088 + .byte W16 + .byte Bn2 + .byte W16 + .byte Fs3 + .byte W16 + .byte N48 , Gs3 + .byte W48 + .byte W72 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N24 , An3 , v068 + .byte W24 + .byte VOL , 50*bgm_dooro_x3_mvl/mxv + .byte N44 , Gs3 + .byte W03 + .byte VOL , 52*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 54*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 55*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 58*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 60*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 63*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 69*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 77*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte W09 + .byte N12 , An3 + .byte W16 + .byte Gs3 + .byte W16 + .byte N16 , An3 + .byte W16 + .byte VOL , 42*bgm_dooro_x3_mvl/mxv + .byte N68 , Gn3 + .byte W05 + .byte VOL , 47*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 53*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 59*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 65*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 77*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte W08 + .byte 75*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 71*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 64*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x3_mvl/mxv + .byte W05 + .byte 37*bgm_dooro_x3_mvl/mxv + .byte W09 + .byte 56*bgm_dooro_x3_mvl/mxv + .byte N24 , En3 + .byte W04 + .byte VOL , 66*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 73*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 80*bgm_dooro_x3_mvl/mxv + .byte W12 + .byte N12 , An3 + .byte W16 + .byte Bn3 + .byte W16 + .byte N16 , Cs4 + .byte W16 + .byte N44 , An3 + .byte W24 + .byte VOL , 68*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 60*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 55*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 44*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 31*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte 19*bgm_dooro_x3_mvl/mxv + .byte W04 + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v+0 + .byte N28 + .byte W32 + .byte N08 , Fn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N12 , An3 + .byte W16 + .byte Bn3 + .byte W16 + .byte N16 , An3 + .byte W16 + .byte N28 , Cs4 + .byte W32 + .byte N08 , Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N44 , An3 + .byte W18 + .byte VOL , 74*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 68*bgm_dooro_x3_mvl/mxv + .byte W06 + .byte 58*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 43*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 34*bgm_dooro_x3_mvl/mxv + .byte W03 + .byte 13*bgm_dooro_x3_mvl/mxv + .byte W09 + .byte VOICE , 48 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte PAN , c_v-10 + .byte N28 , Dn3 , v076 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte En3 + .byte W16 + .byte N16 , Dn3 + .byte W16 + .byte N28 , En3 + .byte W32 + .byte N04 , Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte N08 , Bn2 , v064 + .byte W08 + .byte Cs3 , v068 + .byte W08 + .byte Dn3 , v072 + .byte W08 + .byte En3 , v080 + .byte W08 + .byte Fs3 , v084 + .byte W08 + .byte Gs3 , v092 + .byte W08 + .byte W96 + .byte W24 + .byte VOICE , 46 + .byte PAN , c_v-32 + .byte N04 , Gs5 , v060 + .byte W04 + .byte Gs5 , v044 + .byte W04 + .byte An5 , v060 + .byte W04 + .byte An5 , v044 + .byte W04 + .byte Gs5 , v060 + .byte W04 + .byte Gs5 , v044 + .byte W04 + .byte Fs5 , v068 + .byte W04 + .byte Fs5 , v044 + .byte W04 + .byte Cs5 , v056 + .byte W04 + .byte Cs5 , v044 + .byte W04 + .byte En5 , v068 + .byte W04 + .byte En5 , v044 + .byte W04 + .byte Gs4 , v056 + .byte W04 + .byte Gs4 , v044 + .byte W04 + .byte Cs5 , v068 + .byte W04 + .byte Cs5 , v044 + .byte W04 + .byte En4 , v056 + .byte W04 + .byte En4 , v044 + .byte W04 + .byte N08 , En5 , v068 + .byte W08 + .byte En5 , v044 + .byte W24 + .byte N04 , En5 , v056 + .byte W04 + .byte En5 , v044 + .byte W04 + .byte Fs5 , v056 + .byte W04 + .byte Fs5 , v044 + .byte W04 + .byte N08 , Gn5 , v056 + .byte W08 + .byte Gn5 , v044 + .byte W08 + .byte An5 , v056 + .byte W08 + .byte An5 , v044 + .byte W08 + .byte Gn5 , v056 + .byte W08 + .byte Gn5 , v044 + .byte W08 + .byte Fs5 , v056 + .byte W08 + .byte Fs5 , v044 + .byte W16 + .byte N04 , Fs5 , v060 + .byte W04 + .byte Fs5 , v044 + .byte W04 + .byte Gs5 , v060 + .byte W04 + .byte Gs5 , v044 + .byte W04 + .byte Fs5 , v060 + .byte W04 + .byte Fs5 , v044 + .byte W04 + .byte An5 , v068 + .byte W04 + .byte An5 , v044 + .byte W04 + .byte Fs5 , v056 + .byte W04 + .byte Fs5 , v044 + .byte W04 + .byte Gs5 , v068 + .byte W04 + .byte Gs5 , v044 + .byte W04 + .byte Fs5 , v056 + .byte W04 + .byte Fs5 , v044 + .byte W04 + .byte Dn5 , v068 + .byte W04 + .byte Dn5 , v044 + .byte W04 + .byte An4 , v056 + .byte W04 + .byte An4 , v044 + .byte W04 + .byte N08 , Fn5 , v068 + .byte W08 + .byte Fn5 , v044 + .byte W16 + .byte VOICE , 48 + .byte PAN , c_v+32 + .byte N04 , An5 , v036 + .byte W08 + .byte Gs5 + .byte W08 + .byte An5 + .byte W16 + .byte Fn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte An5 + .byte W08 + .byte Gs5 + .byte W08 + .byte An5 + .byte W08 + .byte W08 + .byte N04 + .byte W08 + .byte Gs5 + .byte W08 + .byte An5 + .byte W08 + .byte Gs5 + .byte W08 + .byte En5 + .byte W08 + .byte N08 , An3 , v052 + .byte W08 + .byte En4 + .byte W08 + .byte An4 + .byte W08 + .byte En5 + .byte W08 + .byte An5 + .byte W08 + .byte Cs6 + .byte W08 + .byte VOICE , 48 + .byte PAN , c_v+9 + .byte N32 , En3 , v072 + .byte W32 + .byte N08 , Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte N12 , Fs3 + .byte W16 + .byte Gs3 + .byte W16 + .byte Fs3 + .byte W16 + .byte N28 , Gs3 + .byte W32 + .byte N08 + .byte W08 + .byte An3 + .byte W08 + .byte N44 , Bn3 + .byte W48 + .byte GOTO + .word bgm_dooro_x3_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dooro_x3_8: + .byte KEYSH , bgm_dooro_x3_key+0 +bgm_dooro_x3_8_B1: + .byte VOICE , 0 + .byte VOL , 80*bgm_dooro_x3_mvl/mxv + .byte N04 , En1 , v096 + .byte W24 + .byte En1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 +bgm_dooro_x3_8_000: + .byte N04 , En1 , v096 + .byte W24 + .byte En1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte PEND +bgm_dooro_x3_8_001: + .byte N04 , En1 , v096 + .byte W24 + .byte En1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_dooro_x3_8_000 + .byte PATT + .word bgm_dooro_x3_8_001 + .byte PATT + .word bgm_dooro_x3_8_000 + .byte PATT + .word bgm_dooro_x3_8_001 + .byte PATT + .word bgm_dooro_x3_8_000 + .byte PATT + .word bgm_dooro_x3_8_001 + .byte PATT + .word bgm_dooro_x3_8_000 + .byte PATT + .word bgm_dooro_x3_8_001 + .byte PATT + .word bgm_dooro_x3_8_000 + .byte PATT + .word bgm_dooro_x3_8_001 + .byte PATT + .word bgm_dooro_x3_8_000 + .byte N04 , En1 , v096 + .byte W08 + .byte En1 , v068 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v048 + .byte W04 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v096 + .byte W08 + .byte En1 , v068 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v048 + .byte W04 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v076 + .byte W08 + .byte En1 , v112 + .byte W08 +bgm_dooro_x3_8_002: + .byte N04 , En1 , v068 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v096 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_dooro_x3_8_002 + .byte PATT + .word bgm_dooro_x3_8_002 + .byte PATT + .word bgm_dooro_x3_8_002 + .byte PATT + .word bgm_dooro_x3_8_002 + .byte PATT + .word bgm_dooro_x3_8_002 + .byte PATT + .word bgm_dooro_x3_8_002 + .byte N04 , En1 , v112 + .byte W48 + .byte En1 , v100 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v072 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v076 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte En1 , v084 + .byte W04 + .byte En1 , v088 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 +bgm_dooro_x3_8_003: + .byte N04 , En1 , v068 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v096 + .byte W08 + .byte En1 , v072 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte N04 + .byte W08 + .byte PEND +bgm_dooro_x3_8_004: + .byte N04 , En1 , v068 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v116 + .byte W08 + .byte PEND + .byte PATT + .word bgm_dooro_x3_8_003 + .byte PATT + .word bgm_dooro_x3_8_004 + .byte PATT + .word bgm_dooro_x3_8_003 + .byte N04 , En1 , v068 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v096 + .byte W08 + .byte En1 , v072 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte N04 + .byte W08 +bgm_dooro_x3_8_005: + .byte W48 + .byte N04 , En1 , v072 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_dooro_x3_8_005 + .byte GOTO + .word bgm_dooro_x3_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dooro_x3: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dooro_x3_pri @ Priority + .byte bgm_dooro_x3_rev @ Reverb. + + .word bgm_dooro_x3_grp + + .word bgm_dooro_x3_1 + .word bgm_dooro_x3_2 + .word bgm_dooro_x3_3 + .word bgm_dooro_x3_4 + .word bgm_dooro_x3_5 + .word bgm_dooro_x3_6 + .word bgm_dooro_x3_7 + .word bgm_dooro_x3_8 + + .end diff --git a/sound/songs/bgm_dooro_x4.s b/sound/songs/bgm_dooro_x4.s new file mode 100644 index 000000000..346983557 --- /dev/null +++ b/sound/songs/bgm_dooro_x4.s @@ -0,0 +1,2905 @@ + .include "MPlayDef.s" + + .equ bgm_dooro_x4_grp, voicegroup_8433948 + .equ bgm_dooro_x4_pri, 0 + .equ bgm_dooro_x4_rev, reverb_set+50 + .equ bgm_dooro_x4_mvl, 127 + .equ bgm_dooro_x4_key, 0 + .equ bgm_dooro_x4_tbs, 1 + .equ bgm_dooro_x4_exg, 0 + .equ bgm_dooro_x4_cmp, 1 + + .section .rodata + .global bgm_dooro_x4 + .align 2 + +@********************** Track 1 **********************@ + +bgm_dooro_x4_1: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte TEMPO , 124*bgm_dooro_x4_tbs/2 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W96 + .byte W96 +bgm_dooro_x4_1_B1: + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Gs3 , v116 + .byte W18 + .byte N06 , Ds3 + .byte W06 + .byte N24 , Ds4 + .byte W36 + .byte N06 , Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte N12 , Gs3 + .byte W18 + .byte N06 , Gn3 + .byte W06 + .byte N48 , Ds3 + .byte W72 + .byte N12 , Gs3 + .byte W18 + .byte N06 , Ds3 + .byte W06 + .byte N24 , Ds4 + .byte W36 + .byte N06 , Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte N12 , Gs3 + .byte W18 + .byte N06 , As3 + .byte W06 + .byte N48 , Gn3 + .byte W72 +bgm_dooro_x4_1_000: + .byte N30 , Gs3 , v116 + .byte W36 + .byte N06 , Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N12 , As3 + .byte W18 + .byte Gs3 + .byte W18 + .byte Gn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_dooro_x4_1_000 + .byte N30 , Gs3 , v116 + .byte W36 + .byte N06 , Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Gn3 + .byte W18 + .byte Ds4 + .byte W18 + .byte N09 , Cs4 + .byte W12 + .byte N48 + .byte W48 + .byte Cn4 + .byte W48 + .byte VOICE , 56 + .byte N30 , As4 + .byte W12 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N12 , Gn4 + .byte W18 + .byte Gs4 + .byte W18 + .byte Ds4 + .byte W12 + .byte N32 , Fs4 + .byte W12 + .byte MOD , 5 + .byte W18 + .byte 0 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N12 , Fs4 + .byte W18 + .byte Gs4 + .byte W18 + .byte Fs4 + .byte W12 + .byte N92 + .byte W30 + .byte VOL , 75*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte MOD , 5 + .byte W02 + .byte VOL , 70*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 57*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 48*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 37*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 21*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 11*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N92 , Fn4 + .byte W30 + .byte VOL , 75*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte MOD , 5 + .byte W02 + .byte VOL , 70*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 57*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 48*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 37*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 21*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 11*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Gs3 + .byte W18 + .byte N06 , Ds3 + .byte W06 + .byte N66 , Ds4 + .byte W24 + .byte VOL , 73*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 39*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 25*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 7*bgm_dooro_x4_mvl/mxv + .byte W12 +bgm_dooro_x4_1_001: + .byte VOICE , 56 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+16 + .byte N12 , Gs3 , v116 + .byte W18 + .byte N06 , Ds3 + .byte W06 + .byte N66 , Ds4 + .byte W24 + .byte VOL , 73*bgm_dooro_x4_mvl/mxv + .byte MOD , 5 + .byte W05 + .byte VOL , 68*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 39*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 25*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 7*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte PEND +bgm_dooro_x4_1_002: + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Gs3 , v116 + .byte W18 + .byte N06 , En3 + .byte W06 + .byte N66 , Bn3 + .byte W24 + .byte VOL , 73*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 39*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 25*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 7*bgm_dooro_x4_mvl/mxv + .byte W12 + .byte PEND +bgm_dooro_x4_1_003: + .byte VOICE , 56 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+16 + .byte N12 , Gs3 , v116 + .byte W18 + .byte N06 , En3 + .byte W06 + .byte N66 , Bn3 + .byte W24 + .byte VOL , 73*bgm_dooro_x4_mvl/mxv + .byte MOD , 5 + .byte W05 + .byte VOL , 68*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 39*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 25*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 7*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte PEND + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Gs3 + .byte W18 + .byte N06 , Ds3 + .byte W06 + .byte N66 , Ds4 + .byte W24 + .byte VOL , 73*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 47*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 39*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 25*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 7*bgm_dooro_x4_mvl/mxv + .byte W12 + .byte PATT + .word bgm_dooro_x4_1_001 + .byte PATT + .word bgm_dooro_x4_1_002 + .byte PATT + .word bgm_dooro_x4_1_003 + .byte VOICE , 60 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , As3 , v116 + .byte W18 + .byte N06 , Cn4 + .byte W06 + .byte N36 , Cs4 + .byte W36 + .byte N09 , Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N12 , Gs3 + .byte W18 + .byte N06 , Gn3 + .byte W06 + .byte N30 , Ds3 + .byte W12 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 70*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 17*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N09 + .byte W12 + .byte Gs3 + .byte W12 + .byte Ds4 + .byte W12 + .byte N92 + .byte W09 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 70*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 62*bgm_dooro_x4_mvl/mxv + .byte W24 + .byte 65*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 71*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 76*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W15 + .byte N90 , As3 + .byte W44 + .byte W01 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 64*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 45*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 36*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 24*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 9*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_dooro_x4_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_dooro_x4_2: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte VOICE , 58 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N96 , Cs1 , v127 + .byte W05 + .byte VOL , 58*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 55*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 53*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 52*bgm_dooro_x4_mvl/mxv + .byte W12 + .byte 53*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 56*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 59*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 62*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 66*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 78*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W24 + .byte PAN , c_v+0 + .byte N56 , Ds1 + .byte W18 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 78*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 62*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 52*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 41*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 23*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gn1 + .byte W12 +bgm_dooro_x4_2_B1: + .byte VOICE , 58 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Gs1 , v127 + .byte W24 + .byte N32 , Ds1 + .byte W18 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 55*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 1*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Gs1 + .byte W12 + .byte N21 , Ds1 + .byte W24 +bgm_dooro_x4_2_000: + .byte N12 , Ds1 , v127 + .byte W18 + .byte N06 + .byte W06 + .byte N32 , As1 + .byte W18 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 55*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 1*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds1 + .byte W12 + .byte PEND + .byte Gs1 + .byte W24 + .byte N32 , Ds1 + .byte W18 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 55*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 1*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Gs1 + .byte W12 + .byte N21 , Ds1 + .byte W24 + .byte PATT + .word bgm_dooro_x4_2_000 +bgm_dooro_x4_2_001: + .byte N12 , Cs2 , v127 + .byte W24 + .byte N32 , Gs1 + .byte W18 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 55*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 1*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N24 , Cs2 + .byte W24 + .byte N12 , Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_dooro_x4_2_001 + .byte N12 , Gs1 , v127 + .byte W24 + .byte N30 , Ds1 + .byte W36 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Gs1 + .byte W12 + .byte N15 , As1 + .byte W18 + .byte Gs1 + .byte W18 + .byte N12 , Gn1 + .byte W12 + .byte N42 , Fn1 + .byte W30 + .byte VOL , 69*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 62*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 47*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 30*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 20*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W48 + .byte N12 , Ds3 , v108 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte W48 + .byte Cs3 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte W48 + .byte VOICE , 56 + .byte N44 , Cs4 , v092 + .byte W18 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte MOD , 5 + .byte W03 + .byte VOL , 75*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 46*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 39*bgm_dooro_x4_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N92 + .byte W30 + .byte VOL , 75*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte MOD , 5 + .byte W02 + .byte VOL , 70*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 57*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 48*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 37*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 21*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 11*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte W03 + .byte VOICE , 56 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 73 + .byte W48 + .byte PAN , c_v-16 + .byte N12 , Ds4 , v088 + .byte W18 + .byte N06 , Cn4 + .byte W06 + .byte N72 , Gs4 + .byte W24 +bgm_dooro_x4_2_002: + .byte MOD , 5 + .byte W18 + .byte VOL , 73*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 66*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 62*bgm_dooro_x4_mvl/mxv + .byte W02 + .byte 57*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 53*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 44*bgm_dooro_x4_mvl/mxv + .byte W04 + .byte 34*bgm_dooro_x4_mvl/mxv + .byte W02 + .byte 28*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 17*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 11*bgm_dooro_x4_mvl/mxv + .byte W04 + .byte 3*bgm_dooro_x4_mvl/mxv + .byte MOD , 0 + .byte W48 + .byte PEND + .byte W48 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , En4 , v088 + .byte W18 + .byte N06 , Bn3 + .byte W06 + .byte N72 , Gs4 + .byte W24 + .byte PATT + .word bgm_dooro_x4_2_002 + .byte W96 + .byte W48 + .byte VOICE , 58 + .byte VOL , 58*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N48 , Ds1 , v127 + .byte W03 + .byte VOL , 48*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 66*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 70*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 75*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte N09 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W12 + .byte N12 + .byte W12 + .byte Fn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte GOTO + .word bgm_dooro_x4_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_dooro_x4_3: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N06 , Cs2 , v092 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Ds2 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Ds2 , v088 + .byte W12 + .byte Ds2 , v100 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W12 +bgm_dooro_x4_3_B1: + .byte VOICE , 56 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W96 + .byte 65*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+16 + .byte N32 , Ds4 , v076 + .byte W03 + .byte VOL , 60*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 58*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 71*bgm_dooro_x4_mvl/mxv + .byte MOD , 5 + .byte W03 + .byte VOL , 78*bgm_dooro_x4_mvl/mxv + .byte W15 + .byte MOD , 0 + .byte W03 + .byte N03 , Ds4 , v096 + .byte W06 + .byte As3 + .byte W06 + .byte N06 , Ds4 + .byte W12 + .byte N12 , As4 + .byte W24 + .byte N06 , Gn4 + .byte W12 + .byte W96 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte N32 , Ds4 , v076 + .byte W03 + .byte VOL , 60*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 58*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 71*bgm_dooro_x4_mvl/mxv + .byte MOD , 5 + .byte W03 + .byte VOL , 78*bgm_dooro_x4_mvl/mxv + .byte W15 + .byte MOD , 0 + .byte W03 + .byte N03 , Gn4 , v096 + .byte W06 + .byte Fn4 + .byte W06 + .byte N06 , Gn4 + .byte W12 + .byte N12 , As4 + .byte W24 + .byte N06 , Gn4 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 47 + .byte W60 + .byte PAN , c_v+0 + .byte N12 , Ds2 , v127 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N21 + .byte W48 + .byte N12 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte N24 , Cs2 + .byte W48 + .byte N12 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte N24 , Ds2 + .byte W48 + .byte VOICE , 60 + .byte N12 , Gs2 , v108 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N92 + .byte W30 + .byte VOL , 75*bgm_dooro_x4_mvl/mxv + .byte W11 + .byte 70*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 61*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 57*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 48*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 37*bgm_dooro_x4_mvl/mxv + .byte W05 + .byte 21*bgm_dooro_x4_mvl/mxv + .byte W07 + .byte 11*bgm_dooro_x4_mvl/mxv + .byte W12 + .byte VOICE , 47 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Ds2 , v104 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 +bgm_dooro_x4_3_000: + .byte N06 , Ds2 , v127 + .byte W06 + .byte Ds2 , v104 + .byte W06 + .byte N12 , Ds2 , v127 + .byte W24 + .byte Ds2 , v104 + .byte W24 + .byte N12 + .byte W24 + .byte Ds2 , v127 + .byte W12 + .byte PEND +bgm_dooro_x4_3_001: + .byte N12 , Fs2 , v104 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_dooro_x4_3_002: + .byte N06 , Fs2 , v127 + .byte W06 + .byte Fs2 , v104 + .byte W06 + .byte N12 , Fs2 , v127 + .byte W24 + .byte Fs2 , v104 + .byte W24 + .byte N12 + .byte W24 + .byte Fs2 , v127 + .byte W12 + .byte PEND + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Ds2 , v104 + .byte W36 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_dooro_x4_3_000 + .byte PATT + .word bgm_dooro_x4_3_001 + .byte PATT + .word bgm_dooro_x4_3_002 + .byte N12 , Ds2 , v127 + .byte W96 + .byte W96 + .byte VOICE , 47 + .byte N06 , Ds2 , v124 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte Ds2 , v108 + .byte W06 + .byte Ds2 , v124 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte Ds2 , v108 + .byte W06 + .byte Ds2 , v124 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte Ds2 , v108 + .byte W06 + .byte Ds2 , v124 + .byte W12 + .byte N12 , Ds2 , v108 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte GOTO + .word bgm_dooro_x4_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_dooro_x4_4: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte VOICE , 2 + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Fn4 , v036 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v+49 + .byte N03 , Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte PAN , c_v+49 + .byte N03 , Ds4 + .byte W06 + .byte Gn4 , v040 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 , v044 + .byte W06 +bgm_dooro_x4_4_B1: + .byte VOICE , 2 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Ds5 , v036 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v+49 + .byte N03 , Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 +bgm_dooro_x4_4_000: + .byte PAN , c_v+0 + .byte N03 , Ds5 , v036 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Ds5 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , As4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte PAN , c_v+49 + .byte N03 , As4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte PEND + .byte PAN , c_v+0 + .byte N03 , Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PAN , c_v+49 + .byte N03 , Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PATT + .word bgm_dooro_x4_4_000 + .byte VOICE , 4 + .byte PAN , c_v-48 + .byte N12 , Fn4 , v048 + .byte W18 + .byte Ds4 + .byte W18 + .byte Cs4 + .byte W12 + .byte N44 , Fn4 + .byte W21 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 15*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 6*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , En4 + .byte W18 + .byte Ds4 + .byte W18 + .byte Cs4 + .byte W12 + .byte N44 , En4 + .byte W21 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 15*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 6*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Ds4 + .byte W18 + .byte Cs4 + .byte W18 + .byte Cn4 + .byte W12 + .byte N44 , Ds4 + .byte W21 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 15*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 6*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N06 , As2 , v044 + .byte W06 + .byte Cs3 , v048 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 , v052 + .byte W06 + .byte As3 , v056 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cn5 , v064 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 , v060 + .byte W06 + .byte Gs4 , v056 + .byte W06 + .byte Fn4 , v048 + .byte W06 + .byte PAN , c_v-48 + .byte N30 , Gn4 , v052 + .byte W12 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 49*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 26*bgm_dooro_x4_mvl/mxv + .byte W24 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , As2 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte N32 , Cs4 + .byte W12 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 49*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 26*bgm_dooro_x4_mvl/mxv + .byte W24 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , As2 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte PAN , c_v+0 + .byte N06 , Cs4 , v064 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N03 , Cs3 + .byte W03 + .byte N03 + .byte W03 + .byte Fn3 + .byte W03 + .byte N03 + .byte W03 + .byte Gs3 + .byte W03 + .byte N03 + .byte W03 + .byte Cs4 + .byte W03 + .byte N03 + .byte W03 + .byte Fn4 + .byte W03 + .byte N03 + .byte W03 + .byte Gs4 + .byte W03 + .byte N03 + .byte W03 + .byte Cn5 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 , v056 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Fn5 , v048 + .byte W06 + .byte Cs5 , v036 + .byte W06 + .byte PAN , c_v+49 + .byte N06 , Fn5 , v032 + .byte W06 + .byte Cs5 , v028 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Fn5 , v024 + .byte W06 + .byte Cs5 , v020 + .byte W06 + .byte N24 , Cn3 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W30 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W48 + .byte N24 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Gs4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Cn4 , v056 + .byte W24 + .byte N03 , Gs4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte PAN , c_v-48 + .byte N24 , Bn2 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W30 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W48 + .byte N24 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Gs4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Bn3 , v056 + .byte W24 + .byte N03 , Gs4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte PAN , c_v-48 + .byte N24 , Cn3 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Gs3 , v072 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Ds3 + .byte W24 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 48*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v-48 + .byte N48 , Ds3 , v084 + .byte W06 + .byte VOL , 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 58*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 74*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte PAN , c_v+0 + .byte N06 , Cn4 , v072 + .byte W18 + .byte Gs3 + .byte W06 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte PAN , c_v-48 + .byte MOD , 0 + .byte N24 , Bn2 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Gs3 , v072 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte En3 + .byte W24 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 48*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v-48 + .byte N48 , En3 , v084 + .byte W06 + .byte VOL , 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 58*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 74*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte PAN , c_v+0 + .byte N06 , Gs3 , v072 + .byte W18 + .byte En3 + .byte W06 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N48 , Ds3 , v052 + .byte W24 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 42*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 29*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 10*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 4*bgm_dooro_x4_mvl/mxv + .byte W48 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N48 , Cn3 + .byte W24 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 60*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 42*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 29*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 10*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 4*bgm_dooro_x4_mvl/mxv + .byte W12 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N09 , Gs2 , v064 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N92 + .byte W09 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 70*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 68*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 62*bgm_dooro_x4_mvl/mxv + .byte W24 + .byte 65*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 71*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 76*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W15 + .byte N90 , Gn3 + .byte W44 + .byte W01 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 69*bgm_dooro_x4_mvl/mxv + .byte W09 + .byte 64*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 45*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 36*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 24*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 9*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_dooro_x4_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_dooro_x4_5: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte VOICE , 5 + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N03 , Gs2 , v060 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte As2 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cs3 + .byte W12 +bgm_dooro_x4_5_B1: + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W24 + .byte N06 , Gs3 , v060 + .byte W48 + .byte N06 + .byte W24 +bgm_dooro_x4_5_000: + .byte W24 + .byte N06 , Gs3 , v060 + .byte W48 + .byte Gn3 + .byte W24 + .byte PEND + .byte W24 + .byte Gs3 + .byte W48 + .byte N06 + .byte W24 + .byte PATT + .word bgm_dooro_x4_5_000 + .byte VOICE , 82 + .byte PAN , c_v+48 + .byte N12 , Cs4 , v048 + .byte W18 + .byte Cn4 + .byte W18 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W09 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte N12 + .byte W03 + .byte VOL , 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte N09 + .byte W03 + .byte VOL , 15*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 6*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W18 + .byte Cn4 + .byte W18 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W09 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte N12 + .byte W03 + .byte VOL , 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte N09 + .byte W03 + .byte VOL , 15*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 6*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Cn4 + .byte W18 + .byte As3 + .byte W18 + .byte Gs3 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W09 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte N12 + .byte W03 + .byte VOL , 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte N09 + .byte W03 + .byte VOL , 15*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 6*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte N06 , As2 , v028 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte PAN , c_v+48 + .byte N30 , Ds4 , v052 + .byte W12 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 49*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 26*bgm_dooro_x4_mvl/mxv + .byte W24 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Gn2 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte N32 , As3 , v040 + .byte W12 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 49*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 26*bgm_dooro_x4_mvl/mxv + .byte W24 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Fs2 , v052 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte PAN , c_v+0 + .byte W06 + .byte N06 , Cs4 , v028 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 , v024 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 , v016 + .byte W06 + .byte Fn5 , v012 + .byte W06 + .byte Cs5 , v008 + .byte W24 +bgm_dooro_x4_5_001: + .byte PAN , c_v+48 + .byte N24 , Gs2 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W30 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte W48 + .byte PEND + .byte N24 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Ds4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gs3 , v056 + .byte W24 + .byte N03 , Ds4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte PATT + .word bgm_dooro_x4_5_001 + .byte N24 , Gs2 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , En4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gs3 , v056 + .byte W24 + .byte N03 , En4 , v052 + .byte W06 + .byte N03 + .byte W06 + .byte PAN , c_v+48 + .byte N24 , Gs2 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Ds3 , v072 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Cn3 + .byte W24 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 48*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+48 + .byte N12 , Cn3 , v084 + .byte W06 + .byte VOL , 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte VOICE , 6 + .byte VOL , 58*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 74*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte N06 , Gs3 , v072 + .byte W18 + .byte Ds3 + .byte W06 + .byte N24 , Cn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte PAN , c_v+48 + .byte MOD , 0 + .byte N24 , Gs2 , v080 + .byte W09 + .byte VOL , 65*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 51*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 35*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W18 + .byte 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , En3 , v072 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Bn2 + .byte W24 + .byte N03 , En3 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 48*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+48 + .byte N12 , Bn2 , v084 + .byte W06 + .byte VOL , 54*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte VOICE , 6 + .byte VOL , 58*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 66*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 74*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte N12 + .byte W12 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte N06 , En3 , v072 + .byte W18 + .byte Bn2 + .byte W06 + .byte N24 , Gs3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Gn2 , v052 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 60*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 42*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W03 + .byte VOL , 29*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 10*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 4*bgm_dooro_x4_mvl/mxv + .byte W48 + .byte VOICE , 5 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Gs2 + .byte W12 + .byte VOICE , 6 + .byte N12 + .byte W12 + .byte VOL , 74*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 60*bgm_dooro_x4_mvl/mxv + .byte W06 + .byte 42*bgm_dooro_x4_mvl/mxv + .byte N12 + .byte W03 + .byte VOL , 29*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 18*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 10*bgm_dooro_x4_mvl/mxv + .byte W03 + .byte 4*bgm_dooro_x4_mvl/mxv + .byte W48 + .byte VOICE , 5 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N03 , Gs2 , v072 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Gn2 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W12 + .byte Gs2 + .byte W12 + .byte As2 + .byte W12 + .byte GOTO + .word bgm_dooro_x4_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_dooro_x4_6: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte VOICE , 85 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N03 , Cs3 , v064 + .byte W36 + .byte VOICE , 84 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 85 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte Ds3 + .byte W12 + .byte N03 + .byte W24 + .byte VOICE , 84 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 85 + .byte N03 + .byte W12 + .byte N06 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 +bgm_dooro_x4_6_B1: + .byte VOICE , 81 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N12 , Gs2 , v064 + .byte W18 + .byte N06 , Ds2 + .byte W06 + .byte N18 , Ds3 , v032 + .byte W18 + .byte N06 , Ds3 , v064 + .byte W18 + .byte Cs3 + .byte W12 + .byte Cn3 + .byte W12 + .byte As2 + .byte W12 + .byte N12 , Gs2 + .byte W18 + .byte N06 , Gn2 + .byte W06 + .byte N42 , Ds2 + .byte W42 + .byte N06 , Ds2 , v032 + .byte W30 + .byte N12 , Gs2 , v064 + .byte W18 + .byte N06 , Ds2 + .byte W06 + .byte N18 , Ds3 + .byte W18 + .byte N06 , Ds3 , v032 + .byte W18 + .byte Cs3 , v064 + .byte W12 + .byte Cn3 + .byte W12 + .byte As2 + .byte W12 + .byte N12 , Gs2 + .byte W18 + .byte N06 , As2 + .byte W06 + .byte N42 , Gn2 + .byte W42 + .byte N06 , Gn2 , v032 + .byte W30 + .byte N24 , Cs3 , v064 + .byte W24 + .byte N06 , Cs3 , v032 + .byte W12 + .byte Cn3 , v064 + .byte W06 + .byte Cs3 + .byte W06 + .byte N12 , Fn3 + .byte W18 + .byte Ds3 + .byte W18 + .byte Cs3 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Cs3 , v032 + .byte W12 + .byte Cn3 , v064 + .byte W06 + .byte Cs3 + .byte W06 + .byte N12 , En3 + .byte W18 + .byte Ds3 + .byte W18 + .byte Cs3 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N06 , Ds3 , v032 + .byte W12 + .byte Gs2 , v064 + .byte W06 + .byte As2 + .byte W06 + .byte N12 , Cn3 + .byte W18 + .byte Gs3 + .byte W18 + .byte N09 + .byte W12 + .byte N42 , Gn3 + .byte W42 + .byte N06 , Gn3 , v032 + .byte W06 + .byte N36 , Gs3 , v064 + .byte W36 + .byte N12 + .byte W12 + .byte N32 , Ds1 , v080 + .byte W48 + .byte N12 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte N30 , Fs1 + .byte W30 + .byte N12 , Fs1 , v032 + .byte W18 + .byte Cs1 , v080 + .byte W18 + .byte N12 + .byte W18 + .byte N12 + .byte W12 + .byte N48 , Gs1 + .byte W48 + .byte N12 , Gs1 , v032 + .byte W18 + .byte Cs2 , v080 + .byte W18 + .byte N12 + .byte W12 + .byte N48 , Cs1 + .byte W48 + .byte N12 , Cs1 , v048 + .byte W12 + .byte Cs1 , v032 + .byte W36 +bgm_dooro_x4_6_000: + .byte N12 , Gs1 , v080 + .byte W36 + .byte N09 + .byte W24 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte PEND + .byte PATT + .word bgm_dooro_x4_6_000 +bgm_dooro_x4_6_001: + .byte N12 , Bn1 , v080 + .byte W36 + .byte N09 + .byte W24 + .byte N09 + .byte W24 + .byte N09 + .byte W12 + .byte PEND + .byte PATT + .word bgm_dooro_x4_6_001 + .byte PATT + .word bgm_dooro_x4_6_000 + .byte PATT + .word bgm_dooro_x4_6_000 + .byte PATT + .word bgm_dooro_x4_6_001 + .byte PATT + .word bgm_dooro_x4_6_001 + .byte N48 , Ds1 , v080 + .byte W48 + .byte N12 , Ds1 , v032 + .byte W48 + .byte W96 + .byte VOICE , 85 + .byte N03 , As2 , v080 + .byte W12 + .byte N03 + .byte W24 + .byte VOICE , 84 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 85 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte VOICE , 84 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 85 + .byte N03 + .byte W12 + .byte N06 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte GOTO + .word bgm_dooro_x4_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_dooro_x4_7: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte VOICE , 56 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Cs3 , v088 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte Ds3 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Ds3 , v084 + .byte W12 + .byte N06 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 +bgm_dooro_x4_7_B1: + .byte VOICE , 56 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte PAN , c_v+0 + .byte W24 + .byte N06 , Cn4 , v088 + .byte W48 + .byte N06 + .byte W24 +bgm_dooro_x4_7_000: + .byte W24 + .byte N06 , As3 , v088 + .byte W48 + .byte N06 + .byte W24 + .byte PEND + .byte W24 + .byte Cn4 + .byte W48 + .byte N06 + .byte W24 + .byte PATT + .word bgm_dooro_x4_7_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_dooro_x4_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_dooro_x4_8: + .byte KEYSH , bgm_dooro_x4_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_dooro_x4_mvl/mxv + .byte N06 , En1 , v104 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 +bgm_dooro_x4_8_000: + .byte N06 , En1 , v104 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v072 + .byte W06 + .byte En1 , v104 + .byte W12 + .byte N06 + .byte W12 + .byte N03 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte En1 , v076 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v108 + .byte W03 + .byte PEND +bgm_dooro_x4_8_B1: +bgm_dooro_x4_8_001: + .byte N06 , En1 , v104 + .byte N48 , Bn2 , v084 + .byte W36 + .byte N06 , En1 , v104 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte PATT + .word bgm_dooro_x4_8_001 + .byte N06 , En1 , v104 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v076 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v104 + .byte N96 , Bn2 , v084 + .byte W18 + .byte N06 , En1 , v076 + .byte W06 + .byte En1 , v104 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v104 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 +bgm_dooro_x4_8_002: + .byte N06 , En1 , v104 + .byte W18 + .byte En1 , v076 + .byte W06 + .byte En1 , v104 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v104 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND + .byte N06 , En1 , v104 + .byte W18 + .byte En1 , v076 + .byte W06 + .byte En1 , v104 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v104 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte PATT + .word bgm_dooro_x4_8_002 +bgm_dooro_x4_8_003: + .byte N06 , En1 , v104 + .byte N48 , Bn2 , v084 + .byte W48 + .byte N06 , En1 , v104 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_dooro_x4_8_003 + .byte N06 , En1 , v104 + .byte N48 , Bn2 , v084 + .byte W18 + .byte N06 , En1 , v104 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v076 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte PATT + .word bgm_dooro_x4_8_001 +bgm_dooro_x4_8_004: + .byte N06 , En1 , v104 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte PEND + .byte PATT + .word bgm_dooro_x4_8_001 +bgm_dooro_x4_8_005: + .byte N06 , En1 , v104 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v076 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte PEND + .byte PATT + .word bgm_dooro_x4_8_001 + .byte PATT + .word bgm_dooro_x4_8_004 + .byte PATT + .word bgm_dooro_x4_8_001 + .byte PATT + .word bgm_dooro_x4_8_005 + .byte N06 , En1 , v104 + .byte N48 , Bn2 , v096 + .byte W96 + .byte W48 + .byte N03 , En1 , v116 + .byte W03 + .byte En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v060 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte En1 , v092 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte N06 , En1 , v104 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v072 + .byte W06 + .byte En1 , v104 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v072 + .byte W06 + .byte PATT + .word bgm_dooro_x4_8_000 + .byte GOTO + .word bgm_dooro_x4_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_dooro_x4: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_dooro_x4_pri @ Priority + .byte bgm_dooro_x4_rev @ Reverb. + + .word bgm_dooro_x4_grp + + .word bgm_dooro_x4_1 + .word bgm_dooro_x4_2 + .word bgm_dooro_x4_3 + .word bgm_dooro_x4_4 + .word bgm_dooro_x4_5 + .word bgm_dooro_x4_6 + .word bgm_dooro_x4_7 + .word bgm_dooro_x4_8 + + .end diff --git a/sound/songs/bgm_eikou_r.s b/sound/songs/bgm_eikou_r.s new file mode 100644 index 000000000..298623ed3 --- /dev/null +++ b/sound/songs/bgm_eikou_r.s @@ -0,0 +1,1610 @@ + .include "MPlayDef.s" + + .equ bgm_eikou_r_grp, voicegroup_844B3F0 + .equ bgm_eikou_r_pri, 0 + .equ bgm_eikou_r_rev, reverb_set+50 + .equ bgm_eikou_r_mvl, 127 + .equ bgm_eikou_r_key, 0 + .equ bgm_eikou_r_tbs, 1 + .equ bgm_eikou_r_exg, 0 + .equ bgm_eikou_r_cmp, 1 + + .section .rodata + .global bgm_eikou_r + .align 2 + +@********************** Track 1 **********************@ + +bgm_eikou_r_1: + .byte KEYSH , bgm_eikou_r_key+0 + .byte TEMPO , 114*bgm_eikou_r_tbs/2 + .byte VOICE , 46 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 47*bgm_eikou_r_mvl/mxv + .byte PAN , c_v-32 + .byte W24 +bgm_eikou_r_1_B1: + .byte PAN , c_v-42 + .byte N04 , As3 , v112 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte As2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Gn2 + .byte W04 + .byte As2 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Ds5 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte An1 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Dn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte An2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , As2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte As1 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As2 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte N04 , Dn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , Ds3 + .byte W04 + .byte Dn3 + .byte W04 + .byte As2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Ds2 + .byte W04 + .byte As1 + .byte W04 + .byte Cn2 + .byte W04 + .byte Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Fn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Fn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte N04 , Gn4 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , An4 + .byte W04 + .byte As4 + .byte W04 + .byte Cn5 + .byte W04 + .byte As4 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Fn4 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , En3 + .byte W04 + .byte Cs3 + .byte W04 + .byte An2 + .byte W04 + .byte Cs3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Cs5 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , En5 + .byte W04 + .byte Cs5 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Cs5 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte As2 + .byte W04 + .byte Gn2 + .byte W04 + .byte As2 + .byte W04 + .byte Ds3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte N04 , Dn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte As2 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , An2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , An3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Cs5 + .byte W04 + .byte An4 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte As2 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte As4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , An3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Dn5 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , Fn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte As2 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte As4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Cs5 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte PAN , c_v+41 + .byte N04 , Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Cs5 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Cs5 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Dn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte Cs5 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte GOTO + .word bgm_eikou_r_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_eikou_r_2: + .byte KEYSH , bgm_eikou_r_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+11 + .byte VOL , 31*bgm_eikou_r_mvl/mxv + .byte N04 , En3 , v112 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 +bgm_eikou_r_2_B1: + .byte N96 , Dn4 , v112 + .byte W96 + .byte Cs4 + .byte W96 + .byte N88 , Dn4 + .byte W88 + .byte N08 , Ds4 + .byte W08 + .byte N96 , En4 + .byte W96 + .byte TIE , Fn4 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , En4 + .byte W96 + .byte W96 + .byte EOT + .byte N96 , Dn4 + .byte W96 + .byte Cs4 + .byte W96 + .byte Dn4 + .byte W96 + .byte En4 + .byte W96 + .byte TIE , Fn4 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , En4 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_eikou_r_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_eikou_r_3: + .byte KEYSH , bgm_eikou_r_key+0 + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 67*bgm_eikou_r_mvl/mxv + .byte W24 +bgm_eikou_r_3_B1: +bgm_eikou_r_3_000: + .byte N04 , Dn1 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N12 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Dn2 + .byte W08 + .byte N04 , Cn2 + .byte W08 + .byte An1 + .byte W08 + .byte N08 , Cn1 + .byte W08 + .byte N04 , Dn1 + .byte W08 + .byte N04 + .byte W08 + .byte PATT + .word bgm_eikou_r_3_000 + .byte N04 , Dn1 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Cn2 + .byte W08 + .byte N04 , Dn2 + .byte W08 + .byte An1 + .byte W08 + .byte N08 , Gn1 + .byte W08 + .byte N04 , An1 + .byte W08 + .byte Dn1 + .byte W08 + .byte PATT + .word bgm_eikou_r_3_000 + .byte PATT + .word bgm_eikou_r_3_000 + .byte PATT + .word bgm_eikou_r_3_000 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , An1 + .byte W08 + .byte Dn1 + .byte W08 + .byte N08 , Cn2 + .byte W08 + .byte N04 , Dn2 + .byte W08 + .byte Dn1 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N04 , Gn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N08 , Cn1 + .byte W08 + .byte N04 , Dn1 + .byte W08 + .byte N04 + .byte W08 + .byte N32 , Ds1 + .byte W32 + .byte N04 , As0 + .byte W08 + .byte Ds1 + .byte W08 + .byte As0 + .byte W16 + .byte N16 , Ds1 + .byte W16 + .byte N12 , As1 + .byte W16 + .byte N24 , Dn2 + .byte W24 + .byte N08 , En2 + .byte W08 + .byte N04 , Dn2 + .byte W08 + .byte An1 + .byte W08 + .byte N24 , Fs1 + .byte W24 + .byte N04 , Dn1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N32 , As1 + .byte W32 + .byte N04 , Gn1 + .byte W08 + .byte As1 + .byte W08 + .byte Gn1 + .byte W16 + .byte N16 , As1 + .byte W16 + .byte N08 , Gn1 + .byte W16 + .byte N32 , An1 + .byte W32 + .byte N04 , Cn2 + .byte W08 + .byte As1 + .byte W08 + .byte N32 , Cn2 + .byte W32 + .byte N08 , Fn1 + .byte W16 + .byte N40 , Dn2 + .byte W40 + .byte N04 , As1 + .byte W08 + .byte N16 , Fn1 + .byte W16 + .byte As1 + .byte W16 + .byte Cn2 + .byte W16 + .byte N24 , Dn2 + .byte W24 + .byte N08 , Fn2 + .byte W08 + .byte N04 , En2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N48 , Dn2 + .byte W48 + .byte N16 , En2 + .byte W16 + .byte Cs2 + .byte W16 + .byte An1 + .byte W16 + .byte Fs1 + .byte W16 + .byte An1 + .byte W16 + .byte Cs2 + .byte W16 + .byte N32 , En2 + .byte W32 + .byte N08 , Ds2 + .byte W08 + .byte Dn2 + .byte W08 + .byte N48 , Cs2 + .byte W48 + .byte GOTO + .word bgm_eikou_r_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_eikou_r_4: + .byte KEYSH , bgm_eikou_r_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-11 + .byte VOL , 31*bgm_eikou_r_mvl/mxv + .byte N04 , As2 , v112 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 +bgm_eikou_r_4_B1: + .byte PAN , c_v-10 + .byte VOL , 31*bgm_eikou_r_mvl/mxv + .byte N96 , Gn3 , v112 + .byte W96 + .byte Fs3 + .byte W96 + .byte Gn3 + .byte W96 + .byte An3 + .byte W96 + .byte TIE , As3 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , An3 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 50*bgm_eikou_r_mvl/mxv + .byte N40 , Gn3 + .byte W40 + .byte N08 , Ds3 + .byte W08 + .byte N16 , As2 + .byte W16 + .byte Ds3 + .byte W16 + .byte As3 + .byte W16 + .byte N40 , An3 + .byte W40 + .byte N04 , Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte N48 , An3 + .byte W48 + .byte N32 , As3 + .byte W32 + .byte N04 , Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte N08 , Gn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte Gn3 + .byte W16 + .byte As3 + .byte W16 + .byte N12 , Cn4 + .byte W16 + .byte N08 + .byte W08 + .byte N04 + .byte W08 + .byte An3 + .byte W08 + .byte As3 + .byte W08 + .byte N40 , Cn4 + .byte W40 + .byte N08 , Cs4 + .byte W08 + .byte N40 , Dn4 + .byte W40 + .byte N04 , As3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte As3 + .byte W16 + .byte Cn4 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Fn3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N48 , Dn4 + .byte W48 + .byte N24 , Cs4 + .byte W24 + .byte N04 , En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N24 , Cs4 + .byte W32 + .byte N04 , An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N96 , Cs4 + .byte W96 + .byte GOTO + .word bgm_eikou_r_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_eikou_r_5: + .byte KEYSH , bgm_eikou_r_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-64 + .byte VOL , 34*bgm_eikou_r_mvl/mxv + .byte N04 , Gn2 , v112 + .byte W04 + .byte An2 + .byte W04 + .byte As2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Dn3 + .byte W04 +bgm_eikou_r_5_B1: + .byte N96 , Ds3 , v112 + .byte W96 + .byte Dn3 + .byte W96 + .byte Ds3 + .byte W96 + .byte Fn3 + .byte W96 + .byte TIE , Gn3 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Fs3 + .byte W96 + .byte W96 + .byte EOT +bgm_eikou_r_5_000: + .byte N32 , Ds3 , v112 + .byte W32 + .byte N04 , Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte N08 , As2 + .byte W08 + .byte N16 , Gn2 + .byte W16 + .byte As2 + .byte W16 + .byte Ds3 + .byte W16 + .byte PEND + .byte N40 , Dn3 + .byte W40 + .byte N08 , An2 + .byte W08 + .byte N24 , Fs2 + .byte W24 + .byte N04 , Dn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte An2 + .byte W04 + .byte Fs2 + .byte W04 + .byte An2 + .byte W04 + .byte Dn3 + .byte W04 + .byte PATT + .word bgm_eikou_r_5_000 + .byte N40 , Fn3 , v112 + .byte W40 + .byte N08 , Cn3 + .byte W08 + .byte N12 , An2 + .byte W12 + .byte N04 , Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte N40 , Fn3 + .byte W40 + .byte N04 , Dn3 + .byte W08 + .byte N16 , As2 + .byte W16 + .byte Dn3 + .byte W16 + .byte Fn3 + .byte W16 + .byte N24 + .byte W24 + .byte N04 , As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N48 , Fn3 + .byte W48 + .byte TIE , Fs3 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_eikou_r_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_eikou_r_6: + .byte KEYSH , bgm_eikou_r_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 34*bgm_eikou_r_mvl/mxv + .byte N04 , Cs3 , v112 + .byte W04 + .byte Dn3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte An3 + .byte W04 +bgm_eikou_r_6_B1: + .byte N96 , As3 , v112 + .byte W96 + .byte An3 + .byte W96 + .byte As3 + .byte W96 + .byte Cn4 + .byte W96 + .byte TIE , Dn4 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Cs4 + .byte W96 + .byte W96 + .byte EOT + .byte N32 , As3 + .byte W32 + .byte N04 , Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte N08 , Gn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte Gn3 + .byte W16 + .byte As3 + .byte W16 + .byte N40 , An3 + .byte W40 + .byte N08 , Fs3 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte N04 , An2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte An3 + .byte W04 + .byte N32 , Gn3 + .byte W32 + .byte N04 , As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte N08 , Ds3 + .byte W08 + .byte N16 , As2 + .byte W16 + .byte Ds3 + .byte W16 + .byte Gn3 + .byte W16 + .byte N40 , An3 + .byte W40 + .byte N08 + .byte W08 + .byte N12 , Fn3 + .byte W12 + .byte N04 , Cn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte N40 , As3 + .byte W40 + .byte N04 , Fn3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte Fn3 + .byte W16 + .byte As3 + .byte W16 + .byte N24 + .byte W24 + .byte N04 , Dn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte N48 , As3 + .byte W48 + .byte TIE , An3 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_eikou_r_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_eikou_r_7: + .byte VOL , 80*bgm_eikou_r_mvl/mxv + .byte KEYSH , bgm_eikou_r_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte W24 +bgm_eikou_r_7_B1: +bgm_eikou_r_7_000: + .byte N04 , Dn1 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N12 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_eikou_r_7_000 + .byte PATT + .word bgm_eikou_r_7_000 + .byte PATT + .word bgm_eikou_r_7_000 + .byte PATT + .word bgm_eikou_r_7_000 + .byte PATT + .word bgm_eikou_r_7_000 + .byte PATT + .word bgm_eikou_r_7_000 + .byte PATT + .word bgm_eikou_r_7_000 +bgm_eikou_r_7_001: + .byte N04 , Dn1 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Dn2 + .byte W16 + .byte Dn1 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_eikou_r_7_001 + .byte PATT + .word bgm_eikou_r_7_001 + .byte PATT + .word bgm_eikou_r_7_001 + .byte PATT + .word bgm_eikou_r_7_001 + .byte PATT + .word bgm_eikou_r_7_001 + .byte PATT + .word bgm_eikou_r_7_001 + .byte PATT + .word bgm_eikou_r_7_001 + .byte GOTO + .word bgm_eikou_r_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_eikou_r: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_eikou_r_pri @ Priority + .byte bgm_eikou_r_rev @ Reverb. + + .word bgm_eikou_r_grp + + .word bgm_eikou_r_1 + .word bgm_eikou_r_2 + .word bgm_eikou_r_3 + .word bgm_eikou_r_4 + .word bgm_eikou_r_5 + .word bgm_eikou_r_6 + .word bgm_eikou_r_7 + + .end diff --git a/sound/songs/bgm_end.s b/sound/songs/bgm_end.s new file mode 100644 index 000000000..c583f7163 --- /dev/null +++ b/sound/songs/bgm_end.s @@ -0,0 +1,924 @@ + .include "MPlayDef.s" + + .equ bgm_end_grp, voicegroup_844E918 + .equ bgm_end_pri, 0 + .equ bgm_end_rev, reverb_set+50 + .equ bgm_end_mvl, 127 + .equ bgm_end_key, 0 + .equ bgm_end_tbs, 1 + .equ bgm_end_exg, 0 + .equ bgm_end_cmp, 1 + + .section .rodata + .global bgm_end + .align 2 + +@********************** Track 1 **********************@ + +bgm_end_1: + .byte KEYSH , bgm_end_key+0 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte VOICE , 24 + .byte PAN , c_v+0 + .byte VOL , 30*bgm_end_mvl/mxv + .byte N03 , Cn4 , v112 + .byte W24 + .byte Dn4 + .byte W12 + .byte Ds3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 , v068 + .byte W03 + .byte Ds4 + .byte W03 +bgm_end_1_B1: + .byte TEMPO , 138*bgm_end_tbs/2 + .byte N03 , Gn4 , v112 + .byte W42 + .byte As3 , v064 + .byte W03 + .byte Ds4 , v068 + .byte W03 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte An4 , v112 + .byte W24 + .byte TEMPO , 124*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 140*bgm_end_tbs/2 + .byte As4 + .byte W42 + .byte Gn4 , v052 + .byte W03 + .byte As4 , v056 + .byte W03 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte Dn5 , v068 + .byte W03 + .byte Fn5 , v112 + .byte W21 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W96 + .byte Ds5 + .byte W24 + .byte Dn5 + .byte W24 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte Cn5 + .byte W24 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 116*bgm_end_tbs/2 + .byte Ds5 + .byte W06 + .byte Dn4 , v064 + .byte W03 + .byte Fn4 , v072 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte An4 , v076 + .byte W03 + .byte Dn5 , v112 + .byte W44 + .byte W01 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte N01 , Fn4 + .byte W16 + .byte Gn4 + .byte W08 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W08 + .byte Gs4 + .byte W04 + .byte TEMPO , 108*bgm_end_tbs/2 + .byte W06 + .byte N03 , An3 , v068 + .byte W03 + .byte Dn4 , v076 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte An4 , v112 + .byte W48 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte Cn5 + .byte W24 + .byte TEMPO , 124*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 114*bgm_end_tbs/2 + .byte W06 + .byte Dn4 , v068 + .byte W03 + .byte Gn4 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte N01 , Cn5 , v112 + .byte W16 + .byte Dn5 + .byte W16 + .byte As4 + .byte W64 + .byte W09 + .byte N03 , Fn4 , v068 + .byte W03 + .byte As4 , v076 + .byte W30 + .byte Dn4 , v064 + .byte W03 + .byte Fn4 , v068 + .byte W03 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte N01 , As4 , v112 + .byte W16 + .byte An4 + .byte W08 + .byte TEMPO , 100*bgm_end_tbs/2 + .byte W08 + .byte As4 + .byte W04 + .byte N03 , Ds3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 , v068 + .byte W03 + .byte Ds4 + .byte W03 + .byte TEMPO , 140*bgm_end_tbs/2 + .byte Gn4 , v112 + .byte W42 + .byte As3 , v064 + .byte W03 + .byte Ds4 , v068 + .byte W03 + .byte An4 , v112 + .byte W48 + .byte As4 + .byte W42 + .byte Gn4 , v052 + .byte W03 + .byte As4 , v056 + .byte W03 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte Ds5 , v068 + .byte W03 + .byte Gn5 , v112 + .byte W21 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 112*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W96 + .byte An5 + .byte W24 + .byte Gn5 + .byte W24 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte Fn5 + .byte W24 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W12 + .byte Ds5 + .byte W06 + .byte Fn4 , v064 + .byte W03 + .byte An4 , v072 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte Dn5 , v076 + .byte W03 + .byte Fn5 , v112 + .byte W44 + .byte W01 + .byte N01 , Dn5 + .byte W16 + .byte Ds5 + .byte W16 + .byte En5 + .byte W16 + .byte N03 , Fn5 + .byte W24 + .byte N01 , Gs5 + .byte W24 + .byte TEMPO , 130*bgm_end_tbs/2 + .byte W16 + .byte Gn5 + .byte W08 + .byte TEMPO , 126*bgm_end_tbs/2 + .byte W08 + .byte Dn5 + .byte W04 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W06 + .byte N03 , Gn4 , v068 + .byte W03 + .byte As4 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte Fn5 , v112 + .byte W24 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W24 + .byte Ds5 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W21 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte Dn5 + .byte W48 + .byte TEMPO , 130*bgm_end_tbs/2 + .byte Fn5 + .byte W24 + .byte TEMPO , 120*bgm_end_tbs/2 + .byte W12 + .byte Ds3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 , v068 + .byte W03 + .byte Ds4 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte An4 , v112 + .byte W12 + .byte As4 + .byte W09 + .byte Gn4 , v064 + .byte W03 + .byte Dn5 + .byte W03 + .byte Fn5 , v112 + .byte W68 + .byte W01 + .byte W48 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 108*bgm_end_tbs/2 + .byte W06 + .byte En4 , v068 + .byte W03 + .byte Gn4 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte An4 , v112 + .byte W12 + .byte As4 + .byte W06 + .byte Gn4 , v064 + .byte W03 + .byte En5 + .byte W03 + .byte Gn5 , v112 + .byte W72 + .byte W48 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte N01 , An5 + .byte W16 + .byte Gn5 + .byte W08 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W08 + .byte En5 + .byte W10 + .byte N03 , As4 , v060 + .byte W03 + .byte Cn5 , v064 + .byte W03 +bgm_end_1_000: + .byte TEMPO , 138*bgm_end_tbs/2 + .byte N03 , Fn5 , v112 + .byte W96 + .byte PEND + .byte W90 + .byte Fn4 , v060 + .byte W03 + .byte As4 , v064 + .byte W03 + .byte Cn5 , v068 + .byte W03 + .byte Ds5 , v072 + .byte W03 + .byte Fn5 , v112 + .byte W90 + .byte W84 + .byte W03 + .byte As3 , v056 + .byte W03 + .byte Dn4 , v068 + .byte W03 + .byte Fn4 + .byte W03 + .byte As4 , v112 + .byte W03 + .byte Dn5 + .byte W44 + .byte W01 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte Ds5 + .byte W24 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W24 + .byte PATT + .word bgm_end_1_000 + .byte W24 + .byte N03 , Dn5 , v112 + .byte W24 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte Ds5 + .byte W24 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte Fn5 + .byte W18 + .byte As4 , v056 + .byte W03 + .byte Dn5 , v060 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte As5 , v112 + .byte W24 + .byte Fn5 + .byte W18 + .byte As4 , v060 + .byte W03 + .byte Dn5 + .byte W03 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte N01 , Ds5 , v112 + .byte W16 + .byte Fn5 + .byte W08 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte W08 + .byte Dn5 + .byte W04 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W12 +bgm_end_1_001: + .byte TEMPO , 138*bgm_end_tbs/2 + .byte N03 , Cn5 , v112 + .byte W96 + .byte PEND +bgm_end_1_002: + .byte W48 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 112*bgm_end_tbs/2 + .byte W24 + .byte PEND + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W96 + .byte W48 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 108*bgm_end_tbs/2 + .byte W15 + .byte N03 , Cn4 , v056 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Fn4 , v064 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte An4 + .byte W03 + .byte Cn5 , v112 + .byte W44 + .byte W01 + .byte Dn5 + .byte W48 + .byte Ds5 + .byte W60 + .byte TEMPO , 134*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 126*bgm_end_tbs/2 + .byte W12 +bgm_end_1_003: + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W24 + .byte N03 , Cn5 , v112 + .byte W24 + .byte Dn5 + .byte W24 + .byte Ds5 + .byte W24 + .byte PEND + .byte An5 + .byte W24 + .byte Gn5 + .byte W24 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte An5 + .byte W24 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 102*bgm_end_tbs/2 + .byte Cn6 + .byte W06 + .byte Fn4 , v064 + .byte W03 + .byte As4 , v072 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte Dn5 + .byte W03 + .byte Fn5 , v112 + .byte W92 + .byte W01 + .byte PATT + .word bgm_end_1_002 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W96 + .byte W48 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 112*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 102*bgm_end_tbs/2 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W03 + .byte Fn4 , v068 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte As4 + .byte W03 + .byte Dn5 , v112 + .byte W44 + .byte W01 + .byte Ds5 + .byte W24 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 126*bgm_end_tbs/2 + .byte W12 + .byte PATT + .word bgm_end_1_000 + .byte W24 + .byte N03 , Dn5 , v112 + .byte W24 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte Ds5 + .byte W24 + .byte TEMPO , 116*bgm_end_tbs/2 + .byte Fn5 + .byte W18 + .byte Dn5 , v064 + .byte W03 + .byte Fn5 , v068 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte As5 , v112 + .byte W24 + .byte Fn5 + .byte W18 + .byte An4 , v064 + .byte W03 + .byte Cn5 + .byte W03 + .byte TEMPO , 128*bgm_end_tbs/2 + .byte N01 , Ds5 , v112 + .byte W16 + .byte Fn5 + .byte W08 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W08 + .byte Dn5 + .byte W16 + .byte PATT + .word bgm_end_1_001 + .byte W48 + .byte TEMPO , 126*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 108*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W96 + .byte W48 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 108*bgm_end_tbs/2 + .byte W15 + .byte N03 , Ds4 , v064 + .byte W03 + .byte Gn4 , v072 + .byte W03 + .byte An4 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte Cn5 , v112 + .byte W48 + .byte Dn5 + .byte W24 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte W12 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte Ds5 + .byte W48 + .byte TEMPO , 134*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte W24 + .byte PATT + .word bgm_end_1_003 + .byte N03 , An5 , v112 + .byte W24 + .byte Gn5 + .byte W24 + .byte TEMPO , 122*bgm_end_tbs/2 + .byte An5 + .byte W24 + .byte TEMPO , 102*bgm_end_tbs/2 + .byte W12 + .byte Cn6 + .byte W06 + .byte Dn5 , v060 + .byte W03 + .byte Fn5 , v068 + .byte W03 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte As5 , v064 + .byte W03 + .byte Dn6 , v112 + .byte W92 + .byte W01 + .byte W48 + .byte TEMPO , 130*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 112*bgm_end_tbs/2 + .byte W24 + .byte TEMPO , 138*bgm_end_tbs/2 + .byte W96 + .byte W24 + .byte TEMPO , 132*bgm_end_tbs/2 + .byte As3 + .byte W24 + .byte TEMPO , 118*bgm_end_tbs/2 + .byte Cn4 + .byte W24 + .byte TEMPO , 102*bgm_end_tbs/2 + .byte Dn4 + .byte W12 + .byte Ds3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 , v068 + .byte W03 + .byte Ds4 + .byte W03 + .byte GOTO + .word bgm_end_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_end_2: + .byte KEYSH , bgm_end_key+0 + .byte VOICE , 24 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_end_mvl/mxv + .byte N03 , Gs2 , v112 + .byte W24 + .byte Fn2 + .byte W24 +bgm_end_2_B1: +bgm_end_2_000: + .byte N03 , Ds2 , v112 + .byte W24 + .byte As2 , v068 + .byte W24 + .byte Gn3 + .byte W24 + .byte As2 + .byte W24 + .byte PEND +bgm_end_2_001: + .byte N03 , Gn3 , v068 + .byte W24 + .byte As2 + .byte W24 + .byte Gn3 + .byte W24 + .byte As2 + .byte W24 + .byte PEND +bgm_end_2_002: + .byte N03 , Ds2 , v112 + .byte W24 + .byte Cn3 , v068 + .byte W24 + .byte An3 + .byte W24 + .byte Cn3 + .byte W24 + .byte PEND +bgm_end_2_003: + .byte N03 , An3 , v068 + .byte W24 + .byte Cn3 + .byte W24 + .byte An3 + .byte W24 + .byte Cn3 + .byte W24 + .byte PEND +bgm_end_2_004: + .byte N03 , Dn2 , v112 + .byte W24 + .byte An2 , v068 + .byte W24 + .byte Fn3 + .byte W24 + .byte An2 + .byte W24 + .byte PEND +bgm_end_2_005: + .byte N03 , Fn3 , v068 + .byte W24 + .byte An2 + .byte W24 + .byte Fn3 + .byte W24 + .byte An2 + .byte W24 + .byte PEND + .byte Gn2 , v112 + .byte W48 + .byte Fs2 + .byte W48 + .byte Fn2 + .byte W48 + .byte En2 + .byte W48 + .byte PATT + .word bgm_end_2_000 + .byte PATT + .word bgm_end_2_001 + .byte PATT + .word bgm_end_2_002 + .byte PATT + .word bgm_end_2_003 + .byte PATT + .word bgm_end_2_004 + .byte PATT + .word bgm_end_2_005 + .byte N01 , Gn3 , v112 + .byte W32 + .byte Dn3 , v100 + .byte W16 + .byte Fn3 , v112 + .byte W16 + .byte Dn3 , v100 + .byte W16 + .byte Bn2 , v112 + .byte W16 + .byte Dn3 + .byte W32 + .byte Gn2 , v100 + .byte W16 + .byte Bn2 , v112 + .byte W16 + .byte Gn2 , v100 + .byte W16 + .byte Fn2 , v112 + .byte W16 + .byte N03 , Ds2 + .byte W24 + .byte As2 , v072 + .byte W24 + .byte Gn3 , v068 + .byte W24 + .byte As2 + .byte W24 + .byte PATT + .word bgm_end_2_001 + .byte N03 , En2 , v112 + .byte W24 + .byte As2 , v068 + .byte W24 + .byte Gn3 + .byte W24 + .byte As2 + .byte W24 + .byte PATT + .word bgm_end_2_001 + .byte N03 , Fn2 , v112 + .byte W24 + .byte As2 , v068 + .byte W24 + .byte Cn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte Cn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte Cn4 , v080 + .byte W96 + .byte W96 +bgm_end_2_006: + .byte N03 , As2 , v112 + .byte W24 + .byte Fn3 , v068 + .byte W24 + .byte Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte PEND +bgm_end_2_007: + .byte N03 , As2 , v112 + .byte W24 + .byte Gn3 , v068 + .byte W24 + .byte Ds3 + .byte W24 + .byte Gn3 + .byte W24 + .byte PEND +bgm_end_2_008: + .byte N03 , As2 , v112 + .byte W24 + .byte An3 , v068 + .byte W24 + .byte Fn3 + .byte W24 + .byte An3 + .byte W24 + .byte PEND + .byte As2 , v112 + .byte W24 + .byte As3 , v068 + .byte W24 + .byte Fn3 + .byte W24 + .byte Dn3 + .byte W24 +bgm_end_2_009: + .byte N03 , Fn2 , v112 + .byte W24 + .byte Cn3 , v068 + .byte W24 + .byte An2 + .byte W24 + .byte Cn3 + .byte W24 + .byte PEND +bgm_end_2_010: + .byte N03 , Fn2 , v112 + .byte W24 + .byte Dn3 , v068 + .byte W24 + .byte An2 + .byte W24 + .byte Dn3 + .byte W24 + .byte PEND +bgm_end_2_011: + .byte N03 , Fn2 , v112 + .byte W24 + .byte Ds3 , v068 + .byte W24 + .byte An2 + .byte W24 + .byte Ds3 + .byte W24 + .byte PEND +bgm_end_2_012: + .byte N03 , Fn2 , v112 + .byte W24 + .byte Fn3 , v068 + .byte W24 + .byte Ds3 + .byte W24 + .byte Dn3 + .byte W24 + .byte PEND + .byte PATT + .word bgm_end_2_011 +bgm_end_2_013: + .byte N03 , Fn2 , v112 + .byte W24 + .byte Fn3 , v068 + .byte W24 + .byte Ds3 + .byte W24 + .byte Cn3 + .byte W24 + .byte PEND + .byte PATT + .word bgm_end_2_011 + .byte PATT + .word bgm_end_2_013 + .byte PATT + .word bgm_end_2_006 + .byte PATT + .word bgm_end_2_007 + .byte PATT + .word bgm_end_2_008 + .byte N03 , As2 , v112 + .byte W24 + .byte Cn4 , v068 + .byte W24 + .byte As3 + .byte W24 + .byte Fn3 + .byte W24 + .byte PATT + .word bgm_end_2_006 + .byte PATT + .word bgm_end_2_007 + .byte PATT + .word bgm_end_2_008 + .byte N03 , As2 , v112 + .byte W24 + .byte As3 , v068 + .byte W24 + .byte Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte PATT + .word bgm_end_2_009 + .byte PATT + .word bgm_end_2_010 + .byte PATT + .word bgm_end_2_011 + .byte PATT + .word bgm_end_2_012 + .byte PATT + .word bgm_end_2_011 + .byte PATT + .word bgm_end_2_013 + .byte PATT + .word bgm_end_2_011 + .byte PATT + .word bgm_end_2_013 + .byte N03 , As3 , v112 + .byte W24 + .byte Fn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte An3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Gs3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte As2 + .byte W24 + .byte Gs2 + .byte W24 + .byte Fn2 + .byte W24 + .byte GOTO + .word bgm_end_2_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_end: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_end_pri @ Priority + .byte bgm_end_rev @ Reverb. + + .word bgm_end_grp + + .word bgm_end_1 + .word bgm_end_2 + + .end diff --git a/sound/songs/bgm_event0.s b/sound/songs/bgm_event0.s new file mode 100644 index 000000000..12bab711f --- /dev/null +++ b/sound/songs/bgm_event0.s @@ -0,0 +1,677 @@ + .include "MPlayDef.s" + + .equ bgm_event0_grp, voicegroup_843DFBC + .equ bgm_event0_pri, 0 + .equ bgm_event0_rev, reverb_set+50 + .equ bgm_event0_mvl, 127 + .equ bgm_event0_key, 0 + .equ bgm_event0_tbs, 1 + .equ bgm_event0_exg, 0 + .equ bgm_event0_cmp, 1 + + .section .rodata + .global bgm_event0 + .align 2 + +@********************** Track 1 **********************@ + +bgm_event0_1: + .byte KEYSH , bgm_event0_key+0 + .byte TEMPO , 136*bgm_event0_tbs/2 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 49*bgm_event0_mvl/mxv + .byte N03 , Dn5 , v112 + .byte W03 + .byte Ds5 + .byte W03 + .byte N06 , Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W18 + .byte TEMPO , 112*bgm_event0_tbs/2 + .byte N24 , As4 + .byte W15 + .byte TEMPO , 156*bgm_event0_tbs/2 + .byte W09 +bgm_event0_1_B1: +bgm_event0_1_000: + .byte W12 + .byte N09 , Gn4 , v112 + .byte W09 + .byte N06 , Gn4 , v036 + .byte W09 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N06 , Gn4 , v036 + .byte W24 + .byte W03 + .byte N09 , Gs4 , v112 + .byte W09 + .byte N06 , Gs4 , v036 + .byte W09 + .byte N03 , Gs4 , v112 + .byte W03 + .byte N06 , Gs4 , v036 + .byte W15 + .byte PEND + .byte W12 + .byte N09 , An4 , v112 + .byte W09 + .byte N06 , An4 , v036 + .byte W09 + .byte N03 , An4 , v112 + .byte W03 + .byte N06 , An4 , v036 + .byte W24 + .byte W03 + .byte N09 , Gs4 , v112 + .byte W09 + .byte N06 , Gs4 , v036 + .byte W09 + .byte N03 , Gs4 , v112 + .byte W03 + .byte N06 , Gs4 , v036 + .byte W15 + .byte PATT + .word bgm_event0_1_000 + .byte W12 + .byte N09 , An4 , v112 + .byte W09 + .byte N06 , An4 , v036 + .byte W09 + .byte N03 , An4 , v112 + .byte W03 + .byte N06 , An4 , v036 + .byte W24 + .byte W03 + .byte N03 , As4 , v124 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v104 + .byte W12 + .byte N03 + .byte W06 + .byte As4 , v116 + .byte W06 + .byte GOTO + .word bgm_event0_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_event0_2: + .byte KEYSH , bgm_event0_key+0 + .byte VOICE , 38 + .byte PAN , c_v+7 + .byte VOL , 78*bgm_event0_mvl/mxv + .byte W06 + .byte W66 + .byte N06 , Gn2 , v112 + .byte W06 + .byte N24 , Gn1 + .byte W24 +bgm_event0_2_B1: +bgm_event0_2_000: + .byte N12 , Cn1 , v112 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte PATT + .word bgm_event0_2_000 + .byte N12 , Cn1 , v112 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N03 , Gn2 , v124 + .byte W12 + .byte Gn1 , v104 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Fn2 , v104 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte GOTO + .word bgm_event0_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_event0_3: + .byte KEYSH , bgm_event0_key+0 + .byte VOICE , 73 + .byte PAN , c_v-46 + .byte VOL , 39*bgm_event0_mvl/mxv + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W18 + .byte N24 , Fn4 + .byte W24 +bgm_event0_3_B1: +bgm_event0_3_000: + .byte W12 + .byte N09 , Cn4 , v112 + .byte W18 + .byte N03 + .byte W30 + .byte N09 , Cs4 + .byte W18 + .byte N03 + .byte W18 + .byte PEND + .byte W12 + .byte N09 , Dn4 + .byte W18 + .byte N03 + .byte W30 + .byte N09 , Cs4 + .byte W18 + .byte N03 + .byte W18 + .byte PATT + .word bgm_event0_3_000 + .byte W12 + .byte N09 , Dn4 , v112 + .byte W18 + .byte N03 + .byte W30 + .byte Fn4 , v124 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v104 + .byte W12 + .byte N03 + .byte W06 + .byte Fn4 , v116 + .byte W06 + .byte GOTO + .word bgm_event0_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_event0_4: + .byte KEYSH , bgm_event0_key+0 + .byte VOICE , 87 + .byte PAN , c_v+0 + .byte VOL , 48*bgm_event0_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 12 + .byte xIECV , 22 + .byte BENDR , 12 + .byte BEND , c_v+2 + .byte W06 + .byte W66 + .byte N06 , Gn2 , v112 + .byte W06 + .byte N24 , Gn1 + .byte W24 +bgm_event0_4_B1: +bgm_event0_4_000: + .byte N12 , Cn1 , v112 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte PATT + .word bgm_event0_4_000 + .byte N12 , Cn1 , v112 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Cn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N03 , Gn2 , v124 + .byte W12 + .byte Gn1 , v104 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Fn2 , v104 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte GOTO + .word bgm_event0_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_event0_5: + .byte KEYSH , bgm_event0_key+0 + .byte VOICE , 82 + .byte PAN , c_v+63 + .byte LFOS , 44 + .byte XCMD , xIECV , 12 + .byte xIECV , 22 + .byte BENDR , 12 + .byte VOL , 50*bgm_event0_mvl/mxv + .byte W06 + .byte W66 + .byte N06 , Bn2 , v084 + .byte W06 + .byte N24 , Gn3 , v088 + .byte W24 +bgm_event0_5_B1: +bgm_event0_5_000: + .byte PAN , c_v-62 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v048 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte PAN , c_v+63 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v048 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte PAN , c_v-62 + .byte N03 , Gs3 , v096 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte PAN , c_v+63 + .byte N03 , Gs3 , v096 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte PEND + .byte PAN , c_v-62 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v048 + .byte W06 + .byte Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte PAN , c_v+63 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v048 + .byte W06 + .byte Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte PAN , c_v-62 + .byte N03 , Gs3 , v096 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte PAN , c_v+63 + .byte N03 , Gs3 , v096 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte PATT + .word bgm_event0_5_000 + .byte PAN , c_v-62 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v048 + .byte W06 + .byte Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte PAN , c_v+63 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v048 + .byte W06 + .byte Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte PAN , c_v+0 + .byte N04 , As3 , v100 + .byte W08 + .byte Fn3 , v084 + .byte W08 + .byte Bn2 + .byte W08 + .byte N03 , Gn2 , v112 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte GOTO + .word bgm_event0_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_event0_6: + .byte KEYSH , bgm_event0_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 12 + .byte xIECV , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 40*bgm_event0_mvl/mxv + .byte W06 + .byte W66 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N24 , Bn3 + .byte W24 +bgm_event0_6_B1: +bgm_event0_6_000: + .byte N12 , Ds3 , v112 + .byte W18 + .byte N06 + .byte W30 + .byte N12 , En3 + .byte W18 + .byte N06 + .byte W30 + .byte PEND + .byte N12 , Fn3 + .byte W18 + .byte N06 + .byte W30 + .byte N12 , En3 + .byte W18 + .byte N06 + .byte W30 + .byte PATT + .word bgm_event0_6_000 + .byte N12 , Fn3 , v112 + .byte W18 + .byte N06 + .byte W42 + .byte N03 , Bn3 , v124 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v104 + .byte W12 + .byte N03 + .byte W06 + .byte Bn3 , v116 + .byte W06 + .byte GOTO + .word bgm_event0_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_event0_7: + .byte KEYSH , bgm_event0_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 62*bgm_event0_mvl/mxv + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v092 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v088 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte N24 , An2 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte N06 + .byte W06 +bgm_event0_7_B1: +bgm_event0_7_000: + .byte N06 , Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte Fs1 , v096 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte Fs1 , v096 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte Fs1 , v096 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte PEND + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte Fs1 , v096 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte Fs1 , v096 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte PATT + .word bgm_event0_7_000 + .byte N06 , Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte Fs1 , v096 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte Fs1 , v096 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte N12 , As1 , v096 + .byte W12 + .byte N06 , Fs1 , v112 + .byte W06 + .byte Fs1 , v108 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte GOTO + .word bgm_event0_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_event0: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_event0_pri @ Priority + .byte bgm_event0_rev @ Reverb. + + .word bgm_event0_grp + + .word bgm_event0_1 + .word bgm_event0_2 + .word bgm_event0_3 + .word bgm_event0_4 + .word bgm_event0_5 + .word bgm_event0_6 + .word bgm_event0_7 + + .end diff --git a/sound/songs/bgm_fanfa1.s b/sound/songs/bgm_fanfa1.s new file mode 100644 index 000000000..4a4ceef29 --- /dev/null +++ b/sound/songs/bgm_fanfa1.s @@ -0,0 +1,180 @@ + .include "MPlayDef.s" + + .equ bgm_fanfa1_grp, voicegroup_843129C + .equ bgm_fanfa1_pri, 5 + .equ bgm_fanfa1_rev, reverb_set+50 + .equ bgm_fanfa1_mvl, 127 + .equ bgm_fanfa1_key, 0 + .equ bgm_fanfa1_tbs, 1 + .equ bgm_fanfa1_exg, 0 + .equ bgm_fanfa1_cmp, 1 + + .section .rodata + .global bgm_fanfa1 + .align 2 + +@********************** Track 1 **********************@ + +bgm_fanfa1_1: + .byte KEYSH , bgm_fanfa1_key+0 + .byte TEMPO , 174*bgm_fanfa1_tbs/2 + .byte VOICE , 46 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 90*bgm_fanfa1_mvl/mxv + .byte PAN , c_v+48 + .byte W08 + .byte N04 , Bn3 , v100 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , Gs4 + .byte W10 + .byte MOD , 5 + .byte W06 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_fanfa1_2: + .byte KEYSH , bgm_fanfa1_key+0 + .byte VOICE , 46 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 90*bgm_fanfa1_mvl/mxv + .byte W08 + .byte PAN , c_v-16 + .byte N04 , En4 , v100 + .byte W08 + .byte PAN , c_v+16 + .byte N04 + .byte W08 + .byte PAN , c_v-16 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N24 , Bn4 + .byte W10 + .byte MOD , 5 + .byte W06 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_fanfa1_3: + .byte KEYSH , bgm_fanfa1_key+0 + .byte VOICE , 46 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 90*bgm_fanfa1_mvl/mxv + .byte PAN , c_v-48 + .byte W08 + .byte N04 , Gs3 , v068 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , En4 + .byte W10 + .byte MOD , 5 + .byte W06 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_fanfa1_4: + .byte KEYSH , bgm_fanfa1_key+0 + .byte VOICE , 84 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 90*bgm_fanfa1_mvl/mxv + .byte W08 + .byte N04 , Bn3 , v048 + .byte W04 + .byte Bn3 , v020 + .byte W04 + .byte Bn3 , v048 + .byte W04 + .byte Bn3 , v020 + .byte W04 + .byte Bn3 , v048 + .byte W04 + .byte Bn3 , v020 + .byte W04 + .byte N24 , Gs4 , v048 + .byte W10 + .byte MOD , 5 + .byte W03 + .byte VOL , 71*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 48*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 25*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 10*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 0*bgm_fanfa1_mvl/mxv + .byte W15 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_fanfa1_5: + .byte KEYSH , bgm_fanfa1_key+0 + .byte VOICE , 85 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 90*bgm_fanfa1_mvl/mxv + .byte W08 + .byte N04 , En4 , v048 + .byte W04 + .byte En4 , v020 + .byte W04 + .byte En4 , v048 + .byte W04 + .byte En4 , v020 + .byte W04 + .byte En4 , v048 + .byte W04 + .byte En4 , v020 + .byte W04 + .byte N24 , Bn4 , v048 + .byte W10 + .byte MOD , 5 + .byte W03 + .byte VOL , 71*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 48*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 25*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 10*bgm_fanfa1_mvl/mxv + .byte W03 + .byte 0*bgm_fanfa1_mvl/mxv + .byte W15 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_fanfa1: + .byte 5 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_fanfa1_pri @ Priority + .byte bgm_fanfa1_rev @ Reverb. + + .word bgm_fanfa1_grp + + .word bgm_fanfa1_1 + .word bgm_fanfa1_2 + .word bgm_fanfa1_3 + .word bgm_fanfa1_4 + .word bgm_fanfa1_5 + + .end diff --git a/sound/songs/bgm_fanfa4.s b/sound/songs/bgm_fanfa4.s new file mode 100644 index 000000000..f02ff9d19 --- /dev/null +++ b/sound/songs/bgm_fanfa4.s @@ -0,0 +1,283 @@ + .include "MPlayDef.s" + + .equ bgm_fanfa4_grp, voicegroup_843129C + .equ bgm_fanfa4_pri, 5 + .equ bgm_fanfa4_rev, reverb_set+50 + .equ bgm_fanfa4_mvl, 127 + .equ bgm_fanfa4_key, 0 + .equ bgm_fanfa4_tbs, 1 + .equ bgm_fanfa4_exg, 0 + .equ bgm_fanfa4_cmp, 1 + + .section .rodata + .global bgm_fanfa4 + .align 2 + +@********************** Track 1 **********************@ + +bgm_fanfa4_1: + .byte KEYSH , bgm_fanfa4_key+0 + .byte W12 + .byte TEMPO , 190*bgm_fanfa4_tbs/2 + .byte VOICE , 46 + .byte VOL , 90*bgm_fanfa4_mvl/mxv + .byte PAN , c_v-24 + .byte N16 , Gs4 , v080 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte W08 + .byte N06 , Ds4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N08 , As4 + .byte W16 + .byte N08 + .byte W16 + .byte N08 + .byte W16 + .byte N48 , Gs4 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte VOL , 82*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 72*bgm_fanfa4_mvl/mxv + .byte W07 + .byte 41*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 14*bgm_fanfa4_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_fanfa4_2: + .byte KEYSH , bgm_fanfa4_key+0 + .byte W12 + .byte VOICE , 46 + .byte VOL , 90*bgm_fanfa4_mvl/mxv + .byte PAN , c_v+0 + .byte N16 , Cn5 , v104 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte W08 + .byte N06 + .byte W08 + .byte N06 + .byte W08 + .byte N06 + .byte W08 + .byte N08 , Cs5 + .byte W16 + .byte N08 + .byte W16 + .byte N08 + .byte W16 + .byte N48 , Cn5 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte VOL , 82*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 72*bgm_fanfa4_mvl/mxv + .byte W07 + .byte 41*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 14*bgm_fanfa4_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_fanfa4_3: + .byte KEYSH , bgm_fanfa4_key+0 + .byte W12 + .byte VOICE , 58 + .byte VOL , 90*bgm_fanfa4_mvl/mxv + .byte N16 , Gs1 , v120 + .byte W24 + .byte N06 + .byte W08 + .byte N06 + .byte W08 + .byte N06 + .byte W08 + .byte N08 , Fs1 + .byte W16 + .byte N08 + .byte W16 + .byte Gn1 + .byte W16 + .byte N48 , Gs1 + .byte W24 + .byte VOL , 82*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 72*bgm_fanfa4_mvl/mxv + .byte W07 + .byte 41*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 14*bgm_fanfa4_mvl/mxv + .byte W07 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_fanfa4_4: + .byte KEYSH , bgm_fanfa4_key+0 + .byte W12 + .byte VOICE , 82 + .byte VOL , 90*bgm_fanfa4_mvl/mxv + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v-48 + .byte N16 , Cn4 , v036 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte W08 + .byte N06 , Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gs3 + .byte W08 + .byte N08 , As3 + .byte W16 + .byte N08 + .byte W16 + .byte N08 + .byte W16 + .byte N48 , Gs3 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte VOL , 82*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 72*bgm_fanfa4_mvl/mxv + .byte W07 + .byte 41*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 14*bgm_fanfa4_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte W24 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_fanfa4_5: + .byte KEYSH , bgm_fanfa4_key+0 + .byte W12 + .byte VOICE , 83 + .byte VOL , 90*bgm_fanfa4_mvl/mxv + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte N16 , Gs3 , v036 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte W08 + .byte N06 , Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N08 , Fs3 + .byte W16 + .byte N08 + .byte W16 + .byte N08 + .byte W16 + .byte N48 , Ds3 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte VOL , 82*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 72*bgm_fanfa4_mvl/mxv + .byte W07 + .byte 41*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 14*bgm_fanfa4_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte W24 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_fanfa4_6: + .byte KEYSH , bgm_fanfa4_key+0 + .byte W12 + .byte VOICE , 46 + .byte PAN , c_v+24 + .byte VOL , 90*bgm_fanfa4_mvl/mxv + .byte N16 , Ds4 , v080 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte W08 + .byte N06 , Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte N08 , Fs4 + .byte W16 + .byte N08 + .byte W16 + .byte N08 + .byte W16 + .byte N48 , Ds4 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte VOL , 82*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 72*bgm_fanfa4_mvl/mxv + .byte W07 + .byte 41*bgm_fanfa4_mvl/mxv + .byte W05 + .byte 14*bgm_fanfa4_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_fanfa4: + .byte 6 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_fanfa4_pri @ Priority + .byte bgm_fanfa4_rev @ Reverb. + + .word bgm_fanfa4_grp + + .word bgm_fanfa4_1 + .word bgm_fanfa4_2 + .word bgm_fanfa4_3 + .word bgm_fanfa4_4 + .word bgm_fanfa4_5 + .word bgm_fanfa4_6 + + .end diff --git a/sound/songs/bgm_fanfa5.s b/sound/songs/bgm_fanfa5.s new file mode 100644 index 000000000..d2ec96b8e --- /dev/null +++ b/sound/songs/bgm_fanfa5.s @@ -0,0 +1,350 @@ + .include "MPlayDef.s" + + .equ bgm_fanfa5_grp, voicegroup_843129C + .equ bgm_fanfa5_pri, 5 + .equ bgm_fanfa5_rev, reverb_set+50 + .equ bgm_fanfa5_mvl, 127 + .equ bgm_fanfa5_key, 0 + .equ bgm_fanfa5_tbs, 1 + .equ bgm_fanfa5_exg, 0 + .equ bgm_fanfa5_cmp, 1 + + .section .rodata + .global bgm_fanfa5 + .align 2 + +@********************** Track 1 **********************@ + +bgm_fanfa5_1: + .byte KEYSH , bgm_fanfa5_key+0 + .byte W12 + .byte TEMPO , 150*bgm_fanfa5_tbs/2 + .byte VOICE , 56 + .byte PAN , c_v+18 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte N22 , Ds4 , v092 + .byte W16 + .byte VOL , 68*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 36*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 90*bgm_fanfa5_mvl/mxv + .byte N22 , Cn4 + .byte W16 + .byte VOL , 68*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 36*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 90*bgm_fanfa5_mvl/mxv + .byte N16 , Gs3 + .byte W16 + .byte N06 , Ds3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N04 , Fs4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As4 + .byte W08 + .byte N48 , Gs4 + .byte W16 + .byte MOD , 6 + .byte W32 + .byte 0 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_fanfa5_2: + .byte KEYSH , bgm_fanfa5_key+0 + .byte W12 + .byte VOICE , 56 + .byte PAN , c_v-16 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte N22 , Cn5 , v100 + .byte W16 + .byte VOL , 68*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 36*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 90*bgm_fanfa5_mvl/mxv + .byte N22 , Gs4 + .byte W16 + .byte VOL , 68*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 36*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 90*bgm_fanfa5_mvl/mxv + .byte N40 , Ds4 + .byte W12 + .byte MOD , 6 + .byte W28 + .byte VOL , 68*bgm_fanfa5_mvl/mxv + .byte MOD , 0 + .byte W04 + .byte VOL , 36*bgm_fanfa5_mvl/mxv + .byte W04 + .byte 90*bgm_fanfa5_mvl/mxv + .byte N04 , Cs5 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As4 + .byte W08 + .byte N04 + .byte W08 + .byte Cs5 + .byte W08 + .byte N48 , Cn5 + .byte W16 + .byte MOD , 6 + .byte W32 + .byte 0 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_fanfa5_3: + .byte KEYSH , bgm_fanfa5_key+0 + .byte W12 + .byte VOICE , 88 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte N12 , Ds1 , v080 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N08 , Cn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Gs1 + .byte W08 + .byte N24 , As1 + .byte W24 + .byte Cs2 + .byte W24 + .byte N40 , Cn2 + .byte W48 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_fanfa5_4: + .byte KEYSH , bgm_fanfa5_key+0 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v-48 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte N08 , Gs4 , v040 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte N08 , Gs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte Fs2 + .byte W08 + .byte Cs2 + .byte W08 + .byte As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N48 , Ds3 + .byte W16 + .byte MOD , 6 + .byte W32 + .byte 0 + .byte W24 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_fanfa5_5: + .byte KEYSH , bgm_fanfa5_key+0 + .byte W12 + .byte VOICE , 83 + .byte PAN , c_v+48 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte W04 + .byte N08 , Gs4 , v040 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W04 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte W04 + .byte N08 , Gs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gs3 + .byte W08 + .byte Ds3 + .byte W04 + .byte W04 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte Fs2 + .byte W08 + .byte Cs2 + .byte W08 + .byte As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N44 , Ds3 + .byte W12 + .byte MOD , 6 + .byte W32 + .byte 0 + .byte W24 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_fanfa5_6: + .byte KEYSH , bgm_fanfa5_key+0 + .byte W12 + .byte VOICE , 47 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte W24 + .byte 90*bgm_fanfa5_mvl/mxv + .byte W56 + .byte N08 , Cn2 , v127 + .byte W08 + .byte N08 + .byte W08 + .byte Fs2 + .byte W24 + .byte Cs2 + .byte W08 + .byte As1 , v112 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , Cn2 , v127 + .byte W48 + .byte W24 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_fanfa5_7: + .byte KEYSH , bgm_fanfa5_key+0 + .byte W12 + .byte VOICE , 0 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte N04 , En1 , v112 + .byte N80 , An2 , v120 + .byte W24 + .byte VOL , 90*bgm_fanfa5_mvl/mxv + .byte N04 , En1 , v112 + .byte W08 + .byte En1 , v092 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v092 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v092 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v092 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v092 + .byte W04 + .byte En1 , v112 + .byte W04 + .byte En1 , v092 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W48 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_fanfa5: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_fanfa5_pri @ Priority + .byte bgm_fanfa5_rev @ Reverb. + + .word bgm_fanfa5_grp + + .word bgm_fanfa5_1 + .word bgm_fanfa5_2 + .word bgm_fanfa5_3 + .word bgm_fanfa5_4 + .word bgm_fanfa5_5 + .word bgm_fanfa5_6 + .word bgm_fanfa5_7 + + .end diff --git a/sound/songs/bgm_field13.s b/sound/songs/bgm_field13.s new file mode 100644 index 000000000..6afab36e3 --- /dev/null +++ b/sound/songs/bgm_field13.s @@ -0,0 +1,778 @@ + .include "MPlayDef.s" + + .equ bgm_field13_grp, voicegroup_842FC88 + .equ bgm_field13_pri, 0 + .equ bgm_field13_rev, reverb_set+50 + .equ bgm_field13_mvl, 127 + .equ bgm_field13_key, 0 + .equ bgm_field13_tbs, 1 + .equ bgm_field13_exg, 0 + .equ bgm_field13_cmp, 1 + + .section .rodata + .global bgm_field13 + .align 2 + +@********************** Track 1 **********************@ + +bgm_field13_1: + .byte KEYSH , bgm_field13_key+0 + .byte TEMPO , 130*bgm_field13_tbs/2 + .byte VOICE , 56 + .byte VOL , 80*bgm_field13_mvl/mxv + .byte W96 + .byte W96 +bgm_field13_1_B1: + .byte W12 + .byte VOICE , 48 + .byte N11 , Fs2 , v080 + .byte W12 + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte N44 , Ds3 + .byte W48 + .byte W12 + .byte N23 , En3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Cs3 + .byte W24 + .byte N11 , Bn2 + .byte W12 + .byte N17 , Ds3 + .byte W18 + .byte N05 , Bn2 + .byte W06 + .byte N44 , Fs2 + .byte W48 + .byte Bn2 + .byte W24 + .byte W24 + .byte Bn3 + .byte W72 + .byte W12 + .byte N11 , Fs2 + .byte W12 + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte N44 , Ds3 + .byte W48 + .byte W12 + .byte N23 , An2 + .byte W24 + .byte Cs3 + .byte W24 + .byte En3 + .byte W24 + .byte N11 , An3 + .byte W12 + .byte N17 , Fs3 + .byte W18 + .byte N05 , An3 + .byte W06 + .byte N32 , Bn3 + .byte W36 + .byte N11 , Bn2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte N23 , An3 + .byte W24 + .byte Fs3 + .byte W24 + .byte N11 , En3 + .byte W12 + .byte N23 , Ds3 + .byte W24 + .byte VOICE , 56 + .byte N05 , An2 , v104 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , Cs3 + .byte W24 + .byte N05 , An2 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , Cs3 + .byte W24 +bgm_field13_1_000: + .byte N05 , Bn2 , v104 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , Fs3 + .byte W24 + .byte PEND + .byte PATT + .word bgm_field13_1_000 + .byte N05 , An2 , v104 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , En3 + .byte W24 + .byte N05 , An2 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , Gs3 + .byte W24 + .byte N05 , Bn2 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , Ds4 + .byte W24 + .byte N05 , Bn2 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , Fn3 + .byte W24 +bgm_field13_1_001: + .byte N05 , Bn2 , v104 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W36 + .byte PEND + .byte PATT + .word bgm_field13_1_001 + .byte GOTO + .word bgm_field13_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_field13_2: + .byte KEYSH , bgm_field13_key+0 + .byte VOICE , 56 + .byte VOL , 80*bgm_field13_mvl/mxv + .byte N05 , Bn2 , v112 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W36 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 , Fs3 + .byte W24 +bgm_field13_2_B1: +bgm_field13_2_000: + .byte N44 , Bn3 , v112 + .byte W60 + .byte N11 , Fs3 + .byte W12 + .byte N11 + .byte W12 + .byte Bn3 + .byte W12 + .byte PEND + .byte N23 , Cs4 + .byte W24 + .byte Bn3 + .byte W24 + .byte An3 + .byte W24 + .byte En3 + .byte W24 + .byte N92 , Fs3 + .byte W96 + .byte VOICE , 48 + .byte N68 , Ds3 , v092 + .byte W72 + .byte VOICE , 56 + .byte N23 , Fs3 , v112 + .byte W24 + .byte PATT + .word bgm_field13_2_000 + .byte N23 , Cs4 , v112 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cs4 + .byte W24 + .byte En4 + .byte W24 + .byte TIE , Ds4 + .byte W96 + .byte W92 + .byte W03 + .byte EOT + .byte W01 + .byte W24 + .byte VOICE , 48 + .byte N17 , An3 , v096 + .byte W18 + .byte N05 , En4 + .byte W06 + .byte N23 , An4 + .byte W24 + .byte Gs4 + .byte W24 +bgm_field13_2_001: + .byte N32 , Cs4 , v096 + .byte W36 + .byte Ds4 + .byte W36 + .byte N23 , En4 + .byte W24 + .byte PEND + .byte N17 , Fs4 + .byte W18 + .byte N05 , En4 + .byte W06 + .byte N68 , Ds4 + .byte W72 + .byte N17 , Bn3 + .byte W18 + .byte N05 , Fs3 + .byte W06 + .byte N68 , Ds4 + .byte W72 + .byte W24 + .byte N17 , An3 + .byte W18 + .byte N05 , En4 + .byte W06 + .byte N23 , An4 + .byte W24 + .byte Gs4 + .byte W24 + .byte PATT + .word bgm_field13_2_001 + .byte N17 , Fs4 , v096 + .byte W18 + .byte N05 , Ds4 + .byte W06 + .byte N68 , Bn4 + .byte W72 + .byte N17 + .byte W18 + .byte N05 , Fs4 + .byte W06 + .byte N68 , Ds5 + .byte W72 + .byte VOICE , 56 + .byte N05 , Fs3 , v112 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W36 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N23 + .byte W24 + .byte GOTO + .word bgm_field13_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_field13_3: + .byte KEYSH , bgm_field13_key+0 + .byte VOICE , 38 + .byte VOL , 80*bgm_field13_mvl/mxv + .byte N11 , Fs1 , v112 + .byte W48 + .byte N11 + .byte W48 +bgm_field13_3_000: + .byte N11 , Fs1 , v112 + .byte W48 + .byte N11 + .byte W48 + .byte PEND +bgm_field13_3_B1: +bgm_field13_3_001: + .byte N11 , Fs1 , v112 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte PEND + .byte An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte An1 + .byte W12 + .byte Fs1 + .byte W12 + .byte En1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Fs1 + .byte W12 + .byte PATT + .word bgm_field13_3_001 + .byte PATT + .word bgm_field13_3_001 + .byte N11 , An1 , v112 + .byte W12 + .byte Cs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte An1 + .byte W12 + .byte PATT + .word bgm_field13_3_001 +bgm_field13_3_002: + .byte N11 , Bn1 , v112 + .byte W12 + .byte Ds2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Ds2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Ds2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Ds2 + .byte W12 + .byte PEND +bgm_field13_3_003: + .byte N11 , An1 , v112 + .byte W12 + .byte Cs2 + .byte W12 + .byte An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte PEND +bgm_field13_3_004: + .byte N11 , An1 , v112 + .byte W12 + .byte Cs2 + .byte W12 + .byte An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte En2 + .byte W12 + .byte Cs2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_field13_3_002 + .byte N11 , Bn1 , v112 + .byte W12 + .byte Fs2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs2 + .byte W12 + .byte PATT + .word bgm_field13_3_003 + .byte PATT + .word bgm_field13_3_004 + .byte PATT + .word bgm_field13_3_002 + .byte PATT + .word bgm_field13_3_001 + .byte PATT + .word bgm_field13_3_000 + .byte PATT + .word bgm_field13_3_000 + .byte GOTO + .word bgm_field13_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_field13_4: + .byte KEYSH , bgm_field13_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_field13_mvl/mxv + .byte N05 , En1 , v072 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 +bgm_field13_4_000: + .byte N05 , En1 , v072 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte N02 + .byte W03 + .byte PEND +bgm_field13_4_B1: +bgm_field13_4_001: + .byte N05 , En1 , v072 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W12 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte N05 + .byte W06 + .byte PEND + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_000 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_000 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_001 + .byte PATT + .word bgm_field13_4_000 + .byte GOTO + .word bgm_field13_4_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_field13: + .byte 4 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_field13_pri @ Priority + .byte bgm_field13_rev @ Reverb. + + .word bgm_field13_grp + + .word bgm_field13_1 + .word bgm_field13_2 + .word bgm_field13_3 + .word bgm_field13_4 + + .end diff --git a/sound/songs/bgm_finecity.s b/sound/songs/bgm_finecity.s new file mode 100644 index 000000000..cc1e84b2c --- /dev/null +++ b/sound/songs/bgm_finecity.s @@ -0,0 +1,5380 @@ + .include "MPlayDef.s" + + .equ bgm_finecity_grp, voicegroup_84467E8 + .equ bgm_finecity_pri, 0 + .equ bgm_finecity_rev, reverb_set+50 + .equ bgm_finecity_mvl, 127 + .equ bgm_finecity_key, 0 + .equ bgm_finecity_tbs, 1 + .equ bgm_finecity_exg, 0 + .equ bgm_finecity_cmp, 1 + + .section .rodata + .global bgm_finecity + .align 2 + +@********************** Track 1 **********************@ + +bgm_finecity_1: + .byte KEYSH , bgm_finecity_key+0 + .byte TEMPO , 124*bgm_finecity_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 41*bgm_finecity_mvl/mxv + .byte W48 +bgm_finecity_1_B1: +bgm_finecity_1_000: + .byte W12 + .byte N03 , Gn5 , v064 + .byte W24 + .byte N03 + .byte W24 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte PEND + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 +bgm_finecity_1_001: + .byte N03 , Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v116 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v072 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte PEND + .byte PATT + .word bgm_finecity_1_001 +bgm_finecity_1_002: + .byte N03 , Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v116 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v072 + .byte W12 + .byte Gn5 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_finecity_1_003: + .byte N03 , Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v116 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v072 + .byte W24 + .byte PEND + .byte PATT + .word bgm_finecity_1_001 + .byte PATT + .word bgm_finecity_1_001 + .byte PATT + .word bgm_finecity_1_001 +bgm_finecity_1_004: + .byte N03 , Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v116 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W24 + .byte Gn5 , v072 + .byte W24 + .byte PEND + .byte PATT + .word bgm_finecity_1_001 + .byte N03 , Gn5 , v112 + .byte W06 + .byte Gn5 , v092 + .byte W18 + .byte Gn5 , v116 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v072 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v076 + .byte W12 + .byte Gn5 , v116 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v088 + .byte W18 + .byte Gn5 , v072 + .byte W12 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte PATT + .word bgm_finecity_1_004 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_001 + .byte PATT + .word bgm_finecity_1_001 + .byte PATT + .word bgm_finecity_1_002 + .byte PATT + .word bgm_finecity_1_003 + .byte PATT + .word bgm_finecity_1_001 + .byte PATT + .word bgm_finecity_1_001 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte PATT + .word bgm_finecity_1_000 + .byte GOTO + .word bgm_finecity_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_finecity_2: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 14 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 68*bgm_finecity_mvl/mxv + .byte PAN , c_v+0 + .byte W48 +bgm_finecity_2_B1: + .byte VOICE , 14 + .byte VOL , 68*bgm_finecity_mvl/mxv + .byte N36 , Fs4 , v112 + .byte W24 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte An3 + .byte W24 +bgm_finecity_2_000: + .byte N24 , Fs4 , v112 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte An4 + .byte W24 + .byte PEND +bgm_finecity_2_001: + .byte N24 , Bn4 , v112 + .byte W24 + .byte Gn4 + .byte W24 + .byte An4 + .byte W24 + .byte Fs4 + .byte W24 + .byte PEND + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte VOL , 52*bgm_finecity_mvl/mxv + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte VOL , 51*bgm_finecity_mvl/mxv + .byte W36 + .byte N03 , Dn5 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte N24 , En5 + .byte W12 + .byte W12 + .byte N06 , Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte N24 , An4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N36 , An4 + .byte W12 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte N06 , Gn4 + .byte W24 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Gn4 + .byte W12 + .byte N24 , En4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gn4 + .byte W12 + .byte N12 , En5 + .byte W12 + .byte N06 , Dn5 + .byte W12 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte Cs5 + .byte W12 + .byte N36 , An4 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N30 , An4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 , Gn4 + .byte W24 + .byte N06 , En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N96 , An4 + .byte W24 + .byte MOD , 5 + .byte W72 + .byte VOICE , 73 + .byte MOD , 0 + .byte W48 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte N12 , Gn5 + .byte W12 + .byte N06 , Fs5 + .byte W12 + .byte En5 + .byte W12 + .byte N24 , Fs5 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte N06 , Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N24 , En5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N24 , Cs5 + .byte W24 + .byte N06 , En5 + .byte W12 + .byte N42 , Fs5 + .byte W12 + .byte MOD , 5 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte W02 + .byte 44*bgm_finecity_mvl/mxv + .byte W03 + .byte 41*bgm_finecity_mvl/mxv + .byte W03 + .byte 39*bgm_finecity_mvl/mxv + .byte W04 + .byte 39*bgm_finecity_mvl/mxv + .byte W02 + .byte 36*bgm_finecity_mvl/mxv + .byte W03 + .byte 34*bgm_finecity_mvl/mxv + .byte W04 + .byte 31*bgm_finecity_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte Gn5 + .byte W12 + .byte An5 + .byte W12 + .byte N24 , Gn5 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte N24 , Fs5 + .byte W24 + .byte En5 + .byte W24 + .byte Fs5 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Gn5 + .byte W18 + .byte N06 , Fs5 + .byte W18 + .byte N48 , En5 + .byte W24 + .byte MOD , 4 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte W02 + .byte 43*bgm_finecity_mvl/mxv + .byte W03 + .byte 41*bgm_finecity_mvl/mxv + .byte W03 + .byte 39*bgm_finecity_mvl/mxv + .byte W04 + .byte 37*bgm_finecity_mvl/mxv + .byte W02 + .byte 36*bgm_finecity_mvl/mxv + .byte W03 + .byte 34*bgm_finecity_mvl/mxv + .byte W03 + .byte 31*bgm_finecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 30*bgm_finecity_mvl/mxv + .byte W02 + .byte 28*bgm_finecity_mvl/mxv + .byte W03 + .byte 28*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W04 + .byte 46*bgm_finecity_mvl/mxv + .byte N12 , Gn5 + .byte W18 + .byte N06 , Fs5 + .byte W18 + .byte N48 , En5 + .byte W12 + .byte MOD , 4 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte W02 + .byte 44*bgm_finecity_mvl/mxv + .byte W03 + .byte 41*bgm_finecity_mvl/mxv + .byte W03 + .byte 39*bgm_finecity_mvl/mxv + .byte W04 + .byte 37*bgm_finecity_mvl/mxv + .byte W02 + .byte 35*bgm_finecity_mvl/mxv + .byte W03 + .byte 31*bgm_finecity_mvl/mxv + .byte W03 + .byte 30*bgm_finecity_mvl/mxv + .byte W04 + .byte 28*bgm_finecity_mvl/mxv + .byte W02 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 24*bgm_finecity_mvl/mxv + .byte W03 + .byte 23*bgm_finecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte N06 , Ds5 + .byte W06 + .byte N78 , En5 + .byte W06 + .byte W24 + .byte MOD , 6 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte W02 + .byte 45*bgm_finecity_mvl/mxv + .byte W03 + .byte 44*bgm_finecity_mvl/mxv + .byte W03 + .byte 43*bgm_finecity_mvl/mxv + .byte W04 + .byte 41*bgm_finecity_mvl/mxv + .byte W05 + .byte 41*bgm_finecity_mvl/mxv + .byte W03 + .byte 39*bgm_finecity_mvl/mxv + .byte W06 + .byte 36*bgm_finecity_mvl/mxv + .byte W03 + .byte 36*bgm_finecity_mvl/mxv + .byte W03 + .byte 34*bgm_finecity_mvl/mxv + .byte W04 + .byte 34*bgm_finecity_mvl/mxv + .byte W02 + .byte 33*bgm_finecity_mvl/mxv + .byte W03 + .byte 31*bgm_finecity_mvl/mxv + .byte W03 + .byte 28*bgm_finecity_mvl/mxv + .byte W04 + .byte 28*bgm_finecity_mvl/mxv + .byte W02 + .byte 26*bgm_finecity_mvl/mxv + .byte W06 + .byte 23*bgm_finecity_mvl/mxv + .byte W04 + .byte 22*bgm_finecity_mvl/mxv + .byte W02 + .byte 20*bgm_finecity_mvl/mxv + .byte W03 + .byte 19*bgm_finecity_mvl/mxv + .byte W03 + .byte 19*bgm_finecity_mvl/mxv + .byte W04 + .byte VOICE , 14 + .byte MOD , 0 + .byte VOL , 63*bgm_finecity_mvl/mxv + .byte PAN , c_v+11 + .byte N24 , An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte VOICE , 14 + .byte VOL , 70*bgm_finecity_mvl/mxv + .byte N24 , Fs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte An3 + .byte W24 + .byte PATT + .word bgm_finecity_2_000 + .byte PATT + .word bgm_finecity_2_001 + .byte VOICE , 48 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte N24 , Gn3 , v112 + .byte W24 + .byte Fs3 + .byte W24 + .byte Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte VOICE , 24 + .byte VOL , 55*bgm_finecity_mvl/mxv + .byte N24 , Fs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte An3 + .byte W24 + .byte PATT + .word bgm_finecity_2_000 + .byte PATT + .word bgm_finecity_2_001 + .byte VOICE , 48 + .byte VOL , 48*bgm_finecity_mvl/mxv + .byte N24 , Gn4 , v112 + .byte W24 + .byte Fs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte VOICE , 24 + .byte VOL , 57*bgm_finecity_mvl/mxv + .byte N24 , Gn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte VOICE , 48 + .byte PAN , c_v+16 + .byte VOL , 48*bgm_finecity_mvl/mxv + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte VOICE , 24 + .byte PAN , c_v+0 + .byte VOL , 48*bgm_finecity_mvl/mxv + .byte W48 + .byte N12 , Fn4 + .byte W12 + .byte N06 , En4 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W12 + .byte N24 , As4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W36 + .byte N36 , As4 + .byte W12 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N24 , Gs4 + .byte W24 + .byte N06 , Gn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N72 , Bn4 + .byte W24 + .byte MOD , 6 + .byte W48 + .byte 0 + .byte W24 + .byte W48 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Dn5 + .byte W12 + .byte N24 , En5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , Dn5 + .byte W12 + .byte N24 , Cn5 + .byte W24 + .byte N06 , Gn4 + .byte W36 + .byte N12 , Cn5 + .byte W12 + .byte MOD , 4 + .byte N06 , Bn4 + .byte W12 + .byte MOD , 0 + .byte N06 , An4 + .byte W12 + .byte N24 , Bn4 + .byte W24 + .byte N06 , Cn5 + .byte W12 + .byte N24 , Gn4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte N12 , Gs4 + .byte W12 + .byte N06 , An4 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte VOL , 52*bgm_finecity_mvl/mxv + .byte N24 , Gs4 + .byte W24 + .byte En4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Bn3 + .byte W24 + .byte Gs4 + .byte W24 + .byte En4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Bn4 + .byte W24 + .byte Cs5 + .byte W24 + .byte An4 + .byte W24 + .byte Bn4 + .byte W24 + .byte Gs4 + .byte W24 + .byte VOICE , 48 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte GOTO + .word bgm_finecity_2_B1 + .byte VOL , 42*bgm_finecity_mvl/mxv + .byte PAN , c_v+0 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_finecity_3: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 24 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte PAN , c_v-16 + .byte W48 +bgm_finecity_3_B1: + .byte VOICE , 24 + .byte PAN , c_v-16 + .byte VOL , 45*bgm_finecity_mvl/mxv + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Cs4 , v060 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PAN , c_v+22 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte Gn4 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Cs4 , v064 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PAN , c_v+23 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , Dn4 , v060 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , Fs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte PAN , c_v+21 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Bn3 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte PAN , c_v-16 + .byte W12 + .byte N06 , Gn3 , v112 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte PAN , c_v-21 + .byte N06 , Gs2 , v076 + .byte W06 + .byte An2 , v080 + .byte W06 + .byte Cs3 , v088 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte PAN , c_v+21 + .byte N06 , Cs3 , v076 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte An3 , v088 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte PAN , c_v-16 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 49*bgm_finecity_mvl/mxv + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Cs4 , v060 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PAN , c_v+20 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte Gn4 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Cs4 , v064 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PAN , c_v+21 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , Dn4 , v060 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , Fs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte PAN , c_v+20 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Bn3 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte PAN , c_v-16 + .byte N24 , Gn3 , v112 + .byte W24 + .byte Fs3 + .byte W24 + .byte N06 , Gs2 , v064 + .byte W06 + .byte An2 , v076 + .byte W06 + .byte Cs3 , v088 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte PAN , c_v+20 + .byte N06 , Cs3 , v072 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte PAN , c_v-16 + .byte VOL , 49*bgm_finecity_mvl/mxv + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Cs4 , v060 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Cs4 , v064 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , Dn4 , v060 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W06 + .byte N06 , Fs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Bn3 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , An3 , v064 + .byte W06 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N24 , Gn3 , v112 + .byte W24 + .byte Fs3 + .byte W24 + .byte Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte VOICE , 45 + .byte N24 , Gn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte VOICE , 24 + .byte VOL , 52*bgm_finecity_mvl/mxv + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte PAN , c_v-26 + .byte N06 , Bn2 , v072 + .byte W06 + .byte Dn3 , v076 + .byte W06 + .byte Gn3 , v080 + .byte W06 + .byte An3 + .byte W06 + .byte PAN , c_v+22 + .byte N06 , Gn3 , v068 + .byte W06 + .byte An3 , v076 + .byte W06 + .byte Dn4 , v080 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v-16 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 73 + .byte N06 , Bn3 , v112 + .byte W06 + .byte N03 , En4 , v064 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , Ds4 , v060 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , En4 , v064 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , En4 , v064 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , En4 , v064 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , Ds4 , v064 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N06 , Cs5 , v112 + .byte W06 + .byte N03 , En4 , v060 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , En4 , v064 + .byte W06 + .byte N06 , Fs4 , v112 + .byte W06 + .byte N03 , En4 , v064 + .byte W06 + .byte N06 , Gs4 , v112 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W06 + .byte N06 , Fs4 , v112 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W06 + .byte N06 , En4 , v112 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W06 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Bn3 , v064 + .byte W06 + .byte VOICE , 24 + .byte VOL , 52*bgm_finecity_mvl/mxv + .byte W12 + .byte N06 , An4 , v112 + .byte W12 + .byte N24 , Gs4 + .byte W24 + .byte N06 , Gs2 , v064 + .byte W06 + .byte An2 , v076 + .byte W06 + .byte Cs3 , v088 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte PAN , c_v+20 + .byte N06 , Cs3 , v072 + .byte W06 + .byte En3 , v080 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte GOTO + .word bgm_finecity_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_finecity_4: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 45 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+16 + .byte VOL , 37*bgm_finecity_mvl/mxv + .byte W48 +bgm_finecity_4_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 17 + .byte W36 + .byte N03 , Bn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , As4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N24 , Cs5 + .byte W12 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N06 , An4 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N36 , Cn4 + .byte W12 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Bn3 + .byte W12 + .byte N06 , An3 + .byte W24 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Cn4 + .byte W12 + .byte N30 , Gn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Bn3 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N36 , Cs4 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N30 , Dn4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N06 , Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte N48 , Cs4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , En4 + .byte W24 + .byte Gn4 + .byte W24 + .byte PAN , c_v+24 + .byte MOD , 0 + .byte VOL , 31*bgm_finecity_mvl/mxv + .byte W48 + .byte N12 , En5 + .byte W12 + .byte N06 , Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte N06 , En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N24 , Cs5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N24 , Gn4 + .byte W24 + .byte N06 , An4 + .byte W12 + .byte N42 , Cn5 + .byte W12 + .byte MOD , 5 + .byte VOL , 28*bgm_finecity_mvl/mxv + .byte W02 + .byte 27*bgm_finecity_mvl/mxv + .byte W03 + .byte 25*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W04 + .byte 21*bgm_finecity_mvl/mxv + .byte W02 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 13*bgm_finecity_mvl/mxv + .byte W03 + .byte 12*bgm_finecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 31*bgm_finecity_mvl/mxv + .byte W12 + .byte N03 , Ds5 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte En5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N24 , En5 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte N24 , Ds5 + .byte W24 + .byte Bn4 + .byte W24 + .byte An4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte PAN , c_v-32 + .byte MOD , 0 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N06 , Cn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v+24 + .byte N06 , Gn4 + .byte W06 + .byte En4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte En5 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cs4 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v+24 + .byte N06 , Gn4 + .byte W06 + .byte En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte N78 , An5 , v060 + .byte W06 + .byte W24 + .byte MOD , 6 + .byte VOL , 31*bgm_finecity_mvl/mxv + .byte W05 + .byte 27*bgm_finecity_mvl/mxv + .byte W07 + .byte 25*bgm_finecity_mvl/mxv + .byte W05 + .byte 23*bgm_finecity_mvl/mxv + .byte W07 + .byte 21*bgm_finecity_mvl/mxv + .byte W05 + .byte 19*bgm_finecity_mvl/mxv + .byte W07 + .byte 17*bgm_finecity_mvl/mxv + .byte W05 + .byte 17*bgm_finecity_mvl/mxv + .byte W07 + .byte 16*bgm_finecity_mvl/mxv + .byte W05 + .byte 15*bgm_finecity_mvl/mxv + .byte W07 + .byte 13*bgm_finecity_mvl/mxv + .byte W05 + .byte 12*bgm_finecity_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 37*bgm_finecity_mvl/mxv + .byte N06 , An5 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W18 + .byte Gn5 + .byte W06 + .byte An5 + .byte W12 + .byte N12 , En5 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_finecity_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_finecity_5: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 44*bgm_finecity_mvl/mxv + .byte W48 +bgm_finecity_5_B1: +bgm_finecity_5_000: + .byte N06 , En5 , v112 + .byte W24 + .byte En5 , v080 + .byte W24 + .byte En5 , v112 + .byte W24 + .byte En5 , v088 + .byte W24 + .byte PEND + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N12 , En5 , v112 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte En5 , v092 + .byte W24 + .byte En5 , v112 + .byte W12 + .byte W96 + .byte W12 + .byte En5 , v092 + .byte W84 + .byte W60 + .byte En5 , v096 + .byte W36 + .byte W60 + .byte N12 + .byte W24 + .byte En5 , v112 + .byte W12 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N12 , En5 , v112 + .byte W12 + .byte W96 + .byte W96 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte PATT + .word bgm_finecity_5_000 + .byte GOTO + .word bgm_finecity_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_finecity_6: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-63 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte BEND , c_v+0 + .byte W48 +bgm_finecity_6_B1: + .byte VOICE , 83 + .byte W06 + .byte N24 , Fs5 , v084 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Bn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Gn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N30 , Fs5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte W06 + .byte VOICE , 80 + .byte N12 , Gn4 , v112 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte VOICE , 80 + .byte BEND , c_v+0 + .byte N30 , Gn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Fs3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte BEND , c_v+0 + .byte N24 , Cs4 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte N03 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N24 , En3 + .byte W24 + .byte An3 + .byte W24 + .byte N36 + .byte W09 + .byte MOD , 3 + .byte W24 + .byte W03 + .byte N03 , Fs3 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N03 , An3 + .byte W06 + .byte N12 , Cn4 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N36 , Fs3 + .byte W12 + .byte MOD , 3 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte N03 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte MOD , 0 + .byte N12 , Ds3 + .byte W12 + .byte N24 , An3 + .byte W24 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N06 , Dn3 + .byte W12 + .byte MOD , 3 + .byte N03 , Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte MOD , 0 + .byte N03 , Gn3 + .byte N03 , Bn3 + .byte W12 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N06 + .byte W12 + .byte MOD , 3 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte MOD , 0 + .byte N24 , An3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte MOD , 3 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte MOD , 0 + .byte N03 , Cs4 + .byte W06 + .byte N03 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , An3 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte N24 , Dn4 + .byte W24 + .byte MOD , 3 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte MOD , 0 + .byte N24 + .byte W24 + .byte MOD , 3 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte MOD , 0 + .byte N36 , Cs4 + .byte W24 + .byte MOD , 3 + .byte W12 + .byte N03 , An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte MOD , 0 + .byte N24 , En3 + .byte W24 + .byte An3 + .byte W24 + .byte N84 , Gn3 + .byte W24 + .byte MOD , 3 + .byte W60 + .byte N06 , An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte MOD , 0 + .byte N48 , An3 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte N24 , Cs4 + .byte W24 + .byte An3 + .byte W24 + .byte MOD , 0 + .byte N84 + .byte W24 + .byte MOD , 3 + .byte W60 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte MOD , 0 + .byte N48 , Fs3 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte N24 , En3 + .byte W24 + .byte Fs3 + .byte W24 +bgm_finecity_6_000: + .byte MOD , 0 + .byte N96 , En4 , v112 + .byte W24 + .byte MOD , 3 + .byte W72 + .byte PEND + .byte PATT + .word bgm_finecity_6_000 + .byte MOD , 0 + .byte N96 , Gn4 , v112 + .byte W24 + .byte MOD , 3 + .byte W48 + .byte 5 + .byte W24 + .byte VOICE , 83 + .byte MOD , 0 + .byte N06 , En3 + .byte W12 + .byte En3 , v036 + .byte W12 + .byte En3 , v112 + .byte W12 + .byte En3 , v036 + .byte W12 + .byte En3 , v112 + .byte W12 + .byte En3 , v036 + .byte W12 + .byte En3 , v112 + .byte W12 + .byte En3 , v036 + .byte W12 + .byte N24 , Fs4 , v112 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Bn4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Gn4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte VOICE , 80 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N24 , Gn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte An3 + .byte W24 + .byte VOICE , 83 + .byte N24 , Fs5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Bn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Gn5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte VOICE , 80 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N24 , Gn3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Gn3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An3 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte W12 + .byte 29*bgm_finecity_mvl/mxv + .byte N12 , Gn4 + .byte W03 + .byte VOL , 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An4 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte W03 + .byte 26*bgm_finecity_mvl/mxv + .byte W03 + .byte 22*bgm_finecity_mvl/mxv + .byte W03 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte VOICE , 80 + .byte VOL , 26*bgm_finecity_mvl/mxv + .byte N84 , Dn4 + .byte W84 + .byte N06 , Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N96 , Cn4 + .byte W96 + .byte N96 + .byte W96 + .byte VOICE , 83 + .byte N06 , Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOICE , 80 + .byte N84 , Dn4 + .byte W84 + .byte N06 , Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N96 , En4 + .byte W96 + .byte Cn4 + .byte W96 + .byte N96 + .byte W96 + .byte VOICE , 83 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N24 , Gs4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Bn3 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Gs4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Fs4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Bn4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Cs5 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , An4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Bn4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Gs4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte W12 + .byte N12 , An4 + .byte W12 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N24 , Gs4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , Dn4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte 35*bgm_finecity_mvl/mxv + .byte N24 , En4 + .byte W12 + .byte VOL , 32*bgm_finecity_mvl/mxv + .byte W02 + .byte 24*bgm_finecity_mvl/mxv + .byte W01 + .byte 29*bgm_finecity_mvl/mxv + .byte W02 + .byte 19*bgm_finecity_mvl/mxv + .byte W01 + .byte 23*bgm_finecity_mvl/mxv + .byte W02 + .byte 14*bgm_finecity_mvl/mxv + .byte W01 + .byte 17*bgm_finecity_mvl/mxv + .byte W03 + .byte GOTO + .word bgm_finecity_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_finecity_7: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 39 + .byte LFOS , 44 + .byte XCMD , xIECV , 12 + .byte xIECV , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 61*bgm_finecity_mvl/mxv + .byte W48 +bgm_finecity_7_B1: + .byte N06 , Dn2 , v112 + .byte W06 + .byte N12 , Dn2 , v036 + .byte W18 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W18 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Fs1 + .byte W06 +bgm_finecity_7_000: + .byte N30 , Gn1 , v112 + .byte W30 + .byte N06 , Gn1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte N30 , Fs1 , v112 + .byte W30 + .byte N06 , Fs1 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte PEND + .byte En2 , v112 + .byte W06 + .byte En2 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N24 , En1 , v112 + .byte W24 + .byte Gn1 + .byte W24 + .byte An1 + .byte W24 +bgm_finecity_7_001: + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W30 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte PEND + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W30 + .byte N03 , An1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte N06 , Gn1 + .byte W06 + .byte An1 + .byte W06 + .byte N12 , Gs1 , v096 + .byte W12 + .byte N06 , Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W30 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N24 , Fs1 , v112 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W30 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds1 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte N12 , Fs1 , v112 + .byte W12 + .byte N06 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N12 , Fn1 , v096 + .byte W12 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W30 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N18 , Dn1 , v112 + .byte W18 + .byte N06 , Dn1 , v036 + .byte W06 + .byte Ds1 , v112 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W30 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte N18 , An1 , v112 + .byte W18 + .byte N06 , An1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v036 + .byte W30 + .byte N03 , As1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N12 , Dn2 , v112 + .byte W12 + .byte N06 , Dn2 , v036 + .byte W12 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W30 + .byte N03 , An1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte An1 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte PATT + .word bgm_finecity_7_001 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W30 + .byte N03 , An1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte N18 , An1 , v112 + .byte W18 + .byte N06 , An1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W30 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N18 , Fs1 , v112 + .byte W18 + .byte N06 , Fs1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W30 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N24 , Fs1 , v112 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte Fn1 , v036 + .byte W06 + .byte Cn2 , v120 + .byte W12 + .byte N09 , Cn2 , v096 + .byte W12 + .byte N06 , Cn2 , v120 + .byte W12 + .byte N09 , Cn2 , v096 + .byte W12 + .byte N06 , Cn2 , v120 + .byte W12 + .byte N09 , Cn2 , v096 + .byte W12 + .byte N06 , Bn2 , v112 + .byte W06 + .byte Cn3 , v120 + .byte W06 + .byte N09 , Cn2 , v096 + .byte W12 + .byte N06 , Cs2 , v120 + .byte W12 + .byte N09 , Cs2 , v096 + .byte W12 + .byte N06 , Cs2 , v120 + .byte W12 + .byte N09 , Cs2 , v096 + .byte W12 + .byte N06 , Cs2 , v120 + .byte W12 + .byte N09 , Cs2 , v096 + .byte W12 + .byte N06 , Cn3 , v112 + .byte W06 + .byte Cs3 , v120 + .byte W06 + .byte N12 , Bn2 , v096 + .byte W12 + .byte N06 , An2 , v120 + .byte W12 + .byte N09 , An2 , v096 + .byte W12 + .byte N06 , An2 , v120 + .byte W12 + .byte N09 , An2 , v096 + .byte W12 + .byte N06 , An2 , v120 + .byte W12 + .byte N09 , An2 , v096 + .byte W12 + .byte N06 , An2 , v120 + .byte W12 + .byte N09 , An2 , v096 + .byte W12 + .byte N06 , An2 , v112 + .byte W06 + .byte An2 , v036 + .byte W18 + .byte An2 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W12 + .byte N12 , An2 + .byte W12 + .byte N06 , Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte N12 , En2 + .byte W12 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W18 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W18 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte PATT + .word bgm_finecity_7_000 + .byte N06 , Gs1 , v112 + .byte W06 + .byte An1 + .byte W06 + .byte En1 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte Ds1 , v112 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte An1 + .byte W06 + .byte N24 , Cs2 + .byte W24 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W18 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte En2 , v112 + .byte W06 + .byte En2 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte N24 , Cs2 , v112 + .byte W24 + .byte N06 , An1 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W18 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte N24 , An1 , v112 + .byte W24 + .byte N06 , Fs1 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W18 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte N24 , Fs1 , v112 + .byte W24 + .byte N06 , Dn1 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N24 , En1 , v112 + .byte W24 + .byte Gn1 + .byte W24 + .byte N12 , An1 + .byte W12 + .byte N06 , Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte An1 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N24 , En1 , v112 + .byte W24 + .byte Gn1 + .byte W24 + .byte N18 , An1 + .byte W18 + .byte N06 , An1 , v036 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte N24 , Gn1 , v112 + .byte W24 + .byte Gs1 + .byte W24 + .byte An1 + .byte W24 + .byte N06 , As1 + .byte W06 + .byte As1 , v036 + .byte W30 + .byte N03 , As1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte Fn1 , v036 + .byte W06 + .byte N12 , Fn1 , v112 + .byte W12 + .byte N06 , As1 + .byte W06 + .byte As1 , v036 + .byte W06 + .byte Fn1 , v112 + .byte W06 + .byte Fn1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W30 + .byte N03 , An1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte N12 , En1 , v112 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte An1 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte Gs1 , v036 + .byte W30 + .byte N03 , Gs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds1 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte Ds1 , v112 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W30 + .byte N03 , Gn1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte N12 , Dn1 , v112 + .byte W12 + .byte N06 , Gn1 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v036 + .byte W30 + .byte N03 , As1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W06 + .byte Fn1 , v036 + .byte W06 + .byte N12 , Fn1 , v112 + .byte W12 + .byte N06 , As1 + .byte W06 + .byte As1 , v036 + .byte W18 + .byte Cn2 , v112 + .byte W06 + .byte Cn2 , v036 + .byte W30 + .byte N03 , Cn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte N12 , Gn1 , v112 + .byte W12 + .byte N06 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte N12 , Gn1 + .byte W12 + .byte N06 , An1 , v120 + .byte W12 + .byte N09 , An1 , v096 + .byte W12 + .byte N06 , An1 , v120 + .byte W12 + .byte N09 , An1 , v096 + .byte W12 + .byte N06 , An1 , v120 + .byte W12 + .byte N09 , An1 , v096 + .byte W12 + .byte N06 , An2 , v120 + .byte W12 + .byte N09 , An1 , v096 + .byte W12 + .byte N06 , An1 , v120 + .byte W12 + .byte N09 , An1 , v096 + .byte W12 + .byte N06 , An1 , v120 + .byte W12 + .byte N09 , An1 , v096 + .byte W12 + .byte N06 , Dn2 , v120 + .byte W12 + .byte N12 , Dn2 , v096 + .byte W12 + .byte N06 , Dn3 , v120 + .byte W12 + .byte N12 , Cn3 , v096 + .byte W12 + .byte N30 , En2 , v112 + .byte W36 + .byte N06 + .byte W06 + .byte En2 , v036 + .byte W06 + .byte N30 , Ds2 , v112 + .byte W30 + .byte N06 , Ds2 , v036 + .byte W06 + .byte Ds2 , v112 + .byte W06 + .byte Ds2 , v036 + .byte W06 + .byte N30 , Cs2 , v112 + .byte W30 + .byte N06 , Cs2 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte N30 , Bn1 , v112 + .byte W30 + .byte N06 , Bn1 , v036 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v036 + .byte W06 + .byte N30 , An1 , v112 + .byte W30 + .byte N06 , An1 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte N30 , Gs1 , v112 + .byte W30 + .byte N06 , Gs1 , v036 + .byte W06 + .byte Gs1 , v112 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v036 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte N24 , Fs1 , v112 + .byte W24 + .byte Gn1 + .byte W24 + .byte An1 + .byte W24 + .byte GOTO + .word bgm_finecity_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_finecity_8: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 70*bgm_finecity_mvl/mxv + .byte N06 , Cn1 , v127 + .byte N42 , An2 , v060 + .byte W12 + .byte N06 , En1 , v127 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En1 , v124 + .byte W06 + .byte N03 , Dn1 , v060 + .byte W03 + .byte N03 + .byte W03 +bgm_finecity_8_B1: + .byte VOL , 63*bgm_finecity_mvl/mxv + .byte N06 , En1 , v112 + .byte N48 , An2 , v096 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W12 + .byte N06 , Cn1 , v127 + .byte W12 +bgm_finecity_8_000: + .byte N06 , En1 , v112 + .byte N48 , An2 , v092 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte PEND +bgm_finecity_8_001: + .byte N06 , En1 , v112 + .byte N48 , An2 , v096 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W12 + .byte N06 , Cn1 , v127 + .byte W12 + .byte PEND + .byte N06 + .byte N48 , An2 , v096 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte N06 + .byte N36 , An2 , v096 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W24 +bgm_finecity_8_002: + .byte N06 , Cn1 , v120 + .byte W24 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_finecity_8_002 + .byte PATT + .word bgm_finecity_8_002 + .byte PATT + .word bgm_finecity_8_002 + .byte PATT + .word bgm_finecity_8_002 + .byte PATT + .word bgm_finecity_8_002 + .byte N06 , Cn1 , v120 + .byte W24 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 , v120 + .byte N48 , An2 , v080 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W24 + .byte Cn1 , v124 + .byte W24 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W24 + .byte Cn1 + .byte W24 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W24 + .byte Cn1 , v120 + .byte W24 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W12 + .byte N06 + .byte W12 +bgm_finecity_8_003: + .byte N06 , En1 , v120 + .byte W24 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_finecity_8_003 + .byte N06 , En1 , v124 + .byte W24 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v124 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 +bgm_finecity_8_004: + .byte N06 , En1 , v112 + .byte N48 , An2 , v088 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W12 + .byte N06 , Cn1 , v127 + .byte W12 + .byte PEND + .byte PATT + .word bgm_finecity_8_000 + .byte PATT + .word bgm_finecity_8_001 +bgm_finecity_8_005: + .byte N06 , En1 , v112 + .byte N48 , An2 , v092 + .byte W24 + .byte N06 , Cn1 , v127 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte PEND + .byte PATT + .word bgm_finecity_8_004 + .byte N06 , En1 , v112 + .byte N48 , An2 , v088 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte N24 , Gn2 , v080 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 + .byte W12 + .byte PATT + .word bgm_finecity_8_004 + .byte PATT + .word bgm_finecity_8_005 + .byte N06 , En1 , v112 + .byte N48 , An2 , v088 + .byte W24 + .byte N06 , Cn1 , v127 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte Cn1 , v120 + .byte N48 , An2 , v088 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte N24 , An2 , v060 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 + .byte W12 +bgm_finecity_8_006: + .byte N06 , Cn1 , v120 + .byte W18 + .byte N03 , Dn1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W24 + .byte PEND + .byte Cn1 , v120 + .byte W18 + .byte N03 , Dn1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte En1 + .byte W06 + .byte Dn1 + .byte W18 + .byte Cn1 , v120 + .byte W18 + .byte N03 , Dn1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W24 + .byte En1 , v120 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Cn1 , v084 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_finecity_8_006 + .byte N06 , Cn1 , v120 + .byte W18 + .byte N03 , Dn1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W24 + .byte N06 + .byte W18 + .byte N03 , Dn1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte W24 + .byte N06 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte PATT + .word bgm_finecity_8_004 + .byte N06 , En1 , v112 + .byte N48 , An2 , v088 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N48 , An2 , v092 + .byte W24 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En1 , v112 + .byte N24 , Gn2 , v080 + .byte W12 + .byte N06 , Cn1 , v127 + .byte W12 + .byte Cn1 , v120 + .byte N48 , An2 , v092 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , En1 , v060 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte N24 , An2 , v056 + .byte W06 + .byte N06 , En1 , v112 + .byte W06 + .byte Cn1 + .byte W12 + .byte GOTO + .word bgm_finecity_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_finecity_9: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 18 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte W48 +bgm_finecity_9_B1: +bgm_finecity_9_000: + .byte VOICE , 6 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N06 , An4 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Cs5 , v060 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte Gn5 + .byte W06 + .byte PEND +bgm_finecity_9_001: + .byte N06 , Fs5 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Cs5 , v064 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N06 , Bn5 , v112 + .byte W06 + .byte N03 , Dn5 , v060 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte PEND +bgm_finecity_9_002: + .byte N06 , Fs5 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte N06 , En5 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte N06 , Fs5 , v112 + .byte W06 + .byte N03 , An4 , v064 + .byte W06 + .byte N06 , En5 , v112 + .byte W06 + .byte N03 , An4 , v064 + .byte W06 + .byte N06 , Dn5 , v112 + .byte W06 + .byte N03 , An4 , v064 + .byte W06 + .byte N06 , Cs5 , v112 + .byte W06 + .byte N03 , An4 , v064 + .byte W06 + .byte N06 , Bn4 , v112 + .byte W06 + .byte N03 , An4 , v064 + .byte W06 + .byte N06 , Cs5 , v112 + .byte W06 + .byte N03 , An4 , v064 + .byte W06 + .byte PEND + .byte VOICE , 81 + .byte PAN , c_v+0 + .byte VOL , 44*bgm_finecity_mvl/mxv + .byte W12 + .byte N12 , Bn2 , v112 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte Bn2 + .byte W24 + .byte Cs3 + .byte W24 + .byte VOICE , 5 + .byte PAN , c_v+63 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N30 , Bn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte En4 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte N03 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , An3 + .byte W24 + .byte Cs4 + .byte W24 + .byte N36 , Cn4 + .byte W09 + .byte MOD , 5 + .byte W24 + .byte W03 + .byte N03 , Bn3 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N03 , Cn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte N36 , Bn3 + .byte W12 + .byte MOD , 3 + .byte W24 + .byte N06 , Ds4 + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte MOD , 0 + .byte N12 , Fs3 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N06 , Fs4 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte MOD , 4 + .byte N03 , Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte MOD , 0 + .byte N03 , Dn4 + .byte W12 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , Bn3 + .byte W12 + .byte MOD , 4 + .byte N03 , As3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte MOD , 0 + .byte N24 , Cs4 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte MOD , 4 + .byte N03 , Gs3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte MOD , 0 + .byte N03 , En4 + .byte W06 + .byte N03 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte N24 , Cs4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N24 , Fn4 + .byte W24 + .byte MOD , 5 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte MOD , 0 + .byte N24 , En4 + .byte W24 + .byte MOD , 4 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte MOD , 0 + .byte N36 + .byte W24 + .byte MOD , 3 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte MOD , 0 + .byte N24 , An3 + .byte W24 + .byte Cs4 + .byte W24 + .byte N84 , Bn3 + .byte W24 + .byte MOD , 4 + .byte W60 + .byte N06 , Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte MOD , 0 + .byte N48 , Cs4 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte N24 , En4 + .byte W24 + .byte Cs4 + .byte W24 + .byte MOD , 0 + .byte N84 , Cn4 + .byte W24 + .byte MOD , 4 + .byte W60 + .byte N06 , Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte MOD , 0 + .byte N48 , Bn3 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte N24 , Ds4 + .byte W24 + .byte Fs4 + .byte W24 +bgm_finecity_9_003: + .byte MOD , 0 + .byte N96 , Gn4 , v112 + .byte W24 + .byte MOD , 3 + .byte W72 + .byte PEND + .byte PATT + .word bgm_finecity_9_003 + .byte MOD , 0 + .byte N96 , An4 , v112 + .byte W24 + .byte MOD , 6 + .byte W72 + .byte 0 + .byte N06 + .byte W24 + .byte Gn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte VOICE , 6 + .byte N06 , An4 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Cs5 , v060 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte N03 , Dn5 , v064 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte Gn5 + .byte W06 + .byte PATT + .word bgm_finecity_9_001 + .byte PATT + .word bgm_finecity_9_002 + .byte VOICE , 81 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N24 , Bn2 , v112 + .byte W24 + .byte An2 + .byte W24 + .byte Bn2 + .byte W24 + .byte Cs3 + .byte W24 + .byte PATT + .word bgm_finecity_9_000 + .byte PATT + .word bgm_finecity_9_001 + .byte PATT + .word bgm_finecity_9_002 + .byte VOICE , 81 + .byte PAN , c_v+0 + .byte VOL , 26*bgm_finecity_mvl/mxv + .byte N24 , Bn2 , v112 + .byte W24 + .byte An2 + .byte W24 + .byte Bn2 + .byte W24 + .byte En3 + .byte W24 + .byte Bn3 + .byte W24 + .byte An3 + .byte W24 + .byte Bn3 + .byte W24 + .byte En4 + .byte W24 + .byte W12 + .byte N12 , Bn3 + .byte W12 + .byte N24 , An3 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cs4 + .byte W24 + .byte VOICE , 5 + .byte PAN , c_v+63 + .byte VOL , 26*bgm_finecity_mvl/mxv + .byte N84 , Fn4 + .byte W84 + .byte N06 , Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N96 , En4 + .byte W96 + .byte Ds4 + .byte W96 + .byte N06 , Gn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte N84 , Fn4 + .byte W84 + .byte N06 , Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte N96 , Gn4 + .byte W96 + .byte En4 + .byte W96 + .byte N48 , Dn4 + .byte W48 + .byte Fs4 + .byte W48 + .byte VOICE , 6 + .byte VOL , 35*bgm_finecity_mvl/mxv + .byte N06 , Bn4 + .byte W06 + .byte N03 , En5 , v064 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte N06 , Bn5 , v112 + .byte W06 + .byte N03 , Ds5 , v060 + .byte W06 + .byte En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N06 , Bn5 , v112 + .byte W06 + .byte N03 , En5 , v064 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte N06 , Bn5 , v112 + .byte W06 + .byte N03 , En5 , v064 + .byte W06 + .byte N06 , Bn5 , v112 + .byte W06 + .byte An5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N03 , En5 , v064 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte N06 , Bn5 , v112 + .byte W06 + .byte N03 , Ds5 , v064 + .byte W06 + .byte En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N06 , Cs6 , v112 + .byte W06 + .byte N03 , En5 , v060 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte N06 , Bn5 , v112 + .byte W06 + .byte N03 , En5 + .byte W06 + .byte N06 , Bn5 + .byte W06 + .byte An5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N03 , En5 , v064 + .byte W06 + .byte N06 , Fs5 , v112 + .byte W06 + .byte N03 , En5 , v064 + .byte W06 + .byte N06 , Gs5 , v112 + .byte W06 + .byte N03 , Bn4 , v064 + .byte W06 + .byte N06 , Fs5 , v112 + .byte W06 + .byte N03 , Bn4 , v064 + .byte W06 + .byte N06 , En5 , v112 + .byte W06 + .byte N03 , Bn4 , v064 + .byte W06 + .byte N06 , Ds5 , v112 + .byte W06 + .byte N03 , Bn4 , v064 + .byte W06 + .byte N06 , Cs5 , v112 + .byte W06 + .byte N03 , Bn4 , v064 + .byte W06 + .byte N06 , Ds5 , v112 + .byte W06 + .byte N03 , Bn4 , v064 + .byte W06 + .byte VOICE , 81 + .byte VOL , 26*bgm_finecity_mvl/mxv + .byte W12 + .byte N12 , Cs4 , v112 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N24 + .byte W24 + .byte Cs4 + .byte W24 + .byte GOTO + .word bgm_finecity_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_finecity_10: + .byte KEYSH , bgm_finecity_key+0 + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 44*bgm_finecity_mvl/mxv + .byte W48 +bgm_finecity_10_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte N48 , En3 , v112 + .byte W48 + .byte VOICE , 24 + .byte VOL , 40*bgm_finecity_mvl/mxv + .byte N06 , En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Bn4 + .byte W12 + .byte En5 + .byte W12 + .byte VOICE , 48 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte N48 , Gn3 + .byte W48 + .byte VOICE , 24 + .byte VOL , 41*bgm_finecity_mvl/mxv + .byte N06 , An4 + .byte W12 + .byte Cs5 + .byte W12 + .byte En5 + .byte W12 + .byte An5 + .byte W12 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte N06 , Gn5 + .byte W24 + .byte VOICE , 48 + .byte N24 , En3 + .byte W24 + .byte Cn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N36 , Ds3 + .byte W12 + .byte W24 + .byte N24 , Fs3 + .byte W24 + .byte Ds3 + .byte W48 + .byte N96 , Dn3 + .byte W96 + .byte N48 , Cs3 + .byte W48 + .byte Gn3 + .byte W48 + .byte N44 , An3 + .byte W48 + .byte N48 , Gn3 + .byte W48 + .byte VOL , 28*bgm_finecity_mvl/mxv + .byte N48 , An3 , v104 + .byte W48 + .byte VOICE , 24 + .byte VOL , 44*bgm_finecity_mvl/mxv + .byte N06 , Gn4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v-32 + .byte VOL , 31*bgm_finecity_mvl/mxv + .byte N12 , Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , En4 + .byte W12 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , En4 + .byte W12 + .byte N12 , Fs4 + .byte W12 + .byte N24 , Cs4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N12 , An3 + .byte W12 + .byte N24 , Gn3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N12 , En3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N24 , An4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Gn4 + .byte W12 + .byte N24 , An4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Gn4 + .byte W12 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte Bn3 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N36 , Bn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte N12 + .byte W12 + .byte MOD , 0 + .byte N12 , As3 + .byte W12 + .byte Bn3 + .byte W12 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N36 , En4 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte VOICE , 48 + .byte MOD , 0 + .byte VOL , 36*bgm_finecity_mvl/mxv + .byte N36 , Bn3 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N24 , Cs4 + .byte W24 + .byte N12 , En4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte VOICE , 24 + .byte VOL , 42*bgm_finecity_mvl/mxv + .byte N06 , En3 + .byte W06 + .byte Cs3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , An4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W06 + .byte Cs5 + .byte W06 + .byte PAN , c_v+22 + .byte N06 , En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte En4 + .byte W06 + .byte VOICE , 48 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 73 + .byte VOL , 29*bgm_finecity_mvl/mxv + .byte PAN , c_v-32 + .byte BEND , c_v+1 + .byte W48 + .byte N12 , Fn4 + .byte W12 + .byte N06 , En4 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte N24 , Dn5 + .byte W24 + .byte N06 , Cn5 + .byte W12 + .byte N24 , As4 + .byte W24 + .byte N06 , Cn5 + .byte W36 + .byte N36 , As4 + .byte W18 + .byte VOL , 22*bgm_finecity_mvl/mxv + .byte W06 + .byte 17*bgm_finecity_mvl/mxv + .byte W05 + .byte 13*bgm_finecity_mvl/mxv + .byte W07 + .byte 26*bgm_finecity_mvl/mxv + .byte N24 , Gs4 + .byte W24 + .byte N06 , Gn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N72 , Bn4 + .byte W24 + .byte VOL , 26*bgm_finecity_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 22*bgm_finecity_mvl/mxv + .byte W07 + .byte 21*bgm_finecity_mvl/mxv + .byte W05 + .byte 17*bgm_finecity_mvl/mxv + .byte W07 + .byte 13*bgm_finecity_mvl/mxv + .byte W05 + .byte 11*bgm_finecity_mvl/mxv + .byte W07 + .byte 8*bgm_finecity_mvl/mxv + .byte W05 + .byte 4*bgm_finecity_mvl/mxv + .byte W07 + .byte 29*bgm_finecity_mvl/mxv + .byte MOD , 2 + .byte W24 + .byte W48 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Dn5 + .byte W12 + .byte N24 , En5 + .byte W24 + .byte N06 , Dn5 + .byte W12 + .byte N24 , Cn5 + .byte W24 + .byte N06 , Gn4 + .byte W36 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte N24 , Bn4 + .byte W24 + .byte N06 , Cn5 + .byte W12 + .byte N24 , Gn4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Gn4 + .byte W12 + .byte N12 , Gs4 + .byte W12 + .byte N06 , An4 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte VOL , 46*bgm_finecity_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_finecity_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_finecity: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_finecity_pri @ Priority + .byte bgm_finecity_rev @ Reverb. + + .word bgm_finecity_grp + + .word bgm_finecity_1 + .word bgm_finecity_2 + .word bgm_finecity_3 + .word bgm_finecity_4 + .word bgm_finecity_5 + .word bgm_finecity_6 + .word bgm_finecity_7 + .word bgm_finecity_8 + .word bgm_finecity_9 + .word bgm_finecity_10 + + .end diff --git a/sound/songs/bgm_friendly.s b/sound/songs/bgm_friendly.s new file mode 100644 index 000000000..3cc8982e8 --- /dev/null +++ b/sound/songs/bgm_friendly.s @@ -0,0 +1,3305 @@ + .include "MPlayDef.s" + + .equ bgm_friendly_grp, voicegroup_843BE44 + .equ bgm_friendly_pri, 0 + .equ bgm_friendly_rev, reverb_set+50 + .equ bgm_friendly_mvl, 127 + .equ bgm_friendly_key, 0 + .equ bgm_friendly_tbs, 1 + .equ bgm_friendly_exg, 0 + .equ bgm_friendly_cmp, 1 + + .section .rodata + .global bgm_friendly + .align 2 + +@********************** Track 1 **********************@ + +bgm_friendly_1: + .byte KEYSH , bgm_friendly_key+0 + .byte TEMPO , 172*bgm_friendly_tbs/2 + .byte VOICE , 1 + .byte LFOS , 44 + .byte VOL , 53*bgm_friendly_mvl/mxv + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Bn5 , v112 + .byte W12 + .byte N03 , An5 , v088 + .byte W03 + .byte Gn5 + .byte W03 + .byte Fn5 , v084 + .byte W03 + .byte En5 + .byte W03 + .byte Dn5 , v076 + .byte W03 + .byte Cn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte An4 + .byte W03 + .byte Gn4 , v072 + .byte W03 + .byte Fn4 + .byte W03 + .byte En4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 , v068 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W04 + .byte VOL , 79*bgm_friendly_mvl/mxv + .byte W08 + .byte VOICE , 17 + .byte N04 , Fs3 , v112 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 +bgm_friendly_1_B1: + .byte VOICE , 17 + .byte VOL , 83*bgm_friendly_mvl/mxv + .byte N08 , Cs4 , v120 + .byte W08 + .byte Cs4 , v032 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N32 , Bn3 , v112 + .byte W24 + .byte MOD , 8 + .byte W08 + .byte 0 + .byte W08 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 , v120 + .byte W16 + .byte Dn4 , v112 + .byte W08 + .byte Ds4 + .byte W16 + .byte N16 , En4 + .byte W16 + .byte N02 , Ds4 , v080 + .byte W02 + .byte Cs4 + .byte W02 + .byte Bn3 + .byte W02 + .byte As3 , v076 + .byte W02 + .byte An3 , v072 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fn3 + .byte W04 + .byte N04 , Ds4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cs4 , v032 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N32 , Bn3 , v112 + .byte W24 + .byte MOD , 8 + .byte W08 + .byte 0 + .byte W08 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W16 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W12 + .byte N04 , Gn4 , v068 + .byte W04 + .byte N16 , Gs4 , v112 + .byte W16 + .byte N02 , Gn4 , v084 + .byte W02 + .byte Fn4 + .byte W02 + .byte En4 , v080 + .byte W02 + .byte Dn4 , v076 + .byte W02 + .byte Cn4 + .byte W02 + .byte Bn3 , v072 + .byte W06 + .byte N04 , En4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N04 , Gs3 , v112 + .byte W08 + .byte N08 , En4 + .byte W08 + .byte En4 , v032 + .byte W08 + .byte N40 , Cs4 , v112 + .byte W32 + .byte MOD , 8 + .byte W08 + .byte 0 + .byte N02 , Bn3 , v080 + .byte W02 + .byte As3 , v076 + .byte W02 + .byte Gs3 , v072 + .byte W02 + .byte Fs3 , v064 + .byte W02 + .byte En3 , v056 + .byte W02 + .byte Ds3 + .byte W06 + .byte W24 + .byte N24 , Gs3 , v112 + .byte W24 + .byte As3 + .byte W24 + .byte Bn3 + .byte W24 + .byte N40 , Ds4 + .byte W40 + .byte MOD , 8 + .byte N04 , En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte MOD , 0 + .byte N24 , Cs4 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N10 , Cs4 + .byte W10 + .byte N02 , Cn4 , v080 + .byte W02 + .byte Bn3 , v076 + .byte W02 + .byte An3 , v072 + .byte W02 + .byte Gn3 , v064 + .byte W02 + .byte Fn3 , v056 + .byte W02 + .byte En3 + .byte W04 + .byte VOL , 83*bgm_friendly_mvl/mxv + .byte N02 , Cs3 , v076 + .byte W02 + .byte Ds3 + .byte W02 + .byte En3 , v080 + .byte W02 + .byte Fs3 + .byte W02 + .byte Gs3 + .byte W02 + .byte As3 , v084 + .byte W02 + .byte Bn3 + .byte W02 + .byte Cs4 , v088 + .byte W02 + .byte Ds4 + .byte W02 + .byte En4 + .byte W02 + .byte Fs4 , v092 + .byte W02 + .byte Gs4 + .byte W02 + .byte As4 + .byte W02 + .byte VOICE , 1 + .byte N02 , Bn4 + .byte W02 + .byte N04 , Cn5 , v096 + .byte W04 + .byte N16 , Bn4 + .byte W16 + .byte N08 , Fs4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N20 , Cs4 + .byte W20 + .byte N04 , Dn4 + .byte W04 + .byte N16 , Ds4 + .byte W16 + .byte N32 , Bn3 + .byte W40 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W40 + .byte En4 + .byte W24 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte En4 , v032 + .byte W08 + .byte Fs4 , v112 + .byte W08 + .byte Cs4 + .byte N08 , Fs4 , v032 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs3 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N32 , Bn3 , v112 + .byte W40 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W36 + .byte N04 , Gn4 + .byte W04 + .byte N08 , Gs4 + .byte W24 + .byte Fs4 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte Gs3 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte En4 , v032 + .byte W08 + .byte N56 , Cs4 , v112 + .byte W56 + .byte N08 , Cs4 , v032 + .byte W24 + .byte Gs3 , v088 + .byte W10 + .byte N06 , Gn3 + .byte W06 + .byte N04 , Gs3 + .byte W08 + .byte N08 , As3 , v096 + .byte W08 + .byte An3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte N08 , Bn3 , v112 + .byte W08 + .byte As3 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte N40 , Ds4 + .byte W40 + .byte N04 , En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W72 + .byte VOICE , 17 + .byte VOL , 79*bgm_friendly_mvl/mxv + .byte N08 , Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte Cs4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W16 + .byte Dn4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N08 , As4 + .byte W08 + .byte W24 + .byte Gn4 + .byte W08 + .byte Gn4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Cs4 , v112 + .byte W08 + .byte Cs4 , v032 + .byte W16 + .byte VOICE , 1 + .byte VOL , 78*bgm_friendly_mvl/mxv + .byte N20 , Cs4 , v112 + .byte W20 + .byte N04 , Dn4 + .byte W04 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte N32 , Cs4 , v112 + .byte W08 + .byte W24 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte Cs4 , v112 + .byte W08 + .byte VOICE , 17 + .byte VOL , 79*bgm_friendly_mvl/mxv + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte N16 , Ds4 , v112 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N08 , As4 + .byte W08 + .byte As4 , v032 + .byte W24 + .byte Gn4 , v112 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 , Gn4 + .byte W08 + .byte N08 , Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte N08 , As4 + .byte W08 + .byte An4 + .byte W08 + .byte N04 , As4 + .byte W08 + .byte VOICE , 1 + .byte VOL , 80*bgm_friendly_mvl/mxv + .byte N24 + .byte W24 + .byte N08 , Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W08 + .byte Gs4 , v112 + .byte W08 + .byte Gs4 , v032 + .byte W16 + .byte Gn4 , v112 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gs4 , v032 + .byte W08 + .byte N32 , As4 , v112 + .byte W08 + .byte W24 + .byte N08 , Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W08 + .byte N24 , Gs4 , v112 + .byte W24 + .byte N08 , Cs5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W08 + .byte As4 , v112 + .byte W08 + .byte VOICE , 17 + .byte VOL , 43*bgm_friendly_mvl/mxv + .byte N92 , Bn5 + .byte W04 + .byte VOL , 42*bgm_friendly_mvl/mxv + .byte W03 + .byte 38*bgm_friendly_mvl/mxv + .byte W04 + .byte 27*bgm_friendly_mvl/mxv + .byte W04 + .byte 17*bgm_friendly_mvl/mxv + .byte W04 + .byte 14*bgm_friendly_mvl/mxv + .byte W04 + .byte 12*bgm_friendly_mvl/mxv + .byte W04 + .byte 10*bgm_friendly_mvl/mxv + .byte W12 + .byte 12*bgm_friendly_mvl/mxv + .byte W04 + .byte 16*bgm_friendly_mvl/mxv + .byte W04 + .byte 18*bgm_friendly_mvl/mxv + .byte W04 + .byte 24*bgm_friendly_mvl/mxv + .byte W04 + .byte 29*bgm_friendly_mvl/mxv + .byte W04 + .byte 37*bgm_friendly_mvl/mxv + .byte W04 + .byte 43*bgm_friendly_mvl/mxv + .byte W01 + .byte 43*bgm_friendly_mvl/mxv + .byte W08 + .byte MOD , 4 + .byte W20 + .byte N04 , As5 + .byte W04 + .byte MOD , 0 + .byte N72 , Bn5 + .byte W04 + .byte VOL , 42*bgm_friendly_mvl/mxv + .byte W03 + .byte 38*bgm_friendly_mvl/mxv + .byte W04 + .byte 27*bgm_friendly_mvl/mxv + .byte W04 + .byte 17*bgm_friendly_mvl/mxv + .byte W04 + .byte 14*bgm_friendly_mvl/mxv + .byte W04 + .byte 12*bgm_friendly_mvl/mxv + .byte W04 + .byte 10*bgm_friendly_mvl/mxv + .byte W12 + .byte 12*bgm_friendly_mvl/mxv + .byte W04 + .byte 16*bgm_friendly_mvl/mxv + .byte W04 + .byte 18*bgm_friendly_mvl/mxv + .byte W04 + .byte 24*bgm_friendly_mvl/mxv + .byte W04 + .byte 29*bgm_friendly_mvl/mxv + .byte W04 + .byte 37*bgm_friendly_mvl/mxv + .byte W04 + .byte 43*bgm_friendly_mvl/mxv + .byte W01 + .byte 43*bgm_friendly_mvl/mxv + .byte W08 + .byte MOD , 4 + .byte N08 , Gs5 + .byte W08 + .byte As5 + .byte W08 + .byte Bn5 + .byte W08 + .byte MOD , 0 + .byte N72 , As5 + .byte W04 + .byte VOL , 42*bgm_friendly_mvl/mxv + .byte W03 + .byte 38*bgm_friendly_mvl/mxv + .byte W04 + .byte 27*bgm_friendly_mvl/mxv + .byte W04 + .byte 17*bgm_friendly_mvl/mxv + .byte W04 + .byte 14*bgm_friendly_mvl/mxv + .byte W04 + .byte 12*bgm_friendly_mvl/mxv + .byte W04 + .byte 10*bgm_friendly_mvl/mxv + .byte W12 + .byte 12*bgm_friendly_mvl/mxv + .byte W04 + .byte 16*bgm_friendly_mvl/mxv + .byte W04 + .byte 18*bgm_friendly_mvl/mxv + .byte W04 + .byte 24*bgm_friendly_mvl/mxv + .byte W04 + .byte 29*bgm_friendly_mvl/mxv + .byte W04 + .byte 37*bgm_friendly_mvl/mxv + .byte W04 + .byte 43*bgm_friendly_mvl/mxv + .byte W01 + .byte 43*bgm_friendly_mvl/mxv + .byte W08 + .byte MOD , 4 + .byte N08 , Gs5 + .byte W08 + .byte N04 , As5 + .byte W08 + .byte Gs5 + .byte W08 + .byte MOD , 0 + .byte N24 , Fs5 + .byte W24 + .byte VOICE , 1 + .byte VOL , 75*bgm_friendly_mvl/mxv + .byte N08 , En5 , v084 + .byte W08 + .byte Cs5 + .byte W08 + .byte Gs4 , v080 + .byte W08 + .byte As4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fs4 , v076 + .byte W08 + .byte En4 + .byte W08 + .byte Gs3 , v084 + .byte W08 + .byte As3 , v096 + .byte W08 + .byte GOTO + .word bgm_friendly_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_friendly_2: + .byte KEYSH , bgm_friendly_key+0 + .byte VOICE , 87 + .byte PAN , c_v+0 + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte BENDR , 12 + .byte VOL , 29*bgm_friendly_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte N04 , Fs3 , v112 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 +bgm_friendly_2_B1: + .byte N08 , Cs4 , v120 + .byte W08 + .byte Cs4 , v032 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N32 , Bn3 , v112 + .byte W40 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 , v120 + .byte W16 + .byte Dn4 , v112 + .byte W08 + .byte Ds4 + .byte W16 + .byte N16 , En4 + .byte W16 + .byte N02 , Ds4 , v080 + .byte W02 + .byte Cs4 + .byte W02 + .byte Bn3 + .byte W02 + .byte As3 , v076 + .byte W02 + .byte An3 , v072 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fn3 + .byte W04 + .byte N04 , Ds4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cs4 , v032 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N32 , Bn3 , v112 + .byte W40 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W16 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W12 + .byte N04 , Gn4 , v068 + .byte W04 + .byte N16 , Gs4 , v112 + .byte W16 + .byte N02 , Gn4 , v084 + .byte W02 + .byte Fn4 + .byte W02 + .byte En4 , v080 + .byte W02 + .byte Dn4 , v076 + .byte W02 + .byte Cn4 + .byte W02 + .byte Bn3 , v072 + .byte W06 + .byte N04 , En4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N04 , Gs3 , v112 + .byte W08 + .byte N08 , En4 + .byte W08 + .byte En4 , v032 + .byte W08 + .byte N40 , Cs4 , v112 + .byte W40 + .byte N02 , Bn3 , v080 + .byte W02 + .byte As3 , v076 + .byte W02 + .byte Gs3 , v072 + .byte W02 + .byte Fs3 , v064 + .byte W02 + .byte En3 , v056 + .byte W02 + .byte Ds3 + .byte W06 + .byte W24 + .byte N24 , Gs3 , v112 + .byte W24 + .byte As3 + .byte W24 + .byte Bn3 + .byte W24 +bgm_friendly_2_000: + .byte N40 , Ds4 , v112 + .byte W40 + .byte N04 , En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte PEND + .byte N10 , Cs4 + .byte W10 + .byte N02 , Cn4 , v080 + .byte W02 + .byte Bn3 , v076 + .byte W02 + .byte An3 , v072 + .byte W02 + .byte Gn3 , v064 + .byte W02 + .byte Fn3 , v056 + .byte W02 + .byte En3 + .byte W04 + .byte Cs3 , v076 + .byte W02 + .byte Ds3 + .byte W02 + .byte En3 , v080 + .byte W02 + .byte Fs3 + .byte W02 + .byte Gs3 + .byte W02 + .byte As3 , v084 + .byte W02 + .byte Bn3 + .byte W02 + .byte Cs4 , v088 + .byte W02 + .byte Ds4 + .byte W02 + .byte En4 + .byte W02 + .byte Fs4 , v092 + .byte W02 + .byte Gs4 + .byte W02 + .byte BEND , c_v+0 + .byte N02 , As4 + .byte W02 + .byte Bn4 + .byte W02 + .byte N04 , Cn5 , v096 + .byte W04 + .byte N16 , Bn4 + .byte W16 + .byte N08 , Fs4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N20 , Cs4 + .byte W20 + .byte N04 , Dn4 + .byte W04 + .byte N16 , Ds4 + .byte W16 + .byte N32 , Bn3 + .byte W40 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W40 + .byte En4 + .byte W24 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte En4 , v032 + .byte W08 + .byte Fs4 , v112 + .byte W08 + .byte Cs4 + .byte N08 , Fs4 , v032 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs3 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N32 , Bn3 , v112 + .byte W40 + .byte N04 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W36 + .byte N04 , Gn4 + .byte W04 + .byte N08 , Gs4 + .byte W24 + .byte Fs4 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte Gs3 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte En4 , v032 + .byte W08 + .byte N56 , Cs4 , v112 + .byte W56 + .byte N08 , Cs4 , v032 + .byte W24 + .byte Gs3 , v088 + .byte W10 + .byte N06 , Gn3 + .byte W06 + .byte N04 , Gs3 + .byte W08 + .byte N08 , As3 , v096 + .byte W08 + .byte An3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte N08 , Bn3 , v112 + .byte W08 + .byte As3 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte PATT + .word bgm_friendly_2_000 + .byte N08 , Cs4 , v112 + .byte W72 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte Cs4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W16 + .byte Dn4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N08 , As4 + .byte W08 + .byte W24 + .byte Gn4 + .byte W08 + .byte Gn4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Cs4 , v112 + .byte W08 + .byte Cs4 , v032 + .byte W16 + .byte N20 , Cs4 , v112 + .byte W20 + .byte N04 , Dn4 + .byte W04 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte N32 , Cs4 , v112 + .byte W08 + .byte W24 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte Cs4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W16 + .byte N16 , Ds4 , v112 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte N08 , Dn4 + .byte W08 + .byte As4 + .byte W08 + .byte As4 , v032 + .byte W24 + .byte Gn4 , v112 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 , Gn4 + .byte W08 + .byte N08 , Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte N08 , As4 + .byte W08 + .byte An4 + .byte W08 + .byte N04 , As4 + .byte W08 + .byte N24 + .byte W24 + .byte N08 , Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W08 + .byte Gs4 , v112 + .byte W08 + .byte Gs4 , v032 + .byte W16 + .byte Gn4 , v112 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gs4 , v032 + .byte W08 + .byte N32 , As4 , v112 + .byte W08 + .byte W24 + .byte N08 , Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W08 + .byte N24 , Gs4 , v112 + .byte W24 + .byte N08 , Cs5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Bn4 , v032 + .byte W08 + .byte As4 , v112 + .byte W08 + .byte BEND , c_v+0 + .byte N92 , Bn5 + .byte W92 + .byte N04 , As5 + .byte W04 + .byte N72 , Bn5 + .byte W72 + .byte N08 , Gs5 + .byte W08 + .byte As5 + .byte W08 + .byte Bn5 + .byte W08 + .byte N72 , As5 + .byte W72 + .byte N08 , Gs5 + .byte W08 + .byte N04 , As5 + .byte W08 + .byte Gs5 + .byte W08 + .byte N24 , Fs5 + .byte W24 + .byte N08 , En6 + .byte W08 + .byte Cs6 + .byte W08 + .byte Gs5 + .byte W08 + .byte As5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte GOTO + .word bgm_friendly_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_friendly_3: + .byte KEYSH , bgm_friendly_key+0 + .byte VOICE , 35 + .byte VOL , 85*bgm_friendly_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_friendly_3_B1: +bgm_friendly_3_000: + .byte PAN , c_v+0 + .byte N08 , Bn0 , v127 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N08 , Ds3 , v048 + .byte W08 + .byte Ds3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v120 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Ds3 , v048 + .byte W04 + .byte N08 , Ds3 , v016 + .byte W20 + .byte PEND + .byte PAN , c_v+0 + .byte N08 , Bn0 , v127 + .byte W08 + .byte Bn0 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N08 , Ds3 , v048 + .byte W08 + .byte Ds3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v120 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Ds3 , v048 + .byte W04 + .byte N08 , Ds3 , v016 + .byte W20 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v127 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N08 , Ds3 , v048 + .byte W08 + .byte Ds3 , v016 + .byte W08 + .byte N04 , Bn2 , v064 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v120 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Ds3 , v048 + .byte W04 + .byte N08 , Ds3 , v016 + .byte W20 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v127 + .byte W08 + .byte Bn0 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N08 , Ds3 , v048 + .byte W08 + .byte Ds3 , v016 + .byte W08 + .byte N04 , Bn2 , v064 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v120 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Ds3 , v048 + .byte W04 + .byte N08 , Ds3 , v016 + .byte W20 + .byte PAN , c_v+0 + .byte N08 , En1 , v127 + .byte W08 + .byte En1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N08 , Gs3 , v052 + .byte W08 + .byte Gs3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , En1 , v120 + .byte W08 + .byte En1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Gs3 , v048 + .byte W04 + .byte Gs3 , v016 + .byte W04 + .byte En3 , v048 + .byte W04 + .byte En3 , v016 + .byte W04 + .byte Gs3 , v048 + .byte W04 + .byte Gs3 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Cs1 , v127 + .byte W08 + .byte Cs1 , v032 + .byte W08 + .byte N04 , Cs1 , v108 + .byte W04 + .byte Cs1 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N08 , En3 , v048 + .byte W08 + .byte En3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Cs1 , v120 + .byte W08 + .byte Cs1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , En3 , v048 + .byte W04 + .byte N08 , En3 , v016 + .byte W20 +bgm_friendly_3_001: + .byte PAN , c_v+0 + .byte N08 , Fs1 , v127 + .byte W08 + .byte Fs1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N08 , Cs3 , v048 + .byte W08 + .byte Cs3 , v016 + .byte W08 + .byte N04 , Cs3 , v048 + .byte W04 + .byte Cs3 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Fs1 , v120 + .byte W08 + .byte Fs1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Cs3 , v048 + .byte W04 + .byte N08 , Cs3 , v016 + .byte W20 + .byte PEND + .byte PAN , c_v+0 + .byte N08 , Fs1 , v127 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N04 , Fs1 , v100 + .byte W04 + .byte Fs1 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As3 , v080 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Fs3 , v072 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte As3 , v080 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Fs1 , v120 + .byte W08 + .byte PAN , c_v-32 + .byte N08 , As3 , v084 + .byte W08 + .byte As3 , v032 + .byte W08 + .byte N04 , Bn3 , v084 + .byte W04 + .byte N08 , Bn3 , v032 + .byte W12 + .byte N04 , Cs4 , v084 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte PATT + .word bgm_friendly_3_000 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v127 + .byte W08 + .byte Bn0 , v032 + .byte W08 + .byte N04 , Bn0 , v116 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N08 , Ds3 , v052 + .byte W08 + .byte Ds3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v120 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Ds3 , v048 + .byte W04 + .byte N08 , Ds3 , v016 + .byte W20 + .byte PATT + .word bgm_friendly_3_000 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v127 + .byte W08 + .byte Bn0 , v032 + .byte W08 + .byte N04 , Bn0 , v116 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N08 , Ds3 , v048 + .byte W08 + .byte Ds3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Bn0 , v120 + .byte W08 + .byte Bn0 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Ds3 , v048 + .byte W04 + .byte N08 , Ds3 , v016 + .byte W20 + .byte PAN , c_v+0 + .byte N08 , En1 , v127 + .byte W08 + .byte En1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N08 , Gs3 , v048 + .byte W08 + .byte Gs3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , En1 , v120 + .byte W08 + .byte En1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , Gs3 , v048 + .byte W04 + .byte Gs3 , v016 + .byte W04 + .byte En3 , v048 + .byte W04 + .byte En3 , v016 + .byte W04 + .byte Gs3 , v048 + .byte W04 + .byte Gs3 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Cs1 , v127 + .byte W08 + .byte Cs1 , v032 + .byte W08 + .byte N04 , Cs1 , v120 + .byte W04 + .byte Cs1 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N08 , En3 , v048 + .byte W08 + .byte En3 , v016 + .byte W08 + .byte N04 , Bn2 , v048 + .byte W04 + .byte Bn2 , v016 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Cs1 , v127 + .byte W08 + .byte Cs1 , v032 + .byte W16 + .byte PAN , c_v-32 + .byte N04 , En3 , v048 + .byte W04 + .byte N08 , En3 , v016 + .byte W20 + .byte PATT + .word bgm_friendly_3_001 + .byte PAN , c_v+0 + .byte N08 , Fs1 , v127 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N04 , Fs1 , v096 + .byte W04 + .byte Fs1 , v032 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As3 , v080 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Fs3 , v072 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte As3 , v076 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Fs1 , v120 + .byte W08 + .byte PAN , c_v-32 + .byte N08 , As3 , v080 + .byte W08 + .byte As3 , v032 + .byte W08 + .byte N04 , Bn3 , v080 + .byte W04 + .byte N08 , Bn3 , v032 + .byte W12 + .byte N04 , Cs4 , v080 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Ds1 , v127 + .byte W08 + .byte Ds1 , v032 + .byte W16 + .byte Ds1 , v120 + .byte W08 + .byte Ds1 , v032 + .byte W16 + .byte N24 , As0 , v116 + .byte W24 + .byte N08 , As0 , v032 + .byte W16 + .byte Ds1 , v124 + .byte W08 + .byte Ds1 , v032 + .byte W16 + .byte Ds1 , v112 + .byte W08 + .byte Ds1 , v032 + .byte W16 + .byte Ds1 , v112 + .byte W08 + .byte Gn1 , v120 + .byte W08 + .byte Gn1 , v032 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Cs1 + .byte W08 + .byte Cs1 , v032 + .byte W08 + .byte As0 , v112 + .byte W08 + .byte N16 , Gs1 , v127 + .byte W16 + .byte N08 , Bn1 , v112 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds2 , v032 + .byte W08 + .byte N24 , Gn1 , v120 + .byte W24 + .byte N08 , Bn1 , v112 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte N16 , Fs1 , v127 + .byte W16 + .byte N08 , Gs1 , v112 + .byte W08 + .byte Fs1 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N32 , Fn1 , v112 + .byte W32 + .byte N08 , Ds1 , v120 + .byte W08 + .byte Ds1 , v032 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte Gn1 , v127 + .byte W08 + .byte Gn1 , v032 + .byte W16 + .byte Gn1 , v112 + .byte W08 + .byte Gn1 , v032 + .byte W16 + .byte N16 , Ds1 , v112 + .byte W16 + .byte N08 , As0 , v120 + .byte W08 + .byte Gn1 , v112 + .byte W08 + .byte Gn1 , v032 + .byte W08 + .byte Ds1 , v124 + .byte W08 + .byte Ds1 , v032 + .byte W16 + .byte As1 , v116 + .byte W08 + .byte As1 , v032 + .byte W16 + .byte As1 , v112 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds2 , v032 + .byte W08 + .byte As1 , v112 + .byte W08 + .byte Gn1 , v120 + .byte W08 + .byte Gn1 , v032 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte N16 , Gs1 , v127 + .byte W16 + .byte N08 , Bn1 , v112 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds2 , v032 + .byte W08 + .byte N16 , Gn1 , v120 + .byte W16 + .byte N08 , Gn1 , v032 + .byte W08 + .byte Bn1 , v112 + .byte W08 + .byte N24 , Ds2 + .byte W24 + .byte N16 , Fs1 , v127 + .byte W16 + .byte N08 , Gs1 , v112 + .byte W08 + .byte Fs1 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N32 , Fn1 , v120 + .byte W32 + .byte N08 , Ds1 , v112 + .byte W08 + .byte Ds1 , v032 + .byte W08 + .byte Fn1 , v112 + .byte W08 + .byte En1 , v127 + .byte W08 + .byte En1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , En1 , v112 + .byte W08 + .byte En1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , En1 , v120 + .byte W08 + .byte En1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , En1 , v112 + .byte W08 + .byte En1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , Fn1 , v127 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , Fn1 , v120 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte N04 , Bn0 , v112 + .byte W04 + .byte Bn0 , v032 + .byte W04 + .byte N08 , Fs1 , v127 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N04 , Cs1 , v112 + .byte W04 + .byte Cs1 , v032 + .byte W04 + .byte N08 , Fs1 , v112 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N04 , Cs1 , v112 + .byte W04 + .byte Cs1 , v032 + .byte W04 + .byte N08 , Fs1 , v120 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N04 , Cs1 , v112 + .byte W04 + .byte Cs1 , v032 + .byte W04 + .byte N08 , Fs1 , v112 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N04 , Cs1 , v112 + .byte W04 + .byte Cs1 , v032 + .byte W04 + .byte N08 , Fs1 , v127 + .byte W08 + .byte Fs1 , v032 + .byte W08 + .byte N04 , Fs1 , v112 + .byte W04 + .byte Fs1 , v032 + .byte W04 + .byte N08 , En1 , v112 + .byte W08 + .byte En1 , v032 + .byte W08 + .byte N04 , Cs1 , v112 + .byte W04 + .byte Cs1 , v032 + .byte W04 + .byte N08 , As0 , v120 + .byte W08 + .byte As0 , v032 + .byte W08 + .byte N04 , Gs0 , v112 + .byte W04 + .byte Gs0 , v032 + .byte W04 + .byte N08 , Fs0 , v112 + .byte W08 + .byte Fs0 , v032 + .byte W08 + .byte As0 , v112 + .byte W08 + .byte GOTO + .word bgm_friendly_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_friendly_4: + .byte KEYSH , bgm_friendly_key+0 + .byte VOICE , 46 + .byte PAN , c_v+0 + .byte VOL , 43*bgm_friendly_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_friendly_4_B1: + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N04 , Bn2 , v112 + .byte W08 + .byte En3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte En4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte En5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Fn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Fn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Fs5 + .byte W08 + .byte Cs5 + .byte W08 + .byte As4 + .byte W08 + .byte Cs5 + .byte W08 + .byte As4 + .byte W08 + .byte Fs4 + .byte W08 + .byte PAN , c_v+63 + .byte BEND , c_v+4 + .byte W24 + .byte N08 , En6 , v056 + .byte W08 + .byte Cs6 + .byte W08 + .byte Gs5 + .byte W08 + .byte As5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte GOTO + .word bgm_friendly_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_friendly_5: + .byte KEYSH , bgm_friendly_key+0 + .byte VOICE , 80 + .byte PAN , c_v-64 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 54*bgm_friendly_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W40 + .byte XCMD , xIECV , 8 + .byte xIECL , 12 + .byte W56 + .byte W96 +bgm_friendly_5_B1: + .byte W24 + .byte N08 , Fs3 , v112 + .byte W08 + .byte Fs3 , v032 + .byte W08 + .byte N04 , Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W28 + .byte Fs3 , v112 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W20 +bgm_friendly_5_000: + .byte W24 + .byte N08 , Gn3 , v112 + .byte W08 + .byte Gn3 , v032 + .byte W08 + .byte N04 , Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W28 + .byte Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W20 + .byte PEND +bgm_friendly_5_001: + .byte W24 + .byte N08 , Gs3 , v112 + .byte W08 + .byte Gs3 , v032 + .byte W08 + .byte N04 , Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W28 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W20 + .byte PEND +bgm_friendly_5_002: + .byte W24 + .byte N08 , An3 , v112 + .byte W08 + .byte An3 , v032 + .byte W08 + .byte N04 , Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W28 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W20 + .byte PEND +bgm_friendly_5_003: + .byte W24 + .byte N08 , Bn3 , v112 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte N04 , Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W28 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte PEND + .byte W24 + .byte N08 , Gs3 , v112 + .byte W08 + .byte N04 , Gs3 , v032 + .byte W08 + .byte En3 , v112 + .byte W04 + .byte En3 , v032 + .byte W28 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W20 + .byte W24 + .byte N08 , As3 , v112 + .byte W08 + .byte N04 , As3 , v032 + .byte W08 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W28 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W20 + .byte VOL , 54*bgm_friendly_mvl/mxv + .byte W24 + .byte N04 , Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W12 + .byte N08 , Ds4 , v112 + .byte W08 + .byte N04 , Ds4 , v032 + .byte W08 + .byte En4 , v112 + .byte W04 + .byte En4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte VOL , 54*bgm_friendly_mvl/mxv + .byte W24 + .byte N08 , Fs3 , v112 + .byte W08 + .byte Fs3 , v032 + .byte W08 + .byte N04 , Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W28 + .byte Fs3 , v112 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W20 + .byte PATT + .word bgm_friendly_5_000 + .byte PATT + .word bgm_friendly_5_001 + .byte PATT + .word bgm_friendly_5_002 + .byte PATT + .word bgm_friendly_5_003 + .byte W24 + .byte N08 , Gs3 , v112 + .byte W08 + .byte Gs3 , v032 + .byte W08 + .byte N04 , En3 , v112 + .byte W04 + .byte En3 , v032 + .byte W28 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W20 + .byte W24 + .byte N08 , As3 , v112 + .byte W08 + .byte As3 , v032 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W28 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W20 + .byte W24 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W12 + .byte N08 , Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N04 , En4 , v112 + .byte W04 + .byte En4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , As3 , v112 + .byte W08 + .byte As3 , v032 + .byte W16 + .byte As3 , v112 + .byte W08 + .byte As3 , v032 + .byte W16 + .byte N16 , As3 , v112 + .byte W16 + .byte N08 , Fs3 + .byte W08 + .byte N04 , As3 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte N08 , Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W24 + .byte As3 , v112 + .byte W08 + .byte As3 , v032 + .byte W16 + .byte Gn3 , v112 + .byte W08 + .byte Gn3 , v032 + .byte W16 + .byte Ds3 , v112 + .byte W08 + .byte Ds3 , v032 + .byte W16 + .byte Gs3 , v112 + .byte W08 + .byte Gs3 , v032 + .byte W08 + .byte Gn3 , v112 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gs3 , v032 + .byte W08 + .byte As3 , v112 + .byte W08 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte As3 , v112 + .byte W08 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte Cs4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte Dn4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N24 , Gs4 , v112 + .byte W08 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte N08 , Ds4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte As3 , v032 + .byte W16 + .byte As3 , v112 + .byte W08 + .byte As3 , v032 + .byte W16 + .byte N16 , As3 , v112 + .byte W16 + .byte N08 , Fs3 + .byte W08 + .byte N04 , As3 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N08 , Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W24 + .byte As3 , v112 + .byte W08 + .byte An3 + .byte W08 + .byte N04 , As3 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte N08 , Bn3 , v112 + .byte W08 + .byte As3 + .byte W08 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte N08 , Cs4 , v112 + .byte W08 + .byte Cn4 + .byte W08 + .byte N04 , Cs4 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte N24 , Cs4 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte Bn3 , v112 + .byte W08 + .byte Bn3 , v032 + .byte W16 + .byte As3 , v112 + .byte W08 + .byte Bn3 + .byte W08 + .byte Bn3 , v032 + .byte W08 + .byte N32 , Cs4 , v112 + .byte W08 + .byte W08 + .byte MOD , 8 + .byte W16 + .byte 0 + .byte N08 , Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N24 , Bn3 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N08 , En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte Cs4 , v112 + .byte W08 + .byte BEND , c_v+1 + .byte N04 , Bn2 , v064 + .byte W08 + .byte En3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte En4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte En5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Fn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Fn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Fs5 + .byte W08 + .byte Cs5 + .byte W08 + .byte As4 + .byte W08 + .byte Cs5 + .byte W08 + .byte As4 + .byte W08 + .byte Fs4 + .byte W08 + .byte BEND , c_v+0 + .byte W24 + .byte N08 , En6 , v056 + .byte W08 + .byte Cs6 + .byte W08 + .byte Gs5 + .byte W08 + .byte As5 + .byte W08 + .byte Gs5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte GOTO + .word bgm_friendly_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_friendly_6: + .byte KEYSH , bgm_friendly_key+0 + .byte VOICE , 83 + .byte PAN , c_v+63 + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 32*bgm_friendly_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_friendly_6_B1: +bgm_friendly_6_000: + .byte W48 + .byte N08 , Ds5 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Ds4 + .byte W08 + .byte Ds5 + .byte W08 + .byte Ds4 + .byte W08 + .byte PEND + .byte W96 + .byte PATT + .word bgm_friendly_6_000 + .byte W96 + .byte W48 + .byte N08 , En5 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds5 + .byte W08 + .byte Cs5 + .byte W08 + .byte N48 , Bn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , As4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N40 , Fs4 + .byte W24 + .byte MOD , 4 + .byte W16 + .byte 0 + .byte N04 , Gs4 + .byte W04 + .byte An4 + .byte W04 + .byte N48 , Gs4 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N08 , As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte En5 + .byte W08 + .byte Fs5 + .byte W56 +bgm_friendly_6_001: + .byte W48 + .byte N08 , Bn5 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Bn4 + .byte W08 + .byte Bn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte PEND + .byte W96 + .byte PATT + .word bgm_friendly_6_001 + .byte W96 + .byte W48 + .byte N08 , En6 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds6 + .byte W08 + .byte Cs6 + .byte W08 + .byte N48 , Gs5 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N24 , Bn5 , v108 + .byte W24 + .byte Gs5 , v112 + .byte W24 + .byte N40 , As5 + .byte W24 + .byte MOD , 4 + .byte W16 + .byte 0 + .byte N04 , Bn5 + .byte W04 + .byte As5 + .byte W04 + .byte N48 , Gs5 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte 0 + .byte N08 , As5 + .byte W16 + .byte Bn5 + .byte W08 + .byte Cs6 + .byte W16 + .byte Ds6 + .byte W08 + .byte En6 + .byte W48 + .byte W96 + .byte N04 , Ds5 + .byte W08 + .byte Ds6 + .byte W08 + .byte Ds5 + .byte W08 + .byte Ds6 + .byte W16 + .byte Ds5 + .byte W08 + .byte Ds6 + .byte W16 + .byte Ds5 + .byte W08 + .byte Ds6 + .byte W16 + .byte Ds5 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte N08 + .byte W08 + .byte N04 , Ds6 + .byte W08 + .byte Ds5 + .byte W08 + .byte Ds6 + .byte W16 + .byte Ds5 + .byte W08 + .byte Ds6 + .byte W16 + .byte Ds5 + .byte W08 + .byte Ds6 + .byte W16 + .byte Ds5 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_friendly_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_friendly_7: + .byte KEYSH , bgm_friendly_key+0 + .byte VOICE , 1 + .byte PAN , c_v+63 + .byte VOL , 45*bgm_friendly_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte N12 , Ds6 , v120 + .byte W09 + .byte PAN , c_v+62 + .byte W03 + .byte c_v+60 + .byte N03 , Bn5 , v108 + .byte W02 + .byte PAN , c_v+55 + .byte W01 + .byte N03 , An5 + .byte W02 + .byte PAN , c_v+52 + .byte W01 + .byte N03 , Gn5 , v100 + .byte W02 + .byte PAN , c_v+42 + .byte W01 + .byte N03 , Fn5 + .byte W03 + .byte PAN , c_v+35 + .byte N03 , En5 , v096 + .byte W02 + .byte PAN , c_v+32 + .byte W01 + .byte N03 , Dn5 + .byte W02 + .byte PAN , c_v+26 + .byte W01 + .byte N03 , Cn5 + .byte W02 + .byte PAN , c_v+21 + .byte W01 + .byte N03 , Bn4 + .byte W03 + .byte PAN , c_v+16 + .byte N03 , An4 + .byte W02 + .byte PAN , c_v+12 + .byte W01 + .byte N03 , Gn4 + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte N03 , Fn4 , v092 + .byte W02 + .byte PAN , c_v-9 + .byte W01 + .byte N03 , En4 + .byte W03 + .byte PAN , c_v-11 + .byte N03 , Dn4 + .byte W02 + .byte PAN , c_v-18 + .byte W01 + .byte N03 , Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 , v088 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Bn2 + .byte W21 +bgm_friendly_7_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_friendly_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_friendly_8: + .byte KEYSH , bgm_friendly_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 81*bgm_friendly_mvl/mxv + .byte N04 , Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte En1 + .byte N04 , Fs2 + .byte W16 + .byte Fs1 , v068 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Cn1 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte En1 + .byte N04 , Fs2 + .byte W16 + .byte Cn1 + .byte N04 , Fs1 , v068 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W16 + .byte En1 , v080 + .byte N04 , Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Cn1 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte En1 + .byte N04 , Fs2 + .byte W16 + .byte Fs1 , v068 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte En1 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Cn1 + .byte N04 , Fs2 + .byte W08 + .byte Cn1 + .byte W08 + .byte En1 + .byte N04 , Fs1 , v068 + .byte W08 + .byte Cn1 + .byte N04 , Fs1 , v112 + .byte W16 + .byte En1 + .byte N04 , Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Cn1 + .byte N04 , Fs1 , v064 + .byte W04 + .byte Cn1 , v080 + .byte W04 + .byte En1 , v112 + .byte N04 , Fs1 + .byte W08 +bgm_friendly_8_B1: + .byte VOL , 73*bgm_friendly_mvl/mxv + .byte N04 , Cn1 , v112 + .byte N48 , An2 + .byte W24 + .byte N04 , En1 + .byte W24 + .byte Cn1 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs2 , v080 + .byte W08 +bgm_friendly_8_000: + .byte N04 , Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte En1 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v068 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte PEND +bgm_friendly_8_001: + .byte N04 , Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte En1 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v068 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs2 , v080 + .byte W08 + .byte PEND + .byte PATT + .word bgm_friendly_8_000 + .byte PATT + .word bgm_friendly_8_001 +bgm_friendly_8_002: + .byte N04 , Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte En1 + .byte N04 , Fs1 + .byte W16 + .byte Cn1 + .byte N04 , Fs1 , v068 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte PEND +bgm_friendly_8_003: + .byte N04 , Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte Fs1 , v060 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte En1 + .byte N48 , An2 + .byte W24 + .byte N04 , Cn1 + .byte W24 + .byte En1 + .byte N48 , An2 + .byte W16 + .byte N04 , Cn1 + .byte W08 + .byte PEND + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 + .byte N48 , An2 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte N04 + .byte W08 + .byte Cn1 + .byte W08 + .byte En1 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Cn1 + .byte N48 , An2 + .byte W24 + .byte N04 , En1 + .byte W24 + .byte Cn1 + .byte N04 , Fs1 + .byte W16 + .byte Fs1 , v064 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W08 + .byte Fs1 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs2 , v080 + .byte W08 + .byte PATT + .word bgm_friendly_8_002 + .byte PATT + .word bgm_friendly_8_001 + .byte PATT + .word bgm_friendly_8_002 + .byte PATT + .word bgm_friendly_8_001 + .byte PATT + .word bgm_friendly_8_002 + .byte PATT + .word bgm_friendly_8_003 + .byte N04 , Cn1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte En1 + .byte N48 , An2 + .byte W16 + .byte N04 , Cn1 + .byte W08 + .byte En1 + .byte W08 + .byte N04 + .byte W08 + .byte Cn1 + .byte W08 + .byte N04 + .byte N04 , Fs2 + .byte W08 + .byte En1 + .byte N04 , Fs2 , v064 + .byte W08 + .byte Cn1 , v112 + .byte N04 , Fs1 + .byte W08 + .byte En1 + .byte N04 , Fs2 + .byte W16 + .byte Cn1 + .byte N04 , Fs2 + .byte W08 + .byte En1 + .byte N24 , As1 + .byte W16 + .byte N04 , Cn1 + .byte W08 + .byte En1 + .byte W16 + .byte N04 + .byte W08 + .byte Cn1 + .byte N24 , As1 + .byte W24 + .byte N04 , Dn3 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte En3 + .byte W08 + .byte N48 , An2 , v112 + .byte N04 , Dn3 , v064 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte En3 + .byte W08 + .byte Fs2 , v112 + .byte W16 + .byte Fs2 , v064 + .byte W08 + .byte Fs2 , v080 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v064 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v080 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v080 + .byte W04 + .byte Fs2 , v072 + .byte W04 + .byte Fs2 , v092 + .byte W08 + .byte Fs2 , v108 + .byte W08 + .byte Fs2 , v112 + .byte W16 + .byte Fs2 , v080 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Fs2 , v112 + .byte W16 + .byte Fs2 , v080 + .byte W08 + .byte En1 , v112 + .byte N04 , Fs2 + .byte W16 + .byte Cn1 + .byte N04 , Fs2 + .byte W08 + .byte En1 + .byte N24 , As1 + .byte W16 + .byte N04 , Cn1 + .byte W08 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte Fs2 + .byte W16 + .byte N04 + .byte W08 + .byte En1 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte N04 + .byte W08 + .byte En1 , v072 + .byte W08 + .byte En1 , v112 + .byte N24 , As1 + .byte W16 + .byte N04 , En1 + .byte W08 + .byte N04 + .byte N48 , An2 + .byte W16 + .byte N04 , En1 + .byte W08 + .byte Cn1 + .byte W16 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte Fs2 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v104 + .byte W04 + .byte Fs2 , v072 + .byte W04 + .byte Fs2 , v092 + .byte W08 + .byte Fs2 , v096 + .byte W08 + .byte Fs2 , v112 + .byte W16 + .byte N04 + .byte W08 +bgm_friendly_8_004: + .byte N04 , Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte Fs2 , v068 + .byte W16 + .byte Fs2 , v112 + .byte W08 + .byte PEND + .byte PATT + .word bgm_friendly_8_004 + .byte PATT + .word bgm_friendly_8_004 + .byte N04 , Cn1 , v112 + .byte W08 + .byte Fs2 + .byte W08 + .byte Cn1 + .byte W08 + .byte En1 + .byte W08 + .byte Fs2 + .byte W08 + .byte Cn1 + .byte W08 + .byte En1 , v068 + .byte W08 + .byte Fs2 , v112 + .byte W08 + .byte En1 + .byte W08 + .byte Cn1 + .byte W08 + .byte Fs2 + .byte W04 + .byte Cn1 , v080 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte GOTO + .word bgm_friendly_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_friendly: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_friendly_pri @ Priority + .byte bgm_friendly_rev @ Reverb. + + .word bgm_friendly_grp + + .word bgm_friendly_1 + .word bgm_friendly_2 + .word bgm_friendly_3 + .word bgm_friendly_4 + .word bgm_friendly_5 + .word bgm_friendly_6 + .word bgm_friendly_7 + .word bgm_friendly_8 + + .end diff --git a/sound/songs/bgm_fune_kan.s b/sound/songs/bgm_fune_kan.s new file mode 100644 index 000000000..72e600154 --- /dev/null +++ b/sound/songs/bgm_fune_kan.s @@ -0,0 +1,2764 @@ + .include "MPlayDef.s" + + .equ bgm_fune_kan_grp, voicegroup_8433EB8 + .equ bgm_fune_kan_pri, 0 + .equ bgm_fune_kan_rev, reverb_set+50 + .equ bgm_fune_kan_mvl, 127 + .equ bgm_fune_kan_key, 0 + .equ bgm_fune_kan_tbs, 1 + .equ bgm_fune_kan_exg, 0 + .equ bgm_fune_kan_cmp, 1 + + .section .rodata + .global bgm_fune_kan + .align 2 + +@********************** Track 1 **********************@ + +bgm_fune_kan_1: + .byte KEYSH , bgm_fune_kan_key+0 + .byte TEMPO , 120*bgm_fune_kan_tbs/2 + .byte VOICE , 0 + .byte LFOS , 35 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte PAN , c_v+0 + .byte N16 , Dn3 , v100 + .byte W16 + .byte Gn3 + .byte W16 + .byte An3 + .byte W16 + .byte Dn4 + .byte W16 + .byte En4 + .byte W16 + .byte Gn4 + .byte W16 + .byte Fs4 + .byte W16 + .byte En4 + .byte W16 + .byte Fs4 + .byte W16 + .byte TEMPO , 70*bgm_fune_kan_tbs/2 + .byte N48 , An3 + .byte W32 + .byte TEMPO , 120*bgm_fune_kan_tbs/2 + .byte W16 + .byte N16 , Dn3 + .byte W16 + .byte Gn3 + .byte W16 + .byte An3 + .byte W16 + .byte Dn4 + .byte W16 + .byte En4 + .byte W16 + .byte Gn4 + .byte W16 + .byte Fs4 + .byte W16 + .byte Gn4 + .byte W16 + .byte An4 + .byte W16 + .byte TEMPO , 70*bgm_fune_kan_tbs/2 + .byte N32 , En4 + .byte W32 + .byte TEMPO , 120*bgm_fune_kan_tbs/2 + .byte N08 , Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte TIE , Cs4 + .byte W96 + .byte W24 + .byte EOT + .byte TEMPO , 90*bgm_fune_kan_tbs/2 + .byte N24 , An3 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte N12 , Dn4 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte Gn4 + .byte W24 +bgm_fune_kan_1_B1: +bgm_fune_kan_1_000: + .byte N08 , Fs4 , v100 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte Cs4 + .byte W24 + .byte PEND +bgm_fune_kan_1_001: + .byte N12 , Dn4 , v100 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte PEND + .byte N24 , An4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte Gn4 + .byte W24 + .byte PATT + .word bgm_fune_kan_1_000 + .byte PATT + .word bgm_fune_kan_1_001 + .byte N24 , An4 , v100 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N48 , En4 + .byte W48 + .byte VOICE , 56 + .byte BEND , c_v+0 + .byte W12 + .byte c_v-18 + .byte N12 , Fs4 , v112 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N12 , En4 , v088 + .byte W12 + .byte N09 , Fs4 , v100 + .byte W04 + .byte VOL , 68*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 49*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-8 + .byte N12 , Fs4 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte c_v-7 + .byte N12 , Gn4 , v088 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N12 , Fs4 , v112 + .byte W12 + .byte BEND , c_v-5 + .byte N12 , Gn4 , v088 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte c_v-12 + .byte N12 , An4 , v112 + .byte W04 + .byte BEND , c_v-7 + .byte W04 + .byte c_v+0 + .byte W04 + .byte N12 , En4 , v100 + .byte W12 + .byte Cs4 , v084 + .byte W12 + .byte Bn3 , v076 + .byte W12 + .byte An3 , v088 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 , v100 + .byte W12 + .byte N15 , En4 , v112 + .byte W04 + .byte VOL , 68*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 49*bgm_fune_kan_mvl/mxv + .byte W01 + .byte BEND , c_v-12 + .byte W03 + .byte VOL , 36*bgm_fune_kan_mvl/mxv + .byte BEND , c_v+12 + .byte W03 + .byte c_v+0 + .byte W09 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-18 + .byte N12 , Dn4 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N12 , Cs4 , v088 + .byte W12 + .byte N09 , Dn4 , v112 + .byte W04 + .byte VOL , 68*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 49*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-7 + .byte N12 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte c_v-7 + .byte N12 , En4 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N12 , Dn4 + .byte W12 + .byte BEND , c_v-5 + .byte N12 , En4 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte c_v-12 + .byte N12 , Fs4 + .byte W04 + .byte BEND , c_v-7 + .byte W04 + .byte c_v+0 + .byte W04 + .byte N12 , Cs4 , v100 + .byte W12 + .byte Bn3 , v084 + .byte W12 + .byte An3 , v072 + .byte W12 + .byte An3 , v088 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 , v100 + .byte W12 + .byte N15 , En4 , v112 + .byte W04 + .byte VOL , 68*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 49*bgm_fune_kan_mvl/mxv + .byte W01 + .byte BEND , c_v-12 + .byte W03 + .byte VOL , 36*bgm_fune_kan_mvl/mxv + .byte BEND , c_v+12 + .byte W03 + .byte c_v+0 + .byte W09 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-18 + .byte N12 , Bn3 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N12 , An3 , v100 + .byte W12 + .byte N09 , Bn3 , v112 + .byte W04 + .byte VOL , 68*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 49*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-7 + .byte N12 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte c_v-7 + .byte N12 , Cs4 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N12 , Bn3 + .byte W12 + .byte BEND , c_v-7 + .byte N12 , Cs4 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte c_v-12 + .byte N12 , Dn4 + .byte W04 + .byte BEND , c_v-7 + .byte W04 + .byte c_v+0 + .byte W04 + .byte N12 , An3 , v100 + .byte W12 + .byte Fs3 , v084 + .byte W12 + .byte En3 , v072 + .byte W12 + .byte Dn3 , v088 + .byte W12 + .byte En3 , v092 + .byte W12 + .byte Fs3 , v100 + .byte W12 + .byte N15 , An3 , v112 + .byte W04 + .byte VOL , 68*bgm_fune_kan_mvl/mxv + .byte W04 + .byte 49*bgm_fune_kan_mvl/mxv + .byte W01 + .byte BEND , c_v-12 + .byte W03 + .byte VOL , 36*bgm_fune_kan_mvl/mxv + .byte BEND , c_v+12 + .byte W03 + .byte c_v+0 + .byte W09 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-8 + .byte N12 , Bn3 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N12 , An3 , v100 + .byte W12 + .byte N09 , Bn3 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte Cs4 , v100 + .byte W12 + .byte Dn4 , v104 + .byte W12 + .byte BEND , c_v-5 + .byte N12 , En4 , v108 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N09 , Fs4 , v112 + .byte W12 + .byte BEND , c_v-7 + .byte N09 , Gn4 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N09 , Fs4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte BEND , c_v-12 + .byte N09 , An4 , v116 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N09 , Gn4 , v112 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte N44 , Fs4 + .byte W18 + .byte MOD , 5 + .byte W06 + .byte VOL , 75*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 62*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 45*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 33*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 13*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 3*bgm_fune_kan_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-8 + .byte N08 , Gn4 + .byte W03 + .byte BEND , c_v+0 + .byte W05 + .byte N08 , En4 , v104 + .byte W08 + .byte Cs4 , v100 + .byte W08 + .byte An3 , v096 + .byte W08 + .byte En3 , v092 + .byte W08 + .byte Cs3 , v096 + .byte W08 + .byte Dn3 , v112 + .byte W08 + .byte En3 , v100 + .byte W08 + .byte Dn3 , v112 + .byte W08 + .byte BEND , c_v-16 + .byte N24 , Bn3 + .byte W03 + .byte BEND , c_v-5 + .byte W03 + .byte c_v+0 + .byte W09 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N44 , An3 + .byte W18 + .byte MOD , 5 + .byte W06 + .byte VOL , 75*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 62*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 45*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 33*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 13*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 3*bgm_fune_kan_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-10 + .byte N44 , Bn3 + .byte W03 + .byte BEND , c_v+0 + .byte W15 + .byte MOD , 5 + .byte W06 + .byte VOL , 75*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 62*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 45*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 33*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 13*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 3*bgm_fune_kan_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte N08 + .byte W08 + .byte Cs4 , v096 + .byte W08 + .byte Dn4 , v104 + .byte W08 + .byte En4 , v112 + .byte W08 + .byte Dn4 , v104 + .byte W08 + .byte Cs4 , v092 + .byte W08 + .byte N21 , Dn4 , v112 + .byte W06 + .byte MOD , 0 + .byte W03 + .byte 5 + .byte W06 + .byte VOL , 65*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 47*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 17*bgm_fune_kan_mvl/mxv + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , En4 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N12 , Dn4 , v096 + .byte W12 + .byte N21 , Cs4 , v112 + .byte W09 + .byte MOD , 7 + .byte W03 + .byte VOL , 65*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 46*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 17*bgm_fune_kan_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte N12 , Bn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte BEND , c_v-12 + .byte N09 , Dn4 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , An3 + .byte W12 + .byte BEND , c_v-12 + .byte N09 , Dn4 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte BEND , c_v-8 + .byte N12 , Gn4 + .byte W03 + .byte BEND , c_v+0 + .byte W15 + .byte N12 , Fs4 + .byte W18 + .byte En4 + .byte W06 + .byte MOD , 5 + .byte W06 + .byte 0 + .byte BEND , c_v-10 + .byte N21 , Fs4 + .byte W03 + .byte BEND , c_v+0 + .byte W04 + .byte MOD , 5 + .byte W05 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 49*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 29*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 10*bgm_fune_kan_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte N08 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N24 , En4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte BEND , c_v-8 + .byte N24 , Fs4 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte BEND , c_v-12 + .byte N08 , Bn4 + .byte W03 + .byte BEND , c_v+0 + .byte W05 + .byte N08 , Fs4 , v108 + .byte W08 + .byte Dn4 , v104 + .byte W08 + .byte Fs4 + .byte W08 + .byte Dn4 , v100 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte En4 + .byte W08 + .byte Bn3 , v104 + .byte W08 + .byte En4 + .byte W08 + .byte Gn4 , v108 + .byte W08 + .byte N28 , An4 , v092 + .byte W16 + .byte MOD , 5 + .byte W05 + .byte VOL , 69*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 45*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 21*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 11*bgm_fune_kan_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte N08 , En4 , v104 + .byte W01 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte W07 + .byte BEND , c_v-5 + .byte N08 , Bn4 , v112 + .byte W04 + .byte BEND , c_v+0 + .byte W04 + .byte N44 , An4 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte VOL , 75*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 62*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 45*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 33*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 13*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 3*bgm_fune_kan_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOICE , 0 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte N12 , Dn4 , v100 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte Gn4 + .byte W24 + .byte GOTO + .word bgm_fune_kan_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_fune_kan_2: + .byte KEYSH , bgm_fune_kan_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte PAN , c_v+8 + .byte N48 , An2 , v092 + .byte W48 + .byte An3 + .byte W48 + .byte N16 , Dn4 + .byte W16 + .byte Cs4 + .byte W16 + .byte Dn4 + .byte W16 + .byte N48 , En3 + .byte W48 + .byte An2 + .byte W48 + .byte An3 + .byte W48 + .byte N16 , Dn4 + .byte W16 + .byte En4 + .byte W16 + .byte Fs4 + .byte W16 + .byte N32 , An3 + .byte W48 + .byte PAN , c_v-8 + .byte N96 , An1 , v096 + .byte W96 + .byte VOICE , 46 + .byte PAN , c_v+0 + .byte N06 , An3 , v068 + .byte W07 + .byte Dn4 , v044 + .byte W07 + .byte Gn4 , v040 + .byte W07 + .byte Cs5 , v048 + .byte W07 + .byte En4 + .byte W08 + .byte An4 , v032 + .byte W07 + .byte Dn5 , v040 + .byte W07 + .byte Fs4 , v064 + .byte W07 + .byte Bn4 , v048 + .byte W07 + .byte En5 , v040 + .byte W08 + .byte An4 , v068 + .byte W07 + .byte Dn5 , v052 + .byte W07 + .byte Gn5 , v032 + .byte W07 + .byte Cs6 , v012 + .byte W03 + .byte VOICE , 0 + .byte W24 + .byte PAN , c_v+8 + .byte N48 , An3 , v092 + .byte W48 + .byte N24 , En4 + .byte W24 +bgm_fune_kan_2_B1: +bgm_fune_kan_2_000: + .byte N36 , Dn4 , v092 + .byte W48 + .byte N24 , Cs4 + .byte W24 + .byte An3 + .byte W24 + .byte PEND +bgm_fune_kan_2_001: + .byte W24 + .byte N24 , An3 , v092 + .byte W24 + .byte N48 , Bn3 + .byte W48 + .byte PEND + .byte Dn4 + .byte W48 + .byte N24 , Cs4 + .byte W24 + .byte An3 + .byte W24 + .byte W24 + .byte N48 + .byte W48 + .byte N24 , En4 + .byte W24 + .byte PATT + .word bgm_fune_kan_2_000 + .byte PATT + .word bgm_fune_kan_2_001 + .byte N48 , Dn4 , v092 + .byte W48 + .byte Cs4 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v-16 + .byte N12 , Dn4 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N08 , Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte Cs4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , An4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte N12 , En3 + .byte W18 + .byte Fs3 + .byte W18 + .byte Gn3 + .byte W12 + .byte N08 , Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte Cs3 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte Fs3 , v084 + .byte W08 + .byte Dn3 , v080 + .byte W08 + .byte Fs3 , v076 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs2 , v072 + .byte W08 + .byte Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 , v076 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 , v080 + .byte W08 + .byte Gn3 , v084 + .byte W08 + .byte N28 , An3 , v080 + .byte W32 + .byte N08 , Gn3 , v092 + .byte W08 + .byte Fs3 + .byte W08 + .byte N44 , En3 + .byte W48 + .byte W24 + .byte PAN , c_v+8 + .byte N48 , An3 + .byte W48 + .byte N24 , En4 + .byte W24 + .byte GOTO + .word bgm_fune_kan_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_fune_kan_3: + .byte KEYSH , bgm_fune_kan_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte PAN , c_v-8 + .byte N44 , Dn2 , v104 + .byte W80 + .byte N08 + .byte W16 + .byte N08 + .byte W48 + .byte N32 , Cs3 + .byte W32 + .byte N16 , Cs2 + .byte W16 + .byte N32 , Dn2 + .byte W32 + .byte N08 , An1 + .byte W16 + .byte N32 , Dn2 + .byte W32 + .byte N08 + .byte W08 + .byte An1 + .byte W08 + .byte N32 , Dn2 + .byte W32 + .byte N08 , An1 + .byte W16 + .byte N48 , Cs2 + .byte W48 + .byte VOICE , 46 + .byte PAN , c_v+0 + .byte N12 , An3 , v064 + .byte W09 + .byte Cs4 , v052 + .byte W10 + .byte En4 , v036 + .byte W09 + .byte Gn4 , v020 + .byte W10 + .byte Bn4 , v032 + .byte W10 + .byte An3 , v064 + .byte W09 + .byte Cs4 , v048 + .byte W10 + .byte En4 , v036 + .byte W09 + .byte Gn4 , v020 + .byte W10 + .byte Bn4 , v036 + .byte W10 + .byte PAN , c_v+16 + .byte W02 + .byte N06 , Bn3 , v064 + .byte W07 + .byte En4 , v036 + .byte W07 + .byte An4 + .byte W08 + .byte Cs4 , v068 + .byte W07 + .byte Fs4 , v044 + .byte W07 + .byte Bn4 , v032 + .byte W07 + .byte En5 , v044 + .byte W07 + .byte Gn4 , v060 + .byte W08 + .byte Cs5 , v040 + .byte W07 + .byte Fs5 , v048 + .byte W07 + .byte Bn4 , v064 + .byte W07 + .byte En5 , v044 + .byte W07 + .byte An5 , v024 + .byte W08 + .byte VOICE , 35 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte PAN , c_v-6 + .byte N44 , Dn1 , v120 + .byte W48 + .byte An1 + .byte W48 +bgm_fune_kan_3_B1: + .byte N44 , Bn1 , v120 + .byte W48 + .byte An1 + .byte W48 +bgm_fune_kan_3_000: + .byte N44 , Dn1 , v120 + .byte W48 + .byte En1 + .byte W48 + .byte PEND +bgm_fune_kan_3_001: + .byte N44 , An1 , v120 + .byte W48 + .byte N21 + .byte W24 + .byte Cs1 + .byte W24 + .byte PEND + .byte N44 , Dn1 + .byte W48 + .byte An0 + .byte W48 + .byte Bn0 + .byte W48 + .byte Cs1 + .byte W48 + .byte PATT + .word bgm_fune_kan_3_000 + .byte PATT + .word bgm_fune_kan_3_001 + .byte N10 , Bn1 , v120 + .byte W24 + .byte N10 + .byte W24 + .byte N10 + .byte W24 + .byte N10 + .byte W24 + .byte An1 + .byte W24 + .byte Cs2 + .byte W24 + .byte En2 + .byte W24 + .byte An1 + .byte W24 + .byte Gn1 + .byte W24 + .byte N10 + .byte W24 + .byte N10 + .byte W24 + .byte N10 + .byte W24 + .byte Fs1 + .byte W24 + .byte An1 + .byte W24 + .byte Cs2 + .byte W24 + .byte Fs1 + .byte W24 + .byte N44 , Gn1 + .byte W48 + .byte N36 + .byte W36 + .byte N12 , Gn0 + .byte W12 + .byte N36 , Dn1 + .byte W36 + .byte N09 , An1 + .byte W12 + .byte N44 , Dn1 + .byte W48 + .byte N03 , En1 + .byte W06 + .byte N24 + .byte W24 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N36 + .byte W36 + .byte N06 , Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N36 , An1 + .byte W36 + .byte N03 , Fs1 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N36 , An1 + .byte W36 + .byte N06 , An0 + .byte W06 + .byte Cs1 + .byte W06 + .byte N12 , Dn1 + .byte W36 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte An1 + .byte W18 + .byte N18 , An0 + .byte W18 + .byte N12 , An1 + .byte W12 + .byte Bn1 + .byte W36 + .byte N03 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W12 + .byte N06 + .byte W12 + .byte An0 + .byte W06 + .byte N12 , Gn1 + .byte W36 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W18 + .byte N18 , En2 + .byte W18 + .byte N10 , En1 + .byte W12 + .byte N12 , An1 + .byte W36 + .byte N03 + .byte W06 + .byte N06 , An0 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W12 + .byte N06 + .byte W12 + .byte An0 + .byte W06 + .byte N12 , Dn1 + .byte W36 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Gn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Dn1 + .byte W06 + .byte Dn2 + .byte W06 + .byte Gn1 + .byte W06 + .byte N03 , Dn1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte N06 , Cs1 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , Fs2 + .byte W12 + .byte As1 + .byte W06 + .byte N12 , Bn1 + .byte W18 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte En2 + .byte W06 + .byte N03 + .byte W12 + .byte N09 , En1 + .byte W12 + .byte N06 + .byte W06 + .byte Bn1 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An0 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte Cs1 + .byte W06 + .byte VOICE , 35 + .byte N44 , Dn1 + .byte W48 + .byte An1 + .byte W48 + .byte GOTO + .word bgm_fune_kan_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_fune_kan_4: + .byte KEYSH , bgm_fune_kan_key+0 + .byte LFOS , 35 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 46 + .byte PAN , c_v+0 + .byte W04 + .byte N12 , Bn3 , v060 + .byte W10 + .byte Dn4 , v044 + .byte W10 + .byte Fs4 , v028 + .byte W09 + .byte An4 , v024 + .byte W10 + .byte Cs5 , v040 + .byte W09 + .byte Bn3 , v060 + .byte W10 + .byte Dn4 , v040 + .byte W10 + .byte Fs4 , v028 + .byte W09 + .byte An4 + .byte W10 + .byte Cs5 , v040 + .byte W05 + .byte PAN , c_v-16 + .byte W04 + .byte N06 , Cs4 , v052 + .byte W08 + .byte Fs4 , v028 + .byte W07 + .byte Bn4 , v044 + .byte W07 + .byte Dn4 , v064 + .byte W07 + .byte Gn4 , v036 + .byte W07 + .byte Cs5 + .byte W08 + .byte En4 , v068 + .byte W07 + .byte An4 , v056 + .byte W07 + .byte Dn5 , v032 + .byte W07 + .byte Gn5 , v056 + .byte W07 + .byte Cs5 + .byte W08 + .byte Fs5 , v036 + .byte W07 + .byte Bn5 , v020 + .byte W05 + .byte W96 +bgm_fune_kan_4_B1: + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte N12 , Dn2 , v080 + .byte W12 + .byte An2 , v072 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Cs2 , v080 + .byte W12 + .byte An2 , v064 + .byte W12 + .byte Cs3 , v072 + .byte W12 + .byte En3 + .byte W12 + .byte Bn1 , v080 + .byte W12 + .byte Fs2 , v072 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte An1 , v080 + .byte W12 + .byte En2 , v072 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte An1 , v080 + .byte W12 + .byte Fs2 , v072 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn1 , v080 + .byte W12 + .byte Gn2 , v072 + .byte W12 + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte Dn2 , v080 + .byte W12 + .byte An2 , v072 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte En2 , v080 + .byte W12 + .byte An2 , v072 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte VOICE , 46 + .byte PAN , c_v-22 + .byte N08 , Bn3 , v044 + .byte W08 + .byte Fs4 , v056 + .byte W08 + .byte Bn4 , v068 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte Bn4 + .byte W08 + .byte Fs4 , v056 + .byte W08 + .byte Bn3 , v044 + .byte W08 + .byte Fs4 , v056 + .byte W08 + .byte Bn4 , v068 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte Bn4 + .byte W08 + .byte Fs4 , v056 + .byte W08 + .byte An3 , v044 + .byte W08 + .byte En4 , v056 + .byte W08 + .byte An4 , v068 + .byte W08 + .byte Cs5 , v072 + .byte W08 + .byte An4 + .byte W08 + .byte En4 , v056 + .byte W08 + .byte An3 , v044 + .byte W08 + .byte Cs4 , v056 + .byte W08 + .byte En4 , v068 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte Cs5 + .byte W08 + .byte An4 , v056 + .byte W08 + .byte Gn3 , v044 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte Gn4 , v068 + .byte W08 + .byte Bn4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte Gn3 , v044 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte Gn4 , v068 + .byte W08 + .byte Bn4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte Fs3 , v072 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte An4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs3 , v044 + .byte W08 + .byte An3 , v056 + .byte W08 + .byte Cs4 , v068 + .byte W08 + .byte Cs5 , v072 + .byte W08 + .byte An4 + .byte W08 + .byte Fs4 , v056 + .byte W08 + .byte Bn3 , v044 + .byte W08 + .byte Gn4 , v056 + .byte W08 + .byte Bn4 , v068 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gn4 , v056 + .byte W08 + .byte N11 , Bn3 , v044 + .byte W08 + .byte N08 , Gn4 , v056 + .byte W08 + .byte Bn4 , v068 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gn4 , v056 + .byte W08 + .byte An3 , v044 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte An4 , v068 + .byte W08 + .byte Dn5 , v072 + .byte W08 + .byte An4 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte An3 , v044 + .byte W08 + .byte Dn4 , v056 + .byte W08 + .byte Fs4 , v068 + .byte W08 + .byte Fs5 , v072 + .byte W08 + .byte Dn5 + .byte W08 + .byte An4 , v056 + .byte W08 + .byte Gn3 , v044 + .byte W08 + .byte En4 , v056 + .byte W08 + .byte Gn4 , v068 + .byte W08 + .byte Bn4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte En4 , v056 + .byte W08 + .byte Gn3 , v044 + .byte W08 + .byte En4 , v056 + .byte W08 + .byte Gn4 , v068 + .byte W08 + .byte Bn4 , v072 + .byte W08 + .byte Gn4 + .byte W08 + .byte En4 , v056 + .byte W08 + .byte En3 , v072 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte An3 , v044 + .byte W08 + .byte Cs4 , v056 + .byte W08 + .byte En4 , v068 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte Cs5 + .byte W08 + .byte An4 , v056 + .byte W08 + .byte W96 + .byte W96 + .byte VOICE , 81 + .byte W96 + .byte PAN , c_v-1 + .byte BEND , c_v-5 + .byte N21 , An2 , v048 + .byte W09 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W03 + .byte N09 , Gn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N24 , En2 + .byte W09 + .byte MOD , 6 + .byte W12 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 0 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_fune_kan_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_fune_kan_5: + .byte KEYSH , bgm_fune_kan_key+0 + .byte LFOS , 35 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_fune_kan_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 85 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte PAN , c_v-49 + .byte N24 , Cs3 , v032 + .byte W24 + .byte N48 , Dn3 , v040 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte N48 , En3 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte N48 , Dn3 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte N48 , Cs3 , v052 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte VOICE , 80 + .byte MOD , 0 + .byte N06 , Fs3 , v040 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte En3 + .byte W12 + .byte An2 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W12 + .byte An2 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Cs3 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N42 , Gn3 + .byte W48 + .byte N12 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte N36 , Fs3 + .byte W36 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N03 , En3 + .byte W06 + .byte N09 + .byte W24 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N09 + .byte W24 + .byte N12 , Bn3 , v052 + .byte W12 + .byte Cs4 + .byte W12 + .byte N48 , Dn4 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte N48 , En4 , v060 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte VOICE , 85 + .byte MOD , 0 + .byte W12 + .byte N06 , Fs3 , v052 + .byte W18 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W06 + .byte N21 , En3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , Cs3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , Bn2 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W09 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N06 , Fs3 + .byte W12 + .byte Dn3 + .byte W06 + .byte N24 , En3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , An3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N48 , Gn3 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte N48 , Bn3 , v060 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte VOICE , 83 + .byte MOD , 0 + .byte N08 , Dn5 , v040 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte N09 , An2 , v052 + .byte W09 + .byte En3 + .byte W10 + .byte An3 + .byte W09 + .byte En4 + .byte W10 + .byte An4 + .byte W10 + .byte VOICE , 85 + .byte N24 , An2 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N18 , Dn3 + .byte W09 + .byte VOL , 52*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 36*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 15*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N06 , Dn4 + .byte W06 + .byte N12 , En4 + .byte W18 + .byte Dn4 + .byte W18 + .byte Cs4 + .byte W12 + .byte N17 , Fs3 + .byte W09 + .byte VOL , 52*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 36*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 15*bgm_fune_kan_mvl/mxv + .byte W01 + .byte N08 , Dn3 + .byte W02 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte W06 + .byte N08 , An2 + .byte W08 + .byte Bn2 + .byte W08 + .byte An2 + .byte W08 + .byte N24 , As3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , Cs4 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N21 , Fs4 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N21 , Gn4 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte N48 , Dn4 + .byte W18 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte N48 , Cs4 + .byte W06 + .byte VOL , 69*bgm_fune_kan_mvl/mxv + .byte W09 + .byte 61*bgm_fune_kan_mvl/mxv + .byte W03 + .byte MOD , 4 + .byte W06 + .byte VOL , 54*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 44*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 32*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 20*bgm_fune_kan_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W96 + .byte GOTO + .word bgm_fune_kan_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_fune_kan_6: + .byte KEYSH , bgm_fune_kan_key+0 + .byte LFOS , 35 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_fune_kan_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 86 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte PAN , c_v+48 + .byte N24 , An2 , v032 + .byte W24 + .byte N12 , An2 , v040 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte MOD , 0 + .byte N12 , Bn2 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte MOD , 0 + .byte N12 , An2 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte MOD , 0 + .byte N12 , An2 , v052 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N06 , Dn3 , v040 + .byte W12 + .byte Fs2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Cs3 + .byte W12 + .byte En2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte Cs3 + .byte W12 + .byte En2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte An2 + .byte W12 + .byte Fs2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte An2 + .byte W12 + .byte Fs2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte VOICE , 82 + .byte N12 , Dn3 + .byte W12 + .byte VOICE , 87 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N06 + .byte W12 + .byte VOICE , 82 + .byte N12 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte VOICE , 87 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N12 , En3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Dn4 + .byte W12 + .byte N03 , Bn2 + .byte W06 + .byte N09 + .byte W24 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N09 + .byte W24 + .byte N12 , Fs3 , v052 + .byte W12 + .byte Gn3 + .byte W12 + .byte VOICE , 82 + .byte N12 , An3 + .byte W12 + .byte VOICE , 87 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte MOD , 0 + .byte N12 , Cs4 , v060 + .byte W12 + .byte VOICE , 87 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte MOD , 0 + .byte W12 + .byte N06 , Dn3 , v048 + .byte W18 + .byte An2 + .byte W12 + .byte Dn3 + .byte W06 + .byte N21 , Cs3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , An2 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , Fs2 , v052 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W09 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N06 , Dn3 , v048 + .byte W12 + .byte Bn2 + .byte W06 + .byte N24 , Cs3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , En3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte VOICE , 86 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte N12 , Dn3 , v052 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte MOD , 0 + .byte N12 , Gn3 , v060 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte MOD , 0 + .byte BEND , c_v+4 + .byte W04 + .byte N08 , Dn5 , v032 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte BEND , c_v+0 + .byte N09 , Cs3 , v040 + .byte W10 + .byte Gn3 + .byte W10 + .byte Cs4 + .byte W09 + .byte Gn4 + .byte W10 + .byte N04 , Cs5 + .byte W05 + .byte VOICE , 86 + .byte N24 , Fs2 , v052 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N18 , An2 + .byte W09 + .byte VOL , 52*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 36*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 15*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte N12 , As3 + .byte W18 + .byte An3 + .byte W18 + .byte Gn3 + .byte W12 + .byte N17 , Dn3 + .byte W09 + .byte VOL , 52*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 36*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 15*bgm_fune_kan_mvl/mxv + .byte W01 + .byte N08 , An2 + .byte W02 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte W06 + .byte N08 , Fs2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Fs2 + .byte W08 + .byte N24 , Fs3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N24 , As3 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N12 , Bn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte N21 , Dn4 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N21 , En4 + .byte W12 + .byte VOL , 71*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 54*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 30*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 8*bgm_fune_kan_mvl/mxv + .byte W03 + .byte 80*bgm_fune_kan_mvl/mxv + .byte N12 , Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOICE , 86 + .byte N12 , An3 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W06 + .byte MOD , 4 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte MOD , 0 + .byte N12 + .byte W06 + .byte VOL , 69*bgm_fune_kan_mvl/mxv + .byte W06 + .byte VOICE , 88 + .byte N12 + .byte W03 + .byte VOL , 61*bgm_fune_kan_mvl/mxv + .byte W03 + .byte MOD , 4 + .byte W06 + .byte VOL , 54*bgm_fune_kan_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 44*bgm_fune_kan_mvl/mxv + .byte W06 + .byte 32*bgm_fune_kan_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 20*bgm_fune_kan_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W96 + .byte GOTO + .word bgm_fune_kan_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_fune_kan_7: + .byte KEYSH , bgm_fune_kan_key+0 + .byte VOICE , 1 + .byte VOL , 80*bgm_fune_kan_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_fune_kan_7_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_fune_kan_7_000: + .byte W24 + .byte N06 , Fs2 , v064 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte Fs2 , v020 + .byte W06 + .byte Fs2 , v008 + .byte W30 + .byte Fs2 , v064 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte Fs2 , v020 + .byte W06 + .byte Fs2 , v008 + .byte W06 + .byte PEND + .byte PATT + .word bgm_fune_kan_7_000 + .byte N06 , Fs2 , v064 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte Fs2 , v020 + .byte W06 + .byte Fs2 , v008 + .byte W78 + .byte Fs2 , v064 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte Fs2 , v020 + .byte W06 + .byte Fs2 , v008 + .byte W06 + .byte Fs2 , v064 + .byte W06 + .byte Fs2 , v032 + .byte W06 + .byte Fs2 , v016 + .byte W06 + .byte Fs2 , v008 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte N03 , Fs2 , v052 + .byte W03 + .byte Fs2 , v056 + .byte W03 + .byte N06 , En1 , v127 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte Fs2 , v056 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v060 + .byte W12 + .byte Fs2 , v064 + .byte W06 + .byte Fs2 , v032 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte As1 , v060 + .byte W06 + .byte Fs1 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v060 + .byte W12 + .byte Fs2 , v064 + .byte W06 + .byte Fs2 , v032 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte As1 + .byte W06 + .byte Fs1 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte Fs2 , v064 + .byte W06 + .byte Fs2 , v032 + .byte W06 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte As1 , v060 + .byte W06 + .byte Fs1 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte As1 + .byte W06 + .byte Fs1 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte En1 , v100 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v060 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte As1 , v060 + .byte W06 + .byte Fs1 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte Fs1 , v060 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte As1 + .byte W06 + .byte Fs1 + .byte W12 + .byte Cn1 , v120 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte As1 , v060 + .byte W06 + .byte Fs1 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Fs1 , v060 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte Fs1 , v060 + .byte W06 + .byte As1 + .byte W06 + .byte Fs1 + .byte W06 + .byte Cn1 , v120 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v127 + .byte W24 + .byte W96 + .byte GOTO + .word bgm_fune_kan_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_fune_kan: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_fune_kan_pri @ Priority + .byte bgm_fune_kan_rev @ Reverb. + + .word bgm_fune_kan_grp + + .word bgm_fune_kan_1 + .word bgm_fune_kan_2 + .word bgm_fune_kan_3 + .word bgm_fune_kan_4 + .word bgm_fune_kan_5 + .word bgm_fune_kan_6 + .word bgm_fune_kan_7 + + .end diff --git a/sound/songs/bgm_gim.s b/sound/songs/bgm_gim.s new file mode 100644 index 000000000..2b0692ead --- /dev/null +++ b/sound/songs/bgm_gim.s @@ -0,0 +1,1884 @@ + .include "MPlayDef.s" + + .equ bgm_gim_grp, voicegroup_8431764 + .equ bgm_gim_pri, 0 + .equ bgm_gim_rev, reverb_set+50 + .equ bgm_gim_mvl, 127 + .equ bgm_gim_key, 0 + .equ bgm_gim_tbs, 1 + .equ bgm_gim_exg, 0 + .equ bgm_gim_cmp, 1 + + .section .rodata + .global bgm_gim + .align 2 + +@********************** Track 1 **********************@ + +bgm_gim_1: + .byte KEYSH , bgm_gim_key+0 +bgm_gim_1_B1: + .byte TEMPO , 128*bgm_gim_tbs/2 + .byte VOICE , 56 + .byte PAN , c_v+10 + .byte VOL , 80*bgm_gim_mvl/mxv + .byte BEND , c_v+0 + .byte N30 , En4 , v108 + .byte W15 + .byte MOD , 6 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N06 , Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte N30 , Dn4 + .byte W15 + .byte MOD , 6 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N06 , Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N66 , Cs4 + .byte W24 + .byte W03 + .byte MOD , 6 + .byte W24 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte 0*bgm_gim_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 80*bgm_gim_mvl/mxv + .byte N24 , Ds4 + .byte W24 + .byte N66 , En4 + .byte W24 + .byte MOD , 6 + .byte W30 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N06 , Bn3 + .byte W06 + .byte N18 , En4 + .byte W18 + .byte N06 , Fs4 + .byte W18 + .byte Dn4 + .byte W06 + .byte N66 + .byte W18 + .byte MOD , 6 + .byte W36 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N66 , En4 + .byte W30 + .byte MOD , 6 + .byte W24 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N06 , Bn3 + .byte W06 + .byte N18 , En4 + .byte W18 + .byte N06 , Dn4 + .byte W12 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte N66 , Fs4 + .byte W24 + .byte W03 + .byte MOD , 6 + .byte W24 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N66 , Gs4 + .byte W30 + .byte MOD , 6 + .byte W24 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N06 , Fs4 + .byte W06 + .byte N18 , Gs4 + .byte W18 + .byte N12 , An4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte N24 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Dn5 + .byte W18 + .byte N06 , An4 + .byte W06 + .byte N24 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N66 , Gs4 + .byte W24 + .byte MOD , 6 + .byte W30 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte 46*bgm_gim_mvl/mxv + .byte W03 + .byte 26*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 0*bgm_gim_mvl/mxv + .byte W06 + .byte 80*bgm_gim_mvl/mxv + .byte N06 , Fs4 + .byte W06 + .byte N18 , Gs4 + .byte W18 + .byte N12 , An4 + .byte W12 + .byte N06 , Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Cs5 , v112 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte VOICE , 60 + .byte MOD , 0 + .byte N36 , Bn2 , v108 + .byte W36 + .byte En3 + .byte W36 + .byte N24 , Bn2 + .byte W24 + .byte Dn3 + .byte W24 + .byte Cs3 + .byte W24 + .byte Bn2 + .byte W24 + .byte An2 + .byte W24 + .byte N06 , Gs2 + .byte W12 + .byte N06 + .byte W06 + .byte An2 + .byte W06 + .byte N30 , Bn2 + .byte W36 + .byte N12 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte N18 , Bn2 + .byte W18 + .byte N24 , Dn3 + .byte W24 + .byte Cn3 + .byte W24 + .byte Bn2 + .byte W24 + .byte An2 + .byte W24 + .byte VOICE , 48 + .byte N36 , Bn4 , v096 + .byte W36 + .byte En5 + .byte W36 + .byte N24 , Bn4 + .byte W24 + .byte Dn5 + .byte W24 + .byte Cs5 + .byte W24 + .byte Bn4 + .byte W24 + .byte An4 + .byte W24 + .byte N06 , Gs4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte N24 , Bn4 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte N24 , Dn5 + .byte W24 + .byte N06 , En5 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte N48 , Gs5 + .byte W48 + .byte N24 , Fs5 + .byte W24 + .byte GOTO + .word bgm_gim_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_gim_2: + .byte VOL , 80*bgm_gim_mvl/mxv + .byte KEYSH , bgm_gim_key+0 +bgm_gim_2_B1: + .byte VOICE , 87 + .byte N12 , En2 , v080 + .byte W12 + .byte N03 , En1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Bn1 + .byte W06 + .byte En2 + .byte W06 + .byte N12 , Dn2 + .byte W12 + .byte N03 , Dn1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Bn1 + .byte W06 + .byte Dn2 + .byte W06 + .byte N12 , Cs2 + .byte W12 + .byte N03 , Cs1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , An1 + .byte W06 + .byte Cs2 + .byte W06 + .byte N09 , Bn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N21 + .byte W24 +bgm_gim_2_000: + .byte N06 , En1 , v080 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N18 + .byte W18 + .byte PEND +bgm_gim_2_001: + .byte N06 , Dn1 , v080 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N18 + .byte W18 + .byte PEND + .byte PATT + .word bgm_gim_2_000 + .byte N06 , Dn1 , v080 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte An1 + .byte W12 + .byte Dn1 + .byte W06 + .byte N18 , Fs1 + .byte W18 + .byte PATT + .word bgm_gim_2_000 + .byte PATT + .word bgm_gim_2_001 + .byte PATT + .word bgm_gim_2_000 + .byte N06 , Dn1 , v080 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte Fs1 + .byte W12 + .byte En1 + .byte W06 + .byte N18 , An1 + .byte W18 + .byte PATT + .word bgm_gim_2_000 + .byte PATT + .word bgm_gim_2_001 + .byte N06 , Cs1 , v080 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte En1 + .byte W06 + .byte N18 , Cs1 + .byte W18 + .byte N48 , Cn1 + .byte W48 + .byte Dn1 + .byte W48 + .byte N06 , En1 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W24 + .byte N24 + .byte W24 + .byte N06 , Dn1 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 + .byte W24 + .byte N06 , Fs1 + .byte W06 + .byte N18 , An1 + .byte W18 + .byte N06 , Gs1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N21 + .byte W24 + .byte N06 , Fs1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N21 + .byte W24 + .byte N06 , En1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N21 + .byte W24 + .byte Ds1 + .byte W24 + .byte N06 , Fs1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Bn1 + .byte W06 + .byte Ds2 + .byte W06 + .byte GOTO + .word bgm_gim_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_gim_3: + .byte KEYSH , bgm_gim_key+0 +bgm_gim_3_B1: + .byte VOICE , 85 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_gim_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Gs3 , v064 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte Fs3 + .byte W12 + .byte N03 , Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte En3 + .byte W12 + .byte N03 , En2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte VOICE , 81 + .byte VOL , 49*bgm_gim_mvl/mxv + .byte N12 , Fs3 + .byte W06 + .byte VOL , 52*bgm_gim_mvl/mxv + .byte W03 + .byte 54*bgm_gim_mvl/mxv + .byte W03 + .byte VOICE , 88 + .byte VOL , 58*bgm_gim_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 62*bgm_gim_mvl/mxv + .byte W06 + .byte 66*bgm_gim_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 71*bgm_gim_mvl/mxv + .byte W03 + .byte 76*bgm_gim_mvl/mxv + .byte W03 + .byte 80*bgm_gim_mvl/mxv + .byte N12 + .byte W12 + .byte VOICE , 81 + .byte N12 , En3 , v052 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W12 + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 81 + .byte MOD , 0 + .byte N06 , Gs2 + .byte W12 + .byte En2 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N18 , Bn2 + .byte W18 +bgm_gim_3_000: + .byte N12 , Dn3 , v052 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W12 + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 81 + .byte MOD , 0 + .byte N06 , Fs3 + .byte W12 + .byte N12 , An2 + .byte W12 + .byte N06 , Dn3 + .byte W06 + .byte N18 , Fs3 + .byte W18 + .byte PEND +bgm_gim_3_001: + .byte N12 , En3 , v052 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W12 + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 81 + .byte MOD , 0 + .byte N06 , Gs2 + .byte W12 + .byte En2 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N18 , Bn2 + .byte W18 + .byte PEND + .byte PATT + .word bgm_gim_3_000 + .byte PATT + .word bgm_gim_3_001 + .byte N12 , Dn3 , v052 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W12 + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 81 + .byte MOD , 0 + .byte N12 , Fs3 + .byte W18 + .byte N06 , Dn3 + .byte W06 + .byte N24 + .byte W24 + .byte PATT + .word bgm_gim_3_001 + .byte N12 , Dn3 , v052 + .byte W12 + .byte VOICE , 88 + .byte N12 + .byte W12 + .byte MOD , 3 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 81 + .byte MOD , 0 + .byte N24 , Fs3 + .byte W24 + .byte An2 + .byte W24 + .byte BEND , c_v-4 + .byte W96 + .byte W96 + .byte W60 + .byte c_v+0 + .byte W12 + .byte VOICE , 85 + .byte PAN , c_v+0 + .byte N06 , Gs3 , v064 + .byte W06 + .byte N18 , En3 + .byte W18 + .byte N12 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 49*bgm_gim_mvl/mxv + .byte W05 + .byte 52*bgm_gim_mvl/mxv + .byte W01 + .byte VOICE , 89 + .byte N12 + .byte W04 + .byte VOL , 56*bgm_gim_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte W03 + .byte VOL , 59*bgm_gim_mvl/mxv + .byte W03 + .byte N12 + .byte W02 + .byte VOL , 62*bgm_gim_mvl/mxv + .byte W05 + .byte 66*bgm_gim_mvl/mxv + .byte W05 + .byte 69*bgm_gim_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 73*bgm_gim_mvl/mxv + .byte W07 + .byte VOICE , 85 + .byte VOL , 80*bgm_gim_mvl/mxv + .byte MOD , 0 + .byte N12 , Fs3 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 49*bgm_gim_mvl/mxv + .byte W05 + .byte 52*bgm_gim_mvl/mxv + .byte W01 + .byte VOICE , 89 + .byte N12 + .byte W03 + .byte MOD , 6 + .byte W01 + .byte VOL , 56*bgm_gim_mvl/mxv + .byte W05 + .byte 59*bgm_gim_mvl/mxv + .byte W03 + .byte N12 + .byte W02 + .byte VOL , 62*bgm_gim_mvl/mxv + .byte W05 + .byte 66*bgm_gim_mvl/mxv + .byte W05 + .byte 69*bgm_gim_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 73*bgm_gim_mvl/mxv + .byte W07 + .byte VOICE , 85 + .byte VOL , 79*bgm_gim_mvl/mxv + .byte MOD , 0 + .byte PAN , c_v+47 + .byte N12 , Bn3 , v060 + .byte W12 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W12 + .byte N06 + .byte W12 + .byte En3 + .byte W06 + .byte N18 , Gs3 + .byte W18 + .byte N12 , An3 + .byte W12 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Dn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W12 + .byte N06 + .byte W12 + .byte Fs3 + .byte W06 + .byte N18 , An3 + .byte W18 + .byte VOICE , 81 + .byte PAN , c_v+0 + .byte BEND , c_v+5 + .byte N06 , Gs2 , v088 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte PAN , c_v+48 + .byte BEND , c_v-2 + .byte N06 , En5 , v052 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+5 + .byte N06 , Fs2 , v088 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte PAN , c_v-47 + .byte BEND , c_v-2 + .byte N06 , Dn5 , v052 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+5 + .byte N06 , En2 , v088 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte PAN , c_v+48 + .byte BEND , c_v-2 + .byte N06 , Bn4 , v052 + .byte W06 + .byte Gs4 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+5 + .byte N12 , Ds2 , v088 + .byte W30 + .byte PAN , c_v-47 + .byte BEND , c_v-2 + .byte N06 , Bn3 , v052 + .byte W06 + .byte Fs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte GOTO + .word bgm_gim_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_gim_4: + .byte KEYSH , bgm_gim_key+0 +bgm_gim_4_B1: + .byte VOICE , 84 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v-48 + .byte VOL , 80*bgm_gim_mvl/mxv + .byte N12 , Bn3 , v064 + .byte W12 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte An3 + .byte W12 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte An3 + .byte W12 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte VOICE , 80 + .byte VOL , 49*bgm_gim_mvl/mxv + .byte N48 , An3 + .byte W06 + .byte VOL , 52*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 6 + .byte VOL , 54*bgm_gim_mvl/mxv + .byte W03 + .byte 58*bgm_gim_mvl/mxv + .byte W06 + .byte 62*bgm_gim_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 66*bgm_gim_mvl/mxv + .byte W06 + .byte 71*bgm_gim_mvl/mxv + .byte W03 + .byte 76*bgm_gim_mvl/mxv + .byte W03 + .byte MOD , 6 + .byte VOL , 80*bgm_gim_mvl/mxv + .byte W12 +bgm_gim_4_000: + .byte N48 , Gs3 , v052 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N06 , Bn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte N03 , Bn2 + .byte W06 + .byte N18 , En3 + .byte W18 + .byte PEND +bgm_gim_4_001: + .byte N48 , Fs3 , v052 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N06 , An3 + .byte W12 + .byte N12 , Dn3 + .byte W12 + .byte N06 , Fs3 + .byte W06 + .byte N18 , An3 + .byte W18 + .byte PEND + .byte PATT + .word bgm_gim_4_000 + .byte PATT + .word bgm_gim_4_001 + .byte PATT + .word bgm_gim_4_000 + .byte N48 , Fs3 , v052 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N12 , An3 + .byte W18 + .byte N06 , Fs3 + .byte W06 + .byte N24 + .byte W24 + .byte PATT + .word bgm_gim_4_000 + .byte N48 , Fs3 , v052 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 0 + .byte N24 , An3 + .byte W24 + .byte En3 + .byte W24 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 84 + .byte PAN , c_v+0 + .byte N06 , Bn3 , v064 + .byte W06 + .byte N18 , Gs3 + .byte W18 + .byte N48 , Gn3 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 49*bgm_gim_mvl/mxv + .byte W05 + .byte 52*bgm_gim_mvl/mxv + .byte W05 + .byte 56*bgm_gim_mvl/mxv + .byte W05 + .byte 59*bgm_gim_mvl/mxv + .byte W05 + .byte 62*bgm_gim_mvl/mxv + .byte W05 + .byte 66*bgm_gim_mvl/mxv + .byte W05 + .byte 69*bgm_gim_mvl/mxv + .byte W05 + .byte 73*bgm_gim_mvl/mxv + .byte W07 + .byte 80*bgm_gim_mvl/mxv + .byte N48 , An3 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 49*bgm_gim_mvl/mxv + .byte W05 + .byte 52*bgm_gim_mvl/mxv + .byte W05 + .byte 56*bgm_gim_mvl/mxv + .byte W05 + .byte 59*bgm_gim_mvl/mxv + .byte W05 + .byte 62*bgm_gim_mvl/mxv + .byte W05 + .byte 66*bgm_gim_mvl/mxv + .byte W05 + .byte 69*bgm_gim_mvl/mxv + .byte W05 + .byte 73*bgm_gim_mvl/mxv + .byte W07 + .byte VOICE , 84 + .byte PAN , c_v+0 + .byte VOL , 79*bgm_gim_mvl/mxv + .byte N12 , En4 , v060 + .byte W12 + .byte N03 , En3 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v-49 + .byte W06 + .byte c_v+0 + .byte N06 + .byte W06 + .byte PAN , c_v-49 + .byte W06 + .byte c_v+0 + .byte N06 , Bn3 + .byte W06 + .byte N18 , En4 + .byte W18 + .byte N12 , Dn4 + .byte W12 + .byte N03 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte PAN , c_v-48 + .byte W06 + .byte c_v+0 + .byte N06 + .byte W06 + .byte PAN , c_v-49 + .byte W06 + .byte c_v-1 + .byte N06 , An3 + .byte W06 + .byte N18 , Dn4 + .byte W18 + .byte VOICE , 80 + .byte N06 , En3 , v072 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , En5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte En4 + .byte W06 + .byte PAN , c_v+1 + .byte N06 , Dn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte PAN , c_v-47 + .byte N06 , Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Bn2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Bn3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte GOTO + .word bgm_gim_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_gim_5: + .byte VOL , 80*bgm_gim_mvl/mxv + .byte KEYSH , bgm_gim_key+0 +bgm_gim_5_B1: + .byte PAN , c_v+15 + .byte W96 + .byte W96 + .byte VOICE , 56 + .byte W96 + .byte W96 + .byte W96 + .byte W42 + .byte N03 , Bn3 , v092 + .byte W03 + .byte Cs4 + .byte W03 + .byte N09 , Dn4 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte Dn4 + .byte W06 + .byte N18 , Cs4 + .byte W18 + .byte N48 , Bn3 + .byte W30 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte N06 , En4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W06 + .byte N18 , En4 + .byte W18 + .byte N12 , Dn4 + .byte W18 + .byte N06 , An3 + .byte W06 + .byte N24 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , An4 + .byte W18 + .byte N06 , Dn4 + .byte W06 + .byte N24 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N06 , Bn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte As3 + .byte W06 + .byte N18 , Bn3 + .byte W09 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N06 , En4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W06 + .byte N18 , En4 + .byte W09 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N48 , An4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte VOICE , 48 + .byte MOD , 0 + .byte N06 , Bn3 , v044 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W12 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W12 + .byte Bn3 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte An3 + .byte W12 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte An3 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte Gs3 + .byte W12 + .byte En4 , v048 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W12 + .byte N12 , En4 , v076 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte N18 , Bn4 + .byte W18 + .byte N48 , Cn5 , v112 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 49*bgm_gim_mvl/mxv + .byte W05 + .byte 52*bgm_gim_mvl/mxv + .byte W05 + .byte 56*bgm_gim_mvl/mxv + .byte W05 + .byte 59*bgm_gim_mvl/mxv + .byte W05 + .byte 62*bgm_gim_mvl/mxv + .byte W05 + .byte 66*bgm_gim_mvl/mxv + .byte W05 + .byte 69*bgm_gim_mvl/mxv + .byte W05 + .byte 73*bgm_gim_mvl/mxv + .byte W07 + .byte 80*bgm_gim_mvl/mxv + .byte N48 , Dn5 + .byte W03 + .byte VOL , 70*bgm_gim_mvl/mxv + .byte W03 + .byte 49*bgm_gim_mvl/mxv + .byte W05 + .byte 52*bgm_gim_mvl/mxv + .byte W05 + .byte 56*bgm_gim_mvl/mxv + .byte W05 + .byte 59*bgm_gim_mvl/mxv + .byte W05 + .byte 62*bgm_gim_mvl/mxv + .byte W05 + .byte 66*bgm_gim_mvl/mxv + .byte W05 + .byte 69*bgm_gim_mvl/mxv + .byte W05 + .byte 73*bgm_gim_mvl/mxv + .byte W07 + .byte 79*bgm_gim_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_gim_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_gim_6: + .byte VOL , 80*bgm_gim_mvl/mxv + .byte KEYSH , bgm_gim_key+0 +bgm_gim_6_B1: + .byte VOICE , 47 + .byte PAN , c_v-17 + .byte BEND , c_v+0 + .byte N12 , En2 , v116 + .byte W18 + .byte N06 , Bn1 + .byte W06 + .byte N12 , En2 , v127 + .byte W24 + .byte Dn2 , v116 + .byte W18 + .byte N06 , An1 + .byte W06 + .byte N12 , Dn2 , v127 + .byte W24 + .byte Cs2 , v116 + .byte W18 + .byte N06 , An1 + .byte W06 + .byte N12 , Cs2 , v127 + .byte W24 + .byte Cs2 , v116 + .byte W24 + .byte N06 , Ds2 , v127 + .byte W06 + .byte N18 + .byte W18 + .byte N12 , En2 + .byte W72 + .byte N06 , En2 , v088 + .byte W06 + .byte N12 , Bn1 + .byte W18 +bgm_gim_6_000: + .byte N12 , Dn2 , v100 + .byte W48 + .byte N12 + .byte W24 + .byte N06 , Dn2 , v088 + .byte W06 + .byte N12 , An1 + .byte W18 + .byte PEND +bgm_gim_6_001: + .byte N12 , En2 , v100 + .byte W72 + .byte N06 , En2 , v088 + .byte W06 + .byte N12 , Bn1 + .byte W18 + .byte PEND + .byte PATT + .word bgm_gim_6_000 + .byte PATT + .word bgm_gim_6_001 + .byte PATT + .word bgm_gim_6_000 + .byte PATT + .word bgm_gim_6_001 + .byte N12 , Dn2 , v100 + .byte W48 + .byte Dn2 , v088 + .byte W24 + .byte N06 + .byte W06 + .byte N12 , Cs2 + .byte W18 + .byte En2 , v127 + .byte W96 + .byte W96 + .byte W72 + .byte N06 , En2 , v112 + .byte W06 + .byte N12 , Bn1 + .byte W18 + .byte Cn2 , v127 + .byte W36 + .byte N06 , Cn2 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn2 + .byte W24 + .byte N06 , Dn2 , v127 + .byte W06 + .byte N18 + .byte W18 + .byte N12 , En2 + .byte W72 + .byte N06 , Bn1 , v076 + .byte W06 + .byte N12 , En2 , v100 + .byte W18 + .byte Dn2 + .byte W72 + .byte N06 , An1 , v076 + .byte W06 + .byte N12 , Dn2 , v100 + .byte W18 + .byte En2 + .byte W18 + .byte N06 , Bn1 + .byte W06 + .byte N12 , En2 , v112 + .byte W24 + .byte Dn2 , v100 + .byte W18 + .byte N06 , Bn1 + .byte W06 + .byte N12 , Dn2 , v112 + .byte W24 + .byte Bn1 , v100 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Bn1 , v112 + .byte W24 + .byte N06 , Dn2 + .byte W06 + .byte Bn1 , v064 + .byte W06 + .byte Dn2 , v072 + .byte W06 + .byte Bn1 , v080 + .byte W06 + .byte Dn2 , v092 + .byte W06 + .byte Bn1 , v100 + .byte W06 + .byte Dn2 , v108 + .byte W06 + .byte Bn1 , v116 + .byte W06 + .byte GOTO + .word bgm_gim_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_gim_7: + .byte KEYSH , bgm_gim_key+0 +bgm_gim_7_B1: + .byte VOICE , 0 + .byte VOL , 80*bgm_gim_mvl/mxv + .byte N06 , En1 , v112 + .byte N48 , Bn2 , v092 + .byte W12 + .byte N06 , En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte N48 , Bn2 , v092 + .byte W12 + .byte N06 , En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte N48 , Bn2 , v092 + .byte W06 + .byte N06 , En1 , v080 + .byte W06 + .byte En1 , v100 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte N48 , Bn2 , v092 + .byte W18 + .byte N06 , En1 , v080 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v080 + .byte W12 + .byte En1 , v088 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 +bgm_gim_7_000: + .byte N06 , En1 , v112 + .byte W18 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v080 + .byte W12 + .byte En1 , v088 + .byte W12 + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND +bgm_gim_7_001: + .byte N06 , En1 , v112 + .byte W18 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v080 + .byte W12 + .byte En1 , v088 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND + .byte PATT + .word bgm_gim_7_000 + .byte PATT + .word bgm_gim_7_001 + .byte PATT + .word bgm_gim_7_000 + .byte PATT + .word bgm_gim_7_001 + .byte PATT + .word bgm_gim_7_000 + .byte N48 , Bn2 , v092 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte N03 , En1 , v076 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v048 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte En1 , v060 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v092 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte N06 , En1 , v112 + .byte N48 , Bn2 , v092 + .byte W12 + .byte N06 , En1 , v112 + .byte W24 + .byte En1 , v088 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte N03 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte En1 , v088 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte En1 , v112 + .byte N48 , Bn2 , v092 + .byte W12 + .byte N06 , En1 , v088 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 + .byte N48 , Bn2 , v092 + .byte W03 + .byte N03 , En1 , v084 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte N48 , Bn2 , v092 + .byte W12 + .byte N06 , En1 , v108 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v048 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte En1 , v060 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte En1 , v072 + .byte N24 , Bn2 , v092 + .byte W03 + .byte N03 , En1 , v080 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v092 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte GOTO + .word bgm_gim_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_gim: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_gim_pri @ Priority + .byte bgm_gim_rev @ Reverb. + + .word bgm_gim_grp + + .word bgm_gim_1 + .word bgm_gim_2 + .word bgm_gim_3 + .word bgm_gim_4 + .word bgm_gim_5 + .word bgm_gim_6 + .word bgm_gim_7 + + .end diff --git a/sound/songs/bgm_girl_sup.s b/sound/songs/bgm_girl_sup.s new file mode 100644 index 000000000..0ec928556 --- /dev/null +++ b/sound/songs/bgm_girl_sup.s @@ -0,0 +1,2588 @@ + .include "MPlayDef.s" + + .equ bgm_girl_sup_grp, voicegroup_843FBE8 + .equ bgm_girl_sup_pri, 0 + .equ bgm_girl_sup_rev, reverb_set+50 + .equ bgm_girl_sup_mvl, 127 + .equ bgm_girl_sup_key, 0 + .equ bgm_girl_sup_tbs, 1 + .equ bgm_girl_sup_exg, 0 + .equ bgm_girl_sup_cmp, 1 + + .section .rodata + .global bgm_girl_sup + .align 2 + +@********************** Track 1 **********************@ + +bgm_girl_sup_1: + .byte KEYSH , bgm_girl_sup_key+0 + .byte TEMPO , 128*bgm_girl_sup_tbs/2 + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_girl_sup_mvl/mxv + .byte LFOS , 44 + .byte W96 + .byte W72 + .byte VOL , 43*bgm_girl_sup_mvl/mxv + .byte W12 + .byte N06 , Cs5 , v112 + .byte W06 + .byte Ds5 + .byte W06 +bgm_girl_sup_1_B1: + .byte VOL , 43*bgm_girl_sup_mvl/mxv + .byte N06 , Fn5 , v112 + .byte W12 + .byte Fs5 + .byte W09 + .byte N03 , An5 , v088 + .byte W03 + .byte N06 , Gs5 , v112 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Fs5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 , Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N03 , En5 , v088 + .byte W03 + .byte N42 , Ds5 , v112 + .byte W42 + .byte N03 , En5 + .byte W03 + .byte N12 , Fn5 + .byte W12 + .byte N03 , En5 , v080 + .byte W03 + .byte Ds5 , v064 + .byte W03 + .byte Dn5 , v044 + .byte W03 + .byte Cs5 , v040 + .byte W03 + .byte As4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N12 , Fn5 + .byte W24 + .byte N06 , Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Ds5 + .byte W24 + .byte N06 , Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Gs5 + .byte W12 + .byte N03 , Cn6 , v088 + .byte W03 + .byte N15 , Cs6 , v112 + .byte W15 + .byte N03 , As5 , v088 + .byte W03 + .byte Gs5 , v068 + .byte W03 + .byte N06 , Fn5 , v112 + .byte W12 + .byte Fs5 + .byte W06 + .byte N18 , Fn5 + .byte W18 + .byte N30 , Ds5 + .byte W30 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Bn4 , v056 + .byte W03 + .byte Cs5 , v072 + .byte W03 + .byte Ds5 , v080 + .byte W03 + .byte Fs5 , v084 + .byte W03 + .byte N24 , Gs5 , v112 + .byte W24 + .byte N06 , Fs5 + .byte W12 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W24 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W24 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Ds5 + .byte W12 + .byte VOICE , 73 + .byte W12 + .byte VOL , 18*bgm_girl_sup_mvl/mxv + .byte N36 , Fn5 + .byte W02 + .byte VOL , 19*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 21*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 22*bgm_girl_sup_mvl/mxv + .byte W04 + .byte 27*bgm_girl_sup_mvl/mxv + .byte W02 + .byte 31*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 38*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 42*bgm_girl_sup_mvl/mxv + .byte W04 + .byte 47*bgm_girl_sup_mvl/mxv + .byte W02 + .byte 51*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 53*bgm_girl_sup_mvl/mxv + .byte W07 + .byte 39*bgm_girl_sup_mvl/mxv + .byte N06 , As4 + .byte W06 + .byte N06 + .byte W06 + .byte Cs5 + .byte W12 + .byte As4 + .byte W12 + .byte Cs5 + .byte W06 + .byte N18 , Ds5 + .byte W18 + .byte VOL , 18*bgm_girl_sup_mvl/mxv + .byte N36 , Fn5 + .byte W02 + .byte VOL , 19*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 21*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 22*bgm_girl_sup_mvl/mxv + .byte W04 + .byte 27*bgm_girl_sup_mvl/mxv + .byte W02 + .byte 31*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 38*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 42*bgm_girl_sup_mvl/mxv + .byte W04 + .byte 47*bgm_girl_sup_mvl/mxv + .byte W02 + .byte 51*bgm_girl_sup_mvl/mxv + .byte W03 + .byte 53*bgm_girl_sup_mvl/mxv + .byte W13 + .byte 39*bgm_girl_sup_mvl/mxv + .byte N06 , Gs4 + .byte W06 + .byte Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Fs5 + .byte W06 + .byte N18 , Fn5 + .byte W18 + .byte N06 , Gs5 + .byte W06 + .byte N03 , Gn5 , v088 + .byte W03 + .byte Fs5 , v080 + .byte W03 + .byte Fn5 , v072 + .byte W03 + .byte En5 , v064 + .byte W03 + .byte Ds5 , v056 + .byte W30 + .byte N12 , Gs5 , v112 + .byte W12 + .byte N03 , Fs5 + .byte W12 + .byte N06 , Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte N30 , Bn4 + .byte W30 + .byte N06 , Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte N12 , Gs5 + .byte W12 + .byte N06 , As5 + .byte W12 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N36 , Fn5 + .byte W36 + .byte N06 , En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Cs5 + .byte W24 + .byte N18 , Ds5 + .byte W24 + .byte N06 , Fn5 + .byte W12 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Cs5 + .byte W24 + .byte N06 , Ds5 + .byte W06 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte N03 , Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Gs5 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fs5 , v072 + .byte W03 + .byte En5 , v064 + .byte W03 + .byte Ds5 , v056 + .byte W03 + .byte Cs5 + .byte W03 + .byte VOL , 29*bgm_girl_sup_mvl/mxv + .byte W03 + .byte VOICE , 17 + .byte N03 , Gn5 , v076 + .byte W03 + .byte N12 , Gs5 + .byte W15 + .byte N03 , Gn5 + .byte W03 + .byte N15 , Gs5 + .byte W15 + .byte N03 , Gn5 + .byte W03 + .byte N09 , Gs5 + .byte W09 + .byte N03 , Cs6 + .byte W03 + .byte N24 , Cn6 + .byte W24 + .byte N06 , Bn5 + .byte W06 + .byte As5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N30 , Gs5 + .byte W24 + .byte VOICE , 17 + .byte W06 + .byte N03 , Fs5 , v052 + .byte W03 + .byte Fn5 + .byte W03 + .byte N06 , Cs5 , v112 + .byte W06 + .byte Ds5 + .byte W06 + .byte GOTO + .word bgm_girl_sup_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_girl_sup_2: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 126 + .byte VOL , 36*bgm_girl_sup_mvl/mxv + .byte PAN , c_v+63 + .byte W60 + .byte N12 , Gn4 , v112 + .byte W36 +bgm_girl_sup_2_000: + .byte W12 + .byte N12 , Gn4 , v064 + .byte W24 + .byte Gn4 , v080 + .byte W24 + .byte Gn4 , v112 + .byte W36 + .byte PEND +bgm_girl_sup_2_B1: +bgm_girl_sup_2_001: + .byte W24 + .byte N06 , Gn4 , v112 + .byte W60 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_girl_sup_2_001 + .byte PATT + .word bgm_girl_sup_2_001 + .byte PATT + .word bgm_girl_sup_2_001 + .byte PATT + .word bgm_girl_sup_2_001 + .byte PATT + .word bgm_girl_sup_2_001 + .byte PATT + .word bgm_girl_sup_2_001 + .byte PATT + .word bgm_girl_sup_2_001 +bgm_girl_sup_2_002: + .byte W12 + .byte N06 , Gn4 , v112 + .byte W36 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_girl_sup_2_002 + .byte PATT + .word bgm_girl_sup_2_002 + .byte PATT + .word bgm_girl_sup_2_002 + .byte PATT + .word bgm_girl_sup_2_002 + .byte PATT + .word bgm_girl_sup_2_002 + .byte W60 + .byte N12 , Gn4 , v112 + .byte W36 + .byte PATT + .word bgm_girl_sup_2_000 + .byte GOTO + .word bgm_girl_sup_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_girl_sup_3: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 36 + .byte PAN , c_v+0 + .byte VOL , 78*bgm_girl_sup_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte BEND , c_v+0 + .byte N03 , Ds2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Ds1 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Ds2 + .byte W06 + .byte BEND , c_v-10 + .byte W03 + .byte c_v-23 + .byte W03 + .byte c_v-40 + .byte W03 + .byte c_v-60 + .byte W09 + .byte c_v+0 + .byte N06 , Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gs2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N24 , Gs2 + .byte W03 + .byte BEND , c_v-5 + .byte W09 + .byte c_v+0 + .byte W12 + .byte N06 , Gs1 + .byte W12 + .byte BEND , c_v-4 + .byte N24 , Gs2 + .byte W06 + .byte BEND , c_v+0 + .byte W18 +bgm_girl_sup_3_B1: + .byte N18 , Cs1 , v112 + .byte W18 + .byte N03 + .byte W06 + .byte Cn2 + .byte W06 + .byte N06 , Cs1 + .byte W12 + .byte N03 , Cn1 + .byte W06 + .byte N36 , Cs1 + .byte W06 + .byte BEND , c_v+14 + .byte W06 + .byte c_v+0 + .byte W24 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gs1 + .byte W06 + .byte N18 , Cs1 + .byte W18 + .byte N03 + .byte W06 + .byte Cs2 + .byte W06 + .byte N06 , Cs1 + .byte W18 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N03 , Bn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte N18 , Fs1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fs2 + .byte W12 + .byte Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte Cn2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N12 , Gs1 + .byte W12 + .byte N03 , Gs2 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N03 , As2 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte N03 , Bn2 + .byte W12 + .byte N06 , Cn2 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte As2 + .byte W06 + .byte N06 , Ds1 + .byte W06 + .byte N18 , Cs1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte Cs1 + .byte W12 + .byte N03 , Cn1 + .byte W06 + .byte N36 , Cs1 + .byte W06 + .byte BEND , c_v+16 + .byte W06 + .byte c_v+0 + .byte W24 + .byte N06 , Cn2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N18 , Cs1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte Cs1 + .byte W18 + .byte N12 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Bn1 + .byte W12 + .byte Gs1 + .byte W06 + .byte N18 , Fs1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fs2 + .byte W12 + .byte Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N12 , Gs1 + .byte W12 + .byte N03 , Gs2 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N03 , As2 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte N03 , Bn2 + .byte W12 + .byte N06 , Cn2 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte BEND , c_v+0 + .byte N12 , Fs1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , Cs1 , v092 + .byte W06 + .byte Fn1 + .byte W06 + .byte N03 , Fs2 , v112 + .byte W12 + .byte N03 + .byte W12 + .byte Cs2 + .byte W06 + .byte N12 , Fs1 + .byte W12 + .byte N06 , Fn1 + .byte W06 + .byte N12 , Fs1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , Cs1 + .byte W12 + .byte Fs1 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte Fs1 + .byte W06 + .byte N06 + .byte W06 + .byte N18 , Fs2 + .byte W05 + .byte BEND , c_v-16 + .byte W03 + .byte c_v-32 + .byte W04 + .byte c_v-52 + .byte W02 + .byte c_v-63 + .byte W04 + .byte c_v+0 + .byte N06 , En1 + .byte W06 + .byte N12 , Fn1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , Cs1 , v092 + .byte W06 + .byte Ds1 , v112 + .byte W06 + .byte N03 , Cn2 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Gs1 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte N12 , Fn1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , Bn0 + .byte W06 + .byte Ds1 + .byte W06 + .byte N12 , Fn1 + .byte W18 + .byte N03 + .byte W18 + .byte N12 , En1 + .byte W12 + .byte Ds1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , As0 + .byte W06 + .byte Cs1 + .byte W06 + .byte Ds1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Fs1 + .byte W06 + .byte N06 , Ds1 + .byte W06 + .byte As0 + .byte W12 + .byte N12 , Dn1 + .byte W12 + .byte Ds1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , Gs0 + .byte W06 + .byte Cn1 + .byte W06 + .byte N12 , Ds1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 , Cn2 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N03 , Ds2 + .byte W06 + .byte N03 + .byte W06 + .byte Ds1 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gs2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N03 , Gs2 + .byte W12 + .byte N24 + .byte W03 + .byte BEND , c_v-5 + .byte W09 + .byte c_v+0 + .byte W12 + .byte N06 , Gs1 + .byte W12 + .byte BEND , c_v-4 + .byte N24 , Gs2 + .byte W06 + .byte BEND , c_v+0 + .byte W18 + .byte GOTO + .word bgm_girl_sup_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_girl_sup_4: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 56 + .byte VOL , 70*bgm_girl_sup_mvl/mxv + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte N03 , Fn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds4 , v060 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W06 + .byte En4 , v112 + .byte W03 + .byte N06 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte W12 + .byte Cs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Ds4 + .byte W12 + .byte Gs4 + .byte W06 + .byte N03 , Fs4 , v064 + .byte W03 + .byte Fn4 + .byte W03 + .byte Ds4 + .byte W12 +bgm_girl_sup_4_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+32 + .byte VOL , 51*bgm_girl_sup_mvl/mxv + .byte N03 , Fn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W09 + .byte Fn4 , v112 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W06 + .byte N12 , Ds4 + .byte W18 + .byte VOL , 51*bgm_girl_sup_mvl/mxv + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W09 + .byte Fn4 , v112 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fs4 , v064 + .byte W03 + .byte Fn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cs4 + .byte W09 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N03 , Fs4 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Ds4 + .byte W12 + .byte VOL , 51*bgm_girl_sup_mvl/mxv + .byte N06 , Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N06 , As4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N36 , Cs4 + .byte W36 + .byte N06 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , As3 + .byte W24 + .byte N18 , Cn4 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte N36 , Ds4 + .byte W36 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , As3 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds4 , v060 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W06 + .byte En4 , v112 + .byte W03 + .byte N06 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte W12 + .byte Cs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Ds4 + .byte W12 + .byte Gs4 + .byte W06 + .byte N03 , Fs4 , v080 + .byte W03 + .byte En4 , v072 + .byte W03 + .byte Ds4 , v056 + .byte W12 + .byte GOTO + .word bgm_girl_sup_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_girl_sup_5: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 56 + .byte VOL , 66*bgm_girl_sup_mvl/mxv + .byte PAN , c_v-26 + .byte LFOS , 44 + .byte N03 , As3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs3 , v060 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W06 + .byte An3 , v112 + .byte W03 + .byte N06 , As3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gs3 + .byte W12 + .byte W12 + .byte As3 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte N03 , Cs4 , v052 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W12 +bgm_girl_sup_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_girl_sup_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_girl_sup_6: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 127 + .byte VOL , 36*bgm_girl_sup_mvl/mxv + .byte PAN , c_v+63 + .byte N03 , En4 , v112 + .byte W12 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte En4 , v112 + .byte W06 + .byte En4 , v080 + .byte W18 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 +bgm_girl_sup_6_000: + .byte N03 , En4 , v112 + .byte W24 + .byte En4 , v064 + .byte W24 + .byte En4 , v112 + .byte W06 + .byte En4 , v080 + .byte W42 + .byte PEND +bgm_girl_sup_6_B1: +bgm_girl_sup_6_001: + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte PEND + .byte PATT + .word bgm_girl_sup_6_001 + .byte PATT + .word bgm_girl_sup_6_001 + .byte PATT + .word bgm_girl_sup_6_001 + .byte PATT + .word bgm_girl_sup_6_001 + .byte PATT + .word bgm_girl_sup_6_001 + .byte PATT + .word bgm_girl_sup_6_001 + .byte PATT + .word bgm_girl_sup_6_001 +bgm_girl_sup_6_002: + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W18 + .byte En4 , v060 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte PEND + .byte PATT + .word bgm_girl_sup_6_002 + .byte PATT + .word bgm_girl_sup_6_002 + .byte PATT + .word bgm_girl_sup_6_002 + .byte PATT + .word bgm_girl_sup_6_002 + .byte PATT + .word bgm_girl_sup_6_002 + .byte N03 , En4 , v112 + .byte W12 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte En4 , v112 + .byte W06 + .byte En4 , v080 + .byte W18 + .byte En4 , v064 + .byte W12 + .byte N03 + .byte W12 + .byte PATT + .word bgm_girl_sup_6_000 + .byte GOTO + .word bgm_girl_sup_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_girl_sup_7: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 80 + .byte PAN , c_v-62 + .byte VOL , 39*bgm_girl_sup_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte N03 , As2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Ds2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W24 + .byte Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn3 + .byte W12 +bgm_girl_sup_7_000: + .byte W12 + .byte N06 , Cs3 , v112 + .byte W24 + .byte Dn3 + .byte W24 + .byte Ds3 + .byte W12 + .byte Gs3 + .byte W24 + .byte PEND +bgm_girl_sup_7_B1: + .byte N24 , Fn3 , v112 + .byte W30 + .byte N06 + .byte W12 + .byte Cs3 + .byte W06 + .byte N24 , Fn3 + .byte W48 +bgm_girl_sup_7_001: + .byte N30 , Fn3 , v112 + .byte W30 + .byte N03 , Fs3 , v096 + .byte W03 + .byte Gn3 + .byte W03 + .byte N21 , Gs3 , v112 + .byte W21 + .byte N03 , Gn3 , v100 + .byte W03 + .byte N12 , Fs3 , v112 + .byte W12 + .byte Fn3 + .byte W12 + .byte N09 , Fs3 + .byte W09 + .byte N03 , Gs3 , v096 + .byte W03 + .byte PEND +bgm_girl_sup_7_002: + .byte N24 , As3 , v112 + .byte W30 + .byte N06 , Fs3 + .byte W12 + .byte Fn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte N03 , Dn4 + .byte W03 + .byte N09 , Cs4 + .byte W09 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PEND + .byte N03 , Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte N04 , Gs3 + .byte W04 + .byte N02 , Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte N06 , Gs2 + .byte W06 + .byte N03 , Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte N24 , Fn3 + .byte W30 + .byte N06 + .byte W12 + .byte Cs3 + .byte W06 + .byte N24 , Fn3 + .byte W36 + .byte N06 , Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte PATT + .word bgm_girl_sup_7_001 + .byte PATT + .word bgm_girl_sup_7_002 + .byte N03 , Ds3 , v112 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte N04 , Gs3 + .byte W04 + .byte N02 , Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte N04 , Gs2 + .byte W04 + .byte N02 , Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte VOL , 27*bgm_girl_sup_mvl/mxv + .byte BEND , c_v+4 + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W09 + .byte Fn4 , v112 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W06 + .byte N12 , Ds4 + .byte W18 + .byte VOL , 27*bgm_girl_sup_mvl/mxv + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W09 + .byte Fn4 , v112 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fs4 , v064 + .byte W03 + .byte Fn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cs4 + .byte W09 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N03 , Fs4 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Ds4 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N06 , As4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N36 , Cs4 + .byte W36 + .byte N06 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , As3 + .byte W24 + .byte N18 , Cn4 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte N36 , Ds4 + .byte W36 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , As3 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte VOL , 39*bgm_girl_sup_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte Ds2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W24 + .byte Fs2 + .byte W12 + .byte As2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn3 + .byte W12 + .byte PATT + .word bgm_girl_sup_7_000 + .byte GOTO + .word bgm_girl_sup_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_girl_sup_8: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 81 + .byte PAN , c_v+63 + .byte VOL , 39*bgm_girl_sup_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte N03 , Fs3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte As2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W24 + .byte As2 + .byte W12 + .byte Ds3 + .byte W12 + .byte As2 + .byte W12 + .byte Gs2 + .byte W12 + .byte W12 + .byte Gs3 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Cn4 + .byte W24 +bgm_girl_sup_8_B1: +bgm_girl_sup_8_000: + .byte N24 , Cs4 , v112 + .byte W30 + .byte N06 + .byte W12 + .byte Gs3 + .byte W06 + .byte N24 , Cs4 + .byte W36 + .byte N06 + .byte W06 + .byte Cn4 + .byte W06 + .byte PEND +bgm_girl_sup_8_001: + .byte N30 , Bn3 , v112 + .byte W30 + .byte N03 , Cs4 , v096 + .byte W03 + .byte Dn4 + .byte W03 + .byte N21 , Ds4 , v112 + .byte W21 + .byte N03 , Dn4 , v100 + .byte W03 + .byte N09 , Cs4 , v112 + .byte W09 + .byte N03 , Cn4 , v096 + .byte W03 + .byte N09 , Bn3 , v112 + .byte W09 + .byte N03 , Cn4 , v100 + .byte W03 + .byte N09 , Cs4 , v112 + .byte W09 + .byte N03 , Ds4 , v096 + .byte W03 + .byte PEND +bgm_girl_sup_8_002: + .byte N24 , Fs4 , v112 + .byte W30 + .byte N06 , Cs4 + .byte W12 + .byte As3 + .byte W06 + .byte N12 , Cs4 + .byte W12 + .byte N03 , Fs4 + .byte W03 + .byte N09 , Fn4 + .byte W09 + .byte N06 , En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PEND + .byte N03 , Cn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N04 , Ds4 + .byte W04 + .byte N02 , Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte Cn4 + .byte W03 + .byte PATT + .word bgm_girl_sup_8_000 + .byte PATT + .word bgm_girl_sup_8_001 + .byte PATT + .word bgm_girl_sup_8_002 + .byte N03 , Cn4 , v112 + .byte W06 + .byte Gs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N04 , Ds4 + .byte W04 + .byte N02 , Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte N04 , Ds3 + .byte W04 + .byte N02 , Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs3 , v064 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W09 + .byte Gs3 , v112 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W06 + .byte N12 , Fs3 + .byte W18 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs3 , v064 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W09 + .byte An3 , v112 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As3 , v064 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fn3 + .byte W09 + .byte N12 , Cn4 , v112 + .byte W12 + .byte N03 , As3 + .byte W12 + .byte N12 , Gs3 + .byte W12 + .byte N03 , Fs3 + .byte W12 + .byte N06 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Gs4 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N36 , Fs3 + .byte W36 + .byte N06 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N24 , Ds3 + .byte W24 + .byte N18 , Fn3 + .byte W18 + .byte N06 , Fs3 + .byte W06 + .byte N36 , As3 + .byte W36 + .byte N06 , Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Fs3 + .byte W24 + .byte N06 , Gs3 + .byte W12 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs3 , v060 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W06 + .byte An3 , v112 + .byte W03 + .byte N06 , As3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gs3 + .byte W12 + .byte W12 + .byte As3 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cn4 + .byte W12 + .byte Ds4 , v088 + .byte W06 + .byte N03 , Cs4 , v064 + .byte W03 + .byte Cn4 , v056 + .byte W03 + .byte As3 , v044 + .byte W12 + .byte GOTO + .word bgm_girl_sup_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_girl_sup_9: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 70*bgm_girl_sup_mvl/mxv + .byte N06 , En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 +bgm_girl_sup_9_000: + .byte N06 , Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte PEND +bgm_girl_sup_9_B1: +bgm_girl_sup_9_001: + .byte N06 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte En1 + .byte W12 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte PEND + .byte PATT + .word bgm_girl_sup_9_001 + .byte PATT + .word bgm_girl_sup_9_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_girl_sup_9_001 + .byte PATT + .word bgm_girl_sup_9_001 + .byte PATT + .word bgm_girl_sup_9_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N04 , Cn1 + .byte W04 + .byte En1 + .byte W04 + .byte N04 + .byte W04 +bgm_girl_sup_9_002: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Dn1 + .byte W18 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N06 + .byte W06 + .byte PEND + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte PATT + .word bgm_girl_sup_9_002 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W18 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_girl_sup_9_000 + .byte GOTO + .word bgm_girl_sup_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_girl_sup_10: + .byte KEYSH , bgm_girl_sup_key+0 + .byte VOICE , 83 + .byte VOL , 29*bgm_girl_sup_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte W96 + .byte W84 + .byte BEND , c_v+4 + .byte N06 , Cs5 , v112 + .byte W06 + .byte Ds5 + .byte W06 +bgm_girl_sup_10_B1: + .byte N06 , Fn5 , v112 + .byte W12 + .byte Fs5 + .byte W09 + .byte N03 , An5 , v088 + .byte W03 + .byte N06 , Gs5 , v112 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Fs5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 , Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N03 , En5 , v088 + .byte W03 + .byte N42 , Ds5 , v112 + .byte W42 + .byte N03 , En5 + .byte W03 + .byte N12 , Fn5 + .byte W12 + .byte N03 , En5 , v080 + .byte W03 + .byte Ds5 , v064 + .byte W03 + .byte Dn5 , v044 + .byte W03 + .byte Cs5 , v040 + .byte W03 + .byte As4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N12 , Fn5 + .byte W24 + .byte N06 , Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Ds5 + .byte W24 + .byte N06 , Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Gs5 + .byte W12 + .byte N03 , Cn6 , v088 + .byte W03 + .byte N15 , Cs6 , v112 + .byte W15 + .byte N03 , As5 , v088 + .byte W03 + .byte Gs5 , v068 + .byte W03 + .byte N06 , Fn5 , v112 + .byte W12 + .byte Fs5 + .byte W06 + .byte N18 , Fn5 + .byte W18 + .byte N30 , Ds5 + .byte W30 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Bn4 , v056 + .byte W03 + .byte Cs5 , v072 + .byte W03 + .byte Ds5 , v080 + .byte W03 + .byte Fs5 , v084 + .byte W03 + .byte N24 , Gs5 , v112 + .byte W24 + .byte N06 , Fs5 + .byte W12 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W24 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W24 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Ds5 + .byte W12 + .byte VOICE , 84 + .byte W12 + .byte N36 , Fn5 + .byte W36 + .byte N06 , As4 + .byte W06 + .byte N06 + .byte W06 + .byte Cs5 + .byte W12 + .byte As4 + .byte W12 + .byte Cs5 + .byte W06 + .byte N18 , Ds5 + .byte W18 + .byte N36 , Fn5 + .byte W42 + .byte N06 , Gs4 + .byte W06 + .byte Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Fs5 + .byte W06 + .byte N18 , Fn5 + .byte W18 + .byte N06 , Gs5 + .byte W06 + .byte N03 , Gn5 , v088 + .byte W03 + .byte Fs5 , v080 + .byte W03 + .byte Fn5 , v072 + .byte W03 + .byte En5 , v064 + .byte W03 + .byte Ds5 , v056 + .byte W30 + .byte N12 , Gs5 , v112 + .byte W12 + .byte N03 , Fs5 + .byte W12 + .byte N06 , Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte N30 , Bn4 + .byte W30 + .byte N06 , Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte N12 , Gs5 + .byte W12 + .byte N06 , As5 + .byte W12 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N36 , Fn5 + .byte W36 + .byte N06 , En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Cs5 + .byte W24 + .byte N18 , Ds5 + .byte W24 + .byte N06 , Fn5 + .byte W12 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N24 , Cs5 + .byte W24 + .byte N06 , Ds5 + .byte W06 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte N03 , Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Gs5 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fs5 , v072 + .byte W03 + .byte En5 , v064 + .byte W03 + .byte Ds5 , v056 + .byte W03 + .byte Cs5 + .byte W06 + .byte Gn5 , v080 + .byte W03 + .byte N12 , Gs5 + .byte W15 + .byte N03 , Gn5 + .byte W03 + .byte N15 , Gs5 + .byte W15 + .byte N03 , Gn5 + .byte W03 + .byte N09 , Gs5 + .byte W09 + .byte N03 , Cs6 + .byte W03 + .byte N24 , Cn6 + .byte W24 + .byte N06 , Bn5 + .byte W06 + .byte As5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N30 , Gs5 + .byte W30 + .byte N03 , Fs5 , v060 + .byte W03 + .byte Fn5 , v048 + .byte W03 + .byte N06 , Cs5 , v112 + .byte W06 + .byte Ds5 + .byte W06 + .byte GOTO + .word bgm_girl_sup_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_girl_sup: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_girl_sup_pri @ Priority + .byte bgm_girl_sup_rev @ Reverb. + + .word bgm_girl_sup_grp + + .word bgm_girl_sup_1 + .word bgm_girl_sup_2 + .word bgm_girl_sup_3 + .word bgm_girl_sup_4 + .word bgm_girl_sup_5 + .word bgm_girl_sup_6 + .word bgm_girl_sup_7 + .word bgm_girl_sup_8 + .word bgm_girl_sup_9 + .word bgm_girl_sup_10 + + .end diff --git a/sound/songs/bgm_girleye.s b/sound/songs/bgm_girleye.s new file mode 100644 index 000000000..d0d9562d6 --- /dev/null +++ b/sound/songs/bgm_girleye.s @@ -0,0 +1,1267 @@ + .include "MPlayDef.s" + + .equ bgm_girleye_grp, voicegroup_843CDBC + .equ bgm_girleye_pri, 0 + .equ bgm_girleye_rev, reverb_set+50 + .equ bgm_girleye_mvl, 127 + .equ bgm_girleye_key, 0 + .equ bgm_girleye_tbs, 1 + .equ bgm_girleye_exg, 0 + .equ bgm_girleye_cmp, 1 + + .section .rodata + .global bgm_girleye + .align 2 + +@********************** Track 1 **********************@ + +bgm_girleye_1: + .byte KEYSH , bgm_girleye_key+0 + .byte TEMPO , 90*bgm_girleye_tbs/2 + .byte VOICE , 1 + .byte VOL , 63*bgm_girleye_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Ds3 , v112 + .byte W06 + .byte N42 , Ds4 + .byte W42 + .byte PAN , c_v+0 + .byte N06 , Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N03 , Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 +bgm_girleye_1_B1: + .byte PAN , c_v-39 + .byte W06 + .byte N03 , Gs3 , v112 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte As3 , v032 + .byte W12 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W18 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Ds4 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte W06 + .byte N03 , An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte Gn3 , v032 + .byte W12 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W18 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Ds4 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , Gs3 + .byte W06 + .byte Gs3 , v032 + .byte W12 + .byte Gs3 , v112 + .byte W06 + .byte Gs3 , v032 + .byte W18 + .byte Gs3 , v112 + .byte W06 + .byte Gs3 , v032 + .byte W06 + .byte Gs3 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Ds4 , v032 + .byte W12 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte GOTO + .word bgm_girleye_1_B1 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_girleye_2: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 45*bgm_girleye_mvl/mxv + .byte BEND , c_v+0 + .byte W96 +bgm_girleye_2_B1: + .byte N03 , Fs5 , v072 + .byte W03 + .byte Gn5 , v080 + .byte W03 + .byte Gs5 , v092 + .byte W03 + .byte An5 , v096 + .byte W03 + .byte N36 , As5 , v112 + .byte W03 + .byte VOL , 31*bgm_girleye_mvl/mxv + .byte W02 + .byte 32*bgm_girleye_mvl/mxv + .byte W03 + .byte 34*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte W02 + .byte 38*bgm_girleye_mvl/mxv + .byte W03 + .byte 40*bgm_girleye_mvl/mxv + .byte W03 + .byte 45*bgm_girleye_mvl/mxv + .byte W04 + .byte 52*bgm_girleye_mvl/mxv + .byte W02 + .byte 56*bgm_girleye_mvl/mxv + .byte W03 + .byte 53*bgm_girleye_mvl/mxv + .byte W01 + .byte 59*bgm_girleye_mvl/mxv + .byte W02 + .byte 54*bgm_girleye_mvl/mxv + .byte W01 + .byte 63*bgm_girleye_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 45*bgm_girleye_mvl/mxv + .byte N06 , As5 , v032 + .byte W06 + .byte As5 , v112 + .byte W06 + .byte N03 , As5 , v032 + .byte W03 + .byte En6 , v112 + .byte W03 + .byte N06 , Ds6 + .byte W06 + .byte As5 + .byte W06 + .byte Gs5 + .byte W06 + .byte N03 , An5 , v084 + .byte W03 + .byte As5 + .byte W03 + .byte N06 , Gs5 , v112 + .byte W06 + .byte N48 , Gn5 + .byte W06 + .byte VOL , 29*bgm_girleye_mvl/mxv + .byte W02 + .byte 30*bgm_girleye_mvl/mxv + .byte W04 + .byte 31*bgm_girleye_mvl/mxv + .byte W02 + .byte 31*bgm_girleye_mvl/mxv + .byte W03 + .byte 34*bgm_girleye_mvl/mxv + .byte W03 + .byte 35*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 37*bgm_girleye_mvl/mxv + .byte W02 + .byte 40*bgm_girleye_mvl/mxv + .byte W03 + .byte 45*bgm_girleye_mvl/mxv + .byte W03 + .byte 53*bgm_girleye_mvl/mxv + .byte W04 + .byte 57*bgm_girleye_mvl/mxv + .byte W02 + .byte 61*bgm_girleye_mvl/mxv + .byte W03 + .byte 64*bgm_girleye_mvl/mxv + .byte W03 + .byte 66*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_girleye_mvl/mxv + .byte N06 , Gn5 , v032 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte N03 , Gn5 , v032 + .byte W03 + .byte En6 , v112 + .byte W03 + .byte N06 , Ds6 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N03 , Fs5 , v088 + .byte W03 + .byte Gn5 + .byte W03 + .byte N06 , Fn5 , v112 + .byte W06 + .byte W06 + .byte N03 , As5 + .byte W03 + .byte VOL , 43*bgm_girleye_mvl/mxv + .byte N03 , Cn6 + .byte W03 + .byte VOL , 39*bgm_girleye_mvl/mxv + .byte N36 , Cs6 + .byte W02 + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte W03 + .byte 34*bgm_girleye_mvl/mxv + .byte W03 + .byte 29*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 27*bgm_girleye_mvl/mxv + .byte W02 + .byte 26*bgm_girleye_mvl/mxv + .byte W07 + .byte 34*bgm_girleye_mvl/mxv + .byte W03 + .byte 36*bgm_girleye_mvl/mxv + .byte W03 + .byte 40*bgm_girleye_mvl/mxv + .byte W03 + .byte 54*bgm_girleye_mvl/mxv + .byte W02 + .byte 53*bgm_girleye_mvl/mxv + .byte W01 + .byte 63*bgm_girleye_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 45*bgm_girleye_mvl/mxv + .byte N06 , Cs6 , v032 + .byte W06 + .byte Cs6 , v112 + .byte W06 + .byte Cs6 , v032 + .byte W06 + .byte Ds6 , v112 + .byte W06 + .byte Cs6 + .byte W06 + .byte Cs6 , v032 + .byte W06 + .byte Fn5 , v112 + .byte W06 + .byte N03 , As5 , v084 + .byte W03 + .byte Bn5 + .byte W03 + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte N36 , Cn6 , v112 + .byte W02 + .byte VOL , 37*bgm_girleye_mvl/mxv + .byte W03 + .byte 40*bgm_girleye_mvl/mxv + .byte W03 + .byte 44*bgm_girleye_mvl/mxv + .byte W04 + .byte 47*bgm_girleye_mvl/mxv + .byte W02 + .byte 49*bgm_girleye_mvl/mxv + .byte W03 + .byte 53*bgm_girleye_mvl/mxv + .byte W03 + .byte 56*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 59*bgm_girleye_mvl/mxv + .byte W02 + .byte 60*bgm_girleye_mvl/mxv + .byte W03 + .byte 62*bgm_girleye_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 45*bgm_girleye_mvl/mxv + .byte N06 , Cs6 + .byte W06 + .byte Cn6 + .byte W06 + .byte N09 , As5 + .byte W09 + .byte N03 , Dn6 , v084 + .byte W03 + .byte N06 , Ds6 , v112 + .byte W06 + .byte Cs6 + .byte W06 + .byte Cn6 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gn5 + .byte W06 + .byte GOTO + .word bgm_girleye_2_B1 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_girleye_3: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 35 + .byte PAN , c_v+0 + .byte VOL , 72*bgm_girleye_mvl/mxv + .byte BENDR , 12 + .byte BEND , c_v+0 + .byte W72 + .byte c_v-7 + .byte N24 , Ds2 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte c_v-64 + .byte W12 +bgm_girleye_3_B1: + .byte BEND , c_v+0 + .byte N06 , Gs1 , v112 + .byte W06 + .byte Gs1 , v032 + .byte W12 + .byte Gs1 , v112 + .byte W06 + .byte N18 , Ds2 + .byte W18 + .byte N03 , Gs1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds2 + .byte W03 + .byte Ds2 , v032 + .byte W03 + .byte N12 , Gs1 , v112 + .byte W12 + .byte N06 , Ds2 + .byte W06 + .byte Ds2 , v032 + .byte W06 + .byte Gs1 , v112 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Gs1 , v032 + .byte W12 + .byte Gs1 , v112 + .byte W06 + .byte N18 , Ds2 + .byte W18 + .byte N03 , Gs1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Ds2 + .byte W03 + .byte Ds2 , v032 + .byte W03 + .byte N12 , Gs1 , v112 + .byte W12 + .byte N06 , Ds2 + .byte W06 + .byte Gs1 + .byte W06 + .byte Ds2 + .byte W06 + .byte Dn2 + .byte W06 + .byte As1 + .byte W06 + .byte As1 , v032 + .byte W12 + .byte As1 , v112 + .byte W06 + .byte N18 , Fn2 + .byte W18 + .byte N03 , As1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W03 + .byte Fn2 , v032 + .byte W03 + .byte N12 , As1 , v112 + .byte W12 + .byte N06 + .byte W06 + .byte Gs1 + .byte W06 + .byte As1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Ds2 , v032 + .byte W12 + .byte Ds2 , v112 + .byte W06 + .byte N18 , As2 + .byte W18 + .byte N03 , Ds2 + .byte W06 + .byte N06 + .byte W08 + .byte N03 , As2 + .byte W04 + .byte N12 , As1 + .byte N03 , As2 , v032 + .byte W12 + .byte N06 , Ds2 , v112 + .byte W06 + .byte As1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte GOTO + .word bgm_girleye_3_B1 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_girleye_4: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 1 + .byte PAN , c_v+0 + .byte VOL , 51*bgm_girleye_mvl/mxv + .byte W24 + .byte N06 , Ds3 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte Ds5 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cn3 + .byte W06 + .byte N03 , As2 + .byte W03 + .byte Gs2 + .byte W03 + .byte As2 + .byte W03 + .byte Cs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Gn3 + .byte W03 +bgm_girleye_4_B1: + .byte W48 + .byte VOICE , 1 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_girleye_4_B1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_girleye_5: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte VOL , 27*bgm_girleye_mvl/mxv + .byte PAN , c_v+63 + .byte W96 +bgm_girleye_5_B1: + .byte N03 , Fs4 , v072 + .byte W03 + .byte Gn4 , v080 + .byte W03 + .byte Gs4 , v092 + .byte W03 + .byte An4 , v096 + .byte W03 + .byte N36 , As4 , v104 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , As4 , v032 + .byte W06 + .byte As4 , v100 + .byte W06 + .byte N03 , As4 , v032 + .byte W03 + .byte En5 , v080 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte As4 , v096 + .byte W06 + .byte Gs4 , v100 + .byte W06 + .byte N03 , An4 , v084 + .byte W03 + .byte As4 + .byte W03 + .byte N06 , Gs4 , v096 + .byte W06 + .byte N48 , Gn4 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Gn4 , v032 + .byte W06 + .byte Gn4 , v096 + .byte W06 + .byte N03 , Gn4 , v032 + .byte W03 + .byte En5 , v080 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte Gn4 , v096 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , Fs4 , v088 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fn4 , v096 + .byte W06 + .byte W06 + .byte N03 , As4 , v092 + .byte W03 + .byte Cn5 + .byte W03 + .byte N36 , Cs5 , v096 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cs5 , v032 + .byte W06 + .byte Cs5 , v096 + .byte W06 + .byte Cs5 , v032 + .byte W06 + .byte Ds5 , v080 + .byte W06 + .byte Cs5 , v096 + .byte W06 + .byte Cs5 , v032 + .byte W06 + .byte Fn4 , v096 + .byte W06 + .byte N03 , As4 , v084 + .byte W03 + .byte Bn4 + .byte W03 + .byte N36 , Cn5 , v096 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cs5 , v100 + .byte W06 + .byte Cn5 , v096 + .byte W06 + .byte N09 , As4 + .byte W09 + .byte N03 , Dn5 , v080 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cn5 , v096 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte GOTO + .word bgm_girleye_5_B1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_girleye_6: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 48 + .byte PAN , c_v+32 + .byte LFOS , 44 + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte N06 , Ds3 , v112 + .byte W06 + .byte VOL , 33*bgm_girleye_mvl/mxv + .byte N66 , Ds5 + .byte W02 + .byte VOL , 26*bgm_girleye_mvl/mxv + .byte W01 + .byte 29*bgm_girleye_mvl/mxv + .byte W03 + .byte 24*bgm_girleye_mvl/mxv + .byte W02 + .byte 21*bgm_girleye_mvl/mxv + .byte W03 + .byte 19*bgm_girleye_mvl/mxv + .byte W03 + .byte 13*bgm_girleye_mvl/mxv + .byte W04 + .byte 13*bgm_girleye_mvl/mxv + .byte W02 + .byte 15*bgm_girleye_mvl/mxv + .byte W01 + .byte 15*bgm_girleye_mvl/mxv + .byte W05 + .byte 17*bgm_girleye_mvl/mxv + .byte W04 + .byte 18*bgm_girleye_mvl/mxv + .byte W02 + .byte 19*bgm_girleye_mvl/mxv + .byte W03 + .byte 21*bgm_girleye_mvl/mxv + .byte W03 + .byte 24*bgm_girleye_mvl/mxv + .byte W04 + .byte 26*bgm_girleye_mvl/mxv + .byte W02 + .byte 27*bgm_girleye_mvl/mxv + .byte W03 + .byte 30*bgm_girleye_mvl/mxv + .byte W03 + .byte 31*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 34*bgm_girleye_mvl/mxv + .byte W02 + .byte 36*bgm_girleye_mvl/mxv + .byte W10 + .byte MOD , 0 + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte N03 , Cs5 + .byte W03 + .byte Cn5 , v096 + .byte W03 + .byte As4 , v092 + .byte W03 + .byte Gs4 + .byte W03 + .byte Gn4 , v088 + .byte W03 + .byte Fn4 + .byte W03 + .byte Ds4 , v080 + .byte W03 + .byte Cs4 , v072 + .byte W03 +bgm_girleye_6_B1: + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte N03 , As3 , v088 + .byte W03 + .byte Cn4 , v100 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Dn4 + .byte W03 + .byte VOL , 27*bgm_girleye_mvl/mxv + .byte N48 , Ds4 + .byte W02 + .byte VOL , 24*bgm_girleye_mvl/mxv + .byte W04 + .byte 21*bgm_girleye_mvl/mxv + .byte W08 + .byte 22*bgm_girleye_mvl/mxv + .byte W04 + .byte 24*bgm_girleye_mvl/mxv + .byte W02 + .byte 25*bgm_girleye_mvl/mxv + .byte W04 + .byte 28*bgm_girleye_mvl/mxv + .byte MOD , 5 + .byte W02 + .byte VOL , 31*bgm_girleye_mvl/mxv + .byte W04 + .byte 34*bgm_girleye_mvl/mxv + .byte W02 + .byte 36*bgm_girleye_mvl/mxv + .byte W16 + .byte MOD , 0 + .byte N06 , Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOL , 27*bgm_girleye_mvl/mxv + .byte N60 , Cn4 + .byte W02 + .byte VOL , 24*bgm_girleye_mvl/mxv + .byte W04 + .byte 21*bgm_girleye_mvl/mxv + .byte W08 + .byte 22*bgm_girleye_mvl/mxv + .byte W04 + .byte 24*bgm_girleye_mvl/mxv + .byte W02 + .byte 25*bgm_girleye_mvl/mxv + .byte W04 + .byte 28*bgm_girleye_mvl/mxv + .byte W02 + .byte 31*bgm_girleye_mvl/mxv + .byte W04 + .byte 34*bgm_girleye_mvl/mxv + .byte W02 + .byte 36*bgm_girleye_mvl/mxv + .byte W07 + .byte MOD , 5 + .byte W21 + .byte 0 + .byte N06 , As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte VOL , 27*bgm_girleye_mvl/mxv + .byte N60 , Cs4 + .byte W02 + .byte VOL , 24*bgm_girleye_mvl/mxv + .byte W04 + .byte 21*bgm_girleye_mvl/mxv + .byte W08 + .byte 22*bgm_girleye_mvl/mxv + .byte W04 + .byte 24*bgm_girleye_mvl/mxv + .byte W02 + .byte 25*bgm_girleye_mvl/mxv + .byte W04 + .byte 28*bgm_girleye_mvl/mxv + .byte W02 + .byte 31*bgm_girleye_mvl/mxv + .byte W04 + .byte 34*bgm_girleye_mvl/mxv + .byte W02 + .byte 36*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N12 , Cs4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N18 , An3 + .byte W18 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte GOTO + .word bgm_girleye_6_B1 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_girleye_7: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 1 + .byte VOL , 53*bgm_girleye_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Ds5 , v120 + .byte W06 + .byte N66 , Ds6 , v127 + .byte W90 +bgm_girleye_7_B1: + .byte VOICE , 82 + .byte W12 + .byte N06 , Cn3 , v112 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte W12 + .byte Bn2 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte W12 + .byte Cs3 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte W12 + .byte Gn3 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Ds3 + .byte N06 , Gn3 + .byte W06 + .byte N06 + .byte W06 + .byte As2 + .byte W12 + .byte N06 + .byte W06 + .byte GOTO + .word bgm_girleye_7_B1 + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_girleye_8: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 12 + .byte xIECL , 12 + .byte VOL , 28*bgm_girleye_mvl/mxv + .byte PAN , c_v-63 + .byte N06 , Ds5 , v080 + .byte W06 + .byte VOL , 28*bgm_girleye_mvl/mxv + .byte N66 , Ds6 , v108 + .byte W02 + .byte VOL , 26*bgm_girleye_mvl/mxv + .byte W04 + .byte 24*bgm_girleye_mvl/mxv + .byte W02 + .byte 23*bgm_girleye_mvl/mxv + .byte W03 + .byte 22*bgm_girleye_mvl/mxv + .byte W03 + .byte 22*bgm_girleye_mvl/mxv + .byte W07 + .byte 24*bgm_girleye_mvl/mxv + .byte W06 + .byte 26*bgm_girleye_mvl/mxv + .byte W03 + .byte 27*bgm_girleye_mvl/mxv + .byte W03 + .byte 29*bgm_girleye_mvl/mxv + .byte W03 + .byte 32*bgm_girleye_mvl/mxv + .byte W03 + .byte 34*bgm_girleye_mvl/mxv + .byte W03 + .byte MOD , 5 + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte W05 + .byte 37*bgm_girleye_mvl/mxv + .byte W03 + .byte 39*bgm_girleye_mvl/mxv + .byte W04 + .byte 40*bgm_girleye_mvl/mxv + .byte W02 + .byte 41*bgm_girleye_mvl/mxv + .byte W03 + .byte 43*bgm_girleye_mvl/mxv + .byte W03 + .byte 44*bgm_girleye_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte W24 +bgm_girleye_8_B1: + .byte VOL , 36*bgm_girleye_mvl/mxv + .byte W12 + .byte N06 , Gn3 , v112 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte W12 + .byte Dn3 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte W12 + .byte Fn3 + .byte W18 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte W12 + .byte As3 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte GOTO + .word bgm_girleye_8_B1 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_girleye_9: + .byte KEYSH , bgm_girleye_key+0 + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte VOL , 33*bgm_girleye_mvl/mxv + .byte W48 + .byte N01 , An4 , v112 + .byte W06 + .byte An4 , v064 + .byte W06 + .byte N01 + .byte W06 + .byte N01 + .byte W06 + .byte An4 , v112 + .byte W03 + .byte An4 , v072 + .byte W03 + .byte An4 , v080 + .byte W03 + .byte An4 , v064 + .byte W03 + .byte N01 + .byte W03 + .byte An4 , v076 + .byte W03 + .byte N01 + .byte W03 + .byte An4 , v112 + .byte W03 +bgm_girleye_9_B1: +bgm_girleye_9_000: + .byte N01 , An4 , v112 + .byte W06 + .byte An4 , v048 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte An4 , v044 + .byte W06 + .byte N02 , Gs3 , v112 + .byte W03 + .byte N03 , Fn4 , v064 + .byte W03 + .byte N01 , An4 , v048 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte An4 , v044 + .byte W06 + .byte An4 , v072 + .byte W06 + .byte An4 , v048 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte An4 , v044 + .byte W06 + .byte An4 , v108 + .byte W06 + .byte An4 , v048 + .byte W06 + .byte An4 , v112 + .byte W03 + .byte An4 , v076 + .byte W03 + .byte An4 , v096 + .byte W03 + .byte An4 , v076 + .byte W03 + .byte PEND +bgm_girleye_9_001: + .byte N01 , An4 , v112 + .byte W06 + .byte An4 , v048 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte An4 , v044 + .byte W06 + .byte N02 , Gs3 , v112 + .byte W03 + .byte N03 , Fn4 , v064 + .byte W03 + .byte N01 , An4 , v048 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte An4 , v044 + .byte W06 + .byte An4 , v072 + .byte W06 + .byte An4 , v048 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte An4 , v044 + .byte W06 + .byte An4 , v112 + .byte W03 + .byte An4 , v068 + .byte W03 + .byte An4 , v088 + .byte W03 + .byte An4 , v064 + .byte W03 + .byte N01 + .byte W03 + .byte An4 , v076 + .byte W03 + .byte An4 , v088 + .byte W03 + .byte An4 , v112 + .byte W03 + .byte PEND + .byte PATT + .word bgm_girleye_9_000 + .byte PATT + .word bgm_girleye_9_001 + .byte GOTO + .word bgm_girleye_9_B1 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_girleye: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_girleye_pri @ Priority + .byte bgm_girleye_rev @ Reverb. + + .word bgm_girleye_grp + + .word bgm_girleye_1 + .word bgm_girleye_2 + .word bgm_girleye_3 + .word bgm_girleye_4 + .word bgm_girleye_5 + .word bgm_girleye_6 + .word bgm_girleye_7 + .word bgm_girleye_8 + .word bgm_girleye_9 + + .end diff --git a/sound/songs/bgm_gomachi0.s b/sound/songs/bgm_gomachi0.s new file mode 100644 index 000000000..91227fe92 --- /dev/null +++ b/sound/songs/bgm_gomachi0.s @@ -0,0 +1,2085 @@ + .include "MPlayDef.s" + + .equ bgm_gomachi0_grp, voicegroup_8439E58 + .equ bgm_gomachi0_pri, 0 + .equ bgm_gomachi0_rev, reverb_set+50 + .equ bgm_gomachi0_mvl, 127 + .equ bgm_gomachi0_key, 0 + .equ bgm_gomachi0_tbs, 1 + .equ bgm_gomachi0_exg, 0 + .equ bgm_gomachi0_cmp, 1 + + .section .rodata + .global bgm_gomachi0 + .align 2 + +@********************** Track 1 **********************@ + +bgm_gomachi0_1: + .byte KEYSH , bgm_gomachi0_key+0 + .byte TEMPO , 84*bgm_gomachi0_tbs/2 + .byte VOICE , 0 + .byte VOL , 88*bgm_gomachi0_mvl/mxv + .byte PAN , c_v+16 + .byte N06 , An3 , v080 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte En4 , v104 + .byte W06 +bgm_gomachi0_1_B1: + .byte N36 , Fs4 , v116 + .byte W36 + .byte N12 , Gn4 , v088 + .byte W12 + .byte N36 , En4 , v104 + .byte W36 + .byte N12 , Fs4 , v092 + .byte W12 + .byte N36 , Cs4 , v096 + .byte W36 + .byte N12 , Dn4 , v088 + .byte W12 + .byte Bn3 , v092 + .byte W12 + .byte N09 , Cs4 , v096 + .byte W09 + .byte N03 , Ds4 , v080 + .byte W03 + .byte N06 , Dn4 , v108 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte Dn4 , v100 + .byte W06 + .byte En4 , v108 + .byte W06 + .byte N18 , Bn4 , v076 + .byte W18 + .byte N42 , Dn4 , v092 + .byte W66 + .byte N12 , Fs4 , v108 + .byte W12 + .byte En4 + .byte W12 + .byte N02 , Dn4 , v088 + .byte W02 + .byte En4 + .byte W02 + .byte N08 , Dn4 , v104 + .byte W08 + .byte N12 , Cs4 , v092 + .byte W12 + .byte Bn3 , v088 + .byte W12 + .byte N06 , Cs4 , v092 + .byte W12 + .byte Dn4 , v104 + .byte W12 + .byte En4 , v108 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte Cs4 , v088 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W68 + .byte W01 + .byte N03 , Ds4 , v092 + .byte W03 + .byte N06 , Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte GOTO + .word bgm_gomachi0_1_B1 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_gomachi0_2: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 48 + .byte VOL , 90*bgm_gomachi0_mvl/mxv + .byte PAN , c_v+32 + .byte W18 +bgm_gomachi0_2_B1: + .byte PAN , c_v+32 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte VOL , 27*bgm_gomachi0_mvl/mxv + .byte N36 , En3 , v060 + .byte W02 + .byte VOL , 36*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 41*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 52*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 58*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 64*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 74*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 89*bgm_gomachi0_mvl/mxv + .byte W01 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 59*bgm_gomachi0_mvl/mxv + .byte W06 + .byte N06 , An2 + .byte W03 + .byte VOL , 68*bgm_gomachi0_mvl/mxv + .byte W03 + .byte N06 , Cs3 + .byte W06 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , Dn3 , v064 + .byte W02 + .byte VOL , 48*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 51*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 52*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 62*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 64*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W12 + .byte N12 , An2 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , En3 + .byte W02 + .byte VOL , 48*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 51*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 52*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 62*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 64*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W12 + .byte N12 , Gn3 + .byte W12 + .byte VOL , 52*bgm_gomachi0_mvl/mxv + .byte N24 , Fs3 + .byte W02 + .byte VOL , 55*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 66*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W13 + .byte N06 , An3 + .byte W06 + .byte N03 , Gn3 + .byte W03 + .byte En3 + .byte W03 + .byte N36 , Dn3 + .byte W12 + .byte VOL , 65*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 59*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 56*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 53*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 50*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 48*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 44*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 39*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 68*bgm_gomachi0_mvl/mxv + .byte N06 , Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , Gn3 + .byte W02 + .byte VOL , 48*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 51*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 52*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 62*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 64*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W12 + .byte N12 , Dn3 + .byte W12 + .byte VOL , 52*bgm_gomachi0_mvl/mxv + .byte N24 , Cs3 + .byte W02 + .byte VOL , 55*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 66*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W13 + .byte 52*bgm_gomachi0_mvl/mxv + .byte N24 , Bn3 + .byte W02 + .byte VOL , 55*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 66*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W13 + .byte N12 , Cs4 + .byte W12 + .byte N02 , Bn3 + .byte W02 + .byte Cs4 + .byte W02 + .byte N08 , Bn3 + .byte W08 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte PAN , c_v+16 + .byte N06 , Gn4 , v084 + .byte W06 + .byte Fs4 , v092 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N36 , Bn4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W12 + .byte 85*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 82*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte N12 , Fs4 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte VOL , 87*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 85*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 83*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 80*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte N12 , Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N36 , An4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W12 + .byte 87*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 86*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 83*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 82*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte N12 , Fs4 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte VOL , 87*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 85*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 83*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 80*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N48 , Gn4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W15 + .byte 87*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 85*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 82*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 76*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 75*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 74*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte N12 , An4 + .byte W12 + .byte N02 , Gn4 + .byte W02 + .byte An4 + .byte W02 + .byte N08 , Gn4 + .byte W08 + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N36 , Gn4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W12 + .byte 87*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 85*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 83*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 81*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte N12 , An4 + .byte W12 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N24 , Fs4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W18 + .byte N06 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N36 , Bn4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W12 + .byte 87*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 85*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 82*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 80*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte N06 , Cs5 + .byte W06 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N42 , An4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W21 + .byte 87*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 84*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 82*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte N12 , Fs4 + .byte W12 + .byte VOL , 90*bgm_gomachi0_mvl/mxv + .byte N12 , Bn4 + .byte W12 + .byte N02 , An4 + .byte W02 + .byte Bn4 + .byte W02 + .byte N08 , An4 + .byte W08 + .byte N12 , Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , Gn4 + .byte W18 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N36 , Dn4 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W12 + .byte 86*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 83*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 82*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 80*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte N12 , Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte N18 , Fs4 + .byte W18 + .byte N06 , Gn4 + .byte W18 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte N36 + .byte W03 + .byte VOL , 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W09 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 86*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 84*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 78*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 75*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 68*bgm_gomachi0_mvl/mxv + .byte W09 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W15 + .byte GOTO + .word bgm_gomachi0_2_B1 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_gomachi0_3: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 73 + .byte VOL , 90*bgm_gomachi0_mvl/mxv + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte W18 +bgm_gomachi0_3_B1: + .byte VOL , 90*bgm_gomachi0_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W68 + .byte W01 + .byte N03 , Ds5 , v076 + .byte W03 + .byte VOL , 79*bgm_gomachi0_mvl/mxv + .byte N06 , Dn5 , v096 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 , v092 + .byte W06 + .byte VOL , 44*bgm_gomachi0_mvl/mxv + .byte N03 , Fn5 , v060 + .byte W02 + .byte VOL , 48*bgm_gomachi0_mvl/mxv + .byte W01 + .byte N32 , Fs5 , v096 + .byte W03 + .byte VOL , 49*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 53*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 58*bgm_gomachi0_mvl/mxv + .byte W01 + .byte MOD , 6 + .byte W02 + .byte VOL , 65*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 84*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W01 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte N09 , Gn5 + .byte W09 + .byte N03 , Fs5 , v100 + .byte W03 + .byte VOL , 44*bgm_gomachi0_mvl/mxv + .byte N36 , En5 , v108 + .byte W02 + .byte VOL , 48*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 49*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 53*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 58*bgm_gomachi0_mvl/mxv + .byte W01 + .byte MOD , 6 + .byte W02 + .byte VOL , 65*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 73*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 84*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W01 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte N09 , Fs5 , v096 + .byte W09 + .byte N03 , Ds5 , v076 + .byte W03 + .byte N06 , Dn5 , v104 + .byte W06 + .byte Cs5 , v108 + .byte W06 + .byte Bn4 , v100 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N03 , Cs5 , v088 + .byte W03 + .byte Cn5 , v084 + .byte W03 + .byte N18 , Bn4 , v108 + .byte W03 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte N06 , As4 , v076 + .byte W06 + .byte Bn4 , v068 + .byte W06 + .byte Cs5 , v072 + .byte W06 + .byte Dn5 , v080 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 , v084 + .byte W06 + .byte Dn5 , v092 + .byte W06 + .byte VOL , 77*bgm_gomachi0_mvl/mxv + .byte N15 , Bn5 , v064 + .byte W02 + .byte VOL , 82*bgm_gomachi0_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 85*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W07 + .byte N03 , Ds5 , v092 + .byte W03 + .byte MOD , 0 + .byte VOL , 84*bgm_gomachi0_mvl/mxv + .byte N54 , Dn5 , v096 + .byte W03 + .byte VOL , 80*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 43*bgm_gomachi0_mvl/mxv + .byte W01 + .byte 72*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 44*bgm_gomachi0_mvl/mxv + .byte W01 + .byte MOD , 7 + .byte VOL , 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 58*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 55*bgm_gomachi0_mvl/mxv + .byte W09 + .byte 53*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 55*bgm_gomachi0_mvl/mxv + .byte W07 + .byte 56*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 58*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 72*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 75*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 76*bgm_gomachi0_mvl/mxv + .byte W01 + .byte 80*bgm_gomachi0_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W12 + .byte N12 , Fs5 , v100 + .byte W12 + .byte En5 + .byte W12 + .byte N02 , Dn5 , v096 + .byte W02 + .byte En5 + .byte W02 + .byte N08 , Dn5 , v084 + .byte W08 + .byte N12 , Cs5 , v092 + .byte W12 + .byte Bn4 , v096 + .byte W12 + .byte Cs5 , v092 + .byte W12 + .byte Dn5 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N24 , En5 , v104 + .byte W02 + .byte VOL , 55*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 58*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 65*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 71*bgm_gomachi0_mvl/mxv + .byte W01 + .byte MOD , 6 + .byte W02 + .byte VOL , 79*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 90*bgm_gomachi0_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_gomachi0_3_B1 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_gomachi0_4: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 35 + .byte VOL , 90*bgm_gomachi0_mvl/mxv + .byte PAN , c_v+0 + .byte W18 +bgm_gomachi0_4_B1: + .byte VOL , 90*bgm_gomachi0_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N06 , En1 , v127 + .byte W06 + .byte Fs1 + .byte W06 +bgm_gomachi0_4_000: + .byte N12 , Gn1 , v127 + .byte W36 + .byte N06 , Dn1 + .byte W12 + .byte Cs2 + .byte W12 + .byte N12 + .byte W18 + .byte N06 , En1 + .byte W06 + .byte N12 , Gn1 + .byte W12 + .byte PEND + .byte Fs1 + .byte W36 + .byte N06 , Cs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte N12 , An1 + .byte W18 + .byte N06 , Dn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N12 , Gn1 + .byte W36 + .byte N06 , Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , En1 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte Bn1 + .byte W36 + .byte N06 , Fs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte N12 , Cs2 + .byte W12 + .byte N06 , Dn1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N12 , Fs1 + .byte W12 + .byte PATT + .word bgm_gomachi0_4_000 + .byte N12 , Fs1 , v127 + .byte W36 + .byte N06 , Cs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte N12 , An1 + .byte W18 + .byte N06 , Fs1 + .byte W06 + .byte An1 + .byte W06 + .byte Cs1 , v112 + .byte W06 + .byte N18 , En1 , v127 + .byte W18 + .byte N06 , Bn1 + .byte W18 + .byte N12 , Dn2 , v096 + .byte W18 + .byte N06 , Gn2 , v127 + .byte W06 + .byte N12 , Dn2 + .byte W12 + .byte N06 , Gn1 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte N18 , An1 + .byte W18 + .byte N06 , Dn2 + .byte W18 + .byte N36 , En2 , v104 + .byte W12 + .byte VOL , 86*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 79*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 74*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 62*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 55*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 51*bgm_gomachi0_mvl/mxv + .byte W02 + .byte 44*bgm_gomachi0_mvl/mxv + .byte W04 + .byte 32*bgm_gomachi0_mvl/mxv + .byte W24 + .byte GOTO + .word bgm_gomachi0_4_B1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_gomachi0_5: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 0 + .byte PAN , c_v+32 + .byte VOL , 52*bgm_gomachi0_mvl/mxv + .byte W18 +bgm_gomachi0_5_B1: + .byte VOICE , 0 + .byte PAN , c_v+32 + .byte VOL , 52*bgm_gomachi0_mvl/mxv + .byte W12 + .byte N12 , Dn2 , v016 + .byte W12 + .byte An2 + .byte W12 + .byte Fs3 + .byte W12 + .byte An2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cs3 + .byte W12 + .byte An3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fs3 + .byte W12 + .byte As2 + .byte W12 + .byte Fs3 + .byte W12 + .byte An2 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs2 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte Gn3 + .byte W12 + .byte En2 + .byte W60 + .byte VOL , 70*bgm_gomachi0_mvl/mxv + .byte PAN , c_v-22 + .byte N12 , An1 + .byte W12 + .byte VOICE , 45 + .byte N12 , Fs4 , v088 + .byte W12 + .byte N06 , An4 + .byte W06 + .byte An4 , v028 + .byte W30 + .byte N12 , En4 , v088 + .byte W12 + .byte N06 , An4 + .byte W06 + .byte An4 , v028 + .byte W18 + .byte W12 + .byte N12 , Dn4 , v088 + .byte W12 + .byte N06 , An4 + .byte W06 + .byte An4 , v028 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte Dn4 , v028 + .byte W06 + .byte N12 , Cs4 , v088 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Dn4 , v028 + .byte W06 + .byte An4 , v088 + .byte W06 + .byte An4 , v028 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte Dn4 , v028 + .byte W06 + .byte W12 + .byte N12 , Fs4 , v088 + .byte W12 + .byte N06 , Bn4 + .byte W06 + .byte Bn4 , v028 + .byte W06 + .byte Fs4 , v088 + .byte W06 + .byte Fs4 , v028 + .byte W18 + .byte N12 , En4 , v088 + .byte W12 + .byte N06 , Bn4 + .byte W06 + .byte Bn4 , v028 + .byte W06 + .byte En4 , v088 + .byte W06 + .byte En4 , v028 + .byte W06 + .byte W12 + .byte Cs5 , v088 + .byte W06 + .byte Cs5 , v028 + .byte W18 + .byte An4 , v088 + .byte W06 + .byte An4 , v028 + .byte W18 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v028 + .byte W30 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_gomachi0_5_B1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_gomachi0_6: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 0 + .byte PAN , c_v-17 + .byte VOL , 82*bgm_gomachi0_mvl/mxv + .byte W18 +bgm_gomachi0_6_B1: + .byte N12 , Dn2 , v076 + .byte W12 + .byte An2 , v052 + .byte W12 + .byte Fs3 , v056 + .byte W12 + .byte An2 , v052 + .byte W12 + .byte Fs2 , v060 + .byte W12 + .byte Cs3 , v052 + .byte W12 + .byte An3 , v056 + .byte W12 + .byte Cs3 , v052 + .byte W12 + .byte Bn2 , v056 + .byte W12 + .byte Fs3 + .byte W12 + .byte As2 + .byte W12 + .byte Fs3 + .byte W12 + .byte An2 , v064 + .byte W12 + .byte Fs3 , v060 + .byte W12 + .byte Gs2 , v072 + .byte W12 + .byte Fs3 , v060 + .byte W12 + .byte Gn2 , v064 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Bn3 , v060 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte En2 , v064 + .byte W12 + .byte Bn2 , v056 + .byte W12 + .byte Gs3 , v060 + .byte W12 + .byte Bn2 , v056 + .byte W12 + .byte An2 , v080 + .byte W12 + .byte Gn3 , v076 + .byte W12 + .byte En2 , v072 + .byte W12 + .byte Dn3 , v080 + .byte W12 + .byte N06 , An2 , v092 + .byte W12 + .byte Gn2 , v084 + .byte W12 + .byte En2 , v104 + .byte W12 + .byte N12 , An1 + .byte W12 + .byte Dn1 , v096 + .byte W12 + .byte An1 , v080 + .byte W12 + .byte Fs2 + .byte W12 + .byte An1 + .byte W12 + .byte Fs1 , v096 + .byte W12 + .byte Cs2 , v080 + .byte W12 + .byte An2 + .byte W12 + .byte Cs2 + .byte W12 + .byte Bn1 , v096 + .byte W12 + .byte Fs2 , v080 + .byte W12 + .byte As1 + .byte W12 + .byte Fs2 + .byte W12 + .byte An1 , v100 + .byte W12 + .byte Fs2 , v080 + .byte W12 + .byte Gs1 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gn1 , v096 + .byte W12 + .byte Dn2 , v080 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte Bn1 , v080 + .byte W12 + .byte Gs2 + .byte W12 + .byte Bn1 + .byte W12 + .byte An1 , v096 + .byte W12 + .byte Gn2 , v080 + .byte W12 + .byte En1 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 , v096 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 , v088 + .byte W12 + .byte Cs2 , v076 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_gomachi0_6_B1 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_gomachi0_7: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 0 + .byte VOL , 68*bgm_gomachi0_mvl/mxv + .byte PAN , c_v-6 + .byte XCMD , xIECV , 12 + .byte xIECL , 10 + .byte W18 +bgm_gomachi0_7_B1: + .byte VOL , 0*bgm_gomachi0_mvl/mxv + .byte PAN , c_v-16 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 0 + .byte VOL , 68*bgm_gomachi0_mvl/mxv + .byte W36 + .byte N12 , Gn3 , v088 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 , v084 + .byte W12 + .byte En4 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 5 + .byte PAN , c_v-64 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte W96 +bgm_gomachi0_7_000: + .byte N12 , Bn4 , v112 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn4 + .byte W24 + .byte Gn3 + .byte W12 + .byte En4 + .byte W12 + .byte Cs5 + .byte W12 + .byte PEND +bgm_gomachi0_7_001: + .byte W12 + .byte N12 , Fs3 , v112 + .byte W12 + .byte Cs4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N02 , An4 + .byte W02 + .byte Bn4 + .byte W02 + .byte N08 , An4 + .byte W08 + .byte N12 , Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte PEND + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte PAN , c_v-61 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte N02 , Gn4 + .byte W02 + .byte An4 + .byte W02 + .byte N08 , Gn4 + .byte W08 + .byte N12 , Fs4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fs4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Fs4 + .byte W12 + .byte Fs5 + .byte W12 + .byte Fs4 + .byte W12 + .byte PATT + .word bgm_gomachi0_7_000 + .byte PATT + .word bgm_gomachi0_7_001 + .byte N06 , En4 , v112 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte VOL , 42*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v+63 + .byte VOL , 38*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 34*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v-61 + .byte VOL , 28*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 22*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v+63 + .byte VOL , 17*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 11*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v-61 + .byte VOL , 6*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 10*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v+63 + .byte VOL , 17*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 22*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v-61 + .byte VOL , 28*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 48*bgm_gomachi0_mvl/mxv + .byte N06 , An4 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte Gn5 + .byte W06 + .byte VOL , 43*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v+63 + .byte VOL , 36*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 34*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v-61 + .byte VOL , 28*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 22*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v+63 + .byte VOL , 17*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 11*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v-61 + .byte VOL , 8*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 6*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte PAN , c_v+63 + .byte VOL , 5*bgm_gomachi0_mvl/mxv + .byte N06 + .byte W06 + .byte VOL , 4*bgm_gomachi0_mvl/mxv + .byte W06 + .byte PAN , c_v-61 + .byte VOL , 3*bgm_gomachi0_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_gomachi0_7_B1 + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_gomachi0_8: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte LFOS , 80 + .byte XCMD , xIECV , 10 + .byte xIECL , 6 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte W18 +bgm_gomachi0_8_B1: + .byte W96 + .byte W96 + .byte W96 + .byte BEND , c_v+0 + .byte W96 + .byte VOL , 30*bgm_gomachi0_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Dn1 , v096 + .byte W12 + .byte An1 , v080 + .byte W12 + .byte Fs2 + .byte W12 + .byte An1 + .byte W12 + .byte Fs1 , v096 + .byte W12 + .byte Cs2 , v080 + .byte W12 + .byte An2 + .byte W12 + .byte Cs2 + .byte W12 + .byte Bn1 , v096 + .byte W12 + .byte Fs2 , v080 + .byte W12 + .byte As1 + .byte W12 + .byte Fs2 + .byte W12 + .byte An1 , v100 + .byte W12 + .byte Fs2 , v080 + .byte W12 + .byte Gs1 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gn1 , v096 + .byte W12 + .byte Dn2 , v080 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte Bn1 , v080 + .byte W12 + .byte Gs2 + .byte W12 + .byte Bn1 + .byte W12 + .byte An1 , v096 + .byte W12 + .byte Gn2 , v080 + .byte W12 + .byte En1 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 , v096 + .byte W12 + .byte Gn2 + .byte W09 + .byte N03 , Gs5 , v080 + .byte W03 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte N36 , Bn5 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Fs5 + .byte W12 + .byte N24 , En5 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Fs5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N36 , An5 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Fs5 + .byte W12 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , En5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N48 , Gn5 + .byte W36 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N12 , An5 + .byte W12 + .byte N02 , Gn5 + .byte W02 + .byte An5 + .byte W02 + .byte N08 , Gn5 + .byte W08 + .byte N12 , Fs5 + .byte W12 + .byte En5 + .byte W12 + .byte N36 , Gn5 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , An5 + .byte W12 + .byte N24 , Fs5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W06 + .byte N06 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte N36 , Bn5 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Cs6 + .byte W12 + .byte Dn6 + .byte W12 + .byte En6 + .byte W12 + .byte N06 , Cs6 + .byte W06 + .byte N42 , An5 + .byte W06 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Fs5 + .byte W12 + .byte Bn5 + .byte W12 + .byte N02 , An5 + .byte W02 + .byte Bn5 + .byte W02 + .byte N08 , An5 + .byte W08 + .byte N12 , Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , Gn5 + .byte W18 + .byte N36 , Dn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Bn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte N18 , Fs5 + .byte W18 + .byte N06 , Gn5 + .byte W18 + .byte N30 + .byte W24 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte W24 + .byte GOTO + .word bgm_gomachi0_8_B1 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_gomachi0_9: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 0 + .byte VOL , 68*bgm_gomachi0_mvl/mxv + .byte PAN , c_v-48 + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte W12 + .byte N06 , An3 , v004 + .byte W06 +bgm_gomachi0_9_B1: + .byte VOICE , 0 + .byte PAN , c_v-48 + .byte N06 , Dn4 , v012 + .byte W06 + .byte En4 , v024 + .byte W06 + .byte N36 , Fs4 , v032 + .byte W36 + .byte N12 , Gn4 , v016 + .byte W12 + .byte N36 , En4 , v028 + .byte W36 + .byte N12 , Fs4 , v016 + .byte W12 + .byte N36 , Cs4 + .byte W36 + .byte N12 , Dn4 , v008 + .byte W12 + .byte Bn3 , v012 + .byte W12 + .byte N09 , Cs4 , v016 + .byte W12 + .byte N06 , Dn4 , v032 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 , v024 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte N18 , Bn4 , v020 + .byte W18 + .byte N42 , Dn4 , v016 + .byte W66 + .byte N12 , Fs4 , v032 + .byte W12 + .byte En4 + .byte W12 + .byte N02 , Dn4 , v016 + .byte W02 + .byte En4 + .byte W02 + .byte N08 , Dn4 , v032 + .byte W08 + .byte N12 , Cs4 + .byte W60 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte PAN , c_v+32 + .byte W72 + .byte N12 , Dn3 , v044 + .byte W12 + .byte En3 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , Dn4 , v032 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W24 + .byte W03 + .byte N12 , Bn3 , v028 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N24 , Gn3 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W15 + .byte N12 , An3 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , En4 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W24 + .byte W03 + .byte N12 , Cs4 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N24 , Fs3 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W15 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N48 , Bn3 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W36 + .byte W03 + .byte N12 , Cs4 + .byte W12 + .byte N02 , Bn3 + .byte W02 + .byte Cs4 + .byte W02 + .byte N08 , Bn3 + .byte W08 + .byte N12 , An3 + .byte W12 + .byte En3 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , Bn3 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W24 + .byte W03 + .byte N12 , Fs3 + .byte W12 + .byte N24 , Dn4 + .byte W30 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , Dn4 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W32 + .byte W01 + .byte N06 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N06 , En4 + .byte W06 + .byte N42 , Cs4 + .byte W06 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W24 + .byte W03 + .byte N12 , An3 + .byte W12 + .byte Fs4 + .byte W12 + .byte N02 , En4 + .byte W02 + .byte Fs4 + .byte W02 + .byte N08 , En4 + .byte W08 + .byte N12 , Bn3 + .byte W12 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N30 , An3 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W03 + .byte W18 + .byte N06 , Bn3 + .byte W18 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 , Gn3 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W24 + .byte W03 + .byte N12 , Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N18 , An3 + .byte W18 + .byte N06 , En4 + .byte W18 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte N36 + .byte W03 + .byte VOL , 56*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 60*bgm_gomachi0_mvl/mxv + .byte W03 + .byte 67*bgm_gomachi0_mvl/mxv + .byte W48 + .byte W03 + .byte GOTO + .word bgm_gomachi0_9_B1 + .byte W96 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_gomachi0_10: + .byte KEYSH , bgm_gomachi0_key+0 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte VOL , 45*bgm_gomachi0_mvl/mxv + .byte W18 +bgm_gomachi0_10_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte BEND , c_v+0 + .byte N12 , Gn1 , v127 + .byte W36 + .byte N06 , Dn1 + .byte W12 + .byte Cs2 + .byte W12 + .byte N12 + .byte W18 + .byte N06 , En1 + .byte W06 + .byte N12 , Gn1 + .byte W12 + .byte Fs1 + .byte W36 + .byte N06 , Cs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte N12 , An1 + .byte W18 + .byte N06 , Dn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N12 , Gn1 + .byte W36 + .byte N06 , Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , En1 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte Bn1 + .byte W36 + .byte N06 , Fs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte N12 , Cs2 + .byte W12 + .byte N06 , Dn1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N12 , Fs1 + .byte W12 + .byte Gn1 + .byte W36 + .byte N06 , Dn1 + .byte W12 + .byte Cs2 + .byte W12 + .byte N12 + .byte W18 + .byte N06 , En1 + .byte W06 + .byte N12 , Gn1 + .byte W12 + .byte Fs1 + .byte W36 + .byte N06 , Cs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte N12 , An1 + .byte W18 + .byte N06 , Fs1 + .byte W06 + .byte An1 + .byte W06 + .byte Cs1 , v112 + .byte W06 + .byte N18 , En1 , v127 + .byte W18 + .byte N06 , Bn1 + .byte W18 + .byte N12 , Dn2 , v096 + .byte W18 + .byte N06 , Gn2 , v127 + .byte W06 + .byte N12 , Dn2 + .byte W12 + .byte N06 , Gn1 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte N18 , An1 + .byte W18 + .byte N06 , Dn2 + .byte W18 + .byte N36 , En2 , v104 + .byte W60 + .byte GOTO + .word bgm_gomachi0_10_B1 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_gomachi0: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_gomachi0_pri @ Priority + .byte bgm_gomachi0_rev @ Reverb. + + .word bgm_gomachi0_grp + + .word bgm_gomachi0_1 + .word bgm_gomachi0_2 + .word bgm_gomachi0_3 + .word bgm_gomachi0_4 + .word bgm_gomachi0_5 + .word bgm_gomachi0_6 + .word bgm_gomachi0_7 + .word bgm_gomachi0_8 + .word bgm_gomachi0_9 + .word bgm_gomachi0_10 + + .end diff --git a/sound/songs/bgm_gotown.s b/sound/songs/bgm_gotown.s new file mode 100644 index 000000000..748c3195f --- /dev/null +++ b/sound/songs/bgm_gotown.s @@ -0,0 +1,3337 @@ + .include "MPlayDef.s" + + .equ bgm_gotown_grp, voicegroup_843A224 + .equ bgm_gotown_pri, 0 + .equ bgm_gotown_rev, reverb_set+50 + .equ bgm_gotown_mvl, 127 + .equ bgm_gotown_key, 0 + .equ bgm_gotown_tbs, 1 + .equ bgm_gotown_exg, 0 + .equ bgm_gotown_cmp, 1 + + .section .rodata + .global bgm_gotown + .align 2 + +@********************** Track 1 **********************@ + +bgm_gotown_1: + .byte KEYSH , bgm_gotown_key+0 + .byte TEMPO , 128*bgm_gotown_tbs/2 + .byte VOICE , 6 + .byte PAN , c_v-64 + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte LFOS , 44 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte W12 + .byte W72 +bgm_gotown_1_B1: + .byte VOICE , 6 + .byte W18 + .byte N03 , As3 , v068 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , As3 , v112 + .byte W12 + .byte N01 , As3 , v080 + .byte W12 + .byte N06 , An3 , v112 + .byte W12 +bgm_gotown_1_000: + .byte N01 , An3 , v080 + .byte W12 + .byte N06 , An3 , v112 + .byte W12 + .byte N01 , An3 , v080 + .byte W12 + .byte N06 , Gn3 , v112 + .byte W12 + .byte An3 + .byte W12 + .byte N01 , An3 , v080 + .byte W12 + .byte N06 , As3 , v112 + .byte W12 + .byte N01 , As3 , v080 + .byte W12 + .byte PEND +bgm_gotown_1_001: + .byte W12 + .byte N01 , As3 , v080 + .byte W03 + .byte N01 + .byte W03 + .byte N03 , Cn4 , v068 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W12 + .byte N01 , Dn4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N06 , Bn3 , v112 + .byte W12 + .byte PEND +bgm_gotown_1_002: + .byte N01 , Bn3 , v080 + .byte W12 + .byte N06 , Bn3 , v112 + .byte W12 + .byte N01 , Bn3 , v080 + .byte W12 + .byte N06 , Gn3 , v112 + .byte W12 + .byte Bn3 + .byte W12 + .byte N01 , Bn3 , v080 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte PEND +bgm_gotown_1_003: + .byte W12 + .byte N01 , Cn4 , v080 + .byte W03 + .byte N01 + .byte W03 + .byte N03 , Cn4 , v068 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W12 + .byte N01 , Dn4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N06 , Bn3 , v112 + .byte W12 + .byte PEND + .byte N01 , Bn3 , v080 + .byte W12 + .byte N06 , Bn3 , v112 + .byte W12 + .byte N01 , Bn3 , v080 + .byte W12 + .byte N06 , Bn3 , v112 + .byte W12 + .byte Gs3 + .byte W12 + .byte N01 , Gs3 , v080 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte VOICE , 3 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N36 , Fs3 , v112 + .byte W15 + .byte MOD , 9 + .byte W21 + .byte 2 + .byte N36 , Cn3 + .byte W12 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte W12 + .byte N36 , As2 + .byte W12 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte W48 + .byte N36 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte W09 + .byte 2 + .byte W03 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte W03 + .byte VOICE , 6 + .byte W03 + .byte N03 , As3 , v068 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , As3 , v112 + .byte W12 + .byte N01 , As3 , v080 + .byte W12 + .byte N06 , An3 , v112 + .byte W12 + .byte PATT + .word bgm_gotown_1_000 + .byte PATT + .word bgm_gotown_1_001 + .byte PATT + .word bgm_gotown_1_002 + .byte PATT + .word bgm_gotown_1_003 + .byte N01 , Bn3 , v080 + .byte W12 + .byte N06 , Bn3 , v112 + .byte W12 + .byte N01 , Bn3 , v080 + .byte W12 + .byte N06 , Bn3 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte VOICE , 3 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N36 , Fn3 , v112 + .byte W12 + .byte MOD , 9 + .byte W21 + .byte 1 + .byte W03 + .byte N36 , Cn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 1 + .byte W12 + .byte N36 , As2 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 1 + .byte W12 + .byte N36 , Ds3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 1 + .byte W24 + .byte VOICE , 6 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N01 , Dn4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N06 , Dn4 , v112 + .byte W12 + .byte N01 , Dn4 , v080 + .byte W12 + .byte N06 , Dn4 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N06 , Dn4 , v112 + .byte W12 + .byte N01 , Dn4 , v080 + .byte W12 + .byte N06 , Ds4 , v112 + .byte W12 + .byte N01 , Ds4 , v080 + .byte W12 +bgm_gotown_1_004: + .byte N06 , Fn4 , v112 + .byte W12 + .byte N01 , Fn4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N06 , Fn4 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte PEND + .byte VOICE , 3 + .byte N24 , Cn4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Bn3 + .byte W09 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte W03 + .byte N06 , Cn4 + .byte W12 + .byte MOD , 8 + .byte N06 , Bn3 + .byte W12 + .byte MOD , 1 + .byte N12 , Dn4 + .byte W12 + .byte MOD , 8 + .byte N03 , Cs4 , v064 + .byte W03 + .byte Bn3 , v056 + .byte W03 + .byte As3 , v048 + .byte W03 + .byte Gs3 , v040 + .byte W03 + .byte VOICE , 6 + .byte MOD , 1 + .byte W24 + .byte N06 , Ds4 , v112 + .byte W12 + .byte N01 , Ds4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , As3 , v112 + .byte W12 + .byte N01 , As3 , v080 + .byte W12 + .byte N06 , Ds4 , v112 + .byte W12 +bgm_gotown_1_005: + .byte N01 , Ds4 , v080 + .byte W12 + .byte N06 , Ds4 , v112 + .byte W12 + .byte As3 + .byte W12 + .byte N01 , As3 , v080 + .byte W12 + .byte N06 , Ds4 , v112 + .byte W12 + .byte N01 , Ds4 , v080 + .byte W12 + .byte N06 , As3 , v112 + .byte W12 + .byte N01 , As3 , v080 + .byte W06 + .byte N06 , Bn3 , v112 + .byte W06 + .byte PEND + .byte VOICE , 3 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N06 , Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W24 + .byte N24 , An3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Gs3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N12 , Gn3 + .byte W12 + .byte MOD , 8 + .byte N03 , Bn3 , v056 + .byte W03 + .byte Dn4 , v068 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Gn4 , v084 + .byte W03 + .byte VOICE , 6 + .byte MOD , 1 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte W24 + .byte N06 , Dn4 , v112 + .byte W12 + .byte N01 , Dn4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W12 + .byte N06 , Dn4 , v112 + .byte W12 + .byte N01 , Dn4 , v080 + .byte W12 + .byte N06 , Dn4 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte N01 , Cn4 , v080 + .byte W09 + .byte N03 , Cs4 , v068 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte PATT + .word bgm_gotown_1_004 + .byte VOICE , 3 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N24 , Cn4 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Bn3 + .byte W15 + .byte MOD , 8 + .byte W09 + .byte N06 , Cn4 + .byte W03 + .byte MOD , 1 + .byte W09 + .byte 8 + .byte N06 , Bn3 + .byte W12 + .byte MOD , 1 + .byte N12 , Dn4 + .byte W12 + .byte MOD , 8 + .byte N03 , Cs4 , v072 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte As3 , v052 + .byte W03 + .byte Gs3 , v044 + .byte W03 + .byte VOICE , 6 + .byte MOD , 1 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte W24 + .byte N06 , Ds4 , v112 + .byte W12 + .byte N01 , Ds4 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , As3 , v112 + .byte W12 + .byte N01 , As3 , v080 + .byte W12 + .byte N06 , Ds4 , v112 + .byte W12 + .byte PATT + .word bgm_gotown_1_005 + .byte N06 , Cn4 , v112 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W12 + .byte N01 , As3 , v080 + .byte W12 + .byte N06 , An3 , v112 + .byte W12 + .byte N01 , An3 , v080 + .byte W12 + .byte N06 , Fn3 , v112 + .byte W12 + .byte N01 , Fn3 , v080 + .byte W12 + .byte N06 , As3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W60 + .byte GOTO + .word bgm_gotown_1_B1 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_gotown_2: + .byte KEYSH , bgm_gotown_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte VOL , 82*bgm_gotown_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , An3 , v112 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte N02 , An3 , v124 + .byte W02 + .byte As3 + .byte W02 + .byte N08 , An3 , v112 + .byte W08 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 +bgm_gotown_2_B1: + .byte VOL , 46*bgm_gotown_mvl/mxv + .byte N48 , Fn3 , v112 + .byte W04 + .byte VOL , 49*bgm_gotown_mvl/mxv + .byte W04 + .byte 52*bgm_gotown_mvl/mxv + .byte W04 + .byte 54*bgm_gotown_mvl/mxv + .byte W04 + .byte 61*bgm_gotown_mvl/mxv + .byte W04 + .byte 67*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte W04 + .byte 81*bgm_gotown_mvl/mxv + .byte W04 + .byte 85*bgm_gotown_mvl/mxv + .byte W16 + .byte MOD , 1 + .byte W12 + .byte N06 + .byte W12 + .byte N09 , Gn4 + .byte W09 + .byte N03 , Fs4 + .byte W03 + .byte N12 , Fn4 + .byte W12 + .byte W12 + .byte N12 + .byte W24 + .byte Ds4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte VOL , 46*bgm_gotown_mvl/mxv + .byte N48 , Dn4 + .byte W04 + .byte VOL , 49*bgm_gotown_mvl/mxv + .byte W04 + .byte 52*bgm_gotown_mvl/mxv + .byte W04 + .byte 54*bgm_gotown_mvl/mxv + .byte W04 + .byte 61*bgm_gotown_mvl/mxv + .byte W04 + .byte 67*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte W04 + .byte 81*bgm_gotown_mvl/mxv + .byte W04 + .byte 85*bgm_gotown_mvl/mxv + .byte W16 + .byte MOD , 1 + .byte W12 + .byte N12 , Ds4 + .byte W24 + .byte Dn4 + .byte W12 + .byte VOL , 44*bgm_gotown_mvl/mxv + .byte N42 , Gn3 + .byte W04 + .byte VOL , 50*bgm_gotown_mvl/mxv + .byte W04 + .byte 54*bgm_gotown_mvl/mxv + .byte W04 + .byte 58*bgm_gotown_mvl/mxv + .byte W04 + .byte 70*bgm_gotown_mvl/mxv + .byte W04 + .byte 80*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 84*bgm_gotown_mvl/mxv + .byte W04 + .byte 85*bgm_gotown_mvl/mxv + .byte W20 + .byte MOD , 1 + .byte W12 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte An3 + .byte W12 + .byte N32 , As3 + .byte W15 + .byte MOD , 5 + .byte W18 + .byte N03 , Bn3 + .byte W03 + .byte MOD , 1 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , An3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 1 + .byte W12 + .byte N12 , Gn3 + .byte W12 + .byte W09 + .byte N03 , Gs3 + .byte W03 + .byte N12 , An3 + .byte W24 + .byte N36 , Fn3 + .byte W18 + .byte MOD , 5 + .byte W18 + .byte 1 + .byte N03 , Gn3 , v068 + .byte W03 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , En4 , v112 + .byte W06 + .byte Fn4 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N03 , Fs4 + .byte W03 + .byte N21 , Fn4 + .byte W09 + .byte MOD , 5 + .byte W12 + .byte 1 + .byte N06 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Fn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 1 + .byte N06 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N12 , Gs4 + .byte W24 + .byte N02 , Fs4 + .byte W02 + .byte Gs4 + .byte W02 + .byte N08 , Fs4 + .byte W08 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte VOICE , 48 + .byte PAN , c_v+28 + .byte VOL , 40*bgm_gotown_mvl/mxv + .byte N21 , Cn4 + .byte W21 + .byte N03 , Cs4 + .byte W03 + .byte N09 , Dn4 + .byte W09 + .byte N03 , Bn3 + .byte W03 + .byte N48 , As3 + .byte W48 + .byte N06 , An3 + .byte W12 + .byte W06 + .byte N03 , Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte N06 , An3 + .byte W24 + .byte Gn3 + .byte W12 + .byte An3 + .byte W24 + .byte N24 , As3 + .byte W24 + .byte Dn4 + .byte W24 + .byte N09 , Ds4 + .byte W09 + .byte N03 , Cs4 + .byte W03 + .byte N48 , Cn4 + .byte W48 + .byte N06 , Gn3 + .byte W12 + .byte N03 , Cn4 + .byte W03 + .byte N09 , As3 + .byte W09 + .byte N06 , An3 + .byte W12 + .byte As3 + .byte W12 + .byte N12 , Cn4 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte N12 + .byte W12 + .byte An3 + .byte W12 + .byte N36 , As3 + .byte W36 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte N48 , An3 + .byte W48 + .byte Gn3 , v096 + .byte W48 + .byte N12 , Fs3 , v088 + .byte W12 + .byte Gs3 , v096 + .byte W12 + .byte As3 , v108 + .byte W12 + .byte Cn4 , v112 + .byte W12 + .byte PAN , c_v+0 + .byte N24 , Cs4 + .byte W24 + .byte VOL , 36*bgm_gotown_mvl/mxv + .byte N06 , Ds4 + .byte W12 + .byte N36 , Cn4 + .byte W36 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N06 , As3 , v056 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte VOL , 47*bgm_gotown_mvl/mxv + .byte N04 , Cn5 , v068 + .byte W04 + .byte As4 + .byte W05 + .byte An4 + .byte W05 + .byte As4 + .byte W05 + .byte Cn5 + .byte W05 + .byte VOL , 54*bgm_gotown_mvl/mxv + .byte N04 , Dn5 , v076 + .byte W04 + .byte Cn5 + .byte W05 + .byte As4 + .byte W05 + .byte Cn5 + .byte W05 + .byte Dn5 + .byte W05 + .byte VOL , 60*bgm_gotown_mvl/mxv + .byte N04 , Ds5 , v092 + .byte W04 + .byte Dn5 + .byte W05 + .byte Cn5 + .byte W05 + .byte Dn5 + .byte W05 + .byte Ds5 + .byte W05 + .byte VOL , 64*bgm_gotown_mvl/mxv + .byte N04 , Fn5 , v100 + .byte W04 + .byte Ds5 + .byte W05 + .byte Dn5 + .byte W05 + .byte Ds5 + .byte W05 + .byte Fn5 + .byte W05 + .byte VOL , 69*bgm_gotown_mvl/mxv + .byte N12 , Gn5 , v112 + .byte W12 + .byte N03 , Fn5 , v064 + .byte W03 + .byte Ds5 + .byte W03 + .byte Cs5 + .byte W03 + .byte Cn5 + .byte W03 + .byte N24 , Gn4 , v108 + .byte W24 + .byte N06 , Gn4 , v032 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte N03 , An4 , v032 + .byte W03 + .byte Cs5 , v080 + .byte W03 + .byte N12 , Cn5 , v112 + .byte W12 + .byte N06 , Cn5 , v032 + .byte W12 + .byte N12 , Cn5 , v112 + .byte W12 + .byte N06 , As4 + .byte W06 + .byte As4 , v032 + .byte W18 + .byte Dn5 , v112 + .byte W06 + .byte Dn5 , v032 + .byte W06 + .byte Cn5 , v112 + .byte W06 + .byte Cn5 , v032 + .byte W06 + .byte N12 , Dn5 , v112 + .byte W12 + .byte Ds5 + .byte W12 + .byte N48 , Fn5 + .byte W15 + .byte VOL , 60*bgm_gotown_mvl/mxv + .byte W02 + .byte 56*bgm_gotown_mvl/mxv + .byte W03 + .byte 52*bgm_gotown_mvl/mxv + .byte W04 + .byte 51*bgm_gotown_mvl/mxv + .byte W02 + .byte 47*bgm_gotown_mvl/mxv + .byte W03 + .byte 45*bgm_gotown_mvl/mxv + .byte W03 + .byte 42*bgm_gotown_mvl/mxv + .byte W04 + .byte 41*bgm_gotown_mvl/mxv + .byte W02 + .byte 37*bgm_gotown_mvl/mxv + .byte W03 + .byte 34*bgm_gotown_mvl/mxv + .byte W03 + .byte 30*bgm_gotown_mvl/mxv + .byte W04 + .byte 29*bgm_gotown_mvl/mxv + .byte N06 , Fn5 , v032 + .byte W02 + .byte VOL , 26*bgm_gotown_mvl/mxv + .byte W04 + .byte 68*bgm_gotown_mvl/mxv + .byte W06 + .byte N06 , Ds5 , v112 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte Ds5 , v112 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte Fn5 , v112 + .byte W06 + .byte Fn5 , v032 + .byte W06 + .byte N24 , Gn5 , v112 + .byte W12 + .byte VOL , 60*bgm_gotown_mvl/mxv + .byte W02 + .byte 55*bgm_gotown_mvl/mxv + .byte W03 + .byte 50*bgm_gotown_mvl/mxv + .byte W03 + .byte 46*bgm_gotown_mvl/mxv + .byte W04 + .byte 62*bgm_gotown_mvl/mxv + .byte N24 , Fn5 + .byte W12 + .byte VOL , 58*bgm_gotown_mvl/mxv + .byte W02 + .byte 52*bgm_gotown_mvl/mxv + .byte W03 + .byte 47*bgm_gotown_mvl/mxv + .byte W03 + .byte 45*bgm_gotown_mvl/mxv + .byte W04 + .byte 67*bgm_gotown_mvl/mxv + .byte N06 , Cn5 + .byte W06 + .byte Cn5 , v032 + .byte W06 + .byte Bn4 , v112 + .byte W06 + .byte Bn4 , v032 + .byte W06 + .byte N12 , Cn5 , v112 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte N03 , Cs5 , v064 + .byte W03 + .byte Dn5 , v072 + .byte W03 + .byte N36 , Ds5 , v112 + .byte W12 + .byte VOL , 58*bgm_gotown_mvl/mxv + .byte W02 + .byte 55*bgm_gotown_mvl/mxv + .byte W03 + .byte 50*bgm_gotown_mvl/mxv + .byte W03 + .byte 45*bgm_gotown_mvl/mxv + .byte W04 + .byte 42*bgm_gotown_mvl/mxv + .byte W02 + .byte 37*bgm_gotown_mvl/mxv + .byte W03 + .byte 34*bgm_gotown_mvl/mxv + .byte W03 + .byte 31*bgm_gotown_mvl/mxv + .byte W04 + .byte 67*bgm_gotown_mvl/mxv + .byte N06 , As4 + .byte W06 + .byte As4 , v032 + .byte W18 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte Ds5 , v112 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte N24 , An4 , v112 + .byte W24 + .byte N06 , An4 , v032 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte N12 , An4 , v112 + .byte W12 + .byte N06 , Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cn5 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte An4 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W18 + .byte N24 , An4 , v112 + .byte W12 + .byte VOL , 60*bgm_gotown_mvl/mxv + .byte W12 + .byte 64*bgm_gotown_mvl/mxv + .byte N06 , Fn4 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte N96 , Dn5 , v112 + .byte W24 + .byte VOL , 61*bgm_gotown_mvl/mxv + .byte W03 + .byte 57*bgm_gotown_mvl/mxv + .byte W03 + .byte 53*bgm_gotown_mvl/mxv + .byte W03 + .byte 50*bgm_gotown_mvl/mxv + .byte W03 + .byte 46*bgm_gotown_mvl/mxv + .byte W03 + .byte 42*bgm_gotown_mvl/mxv + .byte W03 + .byte 37*bgm_gotown_mvl/mxv + .byte W03 + .byte 33*bgm_gotown_mvl/mxv + .byte W03 + .byte 26*bgm_gotown_mvl/mxv + .byte W03 + .byte 24*bgm_gotown_mvl/mxv + .byte W03 + .byte 21*bgm_gotown_mvl/mxv + .byte W03 + .byte 22*bgm_gotown_mvl/mxv + .byte W03 + .byte 24*bgm_gotown_mvl/mxv + .byte W03 + .byte 26*bgm_gotown_mvl/mxv + .byte W03 + .byte 28*bgm_gotown_mvl/mxv + .byte W02 + .byte 36*bgm_gotown_mvl/mxv + .byte W04 + .byte 37*bgm_gotown_mvl/mxv + .byte W02 + .byte 40*bgm_gotown_mvl/mxv + .byte W03 + .byte 42*bgm_gotown_mvl/mxv + .byte W03 + .byte 46*bgm_gotown_mvl/mxv + .byte W01 + .byte 48*bgm_gotown_mvl/mxv + .byte W03 + .byte 55*bgm_gotown_mvl/mxv + .byte W02 + .byte 51*bgm_gotown_mvl/mxv + .byte W01 + .byte 60*bgm_gotown_mvl/mxv + .byte W02 + .byte 55*bgm_gotown_mvl/mxv + .byte W01 + .byte 64*bgm_gotown_mvl/mxv + .byte W02 + .byte 58*bgm_gotown_mvl/mxv + .byte W01 + .byte 71*bgm_gotown_mvl/mxv + .byte W03 + .byte VOICE , 17 + .byte VOL , 53*bgm_gotown_mvl/mxv + .byte N12 , Gn5 + .byte W12 + .byte N03 , Fn5 , v064 + .byte W03 + .byte Ds5 + .byte W03 + .byte Cs5 + .byte W03 + .byte Cn5 + .byte W03 + .byte N24 , As4 , v108 + .byte W36 + .byte N06 , As4 , v112 + .byte W12 + .byte Cn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte W12 + .byte N06 + .byte W12 + .byte Dn5 + .byte W24 + .byte N24 , Ds5 + .byte W24 + .byte N12 , Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N24 , Dn5 + .byte W36 + .byte N24 + .byte W24 + .byte N06 , Cs5 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Dn5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N06 , Fn5 + .byte W24 + .byte N24 , Ds5 + .byte W24 + .byte N06 , Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N24 , Dn5 + .byte W24 + .byte N06 , As4 + .byte W36 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Dn5 + .byte W24 + .byte Ds5 + .byte W24 + .byte N12 , Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Gn4 + .byte W24 + .byte An4 + .byte W24 + .byte Fn4 + .byte W12 + .byte W12 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte VOICE , 73 + .byte VOL , 78*bgm_gotown_mvl/mxv + .byte N12 , As3 + .byte W12 + .byte N02 , An3 , v092 + .byte W02 + .byte As3 , v088 + .byte W02 + .byte N08 , An3 , v112 + .byte W08 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte GOTO + .word bgm_gotown_2_B1 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_gotown_3: + .byte KEYSH , bgm_gotown_key+0 + .byte VOICE , 4 + .byte LFOS , 44 + .byte PAN , c_v+63 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte N12 , An4 , v112 + .byte W12 + .byte As4 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte N02 , An4 , v124 + .byte W02 + .byte As4 + .byte W02 + .byte N08 , An4 , v112 + .byte W08 + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 +bgm_gotown_3_B1: + .byte VOICE , 4 + .byte MOD , 2 + .byte VOL , 22*bgm_gotown_mvl/mxv + .byte N48 , Fn4 , v112 + .byte W04 + .byte VOL , 25*bgm_gotown_mvl/mxv + .byte W04 + .byte 28*bgm_gotown_mvl/mxv + .byte W04 + .byte 31*bgm_gotown_mvl/mxv + .byte W04 + .byte 34*bgm_gotown_mvl/mxv + .byte W04 + .byte 36*bgm_gotown_mvl/mxv + .byte W04 + .byte 38*bgm_gotown_mvl/mxv + .byte W04 + .byte 40*bgm_gotown_mvl/mxv + .byte W04 + .byte 42*bgm_gotown_mvl/mxv + .byte W01 + .byte MOD , 8 + .byte W15 + .byte 2 + .byte W12 + .byte N06 + .byte W12 + .byte N09 , Gn5 + .byte W09 + .byte N03 , Fs5 + .byte W03 + .byte N12 , Fn5 + .byte W12 + .byte W12 + .byte N12 + .byte W24 + .byte Ds5 + .byte W12 + .byte N06 , Dn5 + .byte W12 + .byte As4 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte VOL , 22*bgm_gotown_mvl/mxv + .byte N48 , Dn5 + .byte W04 + .byte VOL , 25*bgm_gotown_mvl/mxv + .byte W04 + .byte 28*bgm_gotown_mvl/mxv + .byte W04 + .byte 31*bgm_gotown_mvl/mxv + .byte W04 + .byte 34*bgm_gotown_mvl/mxv + .byte W04 + .byte 36*bgm_gotown_mvl/mxv + .byte W04 + .byte 38*bgm_gotown_mvl/mxv + .byte W04 + .byte 40*bgm_gotown_mvl/mxv + .byte W04 + .byte 42*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte W12 + .byte 2 + .byte W12 + .byte N12 , Ds5 + .byte W24 + .byte Dn5 + .byte W12 + .byte VOL , 22*bgm_gotown_mvl/mxv + .byte N42 , Gn4 + .byte W04 + .byte VOL , 25*bgm_gotown_mvl/mxv + .byte W04 + .byte 28*bgm_gotown_mvl/mxv + .byte W04 + .byte 31*bgm_gotown_mvl/mxv + .byte W04 + .byte 34*bgm_gotown_mvl/mxv + .byte W04 + .byte 36*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 38*bgm_gotown_mvl/mxv + .byte W04 + .byte 40*bgm_gotown_mvl/mxv + .byte W04 + .byte 42*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 2 + .byte W24 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte N32 , As4 + .byte W18 + .byte MOD , 8 + .byte W12 + .byte 2 + .byte W03 + .byte N03 , Bn4 + .byte W03 + .byte N06 , Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte N24 , An4 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 2 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte W09 + .byte N03 , Gs4 + .byte W03 + .byte N12 , An4 + .byte W24 + .byte N36 , Fn4 + .byte W21 + .byte MOD , 8 + .byte W15 + .byte 2 + .byte N03 , Gn4 , v068 + .byte W03 + .byte An4 + .byte W03 + .byte As4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte Ds5 + .byte W03 + .byte N06 , En5 , v112 + .byte W06 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N36 , Cs3 + .byte W15 + .byte MOD , 3 + .byte W21 + .byte N36 , Gs2 + .byte W03 + .byte MOD , 1 + .byte W09 + .byte 5 + .byte W24 + .byte 1 + .byte W12 + .byte N36 , Gn2 + .byte W12 + .byte W60 + .byte N24 , Fs2 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 1 + .byte N12 , Cs3 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N36 + .byte W15 + .byte MOD , 4 + .byte W21 + .byte 1 + .byte N36 , Gs2 + .byte W12 + .byte MOD , 4 + .byte W24 + .byte VOICE , 4 + .byte PAN , c_v+63 + .byte MOD , 1 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte W12 + .byte N24 , As3 + .byte W12 + .byte PAN , c_v+0 + .byte MOD , 4 + .byte W12 + .byte 1 + .byte N06 , Cn4 + .byte W12 + .byte VOL , 85*bgm_gotown_mvl/mxv + .byte W12 + .byte PAN , c_v-63 + .byte N12 , An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte PAN , c_v+0 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte N06 , Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOICE , 7 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte PAN , c_v+63 + .byte N12 , Gn4 + .byte W12 + .byte N03 , Fn4 , v064 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte N24 , Gn3 , v108 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 1 + .byte W12 + .byte N06 , Gn3 , v112 + .byte W12 + .byte An3 + .byte W09 + .byte N03 , Cs4 , v064 + .byte W03 + .byte N12 , Cn4 , v112 + .byte W12 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , As3 + .byte W24 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 1 + .byte W12 + .byte N06 , Ds4 + .byte W12 + .byte N06 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 1 + .byte N24 , Fn4 + .byte W15 + .byte MOD , 4 + .byte W09 + .byte 1 + .byte N06 , Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Cs4 , v064 + .byte W03 + .byte Dn4 , v072 + .byte W03 + .byte N36 , Ds4 , v112 + .byte W15 + .byte MOD , 4 + .byte W18 + .byte 1 + .byte W03 + .byte N06 , As3 + .byte W24 + .byte N06 + .byte W12 + .byte Ds4 + .byte W12 + .byte As3 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , An3 + .byte W36 + .byte N06 , Gn3 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W24 + .byte N24 , An4 + .byte W24 + .byte N06 , Fn4 + .byte W12 + .byte N96 , Dn5 + .byte W48 + .byte MOD , 5 + .byte W48 + .byte VOICE , 10 + .byte MOD , 1 + .byte PAN , c_v+32 + .byte N12 , Gn5 + .byte W12 + .byte N03 , Fn5 , v064 + .byte W03 + .byte Ds5 + .byte W03 + .byte Cs5 + .byte W03 + .byte Cn5 + .byte W03 + .byte N24 , As4 , v108 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 1 + .byte N06 , As4 , v032 + .byte W12 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte Cn5 , v112 + .byte W06 + .byte Cn5 , v032 + .byte W06 + .byte Ds5 , v112 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte W12 + .byte Ds5 , v112 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte Dn5 , v112 + .byte W06 + .byte Dn5 , v032 + .byte W18 + .byte N24 , Ds5 , v112 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 1 + .byte N12 , Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N24 , Dn5 + .byte W15 + .byte MOD , 4 + .byte W09 + .byte 1 + .byte N06 , Dn5 , v032 + .byte W12 + .byte N24 , Dn5 , v112 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 1 + .byte N06 , Cs5 + .byte W06 + .byte Cs5 , v032 + .byte W06 + .byte Cs5 , v112 + .byte W06 + .byte Cs5 , v032 + .byte W06 + .byte N12 , Dn5 , v112 + .byte W12 + .byte Gn5 + .byte W12 + .byte N06 , Fn5 + .byte W06 + .byte Fn5 , v032 + .byte W18 + .byte N24 , Ds5 , v112 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte N06 , Dn5 + .byte W03 + .byte MOD , 1 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N24 , Dn5 + .byte W24 + .byte N06 , As4 + .byte W06 + .byte As4 , v032 + .byte W30 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte Cn5 , v112 + .byte W06 + .byte Cn5 , v032 + .byte W06 + .byte Ds5 , v112 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte Ds5 , v112 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte N24 , Dn5 , v112 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 1 + .byte N24 , Ds5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 1 + .byte N12 , Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Dn5 , v032 + .byte W06 + .byte Cn5 , v112 + .byte W06 + .byte Cn5 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W18 + .byte An4 , v112 + .byte W06 + .byte An4 , v032 + .byte W18 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte W12 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte VOICE , 4 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N12 , As4 , v112 + .byte W12 + .byte N02 , An4 , v092 + .byte W02 + .byte As4 , v088 + .byte W02 + .byte N08 , An4 , v112 + .byte W08 + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte GOTO + .word bgm_gotown_3_B1 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_gotown_4: + .byte KEYSH , bgm_gotown_key+0 + .byte VOICE , 38 + .byte VOL , 85*bgm_gotown_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W12 + .byte W48 + .byte VOICE , 38 + .byte W12 + .byte N12 , An1 , v112 + .byte W12 +bgm_gotown_4_B1: + .byte BEND , c_v+0 + .byte N24 , As1 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Fn1 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , As1 + .byte W36 + .byte N06 + .byte W12 + .byte Fn1 + .byte W12 + .byte Fn2 + .byte W12 + .byte N24 , Fn1 + .byte W24 +bgm_gotown_4_000: + .byte N24 , Cn2 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Gn1 + .byte W36 + .byte N06 + .byte W12 + .byte PEND + .byte N24 , Cn2 + .byte W36 + .byte N06 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Gn1 + .byte W24 + .byte Fn2 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Cn2 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Fn2 + .byte W36 + .byte N06 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N18 , Ds2 , v112 + .byte W18 + .byte N06 , Fn1 , v127 + .byte W06 +bgm_gotown_4_001: + .byte N36 , Fs2 , v127 + .byte W36 + .byte Cs2 + .byte W48 + .byte Cn2 + .byte W12 + .byte PEND + .byte W36 + .byte Bn1 + .byte W48 + .byte N03 , An1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , As1 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Fn2 + .byte W36 + .byte N06 , Fn1 + .byte W12 + .byte N24 , As1 + .byte W36 + .byte N06 + .byte W12 + .byte As2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N12 , Fn1 + .byte W12 + .byte N03 , As1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Gn2 + .byte W36 + .byte N06 , Gn1 + .byte W12 + .byte N24 , Cn2 + .byte W36 + .byte N06 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N03 , Ds2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 + .byte W36 + .byte N06 + .byte W12 + .byte N12 , Fn1 + .byte W12 + .byte N06 , Fn2 , v112 + .byte W24 + .byte Fn1 , v127 + .byte W12 + .byte N12 , Cn2 + .byte W12 + .byte N06 , Gs2 + .byte W12 + .byte N12 , Cn2 + .byte W12 + .byte N03 , Gs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte PATT + .word bgm_gotown_4_001 + .byte W36 + .byte N36 , Fn2 , v127 + .byte W48 + .byte N03 , Dn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , As1 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Ds2 + .byte W36 + .byte N06 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte Ds2 , v112 + .byte W24 + .byte As1 , v127 + .byte W12 +bgm_gotown_4_002: + .byte N24 , Dn2 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , An1 + .byte W36 + .byte N06 + .byte W12 + .byte PEND + .byte N24 , Dn2 + .byte W36 + .byte N06 , Fn2 + .byte W12 + .byte Gs1 + .byte W12 + .byte N24 , Gs1 , v112 + .byte W24 + .byte N06 , Dn2 , v127 + .byte W12 + .byte N24 , Cn2 + .byte W36 + .byte N06 , Ds2 + .byte W12 + .byte N24 , Gn1 + .byte W36 + .byte N06 , Gs1 + .byte W12 + .byte N24 , An1 + .byte W36 + .byte N06 , Fn2 + .byte W12 + .byte N24 , Ds2 + .byte W36 + .byte N06 , An1 + .byte W12 + .byte N24 , As1 + .byte W36 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , As1 , v112 + .byte W24 + .byte N06 , Fn1 , v127 + .byte W12 + .byte N24 , Gs2 + .byte W36 + .byte N06 + .byte W12 + .byte N03 , Dn2 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte N24 , Gn2 , v127 + .byte W24 + .byte N06 , Dn2 + .byte W12 + .byte N24 , Ds2 + .byte W36 + .byte N06 + .byte W12 + .byte N24 + .byte W36 + .byte N06 + .byte W12 + .byte N24 + .byte W36 + .byte N06 + .byte W12 + .byte As1 + .byte W12 + .byte N24 , Ds2 , v112 + .byte W24 + .byte N06 , As1 , v127 + .byte W12 + .byte PATT + .word bgm_gotown_4_002 + .byte N24 , Dn2 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cn2 , v112 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte N06 , Dn2 + .byte W06 + .byte Bn1 + .byte W06 + .byte PATT + .word bgm_gotown_4_000 + .byte N24 , Cn2 , v127 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Fs1 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , As1 + .byte W36 + .byte N06 + .byte W12 + .byte N24 , Fn1 + .byte W36 + .byte N06 + .byte W12 + .byte BEND , c_v+0 + .byte W12 + .byte N06 , As1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Fn1 , v112 + .byte W03 + .byte BEND , c_v-7 + .byte W03 + .byte c_v-15 + .byte W03 + .byte c_v-25 + .byte W03 + .byte c_v-36 + .byte W03 + .byte c_v-42 + .byte W03 + .byte c_v-61 + .byte W06 + .byte GOTO + .word bgm_gotown_4_B1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_gotown_5: + .byte KEYSH , bgm_gotown_key+0 + .byte LFOS , 44 + .byte PAN , c_v-32 + .byte VOL , 73*bgm_gotown_mvl/mxv + .byte W03 + .byte 74*bgm_gotown_mvl/mxv + .byte W09 + .byte VOICE , 17 + .byte W72 +bgm_gotown_5_B1: + .byte PAN , c_v-32 + .byte W24 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte W72 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 69*bgm_gotown_mvl/mxv + .byte W48 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N02 , Fs4 , v100 + .byte W02 + .byte Gs4 + .byte W02 + .byte N08 , Fs4 + .byte W08 + .byte N12 , Fn4 , v104 + .byte W12 + .byte Ds4 , v112 + .byte W12 + .byte N24 , Fn4 , v064 + .byte W24 + .byte N06 , Fn5 + .byte W06 + .byte N30 , Fn4 + .byte W18 + .byte MOD , 3 + .byte W12 + .byte 1 + .byte N06 , Fn5 , v084 + .byte W06 + .byte N18 , Fn4 , v088 + .byte W15 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte W03 + .byte N06 , Fn5 , v096 + .byte W06 + .byte N18 , Fn4 , v108 + .byte W06 + .byte W12 + .byte N06 , Fn5 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte N12 , Fs3 + .byte W12 + .byte As3 + .byte W12 + .byte VOL , 64*bgm_gotown_mvl/mxv + .byte N12 , Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte PAN , c_v-13 + .byte VOL , 66*bgm_gotown_mvl/mxv + .byte N48 , Fn4 + .byte W04 + .byte VOL , 67*bgm_gotown_mvl/mxv + .byte W04 + .byte 69*bgm_gotown_mvl/mxv + .byte W04 + .byte 73*bgm_gotown_mvl/mxv + .byte W04 + .byte 77*bgm_gotown_mvl/mxv + .byte W04 + .byte 80*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 3 + .byte W24 + .byte 1 + .byte VOL , 78*bgm_gotown_mvl/mxv + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Gn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte W12 + .byte N02 , Fn5 , v080 + .byte W02 + .byte Gn5 + .byte W02 + .byte N08 , Fn5 , v112 + .byte W20 + .byte N12 , Ds5 + .byte W12 + .byte N06 , Dn5 + .byte W12 + .byte As4 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Cn5 , v064 + .byte W03 + .byte Cs5 + .byte W03 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte N48 , Dn5 , v112 + .byte W04 + .byte VOL , 45*bgm_gotown_mvl/mxv + .byte W04 + .byte 46*bgm_gotown_mvl/mxv + .byte W04 + .byte 49*bgm_gotown_mvl/mxv + .byte W04 + .byte 52*bgm_gotown_mvl/mxv + .byte W04 + .byte 56*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 3 + .byte VOL , 60*bgm_gotown_mvl/mxv + .byte W04 + .byte 67*bgm_gotown_mvl/mxv + .byte W04 + .byte 73*bgm_gotown_mvl/mxv + .byte W04 + .byte 77*bgm_gotown_mvl/mxv + .byte W04 + .byte 79*bgm_gotown_mvl/mxv + .byte W08 + .byte MOD , 1 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte W12 + .byte N12 , Ds5 + .byte W24 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 , As4 + .byte W24 + .byte N12 , Gn4 + .byte W24 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte VOL , 44*bgm_gotown_mvl/mxv + .byte N36 , As4 + .byte W04 + .byte VOL , 49*bgm_gotown_mvl/mxv + .byte W04 + .byte 62*bgm_gotown_mvl/mxv + .byte W04 + .byte 67*bgm_gotown_mvl/mxv + .byte W04 + .byte 68*bgm_gotown_mvl/mxv + .byte W04 + .byte 72*bgm_gotown_mvl/mxv + .byte W04 + .byte MOD , 3 + .byte VOL , 74*bgm_gotown_mvl/mxv + .byte W12 + .byte MOD , 1 + .byte N06 , Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte N24 , An4 + .byte W36 + .byte N06 , Gn4 + .byte W12 + .byte W12 + .byte An4 + .byte W24 + .byte Gn4 + .byte W12 + .byte N12 , Gs4 + .byte W12 + .byte N02 , Fs4 + .byte W02 + .byte Gs4 + .byte W02 + .byte N08 , Fs4 + .byte W08 + .byte N12 , Fn4 + .byte W12 + .byte N09 , Ds4 + .byte W09 + .byte N03 , En5 + .byte W03 + .byte VOL , 72*bgm_gotown_mvl/mxv + .byte N06 , Fn5 + .byte W12 + .byte As4 , v104 + .byte W12 + .byte Cn5 + .byte W09 + .byte N03 , Fs5 , v064 + .byte W03 + .byte N21 , Fn5 , v100 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 1 + .byte N06 , As4 , v092 + .byte W12 + .byte Cn5 + .byte W12 + .byte N24 , Fn5 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 1 + .byte N06 , As4 , v104 + .byte W12 + .byte Cn5 , v108 + .byte W12 + .byte N36 , Fn5 + .byte W24 + .byte MOD , 3 + .byte W12 + .byte 1 + .byte N24 , Fs5 , v112 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_gotown_5_B1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_gotown_6: + .byte KEYSH , bgm_gotown_key+0 + .byte VOICE , 1 + .byte XCMD , xIECV , 12 + .byte xIECV , 8 + .byte VOL , 36*bgm_gotown_mvl/mxv + .byte PAN , c_v+0 + .byte W12 + .byte W72 +bgm_gotown_6_B1: + .byte VOICE , 1 + .byte W18 + .byte N03 , Cn3 , v068 + .byte W03 + .byte Cs3 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 +bgm_gotown_6_000: + .byte N01 , Dn3 , v080 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W12 + .byte PEND + .byte W12 + .byte N01 + .byte W03 + .byte N01 + .byte W03 + .byte N03 , Cs3 , v088 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 +bgm_gotown_6_001: + .byte N01 , Ds3 , v080 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte PEND +bgm_gotown_6_002: + .byte W12 + .byte N01 , Ds3 , v080 + .byte W03 + .byte N01 + .byte W03 + .byte N03 , Cs3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_gotown_6_001 +bgm_gotown_6_003: + .byte VOICE , 2 + .byte N36 , As2 , v112 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte N36 , Fn2 + .byte W03 + .byte MOD , 1 + .byte W09 + .byte 8 + .byte W24 + .byte W03 + .byte 1 + .byte W09 + .byte N36 , Ds2 + .byte W12 + .byte PEND + .byte MOD , 8 + .byte W24 + .byte W03 + .byte 1 + .byte W21 + .byte N36 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte N12 , Fs3 + .byte W03 + .byte MOD , 1 + .byte W09 + .byte W15 + .byte VOICE , 1 + .byte W03 + .byte N03 , Cn3 , v080 + .byte W03 + .byte Cs3 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte PATT + .word bgm_gotown_6_000 + .byte W12 + .byte N01 , Dn3 , v080 + .byte W03 + .byte N01 + .byte W03 + .byte N03 , Cs3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte N01 , Ds3 , v080 + .byte W12 + .byte N06 , Ds3 , v112 + .byte W12 + .byte PATT + .word bgm_gotown_6_001 + .byte PATT + .word bgm_gotown_6_002 + .byte PATT + .word bgm_gotown_6_001 + .byte PATT + .word bgm_gotown_6_003 + .byte MOD , 8 + .byte W24 + .byte W03 + .byte 1 + .byte W09 + .byte N36 , An2 , v112 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte W03 + .byte 1 + .byte W21 + .byte VOICE , 1 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte N01 , Gn3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Gn3 , v112 + .byte W12 + .byte N01 , Gn3 , v080 + .byte W12 + .byte N06 , Fs3 , v112 + .byte W12 +bgm_gotown_6_004: + .byte N01 , Fs3 , v080 + .byte W12 + .byte N06 , Fs3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N01 , Fs3 , v080 + .byte W12 + .byte N06 , Fs3 , v112 + .byte W12 + .byte N01 , Fs3 , v080 + .byte W12 + .byte N06 , Fs3 , v112 + .byte W12 + .byte N01 , Fs3 , v080 + .byte W12 + .byte PEND +bgm_gotown_6_005: + .byte N06 , An3 , v112 + .byte W12 + .byte N01 , An3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Fn3 , v112 + .byte W12 + .byte N01 , Fn3 , v080 + .byte W12 + .byte N06 , An3 , v112 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte PEND + .byte VOICE , 2 + .byte N24 , Gs3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 1 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 1 + .byte N06 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte MOD , 7 + .byte N12 , Gs3 + .byte W12 + .byte N03 , Fs3 , v064 + .byte W03 + .byte En3 , v056 + .byte W03 + .byte Ds3 , v048 + .byte W03 + .byte Cs3 , v040 + .byte W03 +bgm_gotown_6_006: + .byte VOICE , 1 + .byte MOD , 1 + .byte W24 + .byte N06 , Gn3 , v112 + .byte W12 + .byte N01 , Gn3 , v080 + .byte W12 + .byte N01 + .byte W12 + .byte N06 , Gn3 , v112 + .byte W12 + .byte N01 , Gn3 , v080 + .byte W12 + .byte N06 , Fs3 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_gotown_6_004 + .byte VOICE , 2 + .byte N06 , Fn3 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte N06 + .byte W24 + .byte N24 , Fn2 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 1 + .byte N06 , As2 + .byte N06 , Fn3 + .byte W12 + .byte N24 , Gs3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Dn3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N12 , Bn2 + .byte W12 + .byte MOD , 8 + .byte N03 , Dn3 , v064 + .byte W03 + .byte Fn3 , v076 + .byte W03 + .byte Gn3 , v080 + .byte W03 + .byte Bn3 + .byte W03 + .byte PATT + .word bgm_gotown_6_006 + .byte N01 , Fs3 , v080 + .byte W12 + .byte N06 , Fs3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N01 , Fs3 , v080 + .byte W09 + .byte N03 , Fn3 , v068 + .byte W03 + .byte N06 , Fs3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte PATT + .word bgm_gotown_6_005 + .byte VOICE , 2 + .byte N24 , Gs3 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N06 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte MOD , 8 + .byte N12 , Gs3 + .byte W12 + .byte N03 , Fs3 , v072 + .byte W03 + .byte En3 , v064 + .byte W03 + .byte Ds3 , v052 + .byte W03 + .byte Cs3 , v044 + .byte W03 + .byte PATT + .word bgm_gotown_6_006 + .byte PATT + .word bgm_gotown_6_004 + .byte N06 , Fn3 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte N06 + .byte W12 + .byte N01 , As2 , v080 + .byte W12 + .byte N06 , Fn2 , v112 + .byte W12 + .byte N01 , Fn2 , v080 + .byte W12 + .byte N06 , As2 , v112 + .byte W12 + .byte N01 , As2 , v080 + .byte W12 + .byte N06 , Fn3 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W60 + .byte GOTO + .word bgm_gotown_6_B1 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_gotown_7: + .byte KEYSH , bgm_gotown_key+0 + .byte VOICE , 127 + .byte PAN , c_v-62 + .byte VOL , 42*bgm_gotown_mvl/mxv + .byte W12 + .byte W72 +bgm_gotown_7_B1: +bgm_gotown_7_000: + .byte N06 , An4 , v112 + .byte W12 + .byte An4 , v064 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte An4 , v064 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte PEND +bgm_gotown_7_001: + .byte N06 , An4 , v112 + .byte W12 + .byte An4 , v064 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte An4 , v064 + .byte W12 + .byte An4 , v104 + .byte W12 + .byte An4 , v064 + .byte W12 + .byte PEND + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 + .byte PATT + .word bgm_gotown_7_000 + .byte PATT + .word bgm_gotown_7_001 +bgm_gotown_7_002: + .byte N06 , An4 , v112 + .byte W12 + .byte An4 , v064 + .byte W12 + .byte N03 , En4 , v112 + .byte W12 + .byte N06 , An4 , v064 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte N03 , En4 + .byte W12 + .byte N06 , An4 , v064 + .byte W12 + .byte N03 , En4 , v112 + .byte W12 + .byte PEND +bgm_gotown_7_003: + .byte N06 , An4 , v112 + .byte W12 + .byte N03 , En4 + .byte W12 + .byte N06 , An4 + .byte W12 + .byte N03 , En4 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , An4 , v064 + .byte W12 + .byte N03 , En4 , v112 + .byte W12 + .byte N06 , An4 , v064 + .byte W12 + .byte PEND + .byte An4 , v112 + .byte W12 + .byte An4 , v064 + .byte W12 + .byte N03 , En4 , v112 + .byte W12 + .byte N06 , An4 , v064 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte N03 , En4 + .byte W12 + .byte N06 , An4 , v064 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En4 , v112 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , An4 , v064 + .byte W12 + .byte N03 , En4 , v112 + .byte W12 + .byte N06 , An4 + .byte W12 + .byte An4 , v064 + .byte W24 + .byte N06 + .byte W12 + .byte PATT + .word bgm_gotown_7_002 + .byte PATT + .word bgm_gotown_7_003 + .byte PATT + .word bgm_gotown_7_002 + .byte W12 + .byte N03 , En4 , v112 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , An4 + .byte W12 + .byte N06 + .byte W12 + .byte N15 , En4 + .byte W24 + .byte GOTO + .word bgm_gotown_7_B1 + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_gotown_8: + .byte KEYSH , bgm_gotown_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 60*bgm_gotown_mvl/mxv + .byte W12 + .byte W60 + .byte N06 , Fs1 , v100 + .byte W06 + .byte Fs1 , v080 + .byte W06 +bgm_gotown_8_B1: +bgm_gotown_8_000: + .byte N06 , En3 , v100 + .byte W12 + .byte Fs1 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs1 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte N06 + .byte W12 + .byte PEND +bgm_gotown_8_001: + .byte N06 , Fs1 , v100 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs1 + .byte W06 + .byte Fs1 , v080 + .byte W06 + .byte PEND + .byte PATT + .word bgm_gotown_8_000 + .byte PATT + .word bgm_gotown_8_001 + .byte PATT + .word bgm_gotown_8_000 + .byte PATT + .word bgm_gotown_8_001 + .byte PATT + .word bgm_gotown_8_000 + .byte PATT + .word bgm_gotown_8_001 + .byte PATT + .word bgm_gotown_8_000 + .byte PATT + .word bgm_gotown_8_001 + .byte PATT + .word bgm_gotown_8_000 + .byte PATT + .word bgm_gotown_8_001 + .byte PATT + .word bgm_gotown_8_000 + .byte PATT + .word bgm_gotown_8_001 + .byte PATT + .word bgm_gotown_8_000 + .byte PATT + .word bgm_gotown_8_001 + .byte VOL , 64*bgm_gotown_mvl/mxv + .byte N06 , Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v116 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v116 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v124 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W06 + .byte N03 , Dn1 , v072 + .byte W03 + .byte Dn1 , v076 + .byte W03 + .byte N06 , Dn1 , v112 + .byte W12 + .byte Dn1 , v100 + .byte W12 + .byte Dn3 + .byte W12 + .byte En1 , v116 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v120 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v116 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte En1 , v120 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v116 + .byte W12 + .byte N06 + .byte W12 + .byte En3 , v100 + .byte W12 +bgm_gotown_8_002: + .byte N06 , Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Fs2 , v100 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Fs2 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Fs2 + .byte W12 + .byte En3 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Fs2 , v100 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Fs2 , v100 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs2 , v112 + .byte W06 + .byte Cn1 + .byte W06 + .byte PATT + .word bgm_gotown_8_002 + .byte N06 , Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Fs2 , v100 + .byte W12 + .byte Cn1 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Dn3 , v100 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte Fs2 , v100 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs2 + .byte W12 + .byte Cn1 , v127 + .byte W12 + .byte En3 , v100 + .byte W12 + .byte N06 + .byte W12 + .byte En1 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte Dn1 , v100 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte N12 , As1 , v088 + .byte W12 + .byte GOTO + .word bgm_gotown_8_B1 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_gotown: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_gotown_pri @ Priority + .byte bgm_gotown_rev @ Reverb. + + .word bgm_gotown_grp + + .word bgm_gotown_1 + .word bgm_gotown_2 + .word bgm_gotown_3 + .word bgm_gotown_4 + .word bgm_gotown_5 + .word bgm_gotown_6 + .word bgm_gotown_7 + .word bgm_gotown_8 + + .end diff --git a/sound/songs/bgm_granroad.s b/sound/songs/bgm_granroad.s new file mode 100644 index 000000000..036d00dcf --- /dev/null +++ b/sound/songs/bgm_granroad.s @@ -0,0 +1,5437 @@ + .include "MPlayDef.s" + + .equ bgm_granroad_grp, voicegroup_843B424 + .equ bgm_granroad_pri, 0 + .equ bgm_granroad_rev, reverb_set+50 + .equ bgm_granroad_mvl, 127 + .equ bgm_granroad_key, 0 + .equ bgm_granroad_tbs, 1 + .equ bgm_granroad_exg, 0 + .equ bgm_granroad_cmp, 1 + + .section .rodata + .global bgm_granroad + .align 2 + +@********************** Track 1 **********************@ + +bgm_granroad_1: + .byte KEYSH , bgm_granroad_key+0 + .byte TEMPO , 136*bgm_granroad_tbs/2 + .byte VOICE , 58 + .byte LFOS , 44 + .byte VOL , 83*bgm_granroad_mvl/mxv + .byte PAN , c_v+4 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 92*bgm_granroad_mvl/mxv + .byte PAN , c_v+0 + .byte VOL , 80*bgm_granroad_mvl/mxv + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte PAN , c_v+0 + .byte VOL , 74*bgm_granroad_mvl/mxv + .byte W24 + .byte N24 , En1 , v127 + .byte W24 + .byte W96 + .byte W96 + .byte W12 + .byte VOICE , 56 + .byte PAN , c_v+32 + .byte W04 + .byte N04 , Fs4 , v096 + .byte W08 + .byte PAN , c_v+32 + .byte N72 , An4 + .byte W03 + .byte VOL , 84*bgm_granroad_mvl/mxv + .byte W02 + .byte 75*bgm_granroad_mvl/mxv + .byte W03 + .byte 72*bgm_granroad_mvl/mxv + .byte W07 + .byte 60*bgm_granroad_mvl/mxv + .byte W02 + .byte 65*bgm_granroad_mvl/mxv + .byte W03 + .byte 69*bgm_granroad_mvl/mxv + .byte W04 + .byte 72*bgm_granroad_mvl/mxv + .byte MOD , 10 + .byte W02 + .byte VOL , 80*bgm_granroad_mvl/mxv + .byte W03 + .byte 84*bgm_granroad_mvl/mxv + .byte W03 + .byte 90*bgm_granroad_mvl/mxv + .byte W04 + .byte 96*bgm_granroad_mvl/mxv + .byte W12 + .byte 94*bgm_granroad_mvl/mxv + .byte W04 + .byte 91*bgm_granroad_mvl/mxv + .byte W04 + .byte 86*bgm_granroad_mvl/mxv + .byte W04 + .byte 83*bgm_granroad_mvl/mxv + .byte W04 + .byte 78*bgm_granroad_mvl/mxv + .byte W04 + .byte 74*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 69*bgm_granroad_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W12 + .byte VOICE , 56 + .byte W04 + .byte VOL , 84*bgm_granroad_mvl/mxv + .byte N04 , Fs4 + .byte W08 + .byte N72 , An4 + .byte W03 + .byte VOL , 84*bgm_granroad_mvl/mxv + .byte W02 + .byte 75*bgm_granroad_mvl/mxv + .byte W03 + .byte 72*bgm_granroad_mvl/mxv + .byte W07 + .byte 60*bgm_granroad_mvl/mxv + .byte W02 + .byte 65*bgm_granroad_mvl/mxv + .byte W03 + .byte 69*bgm_granroad_mvl/mxv + .byte W04 + .byte 72*bgm_granroad_mvl/mxv + .byte MOD , 10 + .byte W02 + .byte VOL , 80*bgm_granroad_mvl/mxv + .byte W03 + .byte 84*bgm_granroad_mvl/mxv + .byte W03 + .byte 90*bgm_granroad_mvl/mxv + .byte W04 + .byte 96*bgm_granroad_mvl/mxv + .byte W12 + .byte 94*bgm_granroad_mvl/mxv + .byte W04 + .byte 91*bgm_granroad_mvl/mxv + .byte W04 + .byte 86*bgm_granroad_mvl/mxv + .byte W04 + .byte 83*bgm_granroad_mvl/mxv + .byte W04 + .byte 78*bgm_granroad_mvl/mxv + .byte W04 + .byte 74*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 48*bgm_granroad_mvl/mxv + .byte W96 + .byte W96 +bgm_granroad_1_B1: + .byte W96 + .byte W96 + .byte VOICE , 46 + .byte PAN , c_v-63 + .byte VOL , 65*bgm_granroad_mvl/mxv + .byte N04 , En3 , v092 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte An3 , v076 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , An3 , v032 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , En4 , v084 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte Gs4 , v080 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gs4 , v032 + .byte W04 + .byte An4 , v076 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Bn4 , v064 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte An4 , v060 + .byte W04 + .byte PAN , c_v+47 + .byte N04 , An4 , v032 + .byte W04 + .byte Gs4 , v064 + .byte W04 + .byte Gs4 , v032 + .byte W04 + .byte PAN , c_v+28 + .byte N04 , Fs4 , v080 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte En4 , v088 + .byte W04 + .byte PAN , c_v+13 + .byte N04 , En4 , v032 + .byte W04 + .byte Dn4 , v092 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 48*bgm_granroad_mvl/mxv + .byte N04 , Cs4 , v084 + .byte W04 + .byte N20 , Cs4 , v032 + .byte W92 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 9 + .byte PAN , c_v+0 + .byte VOL , 33*bgm_granroad_mvl/mxv + .byte N48 , En5 , v112 + .byte W24 + .byte PAN , c_v+63 + .byte W24 + .byte c_v+0 + .byte N48 , An4 + .byte W24 + .byte PAN , c_v-61 + .byte W24 + .byte c_v+0 + .byte N48 , Dn5 + .byte W24 + .byte PAN , c_v+63 + .byte W24 + .byte c_v+0 + .byte N24 , An4 + .byte W24 + .byte Bn4 + .byte W24 + .byte N48 , Dn5 + .byte W24 + .byte PAN , c_v+63 + .byte W24 + .byte c_v+0 + .byte N48 , En4 + .byte W24 + .byte PAN , c_v-61 + .byte W24 + .byte c_v+0 + .byte N48 , Cs5 + .byte W24 + .byte PAN , c_v+63 + .byte W24 + .byte c_v+0 + .byte N24 , An4 + .byte W24 + .byte VOL , 33*bgm_granroad_mvl/mxv + .byte N72 , Bn4 + .byte W24 + .byte PAN , c_v-64 + .byte VOL , 30*bgm_granroad_mvl/mxv + .byte W04 + .byte 28*bgm_granroad_mvl/mxv + .byte W04 + .byte 27*bgm_granroad_mvl/mxv + .byte W04 + .byte 24*bgm_granroad_mvl/mxv + .byte W04 + .byte 23*bgm_granroad_mvl/mxv + .byte W04 + .byte 21*bgm_granroad_mvl/mxv + .byte W04 + .byte PAN , c_v+63 + .byte VOL , 20*bgm_granroad_mvl/mxv + .byte W04 + .byte 19*bgm_granroad_mvl/mxv + .byte W04 + .byte 17*bgm_granroad_mvl/mxv + .byte W04 + .byte 16*bgm_granroad_mvl/mxv + .byte W04 + .byte 15*bgm_granroad_mvl/mxv + .byte W04 + .byte 14*bgm_granroad_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 12*bgm_granroad_mvl/mxv + .byte W08 + .byte 9*bgm_granroad_mvl/mxv + .byte W04 + .byte 8*bgm_granroad_mvl/mxv + .byte W04 + .byte 7*bgm_granroad_mvl/mxv + .byte W04 + .byte 6*bgm_granroad_mvl/mxv + .byte W04 + .byte 42*bgm_granroad_mvl/mxv + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 46 + .byte PAN , c_v-63 + .byte N04 , An3 , v060 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte En4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Bn4 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , En4 , v084 + .byte W04 + .byte Bn4 , v088 + .byte W04 + .byte Dn5 , v084 + .byte W04 + .byte PAN , c_v+17 + .byte N04 , An4 , v080 + .byte W04 + .byte Bn4 + .byte W04 + .byte En5 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Bn5 , v056 + .byte W04 + .byte En5 , v068 + .byte W04 + .byte Dn5 , v080 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , An4 + .byte W04 + .byte En5 , v088 + .byte W04 + .byte Dn5 , v092 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , An4 , v088 + .byte W04 + .byte Dn5 , v092 + .byte W04 + .byte Gs4 , v076 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , En4 , v080 + .byte W04 + .byte Gs4 + .byte W04 + .byte Dn4 , v072 + .byte W04 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 56 + .byte VOL , 83*bgm_granroad_mvl/mxv + .byte N08 , En3 , v112 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , En4 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte Cs4 + .byte W16 + .byte Bn3 + .byte W08 + .byte An3 + .byte W16 + .byte N08 , Cs4 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W16 + .byte N04 , Fs4 + .byte W08 + .byte En4 + .byte W16 + .byte Dn4 + .byte W08 + .byte Cs4 + .byte W16 + .byte En4 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 + .byte W08 + .byte Fs4 + .byte W08 + .byte N72 , An4 + .byte W03 + .byte VOL , 84*bgm_granroad_mvl/mxv + .byte W02 + .byte 75*bgm_granroad_mvl/mxv + .byte W03 + .byte 72*bgm_granroad_mvl/mxv + .byte W07 + .byte 60*bgm_granroad_mvl/mxv + .byte W02 + .byte 65*bgm_granroad_mvl/mxv + .byte W03 + .byte 69*bgm_granroad_mvl/mxv + .byte W04 + .byte 72*bgm_granroad_mvl/mxv + .byte W02 + .byte 80*bgm_granroad_mvl/mxv + .byte W03 + .byte 84*bgm_granroad_mvl/mxv + .byte W03 + .byte MOD , 9 + .byte VOL , 90*bgm_granroad_mvl/mxv + .byte W04 + .byte 96*bgm_granroad_mvl/mxv + .byte W36 + .byte MOD , 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_granroad_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_granroad_2: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte MOD , 2 + .byte PAN , c_v+0 + .byte VOL , 89*bgm_granroad_mvl/mxv + .byte N04 , Ds3 , v068 + .byte W04 + .byte En3 , v072 + .byte W04 + .byte Fs3 , v076 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 , v080 + .byte W04 + .byte Gs3 , v084 + .byte W04 + .byte Fs3 , v088 + .byte W04 + .byte Gs3 , v092 + .byte W04 + .byte An3 , v096 + .byte W04 + .byte Gs3 , v100 + .byte W04 + .byte An3 , v104 + .byte W04 + .byte Bn3 , v108 + .byte W04 + .byte VOICE , 60 + .byte N32 , Cs4 , v112 + .byte W24 + .byte MOD , 9 + .byte W08 + .byte 2 + .byte N04 , En3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte N08 , En3 , v032 + .byte W12 + .byte N24 , Cs4 , v112 + .byte W24 + .byte N08 , Cs4 , v032 + .byte W08 +bgm_granroad_2_000: + .byte N24 , En4 , v112 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte En4 + .byte W24 + .byte PEND + .byte N32 , Dn4 + .byte W24 + .byte MOD , 8 + .byte W08 + .byte N08 , Dn4 , v032 + .byte W04 + .byte MOD , 2 + .byte W04 + .byte N04 , An3 , v112 + .byte W08 + .byte N48 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte N04 , Fn3 + .byte W04 + .byte N08 , Fn3 , v032 + .byte W12 + .byte N04 , Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte N24 , An3 , v112 + .byte W24 + .byte N04 , Gn3 + .byte W04 + .byte N08 , Gn3 , v032 + .byte W12 + .byte N04 , An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N08 , Cs4 + .byte W08 + .byte N02 , En3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte N08 , Cs4 , v032 + .byte W08 + .byte N24 , En4 , v112 + .byte W24 + .byte Dn4 + .byte W24 + .byte N04 , Cs4 , v116 + .byte W16 + .byte N32 , En4 , v112 + .byte W32 + .byte N24 , Dn4 + .byte W24 + .byte N08 , Dn4 , v032 + .byte W16 + .byte N04 , An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N48 , An3 , v112 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOICE , 60 + .byte MOD , 2 + .byte N04 , Fn3 + .byte W04 + .byte Fn3 , v032 + .byte W04 + .byte Fn3 , v112 + .byte W04 + .byte Fn3 , v032 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte N24 , An3 , v112 + .byte W24 + .byte N04 , Gn3 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte VOL , 18*bgm_granroad_mvl/mxv + .byte N88 , Bn3 , v072 + .byte W02 + .byte VOL , 19*bgm_granroad_mvl/mxv + .byte W03 + .byte 20*bgm_granroad_mvl/mxv + .byte W09 + .byte 21*bgm_granroad_mvl/mxv + .byte W03 + .byte 22*bgm_granroad_mvl/mxv + .byte W07 + .byte 23*bgm_granroad_mvl/mxv + .byte W02 + .byte 24*bgm_granroad_mvl/mxv + .byte W03 + .byte 25*bgm_granroad_mvl/mxv + .byte W03 + .byte 26*bgm_granroad_mvl/mxv + .byte W06 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W03 + .byte 29*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 30*bgm_granroad_mvl/mxv + .byte W05 + .byte 32*bgm_granroad_mvl/mxv + .byte W09 + .byte 33*bgm_granroad_mvl/mxv + .byte W03 + .byte 34*bgm_granroad_mvl/mxv + .byte W03 + .byte 35*bgm_granroad_mvl/mxv + .byte W20 + .byte N04 , An3 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte MOD , 2 + .byte N04 , Fs3 , v072 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , An3 , v072 + .byte W04 + .byte An3 , v032 + .byte W04 +bgm_granroad_2_B1: + .byte VOL , 22*bgm_granroad_mvl/mxv + .byte N48 , An3 , v072 + .byte W02 + .byte VOL , 24*bgm_granroad_mvl/mxv + .byte W03 + .byte 25*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W04 + .byte 29*bgm_granroad_mvl/mxv + .byte W02 + .byte 30*bgm_granroad_mvl/mxv + .byte W03 + .byte 31*bgm_granroad_mvl/mxv + .byte W03 + .byte 32*bgm_granroad_mvl/mxv + .byte W04 + .byte 33*bgm_granroad_mvl/mxv + .byte W24 + .byte N24 , Fs3 + .byte W24 + .byte N08 , An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte VOL , 16*bgm_granroad_mvl/mxv + .byte N64 , An3 + .byte W02 + .byte VOL , 17*bgm_granroad_mvl/mxv + .byte W03 + .byte 19*bgm_granroad_mvl/mxv + .byte W03 + .byte 21*bgm_granroad_mvl/mxv + .byte W06 + .byte 22*bgm_granroad_mvl/mxv + .byte W03 + .byte 23*bgm_granroad_mvl/mxv + .byte W07 + .byte 24*bgm_granroad_mvl/mxv + .byte W02 + .byte 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 30*bgm_granroad_mvl/mxv + .byte W02 + .byte 32*bgm_granroad_mvl/mxv + .byte W03 + .byte 34*bgm_granroad_mvl/mxv + .byte W23 + .byte MOD , 0 + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte Dn3 , v072 + .byte W04 + .byte Dn3 , v032 + .byte W12 + .byte An3 , v072 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte VOL , 19*bgm_granroad_mvl/mxv + .byte N48 , Gs3 , v072 + .byte W02 + .byte VOL , 22*bgm_granroad_mvl/mxv + .byte W03 + .byte 23*bgm_granroad_mvl/mxv + .byte W03 + .byte 24*bgm_granroad_mvl/mxv + .byte W04 + .byte 25*bgm_granroad_mvl/mxv + .byte W02 + .byte 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 29*bgm_granroad_mvl/mxv + .byte W02 + .byte 30*bgm_granroad_mvl/mxv + .byte W03 + .byte 31*bgm_granroad_mvl/mxv + .byte W03 + .byte 32*bgm_granroad_mvl/mxv + .byte W06 + .byte 33*bgm_granroad_mvl/mxv + .byte W10 + .byte MOD , 0 + .byte N48 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte VOL , 18*bgm_granroad_mvl/mxv + .byte N64 , An3 + .byte W02 + .byte VOL , 19*bgm_granroad_mvl/mxv + .byte W03 + .byte 20*bgm_granroad_mvl/mxv + .byte W03 + .byte 22*bgm_granroad_mvl/mxv + .byte W04 + .byte 23*bgm_granroad_mvl/mxv + .byte W02 + .byte 25*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 29*bgm_granroad_mvl/mxv + .byte W08 + .byte 31*bgm_granroad_mvl/mxv + .byte W04 + .byte 32*bgm_granroad_mvl/mxv + .byte W02 + .byte 33*bgm_granroad_mvl/mxv + .byte W24 + .byte W02 + .byte MOD , 0 + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte En3 , v072 + .byte W04 + .byte N08 , En3 , v032 + .byte W12 + .byte N04 , An3 , v072 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte VOL , 21*bgm_granroad_mvl/mxv + .byte N48 , Fs3 , v072 + .byte W02 + .byte VOL , 23*bgm_granroad_mvl/mxv + .byte W03 + .byte 25*bgm_granroad_mvl/mxv + .byte W03 + .byte 26*bgm_granroad_mvl/mxv + .byte W04 + .byte 28*bgm_granroad_mvl/mxv + .byte W02 + .byte 31*bgm_granroad_mvl/mxv + .byte W03 + .byte 32*bgm_granroad_mvl/mxv + .byte W03 + .byte 35*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Dn3 + .byte W24 + .byte Bn2 + .byte W24 + .byte N08 , Bn2 , v032 + .byte W08 + .byte N04 , Fs3 , v080 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , Fs3 , v080 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , Fs3 , v080 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , Fs3 , v080 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W36 + .byte N48 , Gs3 , v088 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Bn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W08 + .byte N04 , Fs3 , v080 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , Fs3 , v080 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , Fs3 , v080 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , Fs3 , v084 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N08 , Dn3 , v084 + .byte W08 + .byte N16 , En3 + .byte W16 + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N48 , Gs3 , v112 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , An3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N08 , An3 , v032 + .byte W96 + .byte W48 + .byte N04 , Ds3 , v112 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte An3 + .byte W04 + .byte Gs3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte VOICE , 60 + .byte VOL , 46*bgm_granroad_mvl/mxv + .byte N32 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N04 , Ds3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte N08 , Ds3 , v032 + .byte W12 + .byte N24 , Cn4 , v112 + .byte W24 + .byte N08 , Cn4 , v032 + .byte W08 + .byte N24 , Ds4 , v112 + .byte W24 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N32 , Fn4 + .byte W24 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , Fn4 , v032 + .byte W08 + .byte N04 , Gs3 , v112 + .byte W08 + .byte N20 + .byte W20 + .byte N04 , Gs3 , v032 + .byte W04 + .byte Fn3 , v112 + .byte W04 + .byte N08 , Fn3 , v032 + .byte W12 + .byte N04 , Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W04 + .byte N24 , Fs3 , v112 + .byte W24 + .byte Fn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Cs3 + .byte W24 + .byte N04 , Cn3 + .byte W04 + .byte N08 , Cn3 , v032 + .byte W12 + .byte N04 , Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte N48 , Ds3 , v112 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N04 + .byte W04 + .byte N08 , Ds3 , v032 + .byte W12 + .byte N04 , Fn3 , v112 + .byte W04 + .byte Fn3 , v032 + .byte W04 + .byte N48 , Fs3 , v112 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N04 , Gs3 + .byte W04 + .byte Gs3 , v032 + .byte W04 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte N32 , Cn4 , v112 + .byte W32 + .byte PAN , c_v+29 + .byte N32 , Cs4 + .byte W24 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N04 , En3 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte En3 , v112 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte En3 , v112 + .byte W04 + .byte N08 , En3 , v032 + .byte W12 + .byte N24 , Cs4 , v112 + .byte W24 + .byte N08 , Cs4 , v032 + .byte W08 + .byte PATT + .word bgm_granroad_2_000 + .byte N32 , Dn4 , v112 + .byte W24 + .byte MOD , 6 + .byte W08 + .byte N08 , Dn4 , v032 + .byte W04 + .byte MOD , 0 + .byte W04 + .byte N04 , An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N48 , An3 , v112 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte PAN , c_v+0 + .byte N24 , Gn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N36 , Fn4 + .byte W36 + .byte N04 , Fn4 , v032 + .byte W04 + .byte N02 , Gs3 , v112 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Fn4 + .byte W24 + .byte N08 , Fn4 , v032 + .byte W08 + .byte N24 , En4 , v112 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte An3 + .byte W24 + .byte VOL , 51*bgm_granroad_mvl/mxv + .byte N04 , Fs3 + .byte W04 + .byte N08 , Fs3 , v032 + .byte W12 + .byte N04 , Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte N48 , An3 , v112 + .byte W48 + .byte N08 , An3 , v032 + .byte W24 + .byte N04 , Fn3 , v112 + .byte W04 + .byte Fn3 , v032 + .byte W04 + .byte Fn3 , v112 + .byte W04 + .byte Fn3 , v032 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte N24 , An3 , v112 + .byte W24 + .byte N04 , Gn3 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte VOL , 16*bgm_granroad_mvl/mxv + .byte N88 , Bn3 , v112 + .byte W02 + .byte VOL , 17*bgm_granroad_mvl/mxv + .byte W03 + .byte 18*bgm_granroad_mvl/mxv + .byte W03 + .byte 22*bgm_granroad_mvl/mxv + .byte W04 + .byte 24*bgm_granroad_mvl/mxv + .byte W02 + .byte 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W04 + .byte 29*bgm_granroad_mvl/mxv + .byte W02 + .byte 30*bgm_granroad_mvl/mxv + .byte W03 + .byte 30*bgm_granroad_mvl/mxv + .byte W07 + .byte 32*bgm_granroad_mvl/mxv + .byte W02 + .byte 33*bgm_granroad_mvl/mxv + .byte W03 + .byte 34*bgm_granroad_mvl/mxv + .byte W03 + .byte 35*bgm_granroad_mvl/mxv + .byte W04 + .byte 36*bgm_granroad_mvl/mxv + .byte W40 + .byte N04 , An3 , v088 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte Fs3 , v088 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W04 + .byte An3 , v088 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte GOTO + .word bgm_granroad_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_granroad_3: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 58 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_granroad_mvl/mxv + .byte LFOS , 44 + .byte MOD , 2 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOL , 30*bgm_granroad_mvl/mxv + .byte N16 , Gn4 , v120 + .byte W16 + .byte N04 , Fs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte VOL , 11*bgm_granroad_mvl/mxv + .byte N64 , En4 , v124 + .byte W05 + .byte VOL , 12*bgm_granroad_mvl/mxv + .byte W03 + .byte 14*bgm_granroad_mvl/mxv + .byte W04 + .byte 16*bgm_granroad_mvl/mxv + .byte W02 + .byte 18*bgm_granroad_mvl/mxv + .byte W03 + .byte 20*bgm_granroad_mvl/mxv + .byte W03 + .byte 22*bgm_granroad_mvl/mxv + .byte W04 + .byte 23*bgm_granroad_mvl/mxv + .byte W02 + .byte 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W03 + .byte 29*bgm_granroad_mvl/mxv + .byte W16 + .byte MOD , 9 + .byte W16 + .byte 2 + .byte N04 , Dn4 , v120 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Cs4 , v120 + .byte W04 + .byte N08 , Cs4 , v032 + .byte W12 + .byte N04 , En4 , v120 + .byte W04 + .byte En4 , v032 + .byte W04 +bgm_granroad_3_B1: + .byte VOL , 12*bgm_granroad_mvl/mxv + .byte N48 , Dn4 , v124 + .byte W02 + .byte VOL , 14*bgm_granroad_mvl/mxv + .byte W03 + .byte 18*bgm_granroad_mvl/mxv + .byte W03 + .byte 21*bgm_granroad_mvl/mxv + .byte W04 + .byte 22*bgm_granroad_mvl/mxv + .byte W02 + .byte 25*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W12 + .byte MOD , 8 + .byte W16 + .byte 2 + .byte N24 , An3 , v120 + .byte W24 + .byte N08 , Dn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Bn3 + .byte W08 + .byte VOL , 12*bgm_granroad_mvl/mxv + .byte N64 , Dn4 , v124 + .byte W02 + .byte VOL , 13*bgm_granroad_mvl/mxv + .byte W03 + .byte 15*bgm_granroad_mvl/mxv + .byte W03 + .byte 18*bgm_granroad_mvl/mxv + .byte W04 + .byte 20*bgm_granroad_mvl/mxv + .byte W02 + .byte 22*bgm_granroad_mvl/mxv + .byte W03 + .byte 24*bgm_granroad_mvl/mxv + .byte W03 + .byte 25*bgm_granroad_mvl/mxv + .byte W06 + .byte 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W11 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte N04 , Cs4 , v120 + .byte W08 + .byte N08 , Bn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte VOL , 12*bgm_granroad_mvl/mxv + .byte N48 , Cs4 , v124 + .byte W02 + .byte VOL , 16*bgm_granroad_mvl/mxv + .byte W03 + .byte 18*bgm_granroad_mvl/mxv + .byte W03 + .byte 19*bgm_granroad_mvl/mxv + .byte W04 + .byte 20*bgm_granroad_mvl/mxv + .byte W02 + .byte 21*bgm_granroad_mvl/mxv + .byte W03 + .byte 23*bgm_granroad_mvl/mxv + .byte W03 + .byte 25*bgm_granroad_mvl/mxv + .byte W06 + .byte 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte MOD , 8 + .byte VOL , 29*bgm_granroad_mvl/mxv + .byte W16 + .byte MOD , 2 + .byte N16 , En4 , v120 + .byte W16 + .byte N08 , En4 , v032 + .byte W08 + .byte An3 , v120 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte VOL , 11*bgm_granroad_mvl/mxv + .byte N64 , Cs4 , v124 + .byte W02 + .byte VOL , 12*bgm_granroad_mvl/mxv + .byte W03 + .byte 15*bgm_granroad_mvl/mxv + .byte W03 + .byte 16*bgm_granroad_mvl/mxv + .byte W06 + .byte 18*bgm_granroad_mvl/mxv + .byte W06 + .byte 19*bgm_granroad_mvl/mxv + .byte W04 + .byte 20*bgm_granroad_mvl/mxv + .byte W02 + .byte 21*bgm_granroad_mvl/mxv + .byte W03 + .byte 24*bgm_granroad_mvl/mxv + .byte W03 + .byte 25*bgm_granroad_mvl/mxv + .byte W04 + .byte 27*bgm_granroad_mvl/mxv + .byte W02 + .byte 28*bgm_granroad_mvl/mxv + .byte W10 + .byte MOD , 9 + .byte W16 + .byte 2 + .byte N04 , Bn3 , v120 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte An3 , v120 + .byte W04 + .byte N08 , An3 , v032 + .byte W12 + .byte N04 , Cs4 , v120 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte VOL , 11*bgm_granroad_mvl/mxv + .byte N48 , Bn3 , v120 + .byte W02 + .byte VOL , 15*bgm_granroad_mvl/mxv + .byte W03 + .byte 19*bgm_granroad_mvl/mxv + .byte W03 + .byte 20*bgm_granroad_mvl/mxv + .byte W06 + .byte 22*bgm_granroad_mvl/mxv + .byte W03 + .byte 23*bgm_granroad_mvl/mxv + .byte W03 + .byte 24*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte VOL , 25*bgm_granroad_mvl/mxv + .byte W02 + .byte 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W07 + .byte 28*bgm_granroad_mvl/mxv + .byte W12 + .byte MOD , 2 + .byte N24 , Fs3 + .byte W24 + .byte Gs3 + .byte W24 + .byte VOL , 34*bgm_granroad_mvl/mxv + .byte N04 , Gs3 , v124 + .byte W08 + .byte An3 , v127 + .byte W04 + .byte N08 , An3 , v032 + .byte W12 + .byte N04 , An3 , v120 + .byte W04 + .byte N08 , An3 , v032 + .byte W12 + .byte N04 , An3 , v120 + .byte W04 + .byte N08 , An3 , v032 + .byte W12 + .byte N04 , An3 , v127 + .byte W04 + .byte N08 , An3 , v032 + .byte W04 + .byte Fs3 , v120 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , An3 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte VOL , 37*bgm_granroad_mvl/mxv + .byte N72 , En4 , v120 + .byte W44 + .byte VOL , 37*bgm_granroad_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte VOL , 40*bgm_granroad_mvl/mxv + .byte W04 + .byte 40*bgm_granroad_mvl/mxv + .byte W04 + .byte 43*bgm_granroad_mvl/mxv + .byte W04 + .byte 47*bgm_granroad_mvl/mxv + .byte W04 + .byte 53*bgm_granroad_mvl/mxv + .byte W04 + .byte 58*bgm_granroad_mvl/mxv + .byte W04 + .byte VOICE , 56 + .byte VOL , 96*bgm_granroad_mvl/mxv + .byte MOD , 2 + .byte N08 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte En4 , v032 + .byte W56 + .byte N04 , Dn4 , v120 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Cs4 , v120 + .byte W04 + .byte N08 , Cs4 , v032 + .byte W12 + .byte N04 , En4 , v120 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte N48 , Dn4 , v120 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte N24 , An3 + .byte W24 + .byte N08 , En3 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Dn4 , v032 + .byte W56 + .byte N04 , Cs4 , v120 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Bn3 , v120 + .byte W04 + .byte Bn3 , v032 + .byte W12 + .byte Dn4 , v120 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N48 , Cs4 , v120 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte N08 , En4 + .byte W08 + .byte N04 , En3 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte An3 , v120 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N16 , Bn3 , v120 + .byte W16 + .byte N08 , Bn3 , v032 + .byte W08 + .byte N16 , An3 , v120 + .byte W16 + .byte Bn3 + .byte W16 + .byte Cs4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte As4 + .byte W08 + .byte N32 , Bn4 + .byte W24 + .byte MOD , 9 + .byte W08 + .byte 2 + .byte N04 , As4 + .byte W04 + .byte An4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte N24 , Fs4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N04 , An4 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte An4 , v120 + .byte W04 + .byte N08 , An4 , v032 + .byte W12 + .byte N04 , An4 , v120 + .byte W04 + .byte N08 , An4 , v032 + .byte W12 + .byte N04 , An4 , v120 + .byte W04 + .byte N08 , An4 , v032 + .byte W12 + .byte N04 , An4 , v120 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte N08 , Fs4 , v120 + .byte W08 + .byte N16 , Gs4 + .byte W16 + .byte N04 , An4 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte N48 , Bn4 , v120 + .byte W24 + .byte MOD , 10 + .byte W24 + .byte 2 + .byte N48 , Cn5 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 2 + .byte N04 , Cs5 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte Cs5 , v120 + .byte W04 + .byte N08 , Cs5 , v032 + .byte W12 + .byte N04 , Cs5 , v120 + .byte W04 + .byte N08 , Cs5 , v032 + .byte W12 + .byte N04 , Cs5 , v120 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte Dn5 , v120 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Dn5 , v120 + .byte W04 + .byte N08 , Dn5 , v032 + .byte W12 + .byte N04 , Dn5 , v120 + .byte W04 + .byte N08 , Dn5 , v032 + .byte W12 + .byte N04 , Dn5 , v120 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte N96 , En3 , v120 + .byte W48 + .byte MOD , 10 + .byte W48 + .byte 2 + .byte W96 + .byte W96 + .byte N04 , Cs4 , v112 + .byte W16 + .byte Fn4 + .byte W08 + .byte N72 , Gs4 + .byte W03 + .byte VOL , 84*bgm_granroad_mvl/mxv + .byte W02 + .byte 75*bgm_granroad_mvl/mxv + .byte W03 + .byte 72*bgm_granroad_mvl/mxv + .byte W07 + .byte 60*bgm_granroad_mvl/mxv + .byte W02 + .byte 65*bgm_granroad_mvl/mxv + .byte W03 + .byte 69*bgm_granroad_mvl/mxv + .byte W04 + .byte 72*bgm_granroad_mvl/mxv + .byte W02 + .byte 80*bgm_granroad_mvl/mxv + .byte W03 + .byte 84*bgm_granroad_mvl/mxv + .byte W03 + .byte 90*bgm_granroad_mvl/mxv + .byte W04 + .byte 96*bgm_granroad_mvl/mxv + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 58 + .byte VOL , 48*bgm_granroad_mvl/mxv + .byte W48 + .byte N04 , Bn3 + .byte W16 + .byte Dn4 + .byte W08 + .byte TIE , Gn4 + .byte W08 + .byte VOL , 46*bgm_granroad_mvl/mxv + .byte W04 + .byte 40*bgm_granroad_mvl/mxv + .byte W04 + .byte 38*bgm_granroad_mvl/mxv + .byte W04 + .byte 34*bgm_granroad_mvl/mxv + .byte W04 + .byte 32*bgm_granroad_mvl/mxv + .byte W04 + .byte 26*bgm_granroad_mvl/mxv + .byte W04 + .byte 24*bgm_granroad_mvl/mxv + .byte W04 + .byte 22*bgm_granroad_mvl/mxv + .byte W04 + .byte 21*bgm_granroad_mvl/mxv + .byte W04 + .byte 18*bgm_granroad_mvl/mxv + .byte W08 + .byte 17*bgm_granroad_mvl/mxv + .byte W12 + .byte 13*bgm_granroad_mvl/mxv + .byte W16 + .byte 15*bgm_granroad_mvl/mxv + .byte W40 + .byte 13*bgm_granroad_mvl/mxv + .byte W12 + .byte 15*bgm_granroad_mvl/mxv + .byte W04 + .byte 17*bgm_granroad_mvl/mxv + .byte W04 + .byte 18*bgm_granroad_mvl/mxv + .byte W04 + .byte 21*bgm_granroad_mvl/mxv + .byte W04 + .byte 22*bgm_granroad_mvl/mxv + .byte W04 + .byte 24*bgm_granroad_mvl/mxv + .byte W04 + .byte 28*bgm_granroad_mvl/mxv + .byte W04 + .byte 34*bgm_granroad_mvl/mxv + .byte W04 + .byte 44*bgm_granroad_mvl/mxv + .byte W04 + .byte 52*bgm_granroad_mvl/mxv + .byte W16 + .byte EOT + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte N04 , Fs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte N08 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte GOTO + .word bgm_granroad_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_granroad_4: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 48 + .byte PAN , c_v-8 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-32 + .byte VOL , 60*bgm_granroad_mvl/mxv + .byte N04 , Fs2 , v068 + .byte W04 + .byte Gs2 , v072 + .byte W04 + .byte An2 , v076 + .byte W04 + .byte Gs2 + .byte W04 + .byte An2 , v080 + .byte W04 + .byte Bn2 , v084 + .byte W04 + .byte An2 , v088 + .byte W04 + .byte Bn2 , v092 + .byte W04 + .byte Cs3 , v096 + .byte W04 + .byte Bn2 , v100 + .byte W04 + .byte Cs3 , v104 + .byte W04 + .byte Dn3 , v108 + .byte W04 + .byte PAN , c_v-25 + .byte N32 , En3 , v100 + .byte W32 + .byte N04 , An2 , v096 + .byte W04 + .byte An2 , v032 + .byte W04 + .byte An2 , v096 + .byte W04 + .byte An2 , v032 + .byte W04 + .byte An2 , v096 + .byte W04 + .byte N08 , An2 , v032 + .byte W12 + .byte N24 , En3 , v096 + .byte W24 + .byte N08 , En3 , v032 + .byte W08 + .byte N24 , Gn3 , v096 + .byte W24 + .byte Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte N08 , Gn3 + .byte W08 + .byte Cs4 , v100 + .byte W08 + .byte An4 , v127 + .byte W08 + .byte VOL , 48*bgm_granroad_mvl/mxv + .byte N08 , Dn4 , v100 + .byte W08 + .byte N04 , Cs4 , v080 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte VOL , 60*bgm_granroad_mvl/mxv + .byte N08 , Dn4 , v112 + .byte W08 + .byte N04 , Cs4 , v080 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte VOL , 72*bgm_granroad_mvl/mxv + .byte N08 , Dn4 , v112 + .byte W08 + .byte N04 , Cs4 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte VOL , 92*bgm_granroad_mvl/mxv + .byte N08 , Dn4 , v112 + .byte W08 + .byte N04 , Cs4 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte VOL , 60*bgm_granroad_mvl/mxv + .byte N04 , An2 , v092 + .byte W04 + .byte N08 , An2 , v032 + .byte W12 + .byte N04 , Dn3 , v104 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte N24 , Fn3 , v104 + .byte W24 + .byte N04 , Bn2 , v100 + .byte W04 + .byte N08 , Bn2 , v032 + .byte W12 + .byte N04 , Dn3 , v096 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte N24 , Gn3 , v096 + .byte W24 + .byte N08 , En3 + .byte W08 + .byte N02 , An2 + .byte W08 + .byte An2 , v100 + .byte W08 + .byte An2 , v096 + .byte W16 + .byte An2 , v104 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , En3 , v112 + .byte W24 + .byte N08 , En3 , v032 + .byte W08 + .byte N24 , Gn3 , v112 + .byte W24 + .byte Fs3 + .byte W24 + .byte N04 , Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cs3 + .byte W04 + .byte En3 + .byte W04 + .byte Cs3 + .byte W04 + .byte En3 + .byte W04 + .byte N08 , Gn3 + .byte W08 + .byte Cs4 , v127 + .byte W08 + .byte An4 + .byte W08 + .byte VOL , 48*bgm_granroad_mvl/mxv + .byte N08 , Dn5 , v112 + .byte W08 + .byte N04 , Cs5 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 60*bgm_granroad_mvl/mxv + .byte N08 , Dn5 , v112 + .byte W08 + .byte N04 , Cs5 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 77*bgm_granroad_mvl/mxv + .byte N04 , Dn5 , v112 + .byte W04 + .byte Cs5 , v080 + .byte W04 + .byte Bn4 + .byte W04 + .byte An4 , v112 + .byte W04 + .byte Gn4 , v104 + .byte W04 + .byte Fn4 + .byte W04 + .byte VOL , 86*bgm_granroad_mvl/mxv + .byte N04 , En4 , v100 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 , v092 + .byte W04 + .byte Gn3 , v088 + .byte W04 + .byte VOL , 48*bgm_granroad_mvl/mxv + .byte N04 , An2 , v092 + .byte W04 + .byte An2 , v032 + .byte W04 + .byte An2 , v096 + .byte W04 + .byte An2 , v032 + .byte W04 + .byte Dn3 , v096 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte N24 , Fn3 , v100 + .byte W24 + .byte N04 , Bn2 , v096 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte Bn2 , v096 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte Dn3 , v088 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte VOL , 24*bgm_granroad_mvl/mxv + .byte N88 , Gn3 , v072 + .byte W02 + .byte VOL , 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 29*bgm_granroad_mvl/mxv + .byte W03 + .byte 31*bgm_granroad_mvl/mxv + .byte W04 + .byte 32*bgm_granroad_mvl/mxv + .byte W02 + .byte 35*bgm_granroad_mvl/mxv + .byte W03 + .byte 37*bgm_granroad_mvl/mxv + .byte W03 + .byte 38*bgm_granroad_mvl/mxv + .byte W04 + .byte 40*bgm_granroad_mvl/mxv + .byte W02 + .byte 42*bgm_granroad_mvl/mxv + .byte W03 + .byte 43*bgm_granroad_mvl/mxv + .byte W03 + .byte 44*bgm_granroad_mvl/mxv + .byte W04 + .byte 46*bgm_granroad_mvl/mxv + .byte W02 + .byte 47*bgm_granroad_mvl/mxv + .byte W48 + .byte W02 + .byte N08 , Gn3 , v032 + .byte W32 +bgm_granroad_4_B1: + .byte VOL , 24*bgm_granroad_mvl/mxv + .byte N48 , Fs3 , v064 + .byte W02 + .byte VOL , 26*bgm_granroad_mvl/mxv + .byte W03 + .byte 28*bgm_granroad_mvl/mxv + .byte W03 + .byte 30*bgm_granroad_mvl/mxv + .byte W04 + .byte 31*bgm_granroad_mvl/mxv + .byte W02 + .byte 32*bgm_granroad_mvl/mxv + .byte W03 + .byte 34*bgm_granroad_mvl/mxv + .byte W03 + .byte 36*bgm_granroad_mvl/mxv + .byte W04 + .byte 38*bgm_granroad_mvl/mxv + .byte W02 + .byte 39*bgm_granroad_mvl/mxv + .byte W03 + .byte 41*bgm_granroad_mvl/mxv + .byte W03 + .byte 45*bgm_granroad_mvl/mxv + .byte W06 + .byte 47*bgm_granroad_mvl/mxv + .byte W10 + .byte 28*bgm_granroad_mvl/mxv + .byte N48 , Dn3 + .byte W02 + .byte VOL , 31*bgm_granroad_mvl/mxv + .byte W03 + .byte 35*bgm_granroad_mvl/mxv + .byte W03 + .byte 38*bgm_granroad_mvl/mxv + .byte W04 + .byte 40*bgm_granroad_mvl/mxv + .byte W02 + .byte 43*bgm_granroad_mvl/mxv + .byte W03 + .byte 46*bgm_granroad_mvl/mxv + .byte W30 + .byte W01 + .byte 30*bgm_granroad_mvl/mxv + .byte N64 , Fs3 + .byte W02 + .byte VOL , 32*bgm_granroad_mvl/mxv + .byte W03 + .byte 36*bgm_granroad_mvl/mxv + .byte W03 + .byte 37*bgm_granroad_mvl/mxv + .byte W04 + .byte 38*bgm_granroad_mvl/mxv + .byte W02 + .byte 39*bgm_granroad_mvl/mxv + .byte W03 + .byte 41*bgm_granroad_mvl/mxv + .byte W03 + .byte 42*bgm_granroad_mvl/mxv + .byte W04 + .byte 43*bgm_granroad_mvl/mxv + .byte W02 + .byte 44*bgm_granroad_mvl/mxv + .byte W03 + .byte 45*bgm_granroad_mvl/mxv + .byte W03 + .byte 46*bgm_granroad_mvl/mxv + .byte W32 + .byte N08 , Fs3 , v032 + .byte W32 + .byte VOL , 33*bgm_granroad_mvl/mxv + .byte N48 , Cs3 , v064 + .byte W02 + .byte VOL , 35*bgm_granroad_mvl/mxv + .byte W03 + .byte 37*bgm_granroad_mvl/mxv + .byte W03 + .byte 40*bgm_granroad_mvl/mxv + .byte W04 + .byte 43*bgm_granroad_mvl/mxv + .byte W02 + .byte 46*bgm_granroad_mvl/mxv + .byte W03 + .byte 47*bgm_granroad_mvl/mxv + .byte W30 + .byte W01 + .byte 31*bgm_granroad_mvl/mxv + .byte N48 , En3 , v072 + .byte W02 + .byte VOL , 34*bgm_granroad_mvl/mxv + .byte W06 + .byte 35*bgm_granroad_mvl/mxv + .byte W04 + .byte 37*bgm_granroad_mvl/mxv + .byte W05 + .byte 38*bgm_granroad_mvl/mxv + .byte W07 + .byte 39*bgm_granroad_mvl/mxv + .byte W02 + .byte 40*bgm_granroad_mvl/mxv + .byte W03 + .byte 41*bgm_granroad_mvl/mxv + .byte W03 + .byte 43*bgm_granroad_mvl/mxv + .byte W04 + .byte 45*bgm_granroad_mvl/mxv + .byte W02 + .byte 46*bgm_granroad_mvl/mxv + .byte W01 + .byte 48*bgm_granroad_mvl/mxv + .byte W09 + .byte N68 + .byte W96 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte N48 , Dn3 + .byte W02 + .byte VOL , 40*bgm_granroad_mvl/mxv + .byte W03 + .byte 42*bgm_granroad_mvl/mxv + .byte W03 + .byte 45*bgm_granroad_mvl/mxv + .byte W04 + .byte 46*bgm_granroad_mvl/mxv + .byte W02 + .byte 47*bgm_granroad_mvl/mxv + .byte W32 + .byte W02 + .byte N24 , An2 , v064 + .byte W24 + .byte Fs2 + .byte W24 + .byte N08 , Fs2 , v032 + .byte W08 + .byte N04 , An2 , v072 + .byte W04 + .byte N08 , An2 , v032 + .byte W12 + .byte N04 , An2 , v072 + .byte W04 + .byte An2 , v032 + .byte W12 + .byte An2 , v080 + .byte W04 + .byte An2 , v032 + .byte W12 + .byte An2 , v084 + .byte W04 + .byte An2 , v032 + .byte W04 + .byte N08 , Dn3 , v076 + .byte W08 + .byte N16 , En3 , v072 + .byte W16 + .byte N04 , Fs3 , v080 + .byte W08 + .byte VOL , 39*bgm_granroad_mvl/mxv + .byte N08 , Gs3 , v112 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Dn3 + .byte W04 + .byte N08 , An3 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte An3 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Gs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , En3 + .byte W08 + .byte N04 , Fs3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N08 , An3 + .byte W08 + .byte N04 , Dn3 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N08 , An4 , v112 + .byte W08 + .byte N04 , Dn3 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N08 , An3 , v112 + .byte W08 + .byte N04 , Dn3 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N08 , An4 , v112 + .byte W08 + .byte N04 , Dn3 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N08 , Dn4 , v112 + .byte W08 + .byte N04 , En4 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte Dn4 , v112 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N08 , Cs4 , v112 + .byte W08 + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte N08 , Bn3 , v112 + .byte W08 + .byte N04 , Cs4 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte N08 , En3 , v112 + .byte W08 + .byte N04 , An3 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte N08 , Cs4 , v112 + .byte W08 + .byte N04 , En3 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N08 , An4 , v112 + .byte W08 + .byte N04 , En3 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N08 , En4 , v112 + .byte W08 + .byte N04 , En3 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N08 , An4 , v112 + .byte W08 + .byte N04 , En3 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N16 , En3 , v112 + .byte W16 + .byte Fs3 + .byte W16 + .byte Gs3 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N32 , Fs4 + .byte W32 + .byte N04 , Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N04 + .byte W08 + .byte En4 + .byte W04 + .byte N08 , En4 , v032 + .byte W12 + .byte N04 , En4 , v112 + .byte W04 + .byte N08 , En4 , v032 + .byte W12 + .byte N04 , En4 , v112 + .byte W04 + .byte N08 , En4 , v032 + .byte W12 + .byte N04 , En4 , v112 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte N08 , Bn3 , v112 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N08 , Gs4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte En4 + .byte W08 + .byte Gs4 + .byte W08 + .byte En4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N04 , As4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte As4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte As4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte VOL , 47*bgm_granroad_mvl/mxv + .byte W96 + .byte N32 , Ds3 + .byte W32 + .byte N04 , Gs2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 , Ds3 + .byte W32 + .byte Fs3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fs3 + .byte W24 + .byte N32 , Gs3 + .byte W40 + .byte N04 , Cs3 + .byte W08 + .byte N20 + .byte W48 + .byte W24 + .byte N04 , Fn2 + .byte W16 + .byte Gs2 + .byte W08 + .byte N24 , Fs2 + .byte W24 + .byte As2 + .byte W24 + .byte N04 , Gs2 + .byte W16 + .byte As2 + .byte W08 + .byte N48 , Cn3 + .byte W48 + .byte N04 + .byte W16 + .byte Cs3 + .byte W08 + .byte N48 , Ds3 + .byte W48 + .byte N04 + .byte W08 + .byte Fn3 + .byte W08 + .byte N32 , Fs3 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte An4 + .byte W08 + .byte N04 , An3 + .byte W16 + .byte An4 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte N04 , An3 + .byte W16 + .byte An4 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Cs5 + .byte W08 + .byte N04 , En4 + .byte W16 + .byte Cs5 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn5 + .byte W08 + .byte N08 , En5 + .byte W08 + .byte N04 + .byte W08 + .byte Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte N08 , Dn5 + .byte W08 + .byte N04 , Fs4 , v080 + .byte W08 + .byte Dn5 + .byte W08 + .byte Dn5 , v112 + .byte W16 + .byte Dn5 , v080 + .byte W08 + .byte N08 , Dn5 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W16 + .byte Dn5 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Gn4 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N08 , En4 + .byte W08 + .byte N04 , Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte N08 , Gn4 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte Cn4 + .byte W08 + .byte N36 , Gs3 + .byte W40 + .byte N02 , Cs3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Gs3 + .byte W32 + .byte Gn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte Cs3 + .byte W24 + .byte N08 , Dn5 + .byte W08 + .byte N04 , Cs5 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Dn5 , v112 + .byte W08 + .byte N04 , Cs5 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Dn5 , v112 + .byte W04 + .byte Cs5 , v080 + .byte W04 + .byte Bn4 + .byte W04 + .byte An4 , v112 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gn3 + .byte W04 + .byte An2 + .byte W08 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte N24 , Fn3 + .byte W24 + .byte N04 , Bn2 + .byte W08 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte VOL , 25*bgm_granroad_mvl/mxv + .byte N88 , Gn3 + .byte W02 + .byte VOL , 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 27*bgm_granroad_mvl/mxv + .byte W03 + .byte 30*bgm_granroad_mvl/mxv + .byte W06 + .byte 33*bgm_granroad_mvl/mxv + .byte W03 + .byte 36*bgm_granroad_mvl/mxv + .byte W07 + .byte 37*bgm_granroad_mvl/mxv + .byte W02 + .byte 40*bgm_granroad_mvl/mxv + .byte W03 + .byte 43*bgm_granroad_mvl/mxv + .byte W09 + .byte 46*bgm_granroad_mvl/mxv + .byte W03 + .byte 47*bgm_granroad_mvl/mxv + .byte W03 + .byte 48*bgm_granroad_mvl/mxv + .byte W06 + .byte 51*bgm_granroad_mvl/mxv + .byte W03 + .byte 53*bgm_granroad_mvl/mxv + .byte W03 + .byte 55*bgm_granroad_mvl/mxv + .byte W64 + .byte GOTO + .word bgm_granroad_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_granroad_5: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 12 + .byte xIECV , 8 + .byte BENDR , 12 + .byte LFOS , 44 + .byte MOD , 2 + .byte XCMD , xIECV , 8 + .byte PAN , c_v-61 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte BEND , c_v+0 + .byte N04 , Fs1 , v068 + .byte W04 + .byte Gs1 , v040 + .byte W04 + .byte An1 , v044 + .byte W04 + .byte Gs1 , v048 + .byte W04 + .byte An1 , v052 + .byte W04 + .byte Bn1 , v056 + .byte W04 + .byte An1 , v060 + .byte W04 + .byte Bn1 , v064 + .byte W04 + .byte Cs2 , v072 + .byte W04 + .byte Bn1 , v076 + .byte W04 + .byte Cs2 , v080 + .byte W04 + .byte Dn2 , v084 + .byte W04 + .byte VOICE , 81 + .byte N32 , Cs3 , v112 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 0 + .byte W08 + .byte N02 , An2 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N32 , Cs3 + .byte W20 + .byte MOD , 12 + .byte W12 + .byte 0 + .byte N08 , En2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N04 , En2 + .byte W08 + .byte N08 , An2 + .byte W08 + .byte Gs2 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte N16 , En3 + .byte W16 + .byte N24 , An3 + .byte W08 + .byte MOD , 12 + .byte W16 + .byte 0 + .byte N08 , En3 + .byte W08 + .byte N24 , An2 + .byte W12 + .byte MOD , 11 + .byte W12 + .byte 0 + .byte N08 , Dn3 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , An3 + .byte W08 + .byte N02 , Gs3 , v104 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 , v108 + .byte W02 + .byte Fn3 + .byte W02 + .byte En3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Dn3 , v104 + .byte W02 + .byte Cs3 , v088 + .byte W02 + .byte MOD , 2 + .byte N24 , An3 , v112 + .byte W24 + .byte N08 , Dn4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Gn2 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte N02 , An2 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Cs3 + .byte W08 + .byte MOD , 9 + .byte W16 + .byte N08 , Dn3 + .byte W08 + .byte MOD , 0 + .byte N08 , En3 , v096 + .byte W08 + .byte N02 , An2 + .byte W08 + .byte An2 , v100 + .byte W08 + .byte An2 , v096 + .byte W16 + .byte An2 , v104 + .byte W08 + .byte N04 + .byte W16 + .byte N24 , An3 , v112 + .byte W08 + .byte MOD , 11 + .byte W16 + .byte N08 , En3 + .byte W08 + .byte MOD , 0 + .byte N24 , Fs3 + .byte W40 + .byte N04 , Dn3 + .byte W08 + .byte N16 + .byte W16 + .byte N32 , Fs4 + .byte W08 + .byte MOD , 12 + .byte W24 + .byte VOICE , 83 + .byte MOD , 0 + .byte N32 , An2 + .byte W32 + .byte N04 , Fs2 + .byte W08 + .byte An2 + .byte W08 + .byte Dn2 + .byte W16 + .byte Gn2 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N04 , As2 + .byte W04 + .byte An2 + .byte W04 + .byte VOL , 40*bgm_granroad_mvl/mxv + .byte N08 , An2 , v084 + .byte W08 + .byte Cs3 + .byte W08 + .byte An2 , v048 + .byte W08 + .byte Cs3 , v052 + .byte W08 + .byte An2 , v056 + .byte W08 + .byte Cs3 , v060 + .byte W08 + .byte An2 , v064 + .byte W08 + .byte Cs3 , v068 + .byte W08 + .byte An2 + .byte W08 + .byte Cs3 , v072 + .byte W08 + .byte Bn2 , v076 + .byte W08 + .byte Gs2 , v080 + .byte W08 +bgm_granroad_5_B1: + .byte VOICE , 83 + .byte VOL , 40*bgm_granroad_mvl/mxv + .byte PAN , c_v-64 + .byte N08 , Fs2 , v084 + .byte W08 + .byte An2 + .byte W08 + .byte Fs2 , v052 + .byte W08 + .byte An2 , v056 + .byte W08 + .byte Fs2 + .byte W08 + .byte An2 , v060 + .byte W08 + .byte Fs2 , v064 + .byte W08 + .byte An2 , v068 + .byte W08 + .byte Fs2 , v072 + .byte W08 + .byte Bn2 , v076 + .byte W08 + .byte An2 + .byte W08 + .byte Gs2 , v080 + .byte W08 + .byte Fs2 , v084 + .byte W08 + .byte An2 + .byte W08 + .byte Fs2 , v048 + .byte W08 + .byte An2 , v052 + .byte W08 + .byte Fs2 , v056 + .byte W08 + .byte An2 , v060 + .byte W08 + .byte Fs2 , v064 + .byte W08 + .byte An2 , v068 + .byte W08 + .byte Fs2 , v072 + .byte W08 + .byte Bn2 , v076 + .byte W08 + .byte An2 , v080 + .byte W08 + .byte Gs2 , v084 + .byte W08 + .byte VOICE , 5 + .byte MOD , 0 + .byte PAN , c_v+0 + .byte VOL , 45*bgm_granroad_mvl/mxv + .byte BEND , c_v+1 + .byte N04 , En3 , v048 + .byte W04 + .byte En3 , v028 + .byte W04 + .byte An3 , v048 + .byte W04 + .byte An3 , v028 + .byte W04 + .byte Cs4 , v048 + .byte W04 + .byte Cs4 , v028 + .byte W04 + .byte En4 , v048 + .byte W04 + .byte En4 , v028 + .byte W04 + .byte Gs4 , v048 + .byte W04 + .byte Gs4 , v028 + .byte W04 + .byte An4 , v048 + .byte W04 + .byte An4 , v028 + .byte W04 + .byte Bn4 , v048 + .byte W04 + .byte Bn4 , v028 + .byte W04 + .byte An4 , v048 + .byte W04 + .byte An4 , v028 + .byte W04 + .byte Gs4 , v048 + .byte W04 + .byte Gs4 , v028 + .byte W04 + .byte Fs4 , v048 + .byte W04 + .byte Fs4 , v028 + .byte W04 + .byte En4 , v048 + .byte W04 + .byte En4 , v028 + .byte W04 + .byte Dn4 , v048 + .byte W04 + .byte Dn4 , v028 + .byte W04 + .byte VOICE , 83 + .byte VOL , 41*bgm_granroad_mvl/mxv + .byte PAN , c_v-62 + .byte BEND , c_v+0 + .byte N08 , Cs2 , v084 + .byte W08 + .byte An2 + .byte W08 + .byte Cs2 , v048 + .byte W08 + .byte An2 , v052 + .byte W08 + .byte Cs2 , v056 + .byte W08 + .byte An2 , v060 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte An2 , v068 + .byte W08 + .byte Cs2 + .byte W08 + .byte An2 , v072 + .byte W08 + .byte Gs2 , v076 + .byte W08 + .byte Fs2 , v080 + .byte W08 + .byte En2 , v084 + .byte W08 + .byte Bn2 + .byte W08 + .byte En2 , v048 + .byte W08 + .byte Bn2 , v052 + .byte W08 + .byte En2 , v056 + .byte W08 + .byte Bn2 , v060 + .byte W08 + .byte En2 , v064 + .byte W08 + .byte Bn2 , v068 + .byte W08 + .byte En2 , v072 + .byte W08 + .byte Bn2 + .byte W08 + .byte An2 , v076 + .byte W08 + .byte Gs2 , v084 + .byte W08 + .byte Dn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte Dn2 , v048 + .byte W08 + .byte Bn2 , v052 + .byte W08 + .byte Dn2 , v056 + .byte W08 + .byte Bn2 , v060 + .byte W08 + .byte Dn2 , v064 + .byte W08 + .byte Bn2 , v068 + .byte W08 + .byte Dn2 , v072 + .byte W08 + .byte An2 + .byte W08 + .byte Gs2 , v076 + .byte W08 + .byte An2 , v080 + .byte W08 + .byte En2 , v084 + .byte W08 + .byte Bn2 + .byte W08 + .byte En2 , v048 + .byte W08 + .byte Bn2 , v052 + .byte W08 + .byte En2 , v056 + .byte W08 + .byte Bn2 , v060 + .byte W08 + .byte Gs2 , v064 + .byte W08 + .byte En3 , v068 + .byte W08 + .byte Gs2 + .byte W08 + .byte En3 , v072 + .byte W08 + .byte Dn3 , v076 + .byte W08 + .byte Bn2 , v080 + .byte W08 + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte VOL , 21*bgm_granroad_mvl/mxv + .byte MOD , 4 + .byte BEND , c_v+1 + .byte N48 , En6 , v112 + .byte W48 + .byte An5 + .byte W48 + .byte Dn6 + .byte W48 + .byte N24 , An5 + .byte W24 + .byte Bn5 + .byte W24 + .byte N48 , Dn6 + .byte W48 + .byte En5 + .byte W48 + .byte Cs6 + .byte W48 + .byte N24 , An5 + .byte W24 + .byte Bn5 + .byte W24 + .byte VOICE , 81 + .byte MOD , 0 + .byte PAN , c_v-61 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte N16 , An2 + .byte W16 + .byte N02 , Gs2 + .byte W08 + .byte N04 , An2 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N16 + .byte W16 + .byte N04 + .byte W16 + .byte N02 + .byte W08 + .byte MOD , 0 + .byte N16 , Gs2 + .byte W16 + .byte N02 , Gn2 + .byte W08 + .byte N04 , Gs2 + .byte W16 + .byte N02 + .byte W16 + .byte N16 + .byte W16 + .byte N04 + .byte W16 + .byte N02 + .byte W08 + .byte Fs2 + .byte W08 + .byte Fn2 + .byte W16 + .byte N04 , Fs2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn2 + .byte W08 + .byte N16 , En2 + .byte W16 + .byte N08 , Fs2 + .byte W08 + .byte N16 , Gs2 + .byte W16 + .byte N02 , En2 + .byte W08 + .byte N04 , Gs2 + .byte W16 + .byte N02 + .byte W08 + .byte N16 , An2 + .byte W16 + .byte N02 , Fn2 + .byte W08 + .byte N04 , An2 + .byte W16 + .byte N02 + .byte W08 + .byte N16 , As2 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N04 , As2 + .byte W08 + .byte Gs2 + .byte W08 + .byte N02 , As2 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N02 , Gn2 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N02 , Ds3 + .byte W08 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte VOL , 44*bgm_granroad_mvl/mxv + .byte N04 , An3 , v064 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Bn4 + .byte W04 + .byte En4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte An4 + .byte W04 + .byte Bn4 + .byte W04 + .byte En5 + .byte W04 + .byte Bn5 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte An4 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte An4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Gs4 + .byte W04 + .byte En4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte VOICE , 81 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte N32 , Cn3 , v112 + .byte W32 + .byte N02 , Ds2 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N24 , Cn3 + .byte W24 + .byte N04 , Ds2 + .byte W08 + .byte N24 , Fs3 + .byte W32 + .byte N02 , As2 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N24 , Fs3 + .byte W24 + .byte N04 , As2 + .byte W08 + .byte N32 , Fn3 + .byte W40 + .byte N04 , Gs2 + .byte W08 + .byte N20 + .byte W48 + .byte W96 + .byte W96 + .byte W72 + .byte VOICE , 5 + .byte MOD , 0 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte N04 , Ds5 + .byte W08 + .byte Fn5 + .byte W08 + .byte N08 , Fs5 + .byte W08 + .byte N04 , An5 + .byte W08 + .byte An4 + .byte W16 + .byte An5 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte An4 + .byte W16 + .byte An5 + .byte W16 + .byte N04 + .byte W08 + .byte Gn5 + .byte W08 + .byte Cs5 + .byte W16 + .byte Gn5 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cs5 + .byte W16 + .byte Gn5 + .byte W16 + .byte N04 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Ds5 + .byte W08 + .byte N72 , Dn5 + .byte W72 + .byte VOICE , 81 + .byte MOD , 2 + .byte PAN , c_v-62 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte N48 , Fs3 + .byte W48 + .byte Gn3 + .byte W48 + .byte N36 , Fn3 + .byte W40 + .byte N02 , Gs2 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Fn3 + .byte W24 + .byte N08 , Ds3 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Cs3 + .byte W24 + .byte An2 + .byte W24 + .byte W96 + .byte VOICE , 81 + .byte VOL , 40*bgm_granroad_mvl/mxv + .byte PAN , c_v-64 + .byte N08 , Fs2 , v084 + .byte W08 + .byte An2 + .byte W08 + .byte Fs2 , v052 + .byte W08 + .byte An2 , v056 + .byte W08 + .byte Fs2 + .byte W08 + .byte An2 , v060 + .byte W08 + .byte Gs2 , v064 + .byte W08 + .byte Bn2 , v068 + .byte W08 + .byte Gs2 , v072 + .byte W08 + .byte Bn2 , v076 + .byte W08 + .byte Gs2 + .byte W08 + .byte En2 , v080 + .byte W08 + .byte An2 , v084 + .byte W08 + .byte Cs3 + .byte W08 + .byte An2 , v048 + .byte W08 + .byte Cs3 , v052 + .byte W08 + .byte An2 , v056 + .byte W08 + .byte Cs3 , v060 + .byte W08 + .byte An2 , v064 + .byte W08 + .byte Cs3 , v068 + .byte W08 + .byte An2 + .byte W08 + .byte Cs3 , v072 + .byte W08 + .byte Bn2 , v076 + .byte W08 + .byte Gs2 , v080 + .byte W08 + .byte GOTO + .word bgm_granroad_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_granroad_6: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 12 + .byte xIECV , 8 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte BEND , c_v+0 + .byte N04 , Ds2 , v068 + .byte W04 + .byte En2 , v040 + .byte W04 + .byte Fs2 , v044 + .byte W04 + .byte En2 , v048 + .byte W04 + .byte Fs2 , v056 + .byte W04 + .byte Gs2 + .byte W04 + .byte Fs2 , v060 + .byte W04 + .byte Gs2 , v064 + .byte W04 + .byte An2 + .byte W04 + .byte Gs2 , v072 + .byte W04 + .byte An2 , v080 + .byte W04 + .byte Bn2 + .byte W04 + .byte N32 , An3 , v112 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 0 + .byte W08 + .byte N02 , En3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N32 , An3 + .byte W20 + .byte MOD , 12 + .byte W12 + .byte 0 + .byte N08 , An2 + .byte W08 + .byte Gs2 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte N16 , Bn3 + .byte W16 + .byte N24 , Cs4 + .byte W08 + .byte MOD , 12 + .byte W16 + .byte 0 + .byte N08 , An3 + .byte W08 + .byte N24 , Fs3 + .byte W12 + .byte MOD , 11 + .byte W12 + .byte 0 + .byte N08 , An3 + .byte W08 + .byte N04 , Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte N08 , Dn4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte N02 , Fs4 , v104 + .byte W02 + .byte Fn4 + .byte W02 + .byte En4 , v108 + .byte W02 + .byte Ds4 + .byte W02 + .byte Dn4 + .byte W02 + .byte Cs4 + .byte W02 + .byte Cn4 , v104 + .byte W02 + .byte Bn3 , v084 + .byte W02 + .byte N24 , Dn4 , v112 + .byte W24 + .byte N08 , Fn4 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Dn3 + .byte W08 + .byte N08 , An3 + .byte W08 + .byte N02 , En3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , An3 + .byte W08 + .byte MOD , 9 + .byte W16 + .byte N08 , Bn3 + .byte W08 + .byte MOD , 0 + .byte N08 , Cs4 + .byte W08 + .byte N02 , En3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N04 + .byte W16 + .byte N24 , En4 + .byte W08 + .byte MOD , 11 + .byte W16 + .byte N08 , Cs4 + .byte W08 + .byte MOD , 0 + .byte N24 , An3 + .byte W40 + .byte N04 , Fs3 + .byte W08 + .byte N16 + .byte W16 + .byte N32 , Dn4 + .byte W08 + .byte MOD , 13 + .byte W24 + .byte 0 + .byte N32 , Dn3 + .byte W32 + .byte N04 , Bn2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gn2 + .byte W16 + .byte Bn2 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N04 , Fs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte PAN , c_v+63 + .byte N08 , Cs3 , v084 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 , v048 + .byte W08 + .byte En3 , v052 + .byte W08 + .byte Cs3 , v056 + .byte W08 + .byte En3 , v060 + .byte W08 + .byte Cs3 , v064 + .byte W08 + .byte En3 , v068 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 , v072 + .byte W08 + .byte Dn3 , v076 + .byte W08 + .byte Bn2 , v080 + .byte W08 +bgm_granroad_6_B1: + .byte VOICE , 80 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte PAN , c_v+63 + .byte N08 , An2 , v084 + .byte W08 + .byte Dn3 + .byte W08 + .byte An2 , v052 + .byte W08 + .byte Dn3 , v056 + .byte W08 + .byte An2 + .byte W08 + .byte Dn3 , v060 + .byte W08 + .byte An2 , v064 + .byte W08 + .byte Dn3 , v068 + .byte W08 + .byte An2 , v072 + .byte W08 + .byte Dn3 , v076 + .byte W08 + .byte Cs3 + .byte W08 + .byte Bn2 , v080 + .byte W08 + .byte An2 , v084 + .byte W08 + .byte Dn3 + .byte W08 + .byte An2 , v048 + .byte W08 + .byte Dn3 , v052 + .byte W08 + .byte An2 , v056 + .byte W08 + .byte Dn3 , v060 + .byte W08 + .byte An2 , v064 + .byte W08 + .byte Dn3 , v068 + .byte W08 + .byte An2 , v072 + .byte W08 + .byte Dn3 , v076 + .byte W08 + .byte Cs3 , v080 + .byte W08 + .byte Bn2 , v084 + .byte W08 + .byte An2 + .byte W08 + .byte En3 + .byte W08 + .byte An2 , v048 + .byte W08 + .byte En3 , v052 + .byte W08 + .byte An2 , v056 + .byte W08 + .byte En3 , v060 + .byte W08 + .byte An2 , v064 + .byte W08 + .byte En3 , v068 + .byte W08 + .byte An2 + .byte W08 + .byte En3 , v072 + .byte W08 + .byte Dn3 , v076 + .byte W08 + .byte Bn2 , v080 + .byte W08 + .byte Fs2 , v084 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs2 , v048 + .byte W08 + .byte Cs3 , v052 + .byte W08 + .byte Fs2 , v056 + .byte W08 + .byte Cs3 , v060 + .byte W08 + .byte Fs2 , v064 + .byte W08 + .byte Cs3 , v068 + .byte W08 + .byte Fs2 + .byte W08 + .byte Cs3 , v072 + .byte W08 + .byte Bn2 , v076 + .byte W08 + .byte An2 , v080 + .byte W08 + .byte Gs2 , v084 + .byte W08 + .byte En3 + .byte W08 + .byte Gs2 , v048 + .byte W08 + .byte En3 , v052 + .byte W08 + .byte Gs2 , v056 + .byte W08 + .byte En3 , v060 + .byte W08 + .byte Gs2 , v064 + .byte W08 + .byte En3 , v068 + .byte W08 + .byte Gs2 , v072 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 , v076 + .byte W08 + .byte Bn2 , v084 + .byte W08 + .byte Fs2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs2 , v048 + .byte W08 + .byte Dn3 , v052 + .byte W08 + .byte Fs2 , v056 + .byte W08 + .byte Dn3 , v060 + .byte W08 + .byte Fs2 , v064 + .byte W08 + .byte Dn3 , v068 + .byte W08 + .byte Fs2 , v072 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cs3 , v076 + .byte W08 + .byte Dn3 , v080 + .byte W08 + .byte Gs2 , v084 + .byte W08 + .byte En3 + .byte W08 + .byte Gs2 , v048 + .byte W08 + .byte En3 , v052 + .byte W08 + .byte Gs2 , v056 + .byte W08 + .byte En3 , v060 + .byte W08 + .byte Bn2 , v064 + .byte W08 + .byte Gs3 , v068 + .byte W08 + .byte Bn2 + .byte W08 + .byte Gs3 , v072 + .byte W08 + .byte Fs3 , v076 + .byte W08 + .byte En3 , v080 + .byte W08 + .byte VOICE , 87 + .byte VOL , 24*bgm_granroad_mvl/mxv + .byte PAN , c_v-63 + .byte N72 , Dn4 , v120 + .byte W08 + .byte VOL , 27*bgm_granroad_mvl/mxv + .byte W04 + .byte 30*bgm_granroad_mvl/mxv + .byte W04 + .byte 31*bgm_granroad_mvl/mxv + .byte W04 + .byte 34*bgm_granroad_mvl/mxv + .byte W04 + .byte 36*bgm_granroad_mvl/mxv + .byte MOD , 8 + .byte W04 + .byte VOL , 37*bgm_granroad_mvl/mxv + .byte W04 + .byte 40*bgm_granroad_mvl/mxv + .byte W04 + .byte 43*bgm_granroad_mvl/mxv + .byte W04 + .byte 46*bgm_granroad_mvl/mxv + .byte W04 + .byte 48*bgm_granroad_mvl/mxv + .byte W04 + .byte 51*bgm_granroad_mvl/mxv + .byte W04 + .byte 55*bgm_granroad_mvl/mxv + .byte W04 + .byte 56*bgm_granroad_mvl/mxv + .byte W04 + .byte 58*bgm_granroad_mvl/mxv + .byte W04 + .byte 60*bgm_granroad_mvl/mxv + .byte W04 + .byte 64*bgm_granroad_mvl/mxv + .byte W04 + .byte 36*bgm_granroad_mvl/mxv + .byte PAN , c_v+63 + .byte MOD , 0 + .byte N08 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte VOL , 13*bgm_granroad_mvl/mxv + .byte N48 , Dn4 + .byte W04 + .byte VOL , 16*bgm_granroad_mvl/mxv + .byte W04 + .byte 20*bgm_granroad_mvl/mxv + .byte W04 + .byte 23*bgm_granroad_mvl/mxv + .byte W04 + .byte 24*bgm_granroad_mvl/mxv + .byte W04 + .byte 27*bgm_granroad_mvl/mxv + .byte W04 + .byte 30*bgm_granroad_mvl/mxv + .byte MOD , 6 + .byte W04 + .byte VOL , 34*bgm_granroad_mvl/mxv + .byte W04 + .byte 39*bgm_granroad_mvl/mxv + .byte W04 + .byte 46*bgm_granroad_mvl/mxv + .byte W04 + .byte 49*bgm_granroad_mvl/mxv + .byte W04 + .byte 55*bgm_granroad_mvl/mxv + .byte W04 + .byte 36*bgm_granroad_mvl/mxv + .byte MOD , 0 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , En4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOL , 24*bgm_granroad_mvl/mxv + .byte PAN , c_v+63 + .byte MOD , 0 + .byte N72 , Dn4 + .byte W04 + .byte VOL , 25*bgm_granroad_mvl/mxv + .byte W04 + .byte 27*bgm_granroad_mvl/mxv + .byte W04 + .byte 28*bgm_granroad_mvl/mxv + .byte W04 + .byte 30*bgm_granroad_mvl/mxv + .byte W04 + .byte 31*bgm_granroad_mvl/mxv + .byte W04 + .byte 36*bgm_granroad_mvl/mxv + .byte MOD , 8 + .byte W04 + .byte VOL , 37*bgm_granroad_mvl/mxv + .byte W04 + .byte 41*bgm_granroad_mvl/mxv + .byte W04 + .byte 45*bgm_granroad_mvl/mxv + .byte W04 + .byte 48*bgm_granroad_mvl/mxv + .byte W04 + .byte 49*bgm_granroad_mvl/mxv + .byte W04 + .byte 52*bgm_granroad_mvl/mxv + .byte W04 + .byte 55*bgm_granroad_mvl/mxv + .byte W04 + .byte 58*bgm_granroad_mvl/mxv + .byte W04 + .byte 60*bgm_granroad_mvl/mxv + .byte W04 + .byte 61*bgm_granroad_mvl/mxv + .byte W04 + .byte 64*bgm_granroad_mvl/mxv + .byte W04 + .byte 36*bgm_granroad_mvl/mxv + .byte PAN , c_v-63 + .byte MOD , 0 + .byte N08 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte VOL , 24*bgm_granroad_mvl/mxv + .byte N48 , Cs4 + .byte W04 + .byte VOL , 27*bgm_granroad_mvl/mxv + .byte W04 + .byte 30*bgm_granroad_mvl/mxv + .byte W04 + .byte 30*bgm_granroad_mvl/mxv + .byte W04 + .byte 33*bgm_granroad_mvl/mxv + .byte W04 + .byte 37*bgm_granroad_mvl/mxv + .byte W04 + .byte 40*bgm_granroad_mvl/mxv + .byte MOD , 6 + .byte W04 + .byte VOL , 45*bgm_granroad_mvl/mxv + .byte W04 + .byte 48*bgm_granroad_mvl/mxv + .byte W04 + .byte 51*bgm_granroad_mvl/mxv + .byte W04 + .byte 57*bgm_granroad_mvl/mxv + .byte W04 + .byte 61*bgm_granroad_mvl/mxv + .byte W04 + .byte 36*bgm_granroad_mvl/mxv + .byte MOD , 0 + .byte N24 , En4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOICE , 80 + .byte PAN , c_v+63 + .byte MOD , 0 + .byte VOL , 32*bgm_granroad_mvl/mxv + .byte N16 , Cs3 , v112 + .byte W16 + .byte N02 , Cn3 + .byte W08 + .byte N04 , Cs3 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N16 + .byte W16 + .byte N04 + .byte W16 + .byte N02 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N02 , As2 + .byte W08 + .byte N04 , Bn2 + .byte W16 + .byte N02 + .byte W16 + .byte N16 + .byte W16 + .byte N04 + .byte W16 + .byte N02 + .byte W08 + .byte An2 + .byte W08 + .byte Gs2 + .byte W16 + .byte N04 , An2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N16 , Gs2 + .byte W16 + .byte N08 , An2 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N02 , Gs2 + .byte W08 + .byte N04 , Bn2 + .byte W16 + .byte N02 + .byte W08 + .byte N16 , Cn3 + .byte W16 + .byte N02 , An2 + .byte W08 + .byte N04 , Cn3 + .byte W16 + .byte N02 + .byte W08 + .byte N16 , Cs3 + .byte W16 + .byte N02 , As2 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N02 , Cs3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N02 , Bn2 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte N02 , Fs3 + .byte W08 + .byte VOICE , 85 + .byte PAN , c_v+0 + .byte VOL , 71*bgm_granroad_mvl/mxv + .byte N96 , En1 + .byte W24 + .byte MOD , 8 + .byte W72 + .byte 0 + .byte PAN , c_v+63 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte N32 , Gs3 + .byte W32 + .byte N02 , Cn3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N24 , Gs3 + .byte W24 + .byte N04 , Ds3 + .byte W08 + .byte N24 , Cn4 + .byte W32 + .byte N02 , Ds3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N24 , Cn4 + .byte W24 + .byte N04 , Ds3 + .byte W08 + .byte N32 , Cs4 + .byte W40 + .byte N04 , Fn3 + .byte W08 + .byte N20 + .byte W48 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+63 + .byte N32 , En3 + .byte W32 + .byte N02 , An2 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N24 , En3 + .byte W24 + .byte N04 , Fs3 + .byte W08 + .byte N24 , Gn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N32 , Fs3 + .byte W40 + .byte N04 , Dn3 + .byte W08 + .byte N48 + .byte W48 + .byte Bn3 + .byte W48 + .byte Cn4 + .byte W48 + .byte N36 , Cs4 + .byte W40 + .byte N02 , Fn3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte N24 , Cn4 + .byte W24 + .byte Bn3 + .byte W24 + .byte An3 + .byte W24 + .byte En3 + .byte W24 + .byte W96 + .byte VOL , 36*bgm_granroad_mvl/mxv + .byte PAN , c_v+63 + .byte N08 , An2 , v084 + .byte W08 + .byte Dn3 + .byte W08 + .byte An2 , v052 + .byte W08 + .byte Dn3 , v056 + .byte W08 + .byte An2 + .byte W08 + .byte Dn3 , v060 + .byte W08 + .byte Bn2 , v064 + .byte W08 + .byte En3 , v068 + .byte W08 + .byte Bn2 , v072 + .byte W08 + .byte En3 , v076 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn2 , v080 + .byte W08 + .byte Cs3 , v084 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 , v048 + .byte W08 + .byte En3 , v052 + .byte W08 + .byte Cs3 , v056 + .byte W08 + .byte En3 , v060 + .byte W08 + .byte Cs3 , v064 + .byte W08 + .byte En3 , v068 + .byte W08 + .byte Cs3 + .byte W08 + .byte En3 , v072 + .byte W08 + .byte Dn3 , v076 + .byte W08 + .byte Bn2 , v080 + .byte W08 + .byte GOTO + .word bgm_granroad_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_granroad_7: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 0 + .byte VOL , 84*bgm_granroad_mvl/mxv + .byte PAN , c_v+0 + .byte VOL , 71*bgm_granroad_mvl/mxv + .byte W48 + .byte N24 , An2 , v092 + .byte W24 + .byte N04 , En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N08 + .byte W20 + .byte N04 , En1 , v127 + .byte W08 + .byte En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 +bgm_granroad_7_000: + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte PEND + .byte N04 + .byte W16 + .byte En1 , v127 + .byte W08 + .byte En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W52 + .byte N32 , An2 , v096 + .byte W32 + .byte N16 , An2 , v064 + .byte W16 + .byte N48 , An2 , v088 + .byte W48 + .byte N24 , An2 , v084 + .byte W24 + .byte N04 , En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W20 + .byte N24 , An2 , v092 + .byte W28 + .byte N04 , En1 , v044 + .byte W04 +bgm_granroad_7_001: + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N16 , An2 , v084 + .byte W16 + .byte N40 , An2 , v096 + .byte W40 + .byte N04 , En1 , v112 + .byte W08 + .byte PEND + .byte N40 , An2 , v088 + .byte W96 + .byte N48 , An2 , v112 + .byte W48 + .byte N24 , An2 , v080 + .byte W48 + .byte W96 +bgm_granroad_7_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_granroad_7_002: + .byte N04 , En1 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v108 + .byte W04 + .byte En1 , v084 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PATT + .word bgm_granroad_7_002 +bgm_granroad_7_003: + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W24 + .byte En1 , v084 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_granroad_7_002 + .byte PATT + .word bgm_granroad_7_003 + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v108 + .byte W04 + .byte En1 , v084 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v108 + .byte W04 + .byte En1 , v084 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v108 + .byte W04 + .byte En1 , v084 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PATT + .word bgm_granroad_7_002 + .byte W96 + .byte W96 + .byte W96 + .byte N24 , An2 , v092 + .byte W24 + .byte N04 , En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N08 + .byte W20 + .byte N04 , En1 , v127 + .byte W08 + .byte En1 , v088 + .byte W04 + .byte N08 , En1 , v044 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PATT + .word bgm_granroad_7_000 + .byte N04 , En1 , v112 + .byte W16 + .byte En1 , v127 + .byte W08 + .byte En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N08 + .byte W20 + .byte N04 , En1 , v127 + .byte W32 + .byte N32 , An2 , v092 + .byte W32 + .byte N16 , An2 , v072 + .byte W16 + .byte N48 , An2 , v096 + .byte W48 + .byte N24 , An2 , v092 + .byte W24 + .byte N04 , En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W20 + .byte En1 , v044 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte N32 , An2 , v064 + .byte W32 + .byte N16 , An2 , v096 + .byte W16 + .byte N32 , An2 , v064 + .byte W32 + .byte N16 , An2 , v096 + .byte W16 + .byte N24 , An2 , v112 + .byte W24 + .byte N04 , En1 , v088 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N08 + .byte W20 + .byte N28 , An2 , v092 + .byte W28 + .byte N04 , En1 , v044 + .byte W04 + .byte PATT + .word bgm_granroad_7_001 + .byte N40 , An2 , v088 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_granroad_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_granroad_8: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 84 + .byte LFOS , 44 + .byte XCMD , xIECV , 21 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte VOL , 60*bgm_granroad_mvl/mxv + .byte W24 + .byte N16 , En1 , v112 + .byte W16 + .byte N08 , Gs1 + .byte W08 +bgm_granroad_8_000: + .byte N24 , An1 , v112 + .byte W64 + .byte N32 + .byte W32 + .byte PEND +bgm_granroad_8_001: + .byte N24 , Gn1 , v112 + .byte W64 + .byte N32 + .byte W32 + .byte PEND + .byte N24 , Fs1 + .byte W72 + .byte N24 + .byte W24 + .byte Fn1 + .byte W32 + .byte N08 + .byte W08 + .byte Fs1 + .byte W08 + .byte N24 , Gn1 + .byte W32 + .byte N08 + .byte W08 + .byte Gs1 + .byte W08 + .byte PATT + .word bgm_granroad_8_000 + .byte PATT + .word bgm_granroad_8_001 + .byte N24 , Fs1 , v112 + .byte W64 + .byte N32 + .byte W32 +bgm_granroad_8_002: + .byte N04 , Fn1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Gn1 + .byte W32 + .byte N08 + .byte W16 + .byte PEND +bgm_granroad_8_003: + .byte N08 , Dn2 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte PEND +bgm_granroad_8_B1: + .byte VOICE , 84 + .byte VOL , 60*bgm_granroad_mvl/mxv + .byte N08 , Dn2 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte N08 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Dn2 + .byte W08 + .byte Dn3 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N08 , Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Bn2 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte N16 , Bn1 + .byte W16 + .byte N08 , An1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An2 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte An2 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N08 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs2 + .byte W16 + .byte N04 , Fs1 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte N16 , Fs1 + .byte W16 + .byte N08 , En1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , En2 + .byte W16 + .byte N04 , En1 + .byte W08 + .byte N08 + .byte W08 + .byte N04 , En2 + .byte W08 + .byte En1 + .byte W08 + .byte En2 + .byte W08 + .byte N16 , En1 + .byte W16 + .byte N08 , Dn2 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn2 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N08 , En2 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte N08 , En2 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte N08 , En2 + .byte W16 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N08 , En2 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte N08 , Dn2 + .byte W16 + .byte N08 + .byte W24 + .byte N04 , Dn3 + .byte W08 + .byte N08 , Dn2 + .byte W16 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte Dn2 + .byte W08 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte N08 , Bn1 + .byte W16 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte N08 , Bn1 + .byte W16 + .byte N08 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte N08 , An1 + .byte W16 + .byte N04 + .byte W08 + .byte An2 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 , An2 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte Fs2 + .byte W16 + .byte Fs1 + .byte W08 + .byte Fs2 + .byte W08 + .byte N08 , Fs1 + .byte W16 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , En1 + .byte W16 + .byte N04 + .byte W08 + .byte En2 + .byte W16 + .byte En1 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte En2 + .byte W08 + .byte N16 , En1 + .byte W16 + .byte PATT + .word bgm_granroad_8_003 + .byte N08 , En2 , v112 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte N08 , En2 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte N08 , En2 + .byte W16 + .byte Fn2 + .byte W16 + .byte N04 + .byte W08 + .byte Fn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N08 , Fn2 + .byte W08 + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W16 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N04 + .byte W16 + .byte Gn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gn2 + .byte W04 + .byte En1 + .byte W04 + .byte N96 , Bn2 + .byte W96 + .byte N24 , Gs1 + .byte W64 + .byte N24 + .byte W24 + .byte N08 , Gn1 + .byte W08 + .byte N24 , Fs1 + .byte W64 + .byte N24 + .byte W24 + .byte N08 , Cn2 + .byte W08 + .byte N24 , Cs2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N04 , Bn2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte Cn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , Cn2 + .byte W24 + .byte Cs2 + .byte W64 + .byte N24 + .byte W32 + .byte Gn1 + .byte W64 + .byte N24 + .byte W24 + .byte N08 , Fs1 + .byte W08 + .byte N24 + .byte W96 + .byte PATT + .word bgm_granroad_8_002 + .byte PATT + .word bgm_granroad_8_003 + .byte GOTO + .word bgm_granroad_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_granroad_9: + .byte KEYSH , bgm_granroad_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 90*bgm_granroad_mvl/mxv + .byte PAN , c_v+0 + .byte W40 + .byte N04 , En1 , v127 + .byte W04 + .byte N04 + .byte W04 + .byte VOICE , 47 + .byte N12 , An1 + .byte W32 + .byte N04 , En2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 , An1 + .byte W32 +bgm_granroad_9_000: + .byte N16 , Gn1 , v127 + .byte W32 + .byte N08 , En2 + .byte W16 + .byte N08 + .byte W16 + .byte N24 , Gn1 + .byte W32 + .byte PEND + .byte N12 , Fs1 + .byte W40 + .byte N08 , Fs2 + .byte W08 + .byte N08 + .byte W16 + .byte Fs1 + .byte W08 + .byte N04 , An1 , v064 + .byte W04 + .byte An1 , v072 + .byte W04 + .byte An1 , v084 + .byte W04 + .byte An1 , v092 + .byte W04 + .byte An2 , v100 + .byte W04 + .byte An2 , v127 + .byte W04 + .byte N16 , Fn2 + .byte W32 + .byte N08 + .byte W08 + .byte N04 , Cn3 , v112 + .byte W04 + .byte N04 + .byte W04 + .byte N16 , Gn2 , v127 + .byte W32 + .byte N16 + .byte W16 + .byte N08 , An1 + .byte W08 + .byte N04 , En2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N32 , An1 + .byte W32 + .byte PATT + .word bgm_granroad_9_000 + .byte N16 , Fs1 , v127 + .byte W40 + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W16 + .byte N08 , Fs1 + .byte W08 + .byte N04 , An1 , v064 + .byte W04 + .byte An1 , v072 + .byte W04 + .byte An1 , v084 + .byte W04 + .byte An1 , v092 + .byte W04 + .byte An2 , v127 + .byte W04 + .byte N04 + .byte W04 +bgm_granroad_9_001: + .byte N04 , Fn2 , v127 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Bn1 + .byte W16 + .byte N08 + .byte W08 + .byte PEND + .byte N64 , Dn1 , v064 + .byte W96 +bgm_granroad_9_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N04 , En2 , v088 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N24 , An1 + .byte W48 +bgm_granroad_9_002: + .byte W24 + .byte N16 , An2 , v088 + .byte W48 + .byte N16 + .byte W24 + .byte PEND + .byte W24 + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W08 + .byte N24 , Bn1 + .byte W48 + .byte PATT + .word bgm_granroad_9_002 + .byte W96 + .byte W96 + .byte W96 + .byte W08 + .byte N16 , En2 , v127 + .byte W16 + .byte N24 , En1 + .byte W32 + .byte N16 , Fn2 + .byte W16 + .byte N24 , Fn1 + .byte W24 + .byte Fs1 + .byte W40 + .byte N04 + .byte W08 + .byte N24 , Gn1 + .byte W40 + .byte N04 , Fn3 + .byte W04 + .byte N04 + .byte W04 + .byte N96 , En2 + .byte W96 + .byte N12 , Gs1 + .byte W32 + .byte N04 , Ds2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N32 , Gs1 + .byte W32 + .byte N16 , Fs1 + .byte W32 + .byte N08 , Ds2 + .byte W16 + .byte N08 + .byte W16 + .byte N32 , Fs1 + .byte W32 + .byte N12 , Cs2 + .byte W40 + .byte N04 , Gs2 + .byte W08 + .byte N20 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte N12 , An1 + .byte W32 + .byte N16 , En2 + .byte W16 + .byte N08 + .byte W16 + .byte N32 , An1 + .byte W32 + .byte N16 , Gn1 + .byte W32 + .byte N04 , En2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N32 , Gn1 + .byte W32 + .byte N12 , Fs1 + .byte W40 + .byte N08 , Fs2 + .byte W08 + .byte N08 + .byte W16 + .byte Fs1 + .byte W08 + .byte N04 , An1 , v072 + .byte W04 + .byte An1 , v080 + .byte W04 + .byte An1 , v092 + .byte W04 + .byte An1 , v104 + .byte W04 + .byte An2 , v116 + .byte W04 + .byte An2 , v127 + .byte W04 + .byte Bn2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , Bn1 + .byte W24 + .byte N04 , Cn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , Cn2 + .byte W24 + .byte N36 , Cs2 + .byte W40 + .byte N04 , Gs2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N32 , Cs2 + .byte W32 + .byte N16 , Gn1 + .byte W32 + .byte N08 , En2 + .byte W16 + .byte N08 + .byte W16 + .byte N32 , Gn1 + .byte W32 + .byte N16 , Fs1 + .byte W40 + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W16 + .byte N32 , Fs1 + .byte W24 + .byte N04 , An2 + .byte W04 + .byte N04 + .byte W04 + .byte PATT + .word bgm_granroad_9_001 + .byte N64 , Dn1 , v064 + .byte W96 + .byte GOTO + .word bgm_granroad_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_granroad: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_granroad_pri @ Priority + .byte bgm_granroad_rev @ Reverb. + + .word bgm_granroad_grp + + .word bgm_granroad_1 + .word bgm_granroad_2 + .word bgm_granroad_3 + .word bgm_granroad_4 + .word bgm_granroad_5 + .word bgm_granroad_6 + .word bgm_granroad_7 + .word bgm_granroad_8 + .word bgm_granroad_9 + + .end diff --git a/sound/songs/bgm_hageshii.s b/sound/songs/bgm_hageshii.s new file mode 100644 index 000000000..cb9d17845 --- /dev/null +++ b/sound/songs/bgm_hageshii.s @@ -0,0 +1,1607 @@ + .include "MPlayDef.s" + + .equ bgm_hageshii_grp, voicegroup_84401E8 + .equ bgm_hageshii_pri, 0 + .equ bgm_hageshii_rev, reverb_set+50 + .equ bgm_hageshii_mvl, 127 + .equ bgm_hageshii_key, 0 + .equ bgm_hageshii_tbs, 1 + .equ bgm_hageshii_exg, 0 + .equ bgm_hageshii_cmp, 1 + + .section .rodata + .global bgm_hageshii + .align 2 + +@********************** Track 1 **********************@ + +bgm_hageshii_1: + .byte KEYSH , bgm_hageshii_key+0 + .byte TEMPO , 140*bgm_hageshii_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte PAN , c_v+63 + .byte VOL , 50*bgm_hageshii_mvl/mxv + .byte W24 +bgm_hageshii_1_B1: +bgm_hageshii_1_000: + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , En4 , v060 + .byte W12 + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , En4 , v060 + .byte W12 + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , En4 , v060 + .byte W12 + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , En4 , v064 + .byte W12 + .byte PEND +bgm_hageshii_1_001: + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , En4 , v060 + .byte W12 + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , En4 , v060 + .byte W12 + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , En4 , v060 + .byte W12 + .byte N12 , En4 , v112 + .byte W24 + .byte PEND + .byte PATT + .word bgm_hageshii_1_000 +bgm_hageshii_1_002: + .byte W72 + .byte N06 , En4 , v112 + .byte W06 + .byte N06 + .byte W18 + .byte PEND + .byte PATT + .word bgm_hageshii_1_000 + .byte PATT + .word bgm_hageshii_1_001 + .byte PATT + .word bgm_hageshii_1_000 + .byte PATT + .word bgm_hageshii_1_002 + .byte GOTO + .word bgm_hageshii_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_hageshii_2: + .byte KEYSH , bgm_hageshii_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte PAN , c_v+63 + .byte VOL , 67*bgm_hageshii_mvl/mxv + .byte W24 +bgm_hageshii_2_B1: + .byte W96 + .byte W84 + .byte N12 , Gn4 , v108 + .byte W12 + .byte W96 + .byte W84 + .byte Gn4 , v112 + .byte W12 + .byte W96 + .byte W84 + .byte Gn4 , v108 + .byte W12 + .byte W96 + .byte W84 + .byte Gn4 , v112 + .byte W12 + .byte GOTO + .word bgm_hageshii_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_hageshii_3: + .byte KEYSH , bgm_hageshii_key+0 + .byte VOICE , 38 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 78*bgm_hageshii_mvl/mxv + .byte W24 +bgm_hageshii_3_B1: + .byte BEND , c_v-2 + .byte N08 , Fn1 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N02 , Ds1 + .byte W06 + .byte BEND , c_v-14 + .byte N08 , Cn2 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 11 + .byte W06 + .byte N02 , Ds1 + .byte W06 + .byte N08 , Fn1 + .byte W12 + .byte MOD , 2 + .byte N02 , Ds1 + .byte W06 + .byte N08 , Fn1 + .byte W12 + .byte N02 , Ds1 + .byte W06 + .byte BEND , c_v-21 + .byte N08 , Fn1 + .byte W03 + .byte BEND , c_v+14 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N06 , Fn0 + .byte W06 + .byte BEND , c_v-2 + .byte N08 , Fn1 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N02 , Ds1 + .byte W06 + .byte BEND , c_v+18 + .byte N08 , Cn2 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 11 + .byte W06 + .byte N02 , Ds1 + .byte W06 + .byte N08 , Fn1 + .byte W12 + .byte MOD , 2 + .byte N02 , Ds1 + .byte W06 + .byte N08 , Fn1 + .byte W12 + .byte N02 , Ds1 + .byte W06 + .byte BEND , c_v+24 + .byte N08 , Fn1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N06 , Fn0 + .byte W06 + .byte BEND , c_v-2 + .byte N08 , Fn1 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N02 , Ds1 + .byte W06 + .byte BEND , c_v-14 + .byte N08 , Cn1 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 11 + .byte W06 + .byte N02 , Ds1 + .byte W06 + .byte N08 , Fn1 + .byte W12 + .byte MOD , 2 + .byte N02 , Ds1 + .byte W06 + .byte N08 , Fn1 + .byte W12 + .byte N02 , Ds1 + .byte W06 + .byte BEND , c_v-21 + .byte N08 , Fn1 + .byte W03 + .byte BEND , c_v+14 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N06 , Fn0 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Ds1 + .byte W06 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W06 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W06 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W06 + .byte Fn1 + .byte W06 + .byte Ds1 + .byte W06 + .byte Fn1 + .byte W12 + .byte N12 , Gs1 + .byte W03 + .byte BEND , c_v-2 + .byte W02 + .byte c_v-22 + .byte W03 + .byte c_v-44 + .byte W04 + .byte c_v-2 + .byte N08 , Fs1 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N02 , En1 + .byte W06 + .byte BEND , c_v-14 + .byte N08 , Cs2 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 11 + .byte W06 + .byte N02 , En1 + .byte W06 + .byte N08 , Fs1 + .byte W12 + .byte MOD , 2 + .byte N02 , En1 + .byte W06 + .byte N08 , Fs1 + .byte W12 + .byte N02 , En1 + .byte W06 + .byte BEND , c_v-21 + .byte N08 , Fs1 + .byte W03 + .byte BEND , c_v+14 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N03 , Cs1 + .byte W06 + .byte N06 , Fs0 + .byte W06 + .byte BEND , c_v-2 + .byte N08 , Fs1 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N02 , En1 + .byte W06 + .byte BEND , c_v+18 + .byte N08 , Cs2 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 11 + .byte W06 + .byte N02 , En1 + .byte W06 + .byte N08 , Fs1 + .byte W12 + .byte MOD , 2 + .byte N02 , En1 + .byte W06 + .byte N08 , Fs1 + .byte W12 + .byte N02 , En1 + .byte W06 + .byte BEND , c_v+24 + .byte N08 , Fs1 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , Cs1 + .byte W06 + .byte N06 , Fs0 + .byte W06 + .byte BEND , c_v-2 + .byte N08 , Fs1 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N02 , En1 + .byte W06 + .byte BEND , c_v-14 + .byte N08 , Cs1 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 11 + .byte W06 + .byte N02 , En1 + .byte W06 + .byte N08 , Fs1 + .byte W12 + .byte MOD , 2 + .byte N02 , En1 + .byte W06 + .byte N08 , Fs1 + .byte W12 + .byte N02 , En1 + .byte W06 + .byte BEND , c_v-21 + .byte N08 , Fs1 + .byte W03 + .byte BEND , c_v+14 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N03 , Cs1 + .byte W06 + .byte N06 , Fs0 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , En1 + .byte W06 + .byte Fs1 + .byte W12 + .byte En1 + .byte W06 + .byte Fs1 + .byte W12 + .byte En1 + .byte W06 + .byte Fs1 + .byte W12 + .byte En1 + .byte W06 + .byte Fs1 + .byte W06 + .byte En1 + .byte W06 + .byte Fs1 + .byte W12 + .byte N12 , An1 + .byte W03 + .byte BEND , c_v-2 + .byte W02 + .byte c_v-22 + .byte W03 + .byte c_v-44 + .byte W04 + .byte GOTO + .word bgm_hageshii_3_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_hageshii_4: + .byte KEYSH , bgm_hageshii_key+0 + .byte VOICE , 56 + .byte LFOS , 70 + .byte VOL , 68*bgm_hageshii_mvl/mxv + .byte PAN , c_v-30 + .byte W18 + .byte BENDR , 12 + .byte W06 +bgm_hageshii_4_B1: + .byte VOL , 68*bgm_hageshii_mvl/mxv + .byte BEND , c_v+0 + .byte N36 , Gs2 , v112 + .byte W18 + .byte BEND , c_v-18 + .byte W02 + .byte c_v-40 + .byte W04 + .byte MOD , 16 + .byte BEND , c_v-64 + .byte W12 + .byte MOD , 0 + .byte BEND , c_v+0 + .byte W06 + .byte N09 , Cn2 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W12 + .byte N03 , En2 + .byte W06 + .byte En2 , v072 + .byte W06 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Gn2 + .byte W06 + .byte BEND , c_v-64 + .byte N36 , Gs2 + .byte W24 + .byte MOD , 16 + .byte BEND , c_v+0 + .byte W12 + .byte MOD , 0 + .byte W06 + .byte N09 , Cn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte En2 , v092 + .byte W06 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Gn2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Cn2 + .byte W06 + .byte N03 , Cn2 , v064 + .byte W06 + .byte Cn2 , v080 + .byte W06 + .byte Cn2 , v064 + .byte W06 + .byte BEND , c_v-16 + .byte N18 , Gs2 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 16 + .byte W06 + .byte 0 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W06 + .byte N06 , Ds2 + .byte W12 + .byte N03 , En2 + .byte W06 + .byte En2 , v072 + .byte W06 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Gn2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 + .byte W06 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W06 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W06 + .byte Gs2 + .byte W12 + .byte Gn2 + .byte W06 + .byte Gs2 + .byte W12 + .byte VOL , 65*bgm_hageshii_mvl/mxv + .byte N06 , Gn2 + .byte W02 + .byte VOL , 58*bgm_hageshii_mvl/mxv + .byte W03 + .byte 51*bgm_hageshii_mvl/mxv + .byte W01 + .byte N06 , Gs2 + .byte W02 + .byte VOL , 47*bgm_hageshii_mvl/mxv + .byte W04 + .byte 40*bgm_hageshii_mvl/mxv + .byte N12 , Fn2 + .byte W02 + .byte VOL , 25*bgm_hageshii_mvl/mxv + .byte W03 + .byte 1*bgm_hageshii_mvl/mxv + .byte W04 + .byte BEND , c_v-62 + .byte W03 + .byte VOL , 68*bgm_hageshii_mvl/mxv + .byte BEND , c_v+0 + .byte N36 , An2 + .byte W18 + .byte BEND , c_v-18 + .byte W02 + .byte c_v-40 + .byte W04 + .byte MOD , 16 + .byte BEND , c_v-64 + .byte W12 + .byte MOD , 0 + .byte BEND , c_v+0 + .byte W06 + .byte N09 , Cs2 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En2 + .byte W12 + .byte VOL , 68*bgm_hageshii_mvl/mxv + .byte N03 , Fn2 + .byte W06 + .byte Fn2 , v072 + .byte W06 + .byte N06 , Fs2 , v112 + .byte W06 + .byte Gs2 + .byte W06 + .byte BEND , c_v-64 + .byte N36 , An2 + .byte W24 + .byte MOD , 16 + .byte BEND , c_v+0 + .byte W12 + .byte MOD , 0 + .byte W06 + .byte N09 , Cs2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , En2 + .byte W12 + .byte N03 , Fs2 + .byte W06 + .byte Fn2 , v092 + .byte W06 + .byte N06 , Fs2 , v112 + .byte W06 + .byte Gs2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Cs2 + .byte W06 + .byte N03 , Cs2 , v064 + .byte W06 + .byte Cs2 , v080 + .byte W06 + .byte Cs2 , v064 + .byte W06 + .byte BEND , c_v-16 + .byte N18 , An2 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte MOD , 16 + .byte W06 + .byte 0 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 , En2 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte Fn2 , v072 + .byte W06 + .byte N06 , Fs2 , v112 + .byte W06 + .byte Gs2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 + .byte W06 + .byte An2 + .byte W12 + .byte Gs2 + .byte W06 + .byte An2 + .byte W12 + .byte Gs2 + .byte W06 + .byte An2 + .byte W12 + .byte Gs2 + .byte W06 + .byte An2 + .byte W12 + .byte VOL , 65*bgm_hageshii_mvl/mxv + .byte N06 , Gs2 + .byte W02 + .byte VOL , 58*bgm_hageshii_mvl/mxv + .byte W03 + .byte 51*bgm_hageshii_mvl/mxv + .byte W01 + .byte N06 , An2 + .byte W02 + .byte VOL , 47*bgm_hageshii_mvl/mxv + .byte W04 + .byte 40*bgm_hageshii_mvl/mxv + .byte N12 , Fs2 + .byte W02 + .byte VOL , 25*bgm_hageshii_mvl/mxv + .byte W03 + .byte 1*bgm_hageshii_mvl/mxv + .byte W04 + .byte BEND , c_v-62 + .byte W03 + .byte GOTO + .word bgm_hageshii_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_hageshii_5: + .byte KEYSH , bgm_hageshii_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v-62 + .byte VOL , 53*bgm_hageshii_mvl/mxv + .byte BEND , c_v+0 + .byte W18 + .byte BENDR , 12 + .byte W06 +bgm_hageshii_5_B1: + .byte BEND , c_v+0 + .byte N03 , Fn3 , v112 + .byte W06 + .byte Fn3 , v052 + .byte W06 + .byte Ds3 , v096 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v088 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v052 + .byte W06 + .byte Ds3 , v096 + .byte W06 + .byte Fn3 , v044 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v052 + .byte W06 + .byte Fn3 , v076 + .byte W06 + .byte Fn3 , v044 + .byte W06 + .byte N04 , Fn3 , v112 + .byte W04 + .byte N01 , Fn3 , v084 + .byte W04 + .byte N01 + .byte W04 + .byte N03 , Ds3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 + .byte W12 + .byte Fn3 , v088 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v052 + .byte W06 + .byte Ds3 , v096 + .byte W06 + .byte Fn3 , v044 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v056 + .byte W06 + .byte Ds3 , v100 + .byte W06 + .byte Fn3 , v044 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v052 + .byte W06 + .byte Ds3 , v096 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v088 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v052 + .byte W06 + .byte Ds3 , v096 + .byte W06 + .byte Fn3 , v044 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v052 + .byte W06 + .byte Fn3 , v076 + .byte W06 + .byte Fn3 , v044 + .byte W06 + .byte N96 , Fn5 , v092 + .byte W03 + .byte BEND , c_v-2 + .byte W03 + .byte c_v-4 + .byte W09 + .byte c_v-5 + .byte W06 + .byte c_v-7 + .byte W09 + .byte c_v-8 + .byte W15 + .byte c_v-12 + .byte W09 + .byte c_v-13 + .byte W09 + .byte c_v-16 + .byte W06 + .byte c_v-16 + .byte W03 + .byte c_v-24 + .byte W06 + .byte c_v-26 + .byte W06 + .byte c_v-31 + .byte W06 + .byte c_v-39 + .byte W03 + .byte c_v-50 + .byte W03 + .byte c_v+0 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v052 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v088 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v052 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Fs3 , v044 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v052 + .byte W06 + .byte Fs3 , v076 + .byte W06 + .byte Fs3 , v044 + .byte W06 + .byte N04 , Fs3 , v112 + .byte W04 + .byte N01 , Fs3 , v084 + .byte W04 + .byte N01 + .byte W04 + .byte N03 , En3 , v112 + .byte W06 + .byte Fs3 + .byte W06 + .byte N03 + .byte W12 + .byte Fs3 , v088 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v052 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Fs3 , v044 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v056 + .byte W06 + .byte En3 , v100 + .byte W06 + .byte Fs3 , v044 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v052 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v088 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v052 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Fs3 , v044 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v052 + .byte W06 + .byte Fs3 , v076 + .byte W06 + .byte Fs3 , v044 + .byte W06 + .byte N96 , Fs5 , v092 + .byte W03 + .byte BEND , c_v-2 + .byte W03 + .byte c_v-4 + .byte W09 + .byte c_v-5 + .byte W06 + .byte c_v-7 + .byte W09 + .byte c_v-8 + .byte W15 + .byte c_v-12 + .byte W09 + .byte c_v-13 + .byte W09 + .byte c_v-16 + .byte W06 + .byte c_v-16 + .byte W03 + .byte c_v-24 + .byte W06 + .byte c_v-26 + .byte W06 + .byte c_v-31 + .byte W06 + .byte c_v-39 + .byte W03 + .byte c_v-50 + .byte W03 + .byte GOTO + .word bgm_hageshii_5_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_hageshii_6: + .byte KEYSH , bgm_hageshii_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+63 + .byte VOL , 37*bgm_hageshii_mvl/mxv + .byte BENDR , 12 + .byte BEND , c_v+2 + .byte W24 +bgm_hageshii_6_B1: + .byte BEND , c_v+2 + .byte N36 , Fn3 , v112 + .byte W18 + .byte BEND , c_v-18 + .byte W02 + .byte c_v-40 + .byte W04 + .byte MOD , 11 + .byte BEND , c_v-63 + .byte W12 + .byte c_v+1 + .byte W06 + .byte N09 , Gs2 + .byte W06 + .byte MOD , 2 + .byte BEND , c_v+2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W12 + .byte N03 , Bn2 + .byte W06 + .byte Bn2 , v072 + .byte W06 + .byte N06 , Cn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte BEND , c_v-64 + .byte N36 , Fn3 + .byte W24 + .byte BEND , c_v+2 + .byte W18 + .byte N09 , Gs2 + .byte W06 + .byte BEND , c_v+1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W12 + .byte N03 , Cn3 + .byte W06 + .byte Bn2 , v092 + .byte W06 + .byte N06 , Cn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte BEND , c_v+2 + .byte N06 , Fn2 + .byte W06 + .byte N03 , Fn2 , v064 + .byte W06 + .byte Fn2 , v092 + .byte W06 + .byte Fn2 , v064 + .byte W06 + .byte MOD , 11 + .byte BEND , c_v-14 + .byte N18 , Fn3 , v112 + .byte W03 + .byte BEND , c_v+2 + .byte W15 + .byte N03 , Cn3 + .byte W06 + .byte MOD , 2 + .byte N03 , Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N06 , As2 + .byte W12 + .byte N03 , Bn2 + .byte W06 + .byte Bn2 , v072 + .byte W06 + .byte N06 , Cn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte BEND , c_v+2 + .byte N06 + .byte W06 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Gs2 + .byte W06 + .byte BEND , c_v-64 + .byte W06 + .byte c_v+2 + .byte N36 , Fs3 + .byte W18 + .byte BEND , c_v-18 + .byte W02 + .byte c_v-40 + .byte W04 + .byte MOD , 11 + .byte BEND , c_v-63 + .byte W12 + .byte c_v+1 + .byte W06 + .byte N09 , An2 + .byte W06 + .byte MOD , 2 + .byte BEND , c_v+2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn2 + .byte W12 + .byte N03 , Cn3 + .byte W06 + .byte Cn3 , v072 + .byte W06 + .byte N06 , Cs3 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte BEND , c_v-64 + .byte N36 , Fs3 + .byte W24 + .byte BEND , c_v+2 + .byte W18 + .byte N09 , An2 + .byte W06 + .byte BEND , c_v+1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn2 + .byte W12 + .byte N03 , Cs3 + .byte W06 + .byte Cn3 , v092 + .byte W06 + .byte N06 , Cs3 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte BEND , c_v+2 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Fs2 , v064 + .byte W06 + .byte Fs2 , v092 + .byte W06 + .byte Fs2 , v064 + .byte W06 + .byte MOD , 11 + .byte BEND , c_v-14 + .byte N18 , Fs3 , v112 + .byte W03 + .byte BEND , c_v+2 + .byte W15 + .byte N03 , Cs3 + .byte W06 + .byte MOD , 2 + .byte N03 , Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte N06 , Bn2 + .byte W12 + .byte N03 , Cn3 + .byte W06 + .byte Cn3 , v072 + .byte W06 + .byte N06 , Cs3 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte BEND , c_v+2 + .byte N06 + .byte W06 + .byte Fs3 + .byte W12 + .byte En3 + .byte W06 + .byte Fs3 + .byte W12 + .byte En3 + .byte W06 + .byte Fs3 + .byte W12 + .byte En3 + .byte W06 + .byte Fs3 + .byte W12 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , An2 + .byte W06 + .byte BEND , c_v-64 + .byte W06 + .byte GOTO + .word bgm_hageshii_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_hageshii_7: + .byte KEYSH , bgm_hageshii_key+0 + .byte VOICE , 0 + .byte VOL , 76*bgm_hageshii_mvl/mxv + .byte N04 , En1 , v112 + .byte N04 , Fs2 + .byte W04 + .byte En1 , v084 + .byte N04 , Fs2 , v052 + .byte W04 + .byte En1 , v084 + .byte N04 , Fs2 , v052 + .byte W04 + .byte N06 , Dn1 , v112 + .byte N06 , Fs2 , v076 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v044 + .byte W06 +bgm_hageshii_7_B1: +bgm_hageshii_7_000: + .byte N06 , Cn1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Fs2 , v076 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v044 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Cn1 + .byte N06 , Fs2 , v048 + .byte W06 + .byte Cn1 , v084 + .byte N06 , Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Cn1 + .byte N06 , Fs2 , v048 + .byte W06 + .byte Cn1 , v072 + .byte N06 , Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte PEND +bgm_hageshii_7_001: + .byte N06 , Cn1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Fs2 , v076 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v044 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Cn1 + .byte N06 , Fs2 , v048 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Cn1 , v084 + .byte N06 , Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte PEND +bgm_hageshii_7_002: + .byte N06 , Cn1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Fs2 , v076 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v044 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Cn1 + .byte N06 , Fs2 , v048 + .byte W06 + .byte Cn1 , v084 + .byte N06 , Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 + .byte W06 + .byte Cn1 + .byte N06 , Fs2 , v048 + .byte W06 + .byte Dn1 , v120 + .byte N06 , Fs2 , v076 + .byte W06 + .byte Fs2 , v044 + .byte W06 + .byte PEND +bgm_hageshii_7_003: + .byte N06 , Cn1 , v112 + .byte W06 + .byte Dn1 + .byte N18 , An2 + .byte W12 + .byte N06 , Cn1 + .byte W06 + .byte Dn1 + .byte N18 , An2 , v080 + .byte W12 + .byte N06 , Cn1 , v112 + .byte W06 + .byte Dn1 + .byte N18 , An2 + .byte W12 + .byte N06 , Cn1 + .byte W06 + .byte Dn1 + .byte N12 , An2 , v080 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte Fs1 , v112 + .byte N24 , An2 + .byte W06 + .byte N06 , Fs1 , v080 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_hageshii_7_000 + .byte PATT + .word bgm_hageshii_7_001 + .byte PATT + .word bgm_hageshii_7_002 + .byte PATT + .word bgm_hageshii_7_003 + .byte GOTO + .word bgm_hageshii_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_hageshii_8: + .byte KEYSH , bgm_hageshii_key+0 + .byte VOICE , 29 + .byte BENDR , 12 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte VOL , 70*bgm_hageshii_mvl/mxv + .byte W24 +bgm_hageshii_8_B1: + .byte BEND , c_v+0 + .byte N36 , Fn2 , v112 + .byte W18 + .byte BEND , c_v-18 + .byte W02 + .byte c_v-40 + .byte W04 + .byte MOD , 11 + .byte BEND , c_v-63 + .byte W12 + .byte c_v+0 + .byte W06 + .byte N09 , Gs1 + .byte W06 + .byte MOD , 2 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte N03 , Bn1 + .byte W06 + .byte Bn1 , v072 + .byte W06 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Ds2 + .byte W06 + .byte BEND , c_v-64 + .byte N36 , Fn2 + .byte W24 + .byte MOD , 11 + .byte BEND , c_v+0 + .byte W18 + .byte N09 , Gs1 + .byte W06 + .byte MOD , 2 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte N03 , Cn2 + .byte W06 + .byte Bn1 , v092 + .byte W06 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Ds2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn1 , v064 + .byte W06 + .byte Fn1 , v092 + .byte W06 + .byte Fn1 , v064 + .byte W06 + .byte MOD , 11 + .byte BEND , c_v-14 + .byte N18 , Fn2 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W15 + .byte N03 , Cn2 + .byte W06 + .byte MOD , 2 + .byte N03 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte N03 , Bn1 + .byte W06 + .byte Bn1 , v072 + .byte W06 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Ds2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 + .byte W06 + .byte Fn2 + .byte W12 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W12 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W12 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W12 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte N12 , Gs1 + .byte W06 + .byte BEND , c_v-64 + .byte W06 + .byte c_v+0 + .byte N36 , Fs2 + .byte W18 + .byte BEND , c_v-18 + .byte W02 + .byte c_v-40 + .byte W04 + .byte MOD , 11 + .byte BEND , c_v-63 + .byte W12 + .byte c_v+0 + .byte W06 + .byte N09 , An1 + .byte W06 + .byte MOD , 2 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn1 + .byte W12 + .byte N03 , Cn2 + .byte W06 + .byte Cn2 , v072 + .byte W06 + .byte N06 , Cs2 , v112 + .byte W06 + .byte En2 + .byte W06 + .byte BEND , c_v-64 + .byte N36 , Fs2 + .byte W24 + .byte MOD , 11 + .byte BEND , c_v+0 + .byte W18 + .byte N09 , An1 + .byte W06 + .byte MOD , 2 + .byte BEND , c_v+0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn1 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Cn2 , v092 + .byte W06 + .byte N06 , Cs2 , v112 + .byte W06 + .byte En2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Fs1 + .byte W06 + .byte N03 , Fs1 , v064 + .byte W06 + .byte Fs1 , v092 + .byte W06 + .byte Fs1 , v064 + .byte W06 + .byte MOD , 11 + .byte BEND , c_v-14 + .byte N18 , Fs2 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W15 + .byte N03 , Cs2 + .byte W06 + .byte MOD , 2 + .byte N03 , Cn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte N06 , Bn1 + .byte W12 + .byte N03 , Cn2 + .byte W06 + .byte Cn2 , v072 + .byte W06 + .byte N06 , Cs2 , v112 + .byte W06 + .byte En2 + .byte W06 + .byte BEND , c_v+0 + .byte N06 + .byte W06 + .byte Fs2 + .byte W12 + .byte En2 + .byte W06 + .byte Fs2 + .byte W12 + .byte En2 + .byte W06 + .byte Fs2 + .byte W12 + .byte En2 + .byte W06 + .byte Fs2 + .byte W12 + .byte En2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N12 , An1 + .byte W06 + .byte BEND , c_v-64 + .byte W06 + .byte GOTO + .word bgm_hageshii_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_hageshii: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_hageshii_pri @ Priority + .byte bgm_hageshii_rev @ Reverb. + + .word bgm_hageshii_grp + + .word bgm_hageshii_1 + .word bgm_hageshii_2 + .word bgm_hageshii_3 + .word bgm_hageshii_4 + .word bgm_hageshii_5 + .word bgm_hageshii_6 + .word bgm_hageshii_7 + .word bgm_hageshii_8 + + .end diff --git a/sound/songs/bgm_hideri.s b/sound/songs/bgm_hideri.s new file mode 100644 index 000000000..ca6910c2d --- /dev/null +++ b/sound/songs/bgm_hideri.s @@ -0,0 +1,562 @@ + .include "MPlayDef.s" + + .equ bgm_hideri_grp, voicegroup_844A1F0 + .equ bgm_hideri_pri, 0 + .equ bgm_hideri_rev, reverb_set+50 + .equ bgm_hideri_mvl, 127 + .equ bgm_hideri_key, 0 + .equ bgm_hideri_tbs, 1 + .equ bgm_hideri_exg, 0 + .equ bgm_hideri_cmp, 1 + + .section .rodata + .global bgm_hideri + .align 2 + +@********************** Track 1 **********************@ + +bgm_hideri_1: + .byte KEYSH , bgm_hideri_key+0 +bgm_hideri_1_B1: + .byte TEMPO , 78*bgm_hideri_tbs/2 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-64 + .byte VOL , 39*bgm_hideri_mvl/mxv + .byte BEND , c_v+2 + .byte N03 , Ds6 , v112 + .byte W12 + .byte Fs5 , v064 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Ds6 + .byte W12 + .byte Fs5 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 +bgm_hideri_1_000: + .byte N03 , Ds6 , v096 + .byte W12 + .byte Fs5 , v064 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Ds6 + .byte W12 + .byte Fs5 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte PEND +bgm_hideri_1_001: + .byte N03 , Fn6 , v096 + .byte W12 + .byte Gs5 , v064 + .byte W12 + .byte Bn5 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fn6 + .byte W12 + .byte Gs5 + .byte W12 + .byte Bn5 + .byte W12 + .byte Gs5 + .byte W12 + .byte PEND + .byte PATT + .word bgm_hideri_1_001 + .byte PATT + .word bgm_hideri_1_000 + .byte PATT + .word bgm_hideri_1_000 + .byte PATT + .word bgm_hideri_1_001 + .byte PATT + .word bgm_hideri_1_001 +bgm_hideri_1_002: + .byte N03 , Ds6 , v096 + .byte W09 + .byte Ds6 , v064 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte An5 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte Ds6 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte An5 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte PEND + .byte PATT + .word bgm_hideri_1_002 +bgm_hideri_1_003: + .byte N03 , Fn6 , v096 + .byte W09 + .byte Fn6 , v064 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Fn6 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte PEND + .byte PATT + .word bgm_hideri_1_003 + .byte PATT + .word bgm_hideri_1_002 + .byte PATT + .word bgm_hideri_1_002 + .byte PATT + .word bgm_hideri_1_003 + .byte PATT + .word bgm_hideri_1_003 + .byte GOTO + .word bgm_hideri_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_hideri_2: + .byte KEYSH , bgm_hideri_key+0 +bgm_hideri_2_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 39*bgm_hideri_mvl/mxv + .byte N03 , Ds6 , v112 + .byte W12 + .byte Fs5 , v064 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Ds6 + .byte W12 + .byte Fs5 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 +bgm_hideri_2_000: + .byte N03 , Ds6 , v096 + .byte W12 + .byte Fs5 , v064 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Ds6 + .byte W12 + .byte Fs5 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte PEND +bgm_hideri_2_001: + .byte N03 , Fn6 , v096 + .byte W12 + .byte Gs5 , v064 + .byte W12 + .byte Bn5 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fn6 + .byte W12 + .byte Gs5 + .byte W12 + .byte Bn5 + .byte W12 + .byte Gs5 + .byte W12 + .byte PEND + .byte PATT + .word bgm_hideri_2_001 + .byte BEND , c_v-2 + .byte N03 , Ds6 , v096 + .byte W12 + .byte Fs5 , v064 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Ds6 + .byte W12 + .byte Fs5 + .byte W12 + .byte An5 + .byte W12 + .byte Fs5 + .byte W12 + .byte PATT + .word bgm_hideri_2_000 + .byte PATT + .word bgm_hideri_2_001 + .byte PATT + .word bgm_hideri_2_001 +bgm_hideri_2_002: + .byte N03 , Ds6 , v096 + .byte W09 + .byte Ds6 , v064 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte An5 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte Ds6 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte An5 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte PEND + .byte PATT + .word bgm_hideri_2_002 +bgm_hideri_2_003: + .byte N03 , Fn6 , v096 + .byte W09 + .byte Fn6 , v064 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Fn6 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte PEND + .byte PATT + .word bgm_hideri_2_003 +bgm_hideri_2_004: + .byte W02 + .byte N03 , Ds6 , v096 + .byte W09 + .byte Ds6 , v064 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte An5 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte Ds6 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W03 + .byte An5 + .byte W09 + .byte N03 + .byte W03 + .byte Fs5 + .byte W09 + .byte N03 + .byte W01 + .byte PEND + .byte PATT + .word bgm_hideri_2_004 + .byte W02 + .byte N03 , Fn6 , v096 + .byte W09 + .byte Fn6 , v064 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Fn6 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W01 + .byte W02 + .byte Fn6 , v096 + .byte W09 + .byte Fn6 , v064 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Fn6 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W09 + .byte N03 + .byte W03 + .byte Bn5 + .byte W09 + .byte N03 + .byte W03 + .byte Gs5 + .byte W10 + .byte GOTO + .word bgm_hideri_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_hideri_3: + .byte KEYSH , bgm_hideri_key+0 +bgm_hideri_3_B1: + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 50*bgm_hideri_mvl/mxv + .byte N92 , Dn1 , v064 + .byte W48 + .byte MOD , 6 + .byte W24 + .byte 6 + .byte W20 + .byte N02 , Cn1 + .byte W02 + .byte Cs1 + .byte W02 +bgm_hideri_3_000: + .byte MOD , 0 + .byte N92 , Dn1 , v064 + .byte W48 + .byte MOD , 6 + .byte W24 + .byte 6 + .byte W20 + .byte 0 + .byte N04 , Ds1 + .byte W04 + .byte PEND +bgm_hideri_3_001: + .byte MOD , 0 + .byte N92 , En1 , v064 + .byte W48 + .byte MOD , 6 + .byte W24 + .byte 6 + .byte W20 + .byte 0 + .byte N02 , Fs1 + .byte W02 + .byte Fn1 + .byte W02 + .byte PEND +bgm_hideri_3_002: + .byte MOD , 0 + .byte N44 , En1 , v064 + .byte W24 + .byte MOD , 6 + .byte W20 + .byte 0 + .byte N02 , Dn1 + .byte W02 + .byte Ds1 + .byte W02 + .byte MOD , 0 + .byte N48 , En1 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte PEND +bgm_hideri_3_003: + .byte MOD , 0 + .byte N92 , Dn1 , v064 + .byte W48 + .byte MOD , 6 + .byte W24 + .byte 6 + .byte W20 + .byte N02 , Cn1 + .byte W02 + .byte Cs1 + .byte W02 + .byte PEND + .byte PATT + .word bgm_hideri_3_000 + .byte PATT + .word bgm_hideri_3_001 + .byte PATT + .word bgm_hideri_3_002 + .byte PATT + .word bgm_hideri_3_003 + .byte PATT + .word bgm_hideri_3_000 + .byte PATT + .word bgm_hideri_3_001 + .byte PATT + .word bgm_hideri_3_002 + .byte PATT + .word bgm_hideri_3_003 + .byte PATT + .word bgm_hideri_3_000 + .byte PATT + .word bgm_hideri_3_001 + .byte PATT + .word bgm_hideri_3_002 + .byte GOTO + .word bgm_hideri_3_B1 + .byte MOD , 0 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_hideri: + .byte 3 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_hideri_pri @ Priority + .byte bgm_hideri_rev @ Reverb. + + .word bgm_hideri_grp + + .word bgm_hideri_1 + .word bgm_hideri_2 + .word bgm_hideri_3 + + .end diff --git a/sound/songs/bgm_hightown.s b/sound/songs/bgm_hightown.s new file mode 100644 index 000000000..4cec38184 --- /dev/null +++ b/sound/songs/bgm_hightown.s @@ -0,0 +1,2703 @@ + .include "MPlayDef.s" + + .equ bgm_hightown_grp, voicegroup_84443E8 + .equ bgm_hightown_pri, 0 + .equ bgm_hightown_rev, reverb_set+50 + .equ bgm_hightown_mvl, 127 + .equ bgm_hightown_key, 0 + .equ bgm_hightown_tbs, 1 + .equ bgm_hightown_exg, 0 + .equ bgm_hightown_cmp, 1 + + .section .rodata + .global bgm_hightown + .align 2 + +@********************** Track 1 **********************@ + +bgm_hightown_1: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_1_B1: + .byte TEMPO , 94*bgm_hightown_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 30*bgm_hightown_mvl/mxv + .byte N02 , En5 , v112 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v084 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v088 + .byte W16 + .byte En5 , v072 + .byte W08 +bgm_hightown_1_000: + .byte N02 , En5 , v112 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v084 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v088 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_1_000 + .byte PATT + .word bgm_hightown_1_000 + .byte PATT + .word bgm_hightown_1_000 + .byte PATT + .word bgm_hightown_1_000 + .byte N02 , En5 , v112 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v084 + .byte W16 + .byte En5 , v088 + .byte W08 + .byte En5 , v112 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte En5 , v088 + .byte W16 + .byte En5 , v072 + .byte W08 + .byte PATT + .word bgm_hightown_1_000 + .byte PATT + .word bgm_hightown_1_000 + .byte PATT + .word bgm_hightown_1_000 + .byte PAN , c_v+63 + .byte VOL , 28*bgm_hightown_mvl/mxv + .byte N02 , En5 , v116 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte N02 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v068 + .byte W08 + .byte En5 , v084 + .byte W08 + .byte En5 , v127 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v084 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte En5 , v116 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte N02 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v068 + .byte W08 + .byte En5 , v088 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte N08 , Gs5 , v096 + .byte W08 + .byte N02 , En5 , v116 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte N02 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v068 + .byte W08 + .byte En5 , v084 + .byte W08 + .byte En5 , v127 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v084 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte En5 , v116 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte N02 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v068 + .byte W08 + .byte En5 , v088 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W06 + .byte VOICE , 126 + .byte W02 + .byte N08 , Gs5 , v096 + .byte W08 +bgm_hightown_1_001: + .byte VOICE , 127 + .byte N02 , En5 , v116 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte N02 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v068 + .byte W08 + .byte En5 , v084 + .byte W08 + .byte En5 , v127 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v084 + .byte W08 + .byte En5 , v092 + .byte W08 + .byte PEND +bgm_hightown_1_002: + .byte N02 , En5 , v116 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte N02 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v068 + .byte W08 + .byte En5 , v088 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte En5 , v124 + .byte W08 + .byte En5 , v072 + .byte W08 + .byte VOICE , 126 + .byte N08 , Gs5 , v096 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_1_001 + .byte PATT + .word bgm_hightown_1_002 + .byte PATT + .word bgm_hightown_1_001 + .byte PATT + .word bgm_hightown_1_002 + .byte PATT + .word bgm_hightown_1_001 + .byte PATT + .word bgm_hightown_1_002 + .byte PATT + .word bgm_hightown_1_001 + .byte PATT + .word bgm_hightown_1_002 + .byte PATT + .word bgm_hightown_1_001 + .byte PATT + .word bgm_hightown_1_002 + .byte GOTO + .word bgm_hightown_1_B1 + .byte VOICE , 127 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_hightown_2: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_2_B1: + .byte VOICE , 46 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 49*bgm_hightown_mvl/mxv + .byte PAN , c_v-16 + .byte N04 , An4 , v112 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gn3 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cs3 + .byte W04 + .byte An3 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte Cs4 + .byte W04 + .byte An3 + .byte W04 + .byte En3 + .byte W04 + .byte N40 , Dn4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte VOICE , 73 + .byte W48 + .byte PAN , c_v+0 + .byte W16 + .byte N04 , Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte N16 , En5 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte N04 , Dn5 + .byte W24 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte N16 , En5 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte N04 , Dn5 + .byte W24 + .byte Fs4 + .byte W04 + .byte As4 + .byte W04 + .byte N16 , En5 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte N04 , Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Dn5 + .byte W08 + .byte An4 + .byte W06 + .byte N02 , Gn5 , v080 + .byte W02 + .byte N24 , Fs5 , v112 + .byte W24 + .byte N16 , En5 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte N04 , Dn5 + .byte W08 + .byte N08 , Gn5 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte N36 , Dn5 + .byte W12 + .byte MOD , 5 + .byte W04 + .byte VOL , 45*bgm_hightown_mvl/mxv + .byte W04 + .byte 42*bgm_hightown_mvl/mxv + .byte W04 + .byte 37*bgm_hightown_mvl/mxv + .byte W04 + .byte 34*bgm_hightown_mvl/mxv + .byte W04 + .byte 32*bgm_hightown_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 49*bgm_hightown_mvl/mxv + .byte W02 + .byte N02 , Bn4 , v080 + .byte W02 + .byte N08 , As4 , v112 + .byte W08 + .byte N04 , Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Dn5 + .byte W08 + .byte N48 , En5 + .byte W12 + .byte MOD , 5 + .byte VOL , 46*bgm_hightown_mvl/mxv + .byte W04 + .byte 44*bgm_hightown_mvl/mxv + .byte W04 + .byte 42*bgm_hightown_mvl/mxv + .byte W04 + .byte 39*bgm_hightown_mvl/mxv + .byte W04 + .byte 37*bgm_hightown_mvl/mxv + .byte W04 + .byte 35*bgm_hightown_mvl/mxv + .byte W04 + .byte 33*bgm_hightown_mvl/mxv + .byte W04 + .byte 31*bgm_hightown_mvl/mxv + .byte W04 + .byte 27*bgm_hightown_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 49*bgm_hightown_mvl/mxv + .byte W24 + .byte N04 , An5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Ds5 + .byte W04 + .byte N16 , En5 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte N04 , Dn5 + .byte W08 + .byte An4 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fs4 + .byte W04 + .byte An4 + .byte W04 + .byte N16 , En5 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte N04 , Dn5 + .byte W08 + .byte As4 + .byte W08 + .byte Dn5 + .byte W08 + .byte Fs4 + .byte W04 + .byte As4 + .byte W04 + .byte N16 , En5 + .byte W08 + .byte MOD , 5 + .byte W08 + .byte 0 + .byte N04 , Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Dn5 + .byte W08 + .byte An4 + .byte W08 + .byte N08 , Fs5 + .byte W08 + .byte N04 , Gn5 + .byte W08 + .byte An5 + .byte W08 + .byte Bn5 + .byte W08 + .byte An5 + .byte W08 + .byte Fs5 + .byte W08 + .byte N24 , Dn5 + .byte W24 + .byte N04 , Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte N24 , Bn4 + .byte W24 + .byte N16 , Cs5 + .byte W16 + .byte N04 , Dn5 + .byte W06 + .byte N02 , Ds5 , v064 + .byte W02 + .byte N72 , Dn5 , v112 + .byte W24 + .byte MOD , 5 + .byte VOL , 46*bgm_hightown_mvl/mxv + .byte W04 + .byte 44*bgm_hightown_mvl/mxv + .byte W04 + .byte 41*bgm_hightown_mvl/mxv + .byte W04 + .byte 38*bgm_hightown_mvl/mxv + .byte W04 + .byte 37*bgm_hightown_mvl/mxv + .byte W04 + .byte 35*bgm_hightown_mvl/mxv + .byte W04 + .byte 33*bgm_hightown_mvl/mxv + .byte W04 + .byte 31*bgm_hightown_mvl/mxv + .byte W04 + .byte 28*bgm_hightown_mvl/mxv + .byte W04 + .byte 26*bgm_hightown_mvl/mxv + .byte W04 + .byte 23*bgm_hightown_mvl/mxv + .byte W04 + .byte 22*bgm_hightown_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 49*bgm_hightown_mvl/mxv + .byte W24 + .byte GOTO + .word bgm_hightown_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_hightown_3: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_3_B1: + .byte VOICE , 17 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v-2 + .byte VOL , 49*bgm_hightown_mvl/mxv + .byte N88 , An1 , v112 + .byte W88 + .byte N08 , En1 + .byte W08 + .byte N96 , An1 + .byte W96 + .byte VOICE , 35 + .byte VOL , 78*bgm_hightown_mvl/mxv + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W08 + .byte N12 , Cs2 + .byte W16 + .byte N04 + .byte W08 +bgm_hightown_3_000: + .byte N08 , Bn1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs1 + .byte W08 + .byte Bn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Fs1 + .byte W08 + .byte PEND + .byte Bn1 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs1 + .byte W08 + .byte Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W16 + .byte N08 + .byte W08 + .byte Gn1 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn1 , v088 + .byte W08 + .byte Gn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 +bgm_hightown_3_001: + .byte N08 , Gn1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn1 + .byte W08 + .byte Gn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte PEND +bgm_hightown_3_002: + .byte N08 , An1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , En1 + .byte W08 + .byte An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte PEND + .byte N04 , An1 + .byte W96 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N04 , Dn2 + .byte W08 + .byte N12 + .byte W16 + .byte Cs2 + .byte W16 + .byte N04 + .byte W08 + .byte PATT + .word bgm_hightown_3_000 + .byte N08 , Bn1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs1 + .byte W08 + .byte N04 , Bn1 + .byte W08 + .byte N12 + .byte W16 + .byte N08 , An1 + .byte W16 + .byte N08 + .byte W08 + .byte PATT + .word bgm_hightown_3_001 + .byte PATT + .word bgm_hightown_3_001 + .byte PATT + .word bgm_hightown_3_002 + .byte N04 , An1 , v112 + .byte W96 +bgm_hightown_3_003: + .byte N12 , Dn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An0 + .byte W08 + .byte N12 , Dn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An0 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_3_003 + .byte N12 , Gn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte N12 , Gn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte PATT + .word bgm_hightown_3_003 + .byte PATT + .word bgm_hightown_3_003 + .byte N12 , Gn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn1 + .byte W16 + .byte N04 + .byte W32 + .byte GOTO + .word bgm_hightown_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_hightown_4: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_4_B1: + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 50*bgm_hightown_mvl/mxv + .byte N24 , Cs4 , v112 + .byte W24 + .byte An3 + .byte W24 + .byte Gn3 + .byte W24 + .byte En3 + .byte W24 + .byte Cs3 + .byte W24 + .byte Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte VOICE , 17 + .byte VOL , 65*bgm_hightown_mvl/mxv + .byte N08 , An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte VOICE , 17 + .byte VOL , 63*bgm_hightown_mvl/mxv + .byte N40 , Gn4 + .byte W40 + .byte N04 , Fs4 + .byte W08 + .byte N24 + .byte W48 +bgm_hightown_4_000: + .byte W32 + .byte N04 , En4 , v112 + .byte W08 + .byte Fs4 + .byte W08 + .byte An4 + .byte W08 + .byte N02 , Gn4 + .byte W02 + .byte An4 + .byte W02 + .byte N04 , Gn4 + .byte W04 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte PEND + .byte N40 , En4 + .byte W40 + .byte N04 , Dn4 + .byte W08 + .byte N24 + .byte W48 + .byte W32 + .byte N04 , Bn3 + .byte W08 + .byte Cs4 + .byte W06 + .byte N02 , Gn4 , v060 + .byte W02 + .byte N04 , Fs4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N36 , An4 + .byte W36 + .byte N02 , Bn4 , v048 + .byte W02 + .byte As4 , v060 + .byte W02 + .byte N04 , An4 , v088 + .byte W08 + .byte N24 , Gn4 , v112 + .byte W48 + .byte W32 + .byte N04 , Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn4 + .byte W08 + .byte N02 , An4 + .byte W02 + .byte Bn4 + .byte W02 + .byte N04 , An4 + .byte W04 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte VOL , 7*bgm_hightown_mvl/mxv + .byte N96 , En4 + .byte W10 + .byte VOL , 9*bgm_hightown_mvl/mxv + .byte W02 + .byte 9*bgm_hightown_mvl/mxv + .byte W01 + .byte 11*bgm_hightown_mvl/mxv + .byte W03 + .byte 15*bgm_hightown_mvl/mxv + .byte W01 + .byte 17*bgm_hightown_mvl/mxv + .byte W03 + .byte 21*bgm_hightown_mvl/mxv + .byte W01 + .byte 22*bgm_hightown_mvl/mxv + .byte W03 + .byte 26*bgm_hightown_mvl/mxv + .byte W01 + .byte 28*bgm_hightown_mvl/mxv + .byte W03 + .byte 32*bgm_hightown_mvl/mxv + .byte W01 + .byte 35*bgm_hightown_mvl/mxv + .byte W03 + .byte 36*bgm_hightown_mvl/mxv + .byte W01 + .byte 39*bgm_hightown_mvl/mxv + .byte W03 + .byte 43*bgm_hightown_mvl/mxv + .byte W01 + .byte 44*bgm_hightown_mvl/mxv + .byte W03 + .byte 46*bgm_hightown_mvl/mxv + .byte W01 + .byte 48*bgm_hightown_mvl/mxv + .byte W03 + .byte 50*bgm_hightown_mvl/mxv + .byte W01 + .byte 52*bgm_hightown_mvl/mxv + .byte W03 + .byte 54*bgm_hightown_mvl/mxv + .byte W01 + .byte 56*bgm_hightown_mvl/mxv + .byte W03 + .byte 58*bgm_hightown_mvl/mxv + .byte W04 + .byte 60*bgm_hightown_mvl/mxv + .byte W04 + .byte 61*bgm_hightown_mvl/mxv + .byte W01 + .byte 63*bgm_hightown_mvl/mxv + .byte W03 + .byte 63*bgm_hightown_mvl/mxv + .byte W01 + .byte 65*bgm_hightown_mvl/mxv + .byte W03 + .byte 65*bgm_hightown_mvl/mxv + .byte W01 + .byte 66*bgm_hightown_mvl/mxv + .byte W03 + .byte 68*bgm_hightown_mvl/mxv + .byte W01 + .byte 68*bgm_hightown_mvl/mxv + .byte W03 + .byte 71*bgm_hightown_mvl/mxv + .byte W04 + .byte 73*bgm_hightown_mvl/mxv + .byte W16 + .byte 68*bgm_hightown_mvl/mxv + .byte N04 , An4 + .byte W24 + .byte VOICE , 46 + .byte W48 + .byte VOL , 78*bgm_hightown_mvl/mxv + .byte N04 , Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte En4 + .byte W08 + .byte N40 , Gn4 + .byte W24 + .byte MOD , 5 + .byte W16 + .byte 0 + .byte N04 , An4 + .byte W08 + .byte N24 , Fs4 + .byte W48 + .byte PATT + .word bgm_hightown_4_000 + .byte N40 , En4 , v112 + .byte W24 + .byte MOD , 5 + .byte W16 + .byte 0 + .byte N04 , Dn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte N24 , Dn4 + .byte W48 + .byte W32 + .byte N04 , Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N02 , En4 + .byte W02 + .byte Fs4 + .byte W02 + .byte N04 , En4 + .byte W04 + .byte Dn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N40 , An4 + .byte W24 + .byte MOD , 5 + .byte W16 + .byte 0 + .byte N04 , Bn4 + .byte W08 + .byte N24 , Gn4 + .byte W48 + .byte W32 + .byte N04 , Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Bn4 + .byte W08 + .byte N02 , An4 + .byte W02 + .byte Bn4 + .byte W02 + .byte N04 , An4 + .byte W04 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W04 + .byte MOD , 5 + .byte W04 + .byte N88 , En4 + .byte W12 + .byte MOD , 0 + .byte W76 + .byte N04 , Fs4 + .byte W08 + .byte VOL , 40*bgm_hightown_mvl/mxv + .byte N04 , Gn4 + .byte W24 + .byte VOICE , 48 + .byte W24 + .byte N04 , Cs3 + .byte W04 + .byte Bn2 + .byte W04 + .byte An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte En3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 +bgm_hightown_4_001: + .byte N48 , An3 , v112 + .byte W48 + .byte As3 + .byte W48 + .byte PEND +bgm_hightown_4_002: + .byte N48 , Bn3 , v112 + .byte W48 + .byte Cn4 + .byte W48 + .byte PEND + .byte N08 , Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte N24 , Bn2 + .byte W24 + .byte N48 , As2 + .byte W48 + .byte N08 , An2 + .byte W08 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte N64 , An3 + .byte W64 + .byte N08 , Gs3 + .byte W08 + .byte PATT + .word bgm_hightown_4_001 + .byte PATT + .word bgm_hightown_4_002 + .byte N48 , Gn4 , v112 + .byte W48 + .byte Gn3 + .byte W48 + .byte N16 , Fs3 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte N02 , Fs3 + .byte W02 + .byte Gn3 + .byte W02 + .byte N12 , Fs3 + .byte W12 + .byte N04 , En3 + .byte W08 + .byte N24 , Fs3 + .byte W24 + .byte VOICE , 73 + .byte W16 + .byte N04 , Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte GOTO + .word bgm_hightown_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_hightown_5: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_5_B1: + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 58*bgm_hightown_mvl/mxv + .byte PAN , c_v+14 + .byte N24 , An4 , v112 + .byte W24 + .byte Gn4 + .byte W24 + .byte En4 + .byte W24 + .byte Cs4 + .byte W24 + .byte An3 + .byte W24 + .byte Bn3 + .byte W24 + .byte N48 , Cs4 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 73 + .byte W88 + .byte N04 , En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte GOTO + .word bgm_hightown_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_hightown_6: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_6_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 26*bgm_hightown_mvl/mxv + .byte W96 + .byte W96 + .byte N32 , Dn3 , v112 + .byte W32 + .byte N04 , Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N24 , Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte N48 , Dn3 + .byte W48 + .byte N24 , En3 + .byte W24 + .byte N16 , Fs3 + .byte W16 + .byte N04 , Cs3 + .byte W08 + .byte N24 , Dn3 + .byte W32 + .byte N04 , Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N24 , Fs3 + .byte W24 + .byte En3 + .byte W24 + .byte N32 , Dn3 + .byte W32 + .byte N04 , Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N24 , Bn2 + .byte W24 + .byte Cs3 + .byte W24 + .byte Gn3 + .byte W32 + .byte N04 , Dn3 + .byte W08 + .byte Gn3 , v088 + .byte W08 + .byte N24 , Bn2 , v112 + .byte W24 + .byte Cs3 + .byte W24 + .byte N32 , Dn3 + .byte W32 + .byte N04 , Bn2 + .byte W08 + .byte Dn3 + .byte W08 + .byte N40 , Gn2 + .byte W40 + .byte N04 , Bn2 + .byte W08 + .byte N96 , Cs3 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte VOL , 23*bgm_hightown_mvl/mxv + .byte W02 + .byte 25*bgm_hightown_mvl/mxv + .byte W03 + .byte 26*bgm_hightown_mvl/mxv + .byte W03 + .byte 28*bgm_hightown_mvl/mxv + .byte W04 + .byte 29*bgm_hightown_mvl/mxv + .byte W02 + .byte 32*bgm_hightown_mvl/mxv + .byte W03 + .byte 33*bgm_hightown_mvl/mxv + .byte W03 + .byte 35*bgm_hightown_mvl/mxv + .byte W04 + .byte 36*bgm_hightown_mvl/mxv + .byte W02 + .byte 38*bgm_hightown_mvl/mxv + .byte W22 + .byte 29*bgm_hightown_mvl/mxv + .byte MOD , 0 + .byte N04 , An3 + .byte W24 + .byte VOL , 39*bgm_hightown_mvl/mxv + .byte W48 + .byte PAN , c_v-58 + .byte W24 + .byte VOICE , 84 + .byte VOL , 33*bgm_hightown_mvl/mxv + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W04 + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fs3 , v080 + .byte W08 +bgm_hightown_6_000: + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W04 + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fs3 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte PEND +bgm_hightown_6_001: + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W04 + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fs3 , v080 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_6_000 + .byte PATT + .word bgm_hightown_6_001 + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W04 + .byte N08 , Fs3 , v120 + .byte W08 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W08 + .byte N04 , Fs3 , v112 + .byte W12 + .byte N02 , Fs3 , v104 + .byte W04 + .byte Fn3 , v080 + .byte W04 + .byte Fs3 + .byte W04 + .byte N08 , Gn3 , v120 + .byte W08 + .byte N02 , Gn3 , v104 + .byte W04 + .byte Fs3 , v080 + .byte W04 + .byte Gn3 + .byte W08 + .byte N04 , Gn3 , v112 + .byte W12 + .byte N02 , Gn3 , v104 + .byte W04 + .byte Fs3 , v080 + .byte W04 + .byte Gn3 + .byte W04 + .byte N08 , En3 , v120 + .byte W08 + .byte N02 , En3 , v104 + .byte W04 + .byte Ds3 , v080 + .byte W04 + .byte En3 + .byte W08 + .byte N04 , En3 , v112 + .byte W12 + .byte N02 , En3 , v104 + .byte W04 + .byte Ds3 , v080 + .byte W04 + .byte En3 + .byte W04 + .byte N04 , Gn3 , v112 + .byte W24 + .byte VOICE , 80 + .byte W24 + .byte N04 + .byte W04 + .byte Fs3 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte TIE , Fs4 + .byte W96 + .byte W48 + .byte EOT + .byte N24 , An4 + .byte W24 + .byte N08 , Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N48 , Bn3 + .byte W48 + .byte As3 + .byte W48 + .byte Dn4 + .byte W48 + .byte N08 , Cs4 + .byte W08 + .byte En4 + .byte W08 + .byte An3 + .byte W08 + .byte N24 , Fn4 + .byte W24 + .byte TIE , Fs4 + .byte W96 + .byte W48 + .byte EOT + .byte N24 , An4 + .byte W24 + .byte N08 , Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N48 + .byte W48 + .byte N48 + .byte W48 + .byte N72 + .byte W96 + .byte GOTO + .word bgm_hightown_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_hightown_7: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_7_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-62 + .byte VOL , 32*bgm_hightown_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , En3 , v112 + .byte W96 + .byte W96 + .byte EOT + .byte VOL , 33*bgm_hightown_mvl/mxv + .byte N32 , An2 + .byte W32 + .byte N04 , Gs2 + .byte W08 + .byte An2 + .byte W08 + .byte N24 , Fs2 + .byte W24 + .byte Gn2 + .byte W24 + .byte N48 , Fs2 + .byte W48 + .byte N24 , Gn2 + .byte W24 + .byte N16 , An2 + .byte W16 + .byte N04 , Fs2 + .byte W08 + .byte N24 , Gn2 + .byte W32 + .byte N04 , Fs2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte Cs3 + .byte W24 + .byte N32 , Fs2 + .byte W32 + .byte N04 , Fn2 + .byte W08 + .byte Fs2 + .byte W08 + .byte N24 , Dn2 + .byte W24 + .byte En2 + .byte W24 + .byte Dn3 + .byte W32 + .byte N04 , Bn2 + .byte W08 + .byte Dn3 , v088 + .byte W08 + .byte N24 , Gn2 , v112 + .byte W24 + .byte An2 + .byte W24 + .byte N32 , Bn2 + .byte W32 + .byte N04 , Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte N40 , Dn2 + .byte W40 + .byte N04 , Gn2 + .byte W08 + .byte N96 , An2 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte VOL , 26*bgm_hightown_mvl/mxv + .byte W02 + .byte 27*bgm_hightown_mvl/mxv + .byte W03 + .byte 29*bgm_hightown_mvl/mxv + .byte W03 + .byte 31*bgm_hightown_mvl/mxv + .byte W04 + .byte 32*bgm_hightown_mvl/mxv + .byte W02 + .byte 33*bgm_hightown_mvl/mxv + .byte W03 + .byte 36*bgm_hightown_mvl/mxv + .byte W03 + .byte 38*bgm_hightown_mvl/mxv + .byte W04 + .byte 38*bgm_hightown_mvl/mxv + .byte W03 + .byte 39*bgm_hightown_mvl/mxv + .byte W21 + .byte 29*bgm_hightown_mvl/mxv + .byte MOD , 0 + .byte N04 , En3 + .byte W24 + .byte VOL , 39*bgm_hightown_mvl/mxv + .byte W48 + .byte PAN , c_v+61 + .byte W24 + .byte VOICE , 83 + .byte VOL , 34*bgm_hightown_mvl/mxv + .byte BEND , c_v+0 + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W12 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W12 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Dn4 , v080 + .byte W08 +bgm_hightown_7_000: + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W12 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Cs4 , v112 + .byte W12 + .byte N02 , Cs4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte PEND +bgm_hightown_7_001: + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W12 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W12 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Dn4 , v080 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_7_000 + .byte PATT + .word bgm_hightown_7_001 + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W12 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte N08 , Dn4 , v120 + .byte W08 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W12 + .byte N02 , Dn4 , v104 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte Dn4 + .byte W04 + .byte N08 , En4 , v120 + .byte W08 + .byte N02 , En4 , v104 + .byte W04 + .byte Ds4 , v080 + .byte W04 + .byte En4 + .byte W08 + .byte N04 , En4 , v112 + .byte W12 + .byte N02 , En4 , v104 + .byte W04 + .byte Ds4 , v080 + .byte W04 + .byte En4 + .byte W04 + .byte N08 , Cs4 , v120 + .byte W08 + .byte N02 , Cs4 , v104 + .byte W04 + .byte Cn4 , v080 + .byte W04 + .byte Cs4 + .byte W08 + .byte N04 , Cs4 , v112 + .byte W12 + .byte N02 , Cs4 , v104 + .byte W04 + .byte Cn4 , v080 + .byte W04 + .byte Cs4 + .byte W04 + .byte N04 , En4 , v112 + .byte W24 + .byte VOICE , 81 + .byte W24 + .byte N04 , Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 +bgm_hightown_7_002: + .byte N48 , An4 , v112 + .byte W48 + .byte As4 + .byte W48 + .byte PEND +bgm_hightown_7_003: + .byte N48 , Bn4 , v112 + .byte W48 + .byte Cn5 + .byte W48 + .byte PEND + .byte Gn4 + .byte W48 + .byte Dn4 + .byte W48 + .byte En4 + .byte W48 + .byte N08 , An4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N24 , Gs4 + .byte W24 + .byte PATT + .word bgm_hightown_7_002 + .byte PATT + .word bgm_hightown_7_003 + .byte N48 , Bn4 , v112 + .byte W48 + .byte En4 + .byte W48 + .byte N72 , An4 + .byte W96 + .byte GOTO + .word bgm_hightown_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_hightown_8: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_8_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 78*bgm_hightown_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte N04 , Dn1 , v112 + .byte W04 + .byte En1 + .byte W04 + .byte Cn1 + .byte W04 + .byte En1 + .byte W04 + .byte Cn1 + .byte W08 + .byte N04 + .byte W06 + .byte N02 , En1 + .byte W02 + .byte N08 , En1 , v124 + .byte W08 + .byte N04 , Cn1 , v112 + .byte W08 +bgm_hightown_8_000: + .byte N04 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 + .byte W24 + .byte PEND +bgm_hightown_8_001: + .byte N04 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_8_000 + .byte N04 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte En1 + .byte W08 + .byte Cn1 + .byte W08 + .byte Dn1 + .byte W16 + .byte En1 + .byte W08 + .byte PATT + .word bgm_hightown_8_000 + .byte PATT + .word bgm_hightown_8_001 + .byte PATT + .word bgm_hightown_8_000 + .byte N04 , Cn1 , v112 + .byte W08 + .byte Dn1 + .byte W16 + .byte En1 + .byte W08 + .byte Cn1 , v076 + .byte W08 + .byte Cn1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 + .byte W08 + .byte Dn1 + .byte W08 + .byte En1 + .byte W08 + .byte Dn1 + .byte W04 + .byte N04 + .byte W04 + .byte Cn1 + .byte W08 + .byte PATT + .word bgm_hightown_8_000 + .byte PATT + .word bgm_hightown_8_001 + .byte PATT + .word bgm_hightown_8_000 +bgm_hightown_8_002: + .byte N04 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte Dn1 + .byte W04 + .byte En1 + .byte W04 + .byte Cn1 + .byte W04 + .byte En1 + .byte W04 + .byte Cn1 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte Cn1 , v096 + .byte W08 + .byte En1 , v120 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_8_000 + .byte PATT + .word bgm_hightown_8_001 + .byte PATT + .word bgm_hightown_8_000 + .byte PATT + .word bgm_hightown_8_002 + .byte GOTO + .word bgm_hightown_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_hightown_9: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_9_B1: + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 31*bgm_hightown_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N88 , An1 , v112 + .byte W88 + .byte N08 , En1 + .byte W08 + .byte N96 , An1 + .byte W96 + .byte VOL , 35*bgm_hightown_mvl/mxv + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W08 + .byte N12 , Cs2 + .byte W16 + .byte N04 + .byte W08 +bgm_hightown_9_000: + .byte N08 , Bn1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs1 + .byte W08 + .byte Bn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Fs1 + .byte W08 + .byte PEND + .byte Bn1 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs1 + .byte W08 + .byte Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W16 + .byte N08 + .byte W08 + .byte Gn1 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn1 , v088 + .byte W08 + .byte Gn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 +bgm_hightown_9_001: + .byte N08 , Gn1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Dn1 + .byte W08 + .byte Gn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte PEND +bgm_hightown_9_002: + .byte N08 , An1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , En1 + .byte W08 + .byte An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte PEND + .byte N04 , An1 + .byte W96 + .byte VOL , 39*bgm_hightown_mvl/mxv + .byte BEND , c_v+1 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N04 , Dn2 + .byte W08 + .byte N12 + .byte W16 + .byte Cs2 + .byte W16 + .byte N04 + .byte W08 + .byte PATT + .word bgm_hightown_9_000 + .byte N08 , Bn1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Fs1 + .byte W08 + .byte N04 , Bn1 + .byte W08 + .byte N12 + .byte W16 + .byte N08 , An1 + .byte W16 + .byte N08 + .byte W08 + .byte PATT + .word bgm_hightown_9_001 + .byte PATT + .word bgm_hightown_9_001 + .byte PATT + .word bgm_hightown_9_002 + .byte N04 , An1 , v112 + .byte W96 +bgm_hightown_9_003: + .byte N12 , Dn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An0 + .byte W08 + .byte N12 , Dn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An0 + .byte W08 + .byte PEND + .byte PATT + .word bgm_hightown_9_003 + .byte N12 , Gn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte N12 , Gn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte PATT + .word bgm_hightown_9_003 + .byte PATT + .word bgm_hightown_9_003 + .byte N12 , Gn1 , v112 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte N12 , An1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte N12 , Dn2 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , Dn1 + .byte W16 + .byte N04 + .byte W32 + .byte GOTO + .word bgm_hightown_9_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_hightown_10: + .byte KEYSH , bgm_hightown_key+0 +bgm_hightown_10_B1: + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-23 + .byte VOL , 55*bgm_hightown_mvl/mxv + .byte W96 + .byte W96 + .byte VOICE , 17 + .byte N40 , Bn3 , v112 + .byte W40 + .byte N04 , An3 + .byte W08 + .byte N24 + .byte W48 +bgm_hightown_10_000: + .byte W32 + .byte N04 , Cs4 , v112 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte N02 , Dn4 + .byte W02 + .byte En4 + .byte W02 + .byte N04 , Dn4 + .byte W04 + .byte Cs4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs3 + .byte W08 + .byte PEND + .byte N40 , Gn3 + .byte W40 + .byte N04 , Fs3 + .byte W08 + .byte N24 + .byte W48 + .byte W32 + .byte N04 , Dn3 + .byte W08 + .byte En3 + .byte W06 + .byte N02 , As3 , v060 + .byte W02 + .byte N04 , An3 , v112 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N36 , Dn4 + .byte W36 + .byte N02 , En4 , v048 + .byte W02 + .byte Ds4 , v060 + .byte W02 + .byte N04 , Dn4 , v088 + .byte W08 + .byte N24 , Bn3 , v112 + .byte W48 + .byte W32 + .byte N04 , Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N02 , Cs4 + .byte W02 + .byte Dn4 + .byte W02 + .byte N04 , Cn4 + .byte W04 + .byte Bn3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte VOL , 6*bgm_hightown_mvl/mxv + .byte N96 + .byte W08 + .byte VOL , 1*bgm_hightown_mvl/mxv + .byte W02 + .byte 2*bgm_hightown_mvl/mxv + .byte W02 + .byte 4*bgm_hightown_mvl/mxv + .byte W04 + .byte 6*bgm_hightown_mvl/mxv + .byte W01 + .byte 7*bgm_hightown_mvl/mxv + .byte W03 + .byte 9*bgm_hightown_mvl/mxv + .byte W01 + .byte 11*bgm_hightown_mvl/mxv + .byte W03 + .byte 13*bgm_hightown_mvl/mxv + .byte W01 + .byte 15*bgm_hightown_mvl/mxv + .byte W03 + .byte 17*bgm_hightown_mvl/mxv + .byte W01 + .byte 19*bgm_hightown_mvl/mxv + .byte W03 + .byte 21*bgm_hightown_mvl/mxv + .byte W01 + .byte 22*bgm_hightown_mvl/mxv + .byte W03 + .byte 23*bgm_hightown_mvl/mxv + .byte W01 + .byte 24*bgm_hightown_mvl/mxv + .byte W03 + .byte 27*bgm_hightown_mvl/mxv + .byte W01 + .byte 28*bgm_hightown_mvl/mxv + .byte W03 + .byte 30*bgm_hightown_mvl/mxv + .byte W04 + .byte 33*bgm_hightown_mvl/mxv + .byte W04 + .byte 36*bgm_hightown_mvl/mxv + .byte W01 + .byte 38*bgm_hightown_mvl/mxv + .byte W03 + .byte 39*bgm_hightown_mvl/mxv + .byte W04 + .byte 41*bgm_hightown_mvl/mxv + .byte W01 + .byte 43*bgm_hightown_mvl/mxv + .byte W03 + .byte 44*bgm_hightown_mvl/mxv + .byte W01 + .byte 46*bgm_hightown_mvl/mxv + .byte W03 + .byte 46*bgm_hightown_mvl/mxv + .byte W01 + .byte 47*bgm_hightown_mvl/mxv + .byte W03 + .byte 49*bgm_hightown_mvl/mxv + .byte W01 + .byte 50*bgm_hightown_mvl/mxv + .byte W03 + .byte 52*bgm_hightown_mvl/mxv + .byte W01 + .byte 56*bgm_hightown_mvl/mxv + .byte W04 + .byte 58*bgm_hightown_mvl/mxv + .byte W03 + .byte 60*bgm_hightown_mvl/mxv + .byte W12 + .byte 54*bgm_hightown_mvl/mxv + .byte N04 , Cs4 + .byte W24 + .byte VOICE , 24 + .byte W48 + .byte VOL , 48*bgm_hightown_mvl/mxv + .byte N04 , Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte An3 + .byte W08 + .byte N40 , Bn3 + .byte W40 + .byte N04 , Cs4 + .byte W08 + .byte N24 , An3 + .byte W48 + .byte PATT + .word bgm_hightown_10_000 + .byte N40 , Gn3 , v112 + .byte W40 + .byte N04 , Fs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte N24 , Fs3 + .byte W48 + .byte W32 + .byte N04 , Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte N02 , Gn3 + .byte W02 + .byte An3 + .byte W02 + .byte N04 , Gn3 + .byte W04 + .byte Fs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N40 , Dn4 + .byte W40 + .byte N04 , En4 + .byte W08 + .byte N24 , Bn3 + .byte W48 + .byte W32 + .byte N04 , Dn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N02 , Cs4 + .byte W02 + .byte Dn4 + .byte W02 + .byte N04 , Cs4 + .byte W04 + .byte Bn3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N88 + .byte W88 + .byte N04 , An3 + .byte W08 + .byte Bn3 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_hightown_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_hightown: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_hightown_pri @ Priority + .byte bgm_hightown_rev @ Reverb. + + .word bgm_hightown_grp + + .word bgm_hightown_1 + .word bgm_hightown_2 + .word bgm_hightown_3 + .word bgm_hightown_4 + .word bgm_hightown_5 + .word bgm_hightown_6 + .word bgm_hightown_7 + .word bgm_hightown_8 + .word bgm_hightown_9 + .word bgm_hightown_10 + + .end diff --git a/sound/songs/bgm_hutago.s b/sound/songs/bgm_hutago.s new file mode 100644 index 000000000..d1e63ccc4 --- /dev/null +++ b/sound/songs/bgm_hutago.s @@ -0,0 +1,1009 @@ + .include "MPlayDef.s" + + .equ bgm_hutago_grp, voicegroup_844BFF0 + .equ bgm_hutago_pri, 0 + .equ bgm_hutago_rev, reverb_set+50 + .equ bgm_hutago_mvl, 127 + .equ bgm_hutago_key, 0 + .equ bgm_hutago_tbs, 1 + .equ bgm_hutago_exg, 0 + .equ bgm_hutago_cmp, 1 + + .section .rodata + .global bgm_hutago + .align 2 + +@********************** Track 1 **********************@ + +bgm_hutago_1: + .byte KEYSH , bgm_hutago_key+0 + .byte TEMPO , 134*bgm_hutago_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_hutago_mvl/mxv + .byte N03 , En5 , v112 + .byte W12 + .byte En5 , v060 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v060 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W03 + .byte En5 , v072 + .byte W03 + .byte N03 + .byte W06 + .byte En5 , v112 + .byte W48 + .byte N03 + .byte W12 + .byte En5 , v068 + .byte W12 + .byte En5 , v112 + .byte W12 +bgm_hutago_1_B1: + .byte N03 , En5 , v112 + .byte W12 + .byte En5 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte En5 , v088 + .byte W12 + .byte En5 , v072 + .byte W12 + .byte En5 , v096 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v096 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte En5 , v088 + .byte W24 + .byte En5 , v112 + .byte W12 + .byte En5 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte En5 , v088 + .byte W24 + .byte En5 , v112 + .byte W12 + .byte En5 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte En5 , v088 + .byte W12 + .byte En5 , v072 + .byte W12 + .byte En5 , v096 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v096 + .byte W24 + .byte En5 , v112 + .byte W12 + .byte En5 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte En5 , v088 + .byte W24 + .byte En5 , v112 + .byte W03 + .byte En5 , v088 + .byte W03 + .byte En5 , v084 + .byte W06 + .byte N03 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte N03 + .byte W12 + .byte GOTO + .word bgm_hutago_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_hutago_2: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_hutago_mvl/mxv + .byte W96 + .byte W24 + .byte N06 , Gn5 , v096 + .byte W72 +bgm_hutago_2_B1: + .byte W96 + .byte W36 + .byte N06 , Gn5 , v080 + .byte W48 + .byte Gn5 , v096 + .byte W12 + .byte W84 + .byte Gn5 , v084 + .byte W12 + .byte W36 + .byte N06 + .byte W60 + .byte GOTO + .word bgm_hutago_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_hutago_3: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 38 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 75*bgm_hutago_mvl/mxv + .byte BEND , c_v-2 + .byte W03 + .byte c_v+0 + .byte W92 + .byte W01 + .byte N54 , Dn1 , v112 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+0 + .byte W36 + .byte N06 , Cn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte An1 + .byte W12 +bgm_hutago_3_B1: + .byte N24 , Gn1 , v112 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte N12 , Dn1 + .byte W12 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N12 , An1 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte N24 , Fn1 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N06 , An1 + .byte W12 + .byte Fn1 + .byte W12 + .byte N36 , Dn1 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N06 , Fs1 + .byte W12 + .byte N24 , Bn1 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Bn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N36 , Dn1 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte N24 , Fn1 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N06 , An1 + .byte W12 + .byte Ds1 + .byte W12 + .byte N24 , Dn1 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+0 + .byte N06 , Fs1 + .byte W12 + .byte An1 + .byte W12 + .byte GOTO + .word bgm_hutago_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_hutago_4: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte PAN , c_v-35 + .byte VOL , 46*bgm_hutago_mvl/mxv + .byte N06 , An3 , v112 + .byte W24 + .byte Cn4 + .byte W24 + .byte Dn3 + .byte W24 + .byte Fs3 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte An2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte N60 , An3 + .byte W60 + .byte N06 , Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W06 + .byte N03 , An2 + .byte W03 + .byte Cn3 + .byte W03 +bgm_hutago_4_B1: + .byte N06 , Dn3 , v112 + .byte W12 + .byte N03 , Dn3 , v068 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte En3 + .byte W06 + .byte N03 , An2 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Fs3 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Fs3 + .byte W12 + .byte N06 , An2 + .byte W06 + .byte N03 , Dn2 + .byte W03 + .byte Fs2 + .byte W03 + .byte N24 , Cn3 + .byte W12 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte N06 , Bn2 + .byte W12 + .byte Cn3 + .byte W06 + .byte N03 , Gn2 + .byte W03 + .byte Bn2 + .byte W03 + .byte N24 , Dn3 + .byte W12 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte N06 , Bn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte An2 + .byte W06 + .byte N03 , Cn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Fs3 + .byte W24 + .byte N03 , An1 + .byte W03 + .byte Cn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N24 , Fs2 + .byte W06 + .byte BEND , c_v-8 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+0 + .byte W06 + .byte GOTO + .word bgm_hutago_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_hutago_5: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte VOL , 55*bgm_hutago_mvl/mxv + .byte W12 + .byte N03 , Cs5 , v112 + .byte W24 + .byte N03 + .byte W60 + .byte W96 +bgm_hutago_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W36 + .byte N03 , Cs4 , v112 + .byte W24 + .byte Cs5 , v080 + .byte W36 + .byte GOTO + .word bgm_hutago_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_hutago_6: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 56*bgm_hutago_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Dn4 , v112 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte N03 , Dn3 + .byte N06 , Gn4 + .byte W03 + .byte N03 , Fs3 + .byte W03 + .byte An3 + .byte W03 + .byte Cn4 + .byte W03 + .byte N60 , Dn4 + .byte W06 + .byte BEND , c_v+8 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+8 + .byte W06 + .byte c_v+0 + .byte W36 + .byte N06 , Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte An3 + .byte W03 +bgm_hutago_6_B1: + .byte N24 , Bn3 , v112 + .byte W12 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte N06 , Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte An3 + .byte W03 + .byte N36 , Cn4 + .byte W12 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W18 + .byte N06 , An3 + .byte W12 + .byte Fn3 + .byte W06 + .byte N03 , An2 + .byte W03 + .byte Dn3 + .byte W03 + .byte N24 , Fs3 + .byte W12 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte N06 , Gn3 + .byte W12 + .byte An3 + .byte W06 + .byte N03 , Dn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N24 , Bn3 + .byte W12 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte N06 , Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Fs3 + .byte W06 + .byte N03 , An3 + .byte W03 + .byte Cn4 + .byte W03 + .byte N06 , Dn4 + .byte W24 + .byte N03 , Dn2 , v080 + .byte N06 , Dn5 + .byte W03 + .byte N03 , Fs2 , v112 + .byte W03 + .byte An2 + .byte W03 + .byte Cn3 + .byte W03 + .byte N24 , Dn3 + .byte W06 + .byte BEND , c_v-8 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+0 + .byte W06 + .byte GOTO + .word bgm_hutago_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_hutago_7: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte VOL , 40*bgm_hutago_mvl/mxv + .byte PAN , c_v-62 + .byte W96 + .byte N03 , An3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte N36 , Dn3 + .byte W72 +bgm_hutago_7_B1: + .byte PAN , c_v+0 + .byte N03 , Dn3 , v112 + .byte W12 + .byte Gn3 + .byte W03 + .byte Fn3 , v064 + .byte W03 + .byte En3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 , v112 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Dn3 + .byte W12 +bgm_hutago_7_000: + .byte N03 , Cn3 , v112 + .byte W12 + .byte Fn3 + .byte W03 + .byte En3 , v064 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cs3 + .byte W03 + .byte Cn3 , v112 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs2 + .byte W12 + .byte An2 + .byte W12 + .byte PEND + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W03 + .byte Fn3 , v064 + .byte W03 + .byte En3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 , v112 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte PATT + .word bgm_hutago_7_000 + .byte GOTO + .word bgm_hutago_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_hutago_8: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+63 + .byte VOL , 40*bgm_hutago_mvl/mxv + .byte W96 + .byte N03 , Fs4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , An3 + .byte W72 +bgm_hutago_8_B1: +bgm_hutago_8_000: + .byte PAN , c_v+63 + .byte N03 , Gn3 , v112 + .byte W12 + .byte Dn4 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte PAN , c_v-64 + .byte N03 , Gn3 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte PAN , c_v+63 + .byte N03 , As3 + .byte W12 + .byte Bn3 + .byte W12 + .byte PAN , c_v-63 + .byte N03 , As3 + .byte W12 + .byte Bn3 + .byte W12 + .byte PEND +bgm_hutago_8_001: + .byte PAN , c_v+63 + .byte N03 , An3 , v112 + .byte W12 + .byte Cn4 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte PAN , c_v-63 + .byte N03 , Fn3 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte PAN , c_v+63 + .byte N03 , Fs3 + .byte W12 + .byte An3 + .byte W12 + .byte PAN , c_v-63 + .byte N03 , Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_hutago_8_000 + .byte PATT + .word bgm_hutago_8_001 + .byte GOTO + .word bgm_hutago_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_hutago_9: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 0 + .byte VOL , 58*bgm_hutago_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , En3 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 + .byte W12 + .byte En3 + .byte W12 + .byte N06 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn3 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte Dn3 , v088 + .byte W06 + .byte N06 + .byte W06 + .byte Dn3 , v112 + .byte W72 +bgm_hutago_9_B1: +bgm_hutago_9_000: + .byte N06 , En3 , v112 + .byte W12 + .byte En3 , v072 + .byte W12 + .byte Dn3 , v112 + .byte W36 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte En3 + .byte W12 + .byte En3 , v072 + .byte W12 + .byte Dn3 , v112 + .byte W36 + .byte N06 + .byte W36 + .byte PATT + .word bgm_hutago_9_000 + .byte N06 , En3 , v112 + .byte W12 + .byte En3 , v072 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte GOTO + .word bgm_hutago_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_hutago_10: + .byte KEYSH , bgm_hutago_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte VOL , 27*bgm_hutago_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+2 + .byte N06 , Dn4 , v112 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte N03 , Dn3 + .byte N06 , Gn4 + .byte W03 + .byte N03 , Fs3 + .byte W03 + .byte An3 + .byte W03 + .byte Cn4 + .byte W03 + .byte N60 , Dn4 + .byte W60 + .byte N06 , Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte An3 + .byte W03 +bgm_hutago_10_B1: + .byte N06 , Bn3 , v112 + .byte W24 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte An3 + .byte W03 + .byte N18 , Cn4 + .byte W12 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte Fn3 + .byte W06 + .byte N03 , An2 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Fs3 + .byte W24 + .byte Gn3 + .byte W12 + .byte An3 + .byte W06 + .byte N03 , Dn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , Bn3 + .byte W24 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Fs3 + .byte W06 + .byte N03 , An3 + .byte W03 + .byte Cn4 + .byte W03 + .byte N06 , Dn4 + .byte W24 + .byte N03 , Dn2 + .byte N06 , Dn5 + .byte W03 + .byte N03 , Fs2 + .byte W03 + .byte An2 + .byte W03 + .byte Cn3 + .byte W03 + .byte N06 , Dn3 + .byte W24 + .byte GOTO + .word bgm_hutago_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_hutago: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_hutago_pri @ Priority + .byte bgm_hutago_rev @ Reverb. + + .word bgm_hutago_grp + + .word bgm_hutago_1 + .word bgm_hutago_2 + .word bgm_hutago_3 + .word bgm_hutago_4 + .word bgm_hutago_5 + .word bgm_hutago_6 + .word bgm_hutago_7 + .word bgm_hutago_8 + .word bgm_hutago_9 + .word bgm_hutago_10 + + .end diff --git a/sound/songs/bgm_inter_v.s b/sound/songs/bgm_inter_v.s new file mode 100644 index 000000000..2bfc85843 --- /dev/null +++ b/sound/songs/bgm_inter_v.s @@ -0,0 +1,1067 @@ + .include "MPlayDef.s" + + .equ bgm_inter_v_grp, voicegroup_844D7F0 + .equ bgm_inter_v_pri, 0 + .equ bgm_inter_v_rev, reverb_set+50 + .equ bgm_inter_v_mvl, 127 + .equ bgm_inter_v_key, 0 + .equ bgm_inter_v_tbs, 1 + .equ bgm_inter_v_exg, 0 + .equ bgm_inter_v_cmp, 1 + + .section .rodata + .global bgm_inter_v + .align 2 + +@********************** Track 1 **********************@ + +bgm_inter_v_1: + .byte KEYSH , bgm_inter_v_key+0 + .byte TEMPO , 142*bgm_inter_v_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 39*bgm_inter_v_mvl/mxv + .byte PAN , c_v+0 + .byte W06 + .byte N03 , Gn5 , v112 + .byte W12 + .byte Gn5 , v064 + .byte W12 + .byte Gn5 , v092 + .byte W12 + .byte Gn5 , v060 + .byte W12 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v060 + .byte W12 + .byte Gn5 , v092 + .byte W12 + .byte Gn5 , v064 + .byte W12 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v064 + .byte W12 + .byte Gn5 , v092 + .byte W12 + .byte Gn5 , v116 + .byte W12 + .byte Gn5 , v112 + .byte W12 + .byte Gn5 , v060 + .byte W12 + .byte Gn5 , v092 + .byte W12 + .byte Gn5 , v064 + .byte W12 +bgm_inter_v_1_B1: + .byte N03 , Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W18 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W18 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v064 + .byte W18 + .byte N03 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte N03 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v064 + .byte W18 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v064 + .byte W18 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte Gn5 , v064 + .byte W18 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v076 + .byte W03 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v096 + .byte W06 + .byte GOTO + .word bgm_inter_v_1_B1 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_inter_v_2: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+13 + .byte VOL , 62*bgm_inter_v_mvl/mxv + .byte N03 , Ds4 , v112 + .byte W03 + .byte Cs4 + .byte W03 + .byte N18 , Bn3 + .byte W18 + .byte N06 , En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Bn4 + .byte W24 + .byte N06 + .byte W24 + .byte An4 + .byte W12 + .byte N18 , Gs4 + .byte W18 + .byte N06 , An4 + .byte W06 + .byte Gs4 + .byte W12 + .byte En4 + .byte W24 + .byte N36 , Fs4 + .byte W36 +bgm_inter_v_2_B1: + .byte VOICE , 13 + .byte VOL , 27*bgm_inter_v_mvl/mxv + .byte N03 , Bn5 , v112 + .byte W06 + .byte N06 , Bn5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Bn5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Bn5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte Bn5 , v080 + .byte W06 + .byte Bn5 , v112 + .byte W06 + .byte Bn5 , v080 + .byte W06 +bgm_inter_v_2_000: + .byte N03 , Bn5 , v112 + .byte W06 + .byte N06 , Bn5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Bn5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Bn5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Bn5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte Bn5 , v080 + .byte W06 + .byte Bn5 , v112 + .byte W06 + .byte Bn5 , v080 + .byte W06 + .byte PEND + .byte PATT + .word bgm_inter_v_2_000 + .byte PATT + .word bgm_inter_v_2_000 + .byte GOTO + .word bgm_inter_v_2_B1 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_inter_v_3: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 61*bgm_inter_v_mvl/mxv + .byte W06 + .byte W96 + .byte W96 +bgm_inter_v_3_B1: + .byte BEND , c_v+0 + .byte N18 , Bn0 , v112 + .byte W18 + .byte N03 , Bn1 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte N03 , Bn1 + .byte W06 + .byte BEND , c_v-5 + .byte N24 , Bn0 + .byte W06 + .byte BEND , c_v+0 + .byte W30 + .byte N06 , An0 + .byte W06 + .byte As0 + .byte W06 +bgm_inter_v_3_000: + .byte N15 , Bn0 , v112 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , An0 + .byte W06 + .byte As0 + .byte W06 + .byte N15 , Bn0 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , An0 + .byte W06 + .byte As0 + .byte W06 + .byte PEND + .byte N18 , Bn0 + .byte W18 + .byte N03 , Bn1 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N24 , Bn0 + .byte W36 + .byte N06 , An0 + .byte W06 + .byte As0 + .byte W06 + .byte PATT + .word bgm_inter_v_3_000 + .byte GOTO + .word bgm_inter_v_3_B1 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_inter_v_4: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 60*bgm_inter_v_mvl/mxv + .byte PAN , c_v-24 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Fs3 + .byte W03 + .byte N18 , En3 + .byte W18 + .byte N06 , Gs3 + .byte W06 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W24 + .byte N06 + .byte W24 + .byte Cs4 + .byte W12 + .byte N18 , Bn3 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W24 + .byte N36 , Dn4 + .byte W36 +bgm_inter_v_4_B1: + .byte VOICE , 13 + .byte VOL , 27*bgm_inter_v_mvl/mxv + .byte N03 , En5 , v112 + .byte W06 + .byte N06 , En5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte En5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , En5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte En5 , v080 + .byte W06 + .byte En5 , v112 + .byte W06 + .byte En5 , v080 + .byte W06 +bgm_inter_v_4_000: + .byte N03 , En5 , v112 + .byte W06 + .byte N06 , En5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte En5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , En5 , v064 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En5 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte En5 , v080 + .byte W06 + .byte En5 , v112 + .byte W06 + .byte En5 , v080 + .byte W06 + .byte PEND + .byte PATT + .word bgm_inter_v_4_000 + .byte PATT + .word bgm_inter_v_4_000 + .byte GOTO + .word bgm_inter_v_4_B1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_inter_v_5: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 47*bgm_inter_v_mvl/mxv + .byte PAN , c_v+0 + .byte W06 + .byte W96 + .byte W96 +bgm_inter_v_5_B1: + .byte W84 + .byte N12 , En5 , v096 + .byte W12 + .byte W84 + .byte N12 + .byte W12 + .byte W24 + .byte N12 + .byte W60 + .byte N12 + .byte W12 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W36 + .byte GOTO + .word bgm_inter_v_5_B1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_inter_v_6: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte PAN , c_v-61 + .byte N03 , Bn4 , v108 + .byte W03 + .byte Ds5 + .byte W03 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte En6 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte En6 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Dn6 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Dn6 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Cs6 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Cs6 + .byte W06 + .byte Bn5 + .byte W06 + .byte En5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Bn5 + .byte W06 + .byte En6 + .byte W06 + .byte Fs5 + .byte W06 + .byte An5 + .byte W06 + .byte Cs6 + .byte W06 + .byte Fs6 + .byte W06 +bgm_inter_v_6_B1: + .byte VOICE , 83 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N84 , Bn2 , v112 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 33*bgm_inter_v_mvl/mxv + .byte W05 + .byte 29*bgm_inter_v_mvl/mxv + .byte W07 + .byte 26*bgm_inter_v_mvl/mxv + .byte W05 + .byte 19*bgm_inter_v_mvl/mxv + .byte W07 + .byte 15*bgm_inter_v_mvl/mxv + .byte W05 + .byte 8*bgm_inter_v_mvl/mxv + .byte W07 + .byte 4*bgm_inter_v_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N06 , Fs2 + .byte W06 + .byte Bn2 + .byte W06 + .byte N96 , Fs2 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 33*bgm_inter_v_mvl/mxv + .byte W05 + .byte 29*bgm_inter_v_mvl/mxv + .byte W07 + .byte 23*bgm_inter_v_mvl/mxv + .byte W05 + .byte 16*bgm_inter_v_mvl/mxv + .byte W07 + .byte 12*bgm_inter_v_mvl/mxv + .byte W05 + .byte 9*bgm_inter_v_mvl/mxv + .byte W07 + .byte 4*bgm_inter_v_mvl/mxv + .byte W05 + .byte 2*bgm_inter_v_mvl/mxv + .byte W13 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N84 , Bn2 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 40*bgm_inter_v_mvl/mxv + .byte W05 + .byte 33*bgm_inter_v_mvl/mxv + .byte W07 + .byte 29*bgm_inter_v_mvl/mxv + .byte W05 + .byte 25*bgm_inter_v_mvl/mxv + .byte W07 + .byte 18*bgm_inter_v_mvl/mxv + .byte W05 + .byte 9*bgm_inter_v_mvl/mxv + .byte W07 + .byte 6*bgm_inter_v_mvl/mxv + .byte W05 + .byte 4*bgm_inter_v_mvl/mxv + .byte W01 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N06 , En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N96 , Fs3 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 34*bgm_inter_v_mvl/mxv + .byte W05 + .byte 32*bgm_inter_v_mvl/mxv + .byte W07 + .byte 27*bgm_inter_v_mvl/mxv + .byte W05 + .byte 23*bgm_inter_v_mvl/mxv + .byte W07 + .byte 20*bgm_inter_v_mvl/mxv + .byte W05 + .byte 16*bgm_inter_v_mvl/mxv + .byte W07 + .byte 12*bgm_inter_v_mvl/mxv + .byte W05 + .byte 7*bgm_inter_v_mvl/mxv + .byte W07 + .byte 4*bgm_inter_v_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_inter_v_6_B1 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_inter_v_7: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte PAN , c_v+63 + .byte N03 , Gs4 , v108 + .byte W03 + .byte Bn4 + .byte W03 + .byte En5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte En5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte En5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte An5 + .byte W06 + .byte Cs6 + .byte W06 +bgm_inter_v_7_B1: + .byte VOICE , 84 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N84 , Fs3 , v112 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 33*bgm_inter_v_mvl/mxv + .byte W05 + .byte 29*bgm_inter_v_mvl/mxv + .byte W07 + .byte 26*bgm_inter_v_mvl/mxv + .byte W05 + .byte 19*bgm_inter_v_mvl/mxv + .byte W07 + .byte 15*bgm_inter_v_mvl/mxv + .byte W05 + .byte 8*bgm_inter_v_mvl/mxv + .byte W07 + .byte 4*bgm_inter_v_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N06 , Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N96 , Bn2 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 33*bgm_inter_v_mvl/mxv + .byte W05 + .byte 29*bgm_inter_v_mvl/mxv + .byte W07 + .byte 23*bgm_inter_v_mvl/mxv + .byte W05 + .byte 16*bgm_inter_v_mvl/mxv + .byte W07 + .byte 12*bgm_inter_v_mvl/mxv + .byte W05 + .byte 9*bgm_inter_v_mvl/mxv + .byte W07 + .byte 4*bgm_inter_v_mvl/mxv + .byte W05 + .byte 2*bgm_inter_v_mvl/mxv + .byte W13 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N84 , Fs3 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 40*bgm_inter_v_mvl/mxv + .byte W05 + .byte 33*bgm_inter_v_mvl/mxv + .byte W07 + .byte 29*bgm_inter_v_mvl/mxv + .byte W05 + .byte 25*bgm_inter_v_mvl/mxv + .byte W07 + .byte 18*bgm_inter_v_mvl/mxv + .byte W05 + .byte 9*bgm_inter_v_mvl/mxv + .byte W07 + .byte 6*bgm_inter_v_mvl/mxv + .byte W05 + .byte 4*bgm_inter_v_mvl/mxv + .byte W01 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte As3 + .byte W06 + .byte N96 , Bn3 + .byte W36 + .byte MOD , 5 + .byte VOL , 44*bgm_inter_v_mvl/mxv + .byte W06 + .byte 34*bgm_inter_v_mvl/mxv + .byte W05 + .byte 32*bgm_inter_v_mvl/mxv + .byte W07 + .byte 27*bgm_inter_v_mvl/mxv + .byte W05 + .byte 23*bgm_inter_v_mvl/mxv + .byte W07 + .byte 20*bgm_inter_v_mvl/mxv + .byte W05 + .byte 16*bgm_inter_v_mvl/mxv + .byte W07 + .byte 12*bgm_inter_v_mvl/mxv + .byte W05 + .byte 7*bgm_inter_v_mvl/mxv + .byte W07 + .byte 4*bgm_inter_v_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_inter_v_7_B1 + .byte MOD , 0 + .byte VOL , 37*bgm_inter_v_mvl/mxv + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_inter_v_8: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 58*bgm_inter_v_mvl/mxv + .byte W06 + .byte N06 , Cn1 , v112 + .byte N24 , An2 , v080 + .byte W18 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte N24 , An2 , v068 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte N36 , An2 , v076 + .byte W12 + .byte N06 , Dn1 , v112 + .byte W12 + .byte Dn1 , v092 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v112 + .byte N24 , An2 , v072 + .byte W18 + .byte N06 , Cn1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte Dn1 , v116 + .byte N24 , An2 , v072 + .byte W12 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn1 + .byte N36 , An2 , v072 + .byte W12 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v092 + .byte W06 + .byte Dn1 , v064 + .byte W06 +bgm_inter_v_8_B1: + .byte N48 , An2 , v092 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_inter_v_8_B1 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_inter_v_9: + .byte KEYSH , bgm_inter_v_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 60*bgm_inter_v_mvl/mxv + .byte W06 + .byte N06 , En1 , v112 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , En2 + .byte W12 + .byte En1 + .byte W06 + .byte Ds1 + .byte W06 + .byte N12 , Dn1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N12 , Dn1 + .byte W12 + .byte N06 , Cs1 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Cs2 + .byte W12 + .byte N12 , Cs1 + .byte W12 + .byte N06 , Cn1 + .byte W12 + .byte N12 , Cn2 + .byte W12 + .byte N06 , Dn1 + .byte W12 + .byte N12 , Dn2 + .byte W12 +bgm_inter_v_9_B1: + .byte VOL , 27*bgm_inter_v_mvl/mxv + .byte BEND , c_v+1 + .byte N18 , Bn1 , v112 + .byte W18 + .byte N03 , Bn2 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N24 , Bn1 + .byte W36 + .byte N06 , An1 + .byte W06 + .byte As1 + .byte W06 +bgm_inter_v_9_000: + .byte N15 , Bn1 , v112 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , An1 + .byte W06 + .byte As1 + .byte W06 + .byte N15 , Bn1 + .byte W18 + .byte N03 + .byte W18 + .byte N06 , An1 + .byte W06 + .byte As1 + .byte W06 + .byte PEND + .byte N18 , Bn1 + .byte W18 + .byte N03 , Bn2 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N24 , Bn1 + .byte W36 + .byte N06 , An1 + .byte W06 + .byte As1 + .byte W06 + .byte PATT + .word bgm_inter_v_9_000 + .byte GOTO + .word bgm_inter_v_9_B1 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_inter_v: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_inter_v_pri @ Priority + .byte bgm_inter_v_rev @ Reverb. + + .word bgm_inter_v_grp + + .word bgm_inter_v_1 + .word bgm_inter_v_2 + .word bgm_inter_v_3 + .word bgm_inter_v_4 + .word bgm_inter_v_5 + .word bgm_inter_v_6 + .word bgm_inter_v_7 + .word bgm_inter_v_8 + .word bgm_inter_v_9 + + .end diff --git a/sound/songs/bgm_kachi1.s b/sound/songs/bgm_kachi1.s new file mode 100644 index 000000000..ccc6c813f --- /dev/null +++ b/sound/songs/bgm_kachi1.s @@ -0,0 +1,3186 @@ + .include "MPlayDef.s" + + .equ bgm_kachi1_grp, voicegroup_843EBBC + .equ bgm_kachi1_pri, 0 + .equ bgm_kachi1_rev, reverb_set+50 + .equ bgm_kachi1_mvl, 127 + .equ bgm_kachi1_key, 0 + .equ bgm_kachi1_tbs, 1 + .equ bgm_kachi1_exg, 0 + .equ bgm_kachi1_cmp, 1 + + .section .rodata + .global bgm_kachi1 + .align 2 + +@********************** Track 1 **********************@ + +bgm_kachi1_1: + .byte KEYSH , bgm_kachi1_key+0 + .byte TEMPO , 136*bgm_kachi1_tbs/2 + .byte W08 + .byte VOICE , 56 + .byte PAN , c_v-16 + .byte VOL , 89*bgm_kachi1_mvl/mxv + .byte N02 , Dn3 , v112 + .byte W02 + .byte Ds3 + .byte W02 + .byte En3 + .byte W02 + .byte Fn3 + .byte W02 + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v036 + .byte W04 + .byte N02 , Fs3 , v112 + .byte W02 + .byte N04 , Fs3 , v036 + .byte W06 + .byte N02 , Fs3 , v112 + .byte W02 + .byte N04 , Fs3 , v036 + .byte W06 + .byte N02 , Fs3 , v112 + .byte W02 + .byte N04 , Fs3 , v036 + .byte W06 + .byte N02 , Gn3 , v112 + .byte W02 + .byte N04 , Gn3 , v036 + .byte W06 + .byte N08 , An3 , v112 + .byte W08 + .byte VOL , 34*bgm_kachi1_mvl/mxv + .byte N24 , Bn3 + .byte W02 + .byte VOL , 37*bgm_kachi1_mvl/mxv + .byte W02 + .byte 40*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 49*bgm_kachi1_mvl/mxv + .byte W02 + .byte 54*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 72*bgm_kachi1_mvl/mxv + .byte W02 + .byte 78*bgm_kachi1_mvl/mxv + .byte W02 + .byte 85*bgm_kachi1_mvl/mxv + .byte W02 + .byte 91*bgm_kachi1_mvl/mxv + .byte W02 + .byte 89*bgm_kachi1_mvl/mxv + .byte PAN , c_v-32 + .byte N08 , Gn4 , v096 + .byte W08 + .byte N02 , Fs4 , v060 + .byte W02 + .byte Fn4 + .byte W02 + .byte VOICE , 17 + .byte N04 , Dn4 , v112 + .byte W02 + .byte PAN , c_v-16 + .byte W02 + .byte N04 , En4 + .byte W04 + .byte Fs4 + .byte W04 +bgm_kachi1_1_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_kachi1_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kachi1_2: + .byte KEYSH , bgm_kachi1_key+0 + .byte W08 + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte VOL , 85*bgm_kachi1_mvl/mxv + .byte W08 + .byte W84 + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 59*bgm_kachi1_mvl/mxv + .byte N08 , As3 , v096 + .byte W02 + .byte VOL , 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 75*bgm_kachi1_mvl/mxv + .byte W02 + .byte 81*bgm_kachi1_mvl/mxv + .byte W02 +bgm_kachi1_2_B1: + .byte VOL , 55*bgm_kachi1_mvl/mxv + .byte PAN , c_v-16 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Bn3 , v096 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte Dn3 , v064 + .byte W04 + .byte Dn3 , v036 + .byte W04 + .byte Gn3 , v064 + .byte W04 + .byte N02 , Gn3 , v036 + .byte W02 + .byte An3 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , Bn3 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , En4 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte En3 , v064 + .byte W04 + .byte En3 , v036 + .byte W04 + .byte An3 , v064 + .byte W04 + .byte N02 , An3 , v036 + .byte W02 + .byte Ds4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , En4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Bn3 , v064 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte En4 , v064 + .byte W04 + .byte En4 , v036 + .byte W02 + .byte N02 , Gn4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , Fs4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Cn4 + .byte W04 + .byte Cn4 , v036 + .byte W04 + .byte Gn3 , v064 + .byte W04 + .byte Gn3 , v036 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte Dn4 , v036 + .byte W02 + .byte N02 , Fn4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , En4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte Dn3 , v064 + .byte W04 + .byte Dn3 , v036 + .byte W04 + .byte Gn3 , v064 + .byte W04 + .byte N02 , Gn3 , v036 + .byte W02 + .byte As3 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , Bn3 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , En4 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte En3 , v064 + .byte W04 + .byte En3 , v036 + .byte W04 + .byte An3 , v064 + .byte W04 + .byte N02 , An3 , v036 + .byte W02 + .byte Ds4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , En4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Bn3 , v096 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte N02 , En4 , v036 + .byte W02 + .byte Gn4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , Fs4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Gn4 + .byte W04 + .byte Gn4 , v036 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte N02 , En4 , v036 + .byte W02 + .byte Gn4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , Fs4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte Dn3 , v064 + .byte W04 + .byte Dn3 , v036 + .byte W04 + .byte Gn3 , v064 + .byte W04 + .byte N02 , Gn3 , v036 + .byte W02 + .byte An3 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , Bn3 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , En4 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte En3 , v064 + .byte W04 + .byte En3 , v036 + .byte W04 + .byte An3 , v064 + .byte W04 + .byte N02 , An3 , v036 + .byte W02 + .byte Ds4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , En4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Fn3 , v064 + .byte W04 + .byte Fn3 , v036 + .byte W04 + .byte As3 , v064 + .byte W04 + .byte N02 , As3 , v036 + .byte W02 + .byte Ds4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , Dn4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N04 , En4 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte Gn3 , v064 + .byte W04 + .byte Gn3 , v036 + .byte W04 + .byte Cn4 , v064 + .byte W04 + .byte N02 , Cn4 , v036 + .byte W02 + .byte Fn4 , v096 + .byte W02 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N22 , En4 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 23*bgm_kachi1_mvl/mxv + .byte N02 , Ds4 + .byte W02 + .byte VOL , 23*bgm_kachi1_mvl/mxv + .byte N44 , Dn4 + .byte W02 + .byte VOL , 24*bgm_kachi1_mvl/mxv + .byte W02 + .byte 25*bgm_kachi1_mvl/mxv + .byte W02 + .byte 26*bgm_kachi1_mvl/mxv + .byte W02 + .byte 28*bgm_kachi1_mvl/mxv + .byte W02 + .byte 29*bgm_kachi1_mvl/mxv + .byte W04 + .byte 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 36*bgm_kachi1_mvl/mxv + .byte W02 + .byte 40*bgm_kachi1_mvl/mxv + .byte W02 + .byte 42*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 51*bgm_kachi1_mvl/mxv + .byte W02 + .byte 54*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W06 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N02 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte N02 + .byte W02 + .byte VOL , 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte N02 + .byte W02 + .byte VOL , 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte N02 + .byte W02 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte N02 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte VOL , 23*bgm_kachi1_mvl/mxv + .byte N02 + .byte W02 + .byte VOL , 23*bgm_kachi1_mvl/mxv + .byte N44 , Cs4 + .byte W02 + .byte VOL , 24*bgm_kachi1_mvl/mxv + .byte W02 + .byte 25*bgm_kachi1_mvl/mxv + .byte W02 + .byte 26*bgm_kachi1_mvl/mxv + .byte W02 + .byte 28*bgm_kachi1_mvl/mxv + .byte W02 + .byte 29*bgm_kachi1_mvl/mxv + .byte W04 + .byte 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 36*bgm_kachi1_mvl/mxv + .byte W02 + .byte 40*bgm_kachi1_mvl/mxv + .byte W02 + .byte 42*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 51*bgm_kachi1_mvl/mxv + .byte W02 + .byte 54*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W06 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte VOL , 29*bgm_kachi1_mvl/mxv + .byte N24 , An3 + .byte W02 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 38*bgm_kachi1_mvl/mxv + .byte W02 + .byte 41*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N16 , Bn3 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte GOTO + .word bgm_kachi1_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kachi1_3: + .byte KEYSH , bgm_kachi1_key+0 + .byte W08 + .byte VOICE , 58 + .byte PAN , c_v+0 + .byte VOL , 91*bgm_kachi1_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , As1 , v112 + .byte W02 + .byte Bn1 + .byte W02 + .byte Cn2 + .byte W02 + .byte Cs2 + .byte W02 + .byte BEND , c_v+0 + .byte N04 , Dn2 + .byte W04 + .byte Dn2 , v036 + .byte W04 + .byte N02 , Dn2 , v112 + .byte W02 + .byte N04 , Dn2 , v036 + .byte W06 + .byte N02 , Dn2 , v112 + .byte W02 + .byte N04 , Dn2 , v036 + .byte W06 + .byte N02 , Dn2 , v112 + .byte W02 + .byte N04 , Dn2 , v036 + .byte W06 + .byte N02 , Cn2 , v112 + .byte W02 + .byte N04 , Cn2 , v036 + .byte W06 + .byte N08 , An1 , v112 + .byte W08 + .byte Gn1 + .byte W08 + .byte N02 , Fs1 + .byte W02 + .byte N04 , Fs1 , v036 + .byte W06 + .byte N08 , En1 , v112 + .byte W08 + .byte N16 , Dn1 + .byte W16 + .byte N04 , En1 + .byte W04 + .byte Fs1 + .byte W04 +bgm_kachi1_3_B1: + .byte VOICE , 35 + .byte N04 , Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W04 + .byte N02 , Dn2 , v112 + .byte W02 + .byte N04 , Dn2 , v036 + .byte W06 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W04 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W04 + .byte N02 , Dn2 , v112 + .byte W02 + .byte N04 , Dn2 , v036 + .byte W06 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte N02 , Gn2 , v112 + .byte W02 + .byte N04 , Gn2 , v036 + .byte W06 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W04 + .byte N02 , Gn2 , v112 + .byte W02 + .byte N04 , Gn2 , v036 + .byte W06 + .byte N02 , Gn1 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W04 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte N02 , Fs1 , v112 + .byte W02 + .byte N04 , Fs1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte N02 , Dn2 , v112 + .byte W02 + .byte N04 , Dn2 , v036 + .byte W06 + .byte N02 , Gn2 , v112 + .byte W02 + .byte N04 , Gn2 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte N02 , En2 , v112 + .byte W02 + .byte N04 , En2 , v036 + .byte W06 + .byte N02 , An2 , v112 + .byte W02 + .byte N04 , An2 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte N02 , Fn2 , v112 + .byte W02 + .byte N04 , Fn2 , v036 + .byte W06 + .byte N02 , As2 , v112 + .byte W02 + .byte N04 , As2 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte N02 , Gn2 , v112 + .byte W02 + .byte N04 , Gn2 , v036 + .byte W06 + .byte N02 , Cn3 , v112 + .byte W02 + .byte N04 , Cn3 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W04 + .byte N02 , Gn2 , v112 + .byte W02 + .byte N04 , Gn2 , v036 + .byte W06 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn1 , v112 + .byte W04 + .byte Gn1 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W04 + .byte Gn2 , v036 + .byte W12 + .byte N02 , Gn1 , v112 + .byte W02 + .byte N04 , Gn1 , v036 + .byte W06 + .byte GOTO + .word bgm_kachi1_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kachi1_4: + .byte KEYSH , bgm_kachi1_key+0 + .byte W08 + .byte VOICE , 56 + .byte LFOS , 44 + .byte PAN , c_v+16 + .byte VOL , 90*bgm_kachi1_mvl/mxv + .byte N02 , As3 , v112 + .byte W02 + .byte Bn3 + .byte W02 + .byte Cn4 + .byte W02 + .byte Cs4 + .byte W02 + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte N02 , Dn4 , v112 + .byte W02 + .byte N04 , Dn4 , v036 + .byte W06 + .byte N02 , Dn4 , v112 + .byte W02 + .byte N04 , Dn4 , v036 + .byte W06 + .byte N02 , Dn4 , v112 + .byte W02 + .byte N04 , Dn4 , v036 + .byte W06 + .byte En4 , v112 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte N08 , Fs4 , v112 + .byte W08 + .byte VOL , 34*bgm_kachi1_mvl/mxv + .byte N24 , Gn4 + .byte W02 + .byte VOL , 37*bgm_kachi1_mvl/mxv + .byte W02 + .byte 40*bgm_kachi1_mvl/mxv + .byte W02 + .byte 46*bgm_kachi1_mvl/mxv + .byte W02 + .byte 49*bgm_kachi1_mvl/mxv + .byte W02 + .byte 54*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 67*bgm_kachi1_mvl/mxv + .byte W02 + .byte VOICE , 56 + .byte VOL , 72*bgm_kachi1_mvl/mxv + .byte W02 + .byte 78*bgm_kachi1_mvl/mxv + .byte W02 + .byte 85*bgm_kachi1_mvl/mxv + .byte W02 + .byte 91*bgm_kachi1_mvl/mxv + .byte W02 + .byte PAN , c_v+32 + .byte VOL , 89*bgm_kachi1_mvl/mxv + .byte N08 , Dn5 , v096 + .byte W08 + .byte PAN , c_v+0 + .byte N02 , Cs5 , v076 + .byte W02 + .byte PAN , c_v-24 + .byte N02 , Cn5 , v072 + .byte W02 + .byte PAN , c_v-32 + .byte N02 , Bn4 , v060 + .byte W02 + .byte An4 , v056 + .byte W02 + .byte Gn4 , v052 + .byte W02 + .byte Fs4 , v048 + .byte W02 + .byte En4 , v040 + .byte W02 + .byte Dn4 , v032 + .byte W02 +bgm_kachi1_4_B1: + .byte VOICE , 17 + .byte PAN , c_v+16 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , Gn4 , v112 + .byte W04 + .byte Gn4 , v036 + .byte W04 + .byte Bn3 , v064 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte N02 , Dn4 , v036 + .byte W02 + .byte Fs4 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , Gn4 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , An4 + .byte W04 + .byte An4 , v036 + .byte W04 + .byte Cs4 , v064 + .byte W04 + .byte Cs4 , v036 + .byte W04 + .byte En4 , v064 + .byte W04 + .byte N02 , En4 , v036 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , An4 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , Bn4 + .byte W04 + .byte Bn4 , v036 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte Gn4 , v036 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte N02 , Cn5 , v036 + .byte W02 + .byte Ds5 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , Dn5 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , An4 + .byte W04 + .byte An4 , v036 + .byte W04 + .byte En4 , v064 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte Bn4 , v064 + .byte W04 + .byte N02 , Bn4 , v036 + .byte W02 + .byte Cs5 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , Cn5 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 +bgm_kachi1_4_000: + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , Gn4 , v112 + .byte W04 + .byte Gn4 , v036 + .byte W04 + .byte Bn3 , v064 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte N02 , Dn4 , v036 + .byte W02 + .byte Fs4 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , Gn4 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , An4 + .byte W04 + .byte An4 , v036 + .byte W04 + .byte Cs4 , v064 + .byte W04 + .byte Cs4 , v036 + .byte W04 + .byte En4 , v064 + .byte W04 + .byte N02 , En4 , v036 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , An4 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte PEND + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , Bn4 + .byte W04 + .byte Bn4 , v036 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte Gn4 , v036 + .byte W04 + .byte Cn5 , v064 + .byte W04 + .byte N02 , Cn5 , v036 + .byte W02 + .byte Ds5 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , Dn5 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , Bn4 + .byte W04 + .byte Bn4 , v036 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte Gn4 , v036 + .byte W04 + .byte Cn5 , v112 + .byte W04 + .byte N02 , Cn5 , v036 + .byte W02 + .byte Ds5 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , Dn5 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte PATT + .word bgm_kachi1_4_000 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , As4 , v112 + .byte W04 + .byte As4 , v036 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Fn4 , v064 + .byte W04 + .byte N02 , Fn4 , v036 + .byte W02 + .byte Bn4 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , As4 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , Cn5 + .byte W04 + .byte Cn5 , v036 + .byte W04 + .byte En4 , v064 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte N02 , Gn4 , v036 + .byte W02 + .byte Cs5 , v112 + .byte W02 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N22 , Cn5 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W02 + .byte N02 , Cn5 , v036 + .byte W02 + .byte MOD , 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N02 , Cn5 , v112 + .byte W02 + .byte N44 , Bn4 + .byte W04 + .byte VOL , 47*bgm_kachi1_mvl/mxv + .byte W06 + .byte 49*bgm_kachi1_mvl/mxv + .byte W02 + .byte 49*bgm_kachi1_mvl/mxv + .byte W02 + .byte 51*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 55*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 63*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 76*bgm_kachi1_mvl/mxv + .byte W02 + .byte 85*bgm_kachi1_mvl/mxv + .byte W02 + .byte 85*bgm_kachi1_mvl/mxv + .byte W10 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N02 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte As4 + .byte W02 + .byte N04 , Bn4 , v036 + .byte W06 + .byte N08 , Cn5 , v112 + .byte W08 + .byte N04 , Bn4 + .byte W04 + .byte Bn4 , v036 + .byte W04 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N02 , As4 , v112 + .byte W02 + .byte N44 , An4 + .byte W04 + .byte VOL , 47*bgm_kachi1_mvl/mxv + .byte W02 + .byte 49*bgm_kachi1_mvl/mxv + .byte W02 + .byte 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 51*bgm_kachi1_mvl/mxv + .byte W02 + .byte 54*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 65*bgm_kachi1_mvl/mxv + .byte W02 + .byte 72*bgm_kachi1_mvl/mxv + .byte W02 + .byte 76*bgm_kachi1_mvl/mxv + .byte W02 + .byte 78*bgm_kachi1_mvl/mxv + .byte W02 + .byte 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 84*bgm_kachi1_mvl/mxv + .byte W08 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte N24 , En4 + .byte W02 + .byte VOL , 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 56*bgm_kachi1_mvl/mxv + .byte W02 + .byte 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte 60*bgm_kachi1_mvl/mxv + .byte W02 + .byte 64*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 + .byte 74*bgm_kachi1_mvl/mxv + .byte W02 + .byte MOD , 6 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte W02 + .byte 87*bgm_kachi1_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 81*bgm_kachi1_mvl/mxv + .byte N04 , Bn3 , v064 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte GOTO + .word bgm_kachi1_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kachi1_5: + .byte KEYSH , bgm_kachi1_key+0 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte W08 + .byte VOICE , 75 + .byte PAN , c_v+0 + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte W08 + .byte PAN , c_v+0 + .byte LFOS , 36 + .byte W48 + .byte N24 , Gn3 , v112 + .byte W24 + .byte N08 , Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs3 + .byte W08 +bgm_kachi1_5_B1: + .byte VOL , 46*bgm_kachi1_mvl/mxv + .byte BEND , c_v-5 + .byte N04 , Gn4 , v112 + .byte W08 + .byte Bn3 , v064 + .byte W08 + .byte Dn4 + .byte W06 + .byte N02 , Fs4 , v112 + .byte W02 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , An4 + .byte W08 + .byte Cs4 , v064 + .byte W08 + .byte En4 + .byte W06 + .byte N02 , Gs4 , v112 + .byte W02 + .byte N24 , An4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , Bn4 + .byte W08 + .byte Gn4 , v064 + .byte W08 + .byte Cn5 + .byte W06 + .byte N02 , Ds5 , v112 + .byte W02 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , An4 + .byte W08 + .byte En4 , v064 + .byte W08 + .byte Bn4 + .byte W06 + .byte N02 , Cs5 , v112 + .byte W02 + .byte N24 , Cn5 + .byte W12 + .byte MOD , 6 + .byte W12 +bgm_kachi1_5_000: + .byte MOD , 0 + .byte N04 , Gn4 , v112 + .byte W08 + .byte Bn3 , v064 + .byte W08 + .byte Dn4 + .byte W06 + .byte N02 , Fs4 , v112 + .byte W02 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , An4 + .byte W08 + .byte Cs4 , v064 + .byte W08 + .byte En4 + .byte W06 + .byte N02 , Gs4 , v112 + .byte W02 + .byte N24 , An4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte PEND + .byte 0 + .byte N04 , Bn4 + .byte W16 + .byte Cn5 + .byte W06 + .byte N02 , Ds5 + .byte W02 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , Bn4 + .byte W16 + .byte Cn5 + .byte W06 + .byte N02 , Ds5 + .byte W02 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte PATT + .word bgm_kachi1_5_000 + .byte MOD , 0 + .byte N04 , As4 , v112 + .byte W08 + .byte Dn4 , v064 + .byte W08 + .byte Fn4 + .byte W06 + .byte N02 , Bn4 , v112 + .byte W02 + .byte N24 , As4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , Cn5 + .byte W08 + .byte En4 , v064 + .byte W08 + .byte Gn4 + .byte W06 + .byte N02 , Cs5 , v112 + .byte W02 + .byte N22 , Cn5 + .byte W12 + .byte LFOS , 46 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte BEND , c_v+0 + .byte N02 , As5 + .byte W02 + .byte N36 , Bn5 + .byte W32 + .byte W02 + .byte MOD , 8 + .byte W04 + .byte N02 , Gn5 , v060 + .byte W02 + .byte Fs5 + .byte W02 + .byte En5 + .byte W02 + .byte Ds5 + .byte W02 + .byte MOD , 0 + .byte N24 , Dn5 , v108 + .byte W24 + .byte N02 , As5 , v032 + .byte W02 + .byte N06 , Bn5 , v112 + .byte W06 + .byte N08 , Cn6 + .byte W08 + .byte N04 , Bn5 + .byte W08 + .byte N02 , As5 + .byte W02 + .byte N44 , An5 + .byte W32 + .byte W02 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N24 , En5 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N04 , Bn4 , v064 + .byte W04 + .byte Cn5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Dn5 + .byte W04 + .byte En5 + .byte W04 + .byte Fs5 + .byte W04 + .byte GOTO + .word bgm_kachi1_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kachi1_6: + .byte KEYSH , bgm_kachi1_key+0 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte W08 + .byte VOICE , 83 + .byte PAN , c_v-62 + .byte VOL , 57*bgm_kachi1_mvl/mxv + .byte N02 , As2 , v112 + .byte W02 + .byte Bn2 + .byte W02 + .byte Cn3 + .byte W02 + .byte Cs3 + .byte W02 + .byte LFOS , 41 + .byte N04 , Dn3 + .byte W04 + .byte Dn3 , v036 + .byte W04 + .byte N02 , Dn3 , v112 + .byte W02 + .byte N04 , Dn3 , v036 + .byte W06 + .byte N02 , Dn3 , v112 + .byte W02 + .byte N04 , Dn3 , v036 + .byte W06 + .byte N02 , Dn3 , v112 + .byte W02 + .byte N04 , Dn3 , v036 + .byte W06 + .byte N02 , Cn3 , v112 + .byte W02 + .byte N04 , Cn3 , v036 + .byte W06 + .byte N08 , An2 , v112 + .byte W08 + .byte VOL , 23*bgm_kachi1_mvl/mxv + .byte N24 , Gn2 + .byte W02 + .byte VOL , 26*bgm_kachi1_mvl/mxv + .byte W02 + .byte 27*bgm_kachi1_mvl/mxv + .byte W02 + .byte 29*bgm_kachi1_mvl/mxv + .byte W02 + .byte 34*bgm_kachi1_mvl/mxv + .byte W02 + .byte 40*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte MOD , 8 + .byte W02 + .byte VOL , 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 59*bgm_kachi1_mvl/mxv + .byte W02 + .byte 62*bgm_kachi1_mvl/mxv + .byte W04 + .byte 15*bgm_kachi1_mvl/mxv + .byte MOD , 0 + .byte N24 , Bn2 + .byte W04 + .byte VOL , 17*bgm_kachi1_mvl/mxv + .byte W02 + .byte 21*bgm_kachi1_mvl/mxv + .byte W02 + .byte 23*bgm_kachi1_mvl/mxv + .byte W02 + .byte 27*bgm_kachi1_mvl/mxv + .byte W02 + .byte 33*bgm_kachi1_mvl/mxv + .byte MOD , 8 + .byte W02 + .byte VOL , 39*bgm_kachi1_mvl/mxv + .byte W02 + .byte 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 50*bgm_kachi1_mvl/mxv + .byte W02 + .byte 61*bgm_kachi1_mvl/mxv + .byte W02 + .byte 69*bgm_kachi1_mvl/mxv + .byte W02 +bgm_kachi1_6_B1: + .byte VOICE , 80 + .byte VOL , 31*bgm_kachi1_mvl/mxv + .byte PAN , c_v+0 + .byte MOD , 0 + .byte N02 , Bn3 , v096 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Bn3 , v096 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte An4 , v096 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte Cs5 , v096 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte An4 , v096 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Cn4 , v096 + .byte W04 + .byte Cn4 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 +bgm_kachi1_6_000: + .byte N02 , Bn3 , v096 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Bn3 , v096 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte An4 , v096 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte Cs5 , v096 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte An4 , v096 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte PEND + .byte Dn5 , v096 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 , Bn3 , v064 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte N02 , En5 , v096 + .byte W08 + .byte Cn5 + .byte W08 + .byte An4 + .byte W08 + .byte N04 , Cn5 , v064 + .byte W04 + .byte An4 + .byte W04 + .byte Fs4 + .byte W04 + .byte En4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte PATT + .word bgm_kachi1_6_000 + .byte N02 , As3 , v096 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Fn4 , v096 + .byte W04 + .byte Fn4 , v032 + .byte W04 + .byte As4 , v096 + .byte W04 + .byte As4 , v032 + .byte W04 + .byte Fn4 , v096 + .byte W04 + .byte Fn4 , v032 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Cn4 , v096 + .byte W04 + .byte Cn4 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte BEND , c_v+4 + .byte N04 , Bn3 , v084 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cs5 + .byte W04 + .byte En5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte GOTO + .word bgm_kachi1_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kachi1_7: + .byte KEYSH , bgm_kachi1_key+0 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte W08 + .byte VOICE , 82 + .byte PAN , c_v+63 + .byte VOL , 57*bgm_kachi1_mvl/mxv + .byte W02 + .byte N02 , Ds3 , v112 + .byte W02 + .byte En3 + .byte W02 + .byte Fn3 + .byte W02 + .byte LFOS , 41 + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v036 + .byte W04 + .byte N02 , Fs3 , v112 + .byte W02 + .byte N04 , Fs3 , v036 + .byte W06 + .byte N02 , Fs3 , v112 + .byte W02 + .byte N04 , Fs3 , v036 + .byte W06 + .byte N02 , Fs3 , v112 + .byte W02 + .byte N04 , Fs3 , v036 + .byte W06 + .byte N02 , Gn3 , v112 + .byte W02 + .byte N04 , Gn3 , v036 + .byte W06 + .byte An3 , v112 + .byte W04 + .byte An3 , v036 + .byte W04 + .byte VOL , 23*bgm_kachi1_mvl/mxv + .byte N24 , Bn3 , v112 + .byte W02 + .byte VOL , 24*bgm_kachi1_mvl/mxv + .byte W02 + .byte 29*bgm_kachi1_mvl/mxv + .byte W04 + .byte 32*bgm_kachi1_mvl/mxv + .byte W02 + .byte 37*bgm_kachi1_mvl/mxv + .byte W02 + .byte 43*bgm_kachi1_mvl/mxv + .byte MOD , 8 + .byte W02 + .byte VOL , 44*bgm_kachi1_mvl/mxv + .byte W02 + .byte 52*bgm_kachi1_mvl/mxv + .byte W02 + .byte 62*bgm_kachi1_mvl/mxv + .byte W02 + .byte 65*bgm_kachi1_mvl/mxv + .byte W04 + .byte 46*bgm_kachi1_mvl/mxv + .byte MOD , 0 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 8 + .byte W12 +bgm_kachi1_7_B1: + .byte VOICE , 81 + .byte VOL , 32*bgm_kachi1_mvl/mxv + .byte PAN , c_v-63 + .byte MOD , 0 + .byte N02 , Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Gn5 , v096 + .byte W04 + .byte Gn5 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte PAN , c_v+63 + .byte N02 , Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Cs5 , v096 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte An5 , v096 + .byte W04 + .byte An5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte Cs5 , v096 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte PAN , c_v-62 + .byte N02 , Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Fs5 , v096 + .byte W04 + .byte Fs5 , v032 + .byte W04 + .byte Bn5 , v096 + .byte W04 + .byte Bn5 , v032 + .byte W04 + .byte Fs5 , v096 + .byte W04 + .byte Fs5 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte PAN , c_v+63 + .byte N02 , Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte An5 , v096 + .byte W04 + .byte An5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v032 + .byte W04 +bgm_kachi1_7_000: + .byte PAN , c_v-63 + .byte N02 , Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Gn5 , v096 + .byte W04 + .byte Gn5 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Bn4 , v096 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte PAN , c_v+63 + .byte N02 , Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Cs5 , v096 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte An5 , v096 + .byte W04 + .byte An5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte Cs5 , v096 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte PEND + .byte PAN , c_v-63 + .byte N02 , Fs5 , v096 + .byte W08 + .byte Dn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte N04 , Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Gs5 + .byte W04 + .byte PAN , c_v+63 + .byte N02 , An5 + .byte W08 + .byte En5 + .byte W08 + .byte Cn5 + .byte W08 + .byte N04 , An5 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Cn5 + .byte W04 + .byte An4 + .byte W04 + .byte PATT + .word bgm_kachi1_7_000 + .byte PAN , c_v-63 + .byte N02 , Fn4 , v096 + .byte W04 + .byte Fn4 , v032 + .byte W04 + .byte As4 , v096 + .byte W04 + .byte As4 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte Fn5 , v096 + .byte W04 + .byte Fn5 , v032 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte As4 , v096 + .byte W04 + .byte As4 , v032 + .byte W04 + .byte PAN , c_v+63 + .byte N02 , Gn4 , v096 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte Gn5 , v096 + .byte W04 + .byte Gn5 , v032 + .byte W04 + .byte En5 , v096 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Gn4 , v084 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Bn5 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cs5 + .byte W04 + .byte En5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Bn5 + .byte W04 + .byte Cs6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte En5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte En5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gn5 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte GOTO + .word bgm_kachi1_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_kachi1_8: + .byte KEYSH , bgm_kachi1_key+0 + .byte W08 + .byte VOICE , 0 + .byte VOL , 69*bgm_kachi1_mvl/mxv + .byte PAN , c_v+0 + .byte N02 , Cn1 , v112 + .byte W02 + .byte En1 , v064 + .byte W02 + .byte N02 + .byte W02 + .byte N02 + .byte W02 + .byte En1 , v112 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , Cn1 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte Dn1 + .byte W08 + .byte N24 , An2 + .byte W24 +bgm_kachi1_8_B1: +bgm_kachi1_8_000: + .byte N04 , Cn1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , En1 , v112 + .byte W16 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , En1 , v112 + .byte W08 + .byte Dn1 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte PEND + .byte N04 , Cn1 , v112 + .byte W08 + .byte En1 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , En1 , v112 + .byte W16 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , Dn1 , v112 + .byte W08 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte PATT + .word bgm_kachi1_8_000 + .byte N04 , Cn1 , v112 + .byte W08 + .byte En1 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , En1 , v112 + .byte W16 + .byte N02 , Cn1 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , Dn1 , v112 + .byte W08 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte PATT + .word bgm_kachi1_8_000 + .byte N04 , Cn1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , En1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , Dn1 , v112 + .byte W08 + .byte Cn1 + .byte W08 + .byte Dn1 + .byte W08 + .byte PATT + .word bgm_kachi1_8_000 + .byte N04 , Cn1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , En1 , v112 + .byte W16 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As1 , v064 + .byte W08 + .byte N04 , Dn1 , v112 + .byte W08 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte GOTO + .word bgm_kachi1_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_kachi1_9: + .byte KEYSH , bgm_kachi1_key+0 + .byte PAN , c_v+0 + .byte VOL , 42*bgm_kachi1_mvl/mxv + .byte W08 + .byte VOICE , 127 + .byte W08 + .byte N04 , Gn4 , v112 + .byte W08 + .byte N02 , Gn4 , v080 + .byte W08 + .byte Gn4 , v084 + .byte W08 + .byte Cn5 , v096 + .byte W08 + .byte Cn5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte Dn4 , v112 + .byte W08 + .byte En3 + .byte W08 + .byte N02 + .byte W08 + .byte VOICE , 126 + .byte PAN , c_v+63 + .byte N24 , Cn5 , v120 + .byte W08 + .byte PAN , c_v-64 + .byte W16 +bgm_kachi1_9_B1: + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte N04 , Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 + .byte W08 +bgm_kachi1_9_000: + .byte N04 , Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_kachi1_9_000 + .byte N04 , Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N02 , Gn5 , v112 + .byte W04 + .byte Gn5 , v064 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 , Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N02 , Gn5 , v112 + .byte W04 + .byte Gn5 , v064 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte PATT + .word bgm_kachi1_9_000 + .byte PATT + .word bgm_kachi1_9_000 + .byte PATT + .word bgm_kachi1_9_000 + .byte N04 , Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte N04 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N02 , Gn5 , v112 + .byte W04 + .byte Gn5 , v064 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte GOTO + .word bgm_kachi1_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kachi1: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kachi1_pri @ Priority + .byte bgm_kachi1_rev @ Reverb. + + .word bgm_kachi1_grp + + .word bgm_kachi1_1 + .word bgm_kachi1_2 + .word bgm_kachi1_3 + .word bgm_kachi1_4 + .word bgm_kachi1_5 + .word bgm_kachi1_6 + .word bgm_kachi1_7 + .word bgm_kachi1_8 + .word bgm_kachi1_9 + + .end diff --git a/sound/songs/bgm_kachi2.s b/sound/songs/bgm_kachi2.s new file mode 100644 index 000000000..cfb3be47f --- /dev/null +++ b/sound/songs/bgm_kachi2.s @@ -0,0 +1,1073 @@ + .include "MPlayDef.s" + + .equ bgm_kachi2_grp, voicegroup_8434728 + .equ bgm_kachi2_pri, 0 + .equ bgm_kachi2_rev, reverb_set+50 + .equ bgm_kachi2_mvl, 127 + .equ bgm_kachi2_key, 0 + .equ bgm_kachi2_tbs, 1 + .equ bgm_kachi2_exg, 0 + .equ bgm_kachi2_cmp, 1 + + .section .rodata + .global bgm_kachi2 + .align 2 + +@********************** Track 1 **********************@ + +bgm_kachi2_1: + .byte KEYSH , bgm_kachi2_key+0 + .byte TEMPO , 140*bgm_kachi2_tbs/2 + .byte W09 + .byte VOICE , 73 + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte BENDR , 3 + .byte PAN , c_v-8 + .byte BEND , c_v+0 + .byte N06 , En4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte N68 , Bn4 + .byte W06 + .byte VOL , 69*bgm_kachi2_mvl/mxv + .byte W03 + .byte 60*bgm_kachi2_mvl/mxv + .byte W03 + .byte 52*bgm_kachi2_mvl/mxv + .byte W06 + .byte 45*bgm_kachi2_mvl/mxv + .byte W06 + .byte 37*bgm_kachi2_mvl/mxv + .byte W12 + .byte MOD , 5 + .byte W03 + .byte VOL , 44*bgm_kachi2_mvl/mxv + .byte W06 + .byte 49*bgm_kachi2_mvl/mxv + .byte W03 + .byte 56*bgm_kachi2_mvl/mxv + .byte W03 + .byte 63*bgm_kachi2_mvl/mxv + .byte W03 + .byte 70*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte W15 +bgm_kachi2_1_B1: + .byte PAN , c_v+0 + .byte MOD , 0 + .byte N06 , Bn4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte Cs5 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Bn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte Cs5 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Bn4 + .byte W24 + .byte Cn4 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W06 +bgm_kachi2_1_000: + .byte N06 , Cn5 , v112 + .byte W12 + .byte As4 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte PEND + .byte Dn5 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte PATT + .word bgm_kachi2_1_000 + .byte N06 , Dn5 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W24 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte GOTO + .word bgm_kachi2_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kachi2_2: + .byte KEYSH , bgm_kachi2_key+0 + .byte W09 + .byte VOICE , 56 + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte PAN , c_v+10 + .byte N06 , Gs3 , v080 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte N68 , En4 , v100 + .byte W06 + .byte VOL , 69*bgm_kachi2_mvl/mxv + .byte W03 + .byte 60*bgm_kachi2_mvl/mxv + .byte W03 + .byte 52*bgm_kachi2_mvl/mxv + .byte W06 + .byte 45*bgm_kachi2_mvl/mxv + .byte W06 + .byte 37*bgm_kachi2_mvl/mxv + .byte W12 + .byte MOD , 5 + .byte W03 + .byte VOL , 44*bgm_kachi2_mvl/mxv + .byte W06 + .byte 49*bgm_kachi2_mvl/mxv + .byte W03 + .byte 56*bgm_kachi2_mvl/mxv + .byte W03 + .byte 63*bgm_kachi2_mvl/mxv + .byte W03 + .byte 70*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte W15 +bgm_kachi2_2_B1: + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte MOD , 0 + .byte W12 + .byte N06 , En3 , v092 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W36 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , An1 , v112 + .byte W12 + .byte Bn1 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte W12 + .byte N06 , En3 , v092 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , An1 , v112 + .byte W24 + .byte Bn1 + .byte W48 +bgm_kachi2_2_000: + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte W12 + .byte N06 , Fn3 , v092 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W36 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , As1 , v112 + .byte W12 + .byte Cn2 + .byte W48 + .byte PATT + .word bgm_kachi2_2_000 + .byte N06 , Fn3 , v092 + .byte W24 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , As1 , v112 + .byte W24 + .byte Cn2 + .byte W48 + .byte GOTO + .word bgm_kachi2_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kachi2_3: + .byte KEYSH , bgm_kachi2_key+0 + .byte W09 + .byte VOICE , 58 + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte W24 + .byte N21 , En1 , v127 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Gs0 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 +bgm_kachi2_3_B1: + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte N21 , En1 , v127 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N48 , An1 + .byte W06 + .byte VOL , 67*bgm_kachi2_mvl/mxv + .byte W03 + .byte 58*bgm_kachi2_mvl/mxv + .byte W06 + .byte 54*bgm_kachi2_mvl/mxv + .byte W06 + .byte 57*bgm_kachi2_mvl/mxv + .byte W06 + .byte 64*bgm_kachi2_mvl/mxv + .byte W03 + .byte 69*bgm_kachi2_mvl/mxv + .byte W03 + .byte 76*bgm_kachi2_mvl/mxv + .byte W06 + .byte 80*bgm_kachi2_mvl/mxv + .byte W09 + .byte 62*bgm_kachi2_mvl/mxv + .byte N48 , Bn1 + .byte W06 + .byte VOL , 65*bgm_kachi2_mvl/mxv + .byte W06 + .byte 67*bgm_kachi2_mvl/mxv + .byte W06 + .byte 69*bgm_kachi2_mvl/mxv + .byte W06 + .byte 73*bgm_kachi2_mvl/mxv + .byte W09 + .byte 76*bgm_kachi2_mvl/mxv + .byte W06 + .byte 80*bgm_kachi2_mvl/mxv + .byte W09 + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N24 , An1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W30 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N48 , As1 + .byte W06 + .byte VOL , 67*bgm_kachi2_mvl/mxv + .byte W03 + .byte 58*bgm_kachi2_mvl/mxv + .byte W06 + .byte 54*bgm_kachi2_mvl/mxv + .byte W06 + .byte 57*bgm_kachi2_mvl/mxv + .byte W06 + .byte 64*bgm_kachi2_mvl/mxv + .byte W03 + .byte 69*bgm_kachi2_mvl/mxv + .byte W03 + .byte 76*bgm_kachi2_mvl/mxv + .byte W06 + .byte 80*bgm_kachi2_mvl/mxv + .byte W09 + .byte 62*bgm_kachi2_mvl/mxv + .byte N48 , Cn2 + .byte W06 + .byte VOL , 65*bgm_kachi2_mvl/mxv + .byte W06 + .byte 67*bgm_kachi2_mvl/mxv + .byte W06 + .byte 69*bgm_kachi2_mvl/mxv + .byte W06 + .byte 73*bgm_kachi2_mvl/mxv + .byte W09 + .byte 76*bgm_kachi2_mvl/mxv + .byte W06 + .byte 80*bgm_kachi2_mvl/mxv + .byte W09 + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N24 , As1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W30 + .byte 80*bgm_kachi2_mvl/mxv + .byte N24 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte N24 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi2_mvl/mxv + .byte W03 + .byte 61*bgm_kachi2_mvl/mxv + .byte W03 + .byte 37*bgm_kachi2_mvl/mxv + .byte W03 + .byte 25*bgm_kachi2_mvl/mxv + .byte W03 + .byte GOTO + .word bgm_kachi2_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kachi2_4: + .byte KEYSH , bgm_kachi2_key+0 + .byte W09 + .byte VOICE , 82 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v-48 + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte N06 , Bn2 , v052 + .byte W06 + .byte Cs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N72 , Gs3 + .byte W06 + .byte VOL , 69*bgm_kachi2_mvl/mxv + .byte W03 + .byte 60*bgm_kachi2_mvl/mxv + .byte W03 + .byte 52*bgm_kachi2_mvl/mxv + .byte W06 + .byte 45*bgm_kachi2_mvl/mxv + .byte W06 + .byte 37*bgm_kachi2_mvl/mxv + .byte W15 + .byte 44*bgm_kachi2_mvl/mxv + .byte W06 + .byte 49*bgm_kachi2_mvl/mxv + .byte W03 + .byte 56*bgm_kachi2_mvl/mxv + .byte W03 + .byte 63*bgm_kachi2_mvl/mxv + .byte W03 + .byte 70*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte W15 +bgm_kachi2_4_B1: + .byte PAN , c_v+0 + .byte W12 + .byte N06 , Bn2 , v060 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Cs3 + .byte W96 + .byte W12 + .byte Bn2 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Cs3 + .byte W96 +bgm_kachi2_4_000: + .byte W12 + .byte N06 , Cn3 , v060 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte Dn3 + .byte W96 + .byte PATT + .word bgm_kachi2_4_000 + .byte N06 , Dn3 , v060 + .byte W96 + .byte GOTO + .word bgm_kachi2_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kachi2_5: + .byte KEYSH , bgm_kachi2_key+0 + .byte W09 + .byte VOICE , 80 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte N06 , Gs2 , v052 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Ds3 + .byte W06 + .byte N72 , En3 + .byte W06 + .byte VOL , 69*bgm_kachi2_mvl/mxv + .byte W03 + .byte 60*bgm_kachi2_mvl/mxv + .byte W03 + .byte 52*bgm_kachi2_mvl/mxv + .byte W06 + .byte 45*bgm_kachi2_mvl/mxv + .byte W06 + .byte 37*bgm_kachi2_mvl/mxv + .byte W15 + .byte 44*bgm_kachi2_mvl/mxv + .byte W06 + .byte 49*bgm_kachi2_mvl/mxv + .byte W03 + .byte 56*bgm_kachi2_mvl/mxv + .byte W03 + .byte 63*bgm_kachi2_mvl/mxv + .byte W03 + .byte 70*bgm_kachi2_mvl/mxv + .byte W03 + .byte 80*bgm_kachi2_mvl/mxv + .byte W15 +bgm_kachi2_5_B1: + .byte VOICE , 83 + .byte PAN , c_v+48 + .byte N03 , Bn5 , v032 + .byte W12 + .byte An5 + .byte W12 + .byte Gs5 + .byte W12 + .byte An5 + .byte W12 + .byte Bn5 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cs6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Bn5 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte An5 + .byte W12 + .byte Gs5 + .byte W12 + .byte An5 + .byte W12 + .byte Bn5 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cs6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Bn5 + .byte W48 +bgm_kachi2_5_000: + .byte N03 , Cn6 , v032 + .byte W12 + .byte As5 + .byte W12 + .byte An5 + .byte W12 + .byte As5 + .byte W12 + .byte Cn6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte PEND + .byte Dn6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cn6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte PATT + .word bgm_kachi2_5_000 + .byte N03 , Dn6 , v032 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cn6 + .byte W48 + .byte GOTO + .word bgm_kachi2_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kachi2_6: + .byte KEYSH , bgm_kachi2_key+0 + .byte W09 + .byte VOICE , 81 + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte W36 + .byte N06 , Ds5 , v080 + .byte W06 + .byte Ds5 , v032 + .byte W06 + .byte BEND , c_v+2 + .byte N06 , En5 , v080 + .byte W12 + .byte En5 , v032 + .byte W12 + .byte En5 , v080 + .byte W12 + .byte En5 , v032 + .byte W12 +bgm_kachi2_6_B1: + .byte MOD , 0 + .byte BEND , c_v+0 + .byte W96 + .byte N06 , An4 , v048 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fs4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte W96 + .byte An4 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Gs4 + .byte W48 + .byte W96 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Gn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte W96 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , An4 + .byte W48 + .byte GOTO + .word bgm_kachi2_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kachi2_7: + .byte KEYSH , bgm_kachi2_key+0 + .byte W09 + .byte VOICE , 0 + .byte VOL , 80*bgm_kachi2_mvl/mxv + .byte W24 + .byte N03 , En1 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v092 + .byte W06 + .byte En1 , v060 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v072 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v084 + .byte W06 +bgm_kachi2_7_B1: +bgm_kachi2_7_000: + .byte N06 , En1 , v076 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v064 + .byte W12 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v076 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v064 + .byte W06 + .byte En1 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte PEND +bgm_kachi2_7_001: + .byte N06 , En1 , v112 + .byte W24 + .byte Fs2 , v064 + .byte W24 + .byte N12 , Bn2 , v092 + .byte W24 + .byte N06 , En1 , v112 + .byte N03 , Fs2 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Fs2 , v040 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v052 + .byte W06 + .byte En1 , v088 + .byte N06 , Fs2 , v060 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kachi2_7_000 + .byte PATT + .word bgm_kachi2_7_001 + .byte PATT + .word bgm_kachi2_7_000 + .byte PATT + .word bgm_kachi2_7_001 + .byte PATT + .word bgm_kachi2_7_000 + .byte PATT + .word bgm_kachi2_7_001 + .byte GOTO + .word bgm_kachi2_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kachi2: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kachi2_pri @ Priority + .byte bgm_kachi2_rev @ Reverb. + + .word bgm_kachi2_grp + + .word bgm_kachi2_1 + .word bgm_kachi2_2 + .word bgm_kachi2_3 + .word bgm_kachi2_4 + .word bgm_kachi2_5 + .word bgm_kachi2_6 + .word bgm_kachi2_7 + + .end diff --git a/sound/songs/bgm_kachi22.s b/sound/songs/bgm_kachi22.s new file mode 100644 index 000000000..81fdecd0d --- /dev/null +++ b/sound/songs/bgm_kachi22.s @@ -0,0 +1,882 @@ + .include "MPlayDef.s" + + .equ bgm_kachi22_grp, voicegroup_8434728 + .equ bgm_kachi22_pri, 0 + .equ bgm_kachi22_rev, reverb_set+50 + .equ bgm_kachi22_mvl, 127 + .equ bgm_kachi22_key, 0 + .equ bgm_kachi22_tbs, 1 + .equ bgm_kachi22_exg, 0 + .equ bgm_kachi22_cmp, 1 + + .section .rodata + .global bgm_kachi22 + .align 2 + +@********************** Track 1 **********************@ + +bgm_kachi22_1: + .byte KEYSH , bgm_kachi22_key+0 + .byte TEMPO , 140*bgm_kachi22_tbs/2 + .byte W12 +bgm_kachi22_1_B1: + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte MOD , 0 + .byte VOL , 80*bgm_kachi22_mvl/mxv + .byte N06 , Bn4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte Cs5 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Bn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte Cs5 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Bn4 + .byte W24 + .byte Cn4 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W06 +bgm_kachi22_1_000: + .byte N06 , Cn5 , v112 + .byte W12 + .byte As4 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte PEND + .byte Dn5 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte PATT + .word bgm_kachi22_1_000 + .byte N06 , Dn5 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W24 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte GOTO + .word bgm_kachi22_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kachi22_2: + .byte KEYSH , bgm_kachi22_key+0 + .byte W12 +bgm_kachi22_2_B1: + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte MOD , 0 + .byte VOL , 80*bgm_kachi22_mvl/mxv + .byte W12 + .byte N06 , En3 , v092 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W36 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , An1 , v112 + .byte W12 + .byte Bn1 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte W12 + .byte N06 , En3 , v092 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , An1 , v112 + .byte W24 + .byte Bn1 + .byte W48 +bgm_kachi22_2_000: + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte W12 + .byte N06 , Fn3 , v092 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N06 + .byte W36 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , As1 , v112 + .byte W12 + .byte Cn2 + .byte W48 + .byte PATT + .word bgm_kachi22_2_000 + .byte N06 , Fn3 , v092 + .byte W24 + .byte VOICE , 47 + .byte PAN , c_v+10 + .byte N12 , As1 , v112 + .byte W24 + .byte Cn2 + .byte W48 + .byte GOTO + .word bgm_kachi22_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kachi22_3: + .byte KEYSH , bgm_kachi22_key+0 + .byte W12 +bgm_kachi22_3_B1: + .byte VOICE , 58 + .byte VOL , 80*bgm_kachi22_mvl/mxv + .byte N21 , En1 , v127 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N48 , An1 + .byte W06 + .byte VOL , 67*bgm_kachi22_mvl/mxv + .byte W03 + .byte 58*bgm_kachi22_mvl/mxv + .byte W06 + .byte 54*bgm_kachi22_mvl/mxv + .byte W06 + .byte 57*bgm_kachi22_mvl/mxv + .byte W06 + .byte 64*bgm_kachi22_mvl/mxv + .byte W03 + .byte 69*bgm_kachi22_mvl/mxv + .byte W03 + .byte 76*bgm_kachi22_mvl/mxv + .byte W06 + .byte 80*bgm_kachi22_mvl/mxv + .byte W09 + .byte 62*bgm_kachi22_mvl/mxv + .byte N48 , Bn1 + .byte W06 + .byte VOL , 65*bgm_kachi22_mvl/mxv + .byte W06 + .byte 67*bgm_kachi22_mvl/mxv + .byte W06 + .byte 69*bgm_kachi22_mvl/mxv + .byte W06 + .byte 73*bgm_kachi22_mvl/mxv + .byte W09 + .byte 76*bgm_kachi22_mvl/mxv + .byte W06 + .byte 80*bgm_kachi22_mvl/mxv + .byte W09 + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N24 , An1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W30 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , En1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N48 , As1 + .byte W06 + .byte VOL , 67*bgm_kachi22_mvl/mxv + .byte W03 + .byte 58*bgm_kachi22_mvl/mxv + .byte W06 + .byte 54*bgm_kachi22_mvl/mxv + .byte W06 + .byte 57*bgm_kachi22_mvl/mxv + .byte W06 + .byte 64*bgm_kachi22_mvl/mxv + .byte W03 + .byte 69*bgm_kachi22_mvl/mxv + .byte W03 + .byte 76*bgm_kachi22_mvl/mxv + .byte W06 + .byte 80*bgm_kachi22_mvl/mxv + .byte W09 + .byte 62*bgm_kachi22_mvl/mxv + .byte N48 , Cn2 + .byte W06 + .byte VOL , 65*bgm_kachi22_mvl/mxv + .byte W06 + .byte 67*bgm_kachi22_mvl/mxv + .byte W06 + .byte 69*bgm_kachi22_mvl/mxv + .byte W06 + .byte 73*bgm_kachi22_mvl/mxv + .byte W09 + .byte 76*bgm_kachi22_mvl/mxv + .byte W06 + .byte 80*bgm_kachi22_mvl/mxv + .byte W09 + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N21 , Cn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N24 , As1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W30 + .byte 80*bgm_kachi22_mvl/mxv + .byte N24 , Fn1 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte 80*bgm_kachi22_mvl/mxv + .byte N24 , Bn0 + .byte W12 + .byte VOL , 73*bgm_kachi22_mvl/mxv + .byte W03 + .byte 61*bgm_kachi22_mvl/mxv + .byte W03 + .byte 37*bgm_kachi22_mvl/mxv + .byte W03 + .byte 25*bgm_kachi22_mvl/mxv + .byte W03 + .byte GOTO + .word bgm_kachi22_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kachi22_4: + .byte KEYSH , bgm_kachi22_key+0 + .byte W12 +bgm_kachi22_4_B1: + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_kachi22_mvl/mxv + .byte W12 + .byte N06 , Bn2 , v060 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Cs3 + .byte W96 + .byte W12 + .byte Bn2 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Cs3 + .byte W96 +bgm_kachi22_4_000: + .byte W12 + .byte N06 , Cn3 , v060 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte Dn3 + .byte W96 + .byte PATT + .word bgm_kachi22_4_000 + .byte N06 , Dn3 , v060 + .byte W96 + .byte GOTO + .word bgm_kachi22_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kachi22_5: + .byte KEYSH , bgm_kachi22_key+0 + .byte W12 +bgm_kachi22_5_B1: + .byte VOICE , 83 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_kachi22_mvl/mxv + .byte N03 , Bn5 , v032 + .byte W12 + .byte An5 + .byte W12 + .byte Gs5 + .byte W12 + .byte An5 + .byte W12 + .byte Bn5 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cs6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Bn5 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte N03 + .byte W12 + .byte An5 + .byte W12 + .byte Gs5 + .byte W12 + .byte An5 + .byte W12 + .byte Bn5 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cs6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Bn5 + .byte W48 +bgm_kachi22_5_000: + .byte N03 , Cn6 , v032 + .byte W12 + .byte As5 + .byte W12 + .byte An5 + .byte W12 + .byte As5 + .byte W12 + .byte Cn6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte PEND + .byte Dn6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cn6 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte PATT + .word bgm_kachi22_5_000 + .byte N03 , Dn6 , v032 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W24 + .byte Cn6 + .byte W48 + .byte GOTO + .word bgm_kachi22_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kachi22_6: + .byte KEYSH , bgm_kachi22_key+0 + .byte W12 +bgm_kachi22_6_B1: + .byte VOICE , 81 + .byte MOD , 0 + .byte VOL , 80*bgm_kachi22_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte N06 , An4 , v048 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fs4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte W96 + .byte An4 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Gs4 + .byte W48 + .byte W96 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Gn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte W96 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , An4 + .byte W48 + .byte GOTO + .word bgm_kachi22_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kachi22_7: + .byte KEYSH , bgm_kachi22_key+0 + .byte W12 +bgm_kachi22_7_B1: + .byte VOICE , 0 + .byte VOL , 80*bgm_kachi22_mvl/mxv + .byte N06 , En1 , v076 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v064 + .byte W12 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v076 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v064 + .byte W06 + .byte En1 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 +bgm_kachi22_7_000: + .byte N06 , En1 , v112 + .byte W24 + .byte Fs2 , v064 + .byte W24 + .byte N12 , Bn2 , v092 + .byte W24 + .byte N06 , En1 , v112 + .byte N03 , Fs2 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Fs2 , v040 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v052 + .byte W06 + .byte En1 , v088 + .byte N06 , Fs2 , v060 + .byte W06 + .byte PEND +bgm_kachi22_7_001: + .byte N06 , En1 , v076 + .byte W12 + .byte N06 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v064 + .byte W12 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v076 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Fs2 , v064 + .byte W06 + .byte En1 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kachi22_7_000 + .byte PATT + .word bgm_kachi22_7_001 + .byte PATT + .word bgm_kachi22_7_000 + .byte PATT + .word bgm_kachi22_7_001 + .byte PATT + .word bgm_kachi22_7_000 + .byte GOTO + .word bgm_kachi22_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kachi22: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kachi22_pri @ Priority + .byte bgm_kachi22_rev @ Reverb. + + .word bgm_kachi22_grp + + .word bgm_kachi22_1 + .word bgm_kachi22_2 + .word bgm_kachi22_3 + .word bgm_kachi22_4 + .word bgm_kachi22_5 + .word bgm_kachi22_6 + .word bgm_kachi22_7 + + .end diff --git a/sound/songs/bgm_kachi3.s b/sound/songs/bgm_kachi3.s new file mode 100644 index 000000000..73cf775ee --- /dev/null +++ b/sound/songs/bgm_kachi3.s @@ -0,0 +1,2951 @@ + .include "MPlayDef.s" + + .equ bgm_kachi3_grp, voicegroup_84342E4 + .equ bgm_kachi3_pri, 0 + .equ bgm_kachi3_rev, reverb_set+50 + .equ bgm_kachi3_mvl, 127 + .equ bgm_kachi3_key, 0 + .equ bgm_kachi3_tbs, 1 + .equ bgm_kachi3_exg, 0 + .equ bgm_kachi3_cmp, 1 + + .section .rodata + .global bgm_kachi3 + .align 2 + +@********************** Track 1 **********************@ + +bgm_kachi3_1: + .byte KEYSH , bgm_kachi3_key+0 + .byte W09 + .byte TEMPO , 138*bgm_kachi3_tbs/2 + .byte VOICE , 56 + .byte LFOS , 26 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte N32 , As3 , v112 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N03 , Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte N32 , Ds4 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N03 , As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOL , 69*bgm_kachi3_mvl/mxv + .byte N36 , Gn4 + .byte W04 + .byte VOL , 65*bgm_kachi3_mvl/mxv + .byte W08 + .byte 60*bgm_kachi3_mvl/mxv + .byte W03 + .byte MOD , 3 + .byte W04 + .byte VOL , 52*bgm_kachi3_mvl/mxv + .byte W07 + .byte 43*bgm_kachi3_mvl/mxv + .byte W10 + .byte 80*bgm_kachi3_mvl/mxv + .byte MOD , 0 + .byte N03 , Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte VOL , 58*bgm_kachi3_mvl/mxv + .byte N92 , As4 , v120 + .byte W09 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W06 + .byte 71*bgm_kachi3_mvl/mxv + .byte MOD , 3 + .byte W06 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte W24 + .byte W03 + .byte 75*bgm_kachi3_mvl/mxv + .byte W06 + .byte 66*bgm_kachi3_mvl/mxv + .byte W06 + .byte 56*bgm_kachi3_mvl/mxv + .byte W03 + .byte 45*bgm_kachi3_mvl/mxv + .byte W03 + .byte 28*bgm_kachi3_mvl/mxv + .byte W03 + .byte 21*bgm_kachi3_mvl/mxv + .byte W03 + .byte 17*bgm_kachi3_mvl/mxv + .byte W03 + .byte 5*bgm_kachi3_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 +bgm_kachi3_1_000: + .byte VOICE , 73 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte N06 , Ds5 , v100 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W24 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W24 + .byte PEND +bgm_kachi3_1_B1: + .byte N06 , Cn5 , v100 + .byte W12 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte As4 + .byte W24 + .byte N24 + .byte W09 + .byte MOD , 5 + .byte W15 + .byte 0 + .byte N06 , Ds5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W24 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W24 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Ds4 + .byte W36 + .byte VOICE , 60 + .byte N06 , Cn4 , v112 + .byte W06 + .byte Dn4 + .byte W06 +bgm_kachi3_1_001: + .byte N06 , Ds4 , v112 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W24 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W24 + .byte PEND + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W24 + .byte N24 + .byte W24 + .byte PATT + .word bgm_kachi3_1_001 + .byte N06 , Cn4 , v112 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W48 + .byte VOICE , 56 + .byte BEND , c_v-9 + .byte N36 , As3 + .byte W03 + .byte BEND , c_v+0 + .byte W15 + .byte MOD , 4 + .byte W18 + .byte 0 + .byte N06 , Gn3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte BEND , c_v-9 + .byte TIE , Ds4 + .byte W03 + .byte BEND , c_v+0 + .byte W44 + .byte W01 +bgm_kachi3_1_002: + .byte MOD , 4 + .byte W48 + .byte VOL , 71*bgm_kachi3_mvl/mxv + .byte W06 + .byte 57*bgm_kachi3_mvl/mxv + .byte W06 + .byte 47*bgm_kachi3_mvl/mxv + .byte W06 + .byte 31*bgm_kachi3_mvl/mxv + .byte W06 + .byte 18*bgm_kachi3_mvl/mxv + .byte W06 + .byte 6*bgm_kachi3_mvl/mxv + .byte W15 + .byte PEND + .byte EOT , Ds4 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte N36 , Cn4 , v112 + .byte W18 + .byte MOD , 4 + .byte W18 + .byte 0 + .byte N06 , An3 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte TIE , Fn4 + .byte W48 + .byte PATT + .word bgm_kachi3_1_002 + .byte EOT , Fn4 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte BEND , c_v-11 + .byte N36 , Gs3 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W15 + .byte MOD , 4 + .byte W18 + .byte 0 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte BEND , c_v-15 + .byte N92 , Dn4 + .byte W03 + .byte BEND , c_v-11 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v+0 + .byte W24 + .byte W03 + .byte MOD , 4 + .byte W12 + .byte VOL , 71*bgm_kachi3_mvl/mxv + .byte W06 + .byte 57*bgm_kachi3_mvl/mxv + .byte W06 + .byte 47*bgm_kachi3_mvl/mxv + .byte W06 + .byte 31*bgm_kachi3_mvl/mxv + .byte W06 + .byte 18*bgm_kachi3_mvl/mxv + .byte W06 + .byte 6*bgm_kachi3_mvl/mxv + .byte W15 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte BEND , c_v-20 + .byte N24 , Gn4 + .byte W03 + .byte BEND , c_v-7 + .byte W03 + .byte c_v+0 + .byte W06 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N24 , Fn4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte VOL , 62*bgm_kachi3_mvl/mxv + .byte MOD , 0 + .byte N80 , Ds4 + .byte W09 + .byte VOL , 65*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W06 + .byte 71*bgm_kachi3_mvl/mxv + .byte MOD , 4 + .byte W09 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W12 + .byte 80*bgm_kachi3_mvl/mxv + .byte W36 + .byte MOD , 0 + .byte W03 + .byte N12 , Cn4 + .byte W12 + .byte N92 , As3 + .byte W30 + .byte MOD , 4 + .byte W18 + .byte VOL , 71*bgm_kachi3_mvl/mxv + .byte W06 + .byte 57*bgm_kachi3_mvl/mxv + .byte W06 + .byte 47*bgm_kachi3_mvl/mxv + .byte W06 + .byte 31*bgm_kachi3_mvl/mxv + .byte W06 + .byte 18*bgm_kachi3_mvl/mxv + .byte W06 + .byte 6*bgm_kachi3_mvl/mxv + .byte W15 + .byte MOD , 0 + .byte W03 + .byte VOICE , 48 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte N36 , As4 , v096 + .byte W36 + .byte N06 , Gn4 + .byte W06 + .byte As4 + .byte W06 + .byte TIE , Ds5 + .byte W48 +bgm_kachi3_1_003: + .byte W36 + .byte W03 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 72*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W09 + .byte 62*bgm_kachi3_mvl/mxv + .byte W06 + .byte 50*bgm_kachi3_mvl/mxv + .byte W06 + .byte 40*bgm_kachi3_mvl/mxv + .byte W06 + .byte 28*bgm_kachi3_mvl/mxv + .byte W06 + .byte 16*bgm_kachi3_mvl/mxv + .byte W03 + .byte PEND + .byte EOT , Ds5 + .byte VOL , 5*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte N36 , Cn5 , v096 + .byte W36 + .byte N06 , An4 + .byte W06 + .byte Cn5 + .byte W06 + .byte TIE , Fn5 + .byte W48 + .byte PATT + .word bgm_kachi3_1_003 + .byte EOT , Fn5 + .byte VOL , 5*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte N36 , Gs4 , v096 + .byte W36 + .byte N06 , Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N90 , Dn5 + .byte W48 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 72*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W09 + .byte 62*bgm_kachi3_mvl/mxv + .byte W06 + .byte 50*bgm_kachi3_mvl/mxv + .byte W06 + .byte 40*bgm_kachi3_mvl/mxv + .byte W06 + .byte 28*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte N24 , As4 + .byte W24 + .byte Dn5 + .byte W24 + .byte N84 , Ds5 + .byte W84 + .byte N12 , Fn5 + .byte W12 + .byte N90 , Ds5 + .byte W48 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 72*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W09 + .byte 62*bgm_kachi3_mvl/mxv + .byte W06 + .byte 50*bgm_kachi3_mvl/mxv + .byte W06 + .byte 40*bgm_kachi3_mvl/mxv + .byte W06 + .byte 28*bgm_kachi3_mvl/mxv + .byte W06 + .byte PATT + .word bgm_kachi3_1_000 + .byte GOTO + .word bgm_kachi3_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kachi3_2: + .byte KEYSH , bgm_kachi3_key+0 + .byte W09 + .byte VOICE , 56 + .byte LFOS , 26 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v+16 + .byte N32 , Gn3 , v084 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N03 , Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N32 , As3 + .byte W15 + .byte MOD , 3 + .byte W18 + .byte 0 + .byte W03 + .byte N03 , Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte VOL , 69*bgm_kachi3_mvl/mxv + .byte N32 , Ds4 , v104 + .byte W04 + .byte VOL , 65*bgm_kachi3_mvl/mxv + .byte W08 + .byte 60*bgm_kachi3_mvl/mxv + .byte W03 + .byte MOD , 3 + .byte W04 + .byte VOL , 52*bgm_kachi3_mvl/mxv + .byte W07 + .byte 43*bgm_kachi3_mvl/mxv + .byte W10 + .byte 80*bgm_kachi3_mvl/mxv + .byte MOD , 0 + .byte N03 , As3 , v092 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOL , 58*bgm_kachi3_mvl/mxv + .byte N92 , Fn4 , v104 + .byte W09 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W06 + .byte 71*bgm_kachi3_mvl/mxv + .byte MOD , 3 + .byte W06 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte W24 + .byte W03 + .byte 75*bgm_kachi3_mvl/mxv + .byte W06 + .byte 66*bgm_kachi3_mvl/mxv + .byte W06 + .byte 56*bgm_kachi3_mvl/mxv + .byte W03 + .byte 45*bgm_kachi3_mvl/mxv + .byte W03 + .byte 28*bgm_kachi3_mvl/mxv + .byte W03 + .byte 21*bgm_kachi3_mvl/mxv + .byte W03 + .byte 17*bgm_kachi3_mvl/mxv + .byte W03 + .byte 5*bgm_kachi3_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 +bgm_kachi3_2_000: + .byte VOICE , 60 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v+0 + .byte N09 , Ds3 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v+31 + .byte N06 , Ds4 , v060 + .byte W12 + .byte Gn4 , v072 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N09 , Dn3 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v+32 + .byte N06 , Dn4 , v060 + .byte W12 + .byte Fn4 , v072 + .byte W24 + .byte PEND +bgm_kachi3_2_B1: + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N09 , Cn3 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v+31 + .byte N06 , Cn4 , v060 + .byte W12 + .byte Ds4 , v072 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N09 , Dn3 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v+32 + .byte N06 , As3 , v060 + .byte W12 + .byte Dn4 , v072 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N09 , Ds3 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v+31 + .byte N06 , Ds4 , v060 + .byte W12 + .byte Gn4 , v072 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N09 , Dn3 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v+32 + .byte N06 , Dn4 , v060 + .byte W12 + .byte Fn4 , v072 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N09 , Cn3 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v+31 + .byte N06 , Cn4 , v072 + .byte W12 + .byte Fn3 + .byte W12 + .byte N06 + .byte W12 + .byte Gn3 + .byte W48 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte PAN , c_v+9 + .byte N06 , Gn3 , v100 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W24 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W24 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte As2 + .byte W12 + .byte Gn2 + .byte W48 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v-32 + .byte N03 , As4 , v076 + .byte W18 + .byte N12 + .byte W12 + .byte N03 , Gs4 , v036 + .byte W03 + .byte Gn4 , v024 + .byte W03 + .byte Ds4 , v008 + .byte W12 + .byte VOICE , 60 + .byte VOL , 53*bgm_kachi3_mvl/mxv + .byte PAN , c_v+16 + .byte N36 , Gn3 , v092 + .byte W06 + .byte VOL , 59*bgm_kachi3_mvl/mxv + .byte W03 + .byte 68*bgm_kachi3_mvl/mxv + .byte W03 + .byte 73*bgm_kachi3_mvl/mxv + .byte W03 + .byte 77*bgm_kachi3_mvl/mxv + .byte W03 + .byte 80*bgm_kachi3_mvl/mxv + .byte W18 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N48 , As3 + .byte W18 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W06 + .byte 63*bgm_kachi3_mvl/mxv + .byte W06 + .byte 57*bgm_kachi3_mvl/mxv + .byte W06 + .byte 63*bgm_kachi3_mvl/mxv + .byte W06 + .byte 70*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte N44 , An3 + .byte W24 + .byte VOL , 74*bgm_kachi3_mvl/mxv + .byte W06 + .byte 65*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 37*bgm_kachi3_mvl/mxv + .byte W03 + .byte 25*bgm_kachi3_mvl/mxv + .byte W03 + .byte 13*bgm_kachi3_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v-32 + .byte N03 , Cn5 , v076 + .byte W18 + .byte N12 + .byte W12 + .byte N03 , As4 , v036 + .byte W03 + .byte An4 , v024 + .byte W03 + .byte Fn4 , v008 + .byte W12 + .byte VOICE , 60 + .byte VOL , 53*bgm_kachi3_mvl/mxv + .byte PAN , c_v+16 + .byte N36 , An3 , v092 + .byte W06 + .byte VOL , 59*bgm_kachi3_mvl/mxv + .byte W03 + .byte 68*bgm_kachi3_mvl/mxv + .byte W03 + .byte 73*bgm_kachi3_mvl/mxv + .byte W03 + .byte 77*bgm_kachi3_mvl/mxv + .byte W03 + .byte 80*bgm_kachi3_mvl/mxv + .byte W18 + .byte N06 , Fn3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N44 , Cn4 + .byte W24 + .byte VOL , 74*bgm_kachi3_mvl/mxv + .byte W06 + .byte 65*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 37*bgm_kachi3_mvl/mxv + .byte W03 + .byte 25*bgm_kachi3_mvl/mxv + .byte W03 + .byte 13*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte W24 + .byte VOICE , 56 + .byte PAN , c_v-32 + .byte N12 , Fn4 , v064 + .byte W12 + .byte Gn4 + .byte W12 + .byte N03 , As4 , v076 + .byte W18 + .byte N12 + .byte W12 + .byte N03 , Gs4 , v036 + .byte W03 + .byte Fn4 , v024 + .byte W03 + .byte Dn4 , v008 + .byte W12 + .byte VOICE , 60 + .byte PAN , c_v+16 + .byte N36 , Fn3 , v092 + .byte W36 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N44 , As3 + .byte W24 + .byte VOL , 74*bgm_kachi3_mvl/mxv + .byte W06 + .byte 65*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 37*bgm_kachi3_mvl/mxv + .byte W03 + .byte 25*bgm_kachi3_mvl/mxv + .byte W03 + .byte 13*bgm_kachi3_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v-32 + .byte N03 , As3 , v076 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Gs3 , v032 + .byte W03 + .byte Ds3 , v020 + .byte W03 + .byte As2 , v012 + .byte W06 + .byte VOICE , 60 + .byte PAN , c_v+16 + .byte N03 , As2 , v092 + .byte W06 + .byte Fn3 + .byte W06 + .byte N32 , Gn3 + .byte W36 + .byte N12 , Ds3 + .byte W12 + .byte N44 , Dn3 + .byte W32 + .byte W01 + .byte VOL , 74*bgm_kachi3_mvl/mxv + .byte W03 + .byte 62*bgm_kachi3_mvl/mxv + .byte W03 + .byte 45*bgm_kachi3_mvl/mxv + .byte W03 + .byte 25*bgm_kachi3_mvl/mxv + .byte W03 + .byte 9*bgm_kachi3_mvl/mxv + .byte W03 + .byte VOICE , 48 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , As2 , v112 + .byte W08 + .byte Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte VOICE , 60 + .byte PAN , c_v+16 + .byte N96 , Gn3 , v080 + .byte W12 + .byte VOL , 77*bgm_kachi3_mvl/mxv + .byte W12 + .byte 70*bgm_kachi3_mvl/mxv + .byte W08 + .byte 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 57*bgm_kachi3_mvl/mxv + .byte W12 + .byte 50*bgm_kachi3_mvl/mxv + .byte W12 + .byte 45*bgm_kachi3_mvl/mxv + .byte W20 + .byte 40*bgm_kachi3_mvl/mxv + .byte W12 + .byte 80*bgm_kachi3_mvl/mxv + .byte N96 + .byte W08 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 44*bgm_kachi3_mvl/mxv + .byte W12 + .byte 48*bgm_kachi3_mvl/mxv + .byte W08 + .byte 53*bgm_kachi3_mvl/mxv + .byte W12 + .byte 60*bgm_kachi3_mvl/mxv + .byte W12 + .byte 68*bgm_kachi3_mvl/mxv + .byte W08 + .byte 76*bgm_kachi3_mvl/mxv + .byte W08 + .byte 80*bgm_kachi3_mvl/mxv + .byte W20 + .byte N96 , An3 + .byte W12 + .byte VOL , 77*bgm_kachi3_mvl/mxv + .byte W12 + .byte 70*bgm_kachi3_mvl/mxv + .byte W08 + .byte 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 57*bgm_kachi3_mvl/mxv + .byte W12 + .byte 50*bgm_kachi3_mvl/mxv + .byte W12 + .byte 45*bgm_kachi3_mvl/mxv + .byte W20 + .byte 40*bgm_kachi3_mvl/mxv + .byte W12 + .byte 80*bgm_kachi3_mvl/mxv + .byte N96 + .byte W08 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 44*bgm_kachi3_mvl/mxv + .byte W12 + .byte 48*bgm_kachi3_mvl/mxv + .byte W08 + .byte 53*bgm_kachi3_mvl/mxv + .byte W12 + .byte 60*bgm_kachi3_mvl/mxv + .byte W12 + .byte 68*bgm_kachi3_mvl/mxv + .byte W08 + .byte 76*bgm_kachi3_mvl/mxv + .byte W08 + .byte 80*bgm_kachi3_mvl/mxv + .byte W20 + .byte N96 , As3 + .byte W12 + .byte VOL , 77*bgm_kachi3_mvl/mxv + .byte W12 + .byte 70*bgm_kachi3_mvl/mxv + .byte W08 + .byte 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 57*bgm_kachi3_mvl/mxv + .byte W12 + .byte 50*bgm_kachi3_mvl/mxv + .byte W12 + .byte 45*bgm_kachi3_mvl/mxv + .byte W20 + .byte 40*bgm_kachi3_mvl/mxv + .byte W09 + .byte 80*bgm_kachi3_mvl/mxv + .byte W03 + .byte N96 , As3 , v092 + .byte W05 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 44*bgm_kachi3_mvl/mxv + .byte W12 + .byte 48*bgm_kachi3_mvl/mxv + .byte W08 + .byte 53*bgm_kachi3_mvl/mxv + .byte W12 + .byte 60*bgm_kachi3_mvl/mxv + .byte W12 + .byte 68*bgm_kachi3_mvl/mxv + .byte W08 + .byte 76*bgm_kachi3_mvl/mxv + .byte W08 + .byte 80*bgm_kachi3_mvl/mxv + .byte W23 + .byte W96 + .byte W96 + .byte PATT + .word bgm_kachi3_2_000 + .byte GOTO + .word bgm_kachi3_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kachi3_3: + .byte KEYSH , bgm_kachi3_key+0 + .byte W09 + .byte VOICE , 90 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte N04 , Ds3 , v040 + .byte W04 + .byte Gn3 + .byte W05 + .byte As3 + .byte W05 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W05 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W05 + .byte As4 + .byte W05 + .byte Ds5 + .byte W05 + .byte Gn5 + .byte W05 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W05 + .byte As3 + .byte W05 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W05 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W05 + .byte As4 + .byte W05 + .byte Ds5 + .byte W05 + .byte Gn5 + .byte W05 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W05 + .byte As3 + .byte W05 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W05 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W05 + .byte As4 + .byte W05 + .byte Ds5 + .byte W05 + .byte Gn5 + .byte W05 + .byte Dn6 + .byte W04 + .byte As5 + .byte W05 + .byte Fn5 + .byte W05 + .byte Dn5 + .byte W05 + .byte As4 + .byte W05 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W05 + .byte As3 + .byte W05 + .byte Fn3 + .byte W05 + .byte Dn3 + .byte W05 + .byte As2 + .byte W04 + .byte Dn3 + .byte W05 + .byte Fn3 + .byte W05 + .byte As3 + .byte W05 + .byte Dn4 + .byte W05 + .byte Fn4 + .byte W04 + .byte As4 + .byte W05 + .byte Dn5 + .byte W05 + .byte Fn5 + .byte W05 + .byte As5 + .byte W05 + .byte VOICE , 81 + .byte N06 , Ds2 + .byte W48 + .byte Dn2 + .byte W48 +bgm_kachi3_3_B1: + .byte N06 , Cn2 , v040 + .byte W48 + .byte As1 + .byte W48 +bgm_kachi3_3_000: + .byte N06 , Ds2 , v040 + .byte W48 + .byte Dn2 + .byte W48 + .byte PEND + .byte Cn2 + .byte W24 + .byte Fn2 , v064 + .byte W12 + .byte Dn2 + .byte W12 + .byte Ds2 + .byte W48 +bgm_kachi3_3_001: + .byte N06 , Ds1 , v080 + .byte W24 + .byte N06 + .byte W24 + .byte As1 + .byte W24 + .byte N06 + .byte W24 + .byte PEND + .byte Gs1 + .byte W24 + .byte N06 + .byte W24 + .byte As1 + .byte W24 + .byte N24 , Dn1 + .byte W24 + .byte PATT + .word bgm_kachi3_3_001 + .byte N06 , Gs1 , v080 + .byte W12 + .byte As1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Ds2 + .byte W48 + .byte N12 , Ds1 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte VOICE , 89 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N21 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N12 + .byte W18 + .byte N18 , Ds2 + .byte W18 + .byte N12 , Gn1 + .byte W12 + .byte Fn1 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte VOICE , 89 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N21 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N18 , Cn2 + .byte W18 + .byte Fn1 + .byte W18 + .byte N12 , Cn2 + .byte W12 + .byte As1 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte VOICE , 89 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N21 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Fn1 + .byte W18 + .byte Ds1 + .byte W18 + .byte N12 , Dn1 + .byte W12 + .byte VOICE , 81 + .byte N12 , Ds1 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N48 , As1 + .byte W48 + .byte N12 + .byte W18 + .byte Cn2 + .byte W18 + .byte Dn2 + .byte W12 + .byte TIE , Ds2 , v040 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , Fn2 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , As1 + .byte W96 + .byte W96 + .byte EOT + .byte VOICE , 89 + .byte N06 , Ds2 , v080 + .byte W12 + .byte VOICE , 81 + .byte N06 + .byte W24 + .byte VOICE , 89 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N06 + .byte W18 + .byte N12 , Gs2 + .byte W18 + .byte N06 , Ds2 + .byte W12 + .byte VOICE , 89 + .byte N06 + .byte W12 + .byte VOICE , 81 + .byte N06 + .byte W24 + .byte VOICE , 89 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 81 + .byte N06 + .byte W18 + .byte N12 , Gn2 + .byte W18 + .byte N06 , Ds2 + .byte W12 + .byte PATT + .word bgm_kachi3_3_000 + .byte GOTO + .word bgm_kachi3_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kachi3_4: + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte KEYSH , bgm_kachi3_key+0 + .byte N24 , Cn3 , v064 + .byte W09 + .byte VOICE , 84 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte N32 , Ds2 , v080 + .byte W36 + .byte N06 + .byte W06 + .byte N12 , Ds2 , v028 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Ds2 , v080 + .byte W12 + .byte Ds2 , v028 + .byte W12 + .byte N06 , Ds2 , v080 + .byte W06 + .byte Ds2 , v028 + .byte W06 + .byte VOL , 69*bgm_kachi3_mvl/mxv + .byte N48 , Ds2 , v080 + .byte W04 + .byte VOL , 65*bgm_kachi3_mvl/mxv + .byte W08 + .byte 60*bgm_kachi3_mvl/mxv + .byte W07 + .byte 52*bgm_kachi3_mvl/mxv + .byte W07 + .byte 43*bgm_kachi3_mvl/mxv + .byte W07 + .byte 37*bgm_kachi3_mvl/mxv + .byte W10 + .byte 41*bgm_kachi3_mvl/mxv + .byte W05 + .byte N96 , Dn2 + .byte W02 + .byte VOL , 45*bgm_kachi3_mvl/mxv + .byte W07 + .byte 52*bgm_kachi3_mvl/mxv + .byte W07 + .byte 59*bgm_kachi3_mvl/mxv + .byte W08 + .byte 66*bgm_kachi3_mvl/mxv + .byte W07 + .byte 74*bgm_kachi3_mvl/mxv + .byte W07 + .byte 80*bgm_kachi3_mvl/mxv + .byte W24 + .byte W01 + .byte 75*bgm_kachi3_mvl/mxv + .byte W06 + .byte 66*bgm_kachi3_mvl/mxv + .byte W06 + .byte 56*bgm_kachi3_mvl/mxv + .byte W03 + .byte 45*bgm_kachi3_mvl/mxv + .byte W03 + .byte 28*bgm_kachi3_mvl/mxv + .byte W03 + .byte 21*bgm_kachi3_mvl/mxv + .byte W03 + .byte 17*bgm_kachi3_mvl/mxv + .byte W03 + .byte 5*bgm_kachi3_mvl/mxv + .byte W06 + .byte W96 +bgm_kachi3_4_B1: + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte W96 + .byte VOICE , 83 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte N06 , Ds6 , v032 + .byte W12 + .byte Dn6 + .byte W12 + .byte Cn6 + .byte W24 + .byte Dn6 + .byte W12 + .byte Cn6 + .byte W12 + .byte As5 + .byte W24 + .byte Cn6 + .byte W12 + .byte As5 + .byte W12 + .byte Gs5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Ds5 + .byte W48 + .byte VOICE , 80 + .byte N12 , Ds3 , v052 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , As3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Dn3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , As3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Cn3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Gs3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , As2 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte N24 , Fn3 , v072 + .byte W06 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W03 + .byte 66*bgm_kachi3_mvl/mxv + .byte W03 + .byte 69*bgm_kachi3_mvl/mxv + .byte W03 + .byte 75*bgm_kachi3_mvl/mxv + .byte W03 + .byte 80*bgm_kachi3_mvl/mxv + .byte W06 + .byte VOICE , 83 + .byte PAN , c_v-49 + .byte N06 , Ds5 , v040 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W24 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W24 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Ds4 + .byte W48 + .byte VOICE , 84 + .byte PAN , c_v+0 + .byte N24 , As2 , v060 + .byte W15 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 29*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Ds3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Gn3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N24 , Cn3 + .byte W15 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 29*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Fn3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , Cn3 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , An3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , Cn3 + .byte W12 + .byte N24 , Dn3 + .byte W15 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 29*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Fn3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , As3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte BEND , c_v-13 + .byte N12 , As3 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , Ds3 + .byte W12 + .byte N12 , As2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 , v064 + .byte W18 + .byte Ds3 + .byte W18 + .byte Dn3 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 51*bgm_kachi3_mvl/mxv + .byte N96 , Dn3 , v068 + .byte W12 + .byte VOL , 54*bgm_kachi3_mvl/mxv + .byte W09 + .byte 58*bgm_kachi3_mvl/mxv + .byte W09 + .byte 62*bgm_kachi3_mvl/mxv + .byte W09 + .byte 65*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W09 + .byte 71*bgm_kachi3_mvl/mxv + .byte W12 + .byte 76*bgm_kachi3_mvl/mxv + .byte W09 + .byte 80*bgm_kachi3_mvl/mxv + .byte W18 + .byte N06 , Gs3 , v060 + .byte W12 + .byte N06 + .byte W12 + .byte Ds4 + .byte W12 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte VOICE , 83 + .byte N06 , Gs3 , v052 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Ds5 + .byte W06 + .byte As5 + .byte W06 + .byte VOICE , 84 + .byte N06 , Gn3 , v060 + .byte W12 + .byte N06 + .byte W12 + .byte Ds4 + .byte W12 + .byte N03 , Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte VOICE , 83 + .byte N06 , Gn3 , v052 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W06 + .byte Ds5 + .byte W06 + .byte XCMD , xIECV , 0 + .byte xIECL , 8 + .byte N06 , Gn5 + .byte W06 + .byte PAN , c_v+0 + .byte W96 + .byte GOTO + .word bgm_kachi3_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kachi3_5: + .byte KEYSH , bgm_kachi3_key+0 + .byte W09 + .byte VOICE , 82 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v-48 + .byte BEND , c_v+5 + .byte W04 + .byte N04 , Ds3 , v024 + .byte W05 + .byte Gn3 + .byte W05 + .byte As3 + .byte W05 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W05 + .byte As4 + .byte W05 + .byte Ds5 + .byte W05 + .byte Gn5 + .byte W04 + .byte Ds3 + .byte W05 + .byte Gn3 + .byte W05 + .byte As3 + .byte W05 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W05 + .byte As4 + .byte W05 + .byte Ds5 + .byte W05 + .byte Gn5 + .byte W04 + .byte Ds3 + .byte W05 + .byte Gn3 + .byte W05 + .byte As3 + .byte W05 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W05 + .byte Gn4 + .byte W05 + .byte As4 + .byte W05 + .byte Ds5 + .byte W05 + .byte Gn5 + .byte W04 + .byte Dn6 + .byte W05 + .byte As5 + .byte W05 + .byte Fn5 + .byte W05 + .byte Dn5 + .byte W05 + .byte As4 + .byte W04 + .byte Fn4 + .byte W05 + .byte Dn4 + .byte W05 + .byte As3 + .byte W05 + .byte Fn3 + .byte W05 + .byte Dn3 + .byte W04 + .byte As2 + .byte W05 + .byte Dn3 + .byte W05 + .byte Fn3 + .byte W05 + .byte As3 + .byte W05 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W05 + .byte As4 + .byte W05 + .byte Dn5 + .byte W05 + .byte Fn5 + .byte W05 + .byte As5 + .byte W06 + .byte BEND , c_v+0 + .byte W90 +bgm_kachi3_5_B1: + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte xIECV , 8 + .byte xIECL , 8 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte N12 , As2 , v052 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Gn3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , As2 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Fn3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Gs2 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Ds3 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N12 , Fn2 + .byte W06 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 59*bgm_kachi3_mvl/mxv + .byte W15 + .byte N24 , Dn3 , v072 + .byte W06 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W03 + .byte 66*bgm_kachi3_mvl/mxv + .byte W03 + .byte 69*bgm_kachi3_mvl/mxv + .byte W03 + .byte 75*bgm_kachi3_mvl/mxv + .byte W03 + .byte 80*bgm_kachi3_mvl/mxv + .byte W06 + .byte VOICE , 86 + .byte PAN , c_v+48 + .byte N06 , Gn4 , v040 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W24 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W24 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W48 + .byte VOICE , 85 + .byte PAN , c_v+0 + .byte N24 , Gn2 , v060 + .byte W15 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 29*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , As2 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Ds3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N24 , An2 + .byte W15 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 29*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Cn3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , An2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Fn3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , An2 + .byte W12 + .byte N24 , As2 + .byte W15 + .byte VOL , 70*bgm_kachi3_mvl/mxv + .byte W03 + .byte 51*bgm_kachi3_mvl/mxv + .byte W03 + .byte 29*bgm_kachi3_mvl/mxv + .byte W15 + .byte 80*bgm_kachi3_mvl/mxv + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Dn3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte BEND , c_v-20 + .byte N18 , Fn3 + .byte W03 + .byte BEND , c_v-9 + .byte W03 + .byte c_v+0 + .byte W12 + .byte N06 , As2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W24 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte BEND , c_v-13 + .byte N12 , Gn3 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte N06 , As2 + .byte W12 + .byte N12 , Gn2 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 , v064 + .byte W18 + .byte Cn3 + .byte W18 + .byte As2 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 51*bgm_kachi3_mvl/mxv + .byte PAN , c_v+48 + .byte N12 , As2 , v068 + .byte W12 + .byte VOICE , 87 + .byte VOL , 54*bgm_kachi3_mvl/mxv + .byte N12 + .byte W09 + .byte VOL , 58*bgm_kachi3_mvl/mxv + .byte W03 + .byte N12 + .byte W06 + .byte VOL , 62*bgm_kachi3_mvl/mxv + .byte W06 + .byte N12 + .byte W03 + .byte VOL , 65*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte N12 + .byte W09 + .byte VOL , 71*bgm_kachi3_mvl/mxv + .byte W03 + .byte N12 + .byte W09 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W03 + .byte N12 + .byte W06 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte W06 + .byte N12 + .byte W12 + .byte VOICE , 85 + .byte N06 , Ds3 , v060 + .byte W12 + .byte N06 + .byte W12 + .byte Gs3 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte VOICE , 86 + .byte N06 , Ds3 , v036 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Ds5 + .byte W06 + .byte VOICE , 85 + .byte N06 , Ds3 , v060 + .byte W12 + .byte N06 + .byte W12 + .byte Gn3 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 , v036 + .byte W06 + .byte VOICE , 86 + .byte N06 , Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte As4 + .byte W06 + .byte XCMD , xIECV , 0 + .byte xIECL , 8 + .byte N06 , Ds5 + .byte W06 + .byte PAN , c_v+0 + .byte W96 + .byte GOTO + .word bgm_kachi3_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kachi3_6: + .byte KEYSH , bgm_kachi3_key+0 + .byte W09 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte W48 + .byte BEND , c_v+2 + .byte W48 + .byte c_v+0 + .byte W96 + .byte W48 +bgm_kachi3_6_000: + .byte VOICE , 60 + .byte PAN , c_v+9 + .byte N09 , As2 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte N06 , As3 , v048 + .byte W12 + .byte Ds4 , v060 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+9 + .byte N09 , As2 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte N06 , As3 , v048 + .byte W12 + .byte Dn4 , v060 + .byte W24 + .byte PEND +bgm_kachi3_6_B1: + .byte VOICE , 60 + .byte PAN , c_v+9 + .byte N09 , Gs2 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte N06 , Gs3 , v048 + .byte W12 + .byte Cn4 , v060 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v+9 + .byte N09 , As2 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte N06 , Fn3 , v068 + .byte W12 + .byte As3 , v060 + .byte W24 + .byte PATT + .word bgm_kachi3_6_000 + .byte VOICE , 60 + .byte PAN , c_v+9 + .byte N09 , Gs2 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte N06 , Gs3 , v060 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn3 , v064 + .byte W12 + .byte Ds3 , v060 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte VOICE , 56 + .byte PAN , c_v+32 + .byte N03 , Gn4 , v076 + .byte W18 + .byte N12 + .byte W12 + .byte N03 , Fn4 , v036 + .byte W03 + .byte Ds4 , v024 + .byte W03 + .byte As3 , v008 + .byte W12 + .byte W96 + .byte W36 + .byte PAN , c_v+0 + .byte N06 , Fn4 , v076 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte PAN , c_v+32 + .byte N03 + .byte W18 + .byte N12 + .byte W12 + .byte N03 , Gn4 , v036 + .byte W03 + .byte Fn4 , v024 + .byte W03 + .byte Cn4 , v008 + .byte W12 + .byte W96 + .byte W24 + .byte N12 , Dn4 , v064 + .byte W12 + .byte Ds4 + .byte W12 + .byte N03 , Fn4 , v076 + .byte W18 + .byte N12 + .byte W12 + .byte N03 , Dn4 , v036 + .byte W03 + .byte As3 , v024 + .byte W03 + .byte Fn3 , v008 + .byte W12 + .byte W96 + .byte W06 + .byte Gn3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Fn3 , v032 + .byte W03 + .byte As2 , v020 + .byte W03 + .byte Gn2 , v012 + .byte W66 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte PAN , c_v-16 + .byte N16 , Gn4 , v080 + .byte W16 + .byte Fn4 + .byte W16 + .byte Ds4 + .byte W16 + .byte Dn4 + .byte W16 + .byte Ds4 + .byte W16 + .byte As3 + .byte W16 + .byte N92 , Fn3 + .byte W36 + .byte W03 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 72*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W09 + .byte 62*bgm_kachi3_mvl/mxv + .byte W06 + .byte 50*bgm_kachi3_mvl/mxv + .byte W06 + .byte 40*bgm_kachi3_mvl/mxv + .byte W06 + .byte 28*bgm_kachi3_mvl/mxv + .byte W06 + .byte 16*bgm_kachi3_mvl/mxv + .byte W03 + .byte 5*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte N16 , Fn4 + .byte W16 + .byte Gn4 + .byte W16 + .byte Fn4 + .byte W16 + .byte Ds4 + .byte W16 + .byte Fn4 + .byte W16 + .byte Cn4 + .byte W16 + .byte N92 , Dn4 + .byte W36 + .byte W03 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 72*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W09 + .byte 62*bgm_kachi3_mvl/mxv + .byte W06 + .byte 50*bgm_kachi3_mvl/mxv + .byte W06 + .byte 40*bgm_kachi3_mvl/mxv + .byte W06 + .byte 28*bgm_kachi3_mvl/mxv + .byte W06 + .byte 16*bgm_kachi3_mvl/mxv + .byte W03 + .byte 5*bgm_kachi3_mvl/mxv + .byte W06 + .byte 80*bgm_kachi3_mvl/mxv + .byte W48 + .byte N24 + .byte W24 + .byte Fn4 + .byte W24 + .byte N84 , Gs4 + .byte W84 + .byte N12 + .byte W12 + .byte N90 , Gn4 + .byte W48 + .byte VOL , 76*bgm_kachi3_mvl/mxv + .byte W06 + .byte 72*bgm_kachi3_mvl/mxv + .byte W09 + .byte 68*bgm_kachi3_mvl/mxv + .byte W09 + .byte 62*bgm_kachi3_mvl/mxv + .byte W06 + .byte 50*bgm_kachi3_mvl/mxv + .byte W06 + .byte 40*bgm_kachi3_mvl/mxv + .byte W06 + .byte 28*bgm_kachi3_mvl/mxv + .byte W06 + .byte VOICE , 60 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v-1 + .byte N09 , As2 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte N06 , As3 , v048 + .byte W12 + .byte Ds4 , v060 + .byte W24 + .byte VOICE , 60 + .byte PAN , c_v-1 + .byte N09 , As2 , v100 + .byte W12 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte N06 , As3 , v048 + .byte W12 + .byte Dn4 , v060 + .byte W24 + .byte GOTO + .word bgm_kachi3_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kachi3_7: + .byte KEYSH , bgm_kachi3_key+0 + .byte W09 + .byte VOICE , 47 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte PAN , c_v-8 + .byte N12 , As1 , v120 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Ds2 + .byte W36 + .byte N06 , As1 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Ds2 + .byte W36 + .byte N06 , As1 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Fn2 + .byte W84 + .byte Dn2 + .byte W12 + .byte Ds2 + .byte W96 +bgm_kachi3_7_B1: + .byte N12 , Cn2 , v120 + .byte W84 + .byte Dn2 + .byte W12 + .byte Ds2 + .byte W96 + .byte Cn2 + .byte W36 + .byte Dn2 + .byte W12 + .byte Ds2 + .byte W48 +bgm_kachi3_7_000: + .byte N12 , Ds2 , v120 + .byte W24 + .byte As1 + .byte W24 + .byte Dn2 + .byte W24 + .byte As1 + .byte W24 + .byte PEND + .byte Cn2 + .byte W24 + .byte Gs1 + .byte W24 + .byte Dn2 + .byte W24 + .byte As1 + .byte W24 + .byte PATT + .word bgm_kachi3_7_000 + .byte N12 , Cn2 , v120 + .byte W24 + .byte Gs1 + .byte W24 + .byte Ds2 + .byte W48 + .byte N12 + .byte W96 + .byte N06 , As1 , v108 + .byte W06 + .byte As1 , v092 + .byte W06 + .byte As1 , v108 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W18 + .byte N12 , Ds2 + .byte W18 + .byte As1 + .byte W12 + .byte Cn2 , v120 + .byte W96 + .byte N06 , Cn2 , v108 + .byte W06 + .byte Cn2 , v092 + .byte W06 + .byte Cn2 , v108 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W18 + .byte N12 , Fn2 + .byte W18 + .byte Cn2 + .byte W12 + .byte Dn2 , v120 + .byte W96 + .byte N06 , As1 , v108 + .byte W06 + .byte As1 , v092 + .byte W06 + .byte As1 , v108 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W18 + .byte N12 , Fn2 + .byte W18 + .byte As1 + .byte W12 + .byte Ds2 , v120 + .byte W36 + .byte As1 + .byte W12 + .byte Ds2 + .byte W36 + .byte N12 + .byte W12 + .byte Fn2 + .byte W24 + .byte As1 + .byte W24 + .byte N12 + .byte W18 + .byte Cn2 + .byte W18 + .byte Dn2 + .byte W12 + .byte Ds2 + .byte W96 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte N96 , As2 , v092 + .byte W08 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 44*bgm_kachi3_mvl/mxv + .byte W12 + .byte 48*bgm_kachi3_mvl/mxv + .byte W08 + .byte 53*bgm_kachi3_mvl/mxv + .byte W12 + .byte 60*bgm_kachi3_mvl/mxv + .byte W12 + .byte 68*bgm_kachi3_mvl/mxv + .byte W08 + .byte 76*bgm_kachi3_mvl/mxv + .byte W08 + .byte 80*bgm_kachi3_mvl/mxv + .byte W20 + .byte W96 + .byte N96 , Cn3 + .byte W08 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 44*bgm_kachi3_mvl/mxv + .byte W12 + .byte 48*bgm_kachi3_mvl/mxv + .byte W08 + .byte 53*bgm_kachi3_mvl/mxv + .byte W12 + .byte 60*bgm_kachi3_mvl/mxv + .byte W12 + .byte 68*bgm_kachi3_mvl/mxv + .byte W08 + .byte 76*bgm_kachi3_mvl/mxv + .byte W08 + .byte 80*bgm_kachi3_mvl/mxv + .byte W20 + .byte W96 + .byte N96 , Fn3 , v100 + .byte W08 + .byte VOL , 64*bgm_kachi3_mvl/mxv + .byte W08 + .byte 44*bgm_kachi3_mvl/mxv + .byte W12 + .byte 48*bgm_kachi3_mvl/mxv + .byte W08 + .byte 53*bgm_kachi3_mvl/mxv + .byte W12 + .byte 60*bgm_kachi3_mvl/mxv + .byte W12 + .byte 68*bgm_kachi3_mvl/mxv + .byte W08 + .byte 76*bgm_kachi3_mvl/mxv + .byte W08 + .byte 80*bgm_kachi3_mvl/mxv + .byte W20 + .byte VOICE , 47 + .byte PAN , c_v-8 + .byte N12 , Ds2 , v120 + .byte W12 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N12 + .byte W18 + .byte As1 + .byte W18 + .byte Ds2 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N12 + .byte W18 + .byte As1 + .byte W18 + .byte N12 + .byte W12 + .byte Ds2 + .byte W96 + .byte GOTO + .word bgm_kachi3_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_kachi3_8: + .byte KEYSH , bgm_kachi3_key+0 + .byte W09 + .byte VOICE , 0 + .byte VOL , 80*bgm_kachi3_mvl/mxv + .byte N48 , Bn2 , v104 + .byte W48 + .byte N36 , Bn2 , v092 + .byte W36 + .byte N12 + .byte W12 + .byte N48 , Bn2 , v104 + .byte W48 + .byte N96 + .byte W96 + .byte W96 +bgm_kachi3_8_B1: + .byte W96 + .byte W96 + .byte W72 + .byte N06 , En1 , v108 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte N96 , Bn2 + .byte W12 + .byte N06 , En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v108 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v112 + .byte W24 + .byte N03 + .byte W03 + .byte En1 , v092 + .byte W03 + .byte N06 , En1 , v076 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v112 + .byte N48 , Bn2 + .byte W24 + .byte N06 , En1 , v127 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W18 + .byte En1 , v080 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte En1 , v080 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v080 + .byte W06 +bgm_kachi3_8_000: + .byte N06 , En1 , v112 + .byte W24 + .byte En1 , v127 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W18 + .byte En1 , v080 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte PEND + .byte En1 , v112 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte En1 , v080 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte En1 , v084 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte PATT + .word bgm_kachi3_8_000 + .byte N06 , En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte En1 , v080 + .byte W06 + .byte En1 , v127 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v056 + .byte W12 + .byte En1 , v064 + .byte W12 + .byte En1 , v068 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte En1 , v104 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte En1 , v088 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v076 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte N96 , Bn2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N48 + .byte W48 + .byte N06 , En1 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte W96 + .byte GOTO + .word bgm_kachi3_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kachi3: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kachi3_pri @ Priority + .byte bgm_kachi3_rev @ Reverb. + + .word bgm_kachi3_grp + + .word bgm_kachi3_1 + .word bgm_kachi3_2 + .word bgm_kachi3_3 + .word bgm_kachi3_4 + .word bgm_kachi3_5 + .word bgm_kachi3_6 + .word bgm_kachi3_7 + .word bgm_kachi3_8 + + .end diff --git a/sound/songs/bgm_kachi4.s b/sound/songs/bgm_kachi4.s new file mode 100644 index 000000000..1136dda33 --- /dev/null +++ b/sound/songs/bgm_kachi4.s @@ -0,0 +1,898 @@ + .include "MPlayDef.s" + + .equ bgm_kachi4_grp, voicegroup_84431E8 + .equ bgm_kachi4_pri, 0 + .equ bgm_kachi4_rev, reverb_set+50 + .equ bgm_kachi4_mvl, 127 + .equ bgm_kachi4_key, 0 + .equ bgm_kachi4_tbs, 1 + .equ bgm_kachi4_exg, 0 + .equ bgm_kachi4_cmp, 1 + + .section .rodata + .global bgm_kachi4 + .align 2 + +@********************** Track 1 **********************@ + +bgm_kachi4_1: + .byte KEYSH , bgm_kachi4_key+0 + .byte TEMPO , 142*bgm_kachi4_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 44*bgm_kachi4_mvl/mxv + .byte W08 + .byte W08 + .byte W96 + .byte W96 +bgm_kachi4_1_B1: + .byte VOICE , 127 + .byte N04 , En5 , v096 + .byte W12 + .byte En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v092 + .byte W12 + .byte VOICE , 127 + .byte N04 , En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte En5 , v096 + .byte W12 + .byte En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v096 + .byte W12 + .byte N04 , En5 , v080 + .byte W04 + .byte VOICE , 127 + .byte W02 + .byte N04 + .byte W06 +bgm_kachi4_1_000: + .byte N04 , En5 , v096 + .byte W12 + .byte En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v096 + .byte W12 + .byte VOICE , 127 + .byte N04 , En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte En5 , v096 + .byte W04 + .byte En5 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v096 + .byte W12 + .byte N04 , En5 , v080 + .byte W04 + .byte VOICE , 127 + .byte W02 + .byte N04 + .byte W06 + .byte PEND + .byte En5 , v096 + .byte W12 + .byte En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v092 + .byte W12 + .byte VOICE , 127 + .byte N04 , En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte En5 , v096 + .byte W12 + .byte En5 , v080 + .byte W06 + .byte N04 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v096 + .byte W12 + .byte N04 , En5 , v080 + .byte W04 + .byte VOICE , 127 + .byte W02 + .byte N04 + .byte W06 + .byte PATT + .word bgm_kachi4_1_000 + .byte GOTO + .word bgm_kachi4_1_B1 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kachi4_2: + .byte KEYSH , bgm_kachi4_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 82*bgm_kachi4_mvl/mxv + .byte PAN , c_v-13 + .byte W08 + .byte W08 + .byte W48 + .byte W02 + .byte N22 , Fn3 , v112 + .byte W22 + .byte N24 , As3 + .byte W24 + .byte N04 , Dn4 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn4 + .byte W08 + .byte N24 , Dn4 + .byte W24 + .byte Ds4 , v096 + .byte W24 +bgm_kachi4_2_B1: + .byte VOICE , 24 + .byte VOL , 48*bgm_kachi4_mvl/mxv + .byte W02 + .byte N44 , Fn4 , v112 + .byte W48 + .byte N04 , An4 + .byte W04 + .byte N08 , An4 , v036 + .byte W08 + .byte N04 , Gn4 , v112 + .byte W04 + .byte N08 , Gn4 , v036 + .byte W08 + .byte N04 , Fn4 , v112 + .byte W04 + .byte N08 , Fn4 , v036 + .byte W08 + .byte N04 , Gn4 , v112 + .byte W04 + .byte N08 , Gn4 , v036 + .byte W06 + .byte W02 + .byte N32 , Dn4 , v112 + .byte W32 + .byte W02 + .byte N04 , Gn4 + .byte W04 + .byte N08 , Gn4 , v036 + .byte W10 + .byte N24 , Bn4 , v112 + .byte W24 + .byte N04 , An4 + .byte W04 + .byte N08 , An4 , v036 + .byte W08 + .byte N04 , Gn4 , v112 + .byte W04 + .byte N08 , Gn4 , v036 + .byte W06 + .byte W02 + .byte N44 , Fn4 , v112 + .byte W48 + .byte N10 , An4 + .byte W12 + .byte N04 , Fn4 + .byte W04 + .byte An4 + .byte W04 + .byte Fn4 + .byte W04 + .byte N12 , Dn4 + .byte W12 + .byte N10 , Cn4 + .byte W10 + .byte W02 + .byte N04 , Bn3 + .byte W04 + .byte N08 , Bn3 , v036 + .byte W08 + .byte N04 , Gn3 , v112 + .byte W04 + .byte Gn3 , v036 + .byte W02 + .byte Bn3 , v112 + .byte W06 + .byte Dn4 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v036 + .byte W04 + .byte Dn4 , v112 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte N22 , Gn4 , v112 + .byte W22 + .byte N04 , Fn4 + .byte W04 + .byte N08 , Fn4 , v036 + .byte W10 + .byte N04 , Dn4 , v112 + .byte W04 + .byte Dn4 , v036 + .byte W06 + .byte GOTO + .word bgm_kachi4_2_B1 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kachi4_3: + .byte KEYSH , bgm_kachi4_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 85*bgm_kachi4_mvl/mxv + .byte PAN , c_v+14 + .byte W08 + .byte W08 + .byte N06 , Cn4 , v120 + .byte W12 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N48 , Fn4 + .byte W48 + .byte N24 , Fs4 + .byte W24 + .byte N04 , Gn4 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn4 + .byte W08 + .byte N24 , Gn4 + .byte W24 + .byte Gs4 , v096 + .byte W24 +bgm_kachi4_3_B1: + .byte VOICE , 24 + .byte VOL , 63*bgm_kachi4_mvl/mxv + .byte N48 , An4 , v112 + .byte W48 + .byte N04 , Dn5 + .byte W04 + .byte N08 , Dn5 , v036 + .byte W08 + .byte N04 , Cn5 , v112 + .byte W04 + .byte N08 , Cn5 , v036 + .byte W08 + .byte N04 , Bn4 , v112 + .byte W04 + .byte N08 , Bn4 , v036 + .byte W08 + .byte N04 , Cn5 , v112 + .byte W04 + .byte N08 , Cn5 , v036 + .byte W08 + .byte N36 , Gn4 , v112 + .byte W36 + .byte N04 , Bn4 + .byte W04 + .byte N08 , Bn4 , v036 + .byte W08 + .byte N24 , Gn5 , v112 + .byte W24 + .byte N04 , Fn5 + .byte W04 + .byte N08 , Fn5 , v036 + .byte W08 + .byte N04 , En5 , v112 + .byte W04 + .byte N08 , En5 , v036 + .byte W08 + .byte N48 , An4 , v112 + .byte W48 + .byte N12 , Dn5 + .byte W12 + .byte N04 , Cn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Cn5 + .byte W04 + .byte N12 , Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte N04 , Gn4 + .byte W04 + .byte N08 , Gn4 , v036 + .byte W08 + .byte N04 , Dn4 , v112 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W04 + .byte Bn4 , v036 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v036 + .byte W04 + .byte Bn4 , v112 + .byte W04 + .byte Bn4 , v036 + .byte W04 + .byte N24 , Dn5 , v112 + .byte W24 + .byte N04 , Cn5 + .byte W04 + .byte N08 , Cn5 , v036 + .byte W08 + .byte N04 , Bn4 , v112 + .byte W04 + .byte N08 , Bn4 , v036 + .byte W08 + .byte GOTO + .word bgm_kachi4_3_B1 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kachi4_4: + .byte KEYSH , bgm_kachi4_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 88*bgm_kachi4_mvl/mxv + .byte W08 + .byte N02 , Fn2 , v108 + .byte W04 + .byte Fn2 , v092 + .byte W04 + .byte W02 + .byte N04 , Fn2 , v112 + .byte W36 + .byte W02 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn2 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn2 + .byte W08 + .byte N24 , Gn2 + .byte W24 + .byte Fs1 + .byte W24 +bgm_kachi4_4_B1: + .byte VOICE , 48 + .byte VOL , 35*bgm_kachi4_mvl/mxv + .byte N72 , Cn3 , v112 + .byte W72 + .byte N08 , An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte An2 + .byte W08 + .byte N72 , Bn2 + .byte W72 + .byte N08 , Gn2 + .byte W08 + .byte Bn2 + .byte W08 + .byte Dn2 + .byte W08 + .byte N72 , Fn2 + .byte W72 + .byte N08 , Dn2 + .byte W08 + .byte Gn2 + .byte W08 + .byte An2 + .byte W08 + .byte N72 , Bn2 + .byte W72 + .byte N08 , Gn2 + .byte W08 + .byte An2 + .byte W08 + .byte Bn2 + .byte W08 + .byte GOTO + .word bgm_kachi4_4_B1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kachi4_5: + .byte KEYSH , bgm_kachi4_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 41*bgm_kachi4_mvl/mxv + .byte PAN , c_v+63 + .byte W08 + .byte W08 + .byte N06 , Cn3 , v096 + .byte W12 + .byte An2 , v112 + .byte W06 + .byte Cn3 + .byte W06 + .byte N48 , Fn3 + .byte W48 + .byte N24 , As3 + .byte W24 + .byte N04 , Bn3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte An3 + .byte W08 + .byte N24 , Bn3 + .byte W24 + .byte Cn4 + .byte W24 +bgm_kachi4_5_B1: +bgm_kachi4_5_000: + .byte W12 + .byte N04 , An3 , v112 + .byte W06 + .byte N04 + .byte W18 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte As3 + .byte W12 + .byte PEND +bgm_kachi4_5_001: + .byte W12 + .byte N04 , Bn3 , v112 + .byte W06 + .byte N04 + .byte W18 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte As3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kachi4_5_000 + .byte PATT + .word bgm_kachi4_5_001 + .byte GOTO + .word bgm_kachi4_5_B1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kachi4_6: + .byte KEYSH , bgm_kachi4_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-1 + .byte VOL , 58*bgm_kachi4_mvl/mxv + .byte W02 + .byte 55*bgm_kachi4_mvl/mxv + .byte W06 + .byte W08 + .byte N06 , Fn1 , v112 + .byte W12 + .byte Cn2 + .byte W06 + .byte An1 + .byte W06 + .byte N48 , Fn1 + .byte W48 + .byte N24 , Fs1 + .byte W24 + .byte N04 , Gn1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N24 + .byte W24 + .byte Fs1 + .byte W24 +bgm_kachi4_6_B1: +bgm_kachi4_6_000: + .byte N04 , Fn1 , v112 + .byte W12 + .byte Fn2 + .byte W06 + .byte N04 + .byte W18 + .byte N04 + .byte W12 + .byte Fn1 + .byte W12 + .byte Fn2 + .byte W24 + .byte Fs2 + .byte W12 + .byte PEND + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W06 + .byte N04 + .byte W18 + .byte N04 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W24 + .byte N04 + .byte W12 + .byte PATT + .word bgm_kachi4_6_000 + .byte N04 , Gn1 , v112 + .byte W12 + .byte Gn2 + .byte W06 + .byte N04 + .byte W18 + .byte N04 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W24 + .byte Fs2 + .byte W12 + .byte GOTO + .word bgm_kachi4_6_B1 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kachi4_7: + .byte KEYSH , bgm_kachi4_key+0 + .byte VOICE , 0 + .byte VOL , 65*bgm_kachi4_mvl/mxv + .byte W08 + .byte W08 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 +bgm_kachi4_7_B1: +bgm_kachi4_7_000: + .byte N04 , Cn1 , v112 + .byte W24 + .byte Dn1 + .byte W36 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W24 + .byte PEND + .byte Cn1 + .byte W24 + .byte Dn1 + .byte W36 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte En1 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte PATT + .word bgm_kachi4_7_000 + .byte N04 , Dn1 , v088 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N04 + .byte W12 + .byte N04 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 , v096 + .byte W12 + .byte GOTO + .word bgm_kachi4_7_B1 + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_kachi4_8: + .byte KEYSH , bgm_kachi4_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 41*bgm_kachi4_mvl/mxv + .byte PAN , c_v-64 + .byte W08 + .byte W08 + .byte N06 , An4 , v112 + .byte W12 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte N48 , Cn5 + .byte W48 + .byte N24 , Fs5 + .byte W24 + .byte W96 +bgm_kachi4_8_B1: +bgm_kachi4_8_000: + .byte W12 + .byte N04 , Cn3 , v112 + .byte W06 + .byte N04 + .byte W18 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte Cs3 + .byte W12 + .byte PEND +bgm_kachi4_8_001: + .byte W12 + .byte N04 , Dn3 , v112 + .byte W06 + .byte N04 + .byte W18 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte Cs3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kachi4_8_000 + .byte PATT + .word bgm_kachi4_8_001 + .byte GOTO + .word bgm_kachi4_8_B1 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_kachi4_9: + .byte KEYSH , bgm_kachi4_key+0 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-1 + .byte VOL , 37*bgm_kachi4_mvl/mxv + .byte W03 + .byte VOICE , 46 + .byte W05 + .byte W08 + .byte PAN , c_v-40 + .byte N04 , Fn4 , v112 + .byte W04 + .byte An4 + .byte W04 + .byte Cn5 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , Fn5 + .byte W04 + .byte An5 + .byte W04 + .byte Cn6 + .byte W04 + .byte PAN , c_v+43 + .byte N04 , Fn6 + .byte W04 + .byte Cn6 + .byte W04 + .byte An5 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Fn5 + .byte W04 + .byte Cn5 + .byte W04 + .byte An4 + .byte W04 + .byte PAN , c_v-40 + .byte N04 , Fn4 + .byte W04 + .byte An4 + .byte W04 + .byte Cn5 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , Fn5 + .byte W04 + .byte An5 + .byte W04 + .byte Cn6 + .byte W04 + .byte PAN , c_v+38 + .byte N04 , Fs6 + .byte W04 + .byte Cs6 + .byte W04 + .byte As5 + .byte W04 + .byte PAN , c_v-7 + .byte N04 , Fs5 + .byte W04 + .byte Cs5 + .byte W04 + .byte As4 + .byte W04 + .byte PAN , c_v-38 + .byte N04 , Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte PAN , c_v-24 + .byte N04 , Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , Dn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Bn5 + .byte W04 + .byte Dn6 + .byte W04 + .byte PAN , c_v+43 + .byte N04 , Gn6 + .byte W04 + .byte Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte PAN , c_v+13 + .byte N04 , Dn6 + .byte W04 + .byte Bn5 + .byte W04 + .byte Gn5 + .byte W04 + .byte PAN , c_v-8 + .byte N04 , Cn6 + .byte W04 + .byte Gs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte PAN , c_v-23 + .byte N04 , Gs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cn5 + .byte W04 +bgm_kachi4_9_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_kachi4_9_B1 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kachi4: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kachi4_pri @ Priority + .byte bgm_kachi4_rev @ Reverb. + + .word bgm_kachi4_grp + + .word bgm_kachi4_1 + .word bgm_kachi4_2 + .word bgm_kachi4_3 + .word bgm_kachi4_4 + .word bgm_kachi4_5 + .word bgm_kachi4_6 + .word bgm_kachi4_7 + .word bgm_kachi4_8 + .word bgm_kachi4_9 + + .end diff --git a/sound/songs/bgm_kachi5.s b/sound/songs/bgm_kachi5.s new file mode 100644 index 000000000..753692426 --- /dev/null +++ b/sound/songs/bgm_kachi5.s @@ -0,0 +1,2335 @@ + .include "MPlayDef.s" + + .equ bgm_kachi5_grp, voicegroup_84358F8 + .equ bgm_kachi5_pri, 0 + .equ bgm_kachi5_rev, reverb_set+50 + .equ bgm_kachi5_mvl, 127 + .equ bgm_kachi5_key, 0 + .equ bgm_kachi5_tbs, 1 + .equ bgm_kachi5_exg, 0 + .equ bgm_kachi5_cmp, 1 + + .section .rodata + .global bgm_kachi5 + .align 2 + +@********************** Track 1 **********************@ + +bgm_kachi5_1: + .byte KEYSH , bgm_kachi5_key+0 + .byte TEMPO , 140*bgm_kachi5_tbs/2 + .byte W12 + .byte VOICE , 56 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N04 , Fn3 , v112 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte BEND , c_v+0 + .byte N48 , Fn4 + .byte W20 + .byte MOD , 6 + .byte W28 + .byte 0 + .byte N24 , Cs4 + .byte W08 + .byte MOD , 6 + .byte W16 + .byte 0 + .byte N04 + .byte W08 + .byte Fn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N48 , Gs4 + .byte W20 + .byte MOD , 6 + .byte W28 + .byte 0 + .byte N24 , Cn4 + .byte W08 + .byte MOD , 6 + .byte W16 + .byte 0 + .byte N04 , Ds4 + .byte W08 + .byte Gs4 + .byte W08 + .byte N08 , An4 + .byte W08 + .byte N96 , As4 + .byte W24 + .byte MOD , 6 + .byte W72 + .byte N12 + .byte W12 + .byte MOD , 0 + .byte W12 + .byte VOICE , 60 + .byte PAN , c_v-16 + .byte N04 , As2 , v096 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W48 +bgm_kachi5_1_B1: + .byte VOICE , 56 + .byte PAN , c_v-1 + .byte N36 , Fn4 , v112 + .byte W16 + .byte MOD , 6 + .byte W20 + .byte 0 + .byte W04 + .byte N08 , Ds4 + .byte W08 + .byte N16 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W04 + .byte 0 + .byte N08 , Cn4 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N60 , Fn3 + .byte W20 + .byte MOD , 6 + .byte W24 + .byte VOL , 63*bgm_kachi5_mvl/mxv + .byte W04 + .byte 53*bgm_kachi5_mvl/mxv + .byte W04 + .byte 36*bgm_kachi5_mvl/mxv + .byte W04 + .byte 16*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W04 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N08 , An3 + .byte W08 + .byte N16 , Cn4 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , Dn4 + .byte W08 + .byte N36 , As3 + .byte W16 + .byte MOD , 6 + .byte W20 + .byte 0 + .byte W04 + .byte N08 , Gn4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N16 , Dn4 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , Ds4 + .byte W08 + .byte N92 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W28 + .byte VOL , 68*bgm_kachi5_mvl/mxv + .byte W08 + .byte 60*bgm_kachi5_mvl/mxv + .byte W08 + .byte 50*bgm_kachi5_mvl/mxv + .byte W08 + .byte 39*bgm_kachi5_mvl/mxv + .byte W08 + .byte 27*bgm_kachi5_mvl/mxv + .byte W04 + .byte 13*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W04 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N40 , Fn4 + .byte W16 + .byte MOD , 6 + .byte W20 + .byte 0 + .byte W04 + .byte N08 , Ds4 + .byte W08 + .byte N16 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W04 + .byte 0 + .byte N08 , Cn4 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte BEND , c_v-16 + .byte N08 , Cn5 + .byte W02 + .byte BEND , c_v+0 + .byte W06 + .byte N60 , An4 + .byte W20 + .byte MOD , 6 + .byte W24 + .byte VOL , 63*bgm_kachi5_mvl/mxv + .byte W04 + .byte 53*bgm_kachi5_mvl/mxv + .byte W04 + .byte 36*bgm_kachi5_mvl/mxv + .byte W04 + .byte 16*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W04 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N08 + .byte W08 + .byte N16 , Gn4 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , Fs4 + .byte W08 + .byte N40 , Gn4 + .byte W16 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N08 , An4 + .byte W08 + .byte N16 , As4 + .byte W16 + .byte N08 , Gn4 + .byte W08 + .byte N16 , As4 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte BEND , c_v-16 + .byte N08 , Dn5 + .byte W02 + .byte BEND , c_v+0 + .byte W06 + .byte N56 , Cn5 + .byte W24 + .byte MOD , 6 + .byte W08 + .byte VOL , 70*bgm_kachi5_mvl/mxv + .byte W08 + .byte 62*bgm_kachi5_mvl/mxv + .byte W04 + .byte 52*bgm_kachi5_mvl/mxv + .byte W04 + .byte 34*bgm_kachi5_mvl/mxv + .byte W04 + .byte 13*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W04 + .byte VOICE , 60 + .byte W04 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N08 , Fn2 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N08 , Ds3 + .byte W08 + .byte N40 , Dn3 + .byte W40 + .byte N08 , Ds3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N08 , Ds3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N08 , Cn3 + .byte W08 + .byte N48 , As2 + .byte W20 + .byte MOD , 6 + .byte W28 + .byte 0 + .byte W16 + .byte N08 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N08 , Fs3 + .byte W08 + .byte N40 , Gn3 + .byte W40 + .byte N08 , Fn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N08 , Gn2 + .byte W08 + .byte N16 , Cn3 + .byte W16 + .byte N08 , Dn3 + .byte W08 + .byte N48 , Cn3 + .byte W24 + .byte VOL , 73*bgm_kachi5_mvl/mxv + .byte MOD , 6 + .byte W08 + .byte VOL , 66*bgm_kachi5_mvl/mxv + .byte W08 + .byte 53*bgm_kachi5_mvl/mxv + .byte W04 + .byte 30*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W12 + .byte VOICE , 48 + .byte W04 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N08 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte N40 , As3 + .byte W40 + .byte N08 , Fn3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N08 , Ds3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N40 , Cn4 + .byte W40 + .byte N08 , Dn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N08 , Fs3 + .byte W08 + .byte N48 , Fn3 + .byte W64 + .byte PAN , c_v+8 + .byte N08 , As3 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N08 , Fn3 + .byte W08 + .byte Cn3 + .byte W16 + .byte Dn3 + .byte W08 + .byte N24 , Ds3 + .byte W24 + .byte N08 , Fn3 + .byte W16 + .byte Gn3 + .byte W08 + .byte N24 , An3 + .byte W24 + .byte GOTO + .word bgm_kachi5_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kachi5_2: + .byte KEYSH , bgm_kachi5_key+0 + .byte W12 + .byte VOICE , 56 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N04 , Cn3 , v092 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte PAN , c_v+8 + .byte N48 , An3 + .byte W20 + .byte MOD , 6 + .byte W28 + .byte 0 + .byte N24 , Fn3 + .byte W08 + .byte MOD , 6 + .byte W16 + .byte 0 + .byte N04 , Gs3 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte N48 , Cn4 + .byte W20 + .byte MOD , 6 + .byte W28 + .byte 0 + .byte N24 , Ds3 + .byte W08 + .byte MOD , 6 + .byte W16 + .byte 0 + .byte N04 , Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N08 , Cs4 + .byte W08 + .byte N96 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W72 + .byte N12 , Dn4 , v112 + .byte W12 + .byte MOD , 0 + .byte W12 + .byte VOICE , 60 + .byte PAN , c_v+16 + .byte N04 , Fn2 , v096 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W48 +bgm_kachi5_2_B1: + .byte W96 + .byte VOICE , 73 + .byte PAN , c_v+16 + .byte MOD , 0 + .byte N04 , Dn5 , v080 + .byte W04 + .byte Cs5 + .byte W04 + .byte Dn5 + .byte W16 + .byte N04 + .byte W04 + .byte Cs5 + .byte W04 + .byte Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Dn5 + .byte W16 + .byte VOICE , 56 + .byte PAN , c_v+8 + .byte N08 , Fn3 , v092 + .byte W08 + .byte N16 , Gn3 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , An3 + .byte W08 + .byte N36 , Gn3 + .byte W16 + .byte MOD , 6 + .byte W20 + .byte 0 + .byte W04 + .byte N08 , Ds4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , As3 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , Cn4 + .byte W08 + .byte N92 , An3 + .byte W24 + .byte MOD , 6 + .byte W28 + .byte VOL , 68*bgm_kachi5_mvl/mxv + .byte W08 + .byte 60*bgm_kachi5_mvl/mxv + .byte W08 + .byte 50*bgm_kachi5_mvl/mxv + .byte W08 + .byte 39*bgm_kachi5_mvl/mxv + .byte W08 + .byte 27*bgm_kachi5_mvl/mxv + .byte W04 + .byte 13*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W04 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte W96 + .byte VOICE , 73 + .byte PAN , c_v+16 + .byte N04 , Dn5 , v080 + .byte W04 + .byte Cs5 + .byte W04 + .byte Dn5 + .byte W16 + .byte N04 + .byte W04 + .byte Cs5 + .byte W04 + .byte Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Dn5 + .byte W16 + .byte VOICE , 56 + .byte PAN , c_v+8 + .byte N08 , Cn4 , v092 + .byte W08 + .byte N16 , As3 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , An3 + .byte W08 + .byte N40 , As3 + .byte W16 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte N16 , Dn4 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N08 , Gn4 + .byte W08 + .byte N56 , Fn4 + .byte W24 + .byte MOD , 6 + .byte W08 + .byte VOL , 70*bgm_kachi5_mvl/mxv + .byte W08 + .byte 62*bgm_kachi5_mvl/mxv + .byte W04 + .byte 52*bgm_kachi5_mvl/mxv + .byte W04 + .byte 34*bgm_kachi5_mvl/mxv + .byte W04 + .byte 13*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W40 + .byte VOICE , 45 + .byte PAN , c_v-10 + .byte W16 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N08 + .byte W08 + .byte As4 + .byte W40 + .byte Fn4 + .byte W08 + .byte As4 + .byte W24 + .byte W16 + .byte Fs4 + .byte W08 + .byte Dn5 + .byte W16 + .byte As4 + .byte W08 + .byte Dn5 + .byte W16 + .byte Cn5 + .byte W08 + .byte As4 + .byte W16 + .byte Fs4 + .byte W08 + .byte W16 + .byte As4 + .byte W08 + .byte Ds5 + .byte W40 + .byte As4 + .byte W08 + .byte Ds5 + .byte W24 + .byte W16 + .byte An4 + .byte W08 + .byte Cn5 + .byte W16 + .byte Fn4 + .byte W08 + .byte An4 + .byte W16 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W16 + .byte Cn4 + .byte W08 + .byte W48 + .byte VOICE , 60 + .byte VOL , 35*bgm_kachi5_mvl/mxv + .byte N48 , Fn2 + .byte W08 + .byte VOL , 42*bgm_kachi5_mvl/mxv + .byte W08 + .byte 55*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte W04 + .byte VOL , 66*bgm_kachi5_mvl/mxv + .byte W08 + .byte 80*bgm_kachi5_mvl/mxv + .byte W16 + .byte MOD , 0 + .byte N08 , Fs2 , v080 + .byte W08 + .byte As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N08 , Gs3 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N08 , Ds3 + .byte W08 + .byte N48 , Dn3 + .byte W16 + .byte MOD , 6 + .byte W04 + .byte VOL , 75*bgm_kachi5_mvl/mxv + .byte W08 + .byte 72*bgm_kachi5_mvl/mxv + .byte W08 + .byte 65*bgm_kachi5_mvl/mxv + .byte W04 + .byte 47*bgm_kachi5_mvl/mxv + .byte W04 + .byte 28*bgm_kachi5_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W16 + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte N08 , Dn4 , v112 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte An3 + .byte W16 + .byte As3 + .byte W08 + .byte N24 , Cn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte N08 + .byte W08 + .byte MOD , 0 + .byte W08 + .byte N08 , Dn4 + .byte W08 + .byte N24 , Ds4 + .byte W08 + .byte MOD , 6 + .byte W16 + .byte GOTO + .word bgm_kachi5_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kachi5_3: + .byte KEYSH , bgm_kachi5_key+0 + .byte W12 + .byte BEND , c_v+1 + .byte W24 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_kachi5_3_B1: + .byte VOICE , 48 + .byte PAN , c_v-10 + .byte N12 , Dn3 , v080 + .byte W24 + .byte N08 + .byte W16 + .byte N04 , As2 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 + .byte W24 + .byte N04 + .byte W08 + .byte Cn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 , Ds3 + .byte W08 + .byte N12 , Fn3 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Gn3 , v092 + .byte W08 + .byte An3 + .byte W16 + .byte N24 , Gn3 + .byte W24 + .byte N08 , Fn3 + .byte W08 + .byte N12 , Dn3 , v080 + .byte W24 + .byte N08 + .byte W16 + .byte N04 , As2 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N20 , Fn3 + .byte W24 + .byte N08 , Fs3 + .byte W08 + .byte N12 , Gn3 + .byte W24 + .byte N04 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , Fn3 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Gn3 , v092 + .byte W08 + .byte An3 + .byte W48 + .byte W96 + .byte VOICE , 56 + .byte PAN , c_v+7 + .byte N04 , Fs3 , v112 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W24 + .byte N04 + .byte W04 + .byte Cs4 , v080 + .byte W04 + .byte N08 , Dn4 , v112 + .byte W16 + .byte As3 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 , Fn4 , v080 + .byte W04 + .byte Dn4 , v072 + .byte W04 + .byte As3 , v060 + .byte W04 + .byte Fs3 , v052 + .byte W04 + .byte VOICE , 14 + .byte W24 + .byte N24 , Gn4 , v076 + .byte W40 + .byte N08 , As3 , v068 + .byte W08 + .byte N24 , Ds4 , v076 + .byte W24 + .byte VOICE , 56 + .byte N04 , Fn3 , v112 + .byte W08 + .byte Ds3 + .byte W08 + .byte Fn3 + .byte W24 + .byte N04 + .byte W04 + .byte Bn3 , v080 + .byte W04 + .byte N08 , Cn4 , v112 + .byte W16 + .byte An3 + .byte W08 + .byte Fn4 + .byte W08 + .byte N04 , Ds4 , v080 + .byte W04 + .byte Cn4 , v072 + .byte W04 + .byte An3 , v060 + .byte W04 + .byte Fn3 , v052 + .byte W04 + .byte VOICE , 14 + .byte PAN , c_v-6 + .byte N36 , Fn4 , v100 + .byte W48 + .byte Dn4 + .byte W48 + .byte Ds4 + .byte W48 + .byte N12 , Fs4 + .byte W16 + .byte N08 , Ds4 , v080 + .byte W08 + .byte N24 , Fs4 , v100 + .byte W24 + .byte N36 , Fn4 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_kachi5_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kachi5_4: + .byte KEYSH , bgm_kachi5_key+0 + .byte W12 + .byte VOICE , 7 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte BEND , c_v-2 + .byte W24 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , An3 , v052 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fn2 + .byte W04 + .byte As2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte As5 + .byte W04 + .byte Dn6 + .byte W08 + .byte Dn6 , v032 + .byte W16 + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte N04 , As2 , v052 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOICE , 80 + .byte N12 + .byte W48 +bgm_kachi5_4_B1: + .byte VOICE , 80 + .byte N12 , As2 , v052 + .byte W24 + .byte N08 + .byte W16 + .byte N04 , Fn2 + .byte W08 + .byte N08 , As2 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 , An2 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , An2 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , As2 + .byte W24 + .byte N04 + .byte W08 + .byte An2 + .byte W08 + .byte As2 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , Cn3 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Ds3 + .byte W08 + .byte Fn3 + .byte W16 + .byte N24 , Ds3 + .byte W24 + .byte N08 , Cn3 + .byte W08 + .byte N12 , As2 + .byte W24 + .byte N08 + .byte W16 + .byte N04 , Fn2 + .byte W08 + .byte N08 , As2 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 , An2 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , An2 + .byte W16 + .byte N20 , Dn3 + .byte W24 + .byte N08 + .byte W08 + .byte N12 + .byte W24 + .byte N04 + .byte W08 + .byte Cn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , Cn3 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Ds3 + .byte W08 + .byte Fn3 + .byte W16 + .byte VOICE , 12 + .byte PAN , c_v+0 + .byte N08 , Fn3 , v032 + .byte W08 + .byte N16 , Fn4 , v040 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N40 , Dn4 + .byte W40 + .byte N08 , Ds4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N48 , As3 + .byte W64 + .byte N08 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N08 , Fs4 + .byte W08 + .byte N40 , Gn4 + .byte W40 + .byte N08 , Fn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N08 , Gn3 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte N08 , Dn4 + .byte W08 + .byte N48 , Cn4 + .byte W96 + .byte VOICE , 7 + .byte N08 , As5 , v052 + .byte W08 + .byte Fn5 + .byte W08 + .byte Dn5 + .byte W08 + .byte As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte As2 + .byte W08 + .byte As3 + .byte W08 + .byte As4 + .byte W08 + .byte Ds5 + .byte W08 + .byte As4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As2 + .byte W08 + .byte Fs2 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds3 + .byte W08 + .byte Ds4 + .byte W08 + .byte As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte As2 + .byte W08 + .byte Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fn5 + .byte W08 + .byte As5 + .byte W08 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N08 , An2 + .byte W16 + .byte As2 + .byte W08 + .byte N24 , Cn3 + .byte W24 + .byte N08 + .byte W16 + .byte Dn3 + .byte W08 + .byte N24 , Ds3 + .byte W24 + .byte GOTO + .word bgm_kachi5_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kachi5_5: + .byte KEYSH , bgm_kachi5_key+0 + .byte W12 + .byte VOICE , 8 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte W24 + .byte PAN , c_v+48 + .byte W08 + .byte N08 , An3 , v020 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fn2 + .byte W04 + .byte As2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte As5 + .byte W20 + .byte VOICE , 84 + .byte N04 , Fn2 , v052 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOICE , 82 + .byte N12 + .byte W48 +bgm_kachi5_5_B1: + .byte VOICE , 82 + .byte N12 , Fn2 , v052 + .byte W24 + .byte N08 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte N08 , Fn2 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds2 + .byte W08 + .byte N08 , Fn2 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , Gn2 + .byte W24 + .byte N04 + .byte W08 + .byte Fn2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , An2 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As2 + .byte W08 + .byte Cn3 + .byte W16 + .byte N24 , As2 + .byte W24 + .byte N08 , An2 + .byte W08 + .byte N12 , Fn2 + .byte W24 + .byte N08 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte N08 , Fn2 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 , Fs2 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn2 + .byte W08 + .byte N08 , Fs2 + .byte W16 + .byte N20 , An2 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , As2 + .byte W24 + .byte N04 + .byte W08 + .byte An2 + .byte W08 + .byte As2 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , An2 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As2 + .byte W08 + .byte Cn3 + .byte W48 + .byte W96 + .byte VOICE , 87 + .byte N04 , Dn3 , v060 + .byte W08 + .byte As2 + .byte W08 + .byte Dn3 + .byte W24 + .byte N04 + .byte W08 + .byte N08 , As3 + .byte W16 + .byte Fs3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N04 , Cn4 , v032 + .byte W04 + .byte As3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte W96 + .byte Cn3 , v060 + .byte W08 + .byte An2 + .byte W08 + .byte Cn3 + .byte W24 + .byte N04 + .byte W08 + .byte N08 , An3 + .byte W16 + .byte Fn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N04 , An3 , v032 + .byte W04 + .byte Fn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte W08 + .byte VOICE , 8 + .byte N08 , As5 , v020 + .byte W08 + .byte Fn5 + .byte W08 + .byte Dn5 + .byte W08 + .byte As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte As2 + .byte W08 + .byte As3 + .byte W08 + .byte As4 + .byte W08 + .byte Ds5 + .byte W08 + .byte As4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte As2 + .byte W08 + .byte Fs2 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds3 + .byte W08 + .byte Ds4 + .byte W08 + .byte As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte As2 + .byte W08 + .byte Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fn5 + .byte W08 + .byte VOICE , 82 + .byte N08 , Fn2 , v080 + .byte W16 + .byte Gn2 + .byte W08 + .byte N24 , An2 + .byte W24 + .byte N08 + .byte W16 + .byte As2 + .byte W08 + .byte N24 , Cn3 + .byte W24 + .byte GOTO + .word bgm_kachi5_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kachi5_6: + .byte KEYSH , bgm_kachi5_key+0 + .byte W12 + .byte VOICE , 81 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte BEND , c_v+5 + .byte W24 + .byte N24 , Fn1 , v080 + .byte W24 + .byte Cn1 + .byte W24 + .byte Fn1 + .byte W24 + .byte Cs1 + .byte W24 + .byte Gs1 + .byte W24 + .byte Ds1 + .byte W24 + .byte Gs1 + .byte W24 + .byte Cn2 + .byte W24 + .byte As1 + .byte W24 + .byte Fn1 + .byte W24 + .byte As1 + .byte W24 + .byte Fn1 + .byte W24 + .byte N12 , As1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W48 +bgm_kachi5_6_B1: + .byte N12 , As1 , v080 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , An1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N20 + .byte W24 + .byte N08 + .byte W08 + .byte N12 , Gn1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N20 , As1 + .byte W24 + .byte N08 , Gn1 + .byte W08 + .byte N12 , Fn1 + .byte W24 + .byte N04 + .byte W08 + .byte Gn1 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte Cn2 + .byte W16 + .byte N20 , Fn1 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , As1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 , Dn2 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N20 , An1 + .byte W24 + .byte N04 , Dn2 + .byte W08 + .byte N12 , Gn1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N12 , Fn1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N20 , Gn1 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte N12 , As1 + .byte W24 + .byte Fn1 + .byte W24 + .byte N08 , As1 + .byte W16 + .byte N08 + .byte W08 + .byte N24 , Fn1 + .byte W24 + .byte N12 , As1 + .byte W24 + .byte Fs1 + .byte W24 + .byte N08 , As1 + .byte W16 + .byte N08 + .byte W08 + .byte N24 , Fs1 + .byte W24 + .byte N12 , Gn1 + .byte W24 + .byte Ds1 + .byte W24 + .byte N08 , Gn1 + .byte W16 + .byte N08 + .byte W08 + .byte N16 , Ds1 + .byte W16 + .byte N08 , Gn1 + .byte W08 + .byte N24 , Fn1 + .byte W24 + .byte Gn1 + .byte W24 + .byte An1 + .byte W24 + .byte Fn1 + .byte W24 + .byte N12 , As1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N20 , Fn1 + .byte W24 + .byte N08 , Dn1 + .byte W08 + .byte N12 , Ds1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N20 , Fs1 + .byte W24 + .byte N08 , Gs1 + .byte W08 + .byte N12 , As1 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N20 , Fn2 + .byte W24 + .byte N04 , As1 + .byte W08 + .byte N08 , Cn2 + .byte W16 + .byte As1 + .byte W08 + .byte N20 , An1 + .byte W24 + .byte N08 + .byte W16 + .byte Gn1 + .byte W08 + .byte N24 , Fn1 + .byte W24 + .byte GOTO + .word bgm_kachi5_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kachi5_7: + .byte KEYSH , bgm_kachi5_key+0 + .byte W12 + .byte VOICE , 47 + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte W24 + .byte PAN , c_v-9 + .byte N08 , Fn1 , v120 + .byte W08 + .byte Fn1 , v112 + .byte W08 + .byte Fn1 , v120 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , Fn1 , v112 + .byte W04 + .byte N04 + .byte W04 + .byte N08 , Fn1 , v120 + .byte W08 + .byte Fn1 , v112 + .byte W08 + .byte Fn1 , v120 + .byte W08 + .byte N24 , Cs2 , v127 + .byte W24 + .byte N08 , Gs1 , v120 + .byte W08 + .byte Gs1 , v112 + .byte W08 + .byte Gs1 , v120 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , Gs1 , v112 + .byte W04 + .byte N04 + .byte W04 + .byte N08 , Gs1 , v120 + .byte W08 + .byte Gs1 , v112 + .byte W08 + .byte Gs1 , v120 + .byte W08 + .byte N24 , Cn2 , v127 + .byte W24 + .byte N12 , As1 + .byte W12 + .byte Fn1 , v120 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 , v127 + .byte W24 + .byte N08 , As1 , v120 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte N12 + .byte W48 +bgm_kachi5_7_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 47 + .byte N12 , As1 , v120 + .byte W24 + .byte N05 , As1 , v100 + .byte W08 + .byte Fn1 + .byte W08 + .byte As1 + .byte W08 + .byte N12 , As1 , v120 + .byte W16 + .byte N14 , Fn1 , v100 + .byte W24 + .byte N05 , As1 , v120 + .byte W08 + .byte N12 + .byte W24 + .byte N05 , As1 , v100 + .byte W08 + .byte Fs1 + .byte W08 + .byte As1 + .byte W08 + .byte N12 , As1 , v120 + .byte W16 + .byte N14 , Fs1 , v100 + .byte W24 + .byte N05 , As1 , v120 + .byte W08 + .byte N12 , Gn1 + .byte W24 + .byte N05 , Gn1 , v100 + .byte W08 + .byte As1 + .byte W08 + .byte Gn1 + .byte W08 + .byte N06 , Gn1 , v120 + .byte W16 + .byte N17 , As1 , v100 + .byte W24 + .byte N05 , Gn1 , v120 + .byte W08 + .byte N12 , Fn1 + .byte W24 + .byte N05 , Fn1 , v100 + .byte W08 + .byte An1 + .byte W08 + .byte Fn1 + .byte W08 + .byte N12 , Fn1 , v120 + .byte W16 + .byte N14 , An1 , v100 + .byte W24 + .byte N05 , Fn1 , v120 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte N08 , Cn2 , v127 + .byte W08 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte N12 , An1 + .byte W24 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte Gn1 + .byte W08 + .byte N12 , Fn1 + .byte W24 + .byte GOTO + .word bgm_kachi5_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_kachi5_8: + .byte VOL , 80*bgm_kachi5_mvl/mxv + .byte KEYSH , bgm_kachi5_key+0 + .byte W12 + .byte VOICE , 0 + .byte W24 + .byte BEND , c_v+0 + .byte N48 , Bn2 , v092 + .byte W72 + .byte N24 + .byte W24 + .byte N48 + .byte W72 + .byte N24 + .byte W24 + .byte N48 + .byte W96 + .byte N96 + .byte W72 + .byte N04 , En1 , v112 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W08 +bgm_kachi5_8_B1: +bgm_kachi5_8_000: + .byte N04 , En1 , v112 + .byte N96 , Bn2 , v092 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte PEND +bgm_kachi5_8_001: + .byte N04 , En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte PEND +bgm_kachi5_8_002: + .byte N04 , En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte PEND + .byte PATT + .word bgm_kachi5_8_001 + .byte PATT + .word bgm_kachi5_8_000 + .byte PATT + .word bgm_kachi5_8_001 + .byte PATT + .word bgm_kachi5_8_002 + .byte N04 , En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W48 + .byte N96 , Bn2 , v092 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N04 , En1 , v112 + .byte N48 , Bn2 , v092 + .byte W24 + .byte N04 , En1 , v096 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v096 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte N04 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W24 + .byte En1 , v096 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v096 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte N04 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W24 + .byte En1 , v096 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W24 + .byte N48 , Bn2 , v092 + .byte W48 + .byte N48 + .byte W48 + .byte GOTO + .word bgm_kachi5_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kachi5: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kachi5_pri @ Priority + .byte bgm_kachi5_rev @ Reverb. + + .word bgm_kachi5_grp + + .word bgm_kachi5_1 + .word bgm_kachi5_2 + .word bgm_kachi5_3 + .word bgm_kachi5_4 + .word bgm_kachi5_5 + .word bgm_kachi5_6 + .word bgm_kachi5_7 + .word bgm_kachi5_8 + + .end diff --git a/sound/songs/bgm_kakkoii.s b/sound/songs/bgm_kakkoii.s new file mode 100644 index 000000000..4c8211681 --- /dev/null +++ b/sound/songs/bgm_kakkoii.s @@ -0,0 +1,2334 @@ + .include "MPlayDef.s" + + .equ bgm_kakkoii_grp, voicegroup_84407E8 + .equ bgm_kakkoii_pri, 0 + .equ bgm_kakkoii_rev, reverb_set+50 + .equ bgm_kakkoii_mvl, 127 + .equ bgm_kakkoii_key, 0 + .equ bgm_kakkoii_tbs, 1 + .equ bgm_kakkoii_exg, 0 + .equ bgm_kakkoii_cmp, 1 + + .section .rodata + .global bgm_kakkoii + .align 2 + +@********************** Track 1 **********************@ + +bgm_kakkoii_1: + .byte KEYSH , bgm_kakkoii_key+0 + .byte TEMPO , 140*bgm_kakkoii_tbs/2 + .byte VOICE , 127 + .byte PAN , c_v+63 + .byte VOL , 43*bgm_kakkoii_mvl/mxv + .byte W12 +bgm_kakkoii_1_000: + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W18 + .byte PEND + .byte PATT + .word bgm_kakkoii_1_000 +bgm_kakkoii_1_B1: +bgm_kakkoii_1_001: + .byte N03 , En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte PEND +bgm_kakkoii_1_002: + .byte N02 , En4 , v112 + .byte W04 + .byte En4 , v088 + .byte W04 + .byte N02 + .byte W04 + .byte N03 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kakkoii_1_001 +bgm_kakkoii_1_003: + .byte N02 , En4 , v112 + .byte W04 + .byte En4 , v088 + .byte W04 + .byte N02 + .byte W04 + .byte N03 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte N02 , En4 , v112 + .byte W04 + .byte En4 , v088 + .byte W04 + .byte N02 + .byte W04 + .byte N03 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte En4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kakkoii_1_001 + .byte PATT + .word bgm_kakkoii_1_002 + .byte PATT + .word bgm_kakkoii_1_001 + .byte PATT + .word bgm_kakkoii_1_003 + .byte PATT + .word bgm_kakkoii_1_001 + .byte PATT + .word bgm_kakkoii_1_002 + .byte PATT + .word bgm_kakkoii_1_001 + .byte PATT + .word bgm_kakkoii_1_003 + .byte PATT + .word bgm_kakkoii_1_001 + .byte PATT + .word bgm_kakkoii_1_002 + .byte PATT + .word bgm_kakkoii_1_001 + .byte PATT + .word bgm_kakkoii_1_003 + .byte GOTO + .word bgm_kakkoii_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kakkoii_2: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 126 + .byte PAN , c_v+63 + .byte VOL , 43*bgm_kakkoii_mvl/mxv + .byte W12 + .byte W36 + .byte N10 , Fn4 , v096 + .byte W24 + .byte N10 + .byte W24 + .byte N10 + .byte W12 + .byte W12 + .byte N10 + .byte W24 + .byte N10 + .byte W24 + .byte N10 + .byte W24 + .byte N10 + .byte W12 +bgm_kakkoii_2_B1: + .byte W12 + .byte N10 , Fn4 , v096 + .byte W84 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_kakkoii_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kakkoii_3: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte BEND , c_v+0 + .byte W12 + .byte c_v+0 + .byte N18 , Cn1 , v120 + .byte W18 + .byte N06 + .byte W06 + .byte Cn1 , v032 + .byte W48 + .byte Cn1 , v120 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , As0 + .byte W12 + .byte N30 , An0 + .byte W12 + .byte BEND , c_v+16 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N03 , As0 + .byte W03 + .byte N06 , As0 , v032 + .byte W09 + .byte An0 , v120 + .byte W06 + .byte N24 , Gs0 + .byte W24 + .byte N06 , As0 + .byte W06 + .byte Gs0 + .byte W06 + .byte BEND , c_v+17 + .byte N12 , As0 + .byte W06 + .byte BEND , c_v+4 + .byte W06 +bgm_kakkoii_3_B1: +bgm_kakkoii_3_000: + .byte BEND , c_v+0 + .byte N06 , Cn1 , v120 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte N12 , Bn1 , v120 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W03 + .byte N06 , Cn2 , v032 + .byte W09 + .byte Cn1 , v120 + .byte W06 + .byte N06 + .byte W12 + .byte N03 , Cn2 + .byte W03 + .byte N06 , Cn2 , v032 + .byte W09 + .byte As0 , v120 + .byte W06 + .byte As0 , v032 + .byte W06 + .byte N12 , An1 , v120 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte PEND +bgm_kakkoii_3_001: + .byte BEND , c_v+0 + .byte N06 , An0 , v120 + .byte W06 + .byte An0 , v032 + .byte W12 + .byte N03 , An0 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte An0 , v032 + .byte W06 + .byte N12 , Gn1 , v120 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N06 , An0 + .byte W06 + .byte An0 , v032 + .byte W06 + .byte An1 , v120 + .byte W06 + .byte An1 , v032 + .byte W06 + .byte N03 , Gs0 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As0 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte PEND + .byte BEND , c_v+0 + .byte N06 , Cn1 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte N12 , Bn1 , v120 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W03 + .byte N06 , Cn2 , v032 + .byte W09 + .byte Cn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte Cn2 , v120 + .byte W06 + .byte Cn2 , v032 + .byte W06 + .byte As0 , v120 + .byte W06 + .byte As0 , v032 + .byte W06 + .byte As1 , v120 + .byte W06 + .byte As1 , v032 + .byte W06 +bgm_kakkoii_3_002: + .byte N06 , Fn0 , v120 + .byte W06 + .byte Fn0 , v032 + .byte W12 + .byte N03 , Fn0 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte Fn0 , v032 + .byte W06 + .byte N12 , Ds1 , v120 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N04 , Gs0 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N06 , Gs1 + .byte W06 + .byte Fn1 + .byte W06 + .byte As0 + .byte W06 + .byte As0 , v032 + .byte W06 + .byte N12 , An1 , v120 + .byte W06 + .byte BEND , c_v+6 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kakkoii_3_000 + .byte PATT + .word bgm_kakkoii_3_001 + .byte BEND , c_v+0 + .byte N06 , Cn1 , v120 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte N12 , Bn1 , v120 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W03 + .byte N06 , Cn2 , v032 + .byte W09 + .byte Cn1 , v120 + .byte W06 + .byte N06 + .byte W12 + .byte Cn2 + .byte W06 + .byte Cn2 , v032 + .byte W06 + .byte As0 , v120 + .byte W06 + .byte As0 , v032 + .byte W06 + .byte As1 , v120 + .byte W06 + .byte As1 , v032 + .byte W06 + .byte PATT + .word bgm_kakkoii_3_002 + .byte BEND , c_v+0 + .byte N06 , Dn1 , v120 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte N12 , Cs2 , v120 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W03 + .byte N06 , Dn2 , v032 + .byte W09 + .byte Dn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte N03 , Dn2 , v120 + .byte W03 + .byte N06 , Dn2 , v032 + .byte W09 + .byte Cn1 , v120 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte N12 , Bn1 , v120 + .byte W06 + .byte BEND , c_v+5 + .byte W06 +bgm_kakkoii_3_003: + .byte BEND , c_v+0 + .byte N06 , Bn0 , v120 + .byte W06 + .byte Bn0 , v032 + .byte W12 + .byte N03 , Bn0 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte Bn0 , v032 + .byte W06 + .byte N12 , An1 , v120 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N06 , Bn0 + .byte W06 + .byte Bn0 , v032 + .byte W06 + .byte Bn1 , v120 + .byte W06 + .byte Bn1 , v032 + .byte W06 + .byte N03 , As0 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N06 , Cs1 + .byte W06 + .byte PEND +bgm_kakkoii_3_004: + .byte BEND , c_v+0 + .byte N06 , Dn1 , v120 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte N12 , Cs2 , v120 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W03 + .byte N06 , Dn2 , v032 + .byte W09 + .byte Dn1 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn2 , v120 + .byte W06 + .byte Dn2 , v032 + .byte W06 + .byte Cn1 , v120 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte Cn2 , v120 + .byte W06 + .byte Cn2 , v032 + .byte W06 + .byte PEND +bgm_kakkoii_3_005: + .byte N06 , Gn0 , v120 + .byte W06 + .byte Gn0 , v032 + .byte W12 + .byte N03 , Gn0 , v120 + .byte W06 + .byte N06 + .byte W06 + .byte Gn0 , v032 + .byte W06 + .byte N12 , Fn1 , v120 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte N04 , As0 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N06 , As1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte N12 , Bn1 , v120 + .byte W06 + .byte BEND , c_v+6 + .byte W06 + .byte PEND + .byte c_v+0 + .byte N06 , Dn1 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte N12 , Cs2 , v120 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W03 + .byte N06 , Dn2 , v032 + .byte W09 + .byte Dn1 , v120 + .byte W06 + .byte N06 + .byte W12 + .byte N03 , Dn2 + .byte W03 + .byte N06 , Dn2 , v032 + .byte W09 + .byte Cn1 , v120 + .byte W06 + .byte Cn1 , v032 + .byte W06 + .byte N12 , Bn1 , v120 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte PATT + .word bgm_kakkoii_3_003 + .byte PATT + .word bgm_kakkoii_3_004 + .byte PATT + .word bgm_kakkoii_3_005 + .byte GOTO + .word bgm_kakkoii_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kakkoii_4: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 56 + .byte PAN , c_v+12 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte N03 , Dn4 , v120 + .byte W12 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W03 + .byte Cn4 + .byte W03 + .byte Bn3 , v048 + .byte W03 + .byte An3 + .byte W44 + .byte W01 + .byte Ds4 , v112 + .byte W12 + .byte Dn4 + .byte W06 + .byte N06 , Ds4 + .byte W18 + .byte Fn4 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N03 + .byte W06 + .byte Gs4 + .byte W03 + .byte N21 , Gn4 + .byte W21 + .byte N24 , Fn4 + .byte W24 +bgm_kakkoii_4_B1: + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Ds4 , v112 + .byte W12 + .byte Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Fn4 + .byte W12 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Dn4 + .byte W18 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Cn5 , v032 + .byte W06 + .byte Cn5 , v040 + .byte W06 + .byte Cn5 , v052 + .byte W06 + .byte Cn5 , v060 + .byte W06 + .byte Cn5 , v068 + .byte W06 + .byte Cn5 , v080 + .byte W06 + .byte Cn5 , v088 + .byte W06 + .byte Cn5 , v100 + .byte W06 + .byte Cn5 , v112 + .byte W06 + .byte N03 + .byte W03 + .byte Dn5 + .byte W03 + .byte Cn5 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Bn4 + .byte W12 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Cn5 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , As4 + .byte W12 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Cn5 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Gn5 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Cn5 + .byte W06 + .byte N04 , Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte N06 , Dn5 + .byte W06 + .byte N03 , Ds5 + .byte W06 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte Cn5 + .byte W12 + .byte N06 + .byte W06 + .byte As4 + .byte W12 + .byte Gn4 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 , As4 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte An4 + .byte W04 + .byte Cn5 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Dn5 , v084 + .byte W03 + .byte Cn5 , v068 + .byte W03 + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Ds5 + .byte W03 + .byte N06 , Fn5 + .byte W12 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W12 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W12 + .byte Gn5 + .byte W06 + .byte N03 , Fn5 , v080 + .byte W03 + .byte VOICE , 56 + .byte N03 , Ds5 , v068 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W03 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W03 + .byte N06 , En4 + .byte W06 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte En4 + .byte W06 + .byte N03 , Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte N03 , En4 + .byte W18 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Dn5 , v032 + .byte W06 + .byte Dn5 , v040 + .byte W06 + .byte Dn5 , v052 + .byte W06 + .byte Dn5 , v060 + .byte W06 + .byte Dn5 , v068 + .byte W06 + .byte Dn5 , v080 + .byte W06 + .byte Dn5 , v088 + .byte W06 + .byte Dn5 , v100 + .byte W06 + .byte Dn5 , v112 + .byte W06 + .byte N03 + .byte W03 + .byte En5 + .byte W03 + .byte Dn5 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Dn5 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Cn5 + .byte W12 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 , Gn4 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Cn5 + .byte W06 + .byte N06 , Dn5 + .byte W06 + .byte N03 , En5 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , Gn5 + .byte W06 + .byte N03 , An5 + .byte W06 + .byte N06 , Gn5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N04 , En5 + .byte W04 + .byte Cn5 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte En4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N03 + .byte W06 + .byte Dn5 + .byte W12 + .byte N06 + .byte W06 + .byte Cn5 + .byte W12 + .byte An4 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 , Cn5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N04 , Gn3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Dn5 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Fn5 + .byte W06 + .byte N03 , En5 , v084 + .byte W03 + .byte Dn5 , v068 + .byte W03 + .byte N06 , Cn5 , v112 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Gn3 + .byte W03 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte As4 + .byte W03 + .byte Dn5 + .byte W03 + .byte Fn5 + .byte W03 + .byte N06 , Gn5 + .byte W12 + .byte Fn5 + .byte W06 + .byte Gn5 + .byte W12 + .byte Fn5 + .byte W06 + .byte Gn5 + .byte W12 + .byte An5 + .byte W06 + .byte N03 , Gn5 , v080 + .byte W03 + .byte Fn5 , v068 + .byte W03 + .byte En5 , v060 + .byte W03 + .byte Dn5 , v048 + .byte W09 + .byte GOTO + .word bgm_kakkoii_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kakkoii_5: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 56 + .byte PAN , c_v-30 + .byte VOL , 75*bgm_kakkoii_mvl/mxv + .byte N03 , Gn3 , v112 + .byte W12 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte VOL , 60*bgm_kakkoii_mvl/mxv + .byte N06 + .byte W06 + .byte N03 , Fn3 , v064 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 , v048 + .byte W03 + .byte Cn3 + .byte W44 + .byte W01 + .byte Gn3 , v112 + .byte W12 + .byte Fn3 + .byte W06 + .byte N06 , Gn3 + .byte W18 + .byte An3 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte N21 , Gs3 + .byte W21 + .byte N24 , As3 + .byte W24 +bgm_kakkoii_5_B1: + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Gn3 , v112 + .byte W12 + .byte Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gs3 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Fn3 + .byte W18 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Fn4 , v032 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte Fn4 , v052 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte Fn4 , v068 + .byte W06 + .byte Fn4 , v080 + .byte W06 + .byte Fn4 , v088 + .byte W06 + .byte Fn4 , v100 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte N03 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Gn4 + .byte W12 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Fn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 , Cn4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N02 , As4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte Ds4 + .byte W12 + .byte N06 + .byte W06 + .byte Cn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N04 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte An4 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , Gn4 + .byte W06 + .byte N03 , Fs4 , v080 + .byte W03 + .byte Fn4 , v076 + .byte W15 + .byte N06 , Cn4 , v112 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Cn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte N48 , Cn5 , v096 + .byte W48 + .byte N06 , Ds5 , v112 + .byte W06 + .byte N03 , Dn5 , v080 + .byte W03 + .byte Cn5 , v068 + .byte W03 + .byte VOICE , 56 + .byte N06 , An3 , v112 + .byte W03 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W03 + .byte N06 , Cs4 + .byte W06 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , An3 + .byte W12 + .byte Gn3 + .byte W06 + .byte N03 , An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , As3 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte N03 , Gn3 + .byte W18 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Gn4 , v032 + .byte W06 + .byte Gn4 , v040 + .byte W06 + .byte Gn4 , v052 + .byte W06 + .byte Gn4 , v060 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v080 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v100 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte N03 + .byte W03 + .byte An4 + .byte W03 + .byte Gn4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , An3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , An4 + .byte W12 + .byte N03 + .byte W06 + .byte N06 , Gn4 + .byte W12 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 , Dn4 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , An4 + .byte W06 + .byte N06 , Dn5 + .byte W06 + .byte N03 , En5 + .byte W06 + .byte N06 , Dn5 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N02 , Cn5 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , An3 + .byte W12 + .byte Gn3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Dn4 + .byte W12 + .byte Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N06 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Dn3 + .byte W06 + .byte N04 + .byte W04 + .byte Gn3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Bn4 + .byte W04 + .byte VOICE , 56 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte W12 + .byte N06 , An4 + .byte W06 + .byte N03 , Gs4 , v080 + .byte W03 + .byte Gn4 , v076 + .byte W15 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte VOICE , 17 + .byte VOL , 55*bgm_kakkoii_mvl/mxv + .byte N03 , Dn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte As4 + .byte W03 + .byte N48 , Dn5 , v096 + .byte W48 + .byte N06 , Fn5 , v112 + .byte W06 + .byte N03 , En5 , v080 + .byte W03 + .byte Dn5 , v068 + .byte W03 + .byte Cn5 , v060 + .byte W03 + .byte Bn4 , v048 + .byte W09 + .byte GOTO + .word bgm_kakkoii_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kakkoii_6: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_kakkoii_mvl/mxv + .byte N03 , Cn5 , v076 + .byte W03 + .byte Dn5 + .byte W03 + .byte Ds5 + .byte W03 + .byte Gn5 + .byte W03 + .byte N72 , Cn6 + .byte W72 + .byte W03 + .byte N03 , Cs6 + .byte W03 + .byte Cn6 + .byte W03 + .byte Bn5 + .byte W03 + .byte N06 , As5 + .byte W06 + .byte N03 , Cn6 + .byte W03 + .byte As5 + .byte W03 + .byte N42 , An5 + .byte W42 + .byte N03 , As5 + .byte W03 + .byte An5 + .byte W03 + .byte N21 , Gs5 + .byte W21 + .byte N03 , An5 + .byte W03 + .byte N24 , As5 + .byte W24 +bgm_kakkoii_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_kakkoii_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kakkoii_7: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte PAN , c_v-64 + .byte VOL , 39*bgm_kakkoii_mvl/mxv + .byte W12 + .byte W96 + .byte W96 +bgm_kakkoii_7_B1: +bgm_kakkoii_7_000: + .byte N03 , Cn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , Fn2 + .byte W06 + .byte N03 , Gn2 + .byte W12 + .byte N06 + .byte W18 + .byte Cn3 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte Cn3 + .byte W18 + .byte PEND +bgm_kakkoii_7_001: + .byte N03 , An1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 , Cn3 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte Cn3 + .byte W18 + .byte PEND + .byte PATT + .word bgm_kakkoii_7_000 +bgm_kakkoii_7_002: + .byte N03 , An1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 , Cn3 + .byte W12 + .byte N06 + .byte W06 + .byte Fn2 + .byte W06 + .byte Gn2 + .byte W12 + .byte N18 , As2 + .byte W18 + .byte N12 , Dn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kakkoii_7_000 + .byte PATT + .word bgm_kakkoii_7_001 + .byte PATT + .word bgm_kakkoii_7_000 + .byte PATT + .word bgm_kakkoii_7_002 +bgm_kakkoii_7_003: + .byte N03 , Dn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , An2 + .byte W12 + .byte N06 + .byte W18 + .byte Dn3 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Cs3 + .byte W06 + .byte Dn3 + .byte W18 + .byte PEND +bgm_kakkoii_7_004: + .byte N03 , Bn1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte N03 , Dn3 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte Dn3 + .byte W18 + .byte PEND + .byte PATT + .word bgm_kakkoii_7_003 +bgm_kakkoii_7_005: + .byte N03 , Bn1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte N03 , Dn3 + .byte W12 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W12 + .byte N18 , Cn3 + .byte W18 + .byte N12 , En3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kakkoii_7_003 + .byte PATT + .word bgm_kakkoii_7_004 + .byte PATT + .word bgm_kakkoii_7_003 + .byte PATT + .word bgm_kakkoii_7_005 + .byte GOTO + .word bgm_kakkoii_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_kakkoii_8: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte PAN , c_v+63 + .byte VOL , 41*bgm_kakkoii_mvl/mxv + .byte W12 + .byte W96 + .byte W96 +bgm_kakkoii_8_B1: +bgm_kakkoii_8_000: + .byte N03 , Gn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte Ds3 + .byte W18 + .byte PEND +bgm_kakkoii_8_001: + .byte N03 , Fn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 , Fn3 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte Fn3 + .byte W18 + .byte PEND + .byte PATT + .word bgm_kakkoii_8_000 +bgm_kakkoii_8_002: + .byte N03 , Fn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 , Fn3 + .byte W12 + .byte N06 + .byte W06 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W12 + .byte N18 , Gn3 + .byte W18 + .byte N12 , As3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kakkoii_8_000 + .byte PATT + .word bgm_kakkoii_8_001 + .byte PATT + .word bgm_kakkoii_8_000 + .byte PATT + .word bgm_kakkoii_8_002 +bgm_kakkoii_8_003: + .byte N03 , An2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Dn3 + .byte W06 + .byte N06 , En3 + .byte W06 + .byte N03 , Fn3 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N06 , En3 + .byte W06 + .byte Fn3 + .byte W18 + .byte PEND +bgm_kakkoii_8_004: + .byte N03 , Gn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N03 , Dn3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte Gn3 + .byte W18 + .byte PEND + .byte PATT + .word bgm_kakkoii_8_003 +bgm_kakkoii_8_005: + .byte N03 , Gn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 , Gn3 + .byte W12 + .byte N06 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W12 + .byte N18 , An3 + .byte W18 + .byte N12 , Cn4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kakkoii_8_003 + .byte PATT + .word bgm_kakkoii_8_004 + .byte PATT + .word bgm_kakkoii_8_003 + .byte PATT + .word bgm_kakkoii_8_005 + .byte GOTO + .word bgm_kakkoii_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_kakkoii_9: + .byte KEYSH , bgm_kakkoii_key+0 + .byte VOICE , 0 + .byte PAN , c_v-1 + .byte VOL , 86*bgm_kakkoii_mvl/mxv + .byte N03 , Fs2 , v112 + .byte W06 + .byte Fs2 , v064 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W54 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N03 , En1 + .byte W03 + .byte En1 , v088 + .byte W09 + .byte N06 , Dn1 , v112 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 + .byte W06 +bgm_kakkoii_9_B1: +bgm_kakkoii_9_000: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte Dn1 + .byte W12 + .byte PEND +bgm_kakkoii_9_001: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte N06 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte Dn1 + .byte W06 + .byte PEND +bgm_kakkoii_9_002: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Dn1 , v112 + .byte W24 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte En1 + .byte W06 + .byte PEND + .byte Cn1 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N02 + .byte W04 + .byte N06 , Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W06 + .byte Dn1 + .byte W06 + .byte PATT + .word bgm_kakkoii_9_000 + .byte PATT + .word bgm_kakkoii_9_001 +bgm_kakkoii_9_003: + .byte N06 , Cn1 , v112 + .byte W12 + .byte En1 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte Dn1 , v112 + .byte W24 + .byte Cn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 + .byte W12 + .byte En1 + .byte W06 + .byte PEND +bgm_kakkoii_9_004: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N02 + .byte W04 + .byte N06 , Dn1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kakkoii_9_000 + .byte PATT + .word bgm_kakkoii_9_001 + .byte PATT + .word bgm_kakkoii_9_002 + .byte PATT + .word bgm_kakkoii_9_004 + .byte PATT + .word bgm_kakkoii_9_000 + .byte PATT + .word bgm_kakkoii_9_001 + .byte PATT + .word bgm_kakkoii_9_003 + .byte PATT + .word bgm_kakkoii_9_004 + .byte GOTO + .word bgm_kakkoii_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kakkoii: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kakkoii_pri @ Priority + .byte bgm_kakkoii_rev @ Reverb. + + .word bgm_kakkoii_grp + + .word bgm_kakkoii_1 + .word bgm_kakkoii_2 + .word bgm_kakkoii_3 + .word bgm_kakkoii_4 + .word bgm_kakkoii_5 + .word bgm_kakkoii_6 + .word bgm_kakkoii_7 + .word bgm_kakkoii_8 + .word bgm_kakkoii_9 + + .end diff --git a/sound/songs/bgm_karakuri.s b/sound/songs/bgm_karakuri.s new file mode 100644 index 000000000..e4b861167 --- /dev/null +++ b/sound/songs/bgm_karakuri.s @@ -0,0 +1,2949 @@ + .include "MPlayDef.s" + + .equ bgm_karakuri_grp, voicegroup_844B9F0 + .equ bgm_karakuri_pri, 0 + .equ bgm_karakuri_rev, reverb_set+50 + .equ bgm_karakuri_mvl, 127 + .equ bgm_karakuri_key, 0 + .equ bgm_karakuri_tbs, 1 + .equ bgm_karakuri_exg, 0 + .equ bgm_karakuri_cmp, 1 + + .section .rodata + .global bgm_karakuri + .align 2 + +@********************** Track 1 **********************@ + +bgm_karakuri_1: + .byte KEYSH , bgm_karakuri_key+0 + .byte TEMPO , 136*bgm_karakuri_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 40*bgm_karakuri_mvl/mxv + .byte PAN , c_v+0 + .byte W96 +bgm_karakuri_1_B1: +bgm_karakuri_1_000: + .byte N03 , Gn5 , v112 + .byte W06 + .byte Gn5 , v052 + .byte W06 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v052 + .byte W06 + .byte Gn5 , v076 + .byte W06 + .byte Gn5 , v056 + .byte W06 + .byte Gn5 , v072 + .byte W06 + .byte Gn5 , v052 + .byte W06 + .byte Gn5 , v112 + .byte W06 + .byte Gn5 , v052 + .byte W06 + .byte Gn5 , v068 + .byte W06 + .byte Gn5 , v052 + .byte W06 + .byte Gn5 , v076 + .byte W06 + .byte Gn5 , v056 + .byte W06 + .byte Gn5 , v072 + .byte W06 + .byte Gn5 , v052 + .byte W06 + .byte PEND + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte PATT + .word bgm_karakuri_1_000 + .byte GOTO + .word bgm_karakuri_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_karakuri_2: + .byte KEYSH , bgm_karakuri_key+0 + .byte VOICE , 13 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 44*bgm_karakuri_mvl/mxv + .byte N03 , As4 , v112 + .byte W03 + .byte Fs4 , v064 + .byte W03 + .byte As4 + .byte W03 + .byte Fs4 + .byte W03 + .byte As4 + .byte W03 + .byte Fs4 + .byte W03 + .byte As4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Bn4 , v112 + .byte W03 + .byte Gs4 , v064 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte An4 , v064 + .byte W03 + .byte Cn5 + .byte W03 + .byte An4 + .byte W03 + .byte Cn5 + .byte W03 + .byte An4 + .byte W03 + .byte Cn5 + .byte W03 + .byte An4 + .byte W03 + .byte Cs5 , v112 + .byte W03 + .byte As4 , v064 + .byte W03 + .byte Cs5 + .byte W03 + .byte As4 + .byte W03 + .byte Cs5 + .byte W03 + .byte As4 + .byte W03 + .byte Cs5 + .byte W03 + .byte As4 + .byte W03 +bgm_karakuri_2_B1: + .byte VOICE , 13 + .byte VOL , 45*bgm_karakuri_mvl/mxv + .byte N06 , As4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 +bgm_karakuri_2_000: + .byte N06 , As4 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte PEND + .byte Cs5 + .byte W24 + .byte Bn4 + .byte W24 + .byte N06 + .byte W24 + .byte As4 + .byte W12 + .byte Gs4 + .byte W12 + .byte VOICE , 24 + .byte VOL , 30*bgm_karakuri_mvl/mxv + .byte N06 , Cs4 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Cs6 + .byte W12 + .byte VOICE , 47 + .byte VOL , 45*bgm_karakuri_mvl/mxv + .byte N06 , Cs3 + .byte W06 + .byte Cs4 + .byte W12 + .byte Cs3 + .byte W06 + .byte Cs2 + .byte W06 + .byte Cs2 , v096 + .byte W06 + .byte Cs3 , v112 + .byte W12 +bgm_karakuri_2_001: + .byte VOICE , 13 + .byte N06 , Gs4 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PEND +bgm_karakuri_2_002: + .byte N06 , Gs4 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte PEND + .byte Cs5 + .byte W24 + .byte Bn4 + .byte W24 + .byte As4 + .byte W24 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte VOICE , 17 + .byte VOL , 42*bgm_karakuri_mvl/mxv + .byte N03 , As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Cs5 + .byte W03 + .byte N24 , Fs5 + .byte W24 + .byte N03 , Cs5 , v080 + .byte W03 + .byte As4 + .byte W03 + .byte Fs4 , v112 + .byte W03 + .byte Cs4 + .byte W03 + .byte VOICE , 56 + .byte VOL , 45*bgm_karakuri_mvl/mxv + .byte N03 , Fs4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Fs5 + .byte W06 + .byte VOICE , 13 + .byte N06 , As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte PATT + .word bgm_karakuri_2_000 + .byte N06 , Cs5 , v112 + .byte W06 + .byte Fs4 + .byte W12 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fs4 + .byte W12 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte Cs5 + .byte W12 + .byte N06 + .byte W06 + .byte As5 + .byte W12 + .byte Gs5 + .byte W12 + .byte VOICE , 60 + .byte N03 , Fn5 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En5 + .byte W06 + .byte N03 , Fn5 + .byte W12 + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En5 + .byte W06 + .byte N03 , Fn5 + .byte W06 + .byte N06 , Gs5 + .byte W06 + .byte N03 , Gn5 , v092 + .byte W03 + .byte Fs5 , v084 + .byte W03 + .byte En5 , v072 + .byte W03 + .byte Dn5 , v064 + .byte W09 + .byte PATT + .word bgm_karakuri_2_001 + .byte PATT + .word bgm_karakuri_2_002 + .byte N06 , Cs5 , v112 + .byte W24 + .byte Bn4 + .byte W24 + .byte As4 + .byte W24 + .byte Gs4 + .byte W24 + .byte VOICE , 17 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W12 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte N03 , Fs4 + .byte W03 + .byte Gs4 + .byte W03 + .byte As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Cs5 + .byte W03 + .byte Ds5 + .byte W03 + .byte Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte VOICE , 21 + .byte VOL , 36*bgm_karakuri_mvl/mxv + .byte N32 , Fs4 + .byte W36 + .byte N06 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N32 , Fs4 + .byte W36 + .byte N06 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W12 + .byte Cs4 + .byte W06 + .byte N32 , Ds4 + .byte W36 + .byte N06 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W06 + .byte N24 , Cs4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte En4 + .byte W24 + .byte N32 , Fs4 + .byte W36 + .byte N06 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W12 + .byte As4 + .byte W06 + .byte N24 , Cs5 + .byte W30 + .byte N06 , Ds5 + .byte W06 + .byte Cs5 + .byte W18 + .byte N18 , As4 + .byte W18 + .byte N24 , Gn4 + .byte W24 + .byte N06 , Bn4 + .byte W18 + .byte Gs4 + .byte W18 + .byte Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W06 + .byte As4 + .byte W24 + .byte N06 + .byte W24 + .byte GOTO + .word bgm_karakuri_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_karakuri_3: + .byte KEYSH , bgm_karakuri_key+0 + .byte VOICE , 21 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-32 + .byte VOL , 38*bgm_karakuri_mvl/mxv + .byte N03 , As3 , v112 + .byte W03 + .byte Fs3 , v064 + .byte W03 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Gs3 , v064 + .byte W03 + .byte Bn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte An3 , v064 + .byte W03 + .byte Cn4 + .byte W03 + .byte An3 + .byte W03 + .byte Cn4 + .byte W03 + .byte An3 + .byte W03 + .byte Cn4 + .byte W03 + .byte An3 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte As3 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte As3 + .byte W03 + .byte Cs4 + .byte W03 + .byte As3 + .byte W03 + .byte Cs4 + .byte W03 + .byte As3 + .byte W03 +bgm_karakuri_3_B1: + .byte W48 + .byte VOICE , 56 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v+32 + .byte W48 + .byte N06 , Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte W96 + .byte W48 + .byte Cs3 + .byte W06 + .byte Cs4 + .byte W12 + .byte Cs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte N06 + .byte W06 + .byte Cs3 + .byte W12 + .byte W54 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte W48 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte Cs4 + .byte W24 + .byte Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte VOICE , 17 + .byte N03 , Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte An4 + .byte W03 + .byte N24 , Cs5 + .byte W24 + .byte N03 , As4 , v080 + .byte W03 + .byte Fs4 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte As3 + .byte W03 + .byte VOICE , 56 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Cs5 + .byte W06 + .byte VOICE , 14 + .byte VOL , 30*bgm_karakuri_mvl/mxv + .byte PAN , c_v-52 + .byte N48 , As3 + .byte W48 + .byte PAN , c_v+47 + .byte N48 , Fs3 + .byte W48 + .byte PAN , c_v-49 + .byte N48 , As3 + .byte W48 + .byte PAN , c_v+50 + .byte N48 , Fs3 + .byte W48 + .byte PAN , c_v-49 + .byte N48 , As3 + .byte W48 + .byte PAN , c_v+47 + .byte N48 , Cs4 + .byte W48 + .byte VOICE , 56 + .byte N03 , Cs5 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Cs5 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Cs5 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Cs5 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , En5 , v092 + .byte W03 + .byte Ds5 , v084 + .byte W03 + .byte Cs5 , v072 + .byte W03 + .byte Bn4 , v064 + .byte W09 + .byte VOICE , 73 + .byte VOL , 25*bgm_karakuri_mvl/mxv + .byte PAN , c_v-43 + .byte N06 , Cs5 , v112 + .byte W06 + .byte Ds5 + .byte W03 + .byte PAN , c_v-28 + .byte W03 + .byte N06 , Cs5 + .byte W03 + .byte PAN , c_v-16 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte PAN , c_v+13 + .byte N06 , Cs5 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Ds5 + .byte W06 + .byte Cs5 + .byte W03 + .byte PAN , c_v+40 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte PAN , c_v+63 + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte VOL , 28*bgm_karakuri_mvl/mxv + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte VOL , 40*bgm_karakuri_mvl/mxv + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte VOL , 35*bgm_karakuri_mvl/mxv + .byte PAN , c_v+47 + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W03 + .byte PAN , c_v+32 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte VOL , 26*bgm_karakuri_mvl/mxv + .byte PAN , c_v+10 + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W03 + .byte VOL , 31*bgm_karakuri_mvl/mxv + .byte W03 + .byte PAN , c_v-34 + .byte N06 , Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte PAN , c_v-49 + .byte VOL , 39*bgm_karakuri_mvl/mxv + .byte N06 , Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte VOICE , 47 + .byte PAN , c_v+47 + .byte VOL , 56*bgm_karakuri_mvl/mxv + .byte N06 , Cs3 + .byte W12 + .byte PAN , c_v-43 + .byte N06 , Cs2 + .byte W12 + .byte PAN , c_v+47 + .byte N06 , Bn2 + .byte W12 + .byte PAN , c_v-43 + .byte N06 , Cs2 + .byte W12 + .byte PAN , c_v+47 + .byte N06 , As2 + .byte W12 + .byte PAN , c_v-43 + .byte N06 , Cs2 + .byte W12 + .byte PAN , c_v+47 + .byte N06 , Gs2 + .byte W12 + .byte PAN , c_v-43 + .byte N06 , Cs2 + .byte W12 + .byte VOICE , 17 + .byte PAN , c_v+0 + .byte VOL , 30*bgm_karakuri_mvl/mxv + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Cs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gs4 + .byte W03 + .byte As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Cs5 + .byte W03 + .byte VOICE , 13 + .byte PAN , c_v-48 + .byte N06 , Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Ds5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte N06 , Cs4 + .byte W03 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte N06 , Ds4 + .byte W03 + .byte PAN , c_v-48 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Ds5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte N06 , As3 + .byte W03 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , As4 + .byte W03 + .byte N06 , Ds4 + .byte W03 + .byte PAN , c_v-48 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Bn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Fs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Bn4 + .byte W06 + .byte N03 , Ds5 + .byte W03 + .byte N06 , Fs4 + .byte W03 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte En4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte N06 , Bn3 + .byte W03 + .byte PAN , c_v-48 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte N06 , Ds4 + .byte W09 + .byte Fs4 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte N06 , As4 + .byte W03 + .byte PAN , c_v-48 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte As4 + .byte W12 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W06 + .byte As4 + .byte W24 + .byte N06 + .byte W12 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte GOTO + .word bgm_karakuri_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_karakuri_4: + .byte KEYSH , bgm_karakuri_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-62 + .byte VOL , 32*bgm_karakuri_mvl/mxv + .byte N24 , As3 , v112 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte Cs4 + .byte W24 +bgm_karakuri_4_B1: + .byte PAN , c_v-63 + .byte VOL , 33*bgm_karakuri_mvl/mxv + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v096 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v096 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v096 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v092 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 +bgm_karakuri_4_000: + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v096 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v096 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v096 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v092 + .byte W06 + .byte As2 , v112 + .byte W03 + .byte N06 , As2 , v080 + .byte W09 + .byte PEND + .byte PATT + .word bgm_karakuri_4_000 + .byte N06 , Gs3 , v112 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Gs3 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N06 , Gs5 + .byte W15 + .byte Cs2 + .byte W03 + .byte Cs3 + .byte W09 + .byte Cs2 + .byte W09 + .byte N03 , Cs1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cs2 + .byte W12 + .byte W48 + .byte N03 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N06 , Gs4 + .byte W24 + .byte Fs4 + .byte W24 + .byte N06 + .byte W24 + .byte Gs4 + .byte W12 + .byte Cs4 + .byte W12 + .byte PATT + .word bgm_karakuri_4_000 + .byte PATT + .word bgm_karakuri_4_000 + .byte PATT + .word bgm_karakuri_4_000 + .byte W96 + .byte N03 , Cs4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Cs4 + .byte W12 + .byte N06 , Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N03 , Cs4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Cs4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , En4 , v092 + .byte W03 + .byte Ds4 , v084 + .byte W03 + .byte Cs4 , v072 + .byte W03 + .byte Bn3 , v064 + .byte W09 + .byte PATT + .word bgm_karakuri_4_000 + .byte PATT + .word bgm_karakuri_4_000 + .byte PATT + .word bgm_karakuri_4_000 + .byte W96 + .byte PAN , c_v+0 + .byte VOL , 32*bgm_karakuri_mvl/mxv + .byte BEND , c_v+2 + .byte N32 , Ds5 , v112 + .byte W36 + .byte N06 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte N32 , Cs5 + .byte W36 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W12 + .byte Gs4 + .byte W06 + .byte N32 , Bn4 + .byte W36 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W12 + .byte Gs4 + .byte W06 + .byte N24 , As4 + .byte W24 + .byte Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte Cs5 + .byte W24 + .byte PAN , c_v+0 + .byte N32 , Ds5 + .byte W36 + .byte N06 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W12 + .byte Fs5 + .byte W06 + .byte N24 , As5 + .byte W30 + .byte N06 , Bn5 + .byte W06 + .byte As5 + .byte W18 + .byte N18 , Gn5 + .byte W18 + .byte N24 , Ds5 + .byte W24 + .byte N06 , Fs5 + .byte W18 + .byte Ds5 + .byte W18 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte As5 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N06 + .byte W12 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Fs5 + .byte W24 + .byte N06 + .byte W24 + .byte GOTO + .word bgm_karakuri_4_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_karakuri_5: + .byte KEYSH , bgm_karakuri_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 34*bgm_karakuri_mvl/mxv + .byte N24 , Cs3 , v112 + .byte W24 + .byte Bn2 + .byte W24 + .byte Gs2 + .byte W24 + .byte Fn2 + .byte W24 +bgm_karakuri_5_B1: + .byte PAN , c_v+63 + .byte VOL , 36*bgm_karakuri_mvl/mxv + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v092 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 +bgm_karakuri_5_000: + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v092 + .byte W06 + .byte N06 , Fs3 , v080 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_karakuri_5_000 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Cs6 + .byte W12 + .byte Cs3 + .byte W06 + .byte Cs4 + .byte W12 + .byte Cs3 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cs3 + .byte W12 + .byte W96 + .byte N03 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N06 , Cs5 + .byte W24 + .byte Bn4 + .byte W24 + .byte As4 + .byte W24 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte PATT + .word bgm_karakuri_5_000 + .byte PATT + .word bgm_karakuri_5_000 + .byte PATT + .word bgm_karakuri_5_000 + .byte W96 + .byte N03 , Fn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn4 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Gn4 , v092 + .byte W03 + .byte Fs4 , v084 + .byte W03 + .byte En4 , v072 + .byte W03 + .byte Dn4 , v064 + .byte W09 + .byte PATT + .word bgm_karakuri_5_000 + .byte PATT + .word bgm_karakuri_5_000 + .byte PATT + .word bgm_karakuri_5_000 + .byte W96 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_karakuri_mvl/mxv + .byte N32 , Ds5 , v112 + .byte W36 + .byte N06 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte N32 , Cs5 + .byte W36 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Fn5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W12 + .byte Gs4 + .byte W06 + .byte N32 , Bn4 + .byte W36 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W12 + .byte Gs4 + .byte W06 + .byte N24 , As4 + .byte W24 + .byte Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte Cs5 + .byte W24 + .byte PAN , c_v+0 + .byte N32 , Ds5 + .byte W36 + .byte N06 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fn5 + .byte W18 + .byte N24 , As5 + .byte W30 + .byte N06 , Bn5 + .byte W06 + .byte As5 + .byte W18 + .byte N18 , Gn5 + .byte W18 + .byte N24 , Ds5 + .byte W24 + .byte N06 , Fs5 + .byte W18 + .byte Ds5 + .byte W18 + .byte Fs5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte As5 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N06 + .byte W12 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Fs5 + .byte W24 + .byte N06 + .byte W24 + .byte GOTO + .word bgm_karakuri_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_karakuri_6: + .byte KEYSH , bgm_karakuri_key+0 + .byte VOICE , 0 + .byte VOL , 70*bgm_karakuri_mvl/mxv + .byte PAN , c_v+0 + .byte W96 +bgm_karakuri_6_B1: +bgm_karakuri_6_000: + .byte N06 , Cn1 , v112 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte N06 , Dn3 , v112 + .byte W12 + .byte Cn1 , v100 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte En3 , v092 + .byte W06 + .byte PEND + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte PATT + .word bgm_karakuri_6_000 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Cn1 , v088 + .byte W12 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v100 + .byte W12 + .byte Dn3 , v112 + .byte W06 + .byte Cn1 + .byte W06 + .byte Cn1 , v088 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte En3 , v092 + .byte W06 + .byte GOTO + .word bgm_karakuri_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_karakuri_7: + .byte KEYSH , bgm_karakuri_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 59*bgm_karakuri_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Cs2 , v112 + .byte W24 + .byte Bn1 + .byte W24 + .byte Gs1 + .byte W24 + .byte Cs1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte W12 +bgm_karakuri_7_B1: +bgm_karakuri_7_000: + .byte N03 , Fs1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_karakuri_7_000 + .byte PATT + .word bgm_karakuri_7_000 +bgm_karakuri_7_001: + .byte N03 , Cs1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte N06 , Bn1 + .byte W12 + .byte N03 , Cs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_karakuri_7_001 + .byte PATT + .word bgm_karakuri_7_001 + .byte N03 , Cs1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte N06 , Gs1 + .byte W12 + .byte N03 , Cs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fn2 + .byte W12 + .byte N06 , Fs2 + .byte W12 + .byte PATT + .word bgm_karakuri_7_000 + .byte PATT + .word bgm_karakuri_7_000 + .byte PATT + .word bgm_karakuri_7_000 + .byte PATT + .word bgm_karakuri_7_001 + .byte PATT + .word bgm_karakuri_7_001 + .byte PATT + .word bgm_karakuri_7_001 + .byte N03 , Cs1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte N06 , Gs1 + .byte W12 + .byte N03 , Cs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte N06 , Gs1 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Gs2 + .byte W12 + .byte N06 , Fs2 + .byte W12 +bgm_karakuri_7_002: + .byte N03 , Bn1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte N06 , Fs2 + .byte W12 + .byte N03 , Bn1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As2 + .byte W12 + .byte N06 , Fs2 + .byte W12 + .byte PEND + .byte N03 , Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fn2 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte N03 , Fn1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Gs1 + .byte W12 + .byte N06 , Bn1 + .byte W12 + .byte N03 , Fn1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fn2 + .byte W12 + .byte N06 , Bn1 + .byte W12 + .byte N12 , Fs1 + .byte W12 + .byte N03 , As1 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte N12 , Bn1 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte Cn2 + .byte W12 + .byte N03 , Fs1 + .byte W12 + .byte N06 , Cs2 + .byte W12 + .byte PATT + .word bgm_karakuri_7_002 + .byte N03 , Fs1 , v112 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Cs2 + .byte W06 + .byte N03 , En1 + .byte W06 + .byte N06 , Gs1 + .byte W06 + .byte Bn1 + .byte W12 + .byte N03 , Ds1 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte As1 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte N06 , As1 + .byte W12 + .byte N03 , Gs1 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Bn1 + .byte W12 + .byte N06 , Ds2 + .byte W12 + .byte N03 , Gs1 + .byte W06 + .byte N06 , Ds2 + .byte W12 + .byte Bn1 + .byte W06 + .byte N12 , Fn2 + .byte W12 + .byte N06 , Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte N06 + .byte W12 + .byte Cs1 + .byte W06 + .byte Ds1 + .byte W12 + .byte Cs1 + .byte W06 + .byte Fs1 + .byte W24 + .byte N06 + .byte W24 + .byte GOTO + .word bgm_karakuri_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_karakuri_8: + .byte KEYSH , bgm_karakuri_key+0 + .byte VOICE , 13 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 39*bgm_karakuri_mvl/mxv + .byte PAN , c_v+16 + .byte W96 +bgm_karakuri_8_B1: + .byte VOICE , 56 + .byte PAN , c_v+16 + .byte W48 + .byte c_v-43 + .byte N06 , Cs4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PAN , c_v+47 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte W48 + .byte PAN , c_v+48 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PAN , c_v-45 + .byte N06 , As4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte VOICE , 9 + .byte PAN , c_v-16 + .byte N06 , As4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N06 + .byte W24 + .byte Fs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte W96 + .byte VOICE , 13 + .byte N06 , Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte PAN , c_v-38 + .byte N06 , Cs6 , v080 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte W96 + .byte VOL , 32*bgm_karakuri_mvl/mxv + .byte N06 , As4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W12 + .byte N06 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W12 + .byte N06 + .byte W06 + .byte As4 + .byte W06 + .byte Fs4 + .byte W12 + .byte N06 + .byte W06 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W12 + .byte VOICE , 56 + .byte VOL , 37*bgm_karakuri_mvl/mxv + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn4 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Gn4 , v092 + .byte W03 + .byte Fs4 , v084 + .byte W03 + .byte En4 , v072 + .byte W03 + .byte Dn4 , v064 + .byte W09 + .byte VOICE , 13 + .byte VOL , 34*bgm_karakuri_mvl/mxv + .byte N06 , Gs4 , v112 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOICE , 48 + .byte N06 , As4 + .byte W24 + .byte Gs4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Fn4 + .byte W24 + .byte VOICE , 47 + .byte PAN , c_v+35 + .byte VOL , 56*bgm_karakuri_mvl/mxv + .byte N06 , Fs3 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte PAN , c_v-33 + .byte N12 , Cs3 + .byte W12 + .byte PAN , c_v+34 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , Cs3 + .byte W12 + .byte PAN , c_v+34 + .byte N06 , Fs3 + .byte W12 + .byte PAN , c_v-33 + .byte N06 , Fs2 + .byte W06 + .byte PAN , c_v+40 + .byte N06 , Fs3 + .byte W06 + .byte VOICE , 13 + .byte VOL , 40*bgm_karakuri_mvl/mxv + .byte W12 + .byte N06 , Ds6 , v092 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte Bn5 + .byte W12 + .byte Ds6 + .byte W18 + .byte N06 + .byte W12 + .byte W12 + .byte Cs6 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte Bn5 + .byte W12 + .byte Cs6 + .byte W18 + .byte N06 + .byte W12 + .byte W12 + .byte Bn5 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte Fs5 + .byte W12 + .byte Bn5 + .byte W18 + .byte N06 + .byte W12 + .byte W12 + .byte As5 + .byte W12 + .byte N06 + .byte W24 + .byte Bn5 + .byte W18 + .byte Cn6 + .byte W18 + .byte Cs6 + .byte W12 + .byte W12 + .byte Ds6 + .byte W12 + .byte N06 + .byte W24 + .byte Fs6 + .byte W06 + .byte Ds6 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte W12 + .byte Cs6 + .byte W24 + .byte Bn5 + .byte W12 + .byte As5 + .byte W18 + .byte N06 + .byte W18 + .byte Gn5 + .byte W12 + .byte Bn5 + .byte W12 + .byte N06 + .byte W12 + .byte Gs5 + .byte W06 + .byte Bn5 + .byte W12 + .byte Gs5 + .byte W06 + .byte Cs6 + .byte W12 + .byte N06 + .byte W12 + .byte Bn5 + .byte W06 + .byte Cs6 + .byte W06 + .byte Gs5 + .byte W12 + .byte As5 + .byte W06 + .byte Fs5 + .byte W06 + .byte As5 + .byte W12 + .byte Fs5 + .byte W06 + .byte Gs5 + .byte W12 + .byte Cs5 + .byte W06 + .byte As5 + .byte W24 + .byte N06 + .byte W12 + .byte Gn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte GOTO + .word bgm_karakuri_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_karakuri: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_karakuri_pri @ Priority + .byte bgm_karakuri_rev @ Reverb. + + .word bgm_karakuri_grp + + .word bgm_karakuri_1 + .word bgm_karakuri_2 + .word bgm_karakuri_3 + .word bgm_karakuri_4 + .word bgm_karakuri_5 + .word bgm_karakuri_6 + .word bgm_karakuri_7 + .word bgm_karakuri_8 + + .end diff --git a/sound/songs/bgm_kazanbai.s b/sound/songs/bgm_kazanbai.s new file mode 100644 index 000000000..daf884056 --- /dev/null +++ b/sound/songs/bgm_kazanbai.s @@ -0,0 +1,4007 @@ + .include "MPlayDef.s" + + .equ bgm_kazanbai_grp, voicegroup_8440DE8 + .equ bgm_kazanbai_pri, 0 + .equ bgm_kazanbai_rev, reverb_set+50 + .equ bgm_kazanbai_mvl, 127 + .equ bgm_kazanbai_key, 0 + .equ bgm_kazanbai_tbs, 1 + .equ bgm_kazanbai_exg, 0 + .equ bgm_kazanbai_cmp, 1 + + .section .rodata + .global bgm_kazanbai + .align 2 + +@********************** Track 1 **********************@ + +bgm_kazanbai_1: + .byte KEYSH , bgm_kazanbai_key+0 + .byte TEMPO , 128*bgm_kazanbai_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 44*bgm_kazanbai_mvl/mxv + .byte PAN , c_v+63 + .byte W12 +bgm_kazanbai_1_B1: +bgm_kazanbai_1_000: + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v056 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En5 , v112 + .byte W06 + .byte En5 , v056 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte PATT + .word bgm_kazanbai_1_000 + .byte GOTO + .word bgm_kazanbai_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_kazanbai_2: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+3 + .byte VOL , 75*bgm_kazanbai_mvl/mxv + .byte N06 , Fs3 , v112 + .byte W06 + .byte Bn3 + .byte W06 +bgm_kazanbai_2_B1: +bgm_kazanbai_2_000: + .byte VOICE , 24 + .byte N36 , Dn4 , v112 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W02 + .byte N22 , Cs4 + .byte W22 + .byte N12 , An3 + .byte W12 + .byte PEND +bgm_kazanbai_2_001: + .byte N24 , Bn3 , v112 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N36 , Gn3 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte PEND + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 +bgm_kazanbai_2_002: + .byte N60 , Gn3 , v112 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte PEND +bgm_kazanbai_2_003: + .byte N72 , An3 , v112 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte PEND +bgm_kazanbai_2_004: + .byte MOD , 0 + .byte W48 + .byte VOICE , 60 + .byte W12 + .byte N06 , Dn3 , v112 + .byte W12 + .byte PEND + .byte VOICE , 60 + .byte TIE , An3 + .byte W24 + .byte VOL , 71*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 70*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 66*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 63*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 62*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 59*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 58*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 55*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 52*bgm_kazanbai_mvl/mxv + .byte MOD , 3 + .byte W02 + .byte VOL , 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 48*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 46*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 44*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 40*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 37*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 35*bgm_kazanbai_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte W02 + .byte VOL , 31*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 29*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 26*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 25*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 22*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 19*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 17*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 11*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 7*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 5*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 3*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 1*bgm_kazanbai_mvl/mxv + .byte W04 + .byte EOT + .byte VOL , 1*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte W12 + .byte VOICE , 24 + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte N06 , En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PATT + .word bgm_kazanbai_2_000 + .byte N24 , Gn4 , v112 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N06 , Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Gn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte PATT + .word bgm_kazanbai_2_003 + .byte PATT + .word bgm_kazanbai_2_004 + .byte VOICE , 60 + .byte TIE , An3 , v112 + .byte W24 + .byte VOL , 71*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 70*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 66*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 63*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 62*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 59*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 58*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 55*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 52*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 48*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 46*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 44*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 40*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 37*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 35*bgm_kazanbai_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte W02 + .byte VOL , 31*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 29*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 26*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 25*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 22*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 19*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 17*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 11*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 7*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 5*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 3*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 1*bgm_kazanbai_mvl/mxv + .byte W04 + .byte EOT + .byte VOL , 1*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte W12 + .byte VOICE , 24 + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte N06 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Bn3 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N06 , Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cs4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte N21 , En4 + .byte W21 + .byte N06 , Cs4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N06 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte VOICE , 60 + .byte VOL , 48*bgm_kazanbai_mvl/mxv + .byte N12 , Dn4 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte VOL , 48*bgm_kazanbai_mvl/mxv + .byte N24 , Bn3 + .byte W24 + .byte N06 , Cs4 + .byte W09 + .byte N03 , Ds4 + .byte W03 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N06 , Fn4 + .byte W12 + .byte Fs4 + .byte W09 + .byte N03 , An4 , v080 + .byte W03 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte N18 , Bn3 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte N24 , Gn4 + .byte W24 + .byte N06 , An4 + .byte W12 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Fs4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Dn4 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte N06 , En4 + .byte W09 + .byte N12 + .byte W12 + .byte N06 , Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte N03 , Fs4 + .byte W03 + .byte N21 , Gn4 + .byte W21 + .byte N06 , Fs4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N06 , Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOICE , 73 + .byte N03 , Ds4 , v096 + .byte W03 + .byte N32 , Dn4 , v112 + .byte W09 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W02 + .byte N22 , Cs4 + .byte W22 + .byte N12 , An3 + .byte W12 + .byte PATT + .word bgm_kazanbai_2_001 + .byte MOD , 0 + .byte N03 , Ds4 , v096 + .byte W03 + .byte N09 , Dn4 , v112 + .byte W09 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte PATT + .word bgm_kazanbai_2_002 + .byte N72 , An3 , v112 + .byte W24 + .byte MOD , 6 + .byte W48 + .byte PATT + .word bgm_kazanbai_2_004 + .byte VOICE , 60 + .byte N12 , An3 , v112 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte VOL , 71*bgm_kazanbai_mvl/mxv + .byte N96 , An3 + .byte W02 + .byte VOL , 70*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 66*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 63*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 62*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 59*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 58*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 55*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 52*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 48*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 46*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 44*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 40*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 37*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 35*bgm_kazanbai_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte W02 + .byte VOL , 31*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 29*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 26*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 25*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 22*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 19*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 17*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 11*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 7*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 5*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 3*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 1*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 1*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte W12 + .byte VOICE , 73 + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte N06 , En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Cs4 , v092 + .byte W03 + .byte N32 , Dn4 , v112 + .byte W09 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W02 + .byte N22 , Cs4 + .byte W22 + .byte N12 , An3 + .byte W12 + .byte N03 , Gs4 , v088 + .byte W03 + .byte N21 , Gn4 , v112 + .byte W21 + .byte N12 , Dn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N06 , Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Cs4 , v096 + .byte W03 + .byte N09 , Dn4 , v112 + .byte W09 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N03 , Gs4 , v092 + .byte W03 + .byte N09 , Gn4 , v112 + .byte W09 + .byte N12 , Dn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , As3 , v096 + .byte W03 + .byte N68 , An3 , v112 + .byte W21 + .byte MOD , 7 + .byte W48 + .byte PATT + .word bgm_kazanbai_2_004 + .byte VOICE , 60 + .byte N60 , An3 , v112 + .byte W24 + .byte VOL , 71*bgm_kazanbai_mvl/mxv + .byte MOD , 5 + .byte W02 + .byte VOL , 70*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 66*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 63*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 62*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 59*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 58*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 55*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 46*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 42*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 36*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 74*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte N06 , Dn3 + .byte W12 + .byte N48 , An3 + .byte W24 + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 70*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 63*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 59*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 52*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 46*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 42*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 40*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte W02 + .byte VOL , 31*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 29*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 25*bgm_kazanbai_mvl/mxv + .byte W04 + .byte VOICE , 24 + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte N06 , Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte GOTO + .word bgm_kazanbai_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_kazanbai_3: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 24 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+28 + .byte VOL , 58*bgm_kazanbai_mvl/mxv + .byte W12 +bgm_kazanbai_3_B1: +bgm_kazanbai_3_000: + .byte PAN , c_v+0 + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v040 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v040 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v040 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v040 + .byte W06 + .byte Bn2 , v112 + .byte W06 + .byte Bn2 , v040 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte PEND +bgm_kazanbai_3_001: + .byte PAN , c_v+27 + .byte VOL , 59*bgm_kazanbai_mvl/mxv + .byte N04 , An3 , v112 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Bn2 + .byte W04 + .byte PAN , c_v-28 + .byte N04 , An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Bn1 + .byte W04 + .byte PEND + .byte PATT + .word bgm_kazanbai_3_000 +bgm_kazanbai_3_002: + .byte PAN , c_v+27 + .byte VOL , 59*bgm_kazanbai_mvl/mxv + .byte N04 , An3 , v112 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Bn2 + .byte W04 + .byte PAN , c_v-27 + .byte N04 , An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Bn1 + .byte W04 + .byte PEND +bgm_kazanbai_3_003: + .byte PAN , c_v+0 + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v040 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v040 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v040 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v040 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v040 + .byte W06 + .byte PEND +bgm_kazanbai_3_004: + .byte PAN , c_v+28 + .byte VOL , 59*bgm_kazanbai_mvl/mxv + .byte N04 , En3 , v112 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte An2 + .byte W04 + .byte Gs2 + .byte W04 + .byte An2 + .byte W04 + .byte Fs2 + .byte W04 + .byte PAN , c_v-27 + .byte N04 , En2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte An1 + .byte W16 + .byte PEND + .byte PAN , c_v+0 + .byte W72 + .byte W72 +bgm_kazanbai_3_005: + .byte VOL , 74*bgm_kazanbai_mvl/mxv + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v040 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v040 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v040 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v040 + .byte W06 + .byte Bn2 , v112 + .byte W06 + .byte Bn2 , v040 + .byte W06 + .byte Fs3 , v112 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte PEND +bgm_kazanbai_3_006: + .byte PAN , c_v+29 + .byte VOL , 59*bgm_kazanbai_mvl/mxv + .byte N04 , An3 , v112 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Bn2 + .byte W04 + .byte PAN , c_v-27 + .byte N04 , An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Bn1 + .byte W04 + .byte PEND + .byte PATT + .word bgm_kazanbai_3_000 +bgm_kazanbai_3_007: + .byte PAN , c_v+28 + .byte VOL , 59*bgm_kazanbai_mvl/mxv + .byte N04 , An3 , v112 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Bn2 + .byte W04 + .byte PAN , c_v-27 + .byte N04 , An2 + .byte W04 + .byte Bn2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Bn1 + .byte W04 + .byte PEND + .byte PATT + .word bgm_kazanbai_3_003 +bgm_kazanbai_3_008: + .byte PAN , c_v+28 + .byte VOL , 59*bgm_kazanbai_mvl/mxv + .byte N04 , En3 , v112 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte An2 + .byte W04 + .byte Gs2 + .byte W04 + .byte An2 + .byte W04 + .byte Fs2 + .byte W04 + .byte PAN , c_v-28 + .byte N04 , En2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte Cs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte An1 + .byte W16 + .byte PEND + .byte PAN , c_v+0 + .byte W72 + .byte W72 + .byte VOL , 78*bgm_kazanbai_mvl/mxv + .byte N06 , Bn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Bn2 + .byte W06 +bgm_kazanbai_3_009: + .byte N06 , Dn3 , v112 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte PEND +bgm_kazanbai_3_010: + .byte N06 , An1 , v112 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte PEND +bgm_kazanbai_3_011: + .byte N06 , Dn3 , v112 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Gs1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte PEND + .byte N06 , Gn1 + .byte W06 + .byte N03 , Bn1 + .byte W06 + .byte N06 , Dn2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Dn2 + .byte W06 + .byte N03 , Bn1 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , Bn1 + .byte W06 + .byte N06 , Dn2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte N06 , En2 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte N06 , En2 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte N03 , Fs2 + .byte W06 + .byte N06 , En2 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Bn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte PATT + .word bgm_kazanbai_3_009 + .byte PATT + .word bgm_kazanbai_3_010 + .byte PATT + .word bgm_kazanbai_3_011 + .byte N06 , Gn1 , v112 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Gn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Gs1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , Fs2 + .byte W06 + .byte N03 , Dn2 + .byte W06 +bgm_kazanbai_3_012: + .byte N06 , An1 , v112 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N06 , En3 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kazanbai_3_012 + .byte PATT + .word bgm_kazanbai_3_005 + .byte PATT + .word bgm_kazanbai_3_001 + .byte PATT + .word bgm_kazanbai_3_000 + .byte PATT + .word bgm_kazanbai_3_002 + .byte PATT + .word bgm_kazanbai_3_003 + .byte PATT + .word bgm_kazanbai_3_004 + .byte PAN , c_v+0 + .byte W72 + .byte W72 + .byte PATT + .word bgm_kazanbai_3_005 + .byte PATT + .word bgm_kazanbai_3_006 + .byte PATT + .word bgm_kazanbai_3_000 + .byte PATT + .word bgm_kazanbai_3_007 + .byte PATT + .word bgm_kazanbai_3_003 + .byte PATT + .word bgm_kazanbai_3_008 + .byte PAN , c_v+0 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_kazanbai_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_kazanbai_4: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 82*bgm_kazanbai_mvl/mxv + .byte PAN , c_v+15 + .byte W12 +bgm_kazanbai_4_B1: + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 +bgm_kazanbai_4_000: + .byte W60 + .byte N03 , An2 , v120 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte N12 , Dn2 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 +bgm_kazanbai_4_001: + .byte W60 + .byte N03 , An1 , v120 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte N15 , Dn2 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte PATT + .word bgm_kazanbai_4_000 + .byte N12 , Dn2 , v120 + .byte W12 + .byte N06 , An2 + .byte W12 + .byte N12 , Dn2 + .byte W48 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte PATT + .word bgm_kazanbai_4_001 + .byte N15 , Dn2 , v120 + .byte W60 + .byte N03 , An1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Dn2 + .byte W72 + .byte GOTO + .word bgm_kazanbai_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_kazanbai_5: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 42*bgm_kazanbai_mvl/mxv + .byte PAN , c_v-53 + .byte W12 +bgm_kazanbai_5_B1: +bgm_kazanbai_5_000: + .byte N12 , Fs3 , v084 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Fs3 , v072 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND +bgm_kazanbai_5_001: + .byte N12 , Fs3 , v084 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Fs3 , v116 + .byte W06 + .byte Fs3 , v080 + .byte W06 + .byte N09 , Fs3 , v072 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_5_000 + .byte PATT + .word bgm_kazanbai_5_001 +bgm_kazanbai_5_002: + .byte N12 , Cs3 , v084 + .byte W12 + .byte N03 , Cs3 , v112 + .byte W06 + .byte Cs3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Cs3 , v072 + .byte W12 + .byte N03 , Cs3 , v112 + .byte W06 + .byte Cs3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND +bgm_kazanbai_5_003: + .byte N12 , Cs3 , v084 + .byte W12 + .byte N03 , Cs3 , v112 + .byte W06 + .byte Cs3 , v064 + .byte W06 + .byte Cs3 , v116 + .byte W06 + .byte Cs3 , v080 + .byte W06 + .byte N09 , Cs3 , v072 + .byte W12 + .byte N03 , Cs3 , v112 + .byte W06 + .byte Cs3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_5_002 + .byte PATT + .word bgm_kazanbai_5_003 + .byte PATT + .word bgm_kazanbai_5_000 + .byte PATT + .word bgm_kazanbai_5_001 + .byte PATT + .word bgm_kazanbai_5_000 + .byte PATT + .word bgm_kazanbai_5_001 + .byte PATT + .word bgm_kazanbai_5_002 + .byte PATT + .word bgm_kazanbai_5_003 + .byte PATT + .word bgm_kazanbai_5_002 + .byte PATT + .word bgm_kazanbai_5_003 +bgm_kazanbai_5_004: + .byte N12 , Dn3 , v084 + .byte W12 + .byte N03 , Dn3 , v112 + .byte W06 + .byte Dn3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Dn3 , v072 + .byte W12 + .byte N03 , Dn3 , v112 + .byte W06 + .byte Dn3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND +bgm_kazanbai_5_005: + .byte N12 , Dn3 , v084 + .byte W12 + .byte N03 , Dn3 , v112 + .byte W06 + .byte Dn3 , v064 + .byte W06 + .byte Dn3 , v116 + .byte W06 + .byte Dn3 , v080 + .byte W06 + .byte N09 , Dn3 , v072 + .byte W12 + .byte N03 , Dn3 , v112 + .byte W06 + .byte Dn3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_5_004 + .byte PATT + .word bgm_kazanbai_5_005 +bgm_kazanbai_5_006: + .byte N12 , Bn3 , v084 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Bn3 , v072 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte Cs4 , v084 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v064 + .byte W06 + .byte Cs4 , v116 + .byte W06 + .byte Cs4 , v080 + .byte W06 + .byte N09 , Cs4 , v072 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte As3 , v084 + .byte W12 + .byte N03 , As3 , v112 + .byte W06 + .byte As3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , As3 , v072 + .byte W12 + .byte N03 , As3 , v112 + .byte W06 + .byte As3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte Fs3 , v084 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Fs3 , v116 + .byte W06 + .byte Fs3 , v080 + .byte W06 + .byte N09 , As3 , v072 + .byte W12 + .byte N03 , As3 , v112 + .byte W06 + .byte As3 , v076 + .byte W06 + .byte N12 + .byte W12 +bgm_kazanbai_5_007: + .byte N12 , Dn4 , v084 + .byte W12 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Dn4 , v072 + .byte W12 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND +bgm_kazanbai_5_008: + .byte N12 , Dn4 , v084 + .byte W12 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v064 + .byte W06 + .byte Dn4 , v116 + .byte W06 + .byte Dn4 , v080 + .byte W06 + .byte N09 , Dn4 , v072 + .byte W12 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_5_007 + .byte PATT + .word bgm_kazanbai_5_008 + .byte PATT + .word bgm_kazanbai_5_006 + .byte N12 , Gs3 , v084 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte Gs3 , v116 + .byte W06 + .byte Gs3 , v080 + .byte W06 + .byte N09 , Gs3 , v072 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W06 + .byte Gs3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte An3 , v084 + .byte W12 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , An3 , v072 + .byte W12 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte An3 , v084 + .byte W12 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte An3 , v116 + .byte W06 + .byte An3 , v080 + .byte W06 + .byte N09 , Cs4 , v072 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PATT + .word bgm_kazanbai_5_000 + .byte PATT + .word bgm_kazanbai_5_001 + .byte PATT + .word bgm_kazanbai_5_000 + .byte PATT + .word bgm_kazanbai_5_001 + .byte PATT + .word bgm_kazanbai_5_002 + .byte PATT + .word bgm_kazanbai_5_003 + .byte PATT + .word bgm_kazanbai_5_002 + .byte PATT + .word bgm_kazanbai_5_003 + .byte PATT + .word bgm_kazanbai_5_000 + .byte PATT + .word bgm_kazanbai_5_001 + .byte PATT + .word bgm_kazanbai_5_000 + .byte PATT + .word bgm_kazanbai_5_001 + .byte PATT + .word bgm_kazanbai_5_002 + .byte PATT + .word bgm_kazanbai_5_003 + .byte PATT + .word bgm_kazanbai_5_002 + .byte PATT + .word bgm_kazanbai_5_003 + .byte GOTO + .word bgm_kazanbai_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_kazanbai_6: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 42*bgm_kazanbai_mvl/mxv + .byte PAN , c_v+63 + .byte W12 +bgm_kazanbai_6_B1: +bgm_kazanbai_6_000: + .byte N12 , Bn3 , v084 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Bn3 , v072 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND +bgm_kazanbai_6_001: + .byte N12 , Bn3 , v084 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v064 + .byte W06 + .byte Bn3 , v116 + .byte W06 + .byte Bn3 , v080 + .byte W06 + .byte N09 , Bn3 , v072 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte Bn3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_6_000 + .byte PATT + .word bgm_kazanbai_6_001 +bgm_kazanbai_6_002: + .byte N12 , Fs3 , v084 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Fs3 , v072 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND +bgm_kazanbai_6_003: + .byte N12 , Fs3 , v084 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Fs3 , v116 + .byte W06 + .byte Fs3 , v080 + .byte W06 + .byte N09 , Fs3 , v072 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W06 + .byte Fs3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_6_002 + .byte PATT + .word bgm_kazanbai_6_003 + .byte PATT + .word bgm_kazanbai_6_000 + .byte PATT + .word bgm_kazanbai_6_001 + .byte PATT + .word bgm_kazanbai_6_000 + .byte PATT + .word bgm_kazanbai_6_001 + .byte PATT + .word bgm_kazanbai_6_002 + .byte PATT + .word bgm_kazanbai_6_003 + .byte PATT + .word bgm_kazanbai_6_002 + .byte PATT + .word bgm_kazanbai_6_003 + .byte N12 , An3 , v084 + .byte W12 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , An3 , v072 + .byte W12 + .byte N03 , An3 , v112 + .byte W06 + .byte An3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte As3 , v084 + .byte W12 + .byte N03 , As3 , v112 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte As3 , v116 + .byte W06 + .byte As3 , v080 + .byte W06 + .byte N09 , As3 , v072 + .byte W12 + .byte N03 , As3 , v112 + .byte W06 + .byte As3 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PATT + .word bgm_kazanbai_6_000 + .byte N12 , Cs4 , v084 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v064 + .byte W06 + .byte Cs4 , v116 + .byte W06 + .byte Cs4 , v080 + .byte W06 + .byte N09 , Dn4 , v072 + .byte W12 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v076 + .byte W06 + .byte N12 + .byte W12 +bgm_kazanbai_6_004: + .byte N12 , Fs4 , v084 + .byte W12 + .byte N03 , Fs4 , v112 + .byte W06 + .byte Fs4 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Fs4 , v072 + .byte W12 + .byte N03 , Fs4 , v112 + .byte W06 + .byte Fs4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PEND + .byte Gn4 , v084 + .byte W12 + .byte N03 , Gn4 , v112 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v116 + .byte W06 + .byte Gn4 , v080 + .byte W06 + .byte N09 , Gn4 , v072 + .byte W12 + .byte N03 , Gn4 , v112 + .byte W06 + .byte Gn4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte En4 , v084 + .byte W12 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , En4 , v072 + .byte W12 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte Cs4 , v084 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v064 + .byte W06 + .byte Cs4 , v116 + .byte W06 + .byte Cs4 , v080 + .byte W06 + .byte N09 , Fs4 , v072 + .byte W12 + .byte N03 , Fs4 , v112 + .byte W06 + .byte Fs4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte An4 , v084 + .byte W12 + .byte N03 , An4 , v112 + .byte W06 + .byte An4 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , An4 , v072 + .byte W12 + .byte N03 , An4 , v112 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte As4 , v084 + .byte W12 + .byte N03 , As4 , v112 + .byte W06 + .byte As4 , v064 + .byte W06 + .byte As4 , v116 + .byte W06 + .byte As4 , v080 + .byte W06 + .byte N09 , As4 , v072 + .byte W12 + .byte N03 , As4 , v112 + .byte W06 + .byte As4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte Bn4 , v084 + .byte W12 + .byte N03 , Bn4 , v112 + .byte W06 + .byte Bn4 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Bn4 , v072 + .byte W12 + .byte N03 , Bn4 , v112 + .byte W06 + .byte Bn4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte Cs5 , v084 + .byte W12 + .byte N03 , Cs5 , v112 + .byte W06 + .byte Cs5 , v064 + .byte W06 + .byte Cs5 , v116 + .byte W06 + .byte Cs5 , v080 + .byte W06 + .byte N09 , Bn4 , v072 + .byte W12 + .byte N03 , Bn4 , v112 + .byte W06 + .byte Bn4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PATT + .word bgm_kazanbai_6_004 + .byte N12 , Dn4 , v084 + .byte W12 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v064 + .byte W06 + .byte Dn4 , v116 + .byte W06 + .byte Dn4 , v080 + .byte W06 + .byte N09 , Dn4 , v072 + .byte W12 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Dn4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte Cs4 , v084 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v084 + .byte W06 + .byte N12 + .byte W12 + .byte N09 , Cs4 , v072 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W06 + .byte Cs4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte En4 , v084 + .byte W12 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v116 + .byte W06 + .byte En4 , v080 + .byte W06 + .byte N09 , Gn4 , v072 + .byte W12 + .byte N03 , Gn4 , v112 + .byte W06 + .byte Gn4 , v076 + .byte W06 + .byte N12 + .byte W12 + .byte PATT + .word bgm_kazanbai_6_000 + .byte PATT + .word bgm_kazanbai_6_001 + .byte PATT + .word bgm_kazanbai_6_000 + .byte PATT + .word bgm_kazanbai_6_001 + .byte PATT + .word bgm_kazanbai_6_002 + .byte PATT + .word bgm_kazanbai_6_003 + .byte PATT + .word bgm_kazanbai_6_002 + .byte PATT + .word bgm_kazanbai_6_003 + .byte PATT + .word bgm_kazanbai_6_000 + .byte PATT + .word bgm_kazanbai_6_001 + .byte PATT + .word bgm_kazanbai_6_000 + .byte PATT + .word bgm_kazanbai_6_001 + .byte PATT + .word bgm_kazanbai_6_002 + .byte PATT + .word bgm_kazanbai_6_003 + .byte PATT + .word bgm_kazanbai_6_002 + .byte PATT + .word bgm_kazanbai_6_003 + .byte GOTO + .word bgm_kazanbai_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_kazanbai_7: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 84*bgm_kazanbai_mvl/mxv + .byte W12 +bgm_kazanbai_7_B1: +bgm_kazanbai_7_000: + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte PEND + .byte Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v020 + .byte W06 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v028 + .byte W06 + .byte Dn1 , v016 + .byte W06 +bgm_kazanbai_7_001: + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte PEND + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v020 + .byte W06 + .byte Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v064 + .byte W06 +bgm_kazanbai_7_002: + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte PEND +bgm_kazanbai_7_003: + .byte N06 , Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte PEND +bgm_kazanbai_7_004: + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_7_003 + .byte PATT + .word bgm_kazanbai_7_002 + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v028 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v020 + .byte W06 +bgm_kazanbai_7_005: + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_kazanbai_7_003 +bgm_kazanbai_7_006: + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte PEND + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v024 + .byte W06 +bgm_kazanbai_7_007: + .byte N06 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte PEND + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v020 + .byte W06 + .byte PATT + .word bgm_kazanbai_7_000 + .byte N06 , Cn1 , v127 + .byte W18 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Dn1 , v036 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Dn1 , v036 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Dn1 , v036 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte PATT + .word bgm_kazanbai_7_004 + .byte N06 , Cn1 , v127 + .byte W18 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v028 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte PATT + .word bgm_kazanbai_7_005 + .byte N06 , Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte PATT + .word bgm_kazanbai_7_005 + .byte N06 , Cn1 , v127 + .byte W18 + .byte Cn1 , v064 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W06 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Cn1 , v127 + .byte W18 + .byte Dn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v096 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte PATT + .word bgm_kazanbai_7_007 + .byte N06 , Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W06 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v024 + .byte W06 + .byte Cn1 , v127 + .byte W12 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Dn1 , v032 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word bgm_kazanbai_7_006 + .byte N06 , Cn1 , v127 + .byte W12 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v060 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Dn1 , v028 + .byte W06 + .byte PATT + .word bgm_kazanbai_7_001 + .byte N06 , Cn1 , v127 + .byte W18 + .byte Cn1 , v096 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v044 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v116 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte GOTO + .word bgm_kazanbai_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_kazanbai_8: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_kazanbai_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fs3 , v112 + .byte W02 + .byte BEND , c_v+2 + .byte W04 + .byte N06 , Bn3 + .byte W06 +bgm_kazanbai_8_B1: +bgm_kazanbai_8_000: + .byte N36 , Dn4 , v112 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W02 + .byte N22 , Cs4 + .byte W22 + .byte N12 , An3 + .byte W12 + .byte PEND +bgm_kazanbai_8_001: + .byte N24 , Bn3 , v112 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N36 , Gn3 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte PEND + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 +bgm_kazanbai_8_002: + .byte N60 , Gn3 , v112 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte PEND + .byte W24 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W72 + .byte W24 + .byte VOL , 11*bgm_kazanbai_mvl/mxv + .byte W24 + .byte MOD , 3 + .byte W24 + .byte 6 + .byte W48 + .byte 0 + .byte W12 + .byte VOL , 36*bgm_kazanbai_mvl/mxv + .byte N06 , En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte PATT + .word bgm_kazanbai_8_000 + .byte N24 , Gn4 , v112 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N06 , Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Gn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte W24 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W72 + .byte W24 + .byte VOL , 13*bgm_kazanbai_mvl/mxv + .byte W48 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W12 + .byte VOL , 36*bgm_kazanbai_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte As3 + .byte W06 + .byte N24 , Bn3 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N06 , Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cs4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte N21 , En4 + .byte W21 + .byte N06 , Cs4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N06 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N24 , Bn3 + .byte W24 + .byte N06 , Cs4 + .byte W09 + .byte N03 , Ds4 + .byte W03 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N06 , Dn4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N06 , Fn4 + .byte W12 + .byte Fs4 + .byte W09 + .byte N03 , An4 , v080 + .byte W03 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte N12 , En4 + .byte W12 + .byte N18 , Bn3 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte N24 , Gn4 + .byte W24 + .byte N06 , An4 + .byte W12 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Fs4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N06 , Bn3 + .byte W12 + .byte N24 , Cs4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N06 , Dn4 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte N06 , En4 + .byte W09 + .byte N12 + .byte W12 + .byte N06 , Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte N03 , Fs4 + .byte W03 + .byte N21 , Gn4 + .byte W21 + .byte N06 , Fs4 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte N06 , Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 , Ds4 , v096 + .byte W03 + .byte N32 , Dn4 , v112 + .byte W09 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W02 + .byte N22 , Cs4 + .byte W22 + .byte N12 , An3 + .byte W12 + .byte PATT + .word bgm_kazanbai_8_001 + .byte MOD , 0 + .byte N03 , Ds4 , v096 + .byte W03 + .byte N09 , Dn4 , v112 + .byte W09 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte PATT + .word bgm_kazanbai_8_002 + .byte N72 , An3 , v112 + .byte W24 + .byte MOD , 6 + .byte W48 + .byte 0 + .byte W72 + .byte W24 + .byte VOL , 9*bgm_kazanbai_mvl/mxv + .byte W48 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W12 + .byte VOL , 36*bgm_kazanbai_mvl/mxv + .byte N06 , En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Cs4 , v092 + .byte W03 + .byte N32 , Dn4 , v112 + .byte W09 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W02 + .byte N22 , Cs4 + .byte W22 + .byte N12 , An3 + .byte W12 + .byte N03 , Gs4 , v088 + .byte W03 + .byte N21 , Gn4 , v112 + .byte W21 + .byte N12 , Dn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N06 , Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Cs4 , v096 + .byte W03 + .byte N09 , Dn4 , v112 + .byte W09 + .byte N06 , Cs4 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N24 , Cs4 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte N03 , Gs4 , v092 + .byte W03 + .byte N09 , Gn4 , v112 + .byte W09 + .byte N12 , Dn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , As3 , v096 + .byte W03 + .byte N68 , An3 , v112 + .byte W21 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W72 + .byte W24 + .byte VOL , 13*bgm_kazanbai_mvl/mxv + .byte MOD , 5 + .byte W36 + .byte VOL , 42*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte W12 + .byte W24 + .byte VOL , 13*bgm_kazanbai_mvl/mxv + .byte MOD , 6 + .byte W24 + .byte 0 + .byte W12 + .byte VOL , 36*bgm_kazanbai_mvl/mxv + .byte N06 , Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte GOTO + .word bgm_kazanbai_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_kazanbai_9: + .byte KEYSH , bgm_kazanbai_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 44*bgm_kazanbai_mvl/mxv + .byte PAN , c_v-19 + .byte N06 , Bn2 , v112 + .byte W06 + .byte Dn3 + .byte W06 +bgm_kazanbai_9_B1: + .byte VOL , 46*bgm_kazanbai_mvl/mxv + .byte N36 , Gn3 , v112 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W03 + .byte N24 , Fs3 + .byte W24 + .byte N09 , Dn3 + .byte W09 +bgm_kazanbai_9_000: + .byte N24 , Gn3 , v112 + .byte W24 + .byte W03 + .byte N09 , Gn2 + .byte W09 + .byte N36 , Bn2 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte PEND +bgm_kazanbai_9_001: + .byte VOICE , 24 + .byte MOD , 0 + .byte N12 , Gn3 , v112 + .byte W15 + .byte N06 , Fs3 + .byte W12 + .byte N09 , Dn3 + .byte W09 + .byte N24 , Fs3 + .byte W24 + .byte W03 + .byte N09 , Gn2 + .byte W09 + .byte PEND +bgm_kazanbai_9_002: + .byte N60 , Bn2 , v112 + .byte W24 + .byte MOD , 7 + .byte W36 + .byte 0 + .byte N06 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte PEND +bgm_kazanbai_9_003: + .byte W03 + .byte N68 , Dn3 , v112 + .byte W21 + .byte MOD , 7 + .byte W48 + .byte PEND +bgm_kazanbai_9_004: + .byte MOD , 0 + .byte W48 + .byte VOICE , 60 + .byte VOL , 57*bgm_kazanbai_mvl/mxv + .byte W12 + .byte N06 , Gn2 , v112 + .byte W12 + .byte PEND + .byte TIE , En3 + .byte W24 + .byte VOL , 54*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 51*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 48*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 44*bgm_kazanbai_mvl/mxv + .byte W05 + .byte 42*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 40*bgm_kazanbai_mvl/mxv + .byte W04 + .byte MOD , 3 + .byte W02 + .byte VOL , 37*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 35*bgm_kazanbai_mvl/mxv + .byte W07 + .byte 31*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 31*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 27*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 26*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 24*bgm_kazanbai_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 22*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 21*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 19*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 18*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 11*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 10*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 7*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 5*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 3*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 1*bgm_kazanbai_mvl/mxv + .byte W04 + .byte EOT + .byte MOD , 0 + .byte W12 + .byte VOICE , 24 + .byte VOL , 45*bgm_kazanbai_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte Gs3 + .byte W06 +bgm_kazanbai_9_005: + .byte N36 , Gn3 , v112 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W03 + .byte N24 , Fs3 + .byte W24 + .byte N09 , Dn3 + .byte W09 + .byte PEND +bgm_kazanbai_9_006: + .byte N24 , Dn4 , v112 + .byte W24 + .byte W03 + .byte N09 , Gn2 + .byte W09 + .byte N24 , Bn2 + .byte W24 + .byte N06 , Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PEND +bgm_kazanbai_9_007: + .byte N12 , Gn3 , v112 + .byte W15 + .byte N06 , Fs3 + .byte W12 + .byte N09 , Dn3 + .byte W09 + .byte N24 , Fs3 + .byte W24 + .byte W03 + .byte N09 , Gn2 + .byte W09 + .byte PEND +bgm_kazanbai_9_008: + .byte N12 , Dn4 , v112 + .byte W15 + .byte N09 , Gn3 + .byte W09 + .byte N12 , Dn3 + .byte W15 + .byte N09 , Fs3 + .byte W09 + .byte N12 , Gn2 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte PEND + .byte PATT + .word bgm_kazanbai_9_003 + .byte PATT + .word bgm_kazanbai_9_004 + .byte TIE , En3 , v112 + .byte W24 + .byte VOL , 54*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 51*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 48*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 44*bgm_kazanbai_mvl/mxv + .byte W05 + .byte 42*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 40*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 37*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 35*bgm_kazanbai_mvl/mxv + .byte W07 + .byte 31*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 31*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 27*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 26*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 24*bgm_kazanbai_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 22*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 21*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 19*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 18*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 11*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 10*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 7*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 5*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 3*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 1*bgm_kazanbai_mvl/mxv + .byte W04 + .byte EOT + .byte MOD , 0 + .byte W12 + .byte VOL , 68*bgm_kazanbai_mvl/mxv + .byte W12 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W54 + .byte 36*bgm_kazanbai_mvl/mxv + .byte W06 + .byte VOICE , 60 + .byte N06 , Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte PATT + .word bgm_kazanbai_9_005 + .byte PATT + .word bgm_kazanbai_9_000 + .byte PATT + .word bgm_kazanbai_9_001 + .byte PATT + .word bgm_kazanbai_9_002 + .byte W03 + .byte N68 , Dn3 , v112 + .byte W21 + .byte MOD , 6 + .byte W48 + .byte PATT + .word bgm_kazanbai_9_004 + .byte N12 , En3 , v112 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte VOL , 54*bgm_kazanbai_mvl/mxv + .byte N96 , En3 + .byte W02 + .byte VOL , 51*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 48*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 44*bgm_kazanbai_mvl/mxv + .byte W05 + .byte 42*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 40*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 37*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 35*bgm_kazanbai_mvl/mxv + .byte W07 + .byte 31*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 31*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 27*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 26*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 24*bgm_kazanbai_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 22*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 21*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 19*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 18*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 15*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 11*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 10*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 9*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 7*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 5*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 3*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 1*bgm_kazanbai_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W12 + .byte VOICE , 60 + .byte VOL , 38*bgm_kazanbai_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte PATT + .word bgm_kazanbai_9_005 + .byte PATT + .word bgm_kazanbai_9_006 + .byte PATT + .word bgm_kazanbai_9_007 + .byte PATT + .word bgm_kazanbai_9_008 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N68 , Dn3 + .byte W21 + .byte MOD , 7 + .byte W48 + .byte PATT + .word bgm_kazanbai_9_004 + .byte N60 , En3 , v112 + .byte W24 + .byte VOL , 54*bgm_kazanbai_mvl/mxv + .byte MOD , 5 + .byte W02 + .byte VOL , 51*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 50*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 48*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 44*bgm_kazanbai_mvl/mxv + .byte W05 + .byte 42*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 40*bgm_kazanbai_mvl/mxv + .byte W06 + .byte 37*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 35*bgm_kazanbai_mvl/mxv + .byte W07 + .byte 63*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte N06 , Gn2 + .byte W12 + .byte N48 , En3 + .byte W21 + .byte VOL , 59*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 50*bgm_kazanbai_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 46*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 36*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 34*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 27*bgm_kazanbai_mvl/mxv + .byte W02 + .byte 23*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 19*bgm_kazanbai_mvl/mxv + .byte W03 + .byte 17*bgm_kazanbai_mvl/mxv + .byte W04 + .byte 15*bgm_kazanbai_mvl/mxv + .byte MOD , 0 + .byte W05 + .byte VOL , 13*bgm_kazanbai_mvl/mxv + .byte W07 + .byte VOICE , 24 + .byte VOL , 68*bgm_kazanbai_mvl/mxv + .byte N06 , Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte GOTO + .word bgm_kazanbai_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_kazanbai: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_kazanbai_pri @ Priority + .byte bgm_kazanbai_rev @ Reverb. + + .word bgm_kazanbai_grp + + .word bgm_kazanbai_1 + .word bgm_kazanbai_2 + .word bgm_kazanbai_3 + .word bgm_kazanbai_4 + .word bgm_kazanbai_5 + .word bgm_kazanbai_6 + .word bgm_kazanbai_7 + .word bgm_kazanbai_8 + .word bgm_kazanbai_9 + + .end diff --git a/sound/songs/bgm_m_boat.s b/sound/songs/bgm_m_boat.s new file mode 100644 index 000000000..7769cd2a4 --- /dev/null +++ b/sound/songs/bgm_m_boat.s @@ -0,0 +1,2557 @@ + .include "MPlayDef.s" + + .equ bgm_m_boat_grp, voicegroup_8445BE8 + .equ bgm_m_boat_pri, 0 + .equ bgm_m_boat_rev, reverb_set+50 + .equ bgm_m_boat_mvl, 127 + .equ bgm_m_boat_key, 0 + .equ bgm_m_boat_tbs, 1 + .equ bgm_m_boat_exg, 0 + .equ bgm_m_boat_cmp, 1 + + .section .rodata + .global bgm_m_boat + .align 2 + +@********************** Track 1 **********************@ + +bgm_m_boat_1: + .byte KEYSH , bgm_m_boat_key+0 + .byte TEMPO , 156*bgm_m_boat_tbs/2 + .byte VOICE , 126 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte W12 + .byte VOL , 9*bgm_m_boat_mvl/mxv + .byte TIE , Gn5 , v112 + .byte W96 + .byte VOL , 27*bgm_m_boat_mvl/mxv + .byte W96 + .byte 43*bgm_m_boat_mvl/mxv + .byte W48 + .byte EOT + .byte N08 , Gn4 + .byte W08 + .byte Gn4 , v088 + .byte W08 + .byte Gn4 , v072 + .byte W08 + .byte Gn4 , v056 + .byte W08 + .byte Gn4 , v036 + .byte W08 + .byte Gn4 , v028 + .byte W08 + .byte VOL , 31*bgm_m_boat_mvl/mxv + .byte N09 , Cn4 , v084 + .byte W36 + .byte N03 , En3 , v064 + .byte W06 + .byte En3 , v076 + .byte W06 + .byte N06 , Cn4 , v096 + .byte W24 + .byte N09 , Cn5 , v127 + .byte W12 + .byte N12 , Gn5 , v112 + .byte W12 +bgm_m_boat_1_B1: + .byte VOICE , 127 + .byte PAN , c_v+63 + .byte VOL , 35*bgm_m_boat_mvl/mxv + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v060 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v068 + .byte W12 + .byte En5 , v112 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte En5 , v100 + .byte W06 + .byte En5 , v064 + .byte W06 +bgm_m_boat_1_000: + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v060 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v068 + .byte W12 + .byte En5 , v112 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v100 + .byte W12 + .byte PEND + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v060 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte VOICE , 126 + .byte N12 , Gn5 , v104 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W12 + .byte En5 , v068 + .byte W12 + .byte En5 , v112 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v100 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v060 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v068 + .byte W12 + .byte En5 , v112 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v100 + .byte W12 +bgm_m_boat_1_001: + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v060 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v068 + .byte W12 + .byte En5 , v112 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte En5 , v100 + .byte W06 + .byte En5 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_m_boat_1_000 + .byte PATT + .word bgm_m_boat_1_001 + .byte VOICE , 127 + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v060 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte VOICE , 126 + .byte N12 , Gn5 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte En5 , v068 + .byte W12 + .byte En5 , v112 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v108 + .byte W12 + .byte PATT + .word bgm_m_boat_1_001 + .byte PATT + .word bgm_m_boat_1_000 + .byte PATT + .word bgm_m_boat_1_001 + .byte N03 , En5 , v112 + .byte W06 + .byte En5 , v060 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte VOICE , 126 + .byte N12 , Gn5 + .byte W12 + .byte VOICE , 127 + .byte N03 , En5 + .byte W06 + .byte En5 , v072 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gn5 , v100 + .byte W12 + .byte PATT + .word bgm_m_boat_1_001 + .byte PATT + .word bgm_m_boat_1_000 + .byte PATT + .word bgm_m_boat_1_001 + .byte PATT + .word bgm_m_boat_1_000 + .byte GOTO + .word bgm_m_boat_1_B1 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_m_boat_2: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 46 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+3 + .byte VOL , 69*bgm_m_boat_mvl/mxv + .byte W12 + .byte N06 , Gs3 , v112 + .byte W06 + .byte Gs3 , v036 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Ds4 , v112 + .byte W06 + .byte Ds4 , v036 + .byte W06 + .byte Gs4 , v112 + .byte W06 + .byte Gs4 , v036 + .byte W54 + .byte As3 , v112 + .byte W06 + .byte As3 , v036 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v036 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v036 + .byte W06 + .byte As4 , v112 + .byte W12 + .byte N04 + .byte W04 + .byte As4 , v036 + .byte W04 + .byte Cs5 , v112 + .byte W04 + .byte Cs5 , v036 + .byte W04 + .byte As4 , v112 + .byte W04 + .byte As4 , v036 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte Fn4 , v036 + .byte W04 + .byte As4 , v112 + .byte W04 + .byte As4 , v036 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte Fn4 , v036 + .byte W04 + .byte N06 , Bn3 , v112 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Ds4 , v112 + .byte W06 + .byte Ds4 , v036 + .byte W06 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v036 + .byte W06 + .byte Bn4 , v112 + .byte W06 + .byte Bn4 , v036 + .byte W06 + .byte N04 , Cn5 , v112 + .byte W04 + .byte Cn5 , v036 + .byte W04 + .byte Gs4 , v112 + .byte W04 + .byte Gs4 , v036 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v036 + .byte W04 + .byte Ds4 , v112 + .byte W04 + .byte Ds4 , v036 + .byte W04 + .byte Cn4 , v112 + .byte W04 + .byte Cn4 , v036 + .byte W04 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v036 + .byte W04 + .byte N06 , Gs2 , v112 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 +bgm_m_boat_2_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_m_boat_2_B1 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_m_boat_3: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 35 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 86*bgm_m_boat_mvl/mxv + .byte N03 , Cn1 , v112 + .byte W06 + .byte N03 + .byte W06 +bgm_m_boat_3_000: + .byte N84 , Cs1 , v127 + .byte W84 + .byte N03 , Cn1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_m_boat_3_000 + .byte N36 , Cs1 , v127 + .byte W36 + .byte N03 , Gs0 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N18 + .byte W24 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Cs1 , v127 + .byte W12 + .byte N06 , Cs1 , v036 + .byte W12 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte N02 , Cs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Cs2 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte Cs1 , v112 + .byte W06 + .byte Cs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 +bgm_m_boat_3_B1: +bgm_m_boat_3_001: + .byte N06 , Bn0 , v127 + .byte W06 + .byte Bn0 , v036 + .byte W06 + .byte N03 , Bn1 , v112 + .byte W03 + .byte N06 , Bn1 , v036 + .byte W09 + .byte Bn0 , v112 + .byte W06 + .byte Bn0 , v036 + .byte W06 + .byte N03 , Bn1 , v112 + .byte W03 + .byte N06 , Bn1 , v036 + .byte W09 + .byte N03 , Bn0 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Bn1 + .byte W03 + .byte N06 , Bn1 , v036 + .byte W09 + .byte Bn0 , v112 + .byte W06 + .byte Bn0 , v036 + .byte W06 + .byte N03 , Bn1 , v112 + .byte W06 + .byte Fs1 + .byte W06 + .byte PEND +bgm_m_boat_3_002: + .byte N06 , Cs1 , v127 + .byte W06 + .byte Cs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte Gs1 , v112 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte N03 , Cs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Cs2 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte Gs1 , v112 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte PEND +bgm_m_boat_3_003: + .byte N06 , As0 , v127 + .byte W06 + .byte As0 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte As0 , v112 + .byte W06 + .byte As0 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte As0 , v112 + .byte W06 + .byte As0 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte Fn1 , v112 + .byte W06 + .byte Fn1 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte PEND +bgm_m_boat_3_004: + .byte N06 , Ds1 , v127 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W09 + .byte Cs1 , v112 + .byte W06 + .byte Cs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte Bn0 , v112 + .byte W06 + .byte Bn0 , v036 + .byte W06 + .byte N03 , Bn1 , v112 + .byte W03 + .byte N06 , Bn1 , v036 + .byte W09 + .byte As0 , v112 + .byte W06 + .byte As0 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte PEND +bgm_m_boat_3_005: + .byte N06 , Gs0 , v127 + .byte W06 + .byte Gs0 , v036 + .byte W06 + .byte N03 , Gs1 , v112 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte Ds1 , v112 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte N03 , Gs1 , v112 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte N03 , Gs0 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Gs1 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte Ds1 , v112 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte N03 , Gs1 , v112 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte PEND + .byte Cs1 , v127 + .byte W06 + .byte Cs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte Gs1 , v112 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte N03 , Cs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Cs2 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte Cs1 , v112 + .byte W06 + .byte Cs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte As0 , v127 + .byte W06 + .byte As0 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte Fn1 , v112 + .byte W06 + .byte Fn1 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte N03 , As0 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte As1 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte Fn1 , v112 + .byte W06 + .byte Fn1 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte Ds1 , v127 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W09 + .byte Cs1 , v112 + .byte W06 + .byte Cs1 , v036 + .byte W06 + .byte N03 , Cs2 , v112 + .byte W03 + .byte N06 , Cs2 , v036 + .byte W09 + .byte N03 , Bn0 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Bn1 + .byte W03 + .byte N06 , Bn1 , v036 + .byte W09 + .byte As0 , v112 + .byte W06 + .byte As0 , v036 + .byte W06 + .byte N03 , As1 , v112 + .byte W03 + .byte N06 , As1 , v036 + .byte W09 + .byte PATT + .word bgm_m_boat_3_001 + .byte PATT + .word bgm_m_boat_3_002 + .byte PATT + .word bgm_m_boat_3_003 + .byte PATT + .word bgm_m_boat_3_004 + .byte PATT + .word bgm_m_boat_3_005 + .byte N06 , Gs0 , v127 + .byte W06 + .byte Gs0 , v036 + .byte W06 + .byte N03 , Gs1 , v112 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte Ds1 , v112 + .byte W06 + .byte Ds1 , v036 + .byte W06 + .byte N03 , Gs1 , v112 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte N03 , Gs0 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Gs1 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v036 + .byte W06 + .byte N03 , Gs1 , v112 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W09 + .byte PATT + .word bgm_m_boat_3_002 + .byte N06 , Cs2 , v127 + .byte W06 + .byte Cs2 , v036 + .byte W18 + .byte N03 , Cs1 , v112 + .byte W03 + .byte N06 , Cs1 , v036 + .byte W21 + .byte N03 , Gs1 , v112 + .byte W03 + .byte N06 , Gs1 , v036 + .byte W21 + .byte Fn1 , v112 + .byte W06 + .byte Fn1 , v036 + .byte W12 + .byte As0 , v112 + .byte W06 + .byte GOTO + .word bgm_m_boat_3_B1 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_m_boat_4: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 17 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 32*bgm_m_boat_mvl/mxv + .byte N03 , Gn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N84 , Gs4 + .byte W84 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N84 , As4 + .byte W84 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N36 , Bn4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N36 , Cn5 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N32 , Cs5 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 + .byte W24 + .byte N06 , Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 +bgm_m_boat_4_B1: + .byte N36 , Ds5 , v112 + .byte W36 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N36 , Ds5 + .byte W36 +bgm_m_boat_4_000: + .byte N36 , Fn5 , v112 + .byte W36 + .byte N06 , Fs5 + .byte W12 + .byte N03 , Bn5 , v080 + .byte W03 + .byte N09 , As5 , v112 + .byte W09 + .byte N36 , Gs5 + .byte W36 + .byte PEND + .byte N96 , Cs5 + .byte W96 + .byte N36 , Ds5 + .byte W36 + .byte N12 , Fn5 + .byte W12 + .byte N03 , Gn5 , v072 + .byte W03 + .byte N09 , Fs5 , v112 + .byte W09 + .byte N36 , Ds5 + .byte W36 + .byte Bn4 + .byte W36 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte N36 , Bn4 + .byte W36 + .byte Cs5 + .byte W36 + .byte N06 , Ds5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N24 , Ds5 + .byte W24 + .byte N12 , Cs5 + .byte W12 + .byte N84 , As4 + .byte W84 + .byte N03 , Bn4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N36 , Ds5 + .byte W36 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W12 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N30 , Ds5 + .byte W30 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N36 , Ds5 + .byte W36 + .byte PATT + .word bgm_m_boat_4_000 + .byte N36 , As5 , v112 + .byte W36 + .byte N06 , Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N24 , Gs5 + .byte W24 + .byte N12 , An5 + .byte W12 + .byte N24 , As5 , v096 + .byte W24 + .byte Gs5 , v092 + .byte W24 + .byte N12 , Gn5 , v088 + .byte W12 + .byte N06 , Gs5 + .byte W06 + .byte Gn5 , v080 + .byte W06 + .byte N24 , Ds5 , v088 + .byte W24 + .byte N36 , Bn5 , v096 + .byte W36 + .byte N12 , Gs5 + .byte W12 + .byte N06 , As5 + .byte W12 + .byte N36 , Bn5 , v112 + .byte W36 + .byte Cn6 , v096 + .byte W36 + .byte N06 , Gs5 , v112 + .byte W12 + .byte Ds6 , v092 + .byte W18 + .byte Cs6 , v088 + .byte W18 + .byte N12 , Cn6 + .byte W12 + .byte N32 , Cs6 , v092 + .byte W36 + .byte N03 , Cs6 , v088 + .byte W06 + .byte N03 + .byte W06 + .byte N32 , Cs6 , v096 + .byte W36 + .byte N03 + .byte W06 + .byte Cs6 , v092 + .byte W06 + .byte N06 , Cs6 , v112 + .byte W48 + .byte N06 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte GOTO + .word bgm_m_boat_4_B1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_m_boat_5: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-22 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_m_boat_5_B1: + .byte N02 , Fs3 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N02 , Bn3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N02 , Bn3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N02 , Bn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N05 , Fn4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte N05 , Ds4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte N05 , Fs4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N02 , As3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N02 , As3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N02 , As3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N02 , Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N05 , Fs4 + .byte W06 + .byte N02 , Bn3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N02 , Bn3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N02 , Bn3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N02 , Bn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte N05 , Gs4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N02 , Gs3 + .byte W06 + .byte N02 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte N05 , Gs4 + .byte W06 + .byte N02 , As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N02 , As3 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N02 , As3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N02 , As3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte N06 , Gn4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Ds3 + .byte W06 + .byte As3 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N06 , As4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N06 , Cn5 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W54 + .byte GOTO + .word bgm_m_boat_5_B1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_m_boat_6: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 38*bgm_m_boat_mvl/mxv + .byte W12 + .byte N96 , Bn2 , v112 + .byte W96 + .byte Cs3 + .byte W96 + .byte N48 , Ds3 + .byte W48 + .byte N48 + .byte W48 + .byte N32 , Gs3 + .byte W12 + .byte VOL , 35*bgm_m_boat_mvl/mxv + .byte W05 + .byte 43*bgm_m_boat_mvl/mxv + .byte W07 + .byte 48*bgm_m_boat_mvl/mxv + .byte W12 + .byte N03 , Cs3 + .byte W06 + .byte N03 + .byte W06 + .byte N24 + .byte W06 + .byte VOL , 36*bgm_m_boat_mvl/mxv + .byte W06 + .byte 43*bgm_m_boat_mvl/mxv + .byte W05 + .byte 49*bgm_m_boat_mvl/mxv + .byte W30 + .byte W01 +bgm_m_boat_6_B1: + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , Bn2 , v112 + .byte W24 + .byte Ds2 + .byte W24 + .byte Fs2 + .byte W24 + .byte Bn2 + .byte W24 + .byte N36 , Fn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N36 , Gs3 + .byte W36 + .byte VOL , 35*bgm_m_boat_mvl/mxv + .byte N24 + .byte W24 + .byte VOL , 49*bgm_m_boat_mvl/mxv + .byte N24 , Fn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Cs3 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N36 , Bn2 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fs2 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte Fs3 + .byte W24 + .byte N36 , Ds3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Bn2 + .byte W12 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N06 , Ds3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N36 + .byte W12 + .byte MOD , 8 + .byte W21 + .byte N06 , Gs2 + .byte W03 + .byte MOD , 0 + .byte W12 + .byte N06 , Bn2 + .byte W12 + .byte N24 , Cs3 + .byte W24 + .byte N12 , Gs2 + .byte W12 + .byte N24 , Fn2 + .byte W24 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N24 , Cs3 + .byte W24 + .byte Bn2 + .byte W24 + .byte As2 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , Fs2 + .byte W24 + .byte As2 + .byte W24 + .byte Cs3 + .byte W24 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N12 , Fs3 + .byte W12 + .byte N06 , Ds3 + .byte W06 + .byte As2 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , Bn2 + .byte W24 + .byte Ds2 + .byte W24 + .byte Fs2 + .byte W24 + .byte Bn2 + .byte W24 + .byte VOL , 44*bgm_m_boat_mvl/mxv + .byte N36 , Fn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Cs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N36 , Gs3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N72 + .byte W24 + .byte MOD , 6 + .byte W48 + .byte 0 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , Ds3 + .byte W24 + .byte As2 + .byte W24 + .byte Ds3 + .byte W24 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N24 , As3 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N36 , Ds4 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N12 , Fs3 + .byte W12 + .byte N06 , Bn3 + .byte W12 + .byte VOL , 47*bgm_m_boat_mvl/mxv + .byte N24 , Ds4 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N06 , Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N36 , Cn4 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Ds3 + .byte W12 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N06 , Cn4 + .byte W18 + .byte As3 + .byte W18 + .byte N12 , Gs3 + .byte W12 + .byte VOL , 45*bgm_m_boat_mvl/mxv + .byte N30 , Fn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N32 , Ds3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N06 , Cs3 + .byte W48 + .byte Gs2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W12 + .byte N12 , Dn3 + .byte W12 + .byte GOTO + .word bgm_m_boat_6_B1 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_m_boat_7: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 37*bgm_m_boat_mvl/mxv + .byte W12 + .byte N96 , Ds3 , v112 + .byte W96 + .byte Fn3 + .byte W96 + .byte N48 , Fs3 + .byte W48 + .byte N48 + .byte W48 + .byte N32 , Cs3 + .byte W12 + .byte VOL , 35*bgm_m_boat_mvl/mxv + .byte W05 + .byte 43*bgm_m_boat_mvl/mxv + .byte W07 + .byte 48*bgm_m_boat_mvl/mxv + .byte W12 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N24 + .byte W06 + .byte VOL , 36*bgm_m_boat_mvl/mxv + .byte W06 + .byte 43*bgm_m_boat_mvl/mxv + .byte W05 + .byte 49*bgm_m_boat_mvl/mxv + .byte W30 + .byte W01 +bgm_m_boat_7_B1: + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , Ds3 , v112 + .byte W24 + .byte Fs2 + .byte W24 + .byte Bn2 + .byte W24 + .byte Ds3 + .byte W24 + .byte N36 , Cs4 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte N36 , Bn3 + .byte W36 + .byte VOL , 35*bgm_m_boat_mvl/mxv + .byte N24 , As3 + .byte W24 + .byte VOL , 48*bgm_m_boat_mvl/mxv + .byte N24 , Gs3 + .byte W24 + .byte Fs3 + .byte W24 + .byte Fn3 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N36 , Ds3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Bn2 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte As3 + .byte W24 + .byte N36 , Bn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fs3 + .byte W12 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N06 , Bn3 + .byte W12 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte As3 + .byte W12 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N36 , Gs3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte N24 , Cs3 + .byte W24 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N24 , Gs3 + .byte W24 + .byte Fs3 + .byte W24 + .byte Fn3 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , Ds3 + .byte W24 + .byte Fs3 + .byte W24 + .byte As3 + .byte W24 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N12 , Cs4 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , Ds3 + .byte W24 + .byte Fs2 + .byte W24 + .byte Bn2 + .byte W24 + .byte Ds3 + .byte W24 + .byte VOL , 44*bgm_m_boat_mvl/mxv + .byte N36 , Cs4 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte N36 , Bn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N72 , Cs4 + .byte W24 + .byte MOD , 6 + .byte W48 + .byte 0 + .byte N12 , Bn3 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N24 , As3 + .byte W24 + .byte Gn3 + .byte W24 + .byte As3 + .byte W24 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N24 , Ds4 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N36 , Fs4 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N12 , Bn3 + .byte W12 + .byte N06 , Ds4 + .byte W12 + .byte VOL , 47*bgm_m_boat_mvl/mxv + .byte N24 , Fs4 + .byte W24 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N36 , Ds4 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fs3 + .byte W12 + .byte VOL , 46*bgm_m_boat_mvl/mxv + .byte N06 , Ds4 + .byte W18 + .byte Cs4 + .byte W18 + .byte N12 , Cn4 + .byte W12 + .byte VOL , 45*bgm_m_boat_mvl/mxv + .byte N30 , Cs4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N32 , Bn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 39*bgm_m_boat_mvl/mxv + .byte N06 , Cs4 + .byte W48 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W24 + .byte GOTO + .word bgm_m_boat_7_B1 + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_m_boat_8: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 82 + .byte LFOS , 28 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 30*bgm_m_boat_mvl/mxv + .byte BEND , c_v+1 + .byte N03 , Gn4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N84 , Gs4 + .byte W48 + .byte MOD , 4 + .byte W36 + .byte 0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N84 , As4 + .byte W48 + .byte MOD , 4 + .byte W36 + .byte 0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N36 , Bn4 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N36 , Cn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte MOD , 0 + .byte N32 , Cs5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 +bgm_m_boat_8_B1: + .byte N36 , Ds5 , v112 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N36 , Ds5 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte W12 + .byte N36 , Fn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fs5 + .byte W12 + .byte N03 , Bn5 , v080 + .byte W03 + .byte N09 , As5 , v112 + .byte W09 + .byte N36 , Gs5 + .byte W36 + .byte N96 , Cs5 + .byte W48 + .byte MOD , 5 + .byte W48 + .byte 0 + .byte N36 , Ds5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Fn5 + .byte W12 + .byte N03 , Gn5 , v072 + .byte W03 + .byte N09 , Fs5 , v112 + .byte W09 + .byte N36 , Ds5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N36 , Bn4 + .byte W36 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Fs4 + .byte W12 + .byte N36 , Bn4 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N36 , Cs5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Ds5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N24 , Ds5 + .byte W24 + .byte N12 , Cs5 + .byte W12 + .byte N84 , As4 + .byte W48 + .byte MOD , 6 + .byte W36 + .byte 0 + .byte N03 , Bn4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N36 , Ds5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W12 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N30 , Ds5 + .byte W18 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N36 , Ds5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N36 , Fn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fs5 + .byte W12 + .byte N03 , Bn5 , v080 + .byte W03 + .byte N09 , As5 , v112 + .byte W09 + .byte N36 , Gs5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N36 , As5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N24 , Gs5 + .byte W24 + .byte N12 , An5 + .byte W12 + .byte N24 , As5 + .byte W24 + .byte Gs5 + .byte W24 + .byte N12 , Gn5 + .byte W12 + .byte N06 , Gs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte N24 , Ds5 + .byte W24 + .byte N36 , Bn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N12 , Gs5 + .byte W12 + .byte N06 , As5 + .byte W12 + .byte N36 , Bn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N36 , Cn6 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Gs5 + .byte W12 + .byte Ds6 + .byte W18 + .byte Cs6 + .byte W18 + .byte N12 , Cn6 + .byte W12 + .byte N32 , Cs6 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N32 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W48 + .byte N06 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte GOTO + .word bgm_m_boat_8_B1 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_m_boat_9: + .byte KEYSH , bgm_m_boat_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+19 + .byte VOL , 43*bgm_m_boat_mvl/mxv + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte N32 , Fn3 , v112 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 + .byte W24 + .byte N06 , Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 +bgm_m_boat_9_B1: +bgm_m_boat_9_000: + .byte N36 , Bn3 , v112 + .byte W36 + .byte N12 , Ds3 + .byte W12 + .byte N06 , Fs3 + .byte W12 + .byte N36 , Bn3 + .byte W36 + .byte PEND +bgm_m_boat_9_001: + .byte N36 , Cs4 , v112 + .byte W36 + .byte N06 , Ds4 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N36 , Fn4 + .byte W36 + .byte PEND + .byte N96 , As3 + .byte W96 + .byte N36 , Fs3 + .byte W36 + .byte N12 , Gs3 + .byte W12 + .byte N03 , Bn3 + .byte W03 + .byte N09 , As3 + .byte W09 + .byte N36 , Fs3 + .byte W36 + .byte Gs3 + .byte W36 + .byte N12 , Ds3 + .byte W12 + .byte N06 , Fs3 + .byte W12 + .byte N36 , Gs3 + .byte W36 + .byte Fn3 + .byte W36 + .byte N06 , Gs3 + .byte W12 + .byte As3 + .byte W09 + .byte N24 , Gs3 + .byte W24 + .byte W03 + .byte N12 , Fs3 + .byte W12 + .byte N72 , Fn3 + .byte W96 + .byte N36 , As3 + .byte W36 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Fs3 + .byte W12 + .byte Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte PATT + .word bgm_m_boat_9_000 + .byte PATT + .word bgm_m_boat_9_001 + .byte N36 , Fn4 , v112 + .byte W36 + .byte N06 , Cs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte N12 , Ds4 + .byte W12 + .byte N24 , Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , Bn3 + .byte W24 + .byte N36 , Gs4 + .byte W36 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte N24 , Gs4 + .byte W24 + .byte N06 , Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N36 , Gs4 + .byte W36 + .byte N06 , Cn4 + .byte W12 + .byte Fs4 + .byte W18 + .byte Fn4 + .byte W18 + .byte N12 , Ds4 + .byte W12 + .byte N32 , Gs4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N32 , Fs4 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn4 + .byte W48 + .byte Gs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W24 + .byte GOTO + .word bgm_m_boat_9_B1 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_m_boat: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_m_boat_pri @ Priority + .byte bgm_m_boat_rev @ Reverb. + + .word bgm_m_boat_grp + + .word bgm_m_boat_1 + .word bgm_m_boat_2 + .word bgm_m_boat_3 + .word bgm_m_boat_4 + .word bgm_m_boat_5 + .word bgm_m_boat_6 + .word bgm_m_boat_7 + .word bgm_m_boat_8 + .word bgm_m_boat_9 + + .end diff --git a/sound/songs/bgm_m_dungon.s b/sound/songs/bgm_m_dungon.s new file mode 100644 index 000000000..74b29c16c --- /dev/null +++ b/sound/songs/bgm_m_dungon.s @@ -0,0 +1,2488 @@ + .include "MPlayDef.s" + + .equ bgm_m_dungon_grp, voicegroup_84461E8 + .equ bgm_m_dungon_pri, 0 + .equ bgm_m_dungon_rev, reverb_set+50 + .equ bgm_m_dungon_mvl, 127 + .equ bgm_m_dungon_key, 0 + .equ bgm_m_dungon_tbs, 1 + .equ bgm_m_dungon_exg, 0 + .equ bgm_m_dungon_cmp, 1 + + .section .rodata + .global bgm_m_dungon + .align 2 + +@********************** Track 1 **********************@ + +bgm_m_dungon_1: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_1_B1: + .byte TEMPO , 90*bgm_m_dungon_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 35*bgm_m_dungon_mvl/mxv + .byte W24 + .byte PAN , c_v-62 + .byte N12 , Gn4 , v112 + .byte W12 + .byte Gn4 , v084 + .byte W12 + .byte Gn4 , v068 + .byte W12 + .byte Gn4 , v036 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Gn4 , v112 + .byte W12 + .byte Gn4 , v084 + .byte W12 +bgm_m_dungon_1_000: + .byte N12 , Gn4 , v068 + .byte W12 + .byte Gn4 , v036 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn4 , v112 + .byte W12 + .byte Gn4 , v084 + .byte W12 + .byte Gn4 , v068 + .byte W12 + .byte Gn4 , v036 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Gn4 , v112 + .byte W12 + .byte Gn4 , v084 + .byte W12 + .byte PEND + .byte PATT + .word bgm_m_dungon_1_000 + .byte PATT + .word bgm_m_dungon_1_000 +bgm_m_dungon_1_001: + .byte N12 , Gn4 , v068 + .byte W12 + .byte Gn4 , v036 + .byte W12 + .byte PAN , c_v-63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v+63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v-63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PEND +bgm_m_dungon_1_002: + .byte PAN , c_v+63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v-63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v+63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v-63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PEND + .byte PATT + .word bgm_m_dungon_1_002 + .byte PATT + .word bgm_m_dungon_1_002 + .byte PAN , c_v+63 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gn4 , v092 + .byte W06 + .byte Gn4 , v068 + .byte W06 + .byte Gn4 , v036 + .byte W06 + .byte PAN , c_v-62 + .byte N12 , Gn4 , v112 + .byte W12 + .byte Gn4 , v084 + .byte W12 + .byte Gn4 , v068 + .byte W12 + .byte Gn4 , v036 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Gn4 , v112 + .byte W12 + .byte Gn4 , v084 + .byte W12 + .byte PATT + .word bgm_m_dungon_1_000 + .byte PATT + .word bgm_m_dungon_1_000 + .byte PATT + .word bgm_m_dungon_1_000 + .byte PATT + .word bgm_m_dungon_1_001 + .byte PATT + .word bgm_m_dungon_1_002 + .byte PATT + .word bgm_m_dungon_1_002 + .byte PATT + .word bgm_m_dungon_1_002 + .byte PAN , c_v+63 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_m_dungon_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_m_dungon_2: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_2_B1: + .byte VOICE , 45 + .byte LFOS , 44 + .byte VOL , 68*bgm_m_dungon_mvl/mxv + .byte PAN , c_v+0 + .byte W32 + .byte W01 + .byte N03 , Cn2 , v064 + .byte W03 + .byte N12 , Dn2 , v112 + .byte W12 + .byte Gs2 + .byte W12 + .byte Dn2 + .byte W21 + .byte N03 , Cn2 , v064 + .byte W03 + .byte N12 , Dn2 , v112 + .byte W12 +bgm_m_dungon_2_000: + .byte N12 , Gs2 , v112 + .byte W12 + .byte Dn2 + .byte W21 + .byte N03 , Cn2 , v064 + .byte W03 + .byte N12 , Dn2 , v112 + .byte W12 + .byte Gs2 + .byte W12 + .byte Dn2 + .byte W21 + .byte N03 , Cn2 , v064 + .byte W03 + .byte N12 , Dn2 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_m_dungon_2_000 + .byte PATT + .word bgm_m_dungon_2_000 + .byte PATT + .word bgm_m_dungon_2_000 + .byte PATT + .word bgm_m_dungon_2_000 + .byte PATT + .word bgm_m_dungon_2_000 + .byte PATT + .word bgm_m_dungon_2_000 + .byte N12 , Gs2 , v112 + .byte W12 + .byte Dn2 + .byte W21 + .byte N03 , Ds2 , v064 + .byte W03 + .byte N12 , Fn2 , v112 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fn2 + .byte W21 + .byte N03 , Ds2 , v064 + .byte W03 + .byte N12 , Fn2 , v112 + .byte W12 +bgm_m_dungon_2_001: + .byte N12 , Bn2 , v112 + .byte W12 + .byte Fn2 + .byte W21 + .byte N03 , Ds2 , v064 + .byte W03 + .byte N12 , Fn2 , v112 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fn2 + .byte W21 + .byte N03 , Ds2 , v064 + .byte W03 + .byte N12 , Fn2 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_m_dungon_2_001 + .byte PATT + .word bgm_m_dungon_2_001 + .byte PATT + .word bgm_m_dungon_2_001 + .byte PATT + .word bgm_m_dungon_2_001 + .byte PATT + .word bgm_m_dungon_2_001 + .byte PATT + .word bgm_m_dungon_2_001 + .byte N12 , Bn2 , v112 + .byte W12 + .byte Fn2 + .byte W12 + .byte VOICE , 60 + .byte W24 + .byte VOL , 49*bgm_m_dungon_mvl/mxv + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N84 , Fn3 + .byte W60 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte An3 + .byte W12 + .byte Fs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 , v100 + .byte W06 + .byte An2 , v096 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fs2 , v092 + .byte W06 + .byte An2 , v084 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fs2 , v080 + .byte W06 + .byte N04 , An2 + .byte W04 + .byte Cn3 , v084 + .byte W04 + .byte Ds3 , v088 + .byte W04 + .byte An3 , v092 + .byte W04 + .byte Cn4 + .byte W04 + .byte N08 , Dn4 , v104 + .byte W76 + .byte GOTO + .word bgm_m_dungon_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_m_dungon_3: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_3_B1: + .byte VOICE , 24 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 88*bgm_m_dungon_mvl/mxv + .byte W18 + .byte N03 , En1 , v124 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W42 + .byte N03 , En1 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W24 +bgm_m_dungon_3_000: + .byte W18 + .byte N03 , En1 , v124 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W42 + .byte N03 , En1 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_m_dungon_3_000 + .byte PATT + .word bgm_m_dungon_3_000 + .byte PATT + .word bgm_m_dungon_3_000 + .byte PATT + .word bgm_m_dungon_3_000 + .byte PATT + .word bgm_m_dungon_3_000 + .byte PATT + .word bgm_m_dungon_3_000 + .byte W18 + .byte N03 , En1 , v124 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , As1 + .byte W42 + .byte N03 , Gn1 + .byte W03 + .byte An1 + .byte W03 + .byte N42 , As1 + .byte W24 +bgm_m_dungon_3_001: + .byte W18 + .byte N03 , Gn1 , v124 + .byte W03 + .byte An1 + .byte W03 + .byte N42 , As1 + .byte W42 + .byte N03 , Gn1 + .byte W03 + .byte An1 + .byte W03 + .byte N42 , As1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_m_dungon_3_001 + .byte PATT + .word bgm_m_dungon_3_001 + .byte PATT + .word bgm_m_dungon_3_001 + .byte PATT + .word bgm_m_dungon_3_001 + .byte PATT + .word bgm_m_dungon_3_001 + .byte PATT + .word bgm_m_dungon_3_001 + .byte W18 + .byte N03 , Gn1 , v124 + .byte W03 + .byte An1 + .byte W03 + .byte VOICE , 48 + .byte VOL , 41*bgm_m_dungon_mvl/mxv + .byte W72 + .byte W48 + .byte N06 , As2 , v112 + .byte W06 + .byte Fn2 + .byte W06 + .byte As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W12 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds3 , v100 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cn3 , v092 + .byte W06 + .byte Ds3 + .byte W06 + .byte An2 , v088 + .byte W06 + .byte Cn3 + .byte W06 + .byte N04 , Ds3 , v084 + .byte W04 + .byte Fs3 , v088 + .byte W04 + .byte An3 , v092 + .byte W04 + .byte Ds4 , v096 + .byte W04 + .byte Fs4 , v100 + .byte W04 + .byte N08 , As4 , v112 + .byte W52 + .byte VOICE , 47 + .byte N24 , As0 + .byte W24 + .byte GOTO + .word bgm_m_dungon_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_m_dungon_4: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_4_B1: + .byte VOICE , 24 + .byte LFOS , 44 + .byte VOL , 55*bgm_m_dungon_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v-8 + .byte W24 + .byte BEND , c_v-8 + .byte N12 , Gn3 , v112 + .byte W03 + .byte BEND , c_v+5 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N12 , Ds3 + .byte W24 + .byte BEND , c_v-5 + .byte N12 , Gn3 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N12 , Gs3 + .byte W24 + .byte Gn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte BEND , c_v-9 + .byte N12 , Dn3 + .byte W03 + .byte BEND , c_v+5 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N12 , Cn3 + .byte W24 + .byte Bn2 + .byte W24 + .byte Gn2 + .byte W24 + .byte Bn2 + .byte W24 + .byte Cn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Dn3 + .byte W24 + .byte BEND , c_v-7 + .byte N12 , Gs3 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N06 , Gn3 + .byte W12 + .byte Gn3 , v096 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v096 + .byte W12 + .byte Gn3 , v112 + .byte W12 + .byte Gn3 , v096 + .byte W12 + .byte Gs3 , v112 + .byte W12 + .byte Gs3 , v096 + .byte W12 + .byte Gn3 , v112 + .byte W12 + .byte Gn3 , v096 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v096 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Cn3 , v112 + .byte W12 + .byte Cn3 , v096 + .byte W12 + .byte Bn2 , v112 + .byte W12 + .byte Bn2 , v096 + .byte W12 + .byte Gn2 , v112 + .byte W12 + .byte Gn2 , v096 + .byte W12 + .byte Bn2 , v112 + .byte W12 + .byte Bn2 , v096 + .byte W12 + .byte Cn3 , v112 + .byte W12 + .byte Cn3 , v096 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v096 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Gs3 , v112 + .byte W12 + .byte Gs3 , v096 + .byte W12 + .byte BEND , c_v-8 + .byte N12 , As3 , v112 + .byte W03 + .byte BEND , c_v+5 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N12 , Fs3 + .byte W24 + .byte BEND , c_v-5 + .byte N12 , As3 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N12 , Bn3 + .byte W24 + .byte As3 + .byte W24 + .byte Fs3 + .byte W24 + .byte BEND , c_v-9 + .byte N12 , Fn3 + .byte W03 + .byte BEND , c_v+5 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N12 , Ds3 + .byte W24 + .byte Dn3 + .byte W24 + .byte As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte Fn3 + .byte W24 + .byte BEND , c_v-7 + .byte N12 , Bn3 + .byte W03 + .byte BEND , c_v+5 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N06 , As3 + .byte W12 + .byte As3 , v096 + .byte W12 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v096 + .byte W12 + .byte As3 , v112 + .byte W12 + .byte As3 , v096 + .byte W12 + .byte Bn3 , v112 + .byte W12 + .byte Bn3 , v096 + .byte W12 + .byte As3 , v112 + .byte W12 + .byte As3 , v096 + .byte W12 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v096 + .byte W12 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v096 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v096 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte As2 , v112 + .byte W12 + .byte As2 , v096 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v096 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v096 + .byte W12 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v096 + .byte W12 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v096 + .byte W12 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v096 + .byte W12 + .byte PAN , c_v+0 + .byte N06 , Bn3 , v112 + .byte W18 + .byte VOICE , 47 + .byte N03 , As1 + .byte W03 + .byte N03 + .byte W03 + .byte VOL , 70*bgm_m_dungon_mvl/mxv + .byte N06 , As1 , v120 + .byte W12 + .byte As0 , v124 + .byte W60 + .byte W66 + .byte N03 , An2 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , As2 + .byte W12 + .byte As1 + .byte W12 + .byte As2 + .byte W06 + .byte N06 + .byte W06 + .byte As1 + .byte W84 + .byte N04 , As1 , v072 + .byte W04 + .byte As1 , v088 + .byte W04 + .byte As1 , v096 + .byte W04 + .byte Fn2 , v100 + .byte W04 + .byte Fn2 , v104 + .byte W04 + .byte N08 , As2 , v124 + .byte W52 + .byte N14 , As1 , v112 + .byte W24 + .byte GOTO + .word bgm_m_dungon_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_m_dungon_5: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_5_B1: + .byte VOICE , 24 + .byte LFOS , 44 + .byte PAN , c_v+23 + .byte BENDR , 12 + .byte VOL , 55*bgm_m_dungon_mvl/mxv + .byte W24 + .byte 55*bgm_m_dungon_mvl/mxv + .byte W12 + .byte N12 , Gn3 , v072 + .byte W24 + .byte Ds3 + .byte W24 + .byte Gn3 + .byte W12 + .byte W12 + .byte Gs3 + .byte W24 + .byte Gn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Dn3 + .byte W12 + .byte W12 + .byte Cn3 + .byte W24 + .byte Bn2 + .byte W24 + .byte Gn2 + .byte W24 + .byte Bn2 + .byte W12 + .byte W12 + .byte Cn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Dn3 + .byte W12 + .byte W12 + .byte Gs3 + .byte W18 + .byte N06 , Gn3 , v112 + .byte W12 + .byte Gn3 , v080 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v084 + .byte W12 + .byte Gn3 , v112 + .byte W12 + .byte Gn3 , v088 + .byte W06 + .byte W06 + .byte Gs3 , v112 + .byte W12 + .byte Gs3 , v084 + .byte W12 + .byte Gn3 , v112 + .byte W12 + .byte Gn3 , v084 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v084 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v080 + .byte W06 + .byte W06 + .byte Cn3 , v112 + .byte W12 + .byte Cn3 , v088 + .byte W12 + .byte Bn2 , v112 + .byte W12 + .byte Bn2 , v084 + .byte W12 + .byte Gn2 , v112 + .byte W12 + .byte Gn2 , v084 + .byte W12 + .byte Bn2 , v112 + .byte W12 + .byte Bn2 , v088 + .byte W06 + .byte W06 + .byte Cn3 , v112 + .byte W12 + .byte Cn3 , v088 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v084 + .byte W12 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v080 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v084 + .byte W06 + .byte W06 + .byte Gs3 , v112 + .byte W12 + .byte Gs3 , v088 + .byte W18 + .byte N12 , As3 , v072 + .byte W24 + .byte Fs3 + .byte W24 + .byte As3 + .byte W12 + .byte W12 + .byte Bn3 + .byte W24 + .byte As3 + .byte W24 + .byte Fs3 + .byte W24 + .byte Fn3 + .byte W12 + .byte W12 + .byte Ds3 + .byte W24 + .byte Dn3 + .byte W24 + .byte As2 + .byte W24 + .byte Dn3 + .byte W12 + .byte W12 + .byte Ds3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte Fn3 + .byte W12 + .byte W12 + .byte Bn3 + .byte W18 + .byte N06 , As3 , v112 + .byte W12 + .byte As3 , v080 + .byte W12 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v084 + .byte W12 + .byte As3 , v112 + .byte W12 + .byte As3 , v088 + .byte W06 + .byte W06 + .byte Bn3 , v112 + .byte W12 + .byte Bn3 , v084 + .byte W12 + .byte As3 , v112 + .byte W12 + .byte As3 , v084 + .byte W12 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v084 + .byte W12 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v080 + .byte W06 + .byte W06 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v088 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v084 + .byte W12 + .byte As2 , v112 + .byte W12 + .byte As2 , v084 + .byte W12 + .byte Dn3 , v112 + .byte W12 + .byte Dn3 , v088 + .byte W06 + .byte W06 + .byte Ds3 , v112 + .byte W12 + .byte Ds3 , v088 + .byte W12 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v084 + .byte W12 + .byte Fs3 , v112 + .byte W12 + .byte Fs3 , v080 + .byte W12 + .byte Fn3 , v112 + .byte W12 + .byte Fn3 , v084 + .byte W06 + .byte W06 + .byte Bn3 , v112 + .byte W18 + .byte VOICE , 35 + .byte VOL , 88*bgm_m_dungon_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , As1 + .byte W12 + .byte N84 , As0 + .byte W60 + .byte W24 + .byte BEND , c_v+0 + .byte N24 + .byte W03 + .byte BEND , c_v+4 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N06 , Dn1 + .byte W06 + .byte As0 + .byte W06 + .byte An0 + .byte W06 + .byte As0 + .byte W06 + .byte Fn1 + .byte W06 + .byte Dn1 + .byte W06 + .byte Cs1 + .byte W06 + .byte Dn1 + .byte W06 + .byte As1 + .byte W06 + .byte Fn1 + .byte W06 + .byte En1 + .byte W06 + .byte Fn1 + .byte W06 + .byte N72 , An0 + .byte W72 + .byte N04 + .byte W04 + .byte Cn1 + .byte W04 + .byte Ds1 + .byte W04 + .byte Fs1 + .byte W04 + .byte An1 + .byte W04 + .byte N08 , As1 + .byte W52 + .byte N06 , As0 + .byte W24 + .byte GOTO + .word bgm_m_dungon_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_m_dungon_6: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_6_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte VOL , 33*bgm_m_dungon_mvl/mxv + .byte PAN , c_v-62 + .byte BENDR , 12 + .byte BEND , c_v-26 + .byte TIE , Dn2 , v112 + .byte W02 + .byte BEND , c_v-22 + .byte W03 + .byte c_v-18 + .byte W03 + .byte c_v-14 + .byte W04 + .byte c_v-13 + .byte W02 + .byte c_v-9 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-2 + .byte W04 + .byte c_v+0 + .byte W72 + .byte W24 + .byte c_v+0 + .byte W02 + .byte c_v-1 + .byte W03 + .byte c_v-3 + .byte W03 + .byte c_v-5 + .byte W04 + .byte c_v-5 + .byte W02 + .byte c_v-7 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-12 + .byte W02 + .byte c_v-13 + .byte W03 + .byte c_v-14 + .byte W03 + .byte c_v-16 + .byte W04 + .byte c_v-18 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-24 + .byte W03 + .byte c_v-28 + .byte W04 + .byte c_v-31 + .byte W02 + .byte c_v-34 + .byte W03 + .byte c_v-35 + .byte W03 + .byte c_v-34 + .byte W04 + .byte c_v-32 + .byte W02 + .byte c_v-29 + .byte W03 + .byte c_v-26 + .byte W03 + .byte c_v-21 + .byte W04 + .byte c_v-18 + .byte W02 + .byte c_v-14 + .byte W03 + .byte c_v-12 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-7 + .byte W02 + .byte c_v-5 + .byte W03 + .byte c_v-3 + .byte W03 + .byte c_v+0 + .byte W76 + .byte W24 + .byte c_v-2 + .byte W02 + .byte c_v-4 + .byte W03 + .byte c_v-6 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-12 + .byte W02 + .byte c_v-16 + .byte W03 + .byte c_v-20 + .byte W03 + .byte c_v-24 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-32 + .byte W03 + .byte c_v-37 + .byte W03 + .byte c_v-41 + .byte W04 + .byte c_v-43 + .byte W02 + .byte c_v-45 + .byte W10 + .byte c_v-42 + .byte W02 + .byte c_v-37 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-27 + .byte W04 + .byte c_v-23 + .byte W02 + .byte c_v-16 + .byte W03 + .byte c_v-12 + .byte W03 + .byte c_v-5 + .byte W04 + .byte c_v+6 + .byte W02 + .byte c_v+14 + .byte W03 + .byte c_v+20 + .byte W03 + .byte c_v+26 + .byte W04 + .byte c_v+30 + .byte W02 + .byte c_v+36 + .byte W03 + .byte c_v+41 + .byte W03 + .byte c_v+43 + .byte W04 + .byte EOT + .byte BEND , c_v+0 + .byte TIE , Dn3 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte W60 + .byte W24 + .byte c_v-1 + .byte W02 + .byte c_v-3 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-8 + .byte W04 + .byte c_v-11 + .byte W02 + .byte c_v-15 + .byte W03 + .byte c_v-18 + .byte W03 + .byte c_v-22 + .byte W04 + .byte c_v-24 + .byte W02 + .byte c_v-31 + .byte W03 + .byte c_v-36 + .byte W03 + .byte c_v-40 + .byte W04 + .byte c_v-44 + .byte W02 + .byte c_v-46 + .byte W03 + .byte c_v-50 + .byte W03 + .byte c_v-53 + .byte W04 + .byte c_v-54 + .byte W02 + .byte c_v-52 + .byte W03 + .byte c_v-47 + .byte W03 + .byte c_v-42 + .byte W04 + .byte c_v-41 + .byte W02 + .byte c_v-36 + .byte W03 + .byte c_v-33 + .byte W03 + .byte c_v-30 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-24 + .byte W03 + .byte c_v-18 + .byte W03 + .byte c_v-13 + .byte W04 + .byte c_v-11 + .byte W02 + .byte c_v-5 + .byte W03 + .byte c_v-1 + .byte W03 + .byte c_v+0 + .byte W04 + .byte c_v+0 + .byte W48 + .byte c_v-6 + .byte W06 + .byte c_v+0 + .byte W18 + .byte W12 + .byte c_v-5 + .byte W06 + .byte c_v+0 + .byte W18 + .byte c_v-4 + .byte W06 + .byte c_v+0 + .byte W30 + .byte c_v-2 + .byte W02 + .byte c_v-3 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-7 + .byte W04 + .byte c_v-9 + .byte W02 + .byte c_v-11 + .byte W03 + .byte c_v-14 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v-22 + .byte W02 + .byte c_v-28 + .byte W03 + .byte c_v-35 + .byte W03 + .byte c_v-41 + .byte W04 + .byte c_v-44 + .byte W02 + .byte c_v-46 + .byte W03 + .byte c_v-48 + .byte W07 + .byte EOT + .byte BEND , c_v+0 + .byte TIE , Fn2 + .byte W72 + .byte BEND , c_v+5 + .byte W24 + .byte c_v+0 + .byte W48 + .byte c_v-11 + .byte W24 + .byte W24 + .byte c_v+0 + .byte W72 +bgm_m_dungon_6_000: + .byte BEND , c_v+5 + .byte W24 + .byte c_v+0 + .byte W24 + .byte c_v-11 + .byte W24 + .byte c_v+0 + .byte W24 + .byte PEND + .byte W24 + .byte EOT , Fn2 + .byte BEND , c_v+0 + .byte TIE , Fn3 , v112 + .byte W72 + .byte BEND , c_v+5 + .byte W24 + .byte c_v+0 + .byte W48 + .byte c_v-11 + .byte W06 + .byte c_v+0 + .byte W18 + .byte c_v-8 + .byte W06 + .byte c_v+0 + .byte W18 + .byte c_v+0 + .byte W72 + .byte PATT + .word bgm_m_dungon_6_000 + .byte W24 + .byte EOT , Fn3 + .byte W30 + .byte N03 , Ds3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N84 , Dn3 + .byte W60 + .byte W24 + .byte N06 , An3 + .byte W06 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs2 , v100 + .byte W06 + .byte An2 + .byte W06 + .byte Ds2 , v096 + .byte W06 + .byte Fs2 , v092 + .byte W06 + .byte Cn2 , v080 + .byte W06 + .byte Ds2 , v076 + .byte W06 + .byte N04 , Fs2 , v072 + .byte W04 + .byte An2 , v076 + .byte W04 + .byte Cn3 , v080 + .byte W04 + .byte Ds3 , v088 + .byte W04 + .byte Fs3 , v096 + .byte W04 + .byte N08 , An3 , v112 + .byte W76 + .byte GOTO + .word bgm_m_dungon_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_m_dungon_7: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_7_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte VOL , 33*bgm_m_dungon_mvl/mxv + .byte PAN , c_v+63 + .byte BENDR , 12 + .byte BEND , c_v-26 + .byte TIE , Gn2 , v112 + .byte W02 + .byte BEND , c_v-22 + .byte W03 + .byte c_v-18 + .byte W03 + .byte c_v-14 + .byte W04 + .byte c_v-13 + .byte W02 + .byte c_v-9 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-2 + .byte W04 + .byte c_v+0 + .byte W72 + .byte W24 + .byte c_v+0 + .byte W02 + .byte c_v-1 + .byte W03 + .byte c_v-3 + .byte W03 + .byte c_v-5 + .byte W04 + .byte c_v-5 + .byte W02 + .byte c_v-7 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-12 + .byte W02 + .byte c_v-13 + .byte W03 + .byte c_v-14 + .byte W03 + .byte c_v-16 + .byte W04 + .byte c_v-18 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-24 + .byte W03 + .byte c_v-28 + .byte W04 + .byte c_v-31 + .byte W02 + .byte c_v-34 + .byte W03 + .byte c_v-35 + .byte W03 + .byte c_v-34 + .byte W04 + .byte c_v-32 + .byte W02 + .byte c_v-29 + .byte W03 + .byte c_v-26 + .byte W03 + .byte c_v-21 + .byte W04 + .byte c_v-18 + .byte W02 + .byte c_v-14 + .byte W03 + .byte c_v-12 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-7 + .byte W02 + .byte c_v-5 + .byte W03 + .byte c_v-3 + .byte W03 + .byte c_v+0 + .byte W76 + .byte W24 + .byte c_v-2 + .byte W02 + .byte c_v-4 + .byte W03 + .byte c_v-6 + .byte W03 + .byte c_v-10 + .byte W04 + .byte c_v-12 + .byte W02 + .byte c_v-16 + .byte W03 + .byte c_v-20 + .byte W03 + .byte c_v-24 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-32 + .byte W03 + .byte c_v-37 + .byte W03 + .byte c_v-41 + .byte W04 + .byte c_v-43 + .byte W02 + .byte c_v-45 + .byte W10 + .byte c_v-42 + .byte W02 + .byte c_v-37 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-27 + .byte W04 + .byte c_v-23 + .byte W02 + .byte c_v-16 + .byte W03 + .byte c_v-12 + .byte W03 + .byte c_v-5 + .byte W04 + .byte c_v+6 + .byte W02 + .byte c_v+14 + .byte W03 + .byte c_v+20 + .byte W03 + .byte c_v+26 + .byte W04 + .byte c_v+30 + .byte W02 + .byte c_v+36 + .byte W03 + .byte c_v+41 + .byte W03 + .byte c_v+43 + .byte W04 + .byte EOT + .byte BEND , c_v+0 + .byte TIE , Gn3 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte W60 + .byte W24 + .byte c_v-1 + .byte W02 + .byte c_v-3 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-8 + .byte W04 + .byte c_v-11 + .byte W02 + .byte c_v-15 + .byte W03 + .byte c_v-18 + .byte W03 + .byte c_v-22 + .byte W04 + .byte c_v-24 + .byte W02 + .byte c_v-31 + .byte W03 + .byte c_v-36 + .byte W03 + .byte c_v-40 + .byte W04 + .byte c_v-44 + .byte W02 + .byte c_v-46 + .byte W03 + .byte c_v-50 + .byte W03 + .byte c_v-53 + .byte W04 + .byte c_v-54 + .byte W02 + .byte c_v-52 + .byte W03 + .byte c_v-47 + .byte W03 + .byte c_v-42 + .byte W04 + .byte c_v-41 + .byte W02 + .byte c_v-36 + .byte W03 + .byte c_v-33 + .byte W03 + .byte c_v-30 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-24 + .byte W03 + .byte c_v-18 + .byte W03 + .byte c_v-13 + .byte W04 + .byte c_v-11 + .byte W02 + .byte c_v-5 + .byte W03 + .byte c_v-1 + .byte W03 + .byte c_v+0 + .byte W04 + .byte c_v+0 + .byte W48 + .byte c_v-6 + .byte W06 + .byte c_v+0 + .byte W18 + .byte W12 + .byte c_v-5 + .byte W06 + .byte c_v+0 + .byte W18 + .byte c_v-4 + .byte W06 + .byte c_v+0 + .byte W30 + .byte c_v-2 + .byte W02 + .byte c_v-3 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-7 + .byte W04 + .byte c_v-9 + .byte W02 + .byte c_v-11 + .byte W03 + .byte c_v-14 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v-22 + .byte W02 + .byte c_v-28 + .byte W03 + .byte c_v-35 + .byte W03 + .byte c_v-41 + .byte W04 + .byte c_v-44 + .byte W02 + .byte c_v-46 + .byte W03 + .byte c_v-48 + .byte W07 + .byte EOT + .byte BEND , c_v+0 + .byte TIE , As2 + .byte W72 + .byte BEND , c_v+5 + .byte W24 + .byte c_v+0 + .byte W48 + .byte c_v-6 + .byte W24 + .byte W24 + .byte c_v+0 + .byte W72 +bgm_m_dungon_7_000: + .byte BEND , c_v+5 + .byte W24 + .byte c_v+0 + .byte W24 + .byte c_v-6 + .byte W24 + .byte c_v+0 + .byte W24 + .byte PEND + .byte W24 + .byte EOT , As2 + .byte BEND , c_v+0 + .byte TIE , As3 , v112 + .byte W72 + .byte BEND , c_v+5 + .byte W24 + .byte c_v+0 + .byte W48 + .byte c_v-6 + .byte W06 + .byte c_v+0 + .byte W18 + .byte c_v-8 + .byte W06 + .byte c_v+0 + .byte W18 + .byte c_v+0 + .byte W72 + .byte PATT + .word bgm_m_dungon_7_000 + .byte W24 + .byte EOT , As3 + .byte W30 + .byte N03 , As3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Bn3 + .byte W03 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N84 , Gs3 + .byte W60 + .byte W24 + .byte N06 , Ds4 + .byte W06 + .byte Cn4 + .byte W12 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn3 , v100 + .byte W06 + .byte Ds3 + .byte W06 + .byte An2 , v096 + .byte W06 + .byte Cn3 , v092 + .byte W06 + .byte Fs2 , v080 + .byte W06 + .byte An2 , v076 + .byte W06 + .byte N04 , Cn3 , v072 + .byte W04 + .byte Ds3 , v076 + .byte W04 + .byte Fs3 , v080 + .byte W04 + .byte Cn4 , v088 + .byte W04 + .byte Ds4 , v096 + .byte W04 + .byte N08 , Fn4 , v112 + .byte W76 + .byte GOTO + .word bgm_m_dungon_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_m_dungon_8: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_8_B1: + .byte VOICE , 0 + .byte VOL , 65*bgm_m_dungon_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N48 , An2 , v112 + .byte W72 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_m_dungon_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_m_dungon_9: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_9_B1: + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte VOL , 43*bgm_m_dungon_mvl/mxv + .byte BEND , c_v+2 + .byte W18 + .byte N03 , En1 , v112 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W24 + .byte MOD , 24 + .byte W18 + .byte 0 + .byte N03 , En1 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W24 +bgm_m_dungon_9_000: + .byte MOD , 24 + .byte W18 + .byte 0 + .byte N03 , En1 , v112 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W24 + .byte MOD , 24 + .byte W18 + .byte 0 + .byte N03 , En1 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_m_dungon_9_000 + .byte PATT + .word bgm_m_dungon_9_000 +bgm_m_dungon_9_001: + .byte W18 + .byte N03 , En1 , v112 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W42 + .byte N03 , En1 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , Gn1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_m_dungon_9_001 + .byte PATT + .word bgm_m_dungon_9_001 + .byte PATT + .word bgm_m_dungon_9_001 + .byte W18 + .byte N03 , En1 , v112 + .byte W03 + .byte Fs1 + .byte W03 + .byte N42 , As1 + .byte W42 + .byte N03 , Gn1 + .byte W03 + .byte An1 + .byte W03 + .byte N42 , As1 + .byte W24 +bgm_m_dungon_9_002: + .byte W18 + .byte N03 , Gn1 , v112 + .byte W03 + .byte An1 + .byte W03 + .byte N42 , As1 + .byte W42 + .byte N03 , Gn1 + .byte W03 + .byte An1 + .byte W03 + .byte N42 , As1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_m_dungon_9_002 + .byte PATT + .word bgm_m_dungon_9_002 + .byte PATT + .word bgm_m_dungon_9_002 + .byte PATT + .word bgm_m_dungon_9_002 + .byte PATT + .word bgm_m_dungon_9_002 + .byte PATT + .word bgm_m_dungon_9_002 + .byte W18 + .byte N03 , Gn1 , v112 + .byte W03 + .byte An1 + .byte W72 + .byte W03 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_m_dungon_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_m_dungon_10: + .byte KEYSH , bgm_m_dungon_key+0 +bgm_m_dungon_10_B1: + .byte VOICE , 14 + .byte PAN , c_v+0 + .byte VOL , 70*bgm_m_dungon_mvl/mxv + .byte W24 + .byte PAN , c_v-32 + .byte BEND , c_v+0 + .byte N48 , Gn2 , v112 + .byte W24 + .byte BEND , c_v-2 + .byte W02 + .byte c_v-5 + .byte W03 + .byte c_v-10 + .byte W03 + .byte c_v-15 + .byte W04 + .byte c_v-16 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-23 + .byte W07 + .byte PAN , c_v+32 + .byte BEND , c_v-5 + .byte N48 , Gn2 , v100 + .byte W24 + .byte BEND , c_v-7 + .byte W02 + .byte c_v-12 + .byte W03 + .byte c_v-17 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v-22 + .byte W02 + .byte c_v-24 + .byte W03 + .byte c_v-27 + .byte W03 + .byte c_v-28 + .byte W04 + .byte PAN , c_v-32 + .byte BEND , c_v-9 + .byte N48 , Gn2 , v080 + .byte W24 + .byte BEND , c_v-12 + .byte W02 + .byte c_v-15 + .byte W03 + .byte c_v-20 + .byte W03 + .byte c_v-26 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-32 + .byte W03 + .byte c_v-37 + .byte W03 + .byte c_v-38 + .byte W04 + .byte c_v-14 + .byte N48 , Gn2 , v084 + .byte W24 + .byte W24 + .byte BEND , c_v-21 + .byte N48 , Gn2 , v048 + .byte W06 + .byte BEND , c_v-23 + .byte W06 + .byte c_v-25 + .byte W02 + .byte c_v-28 + .byte W03 + .byte c_v-30 + .byte W03 + .byte c_v-34 + .byte W04 + .byte c_v-36 + .byte W02 + .byte c_v-39 + .byte W03 + .byte c_v-41 + .byte W03 + .byte c_v-43 + .byte W04 + .byte c_v-46 + .byte W02 + .byte c_v-48 + .byte W03 + .byte c_v-51 + .byte W03 + .byte c_v-54 + .byte W04 + .byte c_v+0 + .byte W24 + .byte W24 + .byte PAN , c_v+32 + .byte W48 + .byte c_v-32 + .byte W24 + .byte W24 + .byte c_v-32 + .byte BEND , c_v+0 + .byte N48 , Gn3 , v112 + .byte W24 + .byte BEND , c_v-2 + .byte W02 + .byte c_v-5 + .byte W03 + .byte c_v-10 + .byte W03 + .byte c_v-15 + .byte W04 + .byte c_v-16 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-23 + .byte W07 + .byte PAN , c_v+32 + .byte BEND , c_v-5 + .byte N48 , Gn3 , v100 + .byte W24 + .byte BEND , c_v-7 + .byte W02 + .byte c_v-12 + .byte W03 + .byte c_v-17 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v-22 + .byte W02 + .byte c_v-24 + .byte W03 + .byte c_v-27 + .byte W03 + .byte c_v-28 + .byte W04 + .byte PAN , c_v-32 + .byte BEND , c_v-9 + .byte N48 , Gn3 , v080 + .byte W24 + .byte BEND , c_v-12 + .byte W02 + .byte c_v-15 + .byte W03 + .byte c_v-20 + .byte W03 + .byte c_v-26 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-32 + .byte W03 + .byte c_v-37 + .byte W03 + .byte c_v-38 + .byte W04 + .byte PAN , c_v+32 + .byte BEND , c_v-14 + .byte N48 , Gn3 , v084 + .byte W24 + .byte W24 + .byte PAN , c_v-32 + .byte BEND , c_v-21 + .byte N48 , Gn3 , v048 + .byte W06 + .byte BEND , c_v-23 + .byte W06 + .byte c_v-25 + .byte W02 + .byte c_v-28 + .byte W03 + .byte c_v-30 + .byte W03 + .byte c_v-34 + .byte W04 + .byte c_v-36 + .byte W02 + .byte c_v-39 + .byte W03 + .byte c_v-41 + .byte W03 + .byte c_v-43 + .byte W04 + .byte c_v-46 + .byte W02 + .byte c_v-48 + .byte W03 + .byte c_v-51 + .byte W03 + .byte c_v-54 + .byte W04 + .byte c_v+0 + .byte W24 + .byte W24 + .byte N48 , Gn2 , v127 + .byte W24 + .byte BEND , c_v-2 + .byte W02 + .byte c_v-3 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-8 + .byte W04 + .byte c_v-9 + .byte W02 + .byte c_v-11 + .byte W03 + .byte c_v-12 + .byte W03 + .byte c_v-14 + .byte W04 + .byte PAN , c_v+32 + .byte BEND , c_v+0 + .byte N48 , Gn2 , v096 + .byte W21 + .byte BEND , c_v-5 + .byte W03 + .byte W02 + .byte c_v-10 + .byte W03 + .byte c_v-13 + .byte W03 + .byte c_v-18 + .byte W04 + .byte c_v-23 + .byte W02 + .byte c_v-28 + .byte W03 + .byte c_v-30 + .byte W03 + .byte c_v-35 + .byte W04 + .byte PAN , c_v-32 + .byte BEND , c_v+0 + .byte N24 , As2 , v112 + .byte W24 + .byte BEND , c_v-3 + .byte N24 , Fn2 + .byte W02 + .byte BEND , c_v-7 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-12 + .byte W04 + .byte c_v-17 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-23 + .byte W03 + .byte c_v-29 + .byte W04 + .byte PAN , c_v+31 + .byte BEND , c_v+0 + .byte N24 , As2 , v096 + .byte W24 + .byte BEND , c_v-3 + .byte N24 , Fn2 , v092 + .byte W02 + .byte BEND , c_v-7 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-12 + .byte W04 + .byte c_v-17 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-23 + .byte W03 + .byte c_v-29 + .byte W04 + .byte PAN , c_v-32 + .byte BEND , c_v+0 + .byte N24 , As2 , v080 + .byte W24 + .byte BEND , c_v-3 + .byte N24 , Fn2 + .byte W02 + .byte BEND , c_v-7 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-12 + .byte W04 + .byte c_v-17 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-23 + .byte W03 + .byte c_v-29 + .byte W04 + .byte PAN , c_v+31 + .byte BEND , c_v+0 + .byte N24 , As2 , v072 + .byte W24 + .byte BEND , c_v-3 + .byte N24 , Fn2 , v060 + .byte W02 + .byte BEND , c_v-7 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-12 + .byte W04 + .byte c_v-17 + .byte W02 + .byte c_v-21 + .byte W03 + .byte c_v-23 + .byte W03 + .byte c_v-29 + .byte W04 + .byte c_v+0 + .byte W72 + .byte W96 + .byte W24 + .byte N72 , As3 , v112 + .byte W06 + .byte BEND , c_v-32 + .byte W03 + .byte c_v+12 + .byte W03 + .byte c_v+0 + .byte W24 + .byte c_v-6 + .byte W02 + .byte c_v-8 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-16 + .byte W06 + .byte c_v-18 + .byte W03 + .byte c_v-24 + .byte W03 + .byte c_v-30 + .byte W04 + .byte c_v-34 + .byte W02 + .byte c_v-42 + .byte W03 + .byte c_v-44 + .byte W07 + .byte c_v+0 + .byte N48 , As2 + .byte W06 + .byte BEND , c_v-22 + .byte W03 + .byte c_v+18 + .byte W06 + .byte c_v+0 + .byte W32 + .byte W01 + .byte N48 , Fs3 + .byte W48 + .byte N24 , Ds3 + .byte W24 + .byte VOL , 61*bgm_m_dungon_mvl/mxv + .byte N48 , As3 + .byte W48 + .byte BEND , c_v-4 + .byte N48 , Bn3 + .byte W02 + .byte BEND , c_v-6 + .byte W03 + .byte c_v-8 + .byte W03 + .byte c_v-9 + .byte W06 + .byte c_v-11 + .byte W06 + .byte c_v-13 + .byte W04 + .byte c_v-15 + .byte W02 + .byte c_v-18 + .byte W03 + .byte c_v-24 + .byte W03 + .byte c_v-36 + .byte W04 + .byte c_v-42 + .byte W02 + .byte c_v-46 + .byte W10 + .byte c_v+0 + .byte N24 , Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte Dn4 + .byte W24 + .byte N48 , As4 + .byte W06 + .byte VOL , 61*bgm_m_dungon_mvl/mxv + .byte W06 + .byte 58*bgm_m_dungon_mvl/mxv + .byte W05 + .byte 51*bgm_m_dungon_mvl/mxv + .byte W07 + .byte 47*bgm_m_dungon_mvl/mxv + .byte W05 + .byte 39*bgm_m_dungon_mvl/mxv + .byte W07 + .byte 27*bgm_m_dungon_mvl/mxv + .byte W05 + .byte 15*bgm_m_dungon_mvl/mxv + .byte W07 + .byte 2*bgm_m_dungon_mvl/mxv + .byte W24 + .byte 63*bgm_m_dungon_mvl/mxv + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_m_dungon_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_m_dungon: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_m_dungon_pri @ Priority + .byte bgm_m_dungon_rev @ Reverb. + + .word bgm_m_dungon_grp + + .word bgm_m_dungon_1 + .word bgm_m_dungon_2 + .word bgm_m_dungon_3 + .word bgm_m_dungon_4 + .word bgm_m_dungon_5 + .word bgm_m_dungon_6 + .word bgm_m_dungon_7 + .word bgm_m_dungon_8 + .word bgm_m_dungon_9 + .word bgm_m_dungon_10 + + .end diff --git a/sound/songs/bgm_maborosi.s b/sound/songs/bgm_maborosi.s new file mode 100644 index 000000000..42e6757a2 --- /dev/null +++ b/sound/songs/bgm_maborosi.s @@ -0,0 +1,1421 @@ + .include "MPlayDef.s" + + .equ bgm_maborosi_grp, voicegroup_8447DF0 + .equ bgm_maborosi_pri, 0 + .equ bgm_maborosi_rev, reverb_set+50 + .equ bgm_maborosi_mvl, 127 + .equ bgm_maborosi_key, 0 + .equ bgm_maborosi_tbs, 1 + .equ bgm_maborosi_exg, 0 + .equ bgm_maborosi_cmp, 1 + + .section .rodata + .global bgm_maborosi + .align 2 + +@********************** Track 1 **********************@ + +bgm_maborosi_1: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_1_B1: + .byte TEMPO , 140*bgm_maborosi_tbs/2 + .byte VOICE , 46 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 100*bgm_maborosi_mvl/mxv + .byte PAN , c_v+0 + .byte W72 + .byte W72 + .byte W72 + .byte W60 + .byte N06 , An2 , v064 + .byte W06 + .byte As2 + .byte W06 + .byte VOICE , 60 + .byte N60 , Bn2 , v080 + .byte W60 + .byte N06 , Cs3 + .byte W06 + .byte En3 + .byte W06 + .byte N60 , As3 + .byte W60 + .byte N06 , Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte TIE , Fn3 + .byte W72 + .byte W48 + .byte EOT + .byte N12 , Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N60 , Fs3 + .byte W60 + .byte N06 , An3 + .byte W06 + .byte As3 + .byte W06 + .byte N60 , Bn3 + .byte W60 + .byte N06 , Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte W06 + .byte N60 , As3 + .byte W60 + .byte N06 , Bn3 + .byte W06 + .byte N60 , Cn4 + .byte W60 + .byte N06 , Bn3 , v064 + .byte W06 + .byte As3 + .byte W06 + .byte N72 , Gs3 + .byte W72 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte Gs3 + .byte W24 + .byte W72 + .byte W72 + .byte VOICE , 14 + .byte N60 , Fs3 , v060 + .byte W60 + .byte N06 , Dn3 , v064 + .byte W12 + .byte N60 , Fs3 + .byte W60 + .byte N06 , Dn3 + .byte W12 + .byte N72 , As3 + .byte W72 + .byte VOICE , 73 + .byte N06 , Fn4 , v048 + .byte W12 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte N60 , Bn4 + .byte W60 + .byte N06 , Cn5 , v040 + .byte W06 + .byte Cs5 + .byte W06 + .byte N60 , Dn5 + .byte W60 + .byte N06 , Bn4 + .byte W12 + .byte N48 , Cs5 + .byte W48 + .byte N06 , Ds5 , v064 + .byte W12 + .byte Bn4 , v040 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N06 , Gs4 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte N06 , Gs4 + .byte W12 + .byte N60 , Dn4 , v048 + .byte W60 + .byte N06 , Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N24 , Gs3 + .byte W24 + .byte As3 + .byte W24 + .byte Bn3 + .byte W24 + .byte N60 , Cn4 + .byte W60 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N60 , Cn4 + .byte W60 + .byte VOICE , 60 + .byte N06 , An2 + .byte W06 + .byte As2 + .byte W06 + .byte GOTO + .word bgm_maborosi_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_maborosi_2: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_2_B1: + .byte VOICE , 46 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 84*bgm_maborosi_mvl/mxv + .byte PAN , c_v-32 + .byte N06 , Bn2 , v064 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 +bgm_maborosi_2_000: + .byte PAN , c_v-16 + .byte N06 , Fs4 , v064 + .byte W12 + .byte Gs4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Gs5 + .byte W12 + .byte PEND +bgm_maborosi_2_001: + .byte PAN , c_v+48 + .byte N06 , As5 , v064 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 + .byte W12 + .byte Ds5 + .byte W12 + .byte N06 + .byte W12 + .byte Cs5 + .byte W12 + .byte PEND + .byte PAN , c_v+24 + .byte N04 , As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte PAN , c_v-32 + .byte N06 , Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte PATT + .word bgm_maborosi_2_000 + .byte PATT + .word bgm_maborosi_2_001 + .byte PAN , c_v+27 + .byte N04 , As4 , v064 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W08 + .byte PAN , c_v-32 + .byte N06 , Dn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte PAN , c_v-16 + .byte N06 , Gs4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Gs5 + .byte W12 + .byte Bn5 + .byte W12 + .byte PAN , c_v+48 + .byte N06 , Cs6 + .byte W12 + .byte Gs5 + .byte W12 + .byte N06 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 + .byte W12 + .byte Ds5 + .byte W12 + .byte PAN , c_v+32 + .byte N04 , Cn5 + .byte W08 + .byte As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , Fn4 + .byte W08 + .byte Cn4 + .byte W04 + .byte VOICE , 47 + .byte PAN , c_v-32 + .byte N06 , Fs1 + .byte W06 + .byte Fs1 , v048 + .byte W06 + .byte PAN , c_v+34 + .byte VOL , 100*bgm_maborosi_mvl/mxv + .byte N12 , Bn1 , v064 + .byte W60 + .byte PAN , c_v-32 + .byte N06 , Fs1 + .byte W06 + .byte Fs1 , v044 + .byte W06 + .byte PAN , c_v+31 + .byte N06 , Bn1 , v032 + .byte W12 + .byte N06 + .byte W12 + .byte Bn1 , v040 + .byte W12 + .byte Bn1 , v048 + .byte W12 + .byte Bn1 , v068 + .byte W12 + .byte PAN , c_v-32 + .byte N06 , Ds1 , v084 + .byte W06 + .byte Ds1 , v064 + .byte W06 + .byte PAN , c_v+31 + .byte N12 , As1 + .byte W60 + .byte PAN , c_v-32 + .byte N06 , Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v+31 + .byte N12 , Cn2 + .byte W24 + .byte PAN , c_v-33 + .byte N06 , Fs1 , v048 + .byte W12 + .byte PAN , c_v+30 + .byte N06 , Fs2 , v064 + .byte W12 + .byte PAN , c_v-33 + .byte N12 , Fs1 , v048 + .byte W12 + .byte N06 , Fs1 , v044 + .byte W12 + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte N60 , Fs4 , v064 + .byte W60 + .byte N03 , Gs4 , v036 + .byte W03 + .byte An4 , v040 + .byte W03 + .byte Bn4 , v044 + .byte W03 + .byte Cs5 , v048 + .byte W03 + .byte VOL , 85*bgm_maborosi_mvl/mxv + .byte N60 , Dn5 , v064 + .byte W60 + .byte N06 , Bn4 + .byte W12 + .byte N60 , Cs5 + .byte W60 + .byte N06 , Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Fn4 , v044 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Bn4 , v064 + .byte W06 + .byte Fn4 , v044 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cn5 , v064 + .byte W06 + .byte Fn4 , v044 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N60 , Dn5 , v064 + .byte W60 + .byte N06 , Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N60 , Fs5 + .byte W60 + .byte N06 , Ds5 + .byte W12 + .byte N48 , Fn5 + .byte W48 + .byte N06 , Fs5 + .byte W12 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , As4 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N06 , Bn4 + .byte W12 +bgm_maborosi_2_002: + .byte N60 , As4 , v064 + .byte W60 + .byte N06 , Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte PEND + .byte N24 , Fn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Gs4 + .byte W24 + .byte PATT + .word bgm_maborosi_2_002 + .byte N60 , Fn4 , v064 + .byte W72 + .byte GOTO + .word bgm_maborosi_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_maborosi_3: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_3_B1: + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 73*bgm_maborosi_mvl/mxv + .byte PAN , c_v+18 + .byte N12 , Fs4 , v024 + .byte W12 + .byte Gs4 , v028 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte Gs4 , v036 + .byte W12 + .byte Fs4 , v040 + .byte W12 + .byte Gs4 , v044 + .byte W12 +bgm_maborosi_3_000: + .byte N12 , Fs4 , v048 + .byte W12 + .byte Gs4 , v052 + .byte W12 + .byte Fs4 , v056 + .byte W12 + .byte Gs4 , v060 + .byte W12 + .byte Fs4 , v064 + .byte W12 + .byte Gs4 , v068 + .byte W12 + .byte PEND +bgm_maborosi_3_001: + .byte N12 , Fn4 , v072 + .byte W12 + .byte As4 , v068 + .byte W12 + .byte Fn4 , v064 + .byte W12 + .byte As4 , v060 + .byte W12 + .byte Fn4 , v056 + .byte W12 + .byte As4 , v048 + .byte W12 + .byte PEND +bgm_maborosi_3_002: + .byte N12 , Fn4 , v044 + .byte W12 + .byte As4 , v040 + .byte W12 + .byte Fn4 , v036 + .byte W12 + .byte As4 , v028 + .byte W12 + .byte Fn4 , v024 + .byte W12 + .byte As4 , v020 + .byte W12 + .byte PEND +bgm_maborosi_3_003: + .byte N12 , Fs4 , v024 + .byte W12 + .byte Gs4 , v028 + .byte W12 + .byte Fs4 , v032 + .byte W12 + .byte Gs4 , v036 + .byte W12 + .byte Fs4 , v040 + .byte W12 + .byte Gs4 , v044 + .byte W12 + .byte PEND + .byte PATT + .word bgm_maborosi_3_000 + .byte N12 , Fn4 , v076 + .byte W12 + .byte As4 , v072 + .byte W12 + .byte Fn4 , v064 + .byte W12 + .byte As4 , v060 + .byte W12 + .byte Fn4 , v056 + .byte W12 + .byte As4 , v052 + .byte W12 + .byte Fn4 , v048 + .byte W12 + .byte As4 , v044 + .byte W12 + .byte Fn4 , v040 + .byte W12 + .byte As4 , v032 + .byte W12 + .byte Fn4 , v028 + .byte W12 + .byte As4 , v024 + .byte W12 + .byte PATT + .word bgm_maborosi_3_003 + .byte PATT + .word bgm_maborosi_3_000 +bgm_maborosi_3_004: + .byte N12 , Fn4 , v072 + .byte W12 + .byte As4 , v068 + .byte W12 + .byte Fn4 , v064 + .byte W12 + .byte As4 , v060 + .byte W12 + .byte Fn4 , v056 + .byte W12 + .byte As4 , v052 + .byte W12 + .byte PEND + .byte Fn4 , v044 + .byte W12 + .byte As4 , v040 + .byte W12 + .byte Fn4 , v036 + .byte W12 + .byte As4 , v032 + .byte W12 + .byte Fn4 , v028 + .byte W12 + .byte As4 , v024 + .byte W12 + .byte PATT + .word bgm_maborosi_3_003 + .byte PATT + .word bgm_maborosi_3_000 + .byte PATT + .word bgm_maborosi_3_004 + .byte N12 , Fn4 , v044 + .byte W12 + .byte As4 , v040 + .byte W12 + .byte Fn4 , v036 + .byte W12 + .byte As4 , v032 + .byte W12 + .byte Fn4 , v028 + .byte W12 + .byte As4 , v020 + .byte W12 + .byte PATT + .word bgm_maborosi_3_003 + .byte PATT + .word bgm_maborosi_3_000 + .byte PATT + .word bgm_maborosi_3_004 + .byte N12 , Fn4 , v048 + .byte W12 + .byte As4 , v044 + .byte W12 + .byte Fn4 , v036 + .byte W12 + .byte As4 , v032 + .byte W12 + .byte Fn4 , v028 + .byte W12 + .byte As4 , v024 + .byte W12 + .byte PATT + .word bgm_maborosi_3_003 + .byte PATT + .word bgm_maborosi_3_000 + .byte N12 , Fn4 , v076 + .byte W12 + .byte As4 , v072 + .byte W12 + .byte Fn4 , v068 + .byte W12 + .byte As4 , v060 + .byte W12 + .byte Fn4 , v056 + .byte W12 + .byte As4 , v052 + .byte W12 + .byte Fn4 , v048 + .byte W12 + .byte As4 , v044 + .byte W12 + .byte Fn4 , v040 + .byte W12 + .byte As4 , v036 + .byte W12 + .byte Fn4 , v032 + .byte W12 + .byte As4 , v028 + .byte W12 + .byte PATT + .word bgm_maborosi_3_003 + .byte PATT + .word bgm_maborosi_3_000 + .byte PATT + .word bgm_maborosi_3_001 + .byte PATT + .word bgm_maborosi_3_002 + .byte GOTO + .word bgm_maborosi_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_maborosi_4: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_4_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 50*bgm_maborosi_mvl/mxv + .byte PAN , c_v-62 + .byte TIE , Dn3 , v064 + .byte W72 + .byte W60 + .byte EOT + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 +bgm_maborosi_4_000: + .byte N60 , Fn3 , v064 + .byte W60 + .byte N06 , Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte PEND +bgm_maborosi_4_001: + .byte N60 , Cn3 , v064 + .byte W60 + .byte N06 , Bn2 + .byte W06 + .byte Cs3 + .byte W06 + .byte PEND + .byte TIE , Dn3 + .byte W72 + .byte W66 + .byte EOT + .byte N06 , Cs3 + .byte W06 +bgm_maborosi_4_002: + .byte N60 , Cn3 , v064 + .byte W60 + .byte N06 , As2 + .byte W06 + .byte Gs2 + .byte W06 + .byte PEND +bgm_maborosi_4_003: + .byte N66 , Fn2 , v064 + .byte W66 + .byte N06 , Fs2 + .byte W06 + .byte PEND + .byte TIE , Gn2 + .byte W72 + .byte W60 + .byte EOT + .byte N06 , Cs3 + .byte W06 + .byte Ds3 + .byte W06 +bgm_maborosi_4_004: + .byte N60 , Fs3 , v064 + .byte W60 + .byte N06 , Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte PEND + .byte N72 , Fn3 + .byte W72 + .byte TIE , Dn3 + .byte W72 + .byte W60 + .byte EOT + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte PATT + .word bgm_maborosi_4_000 + .byte PATT + .word bgm_maborosi_4_001 + .byte TIE , Dn3 , v064 + .byte W72 + .byte W66 + .byte EOT + .byte N06 , Cs3 + .byte W06 + .byte PATT + .word bgm_maborosi_4_002 + .byte PATT + .word bgm_maborosi_4_003 + .byte TIE , Gn2 , v064 + .byte W72 + .byte W60 + .byte EOT + .byte N06 , Cs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte PATT + .word bgm_maborosi_4_004 + .byte N72 , Fn3 , v064 + .byte W72 + .byte TIE , Dn3 + .byte W72 + .byte W60 + .byte EOT + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte PATT + .word bgm_maborosi_4_000 + .byte PATT + .word bgm_maborosi_4_001 + .byte GOTO + .word bgm_maborosi_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_maborosi_5: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_5_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 50*bgm_maborosi_mvl/mxv + .byte PAN , c_v+63 + .byte TIE , Gs3 , v064 + .byte W72 + .byte W60 + .byte EOT + .byte N06 + .byte W06 + .byte An3 + .byte W06 + .byte TIE , As3 + .byte W72 + .byte W66 + .byte EOT + .byte N06 , An3 + .byte W06 +bgm_maborosi_5_000: + .byte N60 , Gs3 , v064 + .byte W60 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte PEND +bgm_maborosi_5_001: + .byte N60 , Dn4 , v064 + .byte W60 + .byte N12 , Bn3 + .byte W12 + .byte PEND +bgm_maborosi_5_002: + .byte N60 , Cs4 , v064 + .byte W60 + .byte N12 , As3 + .byte W12 + .byte PEND +bgm_maborosi_5_003: + .byte N66 , Cn4 , v064 + .byte W66 + .byte N06 , Fn3 + .byte W06 + .byte PEND +bgm_maborosi_5_004: + .byte N60 , Fs3 , v064 + .byte W60 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte PEND + .byte PATT + .word bgm_maborosi_5_001 +bgm_maborosi_5_005: + .byte N60 , Cs4 , v064 + .byte W60 + .byte N06 , Ds4 + .byte W06 + .byte Cs4 + .byte W06 + .byte PEND + .byte N72 , Cn4 + .byte W72 + .byte TIE , Gs3 + .byte W72 + .byte W60 + .byte EOT + .byte N06 + .byte W06 + .byte An3 + .byte W06 + .byte TIE , As3 + .byte W72 + .byte W66 + .byte EOT + .byte N06 , An3 + .byte W06 + .byte PATT + .word bgm_maborosi_5_000 + .byte PATT + .word bgm_maborosi_5_001 + .byte PATT + .word bgm_maborosi_5_002 + .byte PATT + .word bgm_maborosi_5_003 + .byte PATT + .word bgm_maborosi_5_004 + .byte PATT + .word bgm_maborosi_5_001 + .byte PATT + .word bgm_maborosi_5_005 + .byte N72 , Cn4 , v064 + .byte W72 + .byte TIE , Gs3 + .byte W72 + .byte W60 + .byte EOT + .byte N06 + .byte W06 + .byte An3 + .byte W06 + .byte TIE , As3 + .byte W72 + .byte W66 + .byte EOT + .byte N06 , An3 + .byte W06 + .byte GOTO + .word bgm_maborosi_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_maborosi_6: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_6_B1: + .byte VOICE , 0 + .byte VOL , 93*bgm_maborosi_mvl/mxv + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte N48 , An2 , v052 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_maborosi_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_maborosi_7: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_7_B1: + .byte VOICE , 87 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 75*bgm_maborosi_mvl/mxv + .byte BEND , c_v+0 + .byte N60 , Bn1 , v064 + .byte W60 + .byte N06 , Fs1 + .byte W12 +bgm_maborosi_7_000: + .byte N24 , Bn1 , v064 + .byte W24 + .byte N06 + .byte W12 + .byte Fs1 + .byte W12 + .byte N03 , As1 + .byte W03 + .byte N09 , Bn1 + .byte W09 + .byte N06 , An1 + .byte W06 + .byte Gn1 + .byte W06 + .byte PEND +bgm_maborosi_7_001: + .byte N60 , Fs1 , v064 + .byte W60 + .byte N06 , Cn1 + .byte W12 + .byte PEND +bgm_maborosi_7_002: + .byte N30 , Fs1 , v064 + .byte W36 + .byte N06 , Cn1 + .byte W12 + .byte N03 , Fn1 + .byte W03 + .byte N09 , Fs1 + .byte W09 + .byte N06 , Gs1 + .byte W06 + .byte As1 + .byte W06 + .byte PEND +bgm_maborosi_7_003: + .byte N60 , Bn1 , v064 + .byte W60 + .byte N06 , Fs1 + .byte W06 + .byte Gs1 + .byte W06 + .byte PEND + .byte PATT + .word bgm_maborosi_7_000 + .byte PATT + .word bgm_maborosi_7_001 + .byte N24 , Fs1 , v064 + .byte W24 + .byte N06 + .byte W12 + .byte Cn1 + .byte W12 + .byte N03 , Fn1 + .byte W03 + .byte N09 , Fs1 + .byte W09 + .byte N06 , Dn1 + .byte W06 + .byte Fs1 + .byte W06 +bgm_maborosi_7_004: + .byte N60 , Gn1 , v064 + .byte W60 + .byte N06 , Bn0 + .byte W12 + .byte PEND +bgm_maborosi_7_005: + .byte N48 , Gn1 , v064 + .byte W48 + .byte N06 , Bn0 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte PEND +bgm_maborosi_7_006: + .byte N48 , Fs1 , v064 + .byte W48 + .byte N06 , Cs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte N36 , Fs1 + .byte W36 + .byte N06 , Cn1 + .byte W12 + .byte N12 , Fs1 + .byte W12 + .byte N06 , As1 + .byte W12 +bgm_maborosi_7_007: + .byte N60 , Bn1 , v064 + .byte W60 + .byte N06 , Fs1 + .byte W12 + .byte PEND + .byte N24 , Bn1 + .byte W24 + .byte N06 + .byte W12 + .byte Fs1 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte N06 , An1 + .byte W06 + .byte Gn1 + .byte W06 + .byte PATT + .word bgm_maborosi_7_001 + .byte N30 , Fs1 , v064 + .byte W36 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte As1 + .byte W06 + .byte PATT + .word bgm_maborosi_7_003 + .byte N60 , Bn1 , v064 + .byte W60 + .byte N06 , An1 + .byte W06 + .byte Gn1 + .byte W06 + .byte PATT + .word bgm_maborosi_7_001 + .byte N24 , Fs1 , v064 + .byte W36 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Cn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte PATT + .word bgm_maborosi_7_004 + .byte PATT + .word bgm_maborosi_7_005 + .byte PATT + .word bgm_maborosi_7_006 + .byte N36 , Fs1 , v064 + .byte W36 + .byte N06 , Cn1 + .byte W12 + .byte N12 , Fs1 + .byte W12 + .byte N06 , Cn1 + .byte W12 + .byte PATT + .word bgm_maborosi_7_007 + .byte PATT + .word bgm_maborosi_7_000 + .byte PATT + .word bgm_maborosi_7_001 + .byte PATT + .word bgm_maborosi_7_002 + .byte GOTO + .word bgm_maborosi_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_maborosi_8: + .byte KEYSH , bgm_maborosi_key+0 +bgm_maborosi_8_B1: + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 100*bgm_maborosi_mvl/mxv + .byte PAN , c_v-17 + .byte N12 , Bn3 , v024 + .byte W12 + .byte Dn4 , v028 + .byte W12 + .byte Bn3 , v032 + .byte W12 + .byte Dn4 , v036 + .byte W12 + .byte Bn3 , v040 + .byte W12 + .byte Dn4 , v044 + .byte W12 +bgm_maborosi_8_000: + .byte N12 , Bn3 , v048 + .byte W12 + .byte Dn4 , v052 + .byte W12 + .byte Bn3 , v056 + .byte W12 + .byte Dn4 , v060 + .byte W12 + .byte Bn3 , v064 + .byte W12 + .byte Dn4 , v068 + .byte W12 + .byte PEND +bgm_maborosi_8_001: + .byte N12 , As3 , v072 + .byte W12 + .byte Cn4 , v068 + .byte W12 + .byte As3 , v064 + .byte W12 + .byte Cn4 , v060 + .byte W12 + .byte As3 , v056 + .byte W12 + .byte Cn4 , v048 + .byte W12 + .byte PEND +bgm_maborosi_8_002: + .byte N12 , As3 , v044 + .byte W12 + .byte Cn4 , v040 + .byte W12 + .byte As3 , v036 + .byte W12 + .byte Cn4 , v028 + .byte W12 + .byte As3 , v024 + .byte W12 + .byte Cn4 , v020 + .byte W12 + .byte PEND +bgm_maborosi_8_003: + .byte N12 , Bn3 , v032 + .byte W12 + .byte Dn4 , v068 + .byte W12 + .byte Bn3 , v032 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte PEND +bgm_maborosi_8_004: + .byte N12 , Bn3 , v052 + .byte W12 + .byte Dn4 , v064 + .byte W12 + .byte Bn3 , v032 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 , v036 + .byte W12 + .byte Dn4 , v048 + .byte W12 + .byte PEND +bgm_maborosi_8_005: + .byte N12 , As3 , v064 + .byte W12 + .byte Cs4 + .byte W12 + .byte As3 , v032 + .byte W12 + .byte Cs4 + .byte W12 + .byte As3 + .byte W12 + .byte Cs4 + .byte W12 + .byte PEND +bgm_maborosi_8_006: + .byte N12 , As3 , v052 + .byte W12 + .byte Cn4 , v064 + .byte W12 + .byte As3 , v032 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 , v036 + .byte W12 + .byte Cn4 , v048 + .byte W12 + .byte PEND +bgm_maborosi_8_007: + .byte N12 , Fs3 , v064 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fs3 , v032 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte PEND +bgm_maborosi_8_008: + .byte N12 , Gn3 , v052 + .byte W12 + .byte Bn3 , v064 + .byte W12 + .byte Gn3 , v032 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 , v036 + .byte W12 + .byte Bn3 , v048 + .byte W12 + .byte PEND + .byte PATT + .word bgm_maborosi_8_005 + .byte PATT + .word bgm_maborosi_8_006 +bgm_maborosi_8_009: + .byte N12 , Bn3 , v024 + .byte W12 + .byte Dn4 , v028 + .byte W12 + .byte Bn3 , v032 + .byte W12 + .byte Dn4 , v036 + .byte W12 + .byte Bn3 , v040 + .byte W12 + .byte Dn4 , v044 + .byte W12 + .byte PEND + .byte PATT + .word bgm_maborosi_8_000 + .byte N12 , As3 , v076 + .byte W12 + .byte Cn4 , v072 + .byte W12 + .byte As3 , v068 + .byte W12 + .byte Cn4 , v060 + .byte W12 + .byte As3 , v056 + .byte W12 + .byte Cn4 , v052 + .byte W12 + .byte As3 , v044 + .byte W12 + .byte Cn4 , v040 + .byte W12 + .byte As3 , v036 + .byte W12 + .byte Cn4 , v032 + .byte W12 + .byte As3 , v024 + .byte W12 + .byte Cn4 , v020 + .byte W12 + .byte PATT + .word bgm_maborosi_8_003 + .byte PATT + .word bgm_maborosi_8_004 + .byte PATT + .word bgm_maborosi_8_005 + .byte PATT + .word bgm_maborosi_8_006 + .byte PATT + .word bgm_maborosi_8_007 + .byte PATT + .word bgm_maborosi_8_008 + .byte PATT + .word bgm_maborosi_8_005 + .byte PATT + .word bgm_maborosi_8_006 + .byte PATT + .word bgm_maborosi_8_009 + .byte PATT + .word bgm_maborosi_8_000 + .byte PATT + .word bgm_maborosi_8_001 + .byte PATT + .word bgm_maborosi_8_002 + .byte GOTO + .word bgm_maborosi_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_maborosi: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_maborosi_pri @ Priority + .byte bgm_maborosi_rev @ Reverb. + + .word bgm_maborosi_grp + + .word bgm_maborosi_1 + .word bgm_maborosi_2 + .word bgm_maborosi_3 + .word bgm_maborosi_4 + .word bgm_maborosi_5 + .word bgm_maborosi_6 + .word bgm_maborosi_7 + .word bgm_maborosi_8 + + .end diff --git a/sound/songs/bgm_machi_s2.s b/sound/songs/bgm_machi_s2.s new file mode 100644 index 000000000..8d4758b10 --- /dev/null +++ b/sound/songs/bgm_machi_s2.s @@ -0,0 +1,1913 @@ + .include "MPlayDef.s" + + .equ bgm_machi_s2_grp, voicegroup_8431F98 + .equ bgm_machi_s2_pri, 0 + .equ bgm_machi_s2_rev, reverb_set+50 + .equ bgm_machi_s2_mvl, 127 + .equ bgm_machi_s2_key, 0 + .equ bgm_machi_s2_tbs, 1 + .equ bgm_machi_s2_exg, 0 + .equ bgm_machi_s2_cmp, 1 + + .section .rodata + .global bgm_machi_s2 + .align 2 + +@********************** Track 1 **********************@ + +bgm_machi_s2_1: + .byte KEYSH , bgm_machi_s2_key+0 + .byte TEMPO , 126*bgm_machi_s2_tbs/2 + .byte VOICE , 56 + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte LFOS , 40 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N12 , Ds4 , v088 + .byte W24 + .byte Fn4 + .byte W24 + .byte N18 , Gn4 + .byte W18 + .byte Gs4 + .byte W18 + .byte N12 , As4 + .byte W12 +bgm_machi_s2_1_B1: + .byte VOICE , 56 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte N12 , Gs4 , v088 + .byte W24 + .byte N06 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte Gn4 + .byte W24 + .byte N06 + .byte W06 + .byte Gs4 + .byte W06 + .byte N12 , Gn4 + .byte W12 + .byte N42 , Fn4 + .byte W15 + .byte MOD , 5 + .byte W09 + .byte VOL , 70*bgm_machi_s2_mvl/mxv + .byte W05 + .byte 55*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 30*bgm_machi_s2_mvl/mxv + .byte W05 + .byte 6*bgm_machi_s2_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W18 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte N12 , Gs4 + .byte W12 + .byte Cs5 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W24 + .byte N06 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Fn4 + .byte W24 + .byte N06 + .byte W06 + .byte Gn4 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N32 , Gn4 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte VOL , 70*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 60*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 42*bgm_machi_s2_mvl/mxv + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte N06 , Fn4 + .byte W12 + .byte N36 , Ds4 + .byte W12 + .byte MOD , 5 + .byte W06 + .byte VOL , 70*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 59*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 50*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 34*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 11*bgm_machi_s2_mvl/mxv + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte N12 , Cn5 + .byte W24 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte As4 + .byte W24 + .byte N06 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , As4 + .byte W12 + .byte N42 , Gs4 + .byte W15 + .byte MOD , 5 + .byte W09 + .byte VOL , 70*bgm_machi_s2_mvl/mxv + .byte W05 + .byte 55*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 30*bgm_machi_s2_mvl/mxv + .byte W05 + .byte 6*bgm_machi_s2_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W18 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte N12 , Fn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W24 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Cn5 + .byte W24 + .byte N06 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N32 , As4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte VOL , 70*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 60*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 42*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 80*bgm_machi_s2_mvl/mxv + .byte MOD , 0 + .byte N06 , Cn5 + .byte W12 + .byte N36 , Cs5 + .byte W15 + .byte MOD , 4 + .byte W03 + .byte VOL , 71*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 59*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 48*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 42*bgm_machi_s2_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 31*bgm_machi_s2_mvl/mxv + .byte W12 + .byte VOICE , 1 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte PAN , c_v-7 + .byte N18 , Gs3 , v092 + .byte W18 + .byte PAN , c_v+0 + .byte N12 , Ds2 , v100 + .byte W18 + .byte N24 , Gs2 + .byte W24 + .byte N12 , Cn4 , v092 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte PAN , c_v-7 + .byte N18 , Cn4 + .byte W18 + .byte PAN , c_v+0 + .byte N12 , Fn2 , v100 + .byte W18 + .byte N24 , An2 + .byte W24 + .byte N12 , An3 , v092 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte PAN , c_v-7 + .byte N18 , As3 + .byte W18 + .byte PAN , c_v+0 + .byte N12 , Fn2 , v100 + .byte W18 + .byte N24 , As2 + .byte W24 + .byte PAN , c_v-8 + .byte N12 , Fn3 , v092 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte As3 + .byte W24 + .byte Gs3 + .byte W24 + .byte Gn3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Ds3 + .byte W12 + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte N54 , Ds5 , v112 + .byte W15 + .byte MOD , 4 + .byte W36 + .byte W03 + .byte 0 + .byte W06 + .byte N12 + .byte W12 + .byte Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N54 , Fn5 + .byte W18 + .byte MOD , 4 + .byte W36 + .byte 0 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N54 , Cs5 + .byte W18 + .byte MOD , 4 + .byte W36 + .byte 0 + .byte W06 + .byte N12 + .byte W12 + .byte Cn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte As4 + .byte W24 + .byte Cn5 + .byte W24 + .byte N18 , Cs5 + .byte W18 + .byte Cn5 + .byte W18 + .byte N12 , As4 + .byte W12 + .byte GOTO + .word bgm_machi_s2_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_machi_s2_2: + .byte KEYSH , bgm_machi_s2_key+0 + .byte VOICE , 35 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte PAN , c_v+15 + .byte BEND , c_v+0 + .byte N18 , Gn1 , v127 + .byte W24 + .byte Gs1 + .byte W24 + .byte As1 + .byte W18 + .byte Gs1 + .byte W18 + .byte N12 , Gn1 + .byte W12 +bgm_machi_s2_2_B1: +bgm_machi_s2_2_000: + .byte N12 , Gs1 , v127 + .byte W24 + .byte N24 , Ds1 + .byte W24 + .byte N12 , Gn1 + .byte W24 + .byte N24 , Ds1 + .byte W24 + .byte PEND +bgm_machi_s2_2_001: + .byte N24 , Fn1 , v127 + .byte W24 + .byte Gs1 + .byte W24 + .byte N06 , Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cn2 + .byte W12 + .byte PEND + .byte As1 + .byte W24 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Cs2 + .byte W24 + .byte N24 , Gs1 + .byte W24 + .byte Gn1 + .byte W24 + .byte As1 + .byte W24 + .byte N06 , Ds2 + .byte W12 + .byte N12 , Ds1 + .byte W12 + .byte As1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_machi_s2_2_000 + .byte PATT + .word bgm_machi_s2_2_001 + .byte N12 , As1 , v127 + .byte W24 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Gs1 + .byte W24 + .byte N24 , Fn1 + .byte W24 + .byte N92 , Ds1 + .byte W72 + .byte W03 + .byte VOL , 73*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 66*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 56*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 47*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 27*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 80*bgm_machi_s2_mvl/mxv + .byte N12 , Gs1 + .byte W18 + .byte Cn2 + .byte W18 + .byte Ds2 + .byte W12 + .byte N48 , Gs1 + .byte W48 + .byte N12 , Fn1 + .byte W18 + .byte An1 + .byte W18 + .byte Cn2 + .byte W12 + .byte N48 , Fn1 + .byte W48 + .byte N12 , As1 + .byte W18 + .byte Fn1 + .byte W18 + .byte As1 + .byte W12 + .byte N48 , As0 + .byte W48 + .byte N18 + .byte W24 + .byte Cs1 + .byte W24 + .byte N12 , Ds1 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Gn1 + .byte W12 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte N12 , Gs1 + .byte W18 + .byte N06 + .byte W12 + .byte Cn2 , v096 + .byte W06 + .byte Gs1 , v127 + .byte W06 + .byte Ds1 , v096 + .byte W06 + .byte N12 , Gs1 , v127 + .byte W12 + .byte Cn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte Gs1 + .byte W12 + .byte An1 + .byte W18 + .byte N06 + .byte W12 + .byte Cn2 + .byte W06 + .byte An1 + .byte W06 + .byte Fn1 , v096 + .byte W06 + .byte N12 , An1 , v127 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W18 + .byte N06 , Fn2 + .byte W12 + .byte Fn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte N12 , As1 + .byte W12 + .byte Cs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte N48 , Ds1 + .byte W48 + .byte N18 + .byte W18 + .byte Fn1 + .byte W18 + .byte N12 , Gn1 + .byte W12 + .byte GOTO + .word bgm_machi_s2_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_machi_s2_3: + .byte KEYSH , bgm_machi_s2_key+0 + .byte VOICE , 1 + .byte PAN , c_v-17 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte W48 + .byte N18 , Ds2 , v084 + .byte W18 + .byte Fn2 + .byte W18 + .byte N12 , Gn2 , v100 + .byte W12 +bgm_machi_s2_3_B1: + .byte N48 , Gs2 , v100 + .byte W48 + .byte Gn2 + .byte W48 + .byte N24 , Fn2 , v084 + .byte W24 + .byte Cn2 , v100 + .byte W24 + .byte N12 , Gs2 + .byte W12 + .byte Gs2 , v076 + .byte W12 + .byte Cs3 , v100 + .byte W12 + .byte Cn3 + .byte W12 + .byte N48 , As2 + .byte W48 + .byte Gs2 + .byte W48 + .byte N24 , Gn2 + .byte W24 + .byte Ds2 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte N06 , Ds2 , v088 + .byte W12 + .byte Fn2 + .byte W12 + .byte Cs2 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Ds2 + .byte W24 + .byte Gn2 , v100 + .byte W24 + .byte Gs2 + .byte W24 + .byte As2 + .byte W24 + .byte Cn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte N18 , Cs3 + .byte W24 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Cs3 + .byte W12 + .byte N18 , Cn3 + .byte W24 + .byte N06 + .byte W06 + .byte Cs3 + .byte W06 + .byte N12 , Cn3 + .byte W12 + .byte N36 , As2 + .byte W36 + .byte N12 , Gs2 + .byte W12 + .byte N24 , Gn2 + .byte W24 + .byte PAN , c_v-8 + .byte N12 , Cn4 , v120 + .byte W12 + .byte Cs4 + .byte W12 + .byte N54 , Ds4 + .byte W60 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N54 , Fn4 + .byte W60 + .byte N12 , Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N54 , Cs4 + .byte W60 + .byte N12 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W24 + .byte Cs4 + .byte W24 + .byte Cn4 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte PAN , c_v-16 + .byte N12 , Ds2 , v088 + .byte W18 + .byte N06 , Ds2 , v100 + .byte W18 + .byte N36 , Cn3 + .byte W36 + .byte N24 , Ds3 + .byte W24 + .byte N12 , Fn3 + .byte W18 + .byte N06 + .byte W18 + .byte N36 , Cn3 + .byte W36 + .byte N24 , An2 + .byte W24 + .byte N12 , As2 + .byte W18 + .byte N06 + .byte W18 + .byte N36 , Fn2 , v080 + .byte W36 + .byte N24 , Cs2 , v084 + .byte W24 + .byte N48 , Gs2 , v100 + .byte W24 + .byte VOL , 77*bgm_machi_s2_mvl/mxv + .byte W05 + .byte 69*bgm_machi_s2_mvl/mxv + .byte W07 + .byte 63*bgm_machi_s2_mvl/mxv + .byte W05 + .byte 56*bgm_machi_s2_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s2_mvl/mxv + .byte N18 , As2 + .byte W18 + .byte Gs2 + .byte W18 + .byte N12 , Gn2 + .byte W12 + .byte GOTO + .word bgm_machi_s2_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_machi_s2_4: + .byte KEYSH , bgm_machi_s2_key+0 + .byte LFOS , 40 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 68*bgm_machi_s2_mvl/mxv + .byte W48 + .byte VOICE , 25 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , Gn2 , v060 + .byte W06 + .byte N09 , As2 + .byte W09 + .byte BEND , c_v+22 + .byte W03 + .byte c_v+0 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N03 , As2 + .byte W06 + .byte N06 , Ds3 + .byte W06 +bgm_machi_s2_4_B1: + .byte VOICE , 27 + .byte N42 , Ds2 , v060 + .byte W42 + .byte VOICE , 25 + .byte N03 , Ds3 + .byte W06 + .byte VOICE , 27 + .byte N42 , Ds2 + .byte W42 + .byte VOICE , 25 + .byte N03 , Ds3 + .byte W06 +bgm_machi_s2_4_000: + .byte VOICE , 27 + .byte N24 , Fn2 , v060 + .byte W24 + .byte VOICE , 25 + .byte N06 , Gs3 , v076 + .byte W24 + .byte N06 + .byte W12 + .byte VOICE , 27 + .byte N12 , Cn3 , v060 + .byte W12 + .byte Gs2 + .byte W12 + .byte Fn2 + .byte W12 + .byte PEND + .byte N42 + .byte W42 + .byte VOICE , 25 + .byte N03 , Fn3 + .byte W06 + .byte VOICE , 27 + .byte N42 , Fn2 + .byte W42 + .byte VOICE , 25 + .byte N03 , Fn3 + .byte W06 + .byte VOICE , 27 + .byte N24 , Gn2 + .byte W24 + .byte VOICE , 25 + .byte N06 , As3 + .byte W24 + .byte N06 + .byte W12 + .byte VOICE , 27 + .byte N12 , Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N36 , Ds2 + .byte W42 + .byte VOICE , 25 + .byte N03 , Ds3 + .byte W06 + .byte VOICE , 27 + .byte N42 , Ds2 + .byte W42 + .byte VOICE , 25 + .byte N03 , Ds3 + .byte W06 + .byte PATT + .word bgm_machi_s2_4_000 + .byte N42 , Fn2 , v060 + .byte W42 + .byte VOICE , 25 + .byte N03 , Fn3 + .byte W18 + .byte VOICE , 27 + .byte N12 + .byte W24 + .byte Cn3 + .byte W12 + .byte N48 , Ds3 + .byte W48 + .byte N24 , As2 + .byte W24 + .byte Gn2 + .byte W24 + .byte VOICE , 25 + .byte N18 , Gs2 , v064 + .byte W18 + .byte N03 , Gs2 , v076 + .byte W18 + .byte N06 , Gs2 , v064 + .byte W12 + .byte N09 + .byte W12 + .byte N06 , Gs2 , v076 + .byte W12 + .byte N12 , Ds2 + .byte W09 + .byte BEND , c_v+16 + .byte W03 + .byte c_v+0 + .byte N06 , Gs2 , v060 + .byte W12 + .byte N18 , An2 , v064 + .byte W18 + .byte N03 , An2 , v076 + .byte W18 + .byte N06 , An2 , v064 + .byte W12 + .byte N09 + .byte W12 + .byte N06 , An2 , v076 + .byte W12 + .byte N12 , Fn2 + .byte W09 + .byte BEND , c_v+16 + .byte W03 + .byte c_v+0 + .byte N06 , An2 , v064 + .byte W12 + .byte N18 , As2 + .byte W18 + .byte N03 , As2 , v076 + .byte W18 + .byte N06 , Cs3 , v064 + .byte W12 + .byte N09 , As2 + .byte W12 + .byte N06 , As2 , v076 + .byte W12 + .byte N12 , Cn3 , v064 + .byte W09 + .byte BEND , c_v+16 + .byte W03 + .byte c_v+0 + .byte N06 , Cs3 + .byte W12 + .byte N18 , Ds3 + .byte W18 + .byte N03 , Ds3 , v076 + .byte W18 + .byte N06 , Ds3 , v064 + .byte W12 + .byte VOICE , 27 + .byte N12 , As2 + .byte W12 + .byte N24 , Gn2 + .byte W24 + .byte N12 , Ds2 + .byte W12 + .byte VOICE , 25 + .byte N06 , Cn3 + .byte W06 + .byte N03 , Cn3 , v076 + .byte W12 + .byte N03 + .byte W18 + .byte N06 , Cn3 , v064 + .byte W12 + .byte N03 + .byte W06 + .byte Cn3 , v076 + .byte W06 + .byte Ds3 + .byte W12 + .byte VOICE , 27 + .byte N18 , Ds2 , v064 + .byte W18 + .byte VOICE , 25 + .byte N06 , Cn3 + .byte W06 + .byte VOICE , 25 + .byte N06 , Cn3 , v068 + .byte W06 + .byte N03 , Cn3 , v076 + .byte W12 + .byte N03 + .byte W18 + .byte N06 , Cn3 , v064 + .byte W12 + .byte N03 , An2 + .byte W06 + .byte An2 , v076 + .byte W06 + .byte Cn3 + .byte W12 + .byte VOICE , 27 + .byte N18 , Fn2 , v064 + .byte W18 + .byte VOICE , 25 + .byte N06 , An2 + .byte W06 + .byte VOICE , 27 + .byte N30 , Fn2 + .byte W30 + .byte VOICE , 25 + .byte N06 , Fn3 , v076 + .byte W12 + .byte Cs3 , v064 + .byte W06 + .byte As2 + .byte W12 + .byte Fn3 , v076 + .byte W12 + .byte VOICE , 27 + .byte N12 , Fn2 , v064 + .byte W12 + .byte Cs3 , v076 + .byte W12 + .byte N48 , Ds3 , v064 + .byte W48 + .byte N18 , Gn3 + .byte W18 + .byte Fn3 + .byte W18 + .byte N12 , Ds3 + .byte W12 + .byte GOTO + .word bgm_machi_s2_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_machi_s2_5: + .byte KEYSH , bgm_machi_s2_key+0 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte W48 + .byte VOICE , 24 + .byte VOL , 72*bgm_machi_s2_mvl/mxv + .byte PAN , c_v+48 + .byte BEND , c_v+0 + .byte N06 , As2 , v048 + .byte W06 + .byte N09 , Ds3 , v060 + .byte W09 + .byte BEND , c_v+22 + .byte W03 + .byte c_v+0 + .byte N06 , Gn3 , v048 + .byte W06 + .byte N03 , As2 , v060 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Gn3 + .byte W06 +bgm_machi_s2_5_B1: + .byte VOICE , 26 + .byte N12 , Gs2 , v064 + .byte W09 + .byte BEND , c_v+24 + .byte W03 + .byte VOICE , 24 + .byte BEND , c_v+0 + .byte N06 , Gs3 + .byte W12 + .byte Ds3 + .byte W06 + .byte VOICE , 26 + .byte BEND , c_v-26 + .byte N12 , Gs3 , v052 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N03 , Gs3 , v064 + .byte W06 + .byte N06 , Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W06 + .byte VOICE , 26 + .byte BEND , c_v-24 + .byte N12 , Gn3 , v052 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N03 , Gn3 , v064 + .byte W06 + .byte N06 , Gs2 , v076 + .byte W12 + .byte VOICE , 26 + .byte BEND , c_v-24 + .byte N12 , Fn3 , v060 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N06 , Cn4 , v076 + .byte W06 + .byte Gs3 , v060 + .byte W12 + .byte Fn3 + .byte W06 + .byte Cn4 , v076 + .byte W12 + .byte VOICE , 26 + .byte N12 , Fn3 , v064 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gs2 + .byte W12 + .byte VOICE , 26 + .byte N12 , As2 + .byte W09 + .byte BEND , c_v+24 + .byte W03 + .byte VOICE , 24 + .byte BEND , c_v+0 + .byte N06 , As3 + .byte W12 + .byte Fn3 + .byte W06 + .byte VOICE , 26 + .byte BEND , c_v-23 + .byte N12 , As3 , v052 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N03 , As3 , v064 + .byte W06 + .byte N06 , Fn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fn3 + .byte W06 + .byte VOICE , 26 + .byte BEND , c_v-23 + .byte N12 , Gs3 , v052 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N03 , Gs3 , v064 + .byte W06 + .byte N06 , As2 , v080 + .byte W12 + .byte VOICE , 26 + .byte BEND , c_v-21 + .byte N12 , Ds3 , v064 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N06 , Ds4 , v080 + .byte W06 + .byte As3 , v064 + .byte W12 + .byte Gn3 + .byte W06 + .byte Ds4 , v080 + .byte W12 + .byte VOICE , 26 + .byte N12 , As3 , v064 + .byte W12 + .byte Gn3 + .byte W12 + .byte As2 + .byte W12 + .byte VOICE , 26 + .byte N06 , Gs2 , v048 + .byte W06 + .byte Ds3 , v060 + .byte W06 + .byte VOICE , 24 + .byte N06 , Gs3 , v068 + .byte W12 + .byte Ds3 , v076 + .byte W06 + .byte VOICE , 26 + .byte BEND , c_v-23 + .byte N12 , Gs3 , v052 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N03 , Gs3 , v068 + .byte W06 + .byte N06 , Ds3 , v044 + .byte W12 + .byte Gn3 , v064 + .byte W12 + .byte Ds3 , v076 + .byte W06 + .byte VOICE , 26 + .byte BEND , c_v-21 + .byte N12 , Gn3 , v052 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N03 , Gn3 , v068 + .byte W06 + .byte N06 , Gs2 , v076 + .byte W12 + .byte VOICE , 26 + .byte N12 , Fn3 , v060 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N06 , Cn4 , v076 + .byte W06 + .byte Gs3 , v060 + .byte W12 + .byte Fn3 + .byte W06 + .byte Cn4 , v076 + .byte W12 + .byte VOICE , 26 + .byte N12 , Fn3 , v064 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gs2 + .byte W12 + .byte VOICE , 24 + .byte N06 , As2 , v048 + .byte W06 + .byte Fn3 , v060 + .byte W06 + .byte As3 , v068 + .byte W12 + .byte Fn3 , v076 + .byte W06 + .byte VOICE , 26 + .byte BEND , c_v-23 + .byte N12 , As3 , v052 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N03 , As3 , v068 + .byte W06 + .byte N06 , Fn3 , v052 + .byte W12 + .byte VOICE , 26 + .byte BEND , c_v-23 + .byte N12 , Gs3 , v064 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte VOICE , 24 + .byte N06 , Cn3 , v052 + .byte W12 + .byte VOICE , 26 + .byte N12 , Fn3 , v060 + .byte W09 + .byte BEND , c_v-20 + .byte W03 + .byte c_v+0 + .byte W03 + .byte N44 , As3 , v052 + .byte W03 + .byte BEND , c_v-17 + .byte W03 + .byte c_v+0 + .byte W36 + .byte W03 + .byte N24 , Ds3 , v048 + .byte W24 + .byte As2 + .byte W24 + .byte VOICE , 26 + .byte N18 , Ds3 , v064 + .byte W18 + .byte VOICE , 24 + .byte N03 , Ds3 , v076 + .byte W18 + .byte N06 , Ds3 , v064 + .byte W12 + .byte N09 + .byte W12 + .byte N06 , Ds3 , v076 + .byte W12 + .byte VOICE , 26 + .byte N12 , Gs2 + .byte W09 + .byte BEND , c_v+16 + .byte W03 + .byte VOICE , 24 + .byte BEND , c_v+0 + .byte N06 , Ds3 , v060 + .byte W12 + .byte VOICE , 26 + .byte N18 , Fn3 , v064 + .byte W18 + .byte VOICE , 24 + .byte N03 , Fn3 , v076 + .byte W18 + .byte N06 , Fn3 , v064 + .byte W12 + .byte N09 + .byte W12 + .byte N06 , Fn3 , v076 + .byte W12 + .byte VOICE , 26 + .byte N12 , Cn3 + .byte W09 + .byte BEND , c_v+16 + .byte W03 + .byte VOICE , 24 + .byte BEND , c_v+0 + .byte N06 , Fn3 , v064 + .byte W12 + .byte VOICE , 26 + .byte N18 , Cs3 + .byte W18 + .byte VOICE , 24 + .byte N03 , Cs3 , v076 + .byte W18 + .byte N06 , Fn3 , v064 + .byte W12 + .byte N09 , Cs3 + .byte W12 + .byte N06 , Cs3 , v076 + .byte W12 + .byte VOICE , 26 + .byte N12 , Ds3 , v064 + .byte W09 + .byte BEND , c_v+16 + .byte W03 + .byte VOICE , 24 + .byte BEND , c_v+0 + .byte N06 , Fn3 + .byte W12 + .byte VOICE , 26 + .byte N18 , Gs3 + .byte W18 + .byte VOICE , 24 + .byte N03 , Gs3 , v076 + .byte W18 + .byte N06 , Gs3 , v064 + .byte W12 + .byte VOICE , 26 + .byte N12 , Ds3 + .byte W12 + .byte N24 , Cs3 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte VOICE , 24 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Ds3 , v076 + .byte W12 + .byte N03 + .byte W18 + .byte N06 , Ds3 , v064 + .byte W12 + .byte N03 + .byte W06 + .byte Ds3 , v076 + .byte W06 + .byte Gs3 + .byte W12 + .byte N06 , Gs2 , v064 + .byte W06 + .byte Ds3 , v076 + .byte W06 + .byte Gs3 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte Fn3 , v068 + .byte W06 + .byte N03 , Fn3 , v076 + .byte W12 + .byte N03 + .byte W18 + .byte N06 , Fn3 , v064 + .byte W12 + .byte N03 , Cn3 + .byte W06 + .byte Cn3 , v076 + .byte W06 + .byte Fn3 + .byte W12 + .byte N06 , An2 + .byte W06 + .byte Cn3 , v064 + .byte W06 + .byte Fn3 , v076 + .byte W06 + .byte Cn3 , v064 + .byte W06 + .byte VOICE , 26 + .byte N12 , Cs3 + .byte W09 + .byte BEND , c_v+14 + .byte W03 + .byte VOICE , 24 + .byte BEND , c_v+0 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Cs3 , v080 + .byte W06 + .byte N06 , Fn3 , v064 + .byte W06 + .byte As3 , v076 + .byte W12 + .byte Fn3 , v064 + .byte W06 + .byte Cs3 + .byte W12 + .byte As3 , v076 + .byte W12 + .byte VOICE , 26 + .byte N12 , As2 , v064 + .byte W09 + .byte BEND , c_v+23 + .byte W03 + .byte c_v+0 + .byte N12 , Fn3 , v076 + .byte W09 + .byte BEND , c_v-16 + .byte W03 + .byte c_v+0 + .byte W03 + .byte N44 , Gs3 , v064 + .byte W44 + .byte W01 + .byte N18 , As3 + .byte W18 + .byte Gs3 + .byte W18 + .byte N12 , Gn3 + .byte W12 + .byte GOTO + .word bgm_machi_s2_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_machi_s2_6: + .byte KEYSH , bgm_machi_s2_key+0 + .byte LFOS , 40 + .byte PAN , c_v+0 + .byte W96 +bgm_machi_s2_6_B1: + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 74 + .byte N42 , Gs4 , v040 + .byte W12 + .byte MOD , 4 + .byte W32 + .byte W01 + .byte 0 + .byte N03 , Dn5 + .byte W03 + .byte N42 , Ds5 + .byte W15 + .byte MOD , 4 + .byte W30 + .byte N03 , As4 + .byte W03 + .byte MOD , 0 + .byte N12 , Cn5 + .byte W24 + .byte N06 + .byte W06 + .byte As4 + .byte W12 + .byte Cn5 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W24 + .byte N06 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , As4 + .byte W12 + .byte Fn4 + .byte W24 + .byte N06 , Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N32 + .byte W12 + .byte MOD , 4 + .byte W21 + .byte 0 + .byte W03 + .byte N06 + .byte W12 + .byte N36 , Gn4 + .byte W18 + .byte VOL , 71*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 59*bgm_machi_s2_mvl/mxv + .byte W06 + .byte 48*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 42*bgm_machi_s2_mvl/mxv + .byte W03 + .byte 31*bgm_machi_s2_mvl/mxv + .byte W12 + .byte 80*bgm_machi_s2_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 81 + .byte N36 , Ds2 , v064 + .byte W48 + .byte Gn2 + .byte W48 + .byte N32 , Gs2 + .byte W36 + .byte VOICE , 74 + .byte N54 , Cn5 , v040 + .byte W24 + .byte MOD , 4 + .byte W30 + .byte 0 + .byte W06 + .byte N12 + .byte W12 + .byte Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte N24 , Cn5 + .byte W09 + .byte MOD , 4 + .byte W15 + .byte 0 + .byte N12 , An4 + .byte W12 + .byte As4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N54 , As4 + .byte W18 + .byte MOD , 4 + .byte W36 + .byte 0 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N18 , Gn4 + .byte W18 + .byte Fn4 + .byte W18 + .byte N12 , Ds4 + .byte W12 + .byte GOTO + .word bgm_machi_s2_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_machi_s2_7: + .byte KEYSH , bgm_machi_s2_key+0 + .byte PAN , c_v-48 + .byte W96 +bgm_machi_s2_7_B1: + .byte VOICE , 127 + .byte VOL , 75*bgm_machi_s2_mvl/mxv + .byte N06 , Gs4 , v040 + .byte W12 + .byte N06 + .byte W12 + .byte N09 , Gs4 , v052 + .byte W12 + .byte N06 , Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N09 , Gs4 , v052 + .byte W12 + .byte N06 , Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 +bgm_machi_s2_7_000: + .byte N06 , Gs4 , v040 + .byte W12 + .byte N06 + .byte W12 + .byte N09 , Gs4 , v052 + .byte W12 + .byte N06 , Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N09 , Gs4 , v052 + .byte W12 + .byte N06 , Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_machi_s2_7_000 + .byte PATT + .word bgm_machi_s2_7_000 + .byte PATT + .word bgm_machi_s2_7_000 + .byte PATT + .word bgm_machi_s2_7_000 + .byte PATT + .word bgm_machi_s2_7_000 +bgm_machi_s2_7_001: + .byte VOICE , 126 + .byte N06 , Gn4 , v052 + .byte W96 + .byte PEND + .byte VOICE , 127 + .byte N06 , Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 +bgm_machi_s2_7_002: + .byte N06 , Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_machi_s2_7_003: + .byte N06 , Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Gs4 , v052 + .byte W06 + .byte Gs4 , v040 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_machi_s2_7_002 + .byte PATT + .word bgm_machi_s2_7_003 + .byte PATT + .word bgm_machi_s2_7_002 + .byte PATT + .word bgm_machi_s2_7_003 + .byte PATT + .word bgm_machi_s2_7_001 + .byte GOTO + .word bgm_machi_s2_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_machi_s2_8: + .byte KEYSH , bgm_machi_s2_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_machi_s2_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn1 , v112 + .byte W24 + .byte Dn1 , v116 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Dn1 , v092 + .byte W06 + .byte Dn1 , v116 + .byte W06 +bgm_machi_s2_8_B1: +bgm_machi_s2_8_000: + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Dn3 , v056 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Dn3 , v056 + .byte W06 + .byte En3 + .byte W06 + .byte PEND +bgm_machi_s2_8_001: + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Dn3 , v056 + .byte W06 + .byte En3 + .byte W06 + .byte PEND + .byte PATT + .word bgm_machi_s2_8_000 + .byte PATT + .word bgm_machi_s2_8_001 + .byte PATT + .word bgm_machi_s2_8_000 + .byte PATT + .word bgm_machi_s2_8_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Dn3 , v056 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W84 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte Fs2 , v072 + .byte W24 + .byte Cn1 , v112 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Fs2 , v072 + .byte W12 + .byte N06 + .byte W24 + .byte Cn1 , v112 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Fs2 , v072 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W24 + .byte Cn1 , v112 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 +bgm_machi_s2_8_002: + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v116 + .byte W06 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Dn3 , v056 + .byte W06 + .byte En3 + .byte W06 + .byte PEND + .byte PATT + .word bgm_machi_s2_8_002 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v116 + .byte W06 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte Dn1 , v116 + .byte W06 + .byte Dn3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En3 , v056 + .byte W06 + .byte Cn1 , v112 + .byte W48 + .byte Dn1 , v116 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 , v116 + .byte W12 + .byte Dn1 , v092 + .byte W06 + .byte Dn1 , v116 + .byte W06 + .byte GOTO + .word bgm_machi_s2_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_machi_s2: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_machi_s2_pri @ Priority + .byte bgm_machi_s2_rev @ Reverb. + + .word bgm_machi_s2_grp + + .word bgm_machi_s2_1 + .word bgm_machi_s2_2 + .word bgm_machi_s2_3 + .word bgm_machi_s2_4 + .word bgm_machi_s2_5 + .word bgm_machi_s2_6 + .word bgm_machi_s2_7 + .word bgm_machi_s2_8 + + .end diff --git a/sound/songs/bgm_machi_s3.s b/sound/songs/bgm_machi_s3.s new file mode 100644 index 000000000..68540037b --- /dev/null +++ b/sound/songs/bgm_machi_s3.s @@ -0,0 +1,1768 @@ + .include "MPlayDef.s" + + .equ bgm_machi_s3_grp, voicegroup_84362B8 + .equ bgm_machi_s3_pri, 0 + .equ bgm_machi_s3_rev, reverb_set+50 + .equ bgm_machi_s3_mvl, 127 + .equ bgm_machi_s3_key, 0 + .equ bgm_machi_s3_tbs, 1 + .equ bgm_machi_s3_exg, 0 + .equ bgm_machi_s3_cmp, 1 + + .section .rodata + .global bgm_machi_s3 + .align 2 + +@********************** Track 1 **********************@ + +bgm_machi_s3_1: + .byte KEYSH , bgm_machi_s3_key+0 + .byte TEMPO , 128*bgm_machi_s3_tbs/2 + .byte VOICE , 73 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte LFOS , 36 + .byte PAN , c_v-5 + .byte N08 , Fn4 , v112 + .byte W16 + .byte En4 + .byte W08 + .byte Cn4 + .byte W16 + .byte As3 + .byte W08 + .byte An3 + .byte W16 + .byte Gn3 + .byte W08 + .byte An3 + .byte W16 + .byte As3 + .byte W08 + .byte N72 , Cn4 + .byte W24 + .byte VOL , 75*bgm_machi_s3_mvl/mxv + .byte MOD , 7 + .byte W08 + .byte VOL , 70*bgm_machi_s3_mvl/mxv + .byte W08 + .byte 63*bgm_machi_s3_mvl/mxv + .byte W08 + .byte 55*bgm_machi_s3_mvl/mxv + .byte W08 + .byte 45*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 36*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 26*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 13*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W24 +bgm_machi_s3_1_B1: +bgm_machi_s3_1_000: + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , Fn3 , v112 + .byte W16 + .byte An3 + .byte W08 + .byte As3 + .byte W16 + .byte N16 , Cn4 + .byte W08 + .byte VOL , 68*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 49*bgm_machi_s3_mvl/mxv + .byte W12 + .byte 80*bgm_machi_s3_mvl/mxv + .byte N08 , Dn4 + .byte W08 + .byte En4 + .byte W16 + .byte Fn4 + .byte W08 + .byte PEND +bgm_machi_s3_1_001: + .byte N32 , Gn4 , v112 + .byte W16 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte W08 + .byte N44 , Fn4 + .byte W20 + .byte VOL , 72*bgm_machi_s3_mvl/mxv + .byte MOD , 7 + .byte W04 + .byte VOL , 62*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 52*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 39*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 24*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 8*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W12 + .byte PEND + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N32 , Gn4 + .byte W16 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte W08 + .byte N20 , Fn4 + .byte W08 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte W04 + .byte N08 , Cs4 + .byte W08 + .byte Ds4 + .byte W16 + .byte Cs4 + .byte W08 + .byte N84 , Cn4 + .byte W24 + .byte VOL , 75*bgm_machi_s3_mvl/mxv + .byte W12 + .byte MOD , 7 + .byte W04 + .byte VOL , 70*bgm_machi_s3_mvl/mxv + .byte W12 + .byte 63*bgm_machi_s3_mvl/mxv + .byte W08 + .byte 55*bgm_machi_s3_mvl/mxv + .byte W08 + .byte 45*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 36*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 26*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 13*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , As3 + .byte W16 + .byte An3 + .byte W08 + .byte As3 + .byte W16 + .byte N16 , Gn3 + .byte W08 + .byte VOL , 68*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 49*bgm_machi_s3_mvl/mxv + .byte W12 + .byte 80*bgm_machi_s3_mvl/mxv + .byte N08 + .byte W08 + .byte An3 + .byte W16 + .byte As3 + .byte W08 + .byte Cn4 + .byte W16 + .byte N08 + .byte W08 + .byte An3 + .byte W16 + .byte N44 , Cn4 + .byte W16 + .byte MOD , 7 + .byte W04 + .byte VOL , 72*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 62*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 52*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 39*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 24*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 8*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , Dn4 + .byte W16 + .byte Cn4 + .byte W08 + .byte Dn4 + .byte W16 + .byte N16 , As3 + .byte W08 + .byte VOL , 68*bgm_machi_s3_mvl/mxv + .byte MOD , 7 + .byte W04 + .byte VOL , 49*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W08 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , Fn4 + .byte W08 + .byte Gn4 + .byte W16 + .byte Fn4 + .byte W08 + .byte N84 , En4 + .byte W24 + .byte VOL , 75*bgm_machi_s3_mvl/mxv + .byte W12 + .byte MOD , 7 + .byte W04 + .byte VOL , 70*bgm_machi_s3_mvl/mxv + .byte W12 + .byte 63*bgm_machi_s3_mvl/mxv + .byte W08 + .byte 55*bgm_machi_s3_mvl/mxv + .byte W08 + .byte 45*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 36*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 26*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 13*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W12 + .byte PATT + .word bgm_machi_s3_1_000 + .byte PATT + .word bgm_machi_s3_1_001 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N36 , Gn4 , v112 + .byte W16 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte W08 + .byte N16 , Fn4 + .byte W08 + .byte VOL , 68*bgm_machi_s3_mvl/mxv + .byte MOD , 7 + .byte W04 + .byte VOL , 49*bgm_machi_s3_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte W04 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , En4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N08 , Gn4 + .byte W08 + .byte N84 , An4 + .byte W36 + .byte MOD , 7 + .byte W24 + .byte VOL , 72*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 62*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 52*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 39*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 24*bgm_machi_s3_mvl/mxv + .byte W04 + .byte 8*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , As4 + .byte W16 + .byte An4 + .byte W08 + .byte As4 + .byte W16 + .byte N16 , Dn4 + .byte W08 + .byte VOL , 68*bgm_machi_s3_mvl/mxv + .byte MOD , 7 + .byte W04 + .byte VOL , 49*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W08 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , Gn4 + .byte W08 + .byte N16 , An4 + .byte W08 + .byte MOD , 7 + .byte W08 + .byte 0 + .byte N08 , As4 + .byte W08 + .byte An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N16 , Fn4 + .byte W08 + .byte VOL , 68*bgm_machi_s3_mvl/mxv + .byte MOD , 7 + .byte W04 + .byte VOL , 49*bgm_machi_s3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W08 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , An3 + .byte W16 + .byte As3 + .byte W08 + .byte N68 , Cn4 + .byte W36 + .byte MOD , 7 + .byte W32 + .byte 0 + .byte W04 + .byte N08 + .byte W16 + .byte Dn4 + .byte W08 + .byte N84 , En4 + .byte W36 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W12 + .byte GOTO + .word bgm_machi_s3_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_machi_s3_2: + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte KEYSH , bgm_machi_s3_key+0 + .byte VOICE , 35 + .byte PAN , c_v+7 + .byte N04 , Fn1 , v100 + .byte W08 + .byte N04 + .byte W16 + .byte Cn2 + .byte W16 + .byte Fn1 + .byte W08 + .byte N16 + .byte W40 + .byte N04 + .byte W08 + .byte N36 + .byte W40 + .byte N04 + .byte W08 + .byte N08 , Cn1 + .byte W16 + .byte N08 + .byte W08 + .byte N16 , Dn1 + .byte W16 + .byte N08 , En1 + .byte W08 +bgm_machi_s3_2_B1: + .byte N36 , Fn1 , v100 + .byte W40 + .byte N08 + .byte W48 + .byte N08 + .byte W08 + .byte N04 , As1 + .byte W08 + .byte N04 + .byte W16 + .byte Dn2 + .byte W16 + .byte As1 + .byte W08 + .byte N16 + .byte W40 + .byte N08 , Fn1 + .byte W08 + .byte N36 , As1 + .byte W40 + .byte N08 + .byte W48 + .byte N08 + .byte W08 + .byte N04 , Fn1 + .byte W08 + .byte N04 + .byte W16 + .byte N08 , Fn2 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte N16 + .byte W40 + .byte N08 , An1 + .byte W08 + .byte Gn1 + .byte W24 + .byte N08 + .byte W08 + .byte Dn1 + .byte W08 + .byte Fn1 + .byte W08 + .byte Gn1 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , An1 + .byte W24 + .byte N08 + .byte W08 + .byte En1 + .byte W08 + .byte Gn1 + .byte W08 + .byte An1 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , As1 + .byte W24 + .byte N08 + .byte W08 + .byte Fn1 + .byte W08 + .byte Gn1 + .byte W08 + .byte As1 + .byte W16 + .byte Dn2 + .byte W08 + .byte N16 , Cn2 + .byte W16 + .byte N08 , As1 + .byte W08 + .byte N12 , Cn2 + .byte W16 + .byte N08 + .byte W24 + .byte N08 + .byte W08 + .byte Cn1 + .byte W08 + .byte Dn1 + .byte W08 + .byte En1 + .byte W08 + .byte Gn1 + .byte W08 + .byte An1 + .byte W08 + .byte As1 + .byte W08 + .byte VOICE , 35 + .byte N36 , Fn1 + .byte W40 + .byte N08 + .byte W48 + .byte N08 + .byte W08 + .byte N04 , As1 + .byte W08 + .byte N04 + .byte W16 + .byte Dn2 + .byte W16 + .byte As1 + .byte W08 + .byte N08 + .byte W16 + .byte N08 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N08 , Fn1 + .byte W08 + .byte N36 , As1 + .byte W40 + .byte N08 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N04 , Gn1 + .byte W08 + .byte Fn1 + .byte W08 + .byte N04 + .byte W16 + .byte N08 , Fn2 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Gn1 + .byte W16 + .byte N08 , An1 + .byte W08 + .byte Gn1 + .byte W16 + .byte N08 + .byte W08 + .byte N16 , Gn2 + .byte W16 + .byte Gn1 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N08 , As1 + .byte W08 + .byte N24 , Dn2 + .byte W24 + .byte En2 + .byte W24 + .byte Fn2 + .byte W24 + .byte N04 + .byte W16 + .byte Fn1 + .byte W08 + .byte N36 , Cn2 + .byte W40 + .byte N08 + .byte W24 + .byte N08 + .byte W24 + .byte N04 + .byte W08 + .byte N36 + .byte W40 + .byte N08 + .byte W24 + .byte Cn1 + .byte W08 + .byte N16 , Dn1 + .byte W16 + .byte N08 , En1 + .byte W08 + .byte GOTO + .word bgm_machi_s3_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_machi_s3_3: + .byte KEYSH , bgm_machi_s3_key+0 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte W96 + .byte PAN , c_v-8 + .byte W64 + .byte VOICE , 1 + .byte N08 , Cn2 , v088 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N08 , En2 + .byte W08 +bgm_machi_s3_3_B1: +bgm_machi_s3_3_000: + .byte N16 , Fn2 , v088 + .byte W16 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte PEND +bgm_machi_s3_3_001: + .byte N04 , As2 , v088 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte PEND +bgm_machi_s3_3_002: + .byte N16 , As2 , v088 + .byte W16 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N08 , As2 , v096 + .byte W08 + .byte N16 , Cn3 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte PEND +bgm_machi_s3_3_003: + .byte N16 , An2 , v088 + .byte W16 + .byte N04 , Fn2 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Gn2 + .byte W16 + .byte N04 , An2 + .byte W08 + .byte PEND + .byte N08 , As2 + .byte W16 + .byte An2 + .byte W08 + .byte As2 + .byte W16 + .byte N24 , Gn2 + .byte W24 + .byte N08 , Dn3 , v096 + .byte W08 + .byte N16 , Cn3 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte Cn3 , v088 + .byte W16 + .byte N08 + .byte W08 + .byte An2 + .byte W16 + .byte N24 , Cn3 + .byte W24 + .byte N08 , As2 + .byte W08 + .byte N16 , An2 + .byte W16 + .byte N08 , Gn2 + .byte W08 + .byte Fn2 + .byte W16 + .byte Gn2 + .byte W08 + .byte As2 + .byte W16 + .byte N16 , Dn3 + .byte W24 + .byte N08 + .byte W08 + .byte En3 + .byte W16 + .byte Dn3 + .byte W08 + .byte N12 , Cn3 + .byte W16 + .byte N08 + .byte W24 + .byte N08 + .byte W08 + .byte As3 , v096 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte PATT + .word bgm_machi_s3_3_000 + .byte PATT + .word bgm_machi_s3_3_001 + .byte PATT + .word bgm_machi_s3_3_002 + .byte PATT + .word bgm_machi_s3_3_003 + .byte N08 , As2 , v088 + .byte W16 + .byte An2 + .byte W08 + .byte As2 + .byte W16 + .byte N16 , Dn3 + .byte W24 + .byte N08 , Gn2 + .byte W08 + .byte N16 , An2 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte An2 + .byte W16 + .byte As2 + .byte W08 + .byte Cn3 + .byte W16 + .byte En3 + .byte W08 + .byte N16 , Dn3 + .byte W48 + .byte Cn3 + .byte W16 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N16 + .byte W16 + .byte N04 + .byte W24 + .byte N04 + .byte W24 + .byte N08 , Cn2 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N08 , En2 + .byte W08 + .byte GOTO + .word bgm_machi_s3_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_machi_s3_4: + .byte KEYSH , bgm_machi_s3_key+0 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte PAN , c_v+48 + .byte W96 + .byte W64 + .byte VOICE , 7 + .byte N04 , Gn2 , v052 + .byte W08 + .byte N16 , An2 + .byte W16 + .byte N04 , As2 + .byte W08 +bgm_machi_s3_4_B1: +bgm_machi_s3_4_000: + .byte N24 , Cn3 , v052 + .byte W24 + .byte N04 , Fn3 + .byte W16 + .byte Cn3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Cn3 + .byte W08 + .byte PEND +bgm_machi_s3_4_001: + .byte N04 , Fn3 , v052 + .byte W08 + .byte N04 + .byte W16 + .byte As3 + .byte W16 + .byte Fn3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N04 , Fn3 + .byte W08 + .byte PEND +bgm_machi_s3_4_002: + .byte N24 , Cs4 , v052 + .byte W24 + .byte N04 , Fn3 + .byte W16 + .byte N20 , Cn4 + .byte W24 + .byte N32 , As3 + .byte W32 + .byte PEND +bgm_machi_s3_4_003: + .byte N04 , Fn3 , v052 + .byte W08 + .byte N04 + .byte W16 + .byte An3 + .byte W16 + .byte Fn3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Fn3 + .byte W08 + .byte PEND + .byte Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte An3 + .byte W08 + .byte N24 , As3 + .byte W48 + .byte N04 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte As3 + .byte W08 + .byte N24 , Cn4 + .byte W48 + .byte N04 , As3 , v044 + .byte W08 + .byte Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn3 + .byte W16 + .byte N16 , As2 + .byte W24 + .byte N04 , Dn4 + .byte W08 + .byte En4 + .byte W16 + .byte Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W16 + .byte Cn4 + .byte W08 + .byte N08 , En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte PATT + .word bgm_machi_s3_4_000 + .byte PATT + .word bgm_machi_s3_4_001 + .byte PATT + .word bgm_machi_s3_4_002 + .byte PATT + .word bgm_machi_s3_4_003 + .byte N08 , Gn4 , v052 + .byte W16 + .byte Fn4 + .byte W08 + .byte Gn4 + .byte W16 + .byte N16 , As3 + .byte W56 + .byte N08 , Fn4 + .byte W16 + .byte N04 , An3 + .byte W08 + .byte N08 , En4 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte N16 , Dn4 + .byte W48 + .byte N04 , Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte N04 + .byte W08 + .byte Cn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N24 , Cn4 + .byte W48 + .byte N04 , En4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte N04 + .byte W08 + .byte Cn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte N04 , Gn2 + .byte W08 + .byte N16 , An2 + .byte W16 + .byte N04 , As2 + .byte W08 + .byte GOTO + .word bgm_machi_s3_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_machi_s3_5: + .byte KEYSH , bgm_machi_s3_key+0 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte PAN , c_v-1 + .byte W96 + .byte W64 + .byte VOICE , 8 + .byte N04 , En2 , v052 + .byte W08 + .byte N16 , Fn2 + .byte W16 + .byte N04 , Gn2 + .byte W08 +bgm_machi_s3_5_B1: +bgm_machi_s3_5_000: + .byte N24 , An2 , v052 + .byte W24 + .byte N04 , Cn3 + .byte W16 + .byte An2 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Cn3 + .byte W16 + .byte N04 , An2 + .byte W08 + .byte PEND +bgm_machi_s3_5_001: + .byte N04 , Dn3 , v052 + .byte W08 + .byte N04 + .byte W16 + .byte Fn3 + .byte W16 + .byte Dn3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Dn3 + .byte W08 + .byte PEND +bgm_machi_s3_5_002: + .byte N24 , As3 , v052 + .byte W24 + .byte N04 , Cs3 + .byte W16 + .byte N20 , An3 + .byte W24 + .byte N32 , Fn3 + .byte W32 + .byte PEND +bgm_machi_s3_5_003: + .byte N04 , Cn3 , v052 + .byte W08 + .byte N04 + .byte W16 + .byte Fn3 + .byte W16 + .byte Cn3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Cn3 + .byte W08 + .byte PEND + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte As2 + .byte W08 + .byte Fn3 + .byte W08 + .byte N24 , Gn3 + .byte W48 + .byte N04 , Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N24 , An3 + .byte W48 + .byte N04 , Fn3 , v044 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W16 + .byte N16 , Fn2 + .byte W24 + .byte N04 , As3 + .byte W08 + .byte Cn4 + .byte W16 + .byte As3 + .byte W08 + .byte Gn3 + .byte W16 + .byte N04 + .byte W08 + .byte En3 + .byte W16 + .byte Gn3 + .byte W08 + .byte N08 , Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte En2 + .byte W08 + .byte PATT + .word bgm_machi_s3_5_000 + .byte PATT + .word bgm_machi_s3_5_001 + .byte PATT + .word bgm_machi_s3_5_002 + .byte PATT + .word bgm_machi_s3_5_003 + .byte N08 , Dn4 , v052 + .byte W16 + .byte Cn4 + .byte W08 + .byte Dn4 + .byte W16 + .byte N16 , Gn3 + .byte W56 + .byte N08 , Dn4 + .byte W16 + .byte N04 , Fn3 + .byte W08 + .byte N08 , Cn4 + .byte W16 + .byte N04 , En3 + .byte W08 + .byte N16 , An3 + .byte W48 + .byte N04 , Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte Fn3 + .byte W08 + .byte N24 , Gn3 + .byte W48 + .byte N04 , Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte En3 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte En3 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N04 , En2 + .byte W08 + .byte N16 , Fn2 + .byte W16 + .byte N04 , Gn2 + .byte W08 + .byte GOTO + .word bgm_machi_s3_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_machi_s3_6: + .byte KEYSH , bgm_machi_s3_key+0 + .byte LFOS , 36 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte W96 + .byte W96 +bgm_machi_s3_6_B1: + .byte VOICE , 74 + .byte W96 + .byte W96 + .byte N32 , Cs5 , v048 + .byte W16 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte W08 + .byte N20 , Cn5 + .byte W08 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte W04 + .byte N08 , As4 + .byte W08 + .byte Cn5 + .byte W16 + .byte As4 + .byte W08 + .byte N84 , An4 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte VOL , 60*bgm_machi_s3_mvl/mxv + .byte W24 + .byte 40*bgm_machi_s3_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte W12 + .byte VOICE , 81 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , As2 + .byte W16 + .byte An2 + .byte W08 + .byte As2 + .byte W16 + .byte N16 , Gn2 + .byte W24 + .byte N08 + .byte W08 + .byte An2 + .byte W16 + .byte As2 + .byte W08 + .byte Cn3 + .byte W16 + .byte N08 + .byte W08 + .byte An2 + .byte W16 + .byte N32 , Cn3 + .byte W24 + .byte VOL , 60*bgm_machi_s3_mvl/mxv + .byte W32 + .byte VOICE , 74 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , As4 + .byte W16 + .byte An4 + .byte W08 + .byte As4 + .byte W16 + .byte N16 , Fn4 + .byte W08 + .byte MOD , 7 + .byte W08 + .byte 0 + .byte W08 + .byte N08 , Dn5 + .byte W08 + .byte En5 + .byte W16 + .byte Dn5 + .byte W08 +bgm_machi_s3_6_000: + .byte N84 , Cn5 , v048 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte VOL , 60*bgm_machi_s3_mvl/mxv + .byte W24 + .byte 40*bgm_machi_s3_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte W12 + .byte PEND + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte W96 + .byte W96 + .byte N36 , As4 + .byte W16 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte W08 + .byte N16 , An4 + .byte W08 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte W04 + .byte N08 , Gn4 + .byte W08 + .byte N16 , An4 + .byte W16 + .byte N08 , As4 + .byte W08 + .byte PATT + .word bgm_machi_s3_6_000 + .byte VOICE , 81 + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte N08 , As3 , v052 + .byte W16 + .byte An3 + .byte W08 + .byte As3 + .byte W16 + .byte N16 , Dn3 + .byte W24 + .byte N08 , Gn3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N08 , As3 + .byte W08 + .byte An3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N16 , Fn3 + .byte W24 + .byte VOICE , 74 + .byte N08 , Dn4 + .byte W16 + .byte En4 + .byte W08 + .byte N68 , Fn4 + .byte W36 + .byte MOD , 7 + .byte W32 + .byte 0 + .byte W04 + .byte N08 + .byte W16 + .byte N08 + .byte W08 + .byte N84 , Gn4 + .byte W36 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte W12 + .byte GOTO + .word bgm_machi_s3_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_machi_s3_7: + .byte KEYSH , bgm_machi_s3_key+0 + .byte VOICE , 127 + .byte VOL , 75*bgm_machi_s3_mvl/mxv + .byte PAN , c_v-32 + .byte N08 , Gs4 , v052 + .byte W24 + .byte VOICE , 126 + .byte N10 , Gs4 , v040 + .byte W16 + .byte VOICE , 127 + .byte N08 + .byte W08 + .byte Gs4 , v052 + .byte W48 + .byte N08 + .byte W24 + .byte VOICE , 126 + .byte N10 , Gs4 , v040 + .byte W16 + .byte VOICE , 127 + .byte N08 + .byte W08 + .byte Gs4 , v052 + .byte W24 + .byte VOICE , 126 + .byte N10 , Gs4 , v040 + .byte W16 + .byte VOICE , 127 + .byte N08 + .byte W08 +bgm_machi_s3_7_B1: + .byte VOICE , 125 + .byte N08 , Gs4 , v040 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte Fs4 , v052 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte N08 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte Fs4 , v052 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 +bgm_machi_s3_7_000: + .byte N08 , Gs4 , v040 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte Fs4 , v052 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte N08 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte Fs4 , v052 + .byte W08 + .byte Gs4 , v020 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte PEND + .byte PATT + .word bgm_machi_s3_7_000 + .byte PATT + .word bgm_machi_s3_7_000 + .byte PATT + .word bgm_machi_s3_7_000 + .byte PATT + .word bgm_machi_s3_7_000 + .byte PATT + .word bgm_machi_s3_7_000 + .byte PATT + .word bgm_machi_s3_7_000 + .byte VOICE , 127 + .byte N08 , Gs4 , v052 + .byte W24 + .byte N08 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W24 + .byte N08 + .byte W16 + .byte Gs4 , v040 + .byte W08 +bgm_machi_s3_7_001: + .byte N08 , Gs4 , v052 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W08 + .byte N08 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W16 + .byte N08 + .byte W08 + .byte VOICE , 126 + .byte N08 , Gs4 , v040 + .byte W16 + .byte VOICE , 127 + .byte N08 + .byte W08 + .byte PEND +bgm_machi_s3_7_002: + .byte N08 , Gs4 , v052 + .byte W24 + .byte N08 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W24 + .byte N08 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte PEND + .byte PATT + .word bgm_machi_s3_7_001 + .byte N08 , Gs4 , v052 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W08 + .byte VOICE , 126 + .byte N08 , Gs4 , v040 + .byte W16 + .byte VOICE , 127 + .byte N08 + .byte W08 + .byte Gs4 , v052 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte VOICE , 126 + .byte N08 + .byte W16 + .byte VOICE , 127 + .byte N08 + .byte W08 + .byte VOICE , 126 + .byte N08 + .byte W16 + .byte VOICE , 127 + .byte N08 + .byte W08 + .byte Gs4 , v052 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte VOICE , 126 + .byte N08 + .byte W16 + .byte VOICE , 127 + .byte N08 , Gs4 , v052 + .byte W24 + .byte Gs4 , v040 + .byte W08 + .byte PATT + .word bgm_machi_s3_7_002 + .byte N08 , Gs4 , v052 + .byte W08 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W08 + .byte N08 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte Gs4 , v052 + .byte W16 + .byte Gs4 , v040 + .byte W08 + .byte GOTO + .word bgm_machi_s3_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_machi_s3_8: + .byte VOL , 80*bgm_machi_s3_mvl/mxv + .byte KEYSH , bgm_machi_s3_key+0 + .byte VOICE , 0 + .byte N08 , Cn1 , v116 + .byte W08 + .byte N04 , Dn3 , v064 + .byte W16 + .byte En3 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W16 + .byte N08 , Cn1 , v116 + .byte W08 + .byte En1 + .byte N04 , En3 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte N08 , Cn1 , v116 + .byte W08 + .byte N04 , Dn3 , v064 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W16 + .byte N08 , Cn1 , v116 + .byte W08 + .byte En1 + .byte N04 , Dn3 , v064 + .byte W08 + .byte En3 + .byte W08 + .byte N08 , En1 , v116 + .byte N04 , Dn3 , v064 + .byte W08 +bgm_machi_s3_8_B1: +bgm_machi_s3_8_000: + .byte N08 , Cn1 , v116 + .byte W08 + .byte N04 , Dn3 , v064 + .byte W16 + .byte En3 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W16 + .byte N08 , Cn1 , v116 + .byte W08 + .byte En1 + .byte N04 , En3 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte PEND +bgm_machi_s3_8_001: + .byte N08 , Cn1 , v116 + .byte W08 + .byte N04 , Dn3 , v064 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W16 + .byte N08 , Cn1 , v116 + .byte W08 + .byte En1 + .byte N04 , Dn3 , v064 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte PEND + .byte PATT + .word bgm_machi_s3_8_000 + .byte PATT + .word bgm_machi_s3_8_001 +bgm_machi_s3_8_002: + .byte N08 , Cn1 , v116 + .byte W16 + .byte N04 , Dn3 , v064 + .byte W08 + .byte En3 + .byte W16 + .byte N08 , Cn1 , v116 + .byte W08 + .byte N08 + .byte W16 + .byte N04 , Dn3 , v064 + .byte W08 + .byte N08 , En1 , v116 + .byte W08 + .byte N04 , En3 , v064 + .byte W08 + .byte Dn3 + .byte W08 + .byte PEND + .byte PATT + .word bgm_machi_s3_8_002 + .byte PATT + .word bgm_machi_s3_8_002 + .byte PATT + .word bgm_machi_s3_8_002 +bgm_machi_s3_8_003: + .byte N08 , Cn1 , v116 + .byte W16 + .byte N04 , Dn3 , v064 + .byte W08 + .byte N08 , En1 , v116 + .byte W08 + .byte N04 , En3 , v064 + .byte W08 + .byte N08 , Cn1 , v116 + .byte W08 + .byte N08 + .byte W16 + .byte N04 , Dn3 , v064 + .byte W08 + .byte N08 , En1 , v116 + .byte W16 + .byte N04 , Dn3 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte PEND +bgm_machi_s3_8_004: + .byte N08 , Cn1 , v116 + .byte W16 + .byte N04 , Dn3 , v064 + .byte W08 + .byte N08 , En1 , v116 + .byte W08 + .byte N04 , En3 , v064 + .byte W08 + .byte N08 , Cn1 , v116 + .byte W08 + .byte N08 + .byte W16 + .byte N04 , Dn3 , v064 + .byte W08 + .byte N08 , En1 , v116 + .byte W16 + .byte Cn1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_machi_s3_8_003 + .byte PATT + .word bgm_machi_s3_8_004 + .byte N08 , En1 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte Cn1 + .byte W16 + .byte En1 + .byte W24 + .byte Cn1 + .byte W08 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte N08 + .byte W24 + .byte En1 + .byte W16 + .byte Cn1 + .byte W08 + .byte N08 + .byte W24 + .byte En1 + .byte W24 + .byte PATT + .word bgm_machi_s3_8_003 + .byte PATT + .word bgm_machi_s3_8_004 + .byte GOTO + .word bgm_machi_s3_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_machi_s3: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_machi_s3_pri @ Priority + .byte bgm_machi_s3_rev @ Reverb. + + .word bgm_machi_s3_grp + + .word bgm_machi_s3_1 + .word bgm_machi_s3_2 + .word bgm_machi_s3_3 + .word bgm_machi_s3_4 + .word bgm_machi_s3_5 + .word bgm_machi_s3_6 + .word bgm_machi_s3_7 + .word bgm_machi_s3_8 + + .end diff --git a/sound/songs/bgm_machi_s4.s b/sound/songs/bgm_machi_s4.s new file mode 100644 index 000000000..cf05e1099 --- /dev/null +++ b/sound/songs/bgm_machi_s4.s @@ -0,0 +1,1858 @@ + .include "MPlayDef.s" + + .equ bgm_machi_s4_grp, voicegroup_8433138 + .equ bgm_machi_s4_pri, 0 + .equ bgm_machi_s4_rev, reverb_set+50 + .equ bgm_machi_s4_mvl, 127 + .equ bgm_machi_s4_key, 0 + .equ bgm_machi_s4_tbs, 1 + .equ bgm_machi_s4_exg, 1 + .equ bgm_machi_s4_cmp, 1 + + .section .rodata + .global bgm_machi_s4 + .align 2 + +@********************** Track 1 **********************@ + +bgm_machi_s4_1: + .byte KEYSH , bgm_machi_s4_key+0 +bgm_machi_s4_1_B1: + .byte TEMPO , 100*bgm_machi_s4_tbs/2 + .byte VOICE , 73 + .byte LFOS , 44 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte PAN , c_v+0 + .byte N36 , As4 , v108 + .byte W15 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N32 , As3 , v108, gtp1 + .byte W15 + .byte MOD , 6 + .byte W03 + .byte VOL , 76*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 42*bgm_machi_s4_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N06 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte N09 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte N96 , Cn4 + .byte W24 + .byte VOL , 77*bgm_machi_s4_mvl/mxv + .byte MOD , 6 + .byte W05 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 65*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 53*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 47*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 39*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 32*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 26*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 19*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 14*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 3*bgm_machi_s4_mvl/mxv + .byte W07 + .byte VOICE , 45 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte MOD , 0 + .byte N06 , An4 , v072 + .byte W36 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 73 + .byte N36 , As4 , v108 + .byte W15 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N32 , As3 , v108, gtp1 + .byte W15 + .byte MOD , 6 + .byte W03 + .byte VOL , 76*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 42*bgm_machi_s4_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N06 , Gn4 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds5 + .byte W12 + .byte N96 , Dn5 + .byte W24 + .byte VOL , 77*bgm_machi_s4_mvl/mxv + .byte MOD , 6 + .byte W05 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 65*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 53*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 47*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 39*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 32*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 26*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 19*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 14*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 3*bgm_machi_s4_mvl/mxv + .byte W07 + .byte VOICE , 45 + .byte MOD , 0 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N06 , Gn4 , v072 + .byte W36 + .byte Ds4 + .byte W12 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte VOICE , 73 + .byte N32 , Dn5 , v108, gtp1 + .byte W12 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte W03 + .byte N06 , As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N09 , Dn5 + .byte W12 + .byte As5 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N32 , Fn5 , v108, gtp1 + .byte W12 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte W03 + .byte N12 , Gn5 + .byte W12 + .byte N48 , Dn5 + .byte W15 + .byte MOD , 6 + .byte W03 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 70*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 50*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 34*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 17*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte MOD , 0 + .byte N32 , Ds5 , v108, gtp1 + .byte W12 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte W03 + .byte N06 , Cn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N09 , Ds5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte N32 , As4 , v108, gtp1 + .byte W12 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte W03 + .byte N12 , Cn5 + .byte W12 + .byte N48 , An4 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte VOL , 74*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 51*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 34*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte MOD , 0 + .byte N32 , As4 , v108, gtp1 + .byte W15 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gn5 + .byte W12 + .byte An5 + .byte W12 + .byte As5 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte MOD , 0 + .byte N32 , Cs5 , v108, gtp1 + .byte W15 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte W03 + .byte N06 , Ds5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Fs5 + .byte W12 + .byte Gs5 + .byte W12 + .byte As5 + .byte W12 + .byte N12 , As4 + .byte W12 + .byte N36 , Cn5 + .byte W15 + .byte MOD , 6 + .byte W21 + .byte 0 + .byte N12 , Dn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cn5 + .byte W12 + .byte N08 , As5 + .byte W08 + .byte An5 + .byte W08 + .byte As5 + .byte W08 + .byte N90 , An5 + .byte W18 + .byte MOD , 6 + .byte W06 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 78*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 75*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 70*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 68*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 56*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 50*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 43*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 36*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 26*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 15*bgm_machi_s4_mvl/mxv + .byte W01 + .byte MOD , 0 + .byte W06 + .byte GOTO + .word bgm_machi_s4_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_machi_s4_2: + .byte KEYSH , bgm_machi_s4_key+0 +bgm_machi_s4_2_B1: + .byte VOICE , 60 + .byte PAN , c_v-12 + .byte W96 + .byte W48 + .byte VOL , 37*bgm_machi_s4_mvl/mxv + .byte N48 , Fn2 , v076 + .byte W05 + .byte VOL , 43*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 49*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 57*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 70*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 78*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W07 + .byte N36 , Fn3 + .byte W36 + .byte N12 , Ds3 , v084 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte N96 , Cn3 + .byte W24 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 78*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 76*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 71*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 68*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 59*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 52*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 43*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 32*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 22*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 9*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 1*bgm_machi_s4_mvl/mxv + .byte W07 + .byte W96 + .byte W48 + .byte 37*bgm_machi_s4_mvl/mxv + .byte N48 , Cn3 , v076 + .byte W05 + .byte VOL , 43*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 49*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 57*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 70*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 78*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W07 + .byte N36 , Dn3 , v084 + .byte W36 + .byte N12 , As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N44 , Cn3 , v084, gtp1 + .byte W18 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 60*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 38*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 23*bgm_machi_s4_mvl/mxv + .byte W12 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N48 , Ds3 + .byte W12 + .byte VOL , 74*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 64*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 53*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 46*bgm_machi_s4_mvl/mxv + .byte W04 + .byte 47*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 49*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 53*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 59*bgm_machi_s4_mvl/mxv + .byte W04 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 76*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W07 + .byte VOICE , 60 + .byte N48 , Fn2 , v076 + .byte W06 + .byte VOL , 76*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 69*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 60*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 59*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 68*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 76*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W07 + .byte N48 , Gn2 + .byte W06 + .byte VOL , 76*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 68*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 64*bgm_machi_s4_mvl/mxv + .byte W13 + .byte 74*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W12 + .byte N36 , An2 + .byte W06 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 71*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W19 + .byte N12 , Gn2 + .byte W12 + .byte N24 , Fn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Gn2 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W15 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 , Ds2 + .byte W12 + .byte N21 , Gn2 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W18 + .byte An2 + .byte W18 + .byte As2 + .byte W12 + .byte N44 , Cn3 , v076, gtp1 + .byte W12 + .byte VOL , 76*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 65*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 52*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 39*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 30*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 18*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N32 , As2 , v088, gtp1 + .byte W36 + .byte N12 + .byte W12 + .byte N44 , Ds3 , v088, gtp1 + .byte W18 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 50*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 34*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 18*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N32 , As2 , v088, gtp1 + .byte W36 + .byte N12 + .byte W12 + .byte N48 , Fs3 + .byte W18 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 50*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 34*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 18*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N48 , Cn3 + .byte W48 + .byte As2 + .byte W48 + .byte N36 , An2 + .byte W36 + .byte N12 , As2 + .byte W12 + .byte N44 , Cn3 + .byte W24 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 37*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 24*bgm_machi_s4_mvl/mxv + .byte W07 + .byte GOTO + .word bgm_machi_s4_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_machi_s4_3: + .byte KEYSH , bgm_machi_s4_key+0 +bgm_machi_s4_3_B1: + .byte VOICE , 58 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N24 , As1 , v127 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , An1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 +bgm_machi_s4_3_000: + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N24 , Gn1 , v127 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , Fn1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte PEND + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , Cn2 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W15 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W12 + .byte N24 , Fn1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , As1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , An1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte PATT + .word bgm_machi_s4_3_000 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N24 , As1 , v127 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , Bn1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W24 + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , Cn2 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W15 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W12 + .byte N48 , Fn1 + .byte W12 + .byte VOL , 74*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 64*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 53*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 46*bgm_machi_s4_mvl/mxv + .byte W04 + .byte 47*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 49*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 53*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 59*bgm_machi_s4_mvl/mxv + .byte W04 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 76*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W07 + .byte N24 , As1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W15 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 , Fn1 + .byte W12 + .byte N44 , Gn1 , v127, gtp1 + .byte W18 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 54*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 37*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 19*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 7*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N24 , Fn1 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W15 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 , Cn1 + .byte W12 + .byte N24 , As1 + .byte W24 + .byte Gn1 + .byte W24 + .byte Cn2 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W15 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 , Gn1 + .byte W12 + .byte N24 , Ds2 + .byte W12 + .byte VOL , 68*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 45*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 28*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 13*bgm_machi_s4_mvl/mxv + .byte W15 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 , Gn1 + .byte W12 + .byte N32 , As1 , v127, gtp1 + .byte W12 + .byte VOL , 71*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 65*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 55*bgm_machi_s4_mvl/mxv + .byte W01 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 66*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W10 + .byte N12 , Cn2 + .byte W12 + .byte An1 + .byte W18 + .byte Gn1 + .byte W18 + .byte Fn1 + .byte W12 + .byte N32 , Ds1 , v127, gtp1 + .byte W36 + .byte N12 + .byte W12 + .byte N44 , As1 , v127, gtp1 + .byte W18 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 50*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 34*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 18*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N32 , Fs1 , v127, gtp1 + .byte W36 + .byte N12 + .byte W12 + .byte N44 , Cs1 , v127, gtp1 + .byte W18 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 50*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 34*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 18*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N48 , Fn1 + .byte W24 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 37*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 24*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N48 , As1 + .byte W24 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 37*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 24*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N30 , Fn1 + .byte W15 + .byte VOL , 69*bgm_machi_s4_mvl/mxv + .byte W02 + .byte 56*bgm_machi_s4_mvl/mxv + .byte W03 + .byte 36*bgm_machi_s4_mvl/mxv + .byte W04 + .byte 25*bgm_machi_s4_mvl/mxv + .byte W12 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W12 + .byte N44 , An1 , v127, gtp1 + .byte W24 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 37*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 24*bgm_machi_s4_mvl/mxv + .byte W07 + .byte GOTO + .word bgm_machi_s4_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_machi_s4_4: + .byte KEYSH , bgm_machi_s4_key+0 +bgm_machi_s4_4_B1: + .byte PAN , c_v+0 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte W24 + .byte VOICE , 4 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N06 , As3 , v048 + .byte W48 + .byte An3 + .byte W24 +bgm_machi_s4_4_000: + .byte W24 + .byte N06 , Gn3 , v048 + .byte W48 + .byte Fn3 + .byte W24 + .byte PEND + .byte W24 + .byte An3 + .byte W48 + .byte As3 + .byte W24 + .byte W24 + .byte An3 + .byte W48 + .byte N06 + .byte W24 + .byte W24 + .byte As3 + .byte W48 + .byte An3 + .byte W24 + .byte PATT + .word bgm_machi_s4_4_000 + .byte W24 + .byte N06 , As3 , v048 + .byte W48 + .byte Bn3 + .byte W24 + .byte W24 + .byte Cn4 + .byte W24 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N48 , An3 + .byte W06 + .byte VOL , 74*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 60*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 53*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 75*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W12 + .byte N06 , As3 , v044 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N48 , An3 + .byte W24 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 65*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 51*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 29*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N06 , Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N48 , As3 + .byte W24 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 65*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 51*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 29*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 , An3 , v048 + .byte W18 + .byte Gn3 , v044 + .byte W18 + .byte Fn3 + .byte W12 + .byte VOICE , 6 + .byte N06 , Ds3 , v040 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 , v048 + .byte W06 + .byte Ds4 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte Ds4 , v024 + .byte W06 + .byte As4 , v020 + .byte W06 + .byte Ds4 , v016 + .byte W06 + .byte As4 , v012 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs3 , v040 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 , v048 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs5 , v032 + .byte W06 + .byte Fs4 , v024 + .byte W06 + .byte Cs5 , v020 + .byte W06 + .byte Fs4 , v016 + .byte W06 + .byte Cs5 , v012 + .byte W06 + .byte Fs4 + .byte W06 + .byte VOICE , 4 + .byte N06 , As4 , v048 + .byte W12 + .byte Fn4 + .byte W12 + .byte As4 + .byte W12 + .byte Fn4 + .byte W12 + .byte As4 + .byte W12 + .byte Fn4 + .byte W12 + .byte As4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte N48 , An4 + .byte W06 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 71*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 55*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 43*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 30*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 15*bgm_machi_s4_mvl/mxv + .byte W07 + .byte GOTO + .word bgm_machi_s4_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_machi_s4_5: + .byte KEYSH , bgm_machi_s4_key+0 +bgm_machi_s4_5_B1: + .byte PAN , c_v+0 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte BEND , c_v+0 + .byte W24 + .byte VOICE , 5 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N06 , Fn3 , v048 + .byte W48 + .byte N06 + .byte W24 +bgm_machi_s4_5_000: + .byte W24 + .byte N06 , Dn3 , v048 + .byte W48 + .byte Cn3 + .byte W24 + .byte PEND +bgm_machi_s4_5_001: + .byte W24 + .byte N06 , Fn3 , v048 + .byte W48 + .byte N06 + .byte W24 + .byte PEND + .byte PATT + .word bgm_machi_s4_5_001 + .byte PATT + .word bgm_machi_s4_5_001 + .byte PATT + .word bgm_machi_s4_5_000 + .byte PATT + .word bgm_machi_s4_5_001 + .byte W24 + .byte N06 , Gn3 , v048 + .byte W24 + .byte VOICE , 82 + .byte PAN , c_v+50 + .byte N12 , Fn3 + .byte W06 + .byte VOL , 74*bgm_machi_s4_mvl/mxv + .byte W06 + .byte VOICE , 83 + .byte VOL , 60*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 53*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 63*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N06 , Fn3 , v044 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N12 , Fn3 + .byte W12 + .byte VOICE , 83 + .byte N12 , Fn3 , v048 + .byte W12 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 65*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 51*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 29*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 80*bgm_machi_s4_mvl/mxv + .byte BEND , c_v-5 + .byte W03 + .byte VOICE , 82 + .byte N06 , Fn3 , v044 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte BEND , c_v+0 + .byte N06 , Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N12 , Gn3 + .byte W12 + .byte VOICE , 83 + .byte N12 , Gn3 , v048 + .byte W12 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 65*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 51*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 29*bgm_machi_s4_mvl/mxv + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte N12 , Fn3 , v044 + .byte W18 + .byte Ds3 + .byte W18 + .byte Dn3 + .byte W12 + .byte VOICE , 7 + .byte BEND , c_v-5 + .byte W03 + .byte N06 , Ds3 , v040 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 , v048 + .byte W06 + .byte Ds4 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte Ds4 , v024 + .byte W06 + .byte As4 , v020 + .byte W06 + .byte Ds4 , v016 + .byte W06 + .byte As4 , v012 + .byte W06 + .byte Ds4 + .byte W03 + .byte W03 + .byte Fs3 , v040 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 , v048 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs5 , v032 + .byte W06 + .byte Fs4 , v024 + .byte W06 + .byte Cs5 , v020 + .byte W06 + .byte Fs4 , v016 + .byte W06 + .byte Cs5 , v012 + .byte W06 + .byte N03 , Fs4 , v016 + .byte W03 + .byte VOICE , 5 + .byte BEND , c_v+0 + .byte N06 , Fn4 , v048 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N12 , Fn4 + .byte W06 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte W06 + .byte VOICE , 84 + .byte VOL , 71*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 62*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 55*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 43*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 30*bgm_machi_s4_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 15*bgm_machi_s4_mvl/mxv + .byte W07 + .byte GOTO + .word bgm_machi_s4_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_machi_s4_6: + .byte KEYSH , bgm_machi_s4_key+0 +bgm_machi_s4_6_B1: + .byte VOICE , 48 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte PAN , c_v+10 + .byte N06 , As3 , v072 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W12 + .byte Fn4 + .byte W12 + .byte As4 + .byte W12 + .byte As3 + .byte W12 + .byte As4 + .byte W12 + .byte Gn4 + .byte W12 + .byte As4 + .byte W12 + .byte As3 + .byte W12 + .byte An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , As4 , v080 + .byte W24 + .byte Bn4 + .byte W24 + .byte N06 , Cn5 , v072 + .byte W12 + .byte Gn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N32 , Gn4 , v072, gtp1 + .byte W36 + .byte N12 , An4 + .byte W12 + .byte N44 , Fn4 , v072, gtp1 + .byte W24 + .byte VOL , 74*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 63*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 51*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 34*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W96 + .byte W48 + .byte N48 , As3 , v096 + .byte W06 + .byte VOL , 61*bgm_machi_s4_mvl/mxv + .byte W06 + .byte 51*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 56*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 62*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 66*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 75*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 80*bgm_machi_s4_mvl/mxv + .byte W07 + .byte N48 , Cn4 + .byte W48 + .byte As3 + .byte W48 + .byte N36 , An3 + .byte W36 + .byte N12 , As3 + .byte W12 + .byte N44 , Cn4 + .byte W24 + .byte VOL , 75*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 58*bgm_machi_s4_mvl/mxv + .byte W07 + .byte 37*bgm_machi_s4_mvl/mxv + .byte W05 + .byte 24*bgm_machi_s4_mvl/mxv + .byte W07 + .byte GOTO + .word bgm_machi_s4_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_machi_s4_7: + .byte KEYSH , bgm_machi_s4_key+0 +bgm_machi_s4_7_B1: + .byte VOICE , 81 + .byte VOL , 80*bgm_machi_s4_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N32 , Cn3 , v048, gtp1 + .byte W36 + .byte N12 + .byte W12 + .byte N24 , Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N09 , Ds3 + .byte W36 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W36 + .byte Bn2 + .byte W12 + .byte As2 + .byte W18 + .byte Cn3 + .byte W18 + .byte Dn3 + .byte W12 + .byte N32 , Cn3 , v048, gtp1 + .byte W48 + .byte W96 + .byte W48 + .byte N48 , Cs3 + .byte W48 + .byte N36 , Fn3 , v048, gtp3 + .byte W48 + .byte Fn3 , v048, gtp3 + .byte W48 + .byte N36 + .byte W36 + .byte N12 , Gn3 + .byte W12 + .byte N36 , An3 + .byte W48 + .byte GOTO + .word bgm_machi_s4_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_machi_s4: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_machi_s4_pri @ Priority + .byte bgm_machi_s4_rev @ Reverb. + + .word bgm_machi_s4_grp + + .word bgm_machi_s4_1 + .word bgm_machi_s4_2 + .word bgm_machi_s4_3 + .word bgm_machi_s4_4 + .word bgm_machi_s4_5 + .word bgm_machi_s4_6 + .word bgm_machi_s4_7 + + .end diff --git a/sound/songs/bgm_machupi.s b/sound/songs/bgm_machupi.s new file mode 100644 index 000000000..39e3d1356 --- /dev/null +++ b/sound/songs/bgm_machupi.s @@ -0,0 +1,5949 @@ + .include "MPlayDef.s" + + .equ bgm_machupi_grp, voicegroup_8446DE8 + .equ bgm_machupi_pri, 0 + .equ bgm_machupi_rev, reverb_set+50 + .equ bgm_machupi_mvl, 127 + .equ bgm_machupi_key, 0 + .equ bgm_machupi_tbs, 1 + .equ bgm_machupi_exg, 0 + .equ bgm_machupi_cmp, 1 + + .section .rodata + .global bgm_machupi + .align 2 + +@********************** Track 1 **********************@ + +bgm_machupi_1: + .byte KEYSH , bgm_machupi_key+0 + .byte TEMPO , 102*bgm_machupi_tbs/2 + .byte VOICE , 73 + .byte LFOS , 44 + .byte VOL , 57*bgm_machupi_mvl/mxv + .byte PAN , c_v-4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte c_v-32 + .byte N03 , Cn5 , v112 + .byte W03 + .byte Cn5 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte Cn5 , v032 + .byte W03 + .byte As4 , v112 + .byte W03 + .byte As4 , v032 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v032 + .byte W03 + .byte Fn4 , v112 + .byte W03 + .byte Fn4 , v032 + .byte W03 + .byte As4 , v112 + .byte W03 + .byte As4 , v032 + .byte W03 + .byte N01 , Fn4 , v112 + .byte W04 + .byte N02 , Dn4 + .byte W04 + .byte As3 , v084 + .byte W04 + .byte N01 , Fn3 , v080 + .byte W04 + .byte As3 , v084 + .byte W04 + .byte N02 , Dn4 , v088 + .byte W04 + .byte N01 , As4 , v112 + .byte W04 + .byte N02 , Fn4 , v092 + .byte W04 + .byte Dn4 , v088 + .byte W04 + .byte N01 , As3 + .byte W04 + .byte N02 , Dn4 , v092 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte PAN , c_v-2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_machupi_1_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 73 + .byte VOL , 69*bgm_machupi_mvl/mxv + .byte PAN , c_v+24 + .byte W72 + .byte N03 , Gn3 , v044 + .byte W03 + .byte Gs3 , v048 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte As3 , v072 + .byte W03 + .byte Bn3 , v080 + .byte W03 + .byte Cn4 , v092 + .byte W03 + .byte Cs4 , v104 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte N04 , Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N24 , Ds4 + .byte W24 + .byte N36 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte As3 + .byte W03 + .byte N48 , An3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N04 , Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte N04 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte N36 , Cn4 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 1 + .byte N03 , Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte MOD , 0 + .byte N48 , Ds4 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOICE , 60 + .byte MOD , 0 + .byte VOL , 42*bgm_machupi_mvl/mxv + .byte PAN , c_v+25 + .byte N04 , As2 + .byte W08 + .byte N04 + .byte W08 + .byte An2 + .byte W08 + .byte Ds3 + .byte W08 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte N21 , Fs3 + .byte W21 + .byte N03 , Gn3 + .byte W03 + .byte N15 , Gs3 + .byte W15 + .byte N03 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W06 + .byte N06 , En3 + .byte W12 + .byte Fn3 + .byte W06 + .byte N18 , Dn3 + .byte W18 + .byte N03 , Ds3 , v080 + .byte W03 + .byte En3 , v088 + .byte W03 + .byte N24 , Fn3 , v112 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N04 , Gs2 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte Cs3 + .byte W08 + .byte N04 + .byte W08 + .byte Cn3 + .byte W08 + .byte N21 , En3 + .byte W21 + .byte N03 , Fn3 + .byte W03 + .byte N15 , Fs3 + .byte W15 + .byte N03 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte N24 , Ds3 + .byte W30 + .byte N06 , Dn3 + .byte W12 + .byte N03 , En3 + .byte W03 + .byte Fn3 + .byte W03 + .byte N18 , Fs3 + .byte W18 + .byte N03 , Fn3 , v080 + .byte W03 + .byte En3 + .byte W03 + .byte N24 , Ds3 , v112 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W96 + .byte VOICE , 47 + .byte W72 + .byte N01 , As2 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N10 , As1 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_machupi_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_machupi_2: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 28*bgm_machupi_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v084 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v096 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v096 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 + .byte Fn4 , v120 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 +bgm_machupi_2_000: + .byte N03 , Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v084 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v104 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v120 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v064 + .byte W06 + .byte PEND + .byte VOICE , 127 + .byte N03 , Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v084 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte VOICE , 126 + .byte N06 , Gs4 , v096 + .byte W06 + .byte VOICE , 127 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v124 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 + .byte Fn4 , v120 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 + .byte PATT + .word bgm_machupi_2_000 + .byte N03 , Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte VOICE , 126 + .byte N03 , Fn4 , v064 + .byte W06 + .byte VOICE , 127 + .byte N06 , Gs4 , v084 + .byte W06 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte VOICE , 126 + .byte N03 , Fn4 , v064 + .byte W06 + .byte VOICE , 127 + .byte N06 , Gs4 , v096 + .byte W06 + .byte N03 , Fn4 , v064 + .byte W06 + .byte Fn4 , v124 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 + .byte Fn4 , v120 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 +bgm_machupi_2_001: + .byte PAN , c_v-63 + .byte N03 , Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte PEND +bgm_machupi_2_002: + .byte N03 , Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v124 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 + .byte Fn4 , v120 + .byte W03 + .byte Fn4 , v080 + .byte W03 + .byte Fn4 , v088 + .byte W03 + .byte Fn4 , v076 + .byte W03 + .byte PEND +bgm_machupi_2_003: + .byte N03 , Fn4 , v096 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_machupi_2_002 +bgm_machupi_2_B1: +bgm_machupi_2_004: + .byte N03 , Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v084 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte Fn4 , v120 + .byte W06 + .byte Fn4 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_machupi_2_002 + .byte PATT + .word bgm_machupi_2_003 + .byte PATT + .word bgm_machupi_2_002 + .byte PATT + .word bgm_machupi_2_004 + .byte PATT + .word bgm_machupi_2_002 + .byte PATT + .word bgm_machupi_2_003 + .byte PATT + .word bgm_machupi_2_002 + .byte PAN , c_v+0 + .byte N01 , Fn4 , v112 + .byte W08 + .byte Fn4 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v080 + .byte W08 + .byte N01 + .byte W56 +bgm_machupi_2_005: + .byte N01 , Fn4 , v112 + .byte W08 + .byte Fn4 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte Fn4 , v112 + .byte W08 + .byte Fn4 , v080 + .byte W08 + .byte N01 + .byte W56 + .byte PEND + .byte PATT + .word bgm_machupi_2_005 + .byte W96 + .byte VOL , 40*bgm_machupi_mvl/mxv + .byte N03 , Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 +bgm_machupi_2_006: + .byte N03 , Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v104 + .byte W03 + .byte Fn4 , v072 + .byte W03 + .byte Fn4 , v084 + .byte W03 + .byte Fn4 , v060 + .byte W03 + .byte Fn4 , v080 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte PEND + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte Fn4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte PATT + .word bgm_machupi_2_006 + .byte W96 + .byte W96 + .byte PATT + .word bgm_machupi_2_001 + .byte PATT + .word bgm_machupi_2_002 + .byte PATT + .word bgm_machupi_2_004 + .byte PATT + .word bgm_machupi_2_002 + .byte PATT + .word bgm_machupi_2_004 + .byte PATT + .word bgm_machupi_2_002 + .byte PATT + .word bgm_machupi_2_004 + .byte PATT + .word bgm_machupi_2_002 + .byte GOTO + .word bgm_machupi_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_machupi_3: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 38 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 80*bgm_machupi_mvl/mxv + .byte PAN , c_v+19 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W90 + .byte N06 , Ds1 , v120 + .byte W06 + .byte N24 , As1 + .byte W12 + .byte MOD , 8 + .byte BEND , c_v+2 + .byte W06 + .byte c_v+0 + .byte W06 + .byte MOD , 0 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds1 , v036 + .byte W12 + .byte Dn1 , v120 + .byte W03 + .byte Dn1 , v036 + .byte W03 + .byte N06 , Ds1 , v120 + .byte W06 + .byte N03 , Ds1 , v036 + .byte W36 + .byte N06 , As1 , v120 + .byte W06 + .byte BEND , c_v+0 + .byte N24 , Bn1 + .byte W12 + .byte MOD , 8 + .byte BEND , c_v+2 + .byte W06 + .byte c_v+0 + .byte W06 + .byte MOD , 0 + .byte N06 , En1 + .byte W06 + .byte N03 , En1 , v036 + .byte W12 + .byte Ds1 , v120 + .byte W03 + .byte Ds1 , v036 + .byte W03 + .byte N06 , En1 , v120 + .byte W42 + .byte Ds1 + .byte W06 + .byte N18 , As1 + .byte W18 + .byte N06 , Ds1 + .byte W06 + .byte As0 + .byte W12 + .byte N03 + .byte W12 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Dn1 + .byte W12 + .byte N03 , Ds1 + .byte W06 + .byte N09 + .byte W12 + .byte N03 , Dn1 + .byte W06 + .byte N06 , As0 + .byte W12 + .byte N09 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , Dn1 + .byte W06 + .byte An1 + .byte W06 + .byte BEND , c_v+0 + .byte N24 , As1 + .byte W06 + .byte BEND , c_v+3 + .byte W06 + .byte MOD , 8 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W06 +bgm_machupi_3_B1: + .byte MOD , 0 + .byte VOL , 76*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Ds1 , v120 + .byte W18 + .byte N06 , As1 + .byte W18 + .byte Ds2 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte N18 , Ds1 + .byte W06 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Fs1 + .byte W12 + .byte As1 + .byte W06 + .byte En2 + .byte W06 + .byte N12 , En1 + .byte W18 + .byte N06 , Bn1 + .byte W18 + .byte En2 + .byte W12 + .byte N03 , Bn1 + .byte W06 + .byte En2 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Bn1 + .byte W12 + .byte En2 + .byte W12 +bgm_machupi_3_000: + .byte N06 , Ds1 , v120 + .byte W18 + .byte As1 + .byte W18 + .byte Ds2 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte N18 , Ds1 + .byte W06 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Fs1 + .byte W12 + .byte As1 + .byte W12 + .byte PEND + .byte Ds1 + .byte W18 + .byte As1 + .byte W18 + .byte Ds2 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N18 , En1 + .byte W06 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Bn1 + .byte W06 + .byte En2 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte BEND , c_v+0 + .byte N12 , Ds1 + .byte W18 + .byte N06 , As1 + .byte W18 + .byte Ds2 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte N18 , Ds1 + .byte W06 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Fs1 + .byte W12 + .byte As1 + .byte W06 + .byte En2 + .byte W06 + .byte N12 , En1 + .byte W18 + .byte N06 , Bn1 + .byte W18 + .byte En2 + .byte W12 + .byte Bn1 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Bn1 + .byte W06 + .byte En2 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte PATT + .word bgm_machupi_3_000 + .byte N06 , Ds1 , v120 + .byte W18 + .byte As1 + .byte W18 + .byte Ds2 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte N03 , Cs1 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Cs1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte BEND , c_v+0 + .byte N48 , Bn0 + .byte W36 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte W24 + .byte BEND , c_v+0 + .byte N24 , Cs1 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v-6 + .byte W06 + .byte c_v+0 + .byte N48 , As0 + .byte W36 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte W18 + .byte N06 , Fn1 + .byte W06 + .byte N24 , As1 + .byte W12 + .byte BEND , c_v-3 + .byte W12 + .byte c_v+0 + .byte N48 , An0 + .byte W36 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte W24 + .byte BEND , c_v+0 + .byte N24 , Bn0 + .byte W06 + .byte BEND , c_v+9 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v-6 + .byte W06 + .byte c_v+0 + .byte N40 , Gs0 + .byte W40 + .byte N04 , Ds1 + .byte W08 + .byte N24 , Gs1 + .byte W24 + .byte N12 , Ds2 + .byte W03 + .byte BEND , c_v+7 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte Ds1 + .byte W06 + .byte N18 , Bn0 + .byte W18 + .byte N06 , Ds1 + .byte W18 + .byte Fs1 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte N18 , Bn0 + .byte W06 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Ds1 + .byte W12 + .byte N12 , Bn0 + .byte W12 + .byte N18 , As0 + .byte W18 + .byte N06 , Dn1 + .byte W18 + .byte Fn1 + .byte W12 + .byte As0 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte Dn1 + .byte W06 + .byte N06 , As0 + .byte W06 + .byte An1 + .byte W03 + .byte BEND , c_v+7 + .byte W03 + .byte c_v+0 + .byte N03 , Fn1 + .byte W06 + .byte N12 , As0 + .byte W12 + .byte N06 , An0 + .byte W18 + .byte Cs1 + .byte W18 + .byte En1 + .byte W12 + .byte N03 , Gs1 + .byte W06 + .byte N18 , An0 + .byte W06 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N12 , Cs1 + .byte W03 + .byte BEND , c_v+7 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , An0 + .byte W12 + .byte N06 , Gs0 + .byte W18 + .byte Cn1 + .byte W18 + .byte Ds1 + .byte W12 + .byte N03 , Gn1 + .byte W06 + .byte N18 , Gs0 + .byte W06 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N06 , Cn1 + .byte W12 + .byte N12 , Gs0 + .byte W12 + .byte W96 + .byte W96 +bgm_machupi_3_001: + .byte BEND , c_v+0 + .byte W12 + .byte c_v+2 + .byte W06 + .byte c_v+0 + .byte W78 + .byte PEND + .byte PATT + .word bgm_machupi_3_001 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_machupi_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_machupi_4: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 35*bgm_machupi_mvl/mxv + .byte PAN , c_v-32 + .byte BEND , c_v+0 + .byte W96 + .byte VOL , 25*bgm_machupi_mvl/mxv + .byte N06 , Dn3 , v112 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn4 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte N03 , Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte VOL , 33*bgm_machupi_mvl/mxv + .byte N06 , Cn3 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn4 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte N03 , Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte VOL , 44*bgm_machupi_mvl/mxv + .byte N06 , As2 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Bn2 + .byte W06 + .byte N06 , Fs3 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte N03 , Ds4 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte VOL , 48*bgm_machupi_mvl/mxv + .byte N06 , Gs3 + .byte W06 + .byte N03 , Cn3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte VOL , 53*bgm_machupi_mvl/mxv + .byte N06 , Fn3 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte VOL , 57*bgm_machupi_mvl/mxv + .byte N04 , Dn3 + .byte W04 + .byte N02 , As2 + .byte W04 + .byte Gs2 + .byte W04 + .byte N04 , Fn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte N02 , As2 + .byte W04 + .byte VOL , 60*bgm_machupi_mvl/mxv + .byte N04 , Fn3 + .byte W04 + .byte N02 , Dn3 + .byte W02 + .byte BEND , c_v+0 + .byte W02 + .byte N02 , As2 + .byte W04 + .byte VOL , 60*bgm_machupi_mvl/mxv + .byte N03 , Fn2 + .byte W03 + .byte As2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte VOL , 53*bgm_machupi_mvl/mxv + .byte PAN , c_v+27 + .byte N09 , As3 , v127 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v048 + .byte W06 + .byte N04 , En3 , v120 + .byte W06 + .byte N01 , Ds3 , v092 + .byte W03 + .byte Dn3 , v088 + .byte W06 + .byte N03 , Cs3 , v096 + .byte W03 + .byte N09 , Ds3 , v124 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , As2 , v120 + .byte N01 , Fs3 + .byte W06 + .byte Cs3 , v112 + .byte N01 , As3 + .byte W03 + .byte N03 , Dn3 + .byte N03 , As3 + .byte W03 + .byte N09 , Bn3 , v127 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v028 + .byte W03 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v024 + .byte W03 + .byte N01 , En3 , v048 + .byte W06 + .byte En3 , v120 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v052 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte N04 , Fs3 , v120 + .byte W06 + .byte N01 , Fn3 , v092 + .byte W03 + .byte En3 , v088 + .byte W09 + .byte N04 , Cs4 , v127 + .byte W06 + .byte N01 , Cs4 , v088 + .byte W03 + .byte N03 , Cs4 , v040 + .byte W03 + .byte N01 , Bn3 , v124 + .byte W03 + .byte N03 , Bn3 , v044 + .byte W03 + .byte N01 , Bn3 , v088 + .byte W06 +bgm_machupi_4_000: + .byte N09 , As3 , v127 + .byte W03 + .byte BEND , c_v+3 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v120 + .byte W03 + .byte N03 , Ds3 , v048 + .byte W03 + .byte N04 , Gs3 , v112 + .byte W06 + .byte N01 , Fs3 , v124 + .byte W03 + .byte En3 , v120 + .byte W06 + .byte N03 , Cn3 , v096 + .byte W03 + .byte N09 , Cs3 , v124 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Dn3 , v120 + .byte W06 + .byte Dn3 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte PEND +bgm_machupi_4_001: + .byte N09 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte N06 , Ds3 , v124 + .byte W06 + .byte N01 , Ds3 , v096 + .byte W06 + .byte Ds3 , v120 + .byte W03 + .byte N03 , Ds3 , v096 + .byte W03 + .byte N09 , En3 , v124 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N04 , Dn3 , v127 + .byte W06 + .byte N03 , En3 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte PEND +bgm_machupi_4_B1: +bgm_machupi_4_002: + .byte N09 , As3 , v127 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v048 + .byte W06 + .byte N04 , En3 , v120 + .byte W06 + .byte N01 , Ds3 , v092 + .byte W03 + .byte Dn3 , v088 + .byte W06 + .byte N03 , Cs3 , v096 + .byte W03 + .byte N09 , Ds3 , v124 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , As2 , v120 + .byte N01 , Fs3 + .byte W06 + .byte Cs3 , v112 + .byte N01 , As3 + .byte W03 + .byte N03 , Dn3 + .byte N03 , As3 + .byte W03 + .byte PEND + .byte N09 , Bn3 , v127 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v028 + .byte W03 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v024 + .byte W03 + .byte N01 , En3 , v048 + .byte W06 + .byte En3 , v120 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v052 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte N04 , Fs3 , v120 + .byte W06 + .byte N01 , Fn3 , v092 + .byte W03 + .byte En3 , v088 + .byte W09 + .byte N04 , En3 , v127 + .byte N04 , Cs4 + .byte W06 + .byte N01 , En3 , v088 + .byte N01 , Cs4 + .byte W03 + .byte N03 , Cs4 , v040 + .byte W03 + .byte N01 , Cs3 , v124 + .byte N01 , Bn3 + .byte W03 + .byte N03 , Bn3 , v044 + .byte W03 + .byte N01 , Cs3 , v088 + .byte N01 , Bn3 + .byte W06 + .byte PATT + .word bgm_machupi_4_000 + .byte PATT + .word bgm_machupi_4_001 + .byte PATT + .word bgm_machupi_4_002 + .byte N09 , Bn3 , v127 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v028 + .byte W03 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v024 + .byte W03 + .byte N01 , En3 , v048 + .byte W06 + .byte En3 , v120 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v052 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte N04 , Ds3 , v120 + .byte W06 + .byte N01 , En3 , v092 + .byte W03 + .byte Fn3 , v088 + .byte W09 + .byte N04 , Cs4 , v127 + .byte W06 + .byte N01 , Cs4 , v088 + .byte W03 + .byte N03 , Cs4 , v040 + .byte W03 + .byte N01 , Bn3 , v124 + .byte W03 + .byte N03 , Bn3 , v044 + .byte W03 + .byte N01 , Bn3 , v088 + .byte W06 + .byte N09 , As3 , v127 + .byte W03 + .byte BEND , c_v+3 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte N04 , Gs3 , v112 + .byte W06 + .byte N01 , Fs3 , v124 + .byte W03 + .byte En3 , v120 + .byte W06 + .byte N03 , Cn3 , v096 + .byte W03 + .byte N09 , Cs3 , v124 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Dn3 , v120 + .byte W06 + .byte Dn3 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_machupi_4_001 + .byte N06 , Bn3 , v127 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N03 , Dn3 , v112 + .byte W06 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte N01 , As2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N01 , As2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , As3 + .byte W12 + .byte Bn3 + .byte W06 + .byte N01 , Bn2 + .byte W06 + .byte N01 + .byte W03 + .byte N01 + .byte W03 + .byte N06 , Bn3 + .byte W06 + .byte N01 , Bn2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , Bn3 + .byte W12 + .byte As3 + .byte W06 + .byte N01 , As2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N01 , As2 + .byte W06 + .byte N01 + .byte W03 + .byte N01 + .byte W03 + .byte N06 , As3 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte BEND , c_v+4 + .byte N08 , As3 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N04 , Gs3 + .byte W04 + .byte N02 , Fs3 , v068 + .byte W04 + .byte Fn3 , v112 + .byte W04 + .byte N04 , Dn3 + .byte W04 + .byte N02 , Bn2 , v076 + .byte W04 + .byte As2 , v112 + .byte W04 + .byte PAN , c_v+27 + .byte N09 , As3 , v127 + .byte W12 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v048 + .byte W06 + .byte N04 , En3 , v120 + .byte W06 + .byte N01 , Ds3 , v092 + .byte W03 + .byte Dn3 , v088 + .byte W06 + .byte N03 , Cs3 , v096 + .byte W03 + .byte N09 , Ds3 , v124 + .byte W12 + .byte N01 , As2 , v120 + .byte N01 , Fs3 + .byte W06 + .byte Cs3 , v112 + .byte N01 , As3 + .byte W03 + .byte N03 , Dn3 + .byte N03 , As3 + .byte W03 +bgm_machupi_4_003: + .byte N09 , Bn3 , v127 + .byte W12 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v028 + .byte W03 + .byte N01 , En3 , v112 + .byte W03 + .byte N03 , En3 , v024 + .byte W03 + .byte N01 , En3 , v048 + .byte W06 + .byte En3 , v120 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v052 + .byte W06 + .byte En3 , v048 + .byte W06 + .byte N04 , Fs3 , v120 + .byte W06 + .byte N01 , Fn3 , v092 + .byte W03 + .byte En3 , v088 + .byte W09 + .byte N04 , Cs4 , v127 + .byte W06 + .byte N01 , Cs4 , v088 + .byte W03 + .byte N03 , Cs4 , v040 + .byte W03 + .byte N01 , Bn3 , v124 + .byte W03 + .byte N03 , Bn3 , v044 + .byte W03 + .byte N01 , Bn3 , v088 + .byte W06 + .byte PEND + .byte N09 , As3 , v127 + .byte W03 + .byte BEND , c_v+3 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v120 + .byte W03 + .byte N03 , Ds3 , v048 + .byte W03 + .byte N04 , Gs3 , v112 + .byte W06 + .byte N01 , Fs3 , v124 + .byte W03 + .byte En3 , v120 + .byte W06 + .byte N03 , Cn3 , v096 + .byte W03 + .byte N09 , Cs3 , v124 + .byte W03 + .byte BEND , c_v+1 + .byte W09 + .byte N01 , Dn3 , v120 + .byte W06 + .byte Dn3 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_machupi_4_001 + .byte N09 , As3 , v127 + .byte W12 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v048 + .byte W06 + .byte N04 , En3 , v120 + .byte W06 + .byte N01 , Ds3 , v092 + .byte W03 + .byte Dn3 , v088 + .byte W06 + .byte N03 , Cs3 , v096 + .byte W03 + .byte N09 , Ds3 , v124 + .byte W12 + .byte N01 , As2 , v120 + .byte N01 , Fs3 + .byte W06 + .byte Cs3 , v112 + .byte N01 , As3 + .byte W03 + .byte N03 , Dn3 + .byte N03 , As3 + .byte W03 + .byte PATT + .word bgm_machupi_4_003 + .byte N06 , Ds3 , v127 + .byte N09 , As3 + .byte W12 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v120 + .byte W03 + .byte N03 , Ds3 , v048 + .byte W03 + .byte N04 , Gs3 , v112 + .byte W06 + .byte N01 , Fs3 , v124 + .byte W03 + .byte En3 , v120 + .byte W06 + .byte N03 , Cn3 , v096 + .byte W03 + .byte N09 , Cs3 , v124 + .byte W12 + .byte N01 , Dn3 , v120 + .byte W06 + .byte Dn3 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte N09 , Ds3 , v127 + .byte W12 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v028 + .byte W03 + .byte N01 , Ds3 , v112 + .byte W03 + .byte N03 , Ds3 , v024 + .byte W03 + .byte N01 , Ds3 , v048 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte Ds3 , v112 + .byte W06 + .byte Ds3 , v052 + .byte W06 + .byte Ds3 , v120 + .byte W06 + .byte N06 , Ds3 , v124 + .byte W06 + .byte N01 , Ds3 , v096 + .byte W06 + .byte Ds3 , v120 + .byte W03 + .byte N03 , Ds3 , v096 + .byte W03 + .byte N09 , En3 , v124 + .byte W12 + .byte N04 , Dn3 , v127 + .byte W06 + .byte N03 , En3 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte GOTO + .word bgm_machupi_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_machupi_5: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte VOL , 60*bgm_machupi_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v-25 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W90 + .byte N03 , As1 , v112 + .byte W03 + .byte Ds2 + .byte W03 + .byte PAN , c_v-16 + .byte VOL , 53*bgm_machupi_mvl/mxv + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fs2 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte N04 , Gn2 , v120 + .byte W06 + .byte N01 , Fs2 , v092 + .byte W06 + .byte Fn2 , v088 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , Fs2 , v124 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W18 + .byte N06 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Gs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte Gs2 , v120 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte Gs2 , v052 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte N04 , As2 , v120 + .byte W06 + .byte N01 , An2 , v092 + .byte W06 + .byte Gs2 , v088 + .byte W06 + .byte N04 , En3 , v127 + .byte W06 + .byte N01 , En3 , v088 + .byte W06 + .byte Cs3 , v124 + .byte W06 + .byte Cs3 , v088 + .byte W06 +bgm_machupi_5_000: + .byte N06 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+3 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte N04 , As2 , v112 + .byte W06 + .byte N01 , Gs2 , v124 + .byte W06 + .byte Fs2 , v120 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , En2 , v124 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fn2 , v120 + .byte W06 + .byte Fn2 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte PEND +bgm_machupi_5_001: + .byte N06 , Fs2 , v127 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Gs2 , v120 + .byte W06 + .byte N06 , Gs2 , v124 + .byte W06 + .byte N01 , Gs2 , v096 + .byte W06 + .byte Gs2 , v120 + .byte W03 + .byte N03 , Fn2 , v096 + .byte W03 + .byte N09 , Gs2 , v124 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N04 , Gs2 , v127 + .byte W06 + .byte N03 , Gs2 , v060 + .byte W06 + .byte PEND +bgm_machupi_5_B1: +bgm_machupi_5_002: + .byte N06 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte N04 , Gn2 , v120 + .byte W06 + .byte N01 , Fs2 , v092 + .byte W06 + .byte Fn2 , v088 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , Fs2 , v124 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W18 + .byte PEND + .byte N06 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Gs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte Gs2 , v120 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte Gs2 , v052 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte N04 , As2 , v120 + .byte W06 + .byte N01 , An2 , v092 + .byte W06 + .byte Gs2 , v088 + .byte W30 + .byte PATT + .word bgm_machupi_5_000 + .byte PATT + .word bgm_machupi_5_001 + .byte PATT + .word bgm_machupi_5_002 + .byte N06 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Gs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte Gs2 , v120 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte Gs2 , v052 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte N04 , Gn2 , v120 + .byte W06 + .byte N01 , Gs2 , v092 + .byte W06 + .byte An2 , v088 + .byte W06 + .byte N04 , En3 , v127 + .byte W06 + .byte N01 , En3 , v088 + .byte W06 + .byte Cs3 , v124 + .byte W06 + .byte Cs3 , v088 + .byte W06 + .byte N06 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+3 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte N04 , As2 , v112 + .byte W06 + .byte N01 , Gs2 , v124 + .byte W06 + .byte Gn2 , v120 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , En2 , v124 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fn2 , v120 + .byte W06 + .byte Fn2 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_machupi_5_001 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Dn3 , v112 + .byte W06 + .byte N01 , Dn2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N01 , Dn2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , Dn3 + .byte W12 + .byte Ds3 + .byte W06 + .byte N01 , Ds2 + .byte W06 + .byte N01 + .byte W03 + .byte N01 + .byte W03 + .byte N06 , Ds3 + .byte W06 + .byte N01 , Ds2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , Ds3 + .byte W12 + .byte Dn3 + .byte W06 + .byte N01 , Dn2 + .byte W06 + .byte N01 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N01 , Dn2 + .byte W06 + .byte N01 + .byte W03 + .byte N01 + .byte W03 + .byte N06 , Dn3 + .byte W12 + .byte N12 , Fn3 + .byte W12 + .byte BEND , c_v+4 + .byte N08 , Dn3 + .byte W04 + .byte BEND , c_v+0 + .byte W08 + .byte N04 , As2 + .byte W06 + .byte N02 , Gs2 , v068 + .byte W02 + .byte Fs2 , v112 + .byte W04 + .byte N04 , Fn2 + .byte W06 + .byte N02 , Ds2 , v076 + .byte W02 + .byte Dn2 , v112 + .byte W04 +bgm_machupi_5_003: + .byte N06 , Ds3 , v127 + .byte W12 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte N04 , Gn2 , v120 + .byte W06 + .byte N01 , Fs2 , v092 + .byte W06 + .byte Fn2 , v088 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , Fs2 , v124 + .byte W24 + .byte PEND +bgm_machupi_5_004: + .byte N06 , Ds3 , v127 + .byte W12 + .byte N01 , Gs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte Gs2 , v120 + .byte W06 + .byte Gs2 , v112 + .byte W06 + .byte Gs2 , v052 + .byte W06 + .byte Gs2 , v048 + .byte W06 + .byte N04 , As2 , v120 + .byte W06 + .byte N01 , An2 , v092 + .byte W06 + .byte Gs2 , v088 + .byte W06 + .byte N04 , En3 , v127 + .byte W06 + .byte N01 , En3 , v088 + .byte W06 + .byte Cs3 , v124 + .byte W06 + .byte Cs3 , v088 + .byte W06 + .byte PEND + .byte N06 , Ds3 , v127 + .byte W03 + .byte BEND , c_v+3 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte N04 , As2 , v112 + .byte W06 + .byte N01 , Gs2 , v124 + .byte W06 + .byte Fs2 , v120 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , En2 , v124 + .byte W03 + .byte BEND , c_v+1 + .byte W09 + .byte N01 , Fn2 , v120 + .byte W06 + .byte Fn2 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_machupi_5_001 + .byte PATT + .word bgm_machupi_5_003 + .byte PATT + .word bgm_machupi_5_004 + .byte W12 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte N04 , As2 , v112 + .byte W06 + .byte N01 , Gs2 , v124 + .byte W06 + .byte Fs2 , v120 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , En2 , v124 + .byte W12 + .byte N01 , Fn2 , v120 + .byte W06 + .byte Fn2 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Fs2 , v127 + .byte W12 + .byte N01 , Fs2 , v112 + .byte W06 + .byte N01 + .byte W06 + .byte Fs2 , v048 + .byte W06 + .byte Fs2 , v120 + .byte W06 + .byte Fs2 , v112 + .byte W06 + .byte Fs2 , v052 + .byte W06 + .byte Gs2 , v120 + .byte W06 + .byte N06 , Gs2 , v124 + .byte W06 + .byte N01 , Gs2 , v096 + .byte W06 + .byte Gs2 , v120 + .byte W03 + .byte N03 , Fn2 , v096 + .byte W03 + .byte N09 , Gs2 , v124 + .byte W12 + .byte N04 , Gs2 , v127 + .byte W06 + .byte N03 , Gs2 , v060 + .byte W06 + .byte GOTO + .word bgm_machupi_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_machupi_6: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+16 + .byte VOL , 40*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte VOL , 25*bgm_machupi_mvl/mxv + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Gn4 , v112 + .byte W03 + .byte Gn4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Dn5 , v112 + .byte W03 + .byte Dn5 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Gn4 , v112 + .byte W03 + .byte Gn4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Dn5 , v112 + .byte W03 + .byte Dn5 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Gn4 , v112 + .byte W03 + .byte Gn4 , v032 + .byte W03 + .byte As4 , v112 + .byte W03 + .byte As4 , v032 + .byte W03 + .byte Gn5 , v112 + .byte W03 + .byte Gn5 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Gn4 , v112 + .byte W03 + .byte Gn4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte VOL , 33*bgm_machupi_mvl/mxv + .byte N06 , Cn4 , v112 + .byte W06 + .byte N03 , Cs4 + .byte W06 + .byte Fn4 + .byte W03 + .byte Fn4 , v032 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte Cn5 , v032 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte Fn4 , v112 + .byte W03 + .byte Fn4 , v032 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte Cn5 , v032 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte Fn4 , v112 + .byte W03 + .byte Fn4 , v032 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte Fn5 , v112 + .byte W03 + .byte Fn5 , v032 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte Fn4 , v112 + .byte W03 + .byte Fn4 , v032 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte VOL , 44*bgm_machupi_mvl/mxv + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte N06 , Fs4 , v112 + .byte W06 + .byte N03 , Ds5 + .byte W03 + .byte Ds5 , v032 + .byte W03 + .byte N06 , As4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Fs4 + .byte W03 + .byte Fs4 , v032 + .byte W03 + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , Ds5 + .byte W03 + .byte Ds5 , v032 + .byte W03 + .byte VOL , 48*bgm_machupi_mvl/mxv + .byte N06 , Cn5 , v112 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte N06 , Gs4 , v112 + .byte W06 + .byte N03 , Cn5 + .byte W03 + .byte Cn5 , v032 + .byte W03 + .byte VOL , 53*bgm_machupi_mvl/mxv + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , Dn4 + .byte W03 + .byte Dn4 , v032 + .byte W03 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , As4 + .byte W03 + .byte As4 , v032 + .byte W03 + .byte VOL , 57*bgm_machupi_mvl/mxv + .byte N04 , Fn4 , v112 + .byte W04 + .byte N02 , Dn4 + .byte W04 + .byte As3 + .byte W04 + .byte N04 , Fn3 + .byte W04 + .byte As3 + .byte W04 + .byte N02 , Dn4 + .byte W04 + .byte VOL , 60*bgm_machupi_mvl/mxv + .byte N04 , As4 + .byte W04 + .byte N02 , Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte N04 , As3 + .byte W04 + .byte N02 , Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte VOL , 70*bgm_machupi_mvl/mxv + .byte N06 , As4 , v088 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_machupi_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 24 + .byte PAN , c_v+0 + .byte VOL , 31*bgm_machupi_mvl/mxv + .byte W06 + .byte N03 , Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte PAN , c_v-63 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte PAN , c_v-32 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte Fs3 , v060 + .byte W03 + .byte PAN , c_v+63 + .byte N03 , As3 , v112 + .byte W03 + .byte As3 , v060 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Fs3 + .byte N03 , Ds4 , v060 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte PAN , c_v+32 + .byte N03 , Ds3 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte W03 + .byte PAN , c_v-63 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte PAN , c_v-32 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte PAN , c_v+63 + .byte N03 , Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte PAN , c_v+32 + .byte N03 , Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte Fn3 , v112 + .byte W03 + .byte Fn3 , v060 + .byte W03 + .byte PAN , c_v-62 + .byte N03 , An3 , v112 + .byte W03 + .byte An3 , v060 + .byte N03 , Dn4 , v112 + .byte W03 + .byte Fn3 + .byte N03 , Dn4 , v060 + .byte W03 + .byte Fn3 + .byte W03 + .byte PAN , c_v-32 + .byte N03 , Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte PAN , c_v+63 + .byte N03 , Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte PAN , c_v+32 + .byte N03 , Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte PAN , c_v-63 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte PAN , c_v-32 + .byte N03 , Cs3 , v112 + .byte W03 + .byte Cs3 , v060 + .byte W03 + .byte En3 , v112 + .byte W03 + .byte En3 , v060 + .byte W03 + .byte PAN , c_v+63 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte N03 , Cs4 , v112 + .byte W03 + .byte En3 + .byte N03 , Cs4 , v060 + .byte W03 + .byte En3 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte PAN , c_v+32 + .byte N03 , Cs3 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte PAN , c_v-63 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte PAN , c_v-32 + .byte N03 , Cs3 , v112 + .byte W03 + .byte Cs3 , v060 + .byte W03 + .byte An2 , v112 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Cn4 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v060 + .byte W03 + .byte Cn3 , v112 + .byte W03 + .byte Cn3 , v060 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v060 + .byte W03 + .byte PAN , c_v+63 + .byte N03 , Cn4 , v112 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v060 + .byte W03 + .byte PAN , c_v+32 + .byte N03 , Cn3 , v112 + .byte W03 + .byte Cn3 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte PAN , c_v-62 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte PAN , c_v-32 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte PAN , c_v+63 + .byte N03 , Gn3 , v112 + .byte W03 + .byte Gn3 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte PAN , c_v+32 + .byte N03 , Cn4 , v112 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v060 + .byte W03 + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte VOL , 57*bgm_machupi_mvl/mxv + .byte N04 , Ds4 , v112 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 2 + .byte W12 + .byte 0 + .byte N24 , Dn4 + .byte W30 + .byte N06 , Cs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N24 , An3 + .byte W24 + .byte Cn4 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte N04 , Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte N04 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte Cn4 + .byte W30 + .byte N06 , Bn3 + .byte W12 + .byte N03 , Cs4 , v076 + .byte W03 + .byte Dn4 + .byte W03 + .byte N24 , Ds4 , v112 + .byte W24 + .byte Fs4 + .byte W24 + .byte MOD , 0 + .byte N04 , Fn4 + .byte W18 + .byte N04 + .byte W18 + .byte N04 + .byte W12 + .byte Fs4 + .byte W18 + .byte N04 + .byte W18 + .byte N04 + .byte W12 + .byte Fn4 + .byte W18 + .byte N04 + .byte W18 + .byte N04 + .byte W12 + .byte As4 + .byte W24 + .byte VOICE , 24 + .byte W12 + .byte N06 , Bn2 + .byte W06 + .byte As2 + .byte W06 + .byte VOICE , 24 + .byte VOL , 78*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N48 , As3 + .byte W06 + .byte BEND , c_v-7 + .byte W06 + .byte c_v+0 + .byte W24 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , As3 , v036 + .byte W12 + .byte As3 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte N12 , As3 + .byte W03 + .byte BEND , c_v+6 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N36 , En3 + .byte W03 + .byte BEND , c_v-2 + .byte W06 + .byte c_v+0 + .byte W09 + .byte MOD , 4 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte MOD , 0 + .byte W06 + .byte N06 , En3 , v036 + .byte W30 + .byte N04 , Gs2 , v112 + .byte W04 + .byte N02 , Bn2 , v084 + .byte W04 + .byte En3 + .byte W04 + .byte N04 , Bn2 , v116 + .byte W04 + .byte N02 , En3 , v092 + .byte W04 + .byte Gs3 + .byte W04 + .byte N12 , As3 , v112 + .byte W06 + .byte BEND , c_v-7 + .byte W06 + .byte c_v+0 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte N04 , Ds2 + .byte W04 + .byte N02 , Fs2 , v084 + .byte W04 + .byte As2 + .byte W04 + .byte N04 , Ds3 , v116 + .byte W04 + .byte N02 , Fs3 , v092 + .byte W04 + .byte As3 + .byte W04 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte Bn2 + .byte W03 + .byte Cs3 + .byte W03 + .byte Bn2 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N48 , As3 + .byte W06 + .byte BEND , c_v-7 + .byte W06 + .byte c_v+0 + .byte W24 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , As3 , v036 + .byte W44 + .byte W01 + .byte N03 , An3 , v112 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , En3 + .byte W03 + .byte As3 + .byte W03 + .byte N06 , Bn3 + .byte W06 + .byte En3 + .byte W06 + .byte En4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Gs2 + .byte W06 + .byte N03 , Bn2 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Bn2 + .byte W06 + .byte N03 , En3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte En3 + .byte W06 + .byte Cn3 + .byte W03 + .byte N09 , Cs3 + .byte W12 + .byte N03 , Dn3 + .byte W06 + .byte Dn3 , v084 + .byte W06 + .byte N09 , Ds2 , v127 + .byte W12 + .byte N01 , Ds2 , v112 + .byte W03 + .byte N03 , Ds2 , v028 + .byte W03 + .byte N01 , Ds2 , v112 + .byte W03 + .byte N03 , Ds2 , v024 + .byte W03 + .byte N01 , Ds2 , v048 + .byte W06 + .byte Ds2 , v120 + .byte W06 + .byte Ds2 , v112 + .byte W06 + .byte Ds2 , v052 + .byte W06 + .byte Ds2 , v120 + .byte W06 + .byte N06 , Ds2 , v124 + .byte W06 + .byte N01 , Ds2 , v096 + .byte W06 + .byte Ds2 , v120 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , En2 , v124 + .byte W12 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte GOTO + .word bgm_machupi_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_machupi_7: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 80 + .byte LFOS , 50 + .byte XCMD , xIECV , 24 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-63 + .byte VOL , 15*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte W78 + .byte N06 , Cn3 , v080 + .byte W06 + .byte Cs3 , v092 + .byte W06 + .byte Dn3 , v100 + .byte W06 + .byte VOL , 15*bgm_machupi_mvl/mxv + .byte N96 , Ds3 + .byte W24 + .byte VOL , 16*bgm_machupi_mvl/mxv + .byte W24 + .byte MOD , 3 + .byte VOL , 17*bgm_machupi_mvl/mxv + .byte W24 + .byte MOD , 8 + .byte VOL , 20*bgm_machupi_mvl/mxv + .byte W18 + .byte BEND , c_v-5 + .byte W06 + .byte MOD , 0 + .byte VOL , 23*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N96 , Cs3 , v112 + .byte W24 + .byte VOL , 26*bgm_machupi_mvl/mxv + .byte W24 + .byte MOD , 3 + .byte VOL , 28*bgm_machupi_mvl/mxv + .byte W24 + .byte MOD , 8 + .byte VOL , 30*bgm_machupi_mvl/mxv + .byte W18 + .byte BEND , c_v-5 + .byte W06 + .byte MOD , 0 + .byte VOL , 33*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N96 , Bn2 + .byte W12 + .byte VOL , 34*bgm_machupi_mvl/mxv + .byte W12 + .byte 36*bgm_machupi_mvl/mxv + .byte W15 + .byte 38*bgm_machupi_mvl/mxv + .byte W09 + .byte MOD , 3 + .byte VOL , 39*bgm_machupi_mvl/mxv + .byte W12 + .byte 40*bgm_machupi_mvl/mxv + .byte W12 + .byte MOD , 8 + .byte VOL , 44*bgm_machupi_mvl/mxv + .byte W12 + .byte 45*bgm_machupi_mvl/mxv + .byte W06 + .byte BEND , c_v-21 + .byte W06 + .byte VOL , 49*bgm_machupi_mvl/mxv + .byte MOD , 0 + .byte VOL , 49*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Fn2 + .byte W24 + .byte VOL , 54*bgm_machupi_mvl/mxv + .byte MOD , 6 + .byte N24 + .byte W24 + .byte VOL , 57*bgm_machupi_mvl/mxv + .byte MOD , 1 + .byte N24 , As1 + .byte W24 + .byte VOL , 48*bgm_machupi_mvl/mxv + .byte N24 , Dn2 + .byte W02 + .byte VOL , 50*bgm_machupi_mvl/mxv + .byte W03 + .byte 53*bgm_machupi_mvl/mxv + .byte W03 + .byte 59*bgm_machupi_mvl/mxv + .byte W04 + .byte 64*bgm_machupi_mvl/mxv + .byte W02 + .byte 68*bgm_machupi_mvl/mxv + .byte W03 + .byte 73*bgm_machupi_mvl/mxv + .byte W03 + .byte 77*bgm_machupi_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 40*bgm_machupi_mvl/mxv + .byte W96 + .byte W96 + .byte PAN , c_v+63 + .byte BEND , c_v+0 + .byte N06 , Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte N48 , Ds4 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 1 + .byte N03 , Dn4 , v056 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 , v052 + .byte W03 + .byte Bn3 + .byte W15 + .byte PAN , c_v+0 + .byte BEND , c_v+2 + .byte W72 + .byte VOL , 35*bgm_machupi_mvl/mxv + .byte PAN , c_v-63 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , Dn4 + .byte W06 +bgm_machupi_7_B1: + .byte VOL , 35*bgm_machupi_mvl/mxv + .byte PAN , c_v-63 + .byte BEND , c_v+2 + .byte N06 , Ds5 , v112 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W36 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gs4 + .byte W06 +bgm_machupi_7_000: + .byte N06 , As4 , v112 + .byte W48 + .byte Gs4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte PEND + .byte PAN , c_v+63 + .byte N06 , As4 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Ds2 + .byte W06 + .byte Bn2 + .byte W06 + .byte N03 , Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte N48 , Ds3 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 1 + .byte N03 , Dn3 + .byte W03 + .byte Cs3 , v080 + .byte W03 + .byte Cn3 , v056 + .byte W03 + .byte Bn2 , v052 + .byte W03 + .byte BEND , c_v+2 + .byte N06 , En4 , v112 + .byte W06 + .byte Dn4 + .byte W06 + .byte PAN , c_v-62 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte Fs5 + .byte W03 + .byte Bn4 + .byte W03 + .byte As4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte Gs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , As4 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Gs4 + .byte W36 + .byte Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte PATT + .word bgm_machupi_7_000 + .byte PAN , c_v+63 + .byte BEND , c_v+0 + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte N12 , Ds4 + .byte W12 + .byte N03 , Dn4 + .byte W03 + .byte N54 , Ds4 + .byte W32 + .byte W01 + .byte MOD , 8 + .byte W21 + .byte 1 + .byte W03 + .byte VOL , 40*bgm_machupi_mvl/mxv + .byte PAN , c_v-62 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte c_v-62 + .byte VOL , 23*bgm_machupi_mvl/mxv + .byte N03 , Ds5 + .byte W06 + .byte Bn3 + .byte W03 + .byte Bn3 , v060 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v060 + .byte W03 + .byte Ds5 , v112 + .byte W03 + .byte Ds5 , v060 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v060 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Fs4 , v112 + .byte W03 + .byte Fs4 , v060 + .byte W03 + .byte As4 , v112 + .byte W03 + .byte As4 , v060 + .byte N03 , Ds5 , v112 + .byte W03 + .byte Fs4 + .byte N03 , Ds5 , v060 + .byte W03 + .byte Fs4 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte As4 , v112 + .byte W03 + .byte As4 , v060 + .byte W03 + .byte Ds5 , v112 + .byte W03 + .byte Ds5 , v060 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v060 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v060 + .byte W03 + .byte Dn5 , v112 + .byte W03 + .byte Dn5 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte W03 + .byte Dn5 , v112 + .byte W03 + .byte Dn5 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte Fn4 , v112 + .byte W03 + .byte Fn4 , v060 + .byte W03 + .byte An4 , v112 + .byte W03 + .byte An4 , v060 + .byte N03 , Dn5 , v112 + .byte W03 + .byte Fn4 + .byte N03 , Dn5 , v060 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte An4 , v112 + .byte W03 + .byte An4 , v060 + .byte W03 + .byte Dn5 , v112 + .byte W03 + .byte Dn5 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte W03 + .byte Cs5 , v112 + .byte W03 + .byte Cs5 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Cs5 , v112 + .byte W03 + .byte Cs5 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte En4 , v112 + .byte W03 + .byte En4 , v060 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v060 + .byte N03 , Cs5 , v112 + .byte W03 + .byte En4 + .byte N03 , Cs5 , v060 + .byte W03 + .byte En4 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v060 + .byte W03 + .byte Cs5 , v112 + .byte W03 + .byte Cs5 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte Cn5 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte Cn5 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v060 + .byte W03 + .byte Gn4 , v112 + .byte W03 + .byte Gn4 , v060 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v060 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte Cn5 , v060 + .byte W03 + .byte Bn4 , v112 + .byte W03 + .byte Bn4 , v060 + .byte W03 + .byte W96 + .byte W96 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+63 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Ds2 , v112 + .byte W06 + .byte Bn2 + .byte W06 + .byte N03 , Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte N48 , Ds3 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 1 + .byte N03 , Dn3 + .byte W03 + .byte Cs3 , v080 + .byte W03 + .byte Cn3 , v056 + .byte W03 + .byte Bn2 , v052 + .byte W15 + .byte PAN , c_v-61 + .byte W96 + .byte GOTO + .word bgm_machupi_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_machupi_8: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 81 + .byte LFOS , 50 + .byte XCMD , xIECV , 24 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 15*bgm_machupi_mvl/mxv + .byte W78 + .byte N06 , As3 , v080 + .byte W06 + .byte An3 , v092 + .byte W06 + .byte Gs3 , v100 + .byte W06 + .byte VOL , 15*bgm_machupi_mvl/mxv + .byte N96 , Gn3 + .byte W24 + .byte VOL , 16*bgm_machupi_mvl/mxv + .byte W24 + .byte 17*bgm_machupi_mvl/mxv + .byte W24 + .byte 20*bgm_machupi_mvl/mxv + .byte W18 + .byte BEND , c_v-5 + .byte W06 + .byte VOL , 23*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N96 , Fn3 , v112 + .byte W24 + .byte VOL , 26*bgm_machupi_mvl/mxv + .byte W24 + .byte 28*bgm_machupi_mvl/mxv + .byte W24 + .byte 30*bgm_machupi_mvl/mxv + .byte W18 + .byte BEND , c_v-5 + .byte W06 + .byte VOL , 33*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N96 , Ds3 + .byte W12 + .byte VOL , 34*bgm_machupi_mvl/mxv + .byte W12 + .byte 36*bgm_machupi_mvl/mxv + .byte W15 + .byte 38*bgm_machupi_mvl/mxv + .byte W09 + .byte 39*bgm_machupi_mvl/mxv + .byte W12 + .byte 40*bgm_machupi_mvl/mxv + .byte W12 + .byte 44*bgm_machupi_mvl/mxv + .byte W12 + .byte 45*bgm_machupi_mvl/mxv + .byte W06 + .byte BEND , c_v-21 + .byte W06 + .byte VOL , 49*bgm_machupi_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Gs2 + .byte W24 + .byte VOL , 55*bgm_machupi_mvl/mxv + .byte N24 , As2 + .byte W24 + .byte VOL , 59*bgm_machupi_mvl/mxv + .byte N24 , Fn2 + .byte W24 + .byte VOL , 48*bgm_machupi_mvl/mxv + .byte N24 , Gs2 + .byte W02 + .byte VOL , 50*bgm_machupi_mvl/mxv + .byte W03 + .byte 53*bgm_machupi_mvl/mxv + .byte W03 + .byte 59*bgm_machupi_mvl/mxv + .byte W04 + .byte 64*bgm_machupi_mvl/mxv + .byte W02 + .byte 68*bgm_machupi_mvl/mxv + .byte W03 + .byte 73*bgm_machupi_mvl/mxv + .byte W03 + .byte 77*bgm_machupi_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte VOL , 39*bgm_machupi_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , Dn4 + .byte W06 +bgm_machupi_8_B1: + .byte VOICE , 81 + .byte VOL , 40*bgm_machupi_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , Ds5 , v112 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W36 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gs4 + .byte W06 +bgm_machupi_8_000: + .byte N06 , As4 , v112 + .byte W48 + .byte Gs4 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte PEND + .byte N06 , As4 + .byte W72 + .byte N03 , Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte VOICE , 83 + .byte N06 , Dn4 + .byte W06 + .byte Ds5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , As4 + .byte W06 + .byte Fs5 , v064 + .byte W03 + .byte Bn4 , v112 + .byte W03 + .byte As4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte Gs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , As4 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Gs4 + .byte W36 + .byte Cs5 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte N03 , Bn4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte PATT + .word bgm_machupi_8_000 + .byte N06 , As4 , v112 + .byte W96 + .byte VOICE , 81 + .byte VOL , 40*bgm_machupi_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+63 + .byte VOL , 26*bgm_machupi_mvl/mxv + .byte N03 , Ds4 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte Fs3 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Fs3 + .byte N03 , Ds4 , v060 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v060 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Bn2 , v112 + .byte W03 + .byte Bn2 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte Fn3 , v112 + .byte W03 + .byte Fn3 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte N03 , Dn4 , v112 + .byte W03 + .byte Fn3 + .byte N03 , Dn4 , v060 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v060 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v060 + .byte W03 + .byte En3 , v112 + .byte W03 + .byte En3 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte N03 , Cs4 , v112 + .byte W03 + .byte En3 + .byte N03 , Cs4 , v060 + .byte W03 + .byte En3 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte Cs4 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v060 + .byte W03 + .byte An2 , v112 + .byte W03 + .byte An2 , v060 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v060 + .byte W03 + .byte Cn3 , v112 + .byte W03 + .byte Cn3 , v060 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v060 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v060 + .byte W03 + .byte Cn3 , v112 + .byte W03 + .byte Cn3 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v060 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v060 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte Cn4 , v060 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v060 + .byte W03 + .byte W96 + .byte W72 + .byte PAN , c_v-61 + .byte BEND , c_v+2 + .byte W12 + .byte N06 , Bn2 , v112 + .byte W06 + .byte As2 + .byte W06 + .byte N48 , As3 + .byte W48 + .byte N06 , As3 , v036 + .byte W12 + .byte As3 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte N06 , Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N36 , En3 + .byte W36 + .byte N06 , En3 , v036 + .byte W30 + .byte N04 , Gs2 , v112 + .byte W04 + .byte N02 , Bn2 , v084 + .byte W04 + .byte En3 + .byte W04 + .byte N04 , Bn2 , v116 + .byte W04 + .byte N02 , En3 , v092 + .byte W04 + .byte Gs3 + .byte W04 + .byte N12 , As3 , v112 + .byte W12 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte N04 , Ds2 + .byte W04 + .byte N02 , Fs2 , v084 + .byte W04 + .byte As2 + .byte W04 + .byte N04 , Ds3 , v116 + .byte W04 + .byte N02 , Fs3 , v092 + .byte W04 + .byte As3 + .byte W04 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte Bn2 + .byte W03 + .byte Cs3 + .byte W03 + .byte Bn2 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N48 , As3 + .byte W48 + .byte N06 , As3 , v036 + .byte W44 + .byte W01 + .byte N03 , An3 , v112 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte N03 , En3 + .byte W03 + .byte As3 + .byte W03 + .byte N06 , Bn3 + .byte W06 + .byte En3 + .byte W06 + .byte En4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Gs2 + .byte W06 + .byte N03 , Bn2 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Bn2 + .byte W06 + .byte N03 , En3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , Fs3 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte En3 + .byte W06 + .byte Cn3 + .byte W03 + .byte N09 , Cs3 + .byte W12 + .byte N03 , Dn3 + .byte W06 + .byte Dn3 , v084 + .byte W06 + .byte N09 , Ds2 , v127 + .byte W12 + .byte N01 , Ds2 , v112 + .byte W03 + .byte N03 , Ds2 , v028 + .byte W03 + .byte N01 , Ds2 , v112 + .byte W03 + .byte N03 , Ds2 , v024 + .byte W03 + .byte N01 , Ds2 , v048 + .byte W06 + .byte Ds2 , v120 + .byte W06 + .byte Ds2 , v112 + .byte W06 + .byte Ds2 , v052 + .byte W06 + .byte Ds2 , v120 + .byte W06 + .byte N06 , Ds2 , v124 + .byte W06 + .byte N01 , Ds2 , v096 + .byte W06 + .byte Ds2 , v120 + .byte W03 + .byte N03 , Ds2 , v096 + .byte W03 + .byte N09 , En2 , v124 + .byte W12 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte GOTO + .word bgm_machupi_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_machupi_9: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 60*bgm_machupi_mvl/mxv + .byte N06 , Cn1 , v112 + .byte W48 + .byte N06 + .byte W24 + .byte Dn1 , v092 + .byte W06 + .byte Dn1 , v064 + .byte W06 + .byte Dn1 , v052 + .byte W06 + .byte Dn1 , v036 + .byte W06 + .byte Cn1 , v112 + .byte W24 + .byte Dn1 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v048 + .byte W42 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte Cn1 , v112 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 +bgm_machupi_9_000: + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte Dn1 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v048 + .byte W18 + .byte Cn1 , v112 + .byte W12 + .byte Dn1 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v056 + .byte W06 + .byte Dn1 , v048 + .byte W06 + .byte PEND + .byte PATT + .word bgm_machupi_9_000 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte N03 , Dn3 + .byte W03 + .byte N03 + .byte W03 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , En3 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Dn3 + .byte W06 + .byte Cn1 , v072 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte N03 , Dn3 , v108 + .byte W03 + .byte Dn3 , v064 + .byte W03 + .byte Dn3 , v080 + .byte W03 + .byte Dn3 , v068 + .byte W03 + .byte Dn3 , v096 + .byte W03 + .byte Dn3 , v072 + .byte W03 + .byte Dn3 , v120 + .byte W03 + .byte Dn3 , v096 + .byte W03 +bgm_machupi_9_B1: +bgm_machupi_9_001: + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte Cn1 , v080 + .byte W06 + .byte PEND + .byte Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte Cn1 , v072 + .byte W06 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N06 + .byte W06 +bgm_machupi_9_002: + .byte N06 , Dn3 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W18 + .byte N06 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte N03 , Dn3 , v108 + .byte W03 + .byte Dn3 , v064 + .byte W03 + .byte Dn3 , v080 + .byte W03 + .byte Dn3 , v068 + .byte W03 + .byte Dn3 , v096 + .byte W03 + .byte Dn3 , v072 + .byte W03 + .byte Dn3 , v120 + .byte W06 + .byte PEND + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte En3 , v096 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 , v080 + .byte W06 +bgm_machupi_9_003: + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte PEND + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte Cn1 , v072 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En3 + .byte W06 + .byte N06 + .byte W06 + .byte Dn3 + .byte W06 + .byte PATT + .word bgm_machupi_9_002 + .byte N48 , An2 , v112 + .byte W48 + .byte N04 , En1 + .byte W08 + .byte En1 , v076 + .byte W08 + .byte En1 , v060 + .byte W08 + .byte En1 , v036 + .byte W08 + .byte En1 , v024 + .byte W08 + .byte En1 , v004 + .byte W08 + .byte W48 + .byte En1 , v112 + .byte W08 + .byte En1 , v076 + .byte W08 + .byte En1 , v060 + .byte W08 + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v056 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte W48 + .byte N04 , En1 , v112 + .byte W08 + .byte En1 , v076 + .byte W08 + .byte En1 , v060 + .byte W08 + .byte En1 , v036 + .byte W08 + .byte En1 , v024 + .byte W08 + .byte En1 , v004 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v076 + .byte W08 + .byte En1 , v060 + .byte W08 + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , En1 , v112 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En1 + .byte W06 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , En1 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Cn1 + .byte W12 + .byte N24 , An2 + .byte W48 + .byte PATT + .word bgm_machupi_9_001 + .byte PATT + .word bgm_machupi_9_003 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 , v096 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Dn3 + .byte W03 + .byte N03 + .byte W03 + .byte N06 + .byte W06 + .byte Cn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte PATT + .word bgm_machupi_9_001 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte PATT + .word bgm_machupi_9_001 + .byte N06 , Cn1 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte Dn3 + .byte W06 + .byte N03 , Cn1 , v096 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W12 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte GOTO + .word bgm_machupi_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_machupi_10: + .byte KEYSH , bgm_machupi_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 24 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte VOL , 29*bgm_machupi_mvl/mxv + .byte BENDR , 12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte MOD , 1 + .byte N06 , As3 , v112 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte N03 , As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte N48 , As4 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 1 + .byte N03 , An4 , v056 + .byte W03 + .byte Gs4 + .byte W03 + .byte Gn4 , v052 + .byte W03 + .byte Fs4 + .byte W15 + .byte W96 +bgm_machupi_10_B1: + .byte W96 + .byte W96 + .byte W96 + .byte MOD , 1 + .byte N06 , As2 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte N03 , As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte N48 , As3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 1 + .byte N03 , An3 + .byte W03 + .byte Gs3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fs3 , v048 + .byte W15 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Cs4 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Cs4 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte N36 , Fn4 + .byte W24 + .byte MOD , 13 + .byte W12 + .byte 1 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N12 , Dn4 + .byte W18 + .byte N03 , Fn4 + .byte W06 + .byte N12 , Gs4 + .byte W18 + .byte N03 , As4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte An4 + .byte W03 + .byte As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte N12 , As4 + .byte W12 + .byte N03 , An4 + .byte W03 + .byte N54 , As4 + .byte W32 + .byte W01 + .byte MOD , 13 + .byte W21 + .byte 1 + .byte W03 + .byte N04 , Fs3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte N04 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Ds3 + .byte W08 + .byte En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N24 , Fs3 + .byte W24 + .byte N36 , Fn3 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 1 + .byte N03 , Fs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte Ds3 + .byte W03 + .byte N48 , Dn3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 1 + .byte N04 , En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N04 + .byte W08 + .byte Fn3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte N36 , Ds3 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 1 + .byte N03 , En3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N48 , Gs3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 1 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte N03 , As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte N48 , As3 + .byte W24 + .byte MOD , 11 + .byte W24 + .byte 1 + .byte N03 , An3 + .byte W03 + .byte Gs3 , v064 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fs3 , v048 + .byte W15 + .byte W96 + .byte GOTO + .word bgm_machupi_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_machupi: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_machupi_pri @ Priority + .byte bgm_machupi_rev @ Reverb. + + .word bgm_machupi_grp + + .word bgm_machupi_1 + .word bgm_machupi_2 + .word bgm_machupi_3 + .word bgm_machupi_4 + .word bgm_machupi_5 + .word bgm_machupi_6 + .word bgm_machupi_7 + .word bgm_machupi_8 + .word bgm_machupi_9 + .word bgm_machupi_10 + + .end diff --git a/sound/songs/bgm_me_asa.s b/sound/songs/bgm_me_asa.s new file mode 100644 index 000000000..1b6ba784d --- /dev/null +++ b/sound/songs/bgm_me_asa.s @@ -0,0 +1,150 @@ + .include "MPlayDef.s" + + .equ bgm_me_asa_grp, voicegroup_843129C + .equ bgm_me_asa_pri, 5 + .equ bgm_me_asa_rev, reverb_set+50 + .equ bgm_me_asa_mvl, 127 + .equ bgm_me_asa_key, 0 + .equ bgm_me_asa_tbs, 1 + .equ bgm_me_asa_exg, 0 + .equ bgm_me_asa_cmp, 1 + + .section .rodata + .global bgm_me_asa + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_asa_1: + .byte KEYSH , bgm_me_asa_key+0 + .byte TEMPO , 132*bgm_me_asa_tbs/2 + .byte VOICE , 46 + .byte VOL , 90*bgm_me_asa_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Bn4 , v112 + .byte W12 + .byte N06 , Bn4 , v052 + .byte W12 + .byte N12 , Bn4 , v112 + .byte W12 + .byte N06 , Bn4 , v052 + .byte W12 + .byte N12 , Bn4 , v112 + .byte W12 + .byte Gs4 + .byte W12 + .byte En5 + .byte W12 + .byte N06 , En5 , v052 + .byte W12 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_asa_2: + .byte KEYSH , bgm_me_asa_key+0 + .byte VOICE , 46 + .byte VOL , 90*bgm_me_asa_mvl/mxv + .byte PAN , c_v+48 + .byte N06 , En4 , v080 + .byte W12 + .byte En4 , v020 + .byte W12 + .byte En4 , v080 + .byte W12 + .byte En4 , v020 + .byte W12 + .byte En4 , v080 + .byte W12 + .byte En4 , v020 + .byte W12 + .byte Bn4 , v080 + .byte W12 + .byte Bn4 , v020 + .byte W12 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_asa_3: + .byte KEYSH , bgm_me_asa_key+0 + .byte VOICE , 46 + .byte VOL , 90*bgm_me_asa_mvl/mxv + .byte PAN , c_v-47 + .byte W12 + .byte N06 , Gs3 , v080 + .byte W12 + .byte Gs3 , v024 + .byte W12 + .byte Gs3 , v080 + .byte W12 + .byte Gs3 , v024 + .byte W12 + .byte Gs3 , v080 + .byte W12 + .byte En3 + .byte W12 + .byte En3 , v024 + .byte W12 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_asa_4: + .byte VOL , 90*bgm_me_asa_mvl/mxv + .byte KEYSH , bgm_me_asa_key+0 + .byte VOICE , 100 + .byte PAN , c_v+0 + .byte W12 + .byte N03 , En5 , v080 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , En5 , v024 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En5 , v080 + .byte W06 + .byte PAN , c_v+48 + .byte N03 , En5 , v024 + .byte W06 + .byte VOICE , 101 + .byte PAN , c_v+0 + .byte N03 , En4 , v080 + .byte W06 + .byte PAN , c_v-48 + .byte N03 , En4 , v024 + .byte W30 + .byte VOICE , 100 + .byte PAN , c_v+0 + .byte N03 , En5 , v080 + .byte W06 + .byte PAN , c_v+48 + .byte N03 , En5 , v024 + .byte W18 + .byte PAN , c_v+0 + .byte N03 , En5 , v072 + .byte W06 + .byte En5 , v028 + .byte W18 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_asa: + .byte 4 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_asa_pri @ Priority + .byte bgm_me_asa_rev @ Reverb. + + .word bgm_me_asa_grp + + .word bgm_me_asa_1 + .word bgm_me_asa_2 + .word bgm_me_asa_3 + .word bgm_me_asa_4 + + .end diff --git a/sound/songs/bgm_me_b_big.s b/sound/songs/bgm_me_b_big.s new file mode 100644 index 000000000..b59c162bb --- /dev/null +++ b/sound/songs/bgm_me_b_big.s @@ -0,0 +1,442 @@ + .include "MPlayDef.s" + + .equ bgm_me_b_big_grp, voicegroup_843129C + .equ bgm_me_b_big_pri, 5 + .equ bgm_me_b_big_rev, reverb_set+50 + .equ bgm_me_b_big_mvl, 127 + .equ bgm_me_b_big_key, 0 + .equ bgm_me_b_big_tbs, 1 + .equ bgm_me_b_big_exg, 0 + .equ bgm_me_b_big_cmp, 1 + + .section .rodata + .global bgm_me_b_big + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_b_big_1: + .byte KEYSH , bgm_me_b_big_key+0 + .byte W12 + .byte VOICE , 48 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , Gn3 , v040 + .byte W08 + .byte Bn3 , v052 + .byte W08 + .byte Dn4 , v060 + .byte W08 + .byte TEMPO , 144*bgm_me_b_big_tbs/2 + .byte VOICE , 56 + .byte N04 , Gn3 , v116 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N44 , Dn4 + .byte W24 + .byte MOD , 6 + .byte W04 + .byte VOL , 88*bgm_me_b_big_mvl/mxv + .byte W04 + .byte 81*bgm_me_b_big_mvl/mxv + .byte W04 + .byte 68*bgm_me_b_big_mvl/mxv + .byte W04 + .byte 49*bgm_me_b_big_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W04 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte N05 , Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn4 + .byte W08 + .byte N48 , Bn4 + .byte W03 + .byte VOL , 82*bgm_me_b_big_mvl/mxv + .byte W03 + .byte 79*bgm_me_b_big_mvl/mxv + .byte W03 + .byte 68*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 72*bgm_me_b_big_mvl/mxv + .byte W01 + .byte MOD , 6 + .byte W05 + .byte VOL , 76*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 82*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 85*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 90*bgm_me_b_big_mvl/mxv + .byte W09 + .byte MOD , 0 + .byte N12 + .byte W48 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_b_big_2: + .byte KEYSH , bgm_me_b_big_key+0 + .byte W12 + .byte VOICE , 48 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte PAN , c_v+10 + .byte W04 + .byte N08 , An3 , v044 + .byte W08 + .byte Cn4 , v056 + .byte W08 + .byte N04 , Fs4 , v064 + .byte W04 + .byte N08 , Gn4 , v060 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte W24 + .byte N08 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte Gn5 + .byte W08 + .byte En5 + .byte W08 + .byte N48 , Gn5 + .byte W03 + .byte VOL , 82*bgm_me_b_big_mvl/mxv + .byte W03 + .byte 79*bgm_me_b_big_mvl/mxv + .byte W03 + .byte 68*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 72*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 76*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 82*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 85*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 90*bgm_me_b_big_mvl/mxv + .byte W09 + .byte N12 + .byte W48 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_b_big_3: + .byte KEYSH , bgm_me_b_big_key+0 + .byte W12 + .byte W24 + .byte VOICE , 47 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , Gn2 , v127 + .byte W08 + .byte N16 , Bn1 + .byte W16 + .byte N24 , Dn2 + .byte W40 + .byte N08 , Gn2 + .byte W08 + .byte N24 , Dn2 + .byte W24 + .byte N04 , Cn2 + .byte W04 + .byte N04 + .byte W04 + .byte N08 + .byte W08 + .byte N08 + .byte W08 + .byte N04 , Gn2 + .byte W04 + .byte Dn2 , v092 + .byte W04 + .byte Dn2 , v096 + .byte W04 + .byte N04 + .byte W04 + .byte Dn2 , v100 + .byte W04 + .byte Dn2 , v104 + .byte W04 + .byte Dn2 , v108 + .byte W04 + .byte Dn2 , v112 + .byte W04 + .byte Dn2 , v116 + .byte W04 + .byte N04 + .byte W04 + .byte Dn2 , v120 + .byte W04 + .byte Dn2 , v124 + .byte W04 + .byte N24 , Gn2 , v127 + .byte W48 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_b_big_4: + .byte KEYSH , bgm_me_b_big_key+0 + .byte W12 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte W24 + .byte VOICE , 82 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte PAN , c_v-48 + .byte N04 , Dn3 , v052 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N68 , Bn3 + .byte W24 + .byte MOD , 6 + .byte W04 + .byte VOL , 87*bgm_me_b_big_mvl/mxv + .byte W08 + .byte 75*bgm_me_b_big_mvl/mxv + .byte W09 + .byte 64*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 54*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 43*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 27*bgm_me_b_big_mvl/mxv + .byte W03 + .byte 9*bgm_me_b_big_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte N04 , Gn3 + .byte W08 + .byte En4 + .byte W08 + .byte Cn4 + .byte W08 + .byte N48 , Dn4 + .byte W16 + .byte MOD , 6 + .byte W32 + .byte 0 + .byte N12 + .byte W48 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_b_big_5: + .byte KEYSH , bgm_me_b_big_key+0 + .byte W12 + .byte XCMD , xIECV , 10 + .byte W24 + .byte VOICE , 83 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte PAN , c_v+47 + .byte BEND , c_v+0 + .byte N04 , Bn2 , v052 + .byte W08 + .byte Dn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N68 , Gn3 + .byte W24 + .byte MOD , 6 + .byte W04 + .byte VOL , 87*bgm_me_b_big_mvl/mxv + .byte W08 + .byte 75*bgm_me_b_big_mvl/mxv + .byte W09 + .byte 64*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 54*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 43*bgm_me_b_big_mvl/mxv + .byte W06 + .byte 27*bgm_me_b_big_mvl/mxv + .byte W03 + .byte 9*bgm_me_b_big_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte W04 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte N04 , En3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gn3 + .byte W08 + .byte N48 , Bn3 + .byte W16 + .byte MOD , 6 + .byte W32 + .byte 0 + .byte N12 + .byte W48 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_me_b_big_6: + .byte KEYSH , bgm_me_b_big_key+0 + .byte W12 + .byte W24 + .byte VOICE , 88 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte W24 + .byte N24 , Gn1 , v080 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N16 + .byte W16 + .byte Bn1 + .byte W16 + .byte Cn2 + .byte W16 + .byte Bn1 + .byte W16 + .byte An1 + .byte W16 + .byte N08 , Gn1 + .byte W08 + .byte N04 , Dn1 + .byte W04 + .byte Fs1 + .byte W04 + .byte N12 , Gn1 + .byte W48 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_me_b_big_7: + .byte KEYSH , bgm_me_b_big_key+0 + .byte W12 + .byte W24 + .byte VOICE , 0 + .byte VOL , 90*bgm_me_b_big_mvl/mxv + .byte N04 , En1 , v112 + .byte W04 + .byte En1 , v076 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte En1 , v084 + .byte W04 + .byte En1 , v088 + .byte W04 + .byte En1 , v112 + .byte N72 , Bn2 , v092 + .byte W16 + .byte N04 , En1 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v068 + .byte W04 + .byte En1 , v088 + .byte W04 + .byte En1 , v108 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v120 + .byte W16 + .byte En1 , v092 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte N48 , Bn2 , v092 + .byte W04 + .byte N04 , En1 , v076 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v080 + .byte W04 + .byte En1 , v084 + .byte W04 + .byte En1 , v088 + .byte W04 + .byte En1 , v092 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v096 + .byte W04 + .byte En1 , v100 + .byte W04 + .byte En1 , v104 + .byte W04 + .byte En1 , v108 + .byte W04 + .byte En1 , v120 + .byte N24 , Bn2 , v092 + .byte W48 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_b_big: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_b_big_pri @ Priority + .byte bgm_me_b_big_rev @ Reverb. + + .word bgm_me_b_big_grp + + .word bgm_me_b_big_1 + .word bgm_me_b_big_2 + .word bgm_me_b_big_3 + .word bgm_me_b_big_4 + .word bgm_me_b_big_5 + .word bgm_me_b_big_6 + .word bgm_me_b_big_7 + + .end diff --git a/sound/songs/bgm_me_b_small.s b/sound/songs/bgm_me_b_small.s new file mode 100644 index 000000000..d92fb9aae --- /dev/null +++ b/sound/songs/bgm_me_b_small.s @@ -0,0 +1,257 @@ + .include "MPlayDef.s" + + .equ bgm_me_b_small_grp, voicegroup_843129C + .equ bgm_me_b_small_pri, 5 + .equ bgm_me_b_small_rev, reverb_set+50 + .equ bgm_me_b_small_mvl, 127 + .equ bgm_me_b_small_key, 0 + .equ bgm_me_b_small_tbs, 1 + .equ bgm_me_b_small_exg, 0 + .equ bgm_me_b_small_cmp, 1 + + .section .rodata + .global bgm_me_b_small + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_b_small_1: + .byte KEYSH , bgm_me_b_small_key+0 + .byte TEMPO , 144*bgm_me_b_small_tbs/2 + .byte W09 + .byte VOICE , 56 + .byte VOL , 90*bgm_me_b_small_mvl/mxv + .byte PAN , c_v+6 + .byte N03 , Cs3 , v084 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , As3 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Cs4 + .byte W03 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N06 , En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N12 , Fs4 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_b_small_2: + .byte KEYSH , bgm_me_b_small_key+0 + .byte W24 + .byte VOICE , 60 + .byte VOL , 90*bgm_me_b_small_mvl/mxv + .byte PAN , c_v-16 + .byte N24 , Fs2 , v080 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte As3 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_b_small_3: + .byte KEYSH , bgm_me_b_small_key+0 + .byte W24 + .byte VOICE , 47 + .byte VOL , 90*bgm_me_b_small_mvl/mxv + .byte PAN , c_v-4 + .byte W48 + .byte N03 , Ds2 , v120 + .byte W03 + .byte Ds2 , v092 + .byte W03 + .byte Ds2 , v096 + .byte W03 + .byte Ds2 , v100 + .byte W03 + .byte N06 , Ds2 , v108 + .byte W06 + .byte Ds2 , v116 + .byte W06 + .byte N24 , Fs2 , v120 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_b_small_4: + .byte KEYSH , bgm_me_b_small_key+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte W24 + .byte VOICE , 90 + .byte VOL , 90*bgm_me_b_small_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Fs5 , v040 + .byte W12 + .byte Cs5 + .byte W06 + .byte N03 + .byte W06 + .byte Fs5 + .byte W12 + .byte Cs5 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Fs5 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_b_small_5: + .byte KEYSH , bgm_me_b_small_key+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte BEND , c_v+0 + .byte W24 + .byte VOICE , 83 + .byte VOL , 90*bgm_me_b_small_mvl/mxv + .byte PAN , c_v+48 + .byte N06 , Fs3 , v052 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cs3 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Fs4 + .byte W03 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N06 , Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte N12 , As4 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_me_b_small_6: + .byte KEYSH , bgm_me_b_small_key+0 + .byte W24 + .byte VOICE , 88 + .byte VOL , 90*bgm_me_b_small_mvl/mxv + .byte N12 , Fs1 , v080 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte Fn1 + .byte W06 + .byte N12 , Fs1 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_me_b_small_7: + .byte KEYSH , bgm_me_b_small_key+0 + .byte W24 + .byte VOICE , 0 + .byte VOL , 90*bgm_me_b_small_mvl/mxv + .byte N06 , En1 , v100 + .byte N72 , Bn2 , v092 + .byte W24 + .byte N06 , En1 , v100 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v092 + .byte W03 + .byte N06 , En1 , v096 + .byte W06 + .byte En1 , v108 + .byte W06 + .byte N09 , En1 , v100 + .byte N24 , Bn2 , v092 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_b_small: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_b_small_pri @ Priority + .byte bgm_me_b_small_rev @ Reverb. + + .word bgm_me_b_small_grp + + .word bgm_me_b_small_1 + .word bgm_me_b_small_2 + .word bgm_me_b_small_3 + .word bgm_me_b_small_4 + .word bgm_me_b_small_5 + .word bgm_me_b_small_6 + .word bgm_me_b_small_7 + + .end diff --git a/sound/songs/bgm_me_bachi.s b/sound/songs/bgm_me_bachi.s new file mode 100644 index 000000000..d7ddef294 --- /dev/null +++ b/sound/songs/bgm_me_bachi.s @@ -0,0 +1,544 @@ + .include "MPlayDef.s" + + .equ bgm_me_bachi_grp, voicegroup_843129C + .equ bgm_me_bachi_pri, 5 + .equ bgm_me_bachi_rev, reverb_set+50 + .equ bgm_me_bachi_mvl, 127 + .equ bgm_me_bachi_key, 0 + .equ bgm_me_bachi_tbs, 1 + .equ bgm_me_bachi_exg, 0 + .equ bgm_me_bachi_cmp, 1 + + .section .rodata + .global bgm_me_bachi + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_bachi_1: + .byte KEYSH , bgm_me_bachi_key+0 + .byte W12 + .byte TEMPO , 144*bgm_me_bachi_tbs/2 + .byte VOICE , 82 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 90*bgm_me_bachi_mvl/mxv + .byte PAN , c_v+47 + .byte N09 , Fn4 , v060 + .byte W18 + .byte N03 , Dn4 + .byte W06 + .byte N24 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte VOICE , 80 + .byte MOD , 0 + .byte PAN , c_v+0 + .byte N06 , Fn3 , v072 + .byte W06 + .byte As2 , v060 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 , v072 + .byte W06 + .byte Fn3 , v060 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte VOICE , 82 + .byte PAN , c_v+47 + .byte N09 , Gn4 , v056 + .byte W18 + .byte N03 , En4 , v060 + .byte W06 + .byte N24 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOICE , 80 + .byte MOD , 0 + .byte PAN , c_v+0 + .byte N06 , Gn3 , v072 + .byte W06 + .byte Cn3 , v060 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 , v072 + .byte W06 + .byte Gn3 , v060 + .byte W06 + .byte Cn4 + .byte W06 + .byte En4 + .byte W06 + .byte VOICE , 82 + .byte PAN , c_v-47 + .byte N48 , An4 + .byte W05 + .byte VOL , 76*bgm_me_bachi_mvl/mxv + .byte W04 + .byte 65*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 68*bgm_me_bachi_mvl/mxv + .byte W01 + .byte MOD , 6 + .byte W04 + .byte VOL , 71*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 75*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 77*bgm_me_bachi_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte W01 + .byte VOL , 80*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 84*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 87*bgm_me_bachi_mvl/mxv + .byte W04 + .byte 90*bgm_me_bachi_mvl/mxv + .byte MOD , 0 + .byte N09 + .byte W48 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_bachi_2: + .byte KEYSH , bgm_me_bachi_key+0 + .byte W12 + .byte VOICE , 56 + .byte VOL , 90*bgm_me_bachi_mvl/mxv + .byte PAN , c_v+11 + .byte N09 , As4 , v116 + .byte W18 + .byte N03 , Fn4 + .byte W06 + .byte N44 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte VOL , 78*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 63*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 38*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 14*bgm_me_bachi_mvl/mxv + .byte W03 + .byte 0*bgm_me_bachi_mvl/mxv + .byte W03 + .byte 90*bgm_me_bachi_mvl/mxv + .byte MOD , 0 + .byte N03 , An4 , v100 + .byte W03 + .byte N06 , As4 , v116 + .byte W12 + .byte Bn4 + .byte W12 + .byte N09 , Cn5 + .byte W18 + .byte N03 , Gn4 + .byte W06 + .byte N44 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOL , 78*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 63*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 38*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 14*bgm_me_bachi_mvl/mxv + .byte W03 + .byte 0*bgm_me_bachi_mvl/mxv + .byte W03 + .byte 90*bgm_me_bachi_mvl/mxv + .byte MOD , 0 + .byte N03 , Bn4 , v100 + .byte W03 + .byte N24 , Cn5 , v116 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N48 , Dn5 + .byte W05 + .byte VOL , 76*bgm_me_bachi_mvl/mxv + .byte W04 + .byte 65*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 68*bgm_me_bachi_mvl/mxv + .byte W01 + .byte MOD , 6 + .byte W04 + .byte VOL , 71*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 75*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 77*bgm_me_bachi_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte W01 + .byte VOL , 80*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 84*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 87*bgm_me_bachi_mvl/mxv + .byte W04 + .byte 90*bgm_me_bachi_mvl/mxv + .byte MOD , 0 + .byte N09 + .byte W48 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_bachi_3: + .byte KEYSH , bgm_me_bachi_key+0 + .byte W12 + .byte VOICE , 88 + .byte VOL , 90*bgm_me_bachi_mvl/mxv + .byte N09 , As1 , v080 + .byte W18 + .byte N03 + .byte W06 + .byte N24 + .byte W24 + .byte N18 , Dn2 + .byte W18 + .byte Cn2 + .byte W18 + .byte N12 , As1 + .byte W12 + .byte N09 , Cn2 + .byte W18 + .byte N03 + .byte W06 + .byte N24 + .byte W24 + .byte N18 , En2 + .byte W18 + .byte Dn2 + .byte W18 + .byte N12 , Cn2 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte N09 , Dn2 + .byte W48 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_bachi_4: + .byte KEYSH , bgm_me_bachi_key+0 + .byte W12 + .byte VOICE , 47 + .byte VOL , 90*bgm_me_bachi_mvl/mxv + .byte PAN , c_v-13 + .byte N06 , As1 , v127 + .byte W36 + .byte As1 , v100 + .byte W06 + .byte Fn1 + .byte W06 + .byte As1 , v127 + .byte W12 + .byte Fn1 + .byte W12 + .byte As1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Cn2 + .byte W36 + .byte Cn2 , v100 + .byte W06 + .byte Gn1 + .byte W06 + .byte Cn2 , v127 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W48 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_bachi_5: + .byte KEYSH , bgm_me_bachi_key+0 + .byte W12 + .byte VOICE , 83 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 90*bgm_me_bachi_mvl/mxv + .byte PAN , c_v-48 + .byte BEND , c_v+0 + .byte N09 , Dn4 , v060 + .byte W18 + .byte N03 , As3 + .byte W06 + .byte N24 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte 0 + .byte W06 + .byte VOICE , 81 + .byte PAN , c_v+48 + .byte BEND , c_v-2 + .byte N06 , Fn3 , v052 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , As2 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Dn3 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Fn3 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Dn3 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Fn3 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , As3 + .byte W06 + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte BEND , c_v+0 + .byte N09 , En4 , v060 + .byte W18 + .byte N03 , Cn4 + .byte W06 + .byte N24 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte W06 + .byte VOICE , 81 + .byte PAN , c_v+48 + .byte BEND , c_v-2 + .byte N06 , Gn3 , v052 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Cn3 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , En3 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Gn3 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , En3 + .byte W06 + .byte PAN , c_v-48 + .byte N06 , Gn3 + .byte W06 + .byte PAN , c_v+48 + .byte N06 , Cn4 + .byte W06 + .byte VOICE , 83 + .byte BEND , c_v+0 + .byte N48 , Fs4 , v060 + .byte W05 + .byte VOL , 76*bgm_me_bachi_mvl/mxv + .byte W04 + .byte 65*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 68*bgm_me_bachi_mvl/mxv + .byte W01 + .byte MOD , 6 + .byte W04 + .byte VOL , 71*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 75*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 77*bgm_me_bachi_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte W01 + .byte VOL , 80*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 84*bgm_me_bachi_mvl/mxv + .byte W05 + .byte 87*bgm_me_bachi_mvl/mxv + .byte W04 + .byte 90*bgm_me_bachi_mvl/mxv + .byte MOD , 0 + .byte N09 + .byte W48 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_me_bachi_6: + .byte KEYSH , bgm_me_bachi_key+0 + .byte W12 + .byte VOICE , 56 + .byte VOL , 90*bgm_me_bachi_mvl/mxv + .byte PAN , c_v+0 + .byte W68 + .byte W01 + .byte N03 , En4 , v080 + .byte W03 + .byte N06 , Fn4 , v100 + .byte W12 + .byte Gn4 + .byte W12 + .byte W68 + .byte W01 + .byte N03 , Fs4 , v080 + .byte W03 + .byte N24 , Gn4 , v100 + .byte W24 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_me_bachi_7: + .byte KEYSH , bgm_me_bachi_key+0 + .byte W12 + .byte VOICE , 0 + .byte VOL , 90*bgm_me_bachi_mvl/mxv + .byte N06 , En1 , v096 + .byte N24 , Bn2 , v100 + .byte W18 + .byte N06 , En1 , v096 + .byte W06 + .byte En1 , v120 + .byte W12 + .byte N03 , En1 , v100 + .byte W03 + .byte N03 + .byte W03 + .byte N06 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N03 , En1 , v084 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v096 + .byte N24 , Bn2 , v100 + .byte W18 + .byte N06 , En1 , v096 + .byte W06 + .byte En1 , v120 + .byte W12 + .byte N03 , En1 , v100 + .byte W03 + .byte N03 + .byte W03 + .byte N06 + .byte W06 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N03 , En1 , v084 + .byte W03 + .byte En1 , v080 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v096 + .byte N24 , Bn2 , v100 + .byte W18 + .byte N06 , En1 , v096 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v120 + .byte N24 , Bn2 , v100 + .byte W48 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_bachi: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_bachi_pri @ Priority + .byte bgm_me_bachi_rev @ Reverb. + + .word bgm_me_bachi_grp + + .word bgm_me_bachi_1 + .word bgm_me_bachi_2 + .word bgm_me_bachi_3 + .word bgm_me_bachi_4 + .word bgm_me_bachi_5 + .word bgm_me_bachi_6 + .word bgm_me_bachi_7 + + .end diff --git a/sound/songs/bgm_me_kinomi.s b/sound/songs/bgm_me_kinomi.s new file mode 100644 index 000000000..8cbfd9ffa --- /dev/null +++ b/sound/songs/bgm_me_kinomi.s @@ -0,0 +1,167 @@ + .include "MPlayDef.s" + + .equ bgm_me_kinomi_grp, voicegroup_843129C + .equ bgm_me_kinomi_pri, 5 + .equ bgm_me_kinomi_rev, reverb_set+50 + .equ bgm_me_kinomi_mvl, 127 + .equ bgm_me_kinomi_key, 0 + .equ bgm_me_kinomi_tbs, 1 + .equ bgm_me_kinomi_exg, 0 + .equ bgm_me_kinomi_cmp, 1 + + .section .rodata + .global bgm_me_kinomi + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_kinomi_1: + .byte KEYSH , bgm_me_kinomi_key+0 + .byte W12 + .byte TEMPO , 140*bgm_me_kinomi_tbs/2 + .byte VOICE , 13 + .byte PAN , c_v-10 + .byte VOL , 90*bgm_me_kinomi_mvl/mxv + .byte N04 , Fn4 , v092 + .byte W04 + .byte Fn4 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte Cn4 , v092 + .byte W04 + .byte Cn4 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte Cn5 , v092 + .byte W08 + .byte Dn5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Fn5 + .byte W04 + .byte Fn5 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W36 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_kinomi_2: + .byte KEYSH , bgm_me_kinomi_key+0 + .byte W12 + .byte VOICE , 13 + .byte PAN , c_v+31 + .byte VOL , 90*bgm_me_kinomi_mvl/mxv + .byte W24 + .byte N04 , Gn4 , v092 + .byte W08 + .byte As4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N16 , An4 + .byte W48 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_kinomi_3: + .byte KEYSH , bgm_me_kinomi_key+0 + .byte W12 + .byte VOICE , 1 + .byte VOL , 90*bgm_me_kinomi_mvl/mxv + .byte PAN , c_v-32 + .byte N24 , Fn3 , v080 + .byte W24 + .byte N04 , Gn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N16 , Fn3 + .byte W48 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_kinomi_4: + .byte KEYSH , bgm_me_kinomi_key+0 + .byte W12 + .byte VOICE , 1 + .byte VOL , 90*bgm_me_kinomi_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , An2 , v080 + .byte W24 + .byte N04 , As2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N16 , An2 + .byte W48 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_kinomi_5: + .byte KEYSH , bgm_me_kinomi_key+0 + .byte W12 + .byte VOICE , 100 + .byte VOL , 90*bgm_me_kinomi_mvl/mxv + .byte PAN , c_v+0 + .byte N04 , Cn5 , v060 + .byte W08 + .byte PAN , c_v-49 + .byte N04 , Cn5 , v020 + .byte W16 + .byte VOICE , 101 + .byte PAN , c_v-1 + .byte N04 , As3 , v060 + .byte W08 + .byte Gn3 + .byte W08 + .byte PAN , c_v+50 + .byte N04 , Gn3 , v020 + .byte W08 + .byte VOICE , 100 + .byte PAN , c_v+0 + .byte N04 , An3 , v060 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , An3 , v020 + .byte W16 + .byte VOICE , 101 + .byte PAN , c_v+0 + .byte N04 , An3 , v060 + .byte W08 + .byte PAN , c_v+50 + .byte N04 , An3 , v020 + .byte W16 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_kinomi: + .byte 5 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_kinomi_pri @ Priority + .byte bgm_me_kinomi_rev @ Reverb. + + .word bgm_me_kinomi_grp + + .word bgm_me_kinomi_1 + .word bgm_me_kinomi_2 + .word bgm_me_kinomi_3 + .word bgm_me_kinomi_4 + .word bgm_me_kinomi_5 + + .end diff --git a/sound/songs/bgm_me_shinka.s b/sound/songs/bgm_me_shinka.s new file mode 100644 index 000000000..6d6e66c0b --- /dev/null +++ b/sound/songs/bgm_me_shinka.s @@ -0,0 +1,94 @@ + .include "MPlayDef.s" + + .equ bgm_me_shinka_grp, voicegroup_8434B18 + .equ bgm_me_shinka_pri, 0 + .equ bgm_me_shinka_rev, reverb_set+50 + .equ bgm_me_shinka_mvl, 127 + .equ bgm_me_shinka_key, 0 + .equ bgm_me_shinka_tbs, 1 + .equ bgm_me_shinka_exg, 0 + .equ bgm_me_shinka_cmp, 1 + + .section .rodata + .global bgm_me_shinka + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_shinka_1: + .byte KEYSH , bgm_me_shinka_key+0 + .byte TEMPO , 120*bgm_me_shinka_tbs/2 + .byte VOICE , 47 + .byte VOL , 80*bgm_me_shinka_mvl/mxv + .byte PAN , c_v-8 + .byte N24 , Dn2 , v127 + .byte W48 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_shinka_2: + .byte KEYSH , bgm_me_shinka_key+0 + .byte VOICE , 80 + .byte VOL , 80*bgm_me_shinka_mvl/mxv + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v+0 + .byte N06 , Gn4 , v080 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Dn4 + .byte W30 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_shinka_3: + .byte KEYSH , bgm_me_shinka_key+0 + .byte VOICE , 82 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_me_shinka_mvl/mxv + .byte BEND , c_v+2 + .byte W06 + .byte N06 , Gn4 , v032 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Dn4 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_shinka_4: + .byte KEYSH , bgm_me_shinka_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_me_shinka_mvl/mxv + .byte PAN , c_v+23 + .byte N48 , Bn2 , v100 + .byte W48 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_shinka: + .byte 4 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_shinka_pri @ Priority + .byte bgm_me_shinka_rev @ Reverb. + + .word bgm_me_shinka_grp + + .word bgm_me_shinka_1 + .word bgm_me_shinka_2 + .word bgm_me_shinka_3 + .word bgm_me_shinka_4 + + .end diff --git a/sound/songs/bgm_me_tama.s b/sound/songs/bgm_me_tama.s new file mode 100644 index 000000000..9079ce7ef --- /dev/null +++ b/sound/songs/bgm_me_tama.s @@ -0,0 +1,683 @@ + .include "MPlayDef.s" + + .equ bgm_me_tama_grp, voicegroup_843129C + .equ bgm_me_tama_pri, 5 + .equ bgm_me_tama_rev, reverb_set+50 + .equ bgm_me_tama_mvl, 127 + .equ bgm_me_tama_key, 0 + .equ bgm_me_tama_tbs, 1 + .equ bgm_me_tama_exg, 0 + .equ bgm_me_tama_cmp, 1 + + .section .rodata + .global bgm_me_tama + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_tama_1: + .byte KEYSH , bgm_me_tama_key+0 + .byte W12 + .byte TEMPO , 140*bgm_me_tama_tbs/2 + .byte VOICE , 48 + .byte PAN , c_v-10 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte N04 , Cn3 , v076 + .byte W08 + .byte En3 + .byte W08 + .byte Gn3 , v084 + .byte W08 + .byte Bn3 , v076 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte TIE , Gs4 , v080 + .byte W96 + .byte W24 + .byte VOL , 77*bgm_me_tama_mvl/mxv + .byte W08 + .byte 70*bgm_me_tama_mvl/mxv + .byte W04 + .byte 60*bgm_me_tama_mvl/mxv + .byte W04 + .byte 46*bgm_me_tama_mvl/mxv + .byte W04 + .byte EOT + .byte W04 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte N04 , An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte An4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte En5 + .byte W04 + .byte N48 , Fn5 + .byte W48 + .byte N16 , Cs5 + .byte W16 + .byte Ds5 + .byte W16 + .byte Fn5 + .byte W16 + .byte N48 , Gs5 + .byte W48 + .byte N16 , Fn5 + .byte W16 + .byte Ds5 + .byte W16 + .byte Cs5 + .byte W16 + .byte N96 , Cn5 , v088 + .byte W96 + .byte N84 , Cn4 + .byte W44 + .byte VOL , 86*bgm_me_tama_mvl/mxv + .byte W08 + .byte 80*bgm_me_tama_mvl/mxv + .byte W08 + .byte 74*bgm_me_tama_mvl/mxv + .byte W08 + .byte 65*bgm_me_tama_mvl/mxv + .byte W08 + .byte 50*bgm_me_tama_mvl/mxv + .byte W04 + .byte 32*bgm_me_tama_mvl/mxv + .byte W16 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_tama_2: + .byte KEYSH , bgm_me_tama_key+0 + .byte W12 + .byte VOICE , 48 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte PAN , c_v-10 + .byte W04 + .byte N04 , Dn3 , v076 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte Cn4 , v076 + .byte W08 + .byte En4 + .byte W08 + .byte Gn4 + .byte W04 + .byte VOICE , 60 + .byte PAN , c_v+10 + .byte N96 , Cn4 , v088 + .byte W96 + .byte N08 , En4 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte En4 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte Cn3 + .byte W24 + .byte N96 , Fn4 + .byte W96 + .byte N08 , Gs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N16 + .byte W16 + .byte Cn4 + .byte W16 + .byte As3 + .byte W16 + .byte En3 , v076 + .byte W16 + .byte Gn3 , v080 + .byte W16 + .byte As3 + .byte W16 + .byte Cn4 , v084 + .byte W16 + .byte En4 , v088 + .byte W16 + .byte Gn4 , v092 + .byte W16 + .byte N84 , As4 , v100 + .byte W44 + .byte VOL , 86*bgm_me_tama_mvl/mxv + .byte W08 + .byte 80*bgm_me_tama_mvl/mxv + .byte W08 + .byte 74*bgm_me_tama_mvl/mxv + .byte W08 + .byte 65*bgm_me_tama_mvl/mxv + .byte W08 + .byte 50*bgm_me_tama_mvl/mxv + .byte W04 + .byte 32*bgm_me_tama_mvl/mxv + .byte W16 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_tama_3: + .byte KEYSH , bgm_me_tama_key+0 + .byte W12 + .byte W48 + .byte VOICE , 85 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte PAN , c_v+0 + .byte N04 , An5 , v040 + .byte W08 + .byte PAN , c_v-48 + .byte N04 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 , As5 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , An5 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 + .byte W08 + .byte PAN , c_v-48 + .byte N04 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 , As5 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , An5 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 + .byte W08 + .byte PAN , c_v-48 + .byte N04 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 , As5 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , An5 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 + .byte W08 + .byte PAN , c_v-48 + .byte N04 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 , As5 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , An5 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 +bgm_me_tama_3_000: + .byte PAN , c_v+0 + .byte N04 , As5 , v040 + .byte W08 + .byte PAN , c_v-48 + .byte N04 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 , Cn6 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , As5 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 + .byte W08 + .byte PAN , c_v-48 + .byte N04 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 , Cn6 + .byte W08 + .byte PAN , c_v-48 + .byte N04 , As5 + .byte W08 + .byte PAN , c_v+48 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_me_tama_3_000 + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte N16 , Gn3 , v060 + .byte W16 + .byte As3 + .byte W16 + .byte Cn4 + .byte W16 + .byte En4 + .byte W16 + .byte Gn4 + .byte W16 + .byte As4 + .byte W16 + .byte N84 , Cn5 + .byte W44 + .byte VOL , 86*bgm_me_tama_mvl/mxv + .byte W08 + .byte 80*bgm_me_tama_mvl/mxv + .byte W08 + .byte 74*bgm_me_tama_mvl/mxv + .byte W08 + .byte 65*bgm_me_tama_mvl/mxv + .byte W08 + .byte 50*bgm_me_tama_mvl/mxv + .byte W04 + .byte 32*bgm_me_tama_mvl/mxv + .byte W16 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_tama_4: + .byte KEYSH , bgm_me_tama_key+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 13 + .byte W12 + .byte W48 + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte N96 , En3 , v052 + .byte W96 + .byte N08 , Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte En3 + .byte W08 + .byte N24 , Cn3 + .byte W24 + .byte An2 + .byte W24 + .byte N96 , Cs4 + .byte W96 + .byte N08 , Fn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte N16 + .byte W16 + .byte Gs3 + .byte W16 + .byte Fs3 + .byte W16 + .byte PAN , c_v+48 + .byte N16 , Cn3 , v060 + .byte W16 + .byte En3 + .byte W16 + .byte Gn3 + .byte W16 + .byte As3 + .byte W16 + .byte Cn4 + .byte W16 + .byte En4 + .byte W16 + .byte N84 , Gn4 + .byte W44 + .byte VOL , 86*bgm_me_tama_mvl/mxv + .byte W08 + .byte 80*bgm_me_tama_mvl/mxv + .byte W08 + .byte 74*bgm_me_tama_mvl/mxv + .byte W08 + .byte 65*bgm_me_tama_mvl/mxv + .byte W08 + .byte 50*bgm_me_tama_mvl/mxv + .byte W04 + .byte 32*bgm_me_tama_mvl/mxv + .byte W16 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_tama_5: + .byte KEYSH , bgm_me_tama_key+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 13 + .byte W12 + .byte W48 + .byte VOICE , 47 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte N04 , An1 , v112 + .byte W04 + .byte N04 + .byte W04 + .byte PAN , c_v+31 + .byte N16 + .byte W16 + .byte PAN , c_v-33 + .byte N12 + .byte W32 + .byte PAN , c_v+31 + .byte N04 , En2 + .byte W08 + .byte PAN , c_v-32 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N24 , An1 + .byte W24 + .byte BEND , c_v-5 + .byte N08 , En2 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N08 , En2 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte PAN , c_v+32 + .byte N08 , En2 + .byte W08 + .byte PAN , c_v-33 + .byte N08 , An1 + .byte W08 + .byte PAN , c_v+32 + .byte N04 , En2 + .byte W04 + .byte N04 + .byte W04 + .byte PAN , c_v-33 + .byte N08 , An1 + .byte W08 + .byte PAN , c_v-1 + .byte N04 , En2 + .byte W04 + .byte En2 , v092 + .byte W04 + .byte En2 , v100 + .byte W04 + .byte En2 , v112 + .byte W04 + .byte As1 + .byte W04 + .byte N04 + .byte W04 + .byte PAN , c_v+31 + .byte N16 + .byte W16 + .byte PAN , c_v-33 + .byte N12 + .byte W32 + .byte PAN , c_v+31 + .byte N04 , Fn2 + .byte W08 + .byte PAN , c_v-32 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N24 , As1 + .byte W24 + .byte N08 , Fn2 + .byte W08 + .byte PAN , c_v+31 + .byte N16 , As1 + .byte W16 + .byte PAN , c_v-33 + .byte N08 , Fn2 + .byte W08 + .byte N16 , As1 + .byte W16 + .byte N08 , Fn2 + .byte W08 + .byte PAN , c_v+31 + .byte N08 , As1 + .byte W08 + .byte PAN , c_v-32 + .byte N04 , Fn2 + .byte W04 + .byte N04 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , As1 + .byte W08 + .byte N04 , Fn2 + .byte W04 + .byte Fn2 , v092 + .byte W04 + .byte Fn2 , v100 + .byte W04 + .byte Fn2 , v112 + .byte W04 + .byte Cn2 + .byte W04 + .byte N04 + .byte W04 + .byte N16 + .byte W16 + .byte N12 , En2 + .byte W16 + .byte PAN , c_v+32 + .byte N04 , As1 + .byte W08 + .byte PAN , c_v-33 + .byte N04 + .byte W08 + .byte PAN , c_v+0 + .byte N04 , Cn2 + .byte W04 + .byte Cn2 , v084 + .byte W04 + .byte Cn2 , v088 + .byte W04 + .byte Cn2 , v092 + .byte W04 + .byte N04 + .byte W04 + .byte Cn2 , v096 + .byte W04 + .byte Cn2 , v100 + .byte W04 + .byte N04 + .byte W04 + .byte Cn2 , v104 + .byte W04 + .byte Cn2 , v108 + .byte W04 + .byte N48 , Cn2 , v112 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_me_tama_6: + .byte KEYSH , bgm_me_tama_key+0 + .byte W12 + .byte W48 + .byte VOICE , 88 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte N68 , An1 , v072 + .byte W72 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N96 + .byte W96 + .byte N68 , As1 + .byte W72 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N96 + .byte W96 + .byte Cn2 + .byte W96 + .byte N48 , Cn1 , v080 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_me_tama_7: + .byte KEYSH , bgm_me_tama_key+0 + .byte W12 + .byte W48 + .byte VOICE , 0 + .byte VOL , 90*bgm_me_tama_mvl/mxv + .byte N88 , An2 , v092 + .byte W88 + .byte N08 + .byte W08 + .byte N72 + .byte W72 + .byte N24 + .byte W24 + .byte N88 + .byte W88 + .byte N08 + .byte W08 + .byte N48 + .byte W48 + .byte N32 + .byte W32 + .byte N16 + .byte W16 + .byte N56 + .byte W56 + .byte VOL , 28*bgm_me_tama_mvl/mxv + .byte N40 , Cn3 , v064 + .byte W04 + .byte VOL , 36*bgm_me_tama_mvl/mxv + .byte W04 + .byte 43*bgm_me_tama_mvl/mxv + .byte W04 + .byte 47*bgm_me_tama_mvl/mxv + .byte W04 + .byte 53*bgm_me_tama_mvl/mxv + .byte W04 + .byte 57*bgm_me_tama_mvl/mxv + .byte W04 + .byte 63*bgm_me_tama_mvl/mxv + .byte W04 + .byte 75*bgm_me_tama_mvl/mxv + .byte W04 + .byte 84*bgm_me_tama_mvl/mxv + .byte W04 + .byte 90*bgm_me_tama_mvl/mxv + .byte W04 + .byte N72 , An2 , v092 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_tama: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_tama_pri @ Priority + .byte bgm_me_tama_rev @ Reverb. + + .word bgm_me_tama_grp + + .word bgm_me_tama_1 + .word bgm_me_tama_2 + .word bgm_me_tama_3 + .word bgm_me_tama_4 + .word bgm_me_tama_5 + .word bgm_me_tama_6 + .word bgm_me_tama_7 + + .end diff --git a/sound/songs/bgm_me_wasure.s b/sound/songs/bgm_me_wasure.s new file mode 100644 index 000000000..b76d5919f --- /dev/null +++ b/sound/songs/bgm_me_wasure.s @@ -0,0 +1,200 @@ + .include "MPlayDef.s" + + .equ bgm_me_wasure_grp, voicegroup_843129C + .equ bgm_me_wasure_pri, 5 + .equ bgm_me_wasure_rev, reverb_set+50 + .equ bgm_me_wasure_mvl, 127 + .equ bgm_me_wasure_key, 0 + .equ bgm_me_wasure_tbs, 1 + .equ bgm_me_wasure_exg, 0 + .equ bgm_me_wasure_cmp, 1 + + .section .rodata + .global bgm_me_wasure + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_wasure_1: + .byte KEYSH , bgm_me_wasure_key+0 + .byte TEMPO , 150*bgm_me_wasure_tbs/2 + .byte W12 + .byte VOICE , 13 + .byte VOL , 90*bgm_me_wasure_mvl/mxv + .byte N06 , En3 , v068 + .byte W06 + .byte Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N12 , Ds5 , v088 + .byte W09 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte N06 , En5 + .byte W12 + .byte N12 + .byte W24 + .byte W03 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_wasure_2: + .byte KEYSH , bgm_me_wasure_key+0 + .byte W12 + .byte VOICE , 13 + .byte VOL , 90*bgm_me_wasure_mvl/mxv + .byte W03 + .byte N06 , Gs3 , v068 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W03 + .byte W03 + .byte N12 , En5 , v088 + .byte W09 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte En4 + .byte W12 + .byte N06 , En5 + .byte W12 + .byte N12 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_wasure_3: + .byte KEYSH , bgm_me_wasure_key+0 + .byte W12 + .byte BEND , c_v+1 + .byte W24 + .byte VOICE , 13 + .byte VOL , 90*bgm_me_wasure_mvl/mxv + .byte PAN , c_v-48 + .byte W12 + .byte N12 , En5 , v012 + .byte W09 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte En4 + .byte W12 + .byte N06 , En5 + .byte W12 + .byte N12 + .byte W15 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_wasure_4: + .byte KEYSH , bgm_me_wasure_key+0 + .byte W12 + .byte BEND , c_v-2 + .byte W24 + .byte VOICE , 13 + .byte VOL , 90*bgm_me_wasure_mvl/mxv + .byte PAN , c_v+48 + .byte W24 + .byte N12 , En5 , v012 + .byte W09 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte En4 + .byte W12 + .byte N06 , En5 + .byte W12 + .byte N12 + .byte W03 + .byte W24 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_wasure_5: + .byte KEYSH , bgm_me_wasure_key+0 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte W12 + .byte VOICE , 84 + .byte VOL , 90*bgm_me_wasure_mvl/mxv + .byte W21 + .byte N12 , En2 , v072 + .byte W03 + .byte W56 + .byte W01 + .byte En3 + .byte W12 + .byte En4 + .byte W24 + .byte W03 + .byte W24 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_me_wasure_6: + .byte KEYSH , bgm_me_wasure_key+0 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte W12 + .byte VOICE , 85 + .byte VOL , 90*bgm_me_wasure_mvl/mxv + .byte BEND , c_v+8 + .byte W24 + .byte N12 , En2 , v052 + .byte W60 + .byte En3 + .byte W12 + .byte En4 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_wasure: + .byte 6 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_wasure_pri @ Priority + .byte bgm_me_wasure_rev @ Reverb. + + .word bgm_me_wasure_grp + + .word bgm_me_wasure_1 + .word bgm_me_wasure_2 + .word bgm_me_wasure_3 + .word bgm_me_wasure_4 + .word bgm_me_wasure_5 + .word bgm_me_wasure_6 + + .end diff --git a/sound/songs/bgm_me_waza.s b/sound/songs/bgm_me_waza.s new file mode 100644 index 000000000..2a2ae9815 --- /dev/null +++ b/sound/songs/bgm_me_waza.s @@ -0,0 +1,327 @@ + .include "MPlayDef.s" + + .equ bgm_me_waza_grp, voicegroup_843129C + .equ bgm_me_waza_pri, 5 + .equ bgm_me_waza_rev, reverb_set+50 + .equ bgm_me_waza_mvl, 127 + .equ bgm_me_waza_key, 0 + .equ bgm_me_waza_tbs, 1 + .equ bgm_me_waza_exg, 0 + .equ bgm_me_waza_cmp, 1 + + .section .rodata + .global bgm_me_waza + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_waza_1: + .byte KEYSH , bgm_me_waza_key+0 + .byte W12 + .byte TEMPO , 140*bgm_me_waza_tbs/2 + .byte VOICE , 73 + .byte PAN , c_v-47 + .byte VOL , 90*bgm_me_waza_mvl/mxv + .byte N06 , Dn4 , v096 + .byte W12 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N30 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte W06 + .byte N06 , Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N48 , Fs4 + .byte W18 + .byte MOD , 6 + .byte W06 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_waza_2: + .byte KEYSH , bgm_me_waza_key+0 + .byte W12 + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_me_waza_mvl/mxv + .byte N06 , Gn4 , v116 + .byte W12 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N30 , Bn4 + .byte W12 + .byte MOD , 6 + .byte W18 + .byte 0 + .byte W06 + .byte N06 , An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N48 , Dn5 + .byte W18 + .byte MOD , 6 + .byte W06 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_waza_3: + .byte KEYSH , bgm_me_waza_key+0 + .byte W12 + .byte VOICE , 58 + .byte VOL , 90*bgm_me_waza_mvl/mxv + .byte N12 , Gn1 , v120 + .byte W24 + .byte N12 + .byte W24 + .byte Fn1 + .byte W24 + .byte N12 + .byte W24 + .byte N48 , Dn1 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_waza_4: + .byte KEYSH , bgm_me_waza_key+0 + .byte W12 + .byte VOICE , 82 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_me_waza_mvl/mxv + .byte N12 , Dn3 , v056 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Gn2 , v068 + .byte W06 + .byte Bn2 + .byte W06 + .byte N12 , Fn3 , v056 + .byte W24 + .byte N24 + .byte W03 + .byte VOL , 79*bgm_me_waza_mvl/mxv + .byte W03 + .byte 76*bgm_me_waza_mvl/mxv + .byte W02 + .byte 79*bgm_me_waza_mvl/mxv + .byte W04 + .byte 80*bgm_me_waza_mvl/mxv + .byte W02 + .byte 83*bgm_me_waza_mvl/mxv + .byte W03 + .byte 86*bgm_me_waza_mvl/mxv + .byte W03 + .byte 90*bgm_me_waza_mvl/mxv + .byte W04 + .byte N06 , An2 , v048 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte N08 , Dn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte An4 + .byte W08 + .byte N06 , Dn5 + .byte W24 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_waza_5: + .byte KEYSH , bgm_me_waza_key+0 + .byte W12 + .byte VOICE , 83 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte VOL , 90*bgm_me_waza_mvl/mxv + .byte N12 , Bn2 , v048 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Dn2 , v056 + .byte W06 + .byte Gn2 + .byte W06 + .byte N12 , Cn3 , v048 + .byte W24 + .byte N24 + .byte W03 + .byte VOL , 79*bgm_me_waza_mvl/mxv + .byte W03 + .byte 76*bgm_me_waza_mvl/mxv + .byte W02 + .byte 79*bgm_me_waza_mvl/mxv + .byte W04 + .byte 80*bgm_me_waza_mvl/mxv + .byte W02 + .byte 83*bgm_me_waza_mvl/mxv + .byte W03 + .byte 86*bgm_me_waza_mvl/mxv + .byte W03 + .byte 90*bgm_me_waza_mvl/mxv + .byte W04 + .byte BEND , c_v-2 + .byte W02 + .byte N06 , An2 , v024 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W04 + .byte W02 + .byte N08 , Dn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte An4 + .byte W06 + .byte W02 + .byte N06 , Dn5 + .byte W22 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_me_waza_6: + .byte KEYSH , bgm_me_waza_key+0 + .byte W12 + .byte VOICE , 87 + .byte VOL , 90*bgm_me_waza_mvl/mxv + .byte PAN , c_v+48 + .byte N12 , Gn2 , v048 + .byte W24 + .byte N12 + .byte W24 + .byte Fn2 + .byte W24 + .byte N12 + .byte W24 + .byte N36 , Dn2 + .byte W24 + .byte W12 + .byte N12 , Dn2 , v024 + .byte W12 + .byte W24 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_me_waza_7: + .byte KEYSH , bgm_me_waza_key+0 + .byte W12 + .byte VOICE , 0 + .byte VOL , 90*bgm_me_waza_mvl/mxv + .byte N04 , En1 , v100 + .byte W12 + .byte N04 + .byte W04 + .byte En1 , v068 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v100 + .byte W12 + .byte N04 + .byte W04 + .byte En1 , v072 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v100 + .byte W12 + .byte N04 + .byte W04 + .byte En1 , v072 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v100 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v040 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v072 + .byte W04 + .byte En1 , v048 + .byte W04 + .byte En1 , v056 + .byte W04 + .byte En1 , v060 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N05 , En1 , v068 + .byte W04 + .byte W02 + .byte En1 , v104 + .byte W22 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_waza: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_waza_pri @ Priority + .byte bgm_me_waza_rev @ Reverb. + + .word bgm_me_waza_grp + + .word bgm_me_waza_1 + .word bgm_me_waza_2 + .word bgm_me_waza_3 + .word bgm_me_waza_4 + .word bgm_me_waza_5 + .word bgm_me_waza_6 + .word bgm_me_waza_7 + + .end diff --git a/sound/songs/bgm_me_zannen.s b/sound/songs/bgm_me_zannen.s new file mode 100644 index 000000000..4eed890b1 --- /dev/null +++ b/sound/songs/bgm_me_zannen.s @@ -0,0 +1,221 @@ + .include "MPlayDef.s" + + .equ bgm_me_zannen_grp, voicegroup_843129C + .equ bgm_me_zannen_pri, 5 + .equ bgm_me_zannen_rev, reverb_set+50 + .equ bgm_me_zannen_mvl, 127 + .equ bgm_me_zannen_key, 0 + .equ bgm_me_zannen_tbs, 1 + .equ bgm_me_zannen_exg, 0 + .equ bgm_me_zannen_cmp, 1 + + .section .rodata + .global bgm_me_zannen + .align 2 + +@********************** Track 1 **********************@ + +bgm_me_zannen_1: + .byte KEYSH , bgm_me_zannen_key+0 + .byte TEMPO , 180*bgm_me_zannen_tbs/2 + .byte VOL , 90*bgm_me_zannen_mvl/mxv + .byte W09 + .byte VOICE , 73 + .byte PAN , c_v+1 + .byte N06 , Dn3 , v088 + .byte W06 + .byte Dn4 + .byte W09 + .byte N03 , As4 + .byte W03 + .byte N09 , Bn4 + .byte W09 + .byte Bn3 + .byte W12 + .byte N03 , Gs4 + .byte W03 + .byte N09 , An4 + .byte W09 + .byte An3 + .byte W12 + .byte N03 , Fn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte Fs3 + .byte W12 + .byte N03 , Cs4 + .byte W03 + .byte N60 , Dn4 + .byte W09 + .byte MOD , 32 + .byte W21 + .byte VOL , 85*bgm_me_zannen_mvl/mxv + .byte W06 + .byte 79*bgm_me_zannen_mvl/mxv + .byte W06 + .byte 73*bgm_me_zannen_mvl/mxv + .byte W03 + .byte W03 + .byte 62*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 45*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 31*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 14*bgm_me_zannen_mvl/mxv + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_me_zannen_2: + .byte KEYSH , bgm_me_zannen_key+0 + .byte VOL , 90*bgm_me_zannen_mvl/mxv + .byte W09 + .byte VOICE , 73 + .byte PAN , c_v+20 + .byte W03 + .byte N06 , An3 , v088 + .byte W06 + .byte An4 + .byte W06 + .byte W03 + .byte N09 + .byte W09 + .byte An3 + .byte W12 + .byte W03 + .byte Gn4 + .byte W09 + .byte Gn3 + .byte W15 + .byte En4 + .byte W09 + .byte En3 + .byte W12 + .byte N60 , An3 + .byte W12 + .byte MOD , 32 + .byte W21 + .byte VOL , 85*bgm_me_zannen_mvl/mxv + .byte W06 + .byte 79*bgm_me_zannen_mvl/mxv + .byte W06 + .byte 73*bgm_me_zannen_mvl/mxv + .byte W03 + .byte W03 + .byte 62*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 45*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 31*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 14*bgm_me_zannen_mvl/mxv + .byte W12 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_me_zannen_3: + .byte KEYSH , bgm_me_zannen_key+0 + .byte W24 + .byte VOICE , 2 + .byte VOL , 90*bgm_me_zannen_mvl/mxv + .byte N09 , Dn2 , v112 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N60 , Dn2 + .byte W32 + .byte W01 + .byte VOL , 85*bgm_me_zannen_mvl/mxv + .byte W06 + .byte 79*bgm_me_zannen_mvl/mxv + .byte W06 + .byte 73*bgm_me_zannen_mvl/mxv + .byte W03 + .byte W03 + .byte 62*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 45*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 31*bgm_me_zannen_mvl/mxv + .byte W03 + .byte 14*bgm_me_zannen_mvl/mxv + .byte W12 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_me_zannen_4: + .byte KEYSH , bgm_me_zannen_key+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte W24 + .byte VOICE , 90 + .byte VOL , 90*bgm_me_zannen_mvl/mxv + .byte PAN , c_v-48 + .byte W03 + .byte N06 , Bn5 , v052 + .byte W21 + .byte W03 + .byte An5 + .byte W24 + .byte Fs5 + .byte W24 + .byte Dn5 + .byte W44 + .byte W01 + .byte W24 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_me_zannen_5: + .byte KEYSH , bgm_me_zannen_key+0 + .byte W24 + .byte VOICE , 0 + .byte VOL , 90*bgm_me_zannen_mvl/mxv + .byte W03 + .byte N03 , En3 , v064 + .byte W21 + .byte W03 + .byte Dn3 + .byte W24 + .byte En3 + .byte W21 + .byte N03 + .byte W03 + .byte Dn3 + .byte W44 + .byte W01 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_me_zannen: + .byte 5 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_me_zannen_pri @ Priority + .byte bgm_me_zannen_rev @ Reverb. + + .word bgm_me_zannen_grp + + .word bgm_me_zannen_1 + .word bgm_me_zannen_2 + .word bgm_me_zannen_3 + .word bgm_me_zannen_4 + .word bgm_me_zannen_5 + + .end diff --git a/sound/songs/bgm_mgm0.s b/sound/songs/bgm_mgm0.s new file mode 100644 index 000000000..80af6ec2e --- /dev/null +++ b/sound/songs/bgm_mgm0.s @@ -0,0 +1,2187 @@ + .include "MPlayDef.s" + + .equ bgm_mgm0_grp, voicegroup_8448FF0 + .equ bgm_mgm0_pri, 0 + .equ bgm_mgm0_rev, reverb_set+50 + .equ bgm_mgm0_mvl, 127 + .equ bgm_mgm0_key, 0 + .equ bgm_mgm0_tbs, 1 + .equ bgm_mgm0_exg, 0 + .equ bgm_mgm0_cmp, 1 + + .section .rodata + .global bgm_mgm0 + .align 2 + +@********************** Track 1 **********************@ + +bgm_mgm0_1: + .byte KEYSH , bgm_mgm0_key+0 + .byte TEMPO , 148*bgm_mgm0_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 52*bgm_mgm0_mvl/mxv + .byte N03 , Fs5 , v112 + .byte W06 + .byte Fs5 , v060 + .byte W06 +bgm_mgm0_1_B1: + .byte VOICE , 127 + .byte N03 , Fs5 , v112 + .byte W06 + .byte Fs5 , v052 + .byte W06 + .byte Fs5 , v092 + .byte W06 + .byte Fs5 , v052 + .byte W06 + .byte Fs5 , v108 + .byte W12 + .byte Fs5 , v096 + .byte W12 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v084 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v080 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v112 + .byte W12 + .byte VOICE , 126 + .byte N12 , An5 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 + .byte W12 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v096 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v080 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v080 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v096 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v080 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v080 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v104 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v072 + .byte W06 + .byte Fs5 , v048 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte Fs5 , v068 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v088 + .byte W12 + .byte Fs5 , v068 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte Fs5 , v088 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v088 + .byte W12 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v044 + .byte W06 +bgm_mgm0_1_000: + .byte N03 , Fs5 , v112 + .byte W12 + .byte Fs5 , v068 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v088 + .byte W12 + .byte Fs5 , v068 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte Fs5 , v088 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v088 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v084 + .byte W12 + .byte PEND + .byte VOICE , 127 + .byte N03 , Fs5 , v112 + .byte W12 + .byte Fs5 , v068 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v088 + .byte W12 + .byte Fs5 , v068 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte Fs5 , v088 + .byte W06 + .byte Fs5 , v064 + .byte W06 + .byte Fs5 , v088 + .byte W12 + .byte Fs5 , v084 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte PATT + .word bgm_mgm0_1_000 + .byte VOICE , 127 + .byte N03 , Fs5 , v112 + .byte W06 + .byte Fs5 , v080 + .byte W30 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v060 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte VOICE , 126 + .byte N12 , An5 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 + .byte W06 + .byte Fs5 , v080 + .byte W30 + .byte VOICE , 126 + .byte N12 , An5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v072 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v052 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v092 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 , v112 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 + .byte W06 + .byte Fs5 , v056 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Fs5 , v112 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v060 + .byte W06 + .byte Fs5 , v044 + .byte W06 + .byte Fs5 , v112 + .byte W12 + .byte VOICE , 126 + .byte N12 , An5 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v112 + .byte W12 + .byte VOICE , 127 + .byte N03 , Fs5 + .byte W08 + .byte N01 , Fs5 , v064 + .byte W08 + .byte Fs5 , v088 + .byte W16 + .byte Fs5 , v112 + .byte W08 + .byte N01 + .byte W08 + .byte N03 + .byte W06 + .byte Fs5 , v072 + .byte W06 + .byte VOICE , 126 + .byte N12 , An5 , v096 + .byte W12 + .byte GOTO + .word bgm_mgm0_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_mgm0_2: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 60 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 54*bgm_mgm0_mvl/mxv + .byte N06 , Dn5 , v112 + .byte W06 + .byte En5 + .byte W06 +bgm_mgm0_2_B1: + .byte N06 , Fn5 , v112 + .byte W06 + .byte N03 , En5 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte N03 , Dn5 + .byte W06 + .byte Cs5 + .byte W12 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Bn4 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte N03 , Bn4 + .byte W12 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , Gs4 + .byte W12 + .byte An4 + .byte W12 + .byte Bn4 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Bn4 + .byte W24 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Dn5 + .byte W84 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Fn4 + .byte W06 + .byte N06 , An4 + .byte W06 + .byte N03 , Gs4 + .byte W12 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Dn5 + .byte W24 + .byte Gn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Gn5 + .byte W84 + .byte VOICE , 60 + .byte VOL , 48*bgm_mgm0_mvl/mxv + .byte N48 , An3 + .byte W48 + .byte Bn3 + .byte W48 + .byte Cn4 + .byte W48 + .byte Bn3 + .byte W48 + .byte VOL , 52*bgm_mgm0_mvl/mxv + .byte N48 , Dn4 + .byte W48 + .byte En4 + .byte W48 + .byte VOL , 56*bgm_mgm0_mvl/mxv + .byte N48 , Fn4 + .byte W48 + .byte Gn4 + .byte W48 +bgm_mgm0_2_000: + .byte N06 , An4 , v112 + .byte W06 + .byte N03 + .byte W30 + .byte N03 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte VOL , 46*bgm_mgm0_mvl/mxv + .byte N24 , Gs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte PATT + .word bgm_mgm0_2_000 + .byte N03 , An4 , v112 + .byte W06 + .byte N03 + .byte W24 + .byte W02 + .byte N04 + .byte W08 + .byte As4 + .byte W16 + .byte N04 + .byte W08 + .byte Bn4 + .byte W08 + .byte N03 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte GOTO + .word bgm_mgm0_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_mgm0_3: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 38 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 72*bgm_mgm0_mvl/mxv + .byte W12 +bgm_mgm0_3_B1: + .byte BEND , c_v+0 + .byte N06 , An1 , v127 + .byte W12 + .byte N03 , An1 , v112 + .byte W12 + .byte N06 , An1 , v127 + .byte W12 + .byte N03 , An1 , v112 + .byte W12 + .byte N06 , An0 , v127 + .byte W12 + .byte N03 , An0 , v112 + .byte W12 + .byte N06 , An0 , v127 + .byte W06 + .byte N03 , Cs1 , v112 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Fn1 , v127 + .byte W06 + .byte N03 , Dn1 , v080 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn1 , v080 + .byte W12 + .byte N06 , An0 + .byte W12 + .byte BEND , c_v-5 + .byte N09 , Dn1 , v127 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , Dn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cs1 , v112 + .byte W06 + .byte Fn1 , v096 + .byte W12 + .byte N24 , Dn1 , v127 + .byte W06 + .byte BEND , c_v+8 + .byte W06 + .byte c_v+0 + .byte W36 + .byte N06 , En2 , v084 + .byte W06 + .byte N03 , Fn2 , v112 + .byte W06 + .byte N06 , Cs2 , v080 + .byte W06 + .byte N03 , Dn2 , v112 + .byte W06 + .byte N06 , Gs1 , v084 + .byte W06 + .byte N03 , An1 , v112 + .byte W06 + .byte N06 , Fn1 , v084 + .byte W06 + .byte N03 , Gn1 , v112 + .byte W06 + .byte N06 , Fn1 , v127 + .byte W06 + .byte N03 , Dn1 , v080 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn1 , v080 + .byte W12 + .byte N06 , An0 + .byte W12 + .byte Cs1 , v127 + .byte W06 + .byte N03 , Dn1 , v080 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cs1 , v112 + .byte W06 + .byte Fn1 , v080 + .byte W12 + .byte N24 , Dn1 , v127 + .byte W06 + .byte BEND , c_v+8 + .byte W06 + .byte c_v+0 + .byte W36 + .byte N06 , Gn1 , v096 + .byte W06 + .byte Dn1 , v084 + .byte W06 + .byte N03 , Gn1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte VOL , 54*bgm_mgm0_mvl/mxv + .byte BEND , c_v+0 + .byte N18 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N15 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte VOL , 58*bgm_mgm0_mvl/mxv + .byte BEND , c_v+0 + .byte N18 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N15 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte VOL , 62*bgm_mgm0_mvl/mxv + .byte BEND , c_v+0 + .byte N18 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N15 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte VOL , 72*bgm_mgm0_mvl/mxv + .byte BEND , c_v+0 + .byte N18 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N15 , Dn1 , v127 + .byte W18 + .byte N06 , An1 , v096 + .byte W06 + .byte N12 , Gs1 , v112 + .byte W06 + .byte BEND , c_v-6 + .byte W06 + .byte c_v+0 + .byte N09 , Gs1 , v108 + .byte W06 + .byte BEND , c_v+5 + .byte W06 + .byte c_v+0 + .byte N03 , Fs1 , v127 + .byte W06 + .byte Fs1 , v112 + .byte W30 + .byte Fs1 , v127 + .byte W06 + .byte Fs1 , v112 + .byte W54 +bgm_mgm0_3_000: + .byte N03 , Fs1 , v127 + .byte W06 + .byte Fs1 , v112 + .byte W90 + .byte PEND + .byte Fs1 , v127 + .byte W06 + .byte Fs1 , v112 + .byte W30 + .byte Fs1 , v127 + .byte W06 + .byte Fs1 , v112 + .byte W54 + .byte PATT + .word bgm_mgm0_3_000 + .byte GOTO + .word bgm_mgm0_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_mgm0_4: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 63*bgm_mgm0_mvl/mxv + .byte PAN , c_v-21 + .byte W12 +bgm_mgm0_4_B1: + .byte N03 , Fn2 , v112 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn2 + .byte W12 + .byte An1 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte Fn2 + .byte W12 + .byte An1 + .byte W12 + .byte Fn2 + .byte W24 + .byte Dn2 + .byte W36 + .byte Dn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte N03 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gn3 + .byte W24 + .byte N03 , Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N03 , Bn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W12 + .byte Dn3 + .byte W24 + .byte An1 + .byte W36 + .byte Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte N03 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte Gn3 + .byte W24 + .byte N03 , Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W12 + .byte N03 , Bn3 + .byte W12 + .byte Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte N03 , Dn3 + .byte W18 + .byte N03 + .byte W18 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W18 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte VOL , 42*bgm_mgm0_mvl/mxv + .byte N03 + .byte W18 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W18 + .byte N03 + .byte W12 + .byte VOL , 51*bgm_mgm0_mvl/mxv + .byte N03 + .byte W18 + .byte N03 + .byte W18 + .byte N03 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W18 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte VOL , 60*bgm_mgm0_mvl/mxv + .byte N03 + .byte W18 + .byte N03 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W18 + .byte N03 + .byte W12 + .byte VOL , 64*bgm_mgm0_mvl/mxv + .byte W48 + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Bn2 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte W96 + .byte W48 + .byte N06 , An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Bn2 + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte W96 + .byte GOTO + .word bgm_mgm0_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_mgm0_5: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 57*bgm_mgm0_mvl/mxv + .byte PAN , c_v+31 + .byte W12 +bgm_mgm0_5_B1: + .byte W96 + .byte W96 + .byte W48 + .byte N12 , Bn2 , v112 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W12 + .byte Dn2 + .byte W96 + .byte W48 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W12 + .byte N03 , Bn2 + .byte W12 + .byte Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 47 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte N06 , Dn2 + .byte W18 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte Cn2 + .byte W06 + .byte N06 , Dn2 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte VOL , 44*bgm_mgm0_mvl/mxv + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Fn2 + .byte W12 + .byte Dn2 + .byte W18 + .byte N06 + .byte W12 + .byte VOL , 51*bgm_mgm0_mvl/mxv + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N03 + .byte W06 + .byte Cn2 + .byte W06 + .byte N06 , Dn2 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte VOL , 58*bgm_mgm0_mvl/mxv + .byte N06 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Fn2 + .byte W12 + .byte Dn2 + .byte W18 + .byte N06 + .byte W12 +bgm_mgm0_5_000: + .byte N06 , Fs2 , v112 + .byte W06 + .byte N03 + .byte W30 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte An2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Bn1 + .byte W12 + .byte N12 , Dn3 + .byte W12 + .byte PEND +bgm_mgm0_5_001: + .byte N03 , Fs2 , v112 + .byte W06 + .byte N03 + .byte W90 + .byte PEND + .byte PATT + .word bgm_mgm0_5_000 + .byte PATT + .word bgm_mgm0_5_001 + .byte GOTO + .word bgm_mgm0_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_mgm0_6: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-58 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte N06 , Dn3 , v112 + .byte W06 + .byte An2 + .byte W06 +bgm_mgm0_6_B1: + .byte BEND , c_v+0 + .byte N06 , An2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte An3 + .byte W12 + .byte N09 , Cn3 + .byte W12 + .byte N03 , Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N12 , Cn3 + .byte W12 + .byte N03 , Dn3 + .byte W12 + .byte N12 , En3 + .byte W12 +bgm_mgm0_6_000: + .byte VOL , 6*bgm_mgm0_mvl/mxv + .byte N96 , Fn4 , v112 + .byte W05 + .byte VOL , 8*bgm_mgm0_mvl/mxv + .byte W07 + .byte 9*bgm_mgm0_mvl/mxv + .byte W02 + .byte 10*bgm_mgm0_mvl/mxv + .byte W06 + .byte 13*bgm_mgm0_mvl/mxv + .byte W04 + .byte 13*bgm_mgm0_mvl/mxv + .byte W02 + .byte 15*bgm_mgm0_mvl/mxv + .byte W03 + .byte 17*bgm_mgm0_mvl/mxv + .byte W03 + .byte 18*bgm_mgm0_mvl/mxv + .byte W04 + .byte 19*bgm_mgm0_mvl/mxv + .byte W02 + .byte 20*bgm_mgm0_mvl/mxv + .byte W03 + .byte 22*bgm_mgm0_mvl/mxv + .byte W03 + .byte 24*bgm_mgm0_mvl/mxv + .byte W04 + .byte 24*bgm_mgm0_mvl/mxv + .byte W02 + .byte 28*bgm_mgm0_mvl/mxv + .byte W03 + .byte 32*bgm_mgm0_mvl/mxv + .byte W07 + .byte 34*bgm_mgm0_mvl/mxv + .byte W02 + .byte 37*bgm_mgm0_mvl/mxv + .byte W03 + .byte 38*bgm_mgm0_mvl/mxv + .byte W03 + .byte 40*bgm_mgm0_mvl/mxv + .byte W04 + .byte 42*bgm_mgm0_mvl/mxv + .byte W02 + .byte 44*bgm_mgm0_mvl/mxv + .byte W03 + .byte 47*bgm_mgm0_mvl/mxv + .byte W03 + .byte 49*bgm_mgm0_mvl/mxv + .byte W04 + .byte 51*bgm_mgm0_mvl/mxv + .byte W02 + .byte 53*bgm_mgm0_mvl/mxv + .byte W03 + .byte 54*bgm_mgm0_mvl/mxv + .byte W03 + .byte 56*bgm_mgm0_mvl/mxv + .byte W04 + .byte PEND + .byte 36*bgm_mgm0_mvl/mxv + .byte N03 , Gn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte N06 , En4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N03 , En4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N06 , An3 + .byte W12 + .byte PATT + .word bgm_mgm0_6_000 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte N03 , Gn4 , v112 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte N06 , Dn5 + .byte W06 + .byte N03 , En5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N06 , Bn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte N03 , An4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Dn4 + .byte W12 + .byte BEND , c_v+2 + .byte N03 , Dn5 , v092 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 +bgm_mgm0_6_001: + .byte N03 , Dn5 , v092 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 + .byte Fn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Dn5 + .byte W12 + .byte Fn5 + .byte W06 + .byte An4 + .byte W12 + .byte PEND + .byte Dn5 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 + .byte PATT + .word bgm_mgm0_6_001 +bgm_mgm0_6_002: + .byte N06 , Fs2 , v112 + .byte W06 + .byte N03 + .byte W30 + .byte N03 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte N06 , Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs2 + .byte W42 + .byte PATT + .word bgm_mgm0_6_002 + .byte N03 , Fs2 , v112 + .byte W06 + .byte N03 + .byte W24 + .byte W02 + .byte N04 , Fn3 + .byte W08 + .byte Fs3 + .byte W16 + .byte N04 + .byte W08 + .byte Gn3 + .byte W08 + .byte N03 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte GOTO + .word bgm_mgm0_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_mgm0_7: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte N06 , Dn4 , v112 + .byte W06 + .byte En4 + .byte W06 +bgm_mgm0_7_B1: + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte Cs4 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Bn3 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , An3 + .byte W12 + .byte N03 , Bn3 + .byte W12 + .byte N12 , Cs4 + .byte W12 + .byte VOL , 6*bgm_mgm0_mvl/mxv + .byte N96 , An4 + .byte W05 + .byte VOL , 8*bgm_mgm0_mvl/mxv + .byte W07 + .byte 9*bgm_mgm0_mvl/mxv + .byte W02 + .byte 10*bgm_mgm0_mvl/mxv + .byte W06 + .byte 13*bgm_mgm0_mvl/mxv + .byte W04 + .byte 13*bgm_mgm0_mvl/mxv + .byte W02 + .byte 15*bgm_mgm0_mvl/mxv + .byte W03 + .byte 17*bgm_mgm0_mvl/mxv + .byte W03 + .byte 18*bgm_mgm0_mvl/mxv + .byte W04 + .byte 19*bgm_mgm0_mvl/mxv + .byte W02 + .byte 20*bgm_mgm0_mvl/mxv + .byte W03 + .byte 22*bgm_mgm0_mvl/mxv + .byte W03 + .byte 24*bgm_mgm0_mvl/mxv + .byte W04 + .byte 24*bgm_mgm0_mvl/mxv + .byte W02 + .byte 28*bgm_mgm0_mvl/mxv + .byte W03 + .byte 32*bgm_mgm0_mvl/mxv + .byte W07 + .byte 34*bgm_mgm0_mvl/mxv + .byte W02 + .byte 37*bgm_mgm0_mvl/mxv + .byte W03 + .byte 38*bgm_mgm0_mvl/mxv + .byte W03 + .byte 40*bgm_mgm0_mvl/mxv + .byte W04 + .byte 42*bgm_mgm0_mvl/mxv + .byte W02 + .byte 44*bgm_mgm0_mvl/mxv + .byte W03 + .byte 47*bgm_mgm0_mvl/mxv + .byte W03 + .byte 49*bgm_mgm0_mvl/mxv + .byte W04 + .byte 51*bgm_mgm0_mvl/mxv + .byte W02 + .byte 53*bgm_mgm0_mvl/mxv + .byte W03 + .byte 54*bgm_mgm0_mvl/mxv + .byte W03 + .byte 56*bgm_mgm0_mvl/mxv + .byte W04 + .byte 35*bgm_mgm0_mvl/mxv + .byte N03 , Bn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Gn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte N06 , Bn4 + .byte W06 + .byte N03 , Cn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte N06 , An4 + .byte W12 + .byte Gn4 + .byte W06 + .byte N03 , An4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Dn4 + .byte W12 + .byte VOL , 6*bgm_mgm0_mvl/mxv + .byte N96 , Cn5 + .byte W05 + .byte VOL , 8*bgm_mgm0_mvl/mxv + .byte W07 + .byte 9*bgm_mgm0_mvl/mxv + .byte W02 + .byte 10*bgm_mgm0_mvl/mxv + .byte W06 + .byte 13*bgm_mgm0_mvl/mxv + .byte W04 + .byte 13*bgm_mgm0_mvl/mxv + .byte W02 + .byte 15*bgm_mgm0_mvl/mxv + .byte W03 + .byte 17*bgm_mgm0_mvl/mxv + .byte W03 + .byte 18*bgm_mgm0_mvl/mxv + .byte W04 + .byte 19*bgm_mgm0_mvl/mxv + .byte W02 + .byte 20*bgm_mgm0_mvl/mxv + .byte W03 + .byte 22*bgm_mgm0_mvl/mxv + .byte W03 + .byte 24*bgm_mgm0_mvl/mxv + .byte W04 + .byte 24*bgm_mgm0_mvl/mxv + .byte W02 + .byte 28*bgm_mgm0_mvl/mxv + .byte W03 + .byte 32*bgm_mgm0_mvl/mxv + .byte W07 + .byte 34*bgm_mgm0_mvl/mxv + .byte W02 + .byte 37*bgm_mgm0_mvl/mxv + .byte W03 + .byte 38*bgm_mgm0_mvl/mxv + .byte W03 + .byte 40*bgm_mgm0_mvl/mxv + .byte W04 + .byte 42*bgm_mgm0_mvl/mxv + .byte W02 + .byte 44*bgm_mgm0_mvl/mxv + .byte W03 + .byte 47*bgm_mgm0_mvl/mxv + .byte W03 + .byte 49*bgm_mgm0_mvl/mxv + .byte W04 + .byte 51*bgm_mgm0_mvl/mxv + .byte W02 + .byte 53*bgm_mgm0_mvl/mxv + .byte W03 + .byte 54*bgm_mgm0_mvl/mxv + .byte W03 + .byte 56*bgm_mgm0_mvl/mxv + .byte W04 + .byte 35*bgm_mgm0_mvl/mxv + .byte N03 , Dn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An4 + .byte W06 + .byte Dn5 + .byte W06 + .byte N06 , Fn5 + .byte W06 + .byte N03 , Gn5 + .byte W03 + .byte Fn5 + .byte W03 + .byte N06 , Dn5 + .byte W12 + .byte Bn4 + .byte W06 + .byte N03 , Cn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte N06 , Gn4 + .byte W12 +bgm_mgm0_7_000: + .byte N03 , Dn5 , v092 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 + .byte PEND +bgm_mgm0_7_001: + .byte N03 , Dn5 , v092 + .byte W12 + .byte Fn5 + .byte W18 + .byte N03 + .byte W06 + .byte An4 + .byte W12 + .byte Fn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Dn5 + .byte W12 + .byte Fn5 + .byte W06 + .byte An4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_mgm0_7_000 + .byte PATT + .word bgm_mgm0_7_001 +bgm_mgm0_7_002: + .byte N06 , En4 , v112 + .byte W06 + .byte N03 + .byte W30 + .byte N03 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte N06 , Gs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte PATT + .word bgm_mgm0_7_002 + .byte N03 , En4 , v112 + .byte W06 + .byte N03 + .byte W24 + .byte W02 + .byte N04 , An4 + .byte W08 + .byte As4 + .byte W16 + .byte N04 + .byte W08 + .byte Bn4 + .byte W08 + .byte N03 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte GOTO + .word bgm_mgm0_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_mgm0_8: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 56*bgm_mgm0_mvl/mxv + .byte W12 +bgm_mgm0_8_B1: + .byte W96 + .byte W96 + .byte W24 + .byte N48 , An2 , v092 + .byte W72 + .byte W96 + .byte W24 + .byte N48 + .byte W72 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_mgm0_8_000: + .byte W24 + .byte N06 , Cn1 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte PEND + .byte W24 + .byte Cn1 , v084 + .byte W24 + .byte Cn1 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte PATT + .word bgm_mgm0_8_000 + .byte W24 + .byte N06 , Cn1 , v112 + .byte W24 + .byte Cn1 , v060 + .byte W24 + .byte Cn1 , v112 + .byte W24 + .byte GOTO + .word bgm_mgm0_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_mgm0_9: + .byte KEYSH , bgm_mgm0_key+0 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 34*bgm_mgm0_mvl/mxv + .byte W12 +bgm_mgm0_9_B1: + .byte W96 + .byte W96 + .byte VOICE , 83 + .byte VOL , 41*bgm_mgm0_mvl/mxv + .byte BEND , c_v+0 + .byte W24 + .byte N03 , Gn2 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N03 , Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , An3 + .byte W12 + .byte Gn3 + .byte W06 + .byte N03 , An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , Dn3 + .byte W12 + .byte W96 + .byte W24 + .byte N03 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte N06 , Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte N06 , Dn4 + .byte W12 + .byte Bn3 + .byte W06 + .byte N03 , Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , Gn3 + .byte W12 + .byte VOICE , 29 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v+0 + .byte N24 , Fn3 + .byte W06 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N18 , Dn3 + .byte W18 + .byte N06 , Cs3 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v+0 + .byte N24 , Gn3 + .byte W06 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N18 , Dn3 + .byte W18 + .byte N06 , Cs3 + .byte W12 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v+0 + .byte N24 , Fn3 + .byte W06 + .byte BEND , c_v-5 + .byte W06 + .byte c_v+0 + .byte W12 + .byte N18 , Dn3 + .byte W18 + .byte N06 , Cs3 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte VOL , 36*bgm_mgm0_mvl/mxv + .byte N06 , As2 + .byte W06 + .byte N03 + .byte W30 + .byte N03 + .byte W06 + .byte N03 + .byte W54 + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte N06 , Bn0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W06 + .byte N36 , Bn1 + .byte W12 + .byte BEND , c_v-2 + .byte W02 + .byte c_v-8 + .byte W03 + .byte c_v-11 + .byte W03 + .byte c_v-18 + .byte W04 + .byte c_v-22 + .byte W02 + .byte c_v-31 + .byte W03 + .byte c_v-35 + .byte W03 + .byte c_v-42 + .byte W04 + .byte c_v+0 + .byte N06 , As2 + .byte W06 + .byte N03 + .byte W30 + .byte N03 + .byte W06 + .byte N03 + .byte W54 + .byte W24 + .byte N72 , As1 + .byte W12 + .byte BEND , c_v+0 + .byte W05 + .byte c_v-3 + .byte W03 + .byte c_v-4 + .byte W04 + .byte c_v-7 + .byte W02 + .byte c_v-10 + .byte W03 + .byte c_v-14 + .byte W03 + .byte c_v-15 + .byte W04 + .byte c_v-16 + .byte W02 + .byte c_v-20 + .byte W03 + .byte c_v-23 + .byte W03 + .byte c_v-27 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-32 + .byte W03 + .byte c_v-36 + .byte W03 + .byte c_v-40 + .byte W04 + .byte c_v-43 + .byte W02 + .byte c_v-50 + .byte W03 + .byte c_v-52 + .byte W03 + .byte c_v-54 + .byte W04 + .byte GOTO + .word bgm_mgm0_9_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_mgm0_10: + .byte KEYSH , bgm_mgm0_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-18 + .byte VOL , 46*bgm_mgm0_mvl/mxv + .byte N06 , An4 , v112 + .byte W06 + .byte Bn4 + .byte W06 +bgm_mgm0_10_B1: + .byte N03 , Cn5 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W12 + .byte N12 , An4 + .byte W12 + .byte N03 , Gn4 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Gn4 + .byte W12 + .byte N12 , An4 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N03 , En4 + .byte W24 + .byte An3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn4 + .byte W84 + .byte N06 , Dn5 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Cs4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N03 , Gn4 + .byte W24 + .byte Dn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Dn5 + .byte W84 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_mgm0_10_000: + .byte N06 , As3 , v112 + .byte W06 + .byte N03 + .byte W30 + .byte N03 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte VOL , 45*bgm_mgm0_mvl/mxv + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte N24 , Cs4 + .byte W24 + .byte Cn4 + .byte W24 + .byte N12 , Bn3 + .byte W12 + .byte PATT + .word bgm_mgm0_10_000 + .byte N03 , As3 , v112 + .byte W06 + .byte N03 + .byte W24 + .byte W02 + .byte N04 , Fn4 + .byte W08 + .byte Fs4 + .byte W16 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte N03 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte GOTO + .word bgm_mgm0_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_mgm0: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_mgm0_pri @ Priority + .byte bgm_mgm0_rev @ Reverb. + + .word bgm_mgm0_grp + + .word bgm_mgm0_1 + .word bgm_mgm0_2 + .word bgm_mgm0_3 + .word bgm_mgm0_4 + .word bgm_mgm0_5 + .word bgm_mgm0_6 + .word bgm_mgm0_7 + .word bgm_mgm0_8 + .word bgm_mgm0_9 + .word bgm_mgm0_10 + + .end diff --git a/sound/songs/bgm_minamo.s b/sound/songs/bgm_minamo.s new file mode 100644 index 000000000..e06b579f0 --- /dev/null +++ b/sound/songs/bgm_minamo.s @@ -0,0 +1,2959 @@ + .include "MPlayDef.s" + + .equ bgm_minamo_grp, voicegroup_843D3BC + .equ bgm_minamo_pri, 0 + .equ bgm_minamo_rev, reverb_set+50 + .equ bgm_minamo_mvl, 127 + .equ bgm_minamo_key, 0 + .equ bgm_minamo_tbs, 1 + .equ bgm_minamo_exg, 0 + .equ bgm_minamo_cmp, 1 + + .section .rodata + .global bgm_minamo + .align 2 + +@********************** Track 1 **********************@ + +bgm_minamo_1: + .byte KEYSH , bgm_minamo_key+0 +bgm_minamo_1_B1: + .byte TEMPO , 80*bgm_minamo_tbs/2 + .byte VOICE , 45 + .byte LFOS , 44 + .byte PAN , c_v-44 + .byte VOL , 58*bgm_minamo_mvl/mxv + .byte W24 + .byte TEMPO , 92*bgm_minamo_tbs/2 + .byte W72 + .byte W48 + .byte TEMPO , 80*bgm_minamo_tbs/2 + .byte W36 + .byte TEMPO , 92*bgm_minamo_tbs/2 + .byte W12 + .byte W96 + .byte W48 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v036 + .byte W03 + .byte En4 , v112 + .byte W03 + .byte N06 , En4 , v036 + .byte W21 + .byte W24 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v036 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v036 + .byte W21 + .byte VOICE , 73 + .byte W12 + .byte N06 , As4 , v112 + .byte W06 + .byte N03 , Fs4 + .byte W03 + .byte Fs4 , v036 + .byte W03 + .byte Fs4 , v112 + .byte W03 + .byte Fs4 , v036 + .byte W03 + .byte En4 , v112 + .byte W03 + .byte En4 , v036 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v036 + .byte W03 + .byte Cs4 , v112 + .byte W03 + .byte N06 , Cs4 , v036 + .byte W15 + .byte Gs3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , En4 + .byte W03 + .byte Fs4 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N15 , Ds4 + .byte W15 + .byte N06 , Ds4 , v036 + .byte W09 + .byte Gs4 , v112 + .byte W06 + .byte Gn4 + .byte W06 + .byte N03 , An4 + .byte W03 + .byte N21 , Gs4 + .byte W09 + .byte MOD , 7 + .byte W12 + .byte N06 , Fs4 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte En4 , v036 + .byte W24 + .byte Gn4 , v112 + .byte W06 + .byte Fs4 + .byte W06 + .byte N03 , Gs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , Cs4 + .byte W03 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte N06 , As3 , v036 + .byte W24 + .byte N12 , Fs3 , v112 + .byte W12 + .byte Gs3 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , En4 + .byte W03 + .byte N44 , Ds4 + .byte W21 + .byte VOL , 52*bgm_minamo_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 48*bgm_minamo_mvl/mxv + .byte W03 + .byte 42*bgm_minamo_mvl/mxv + .byte W03 + .byte 40*bgm_minamo_mvl/mxv + .byte W04 + .byte 36*bgm_minamo_mvl/mxv + .byte W02 + .byte 34*bgm_minamo_mvl/mxv + .byte W03 + .byte 31*bgm_minamo_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte N06 , Ds4 , v036 + .byte W24 + .byte W96 + .byte W48 + .byte TEMPO , 76*bgm_minamo_tbs/2 + .byte VOICE , 46 + .byte VOL , 53*bgm_minamo_mvl/mxv + .byte N12 , Cs3 , v112 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W09 + .byte TEMPO , 86*bgm_minamo_tbs/2 + .byte W03 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte TEMPO , 92*bgm_minamo_tbs/2 + .byte VOL , 56*bgm_minamo_mvl/mxv + .byte N02 , Fs3 + .byte W02 + .byte As3 + .byte W02 + .byte Cs4 + .byte W02 + .byte En4 + .byte W02 + .byte Fs4 + .byte W02 + .byte As4 + .byte W02 + .byte N12 , Cs5 + .byte W12 + .byte VOICE , 73 + .byte N06 , Cs5 , v036 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fs3 + .byte W03 + .byte En3 + .byte W03 + .byte VOICE , 73 + .byte N06 , Ds3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Fs4 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte Cn4 , v036 + .byte W06 + .byte Ds4 , v112 + .byte W06 + .byte Ds4 , v036 + .byte W06 + .byte Gs3 , v112 + .byte W06 + .byte Gs3 , v036 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Gs3 , v112 + .byte W06 + .byte Gs3 , v036 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cs4 , v036 + .byte W12 + .byte Ds4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte N03 , Fn5 , v112 + .byte W03 + .byte N06 , Fn5 , v036 + .byte W09 + .byte N03 , Fn5 , v112 + .byte W03 + .byte N06 , Fn5 , v036 + .byte W09 + .byte VOICE , 48 + .byte VOL , 42*bgm_minamo_mvl/mxv + .byte W09 + .byte N03 , Cn3 , v112 + .byte W03 + .byte N06 , Bn2 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte Bn2 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte N06 , Gs3 , v112 + .byte W06 + .byte Gs3 , v036 + .byte W06 + .byte N24 , Fs3 , v112 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N06 , Fs3 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , As2 + .byte W06 + .byte N03 , An2 + .byte W06 + .byte As2 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte N06 , Fs3 , v112 + .byte W06 + .byte Fs3 , v036 + .byte W06 + .byte N24 , En3 , v112 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , An2 , v112 + .byte W03 + .byte N06 , Gs2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte Gs2 + .byte W03 + .byte Gs2 , v036 + .byte W03 + .byte Cs3 , v112 + .byte W03 + .byte Cs3 , v036 + .byte W03 + .byte N06 , En3 , v112 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cs3 + .byte W06 + .byte N03 + .byte W03 + .byte Dn3 + .byte W03 + .byte TEMPO , 88*bgm_minamo_tbs/2 + .byte N30 , Ds3 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte TEMPO , 86*bgm_minamo_tbs/2 + .byte 0 + .byte W06 + .byte N06 , Ds3 , v036 + .byte W06 + .byte TEMPO , 74*bgm_minamo_tbs/2 + .byte N12 , Fs3 , v112 + .byte W12 + .byte N03 , En3 + .byte W03 + .byte Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Gs3 + .byte W03 + .byte As3 + .byte W03 + .byte TEMPO , 92*bgm_minamo_tbs/2 + .byte VOICE , 60 + .byte N36 , Bn3 + .byte W24 + .byte W03 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N06 , Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N12 , As4 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N06 , Cn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn4 + .byte W06 + .byte N30 , Gs4 + .byte W18 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte N03 , Cs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte N06 , Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Bn3 , v036 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte TEMPO , 90*bgm_minamo_tbs/2 + .byte N12 , Gn4 + .byte W12 + .byte N03 , En4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte TEMPO , 74*bgm_minamo_tbs/2 + .byte Cn4 + .byte W12 + .byte TEMPO , 68*bgm_minamo_tbs/2 + .byte Bn3 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte GOTO + .word bgm_minamo_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_minamo_2: + .byte KEYSH , bgm_minamo_key+0 +bgm_minamo_2_B1: + .byte VOICE , 48 + .byte VOL , 85*bgm_minamo_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fs2 , v036 + .byte W03 + .byte Fn2 , v112 + .byte W03 + .byte Fn2 , v036 + .byte W03 + .byte N12 , Fs2 , v112 + .byte W12 + .byte Fs1 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Fs1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fs2 , v036 + .byte W03 + .byte Fn2 , v112 + .byte W03 + .byte Fn2 , v036 + .byte W03 + .byte N12 , Fs2 , v112 + .byte W12 + .byte Fs1 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Fs1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fs2 , v036 + .byte W03 + .byte Fn2 , v112 + .byte W03 + .byte Fn2 , v036 + .byte W03 + .byte N12 , Fs2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte N06 , Bn2 , v112 + .byte W06 + .byte Bn2 , v036 + .byte W06 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , En2 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte N12 , Bn2 , v112 + .byte W12 + .byte Bn1 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , Ds2 , v112 + .byte W12 + .byte N03 , Cs3 + .byte W03 + .byte Cs3 , v036 + .byte W03 + .byte Cn3 , v112 + .byte W03 + .byte Cn3 , v036 + .byte W03 + .byte N12 , Cs3 , v112 + .byte W12 + .byte As1 + .byte W12 + .byte N03 , Cs3 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N12 , Gs2 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v036 + .byte W03 + .byte N12 , Ds3 , v112 + .byte W12 + .byte Ds2 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N12 , En2 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte N12 , Bn2 , v112 + .byte W12 + .byte Bn1 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , En2 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , Ds2 , v112 + .byte W12 + .byte N03 , Cs3 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N12 , As1 , v112 + .byte W12 + .byte N03 , Cs3 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fn2 + .byte W03 + .byte N06 , Fn2 , v036 + .byte W09 + .byte N03 , Fn2 , v112 + .byte W03 + .byte N06 , Fn2 , v036 + .byte W09 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Ds2 , v112 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N12 , Gs2 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte Fs3 , v036 + .byte W03 + .byte N12 , Cs2 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , Cs2 , v112 + .byte W12 + .byte N03 , Gs2 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N12 , Cs2 , v112 + .byte W12 +bgm_minamo_2_000: + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N12 , Fs2 , v112 + .byte W12 + .byte N03 , Cs3 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N12 , Fs2 , v112 + .byte W12 + .byte N03 , Cs3 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte PEND + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Ds2 , v112 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N12 , Gs2 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N12 , Cs2 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , Cs2 , v112 + .byte W12 + .byte N03 , Gs2 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N12 , Cs2 , v112 + .byte W12 + .byte PATT + .word bgm_minamo_2_000 + .byte VOICE , 58 + .byte N12 , En1 , v112 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , En1 , v112 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte N06 , An2 , v112 + .byte W06 + .byte As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Ds1 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N03 , An2 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Cs1 + .byte W12 + .byte N03 , Gs2 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N12 , Cs1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fs2 , v036 + .byte W03 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Fs2 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Bn0 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N03 , Fs2 , v112 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W09 + .byte N12 , Cn1 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fs2 , v036 + .byte W03 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Fs2 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte N03 , Bn2 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte N12 , En1 , v112 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte N06 , An2 , v112 + .byte W06 + .byte As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Ds1 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v036 + .byte W09 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N03 , An2 + .byte W03 + .byte An2 , v036 + .byte W03 + .byte N06 , Gs2 , v112 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N12 , Cs1 + .byte W12 + .byte N03 , Gs2 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W09 + .byte N12 , Cs1 , v112 + .byte W12 + .byte N03 , Gn2 + .byte W03 + .byte Gn2 , v036 + .byte W03 + .byte N06 , Fs2 , v112 + .byte W06 + .byte Gn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N12 , Cn1 + .byte W12 + .byte N03 , Gn2 + .byte W03 + .byte N06 , Gn2 , v036 + .byte W09 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N06 , Gn2 , v036 + .byte W09 + .byte N12 , Cn1 , v112 + .byte W12 + .byte VOICE , 48 + .byte N06 , En1 + .byte W06 + .byte Gn1 , v120 + .byte W06 + .byte Cn2 + .byte W06 + .byte An1 , v124 + .byte W06 + .byte GOTO + .word bgm_minamo_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_minamo_3: + .byte KEYSH , bgm_minamo_key+0 +bgm_minamo_3_B1: + .byte VOICE , 45 + .byte PAN , c_v+44 + .byte VOL , 56*bgm_minamo_mvl/mxv + .byte W09 + .byte N03 , Gn3 , v064 + .byte W03 + .byte Fs3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte N06 , Fs3 , v032 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W21 + .byte N03 , As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W09 + .byte N03 , As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W18 + .byte N03 , Gn3 , v064 + .byte W03 + .byte Fs3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte N06 , Fs3 , v032 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W21 + .byte N03 , As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W09 + .byte N03 , As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v032 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v032 + .byte W03 + .byte N12 , Gs3 , v112 + .byte W12 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , An3 , v064 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v032 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v032 + .byte W03 + .byte N12 , Gs3 , v112 + .byte W12 + .byte N06 , Gs3 , v032 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W18 + .byte N03 , Gs3 , v064 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v032 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte Fs3 , v032 + .byte W03 +bgm_minamo_3_000: + .byte N12 , Gn3 , v112 + .byte W12 + .byte N06 , Gn3 , v032 + .byte W12 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W18 + .byte N03 , Gn3 , v064 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte Fs3 , v032 + .byte W03 + .byte Fn3 , v112 + .byte W03 + .byte Fn3 , v032 + .byte W03 + .byte N12 , Fs3 , v112 + .byte W12 + .byte N06 , Fs3 , v032 + .byte W12 + .byte PEND + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W18 + .byte N03 , Cs4 , v064 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte Cn4 , v032 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte N12 , Cn4 , v112 + .byte W12 + .byte N06 , Cn4 , v032 + .byte W12 + .byte N03 , Cn4 , v112 + .byte W03 + .byte N06 , Cn4 , v032 + .byte W09 + .byte N03 , Cn4 , v112 + .byte W03 + .byte N06 , Cn4 , v032 + .byte W09 + .byte VOICE , 48 + .byte VOL , 42*bgm_minamo_mvl/mxv + .byte W09 + .byte N03 , An3 , v064 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v032 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v032 + .byte W03 + .byte N12 , Gs3 , v112 + .byte W12 + .byte N06 , Gs3 , v032 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W18 + .byte N03 , Gs3 , v064 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v032 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte Fs3 , v032 + .byte W03 + .byte PATT + .word bgm_minamo_3_000 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W18 + .byte N03 , Bn3 , v064 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte An3 , v112 + .byte W03 + .byte An3 , v032 + .byte W03 + .byte N12 , As3 , v112 + .byte W12 + .byte N06 , As3 , v032 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte VOICE , 45 + .byte VOL , 56*bgm_minamo_mvl/mxv + .byte W09 + .byte N03 , Gn3 , v064 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte Fs3 , v032 + .byte W03 + .byte Fn3 , v112 + .byte W03 + .byte Fn3 , v032 + .byte W03 + .byte Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W21 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W21 + .byte N03 , Cn4 , v112 + .byte W03 + .byte Cn4 , v032 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte Cn4 , v112 + .byte W03 + .byte Cn4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W15 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte VOICE , 48 + .byte N12 , En3 , v112 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N12 + .byte W12 + .byte As3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte En4 , v032 + .byte W12 + .byte N03 , Fn4 , v112 + .byte W03 + .byte En4 + .byte W03 + .byte N06 , Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W03 + .byte As3 + .byte W03 + .byte VOICE , 48 + .byte N06 , As3 , v032 + .byte W09 + .byte N03 , Gn3 , v064 + .byte W03 + .byte Fs3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte N06 , Fs3 , v032 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W09 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v032 + .byte W21 + .byte N03 , Cn4 , v112 + .byte W03 + .byte N06 , Cn4 , v032 + .byte W09 + .byte N03 , Cn4 , v112 + .byte W03 + .byte N06 , Cn4 , v032 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N12 , En3 , v112 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N12 + .byte W12 + .byte As3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte En4 , v032 + .byte W12 + .byte Bn4 , v112 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cs5 , v032 + .byte W06 + .byte VOICE , 45 + .byte N03 , Fs5 , v112 + .byte W03 + .byte N06 , Fs5 , v032 + .byte W09 + .byte N03 , Fs5 , v112 + .byte W03 + .byte N06 , Fs5 , v032 + .byte W09 + .byte W12 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W09 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W21 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte N06 , Cn4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gs4 , v032 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W03 + .byte N06 , Cs4 , v032 + .byte W09 + .byte N03 , Cs4 , v112 + .byte W03 + .byte N06 , Cs4 , v032 + .byte W21 + .byte N03 , Bn3 , v112 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte N06 , As3 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fs4 , v032 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W09 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W21 + .byte N03 , As3 , v112 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte As3 + .byte W06 + .byte En4 + .byte W06 + .byte En4 , v032 + .byte W12 + .byte N03 , As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W09 + .byte N03 , As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W21 + .byte N03 , An3 , v112 + .byte W03 + .byte An3 , v032 + .byte W03 + .byte N06 , Gs3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte Ds4 + .byte W06 + .byte VOICE , 48 + .byte N06 , Ds4 , v032 + .byte W12 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W09 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W21 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte N06 , Cn4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gs4 , v032 + .byte W12 + .byte N03 , Cs4 , v112 + .byte W03 + .byte N06 , Cs4 , v032 + .byte W09 + .byte N03 , Cs4 , v112 + .byte W03 + .byte N06 , Cs4 , v032 + .byte W21 + .byte N03 , Cn4 , v112 + .byte W03 + .byte Cn4 , v032 + .byte W03 + .byte N06 , Bn3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fs4 , v032 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W09 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W21 + .byte N03 , As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte N06 , An3 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cs4 , v032 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W09 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W21 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W09 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W09 + .byte GOTO + .word bgm_minamo_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_minamo_4: + .byte KEYSH , bgm_minamo_key+0 +bgm_minamo_4_B1: + .byte VOICE , 48 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 8*bgm_minamo_mvl/mxv + .byte TIE , Fs4 , v112 + .byte W02 + .byte VOL , 9*bgm_minamo_mvl/mxv + .byte W12 + .byte 10*bgm_minamo_mvl/mxv + .byte W03 + .byte 14*bgm_minamo_mvl/mxv + .byte W07 + .byte 18*bgm_minamo_mvl/mxv + .byte W05 + .byte 20*bgm_minamo_mvl/mxv + .byte W03 + .byte 21*bgm_minamo_mvl/mxv + .byte W04 + .byte 23*bgm_minamo_mvl/mxv + .byte W02 + .byte 24*bgm_minamo_mvl/mxv + .byte W03 + .byte 26*bgm_minamo_mvl/mxv + .byte W03 + .byte 29*bgm_minamo_mvl/mxv + .byte W04 + .byte 30*bgm_minamo_mvl/mxv + .byte W02 + .byte 32*bgm_minamo_mvl/mxv + .byte W03 + .byte 34*bgm_minamo_mvl/mxv + .byte W07 + .byte 35*bgm_minamo_mvl/mxv + .byte W02 + .byte 36*bgm_minamo_mvl/mxv + .byte W03 + .byte 38*bgm_minamo_mvl/mxv + .byte W03 + .byte 41*bgm_minamo_mvl/mxv + .byte W04 + .byte 42*bgm_minamo_mvl/mxv + .byte W02 + .byte 44*bgm_minamo_mvl/mxv + .byte W03 + .byte 48*bgm_minamo_mvl/mxv + .byte W03 + .byte 51*bgm_minamo_mvl/mxv + .byte W04 + .byte 52*bgm_minamo_mvl/mxv + .byte W02 + .byte 56*bgm_minamo_mvl/mxv + .byte W03 + .byte 58*bgm_minamo_mvl/mxv + .byte W03 + .byte 59*bgm_minamo_mvl/mxv + .byte W04 + .byte W02 + .byte 62*bgm_minamo_mvl/mxv + .byte W04 + .byte 62*bgm_minamo_mvl/mxv + .byte W02 + .byte 59*bgm_minamo_mvl/mxv + .byte W04 + .byte 58*bgm_minamo_mvl/mxv + .byte W02 + .byte 54*bgm_minamo_mvl/mxv + .byte W03 + .byte 51*bgm_minamo_mvl/mxv + .byte W03 + .byte 49*bgm_minamo_mvl/mxv + .byte W04 + .byte 48*bgm_minamo_mvl/mxv + .byte W02 + .byte 44*bgm_minamo_mvl/mxv + .byte W03 + .byte 41*bgm_minamo_mvl/mxv + .byte W01 + .byte EOT + .byte N06 , En4 + .byte W02 + .byte VOL , 40*bgm_minamo_mvl/mxv + .byte W04 + .byte 38*bgm_minamo_mvl/mxv + .byte N06 , Ds4 + .byte W02 + .byte VOL , 35*bgm_minamo_mvl/mxv + .byte W03 + .byte 34*bgm_minamo_mvl/mxv + .byte W01 + .byte N06 , En4 + .byte W02 + .byte VOL , 32*bgm_minamo_mvl/mxv + .byte W04 + .byte 29*bgm_minamo_mvl/mxv + .byte TIE , Fs4 + .byte W02 + .byte VOL , 24*bgm_minamo_mvl/mxv + .byte W03 + .byte 23*bgm_minamo_mvl/mxv + .byte W09 + .byte 21*bgm_minamo_mvl/mxv + .byte W03 + .byte 20*bgm_minamo_mvl/mxv + .byte W03 + .byte 21*bgm_minamo_mvl/mxv + .byte W06 + .byte 20*bgm_minamo_mvl/mxv + .byte W15 + .byte 26*bgm_minamo_mvl/mxv + .byte W03 + .byte 29*bgm_minamo_mvl/mxv + .byte W04 + .byte 30*bgm_minamo_mvl/mxv + .byte W02 + .byte 32*bgm_minamo_mvl/mxv + .byte W03 + .byte 34*bgm_minamo_mvl/mxv + .byte W07 + .byte 35*bgm_minamo_mvl/mxv + .byte W02 + .byte 36*bgm_minamo_mvl/mxv + .byte W03 + .byte 38*bgm_minamo_mvl/mxv + .byte W03 + .byte 41*bgm_minamo_mvl/mxv + .byte W04 + .byte 42*bgm_minamo_mvl/mxv + .byte W02 + .byte 44*bgm_minamo_mvl/mxv + .byte W03 + .byte 48*bgm_minamo_mvl/mxv + .byte W03 + .byte 51*bgm_minamo_mvl/mxv + .byte W04 + .byte 52*bgm_minamo_mvl/mxv + .byte W02 + .byte 56*bgm_minamo_mvl/mxv + .byte W03 + .byte 58*bgm_minamo_mvl/mxv + .byte W03 + .byte 59*bgm_minamo_mvl/mxv + .byte W06 + .byte 62*bgm_minamo_mvl/mxv + .byte W04 + .byte 62*bgm_minamo_mvl/mxv + .byte W02 + .byte 59*bgm_minamo_mvl/mxv + .byte W01 + .byte 68*bgm_minamo_mvl/mxv + .byte W03 + .byte EOT + .byte N06 , Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N15 , Ds4 + .byte W15 + .byte N03 , Gn4 , v064 + .byte W03 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Cn4 , v076 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte N06 , Bn3 , v036 + .byte W24 + .byte N03 , As3 , v112 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N15 , Ds4 + .byte W15 + .byte N03 , Gn4 , v064 + .byte W03 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Cn4 , v076 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte N06 , Bn3 , v036 + .byte W24 + .byte N03 , Bn3 , v112 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N24 , As3 + .byte W24 + .byte N03 , Cs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte VOL , 61*bgm_minamo_mvl/mxv + .byte N03 , Fn4 + .byte W03 + .byte VOL , 62*bgm_minamo_mvl/mxv + .byte N24 , Fs4 + .byte W02 + .byte VOL , 63*bgm_minamo_mvl/mxv + .byte W01 + .byte 68*bgm_minamo_mvl/mxv + .byte W09 + .byte W12 + .byte N03 , En4 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte VOL , 34*bgm_minamo_mvl/mxv + .byte N48 , Ds4 + .byte W02 + .byte VOL , 39*bgm_minamo_mvl/mxv + .byte W03 + .byte 44*bgm_minamo_mvl/mxv + .byte W03 + .byte 50*bgm_minamo_mvl/mxv + .byte W04 + .byte 53*bgm_minamo_mvl/mxv + .byte W02 + .byte 57*bgm_minamo_mvl/mxv + .byte W03 + .byte 61*bgm_minamo_mvl/mxv + .byte W01 + .byte 68*bgm_minamo_mvl/mxv + .byte W30 + .byte N03 , Fs4 + .byte W06 + .byte N06 , En4 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N06 , Bn3 + .byte W06 + .byte N15 , Ds4 + .byte W15 + .byte N03 , Gn4 , v064 + .byte W03 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Cn4 , v076 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte N06 , Bn3 , v036 + .byte W24 + .byte As3 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte N15 , Ds4 + .byte W15 + .byte N03 , Gn4 , v064 + .byte W03 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte N03 , Cn4 , v076 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte N06 , Bn3 , v036 + .byte W24 + .byte Bn3 , v112 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte N06 , As3 , v036 + .byte W24 + .byte N12 , Fs3 , v112 + .byte W12 + .byte Gs3 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N48 , Ds4 + .byte W48 + .byte N06 , Ds4 , v036 + .byte W24 + .byte VOICE , 45 + .byte VOL , 76*bgm_minamo_mvl/mxv + .byte N06 , Ds4 , v112 + .byte W06 + .byte Ds4 , v036 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v036 + .byte W06 + .byte Cs5 , v104 + .byte W06 + .byte Cs5 , v036 + .byte W06 + .byte As4 , v104 + .byte W06 + .byte As4 , v036 + .byte W06 + .byte Gs4 , v112 + .byte W06 + .byte Gs4 , v036 + .byte W06 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v036 + .byte W06 + .byte Gs4 , v112 + .byte W06 + .byte Gs4 , v036 + .byte W06 + .byte Ds4 , v112 + .byte W06 + .byte Ds4 , v036 + .byte W06 + .byte Fs4 , v112 + .byte W06 + .byte Fs4 , v036 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte En4 , v036 + .byte W06 + .byte VOICE , 48 + .byte VOL , 65*bgm_minamo_mvl/mxv + .byte N12 , Cs4 , v112 + .byte W12 + .byte Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cs5 , v036 + .byte W12 + .byte Bn4 , v112 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As4 + .byte W06 + .byte N03 , Fs4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Fs4 + .byte W03 + .byte En4 + .byte W03 + .byte N06 , Ds4 + .byte W06 + .byte Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cs5 , v036 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Gs3 + .byte W06 + .byte N12 , Cs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cs5 , v036 + .byte W12 + .byte Ds5 , v112 + .byte W06 + .byte En5 + .byte W06 + .byte En5 , v036 + .byte W06 + .byte N03 , Fs4 , v112 + .byte W03 + .byte N06 , Fs4 , v036 + .byte W09 + .byte N03 , Fs4 , v112 + .byte W03 + .byte Fs4 , v036 + .byte W03 + .byte Fn4 , v112 + .byte W03 + .byte Fs4 + .byte W03 + .byte N30 , Gs4 + .byte W30 + .byte N06 , Bn3 + .byte W06 + .byte N30 , As3 + .byte W30 + .byte N06 , Gs4 + .byte W06 + .byte N30 , Fs4 + .byte W24 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N36 , Bn3 + .byte W36 + .byte N30 , En4 + .byte W30 + .byte N06 , Bn3 + .byte W06 + .byte N03 , As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , As3 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N36 , Fs4 + .byte W36 + .byte N03 , An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W03 + .byte Cs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte Fs4 + .byte W03 + .byte N36 , Gs4 + .byte W36 + .byte N06 , As4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Gs4 + .byte W06 + .byte Gs5 + .byte W06 + .byte N12 , Fs5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N03 , An4 + .byte W03 + .byte Bn4 + .byte W03 + .byte N06 , An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds5 + .byte W06 + .byte N30 , En5 + .byte W30 + .byte N06 , Bn4 + .byte W06 + .byte N03 , As4 + .byte W03 + .byte Bn4 + .byte W03 + .byte N06 , As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Gs4 , v036 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte As4 , v036 + .byte W06 + .byte N48 , Bn4 , v112 + .byte W48 + .byte N12 , An4 + .byte W12 + .byte En4 + .byte W12 + .byte GOTO + .word bgm_minamo_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_minamo_5: + .byte KEYSH , bgm_minamo_key+0 +bgm_minamo_5_B1: + .byte VOICE , 82 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 32*bgm_minamo_mvl/mxv + .byte W96 + .byte W96 + .byte W96 +bgm_minamo_5_000: + .byte W09 + .byte N03 , Cn3 , v112 + .byte W03 + .byte Bn2 + .byte W06 + .byte As2 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fs3 , v036 + .byte W06 + .byte N24 , En3 , v112 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , Cn3 , v112 + .byte W03 + .byte Bn2 + .byte W06 + .byte As2 + .byte W06 + .byte PEND + .byte N06 , Bn2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fs3 , v036 + .byte W06 + .byte N24 , En3 , v112 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N06 , En3 , v036 + .byte W48 + .byte W96 + .byte PATT + .word bgm_minamo_5_000 + .byte N06 , Bn2 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fs3 , v036 + .byte W06 + .byte N24 , En3 , v112 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N06 , En3 , v036 + .byte W36 + .byte N12 , As2 , v112 + .byte W12 + .byte Bn2 + .byte W12 + .byte N06 , Cs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N48 , Fs3 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N06 , Fs3 , v036 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N36 , Bn2 , v112 + .byte W24 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N06 , Cs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N18 , En3 + .byte W18 + .byte N06 , Bn3 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte N06 , Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte N03 , Cn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Cn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Gn3 + .byte W06 + .byte N30 , Gs3 + .byte W15 + .byte MOD , 9 + .byte W15 + .byte 0 + .byte N06 , En3 + .byte W06 + .byte N03 , Cs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte N06 , Cs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Bn2 , v036 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Gn3 + .byte W12 + .byte N03 , En3 + .byte W03 + .byte Gn3 + .byte W03 + .byte N06 , En3 + .byte W06 + .byte N12 , Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte N06 , An2 + .byte W06 + .byte Gn2 + .byte W06 + .byte GOTO + .word bgm_minamo_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_minamo_6: + .byte KEYSH , bgm_minamo_key+0 +bgm_minamo_6_B1: + .byte VOICE , 45 + .byte PAN , c_v-33 + .byte VOL , 66*bgm_minamo_mvl/mxv + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v036 + .byte W03 + .byte N12 , Ds3 , v112 + .byte W12 + .byte N06 , Ds3 , v036 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v036 + .byte W03 + .byte N12 , Ds3 , v112 + .byte W12 + .byte N06 , Ds3 , v036 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte VOL , 42*bgm_minamo_mvl/mxv + .byte W12 + .byte N03 , En3 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte N12 , En3 , v112 + .byte W12 + .byte N06 , En3 , v036 + .byte W12 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W21 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 +bgm_minamo_6_000: + .byte N12 , En3 , v112 + .byte W12 + .byte N06 , En3 , v036 + .byte W12 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v036 + .byte W03 + .byte N12 , Ds3 , v112 + .byte W12 + .byte N06 , Ds3 , v036 + .byte W12 + .byte PEND + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v036 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v036 + .byte W03 + .byte N12 , Gs3 , v112 + .byte W12 + .byte N06 , Gs3 , v036 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W09 + .byte W12 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte N12 , En3 , v112 + .byte W12 + .byte N06 , En3 , v036 + .byte W12 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W21 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte PATT + .word bgm_minamo_6_000 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N12 , Ds3 , v112 + .byte W12 + .byte N06 , Ds3 , v036 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v036 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v036 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v036 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v036 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v036 + .byte W15 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W21 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W09 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v036 + .byte W21 + .byte N03 , Fn3 , v112 + .byte W03 + .byte N06 , Fn3 , v036 + .byte W09 + .byte N03 , Fn3 , v112 + .byte W03 + .byte N06 , Fn3 , v036 + .byte W80 + .byte W01 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v036 + .byte W03 + .byte N12 , Ds3 , v112 + .byte W12 + .byte N06 , Ds3 , v036 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W21 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W56 + .byte W01 + .byte W96 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v036 + .byte W03 + .byte N06 , Gn3 , v112 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cs4 , v036 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v036 + .byte W09 +bgm_minamo_6_001: + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v036 + .byte W21 + .byte N03 , Fs3 , v112 + .byte W03 + .byte Fs3 , v036 + .byte W03 + .byte N06 , Fn3 , v112 + .byte W06 + .byte Fs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Bn3 , v036 + .byte W12 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W21 + .byte PEND + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte N06 , Ds3 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte As3 + .byte W06 + .byte As3 , v036 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte N06 , Ds3 , v036 + .byte W21 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v036 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte An3 + .byte W06 + .byte An3 , v036 + .byte W12 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v036 + .byte W21 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v036 + .byte W03 + .byte N06 , Gn3 , v112 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cs4 , v036 + .byte W12 + .byte N03 , Fs3 , v112 + .byte W03 + .byte N06 , Fs3 , v036 + .byte W09 + .byte PATT + .word bgm_minamo_6_001 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v036 + .byte W03 + .byte N06 , Ds3 , v112 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gn3 , v036 + .byte W12 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W21 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , En3 , v036 + .byte W09 + .byte GOTO + .word bgm_minamo_6_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_minamo: + .byte 6 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_minamo_pri @ Priority + .byte bgm_minamo_rev @ Reverb. + + .word bgm_minamo_grp + + .word bgm_minamo_1 + .word bgm_minamo_2 + .word bgm_minamo_3 + .word bgm_minamo_4 + .word bgm_minamo_5 + .word bgm_minamo_6 + + .end diff --git a/sound/songs/bgm_mishiro.s b/sound/songs/bgm_mishiro.s new file mode 100644 index 000000000..9c5b2209c --- /dev/null +++ b/sound/songs/bgm_mishiro.s @@ -0,0 +1,3177 @@ + .include "MPlayDef.s" + + .equ bgm_mishiro_grp, voicegroup_843C444 + .equ bgm_mishiro_pri, 0 + .equ bgm_mishiro_rev, reverb_set+50 + .equ bgm_mishiro_mvl, 127 + .equ bgm_mishiro_key, 0 + .equ bgm_mishiro_tbs, 1 + .equ bgm_mishiro_exg, 0 + .equ bgm_mishiro_cmp, 1 + + .section .rodata + .global bgm_mishiro + .align 2 + +@********************** Track 1 **********************@ + +bgm_mishiro_1: + .byte KEYSH , bgm_mishiro_key+0 + .byte TEMPO , 108*bgm_mishiro_tbs/2 + .byte VOICE , 48 + .byte LFOS , 44 + .byte PAN , c_v+4 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-16 + .byte LFOS , 44 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte W12 + .byte W24 +bgm_mishiro_1_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N03 , Bn3 , v096 + .byte W03 + .byte N32 , Cn4 , v108 + .byte W21 + .byte MOD , 3 + .byte VOL , 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 34*bgm_mishiro_mvl/mxv + .byte W03 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , As3 , v104 + .byte W12 + .byte Cn4 , v112 + .byte W12 + .byte As3 , v096 + .byte W12 + .byte Cn4 , v108 + .byte W12 + .byte Dn4 + .byte W12 + .byte W12 + .byte N03 , Fn4 , v100 + .byte W03 + .byte N21 , En4 , v112 + .byte W09 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N12 , Fn4 , v096 + .byte W12 + .byte Cs4 , v112 + .byte W12 + .byte An3 , v096 + .byte W12 + .byte Cs4 , v112 + .byte W12 + .byte En4 , v096 + .byte W12 + .byte Fn4 , v112 + .byte W12 + .byte Fn4 , v036 + .byte W12 + .byte Gn4 , v112 + .byte W12 + .byte Gn4 , v036 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte An4 , v036 + .byte W12 + .byte Fn4 , v100 + .byte W12 + .byte Cs4 , v092 + .byte W12 + .byte An3 , v112 + .byte W12 + .byte Gs3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N03 , En4 + .byte W03 + .byte N21 , Fn4 + .byte W09 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte N12 , An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N48 , As3 + .byte W24 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 34*bgm_mishiro_mvl/mxv + .byte W03 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 4 + .byte VOL , 27*bgm_mishiro_mvl/mxv + .byte W03 + .byte 27*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W03 + .byte 22*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , Dn4 + .byte W12 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte N48 , As3 + .byte W24 + .byte VOL , 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 34*bgm_mishiro_mvl/mxv + .byte W03 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 6 + .byte VOL , 27*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W03 + .byte 22*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N03 , En4 + .byte W03 + .byte N09 , Fn4 + .byte W09 + .byte N06 , Dn4 + .byte W12 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte N72 , Gn3 + .byte W24 + .byte VOL , 36*bgm_mishiro_mvl/mxv + .byte W02 + .byte 34*bgm_mishiro_mvl/mxv + .byte W03 + .byte 33*bgm_mishiro_mvl/mxv + .byte W03 + .byte 32*bgm_mishiro_mvl/mxv + .byte W04 + .byte 31*bgm_mishiro_mvl/mxv + .byte W02 + .byte 29*bgm_mishiro_mvl/mxv + .byte W06 + .byte 27*bgm_mishiro_mvl/mxv + .byte W06 + .byte 26*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W07 + .byte MOD , 4 + .byte VOL , 24*bgm_mishiro_mvl/mxv + .byte W02 + .byte 22*bgm_mishiro_mvl/mxv + .byte W06 + .byte 22*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 + .byte W12 + .byte Fn3 + .byte W12 + .byte N36 , En3 + .byte W24 + .byte MOD , 4 + .byte VOL , 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 34*bgm_mishiro_mvl/mxv + .byte W03 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , Dn3 + .byte W12 + .byte Cn3 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_mishiro_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_mishiro_2: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte MOD , 0 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte N12 , Cn4 , v112 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 +bgm_mishiro_2_B1: + .byte VOICE , 73 + .byte N03 , Gs4 , v112 + .byte W03 + .byte N32 , An4 + .byte W21 + .byte MOD , 6 + .byte VOL , 41*bgm_mishiro_mvl/mxv + .byte W02 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 35*bgm_mishiro_mvl/mxv + .byte W04 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte N12 , Gn4 , v084 + .byte W12 + .byte N11 , An4 , v092 + .byte W12 + .byte Gn4 , v088 + .byte W12 + .byte An4 + .byte W12 + .byte As4 , v092 + .byte W12 + .byte N36 , Cn5 , v112 + .byte W24 + .byte MOD , 6 + .byte VOL , 41*bgm_mishiro_mvl/mxv + .byte W02 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 30*bgm_mishiro_mvl/mxv + .byte W03 + .byte 23*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte N12 , Dn5 + .byte W12 + .byte An4 , v100 + .byte W24 + .byte An4 , v096 + .byte W12 + .byte Cs5 , v100 + .byte W12 + .byte Dn5 , v112 + .byte W12 + .byte Dn5 , v036 + .byte W12 + .byte N24 , En5 , v100 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N12 , Dn5 , v092 + .byte W12 + .byte MOD , 7 + .byte N12 , Dn5 , v036 + .byte W12 + .byte MOD , 0 + .byte N12 , An4 , v100 + .byte W12 + .byte Gn4 , v096 + .byte W12 + .byte Fn4 , v112 + .byte W12 + .byte En4 , v096 + .byte W12 + .byte Fn4 , v100 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte N03 , Cs5 , v104 + .byte W03 + .byte N21 , Dn5 , v112 + .byte W12 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N12 , Dn4 , v096 + .byte W12 + .byte En4 , v104 + .byte W12 + .byte N48 , Fn4 , v112 + .byte W24 + .byte MOD , 7 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte W02 + .byte 40*bgm_mishiro_mvl/mxv + .byte W03 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 36*bgm_mishiro_mvl/mxv + .byte W04 + .byte 34*bgm_mishiro_mvl/mxv + .byte W02 + .byte 31*bgm_mishiro_mvl/mxv + .byte W03 + .byte 28*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte N12 , Cn5 + .byte W12 + .byte N06 , As4 , v100 + .byte W06 + .byte As4 , v036 + .byte W06 + .byte N12 , As4 , v112 + .byte W12 + .byte An4 , v100 + .byte W12 + .byte N48 , Fn4 , v104 + .byte W24 + .byte MOD , 7 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte W02 + .byte 40*bgm_mishiro_mvl/mxv + .byte W03 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 36*bgm_mishiro_mvl/mxv + .byte W04 + .byte 34*bgm_mishiro_mvl/mxv + .byte W02 + .byte 31*bgm_mishiro_mvl/mxv + .byte W03 + .byte 28*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte N03 , Cs5 , v092 + .byte W03 + .byte N09 , Dn5 , v096 + .byte W09 + .byte N06 , An4 + .byte W06 + .byte An4 , v032 + .byte W06 + .byte N12 , An4 , v096 + .byte W12 + .byte Gn4 + .byte W12 + .byte N72 , Fn4 + .byte W24 + .byte VOL , 42*bgm_mishiro_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte W03 + .byte 40*bgm_mishiro_mvl/mxv + .byte W03 + .byte 38*bgm_mishiro_mvl/mxv + .byte W04 + .byte 37*bgm_mishiro_mvl/mxv + .byte W05 + .byte 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 35*bgm_mishiro_mvl/mxv + .byte W04 + .byte 34*bgm_mishiro_mvl/mxv + .byte W02 + .byte 33*bgm_mishiro_mvl/mxv + .byte W03 + .byte 31*bgm_mishiro_mvl/mxv + .byte W03 + .byte 29*bgm_mishiro_mvl/mxv + .byte W06 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte 28*bgm_mishiro_mvl/mxv + .byte W04 + .byte 24*bgm_mishiro_mvl/mxv + .byte W03 + .byte 43*bgm_mishiro_mvl/mxv + .byte MOD , 0 + .byte N12 , En4 , v100 + .byte W12 + .byte Dn4 + .byte W12 + .byte N36 , En4 , v112 + .byte W24 + .byte MOD , 6 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte W02 + .byte 34*bgm_mishiro_mvl/mxv + .byte W03 + .byte 28*bgm_mishiro_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte N12 , Fn4 , v100 + .byte W12 + .byte Gn4 , v112 + .byte W12 + .byte VOICE , 48 + .byte VOL , 41*bgm_mishiro_mvl/mxv + .byte N12 , Cn4 , v096 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte N03 , Gs4 , v104 + .byte W03 + .byte N32 , An4 , v112 + .byte W21 + .byte MOD , 3 + .byte VOL , 39*bgm_mishiro_mvl/mxv + .byte W02 + .byte 35*bgm_mishiro_mvl/mxv + .byte W01 + .byte 37*bgm_mishiro_mvl/mxv + .byte W02 + .byte 30*bgm_mishiro_mvl/mxv + .byte W01 + .byte 34*bgm_mishiro_mvl/mxv + .byte W02 + .byte 25*bgm_mishiro_mvl/mxv + .byte W01 + .byte 31*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte N12 , Gn4 , v104 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte Gn4 , v096 + .byte W12 + .byte An4 , v108 + .byte W12 + .byte As4 + .byte W12 + .byte W12 + .byte N03 , Cs5 , v100 + .byte W03 + .byte N21 , Cn5 , v112 + .byte W09 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N12 , Dn5 , v096 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte Gn4 , v096 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte Cs5 , v096 + .byte W12 + .byte Dn5 , v112 + .byte W12 + .byte Dn5 , v036 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v036 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte Fn5 , v036 + .byte W12 + .byte An4 , v100 + .byte W12 + .byte Gn4 , v092 + .byte W12 + .byte Fn4 , v112 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte N03 , Cs5 + .byte W03 + .byte N21 , Dn5 + .byte W09 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N48 , Fn4 + .byte W24 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte W02 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 33*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 31*bgm_mishiro_mvl/mxv + .byte W02 + .byte 26*bgm_mishiro_mvl/mxv + .byte W03 + .byte 24*bgm_mishiro_mvl/mxv + .byte W03 + .byte 18*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte N12 , Cn5 + .byte W12 + .byte N06 , As4 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte N12 , As4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte N48 , Fn4 + .byte W24 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte W02 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 33*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 6 + .byte VOL , 31*bgm_mishiro_mvl/mxv + .byte W02 + .byte 26*bgm_mishiro_mvl/mxv + .byte W03 + .byte 24*bgm_mishiro_mvl/mxv + .byte W03 + .byte 18*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte N03 , Cs5 + .byte W03 + .byte N09 , Dn5 + .byte W09 + .byte N06 , An4 + .byte W06 + .byte An4 , v032 + .byte W06 + .byte N12 , An4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte N72 , Fn4 + .byte W24 + .byte VOL , 39*bgm_mishiro_mvl/mxv + .byte W02 + .byte 37*bgm_mishiro_mvl/mxv + .byte W06 + .byte 34*bgm_mishiro_mvl/mxv + .byte W04 + .byte 33*bgm_mishiro_mvl/mxv + .byte W02 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte 31*bgm_mishiro_mvl/mxv + .byte W03 + .byte 29*bgm_mishiro_mvl/mxv + .byte W06 + .byte 27*bgm_mishiro_mvl/mxv + .byte W03 + .byte 26*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte W02 + .byte VOL , 24*bgm_mishiro_mvl/mxv + .byte W03 + .byte 22*bgm_mishiro_mvl/mxv + .byte W04 + .byte 20*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte N12 , En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N36 , Gn4 + .byte W24 + .byte MOD , 4 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 34*bgm_mishiro_mvl/mxv + .byte W03 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 40*bgm_mishiro_mvl/mxv + .byte N12 , An4 + .byte W12 + .byte As4 + .byte W12 + .byte As4 , v032 + .byte W12 + .byte VOICE , 73 + .byte VOL , 46*bgm_mishiro_mvl/mxv + .byte N12 , An4 , v112 + .byte W12 + .byte As4 + .byte W12 + .byte N48 , Cn5 + .byte W24 + .byte MOD , 7 + .byte VOL , 41*bgm_mishiro_mvl/mxv + .byte W02 + .byte 39*bgm_mishiro_mvl/mxv + .byte W03 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 34*bgm_mishiro_mvl/mxv + .byte W04 + .byte 33*bgm_mishiro_mvl/mxv + .byte W02 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte 27*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_mishiro_mvl/mxv + .byte N12 , Cs5 + .byte W12 + .byte As4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Dn4 , v032 + .byte W12 + .byte Fn4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte N48 , Gn4 + .byte W24 + .byte MOD , 7 + .byte VOL , 42*bgm_mishiro_mvl/mxv + .byte W02 + .byte 40*bgm_mishiro_mvl/mxv + .byte W03 + .byte 37*bgm_mishiro_mvl/mxv + .byte W03 + .byte 35*bgm_mishiro_mvl/mxv + .byte W04 + .byte 33*bgm_mishiro_mvl/mxv + .byte W02 + .byte 31*bgm_mishiro_mvl/mxv + .byte W03 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte N12 , Gn4 , v032 + .byte W12 + .byte VOL , 45*bgm_mishiro_mvl/mxv + .byte N03 , En4 , v112 + .byte W03 + .byte N09 , Fn4 + .byte W09 + .byte N12 , Dn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N06 , En4 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte N24 , En4 , v112 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Gn4 , v032 + .byte W12 + .byte VOICE , 48 + .byte N12 , An4 , v112 + .byte W12 + .byte As4 + .byte W12 + .byte N48 , Cn5 + .byte W24 + .byte MOD , 4 + .byte VOL , 42*bgm_mishiro_mvl/mxv + .byte W02 + .byte 40*bgm_mishiro_mvl/mxv + .byte W03 + .byte 39*bgm_mishiro_mvl/mxv + .byte W03 + .byte 37*bgm_mishiro_mvl/mxv + .byte W04 + .byte 35*bgm_mishiro_mvl/mxv + .byte W02 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte 30*bgm_mishiro_mvl/mxv + .byte W03 + .byte 28*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 25*bgm_mishiro_mvl/mxv + .byte N12 , Cn5 , v032 + .byte W12 + .byte VOL , 45*bgm_mishiro_mvl/mxv + .byte N12 , An4 , v112 + .byte W12 + .byte Cs5 + .byte W12 + .byte En5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte En5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn5 , v032 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte An5 + .byte W12 + .byte N48 , Gn5 + .byte W24 + .byte VOL , 42*bgm_mishiro_mvl/mxv + .byte MOD , 4 + .byte W02 + .byte VOL , 38*bgm_mishiro_mvl/mxv + .byte W03 + .byte 35*bgm_mishiro_mvl/mxv + .byte W03 + .byte 31*bgm_mishiro_mvl/mxv + .byte W04 + .byte 28*bgm_mishiro_mvl/mxv + .byte W02 + .byte 25*bgm_mishiro_mvl/mxv + .byte W03 + .byte 24*bgm_mishiro_mvl/mxv + .byte W03 + .byte 22*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 22*bgm_mishiro_mvl/mxv + .byte N12 , Gn5 , v032 + .byte W12 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte N03 , En5 , v112 + .byte W03 + .byte N09 , Fn5 + .byte W09 + .byte N12 , Dn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte En5 , v032 + .byte W06 + .byte N24 , En5 , v112 + .byte W24 + .byte N12 , Fn5 + .byte W12 + .byte N24 , Gn5 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte VOICE , 73 + .byte MOD , 0 + .byte VOL , 47*bgm_mishiro_mvl/mxv + .byte N12 , As4 + .byte W12 + .byte Gn4 + .byte W12 + .byte GOTO + .word bgm_mishiro_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_mishiro_3: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 35 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N06 , Cn1 , v127 + .byte W12 + .byte N24 , En1 , v112 + .byte W24 +bgm_mishiro_3_B1: + .byte N24 , Fn1 , v120 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , Fn1 , v108 + .byte W06 + .byte Fn1 , v028 + .byte W06 + .byte Cn2 , v088 + .byte W06 + .byte N05 , Cn2 , v028 + .byte W06 + .byte N17 , Fn1 , v100 + .byte W18 + .byte N05 , Fn1 , v028 + .byte W06 + .byte N06 , Gn1 , v100 + .byte W06 + .byte N05 , Gn1 , v028 + .byte W06 + .byte N24 , An1 , v120 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , An1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v120 + .byte W24 + .byte N06 , Gn1 , v112 + .byte W12 + .byte N24 , Dn1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Dn1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v120 + .byte W18 + .byte N06 , An1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , Cn1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Cn1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N12 , Fn1 , v120 + .byte W12 + .byte An1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte N24 , Fn1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , As0 , v112 + .byte W06 + .byte As0 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N18 , As1 , v120 + .byte W18 + .byte N06 , As1 , v028 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte N24 , Gn1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Gn1 , v028 + .byte W12 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N18 , Gn1 , v120 + .byte W18 + .byte N06 , Gn1 , v028 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte N24 , Cn2 , v120 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v028 + .byte W06 + .byte N12 , Cn2 , v116 + .byte W12 + .byte As1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte N24 , En1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , En1 , v028 + .byte W12 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v028 + .byte W06 + .byte Cn1 , v116 + .byte W06 + .byte Cn1 , v028 + .byte W06 + .byte N12 , Cn2 , v104 + .byte W12 + .byte N06 , Cn3 , v084 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte N24 , Fn1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , Fn1 , v112 + .byte W06 + .byte Fn1 , v028 + .byte W06 + .byte Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte N18 , Fn1 , v120 + .byte W18 + .byte N06 , Fn1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , An1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , An1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v120 + .byte W18 + .byte N06 , An1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , Dn1 , v124 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Dn1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v120 + .byte W24 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , Cn1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Cn1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N12 , Fn1 , v120 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N24 , Fn1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , As0 , v112 + .byte W06 + .byte As0 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N18 , As1 , v120 + .byte W18 + .byte N06 , As1 , v028 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v028 + .byte W06 + .byte N24 , Gn1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Gn1 , v028 + .byte W12 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte N18 , Gn1 , v120 + .byte W18 + .byte N06 , Gn1 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N24 , Cn2 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v028 + .byte W06 + .byte N12 , Cn2 , v120 + .byte W12 + .byte As1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte N24 , En1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , En1 , v028 + .byte W12 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v028 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v028 + .byte W06 + .byte N12 , Cn2 , v120 + .byte W12 + .byte N06 , Cn3 , v088 + .byte W06 + .byte Cn3 , v028 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte N24 , Cn2 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , Cs2 , v120 + .byte W18 + .byte N06 , Cs2 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N24 , An1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , An1 , v028 + .byte W12 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N18 , Fn1 , v120 + .byte W18 + .byte N06 , Fn1 , v028 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte N24 , As1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , As1 , v028 + .byte W12 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v028 + .byte W06 + .byte N18 , Gn1 , v120 + .byte W18 + .byte N06 , Gn1 , v028 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte N24 , Cn2 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N18 , As1 , v120 + .byte W18 + .byte N06 , As1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , An1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , An1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v120 + .byte W18 + .byte N06 , An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N24 , Fn1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N18 , Bn1 , v120 + .byte W18 + .byte N06 , Bn1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , As1 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , As1 , v028 + .byte W12 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N18 , Bn1 , v120 + .byte W18 + .byte N06 , Bn1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , Cn2 , v127 + .byte W09 + .byte MOD , 8 + .byte W03 + .byte VOL , 88*bgm_mishiro_mvl/mxv + .byte W03 + .byte 75*bgm_mishiro_mvl/mxv + .byte W03 + .byte 62*bgm_mishiro_mvl/mxv + .byte W03 + .byte 50*bgm_mishiro_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 100*bgm_mishiro_mvl/mxv + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Fn2 , v028 + .byte W06 + .byte Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte N18 , Cn2 , v120 + .byte W18 + .byte N06 , Cn2 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte GOTO + .word bgm_mishiro_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_mishiro_4: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 45 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+32 + .byte VOL , 62*bgm_mishiro_mvl/mxv + .byte W12 + .byte W24 +bgm_mishiro_4_B1: + .byte VOICE , 45 + .byte W24 + .byte N06 , Fn3 , v112 + .byte W06 + .byte N12 , Fn3 , v040 + .byte W42 + .byte N06 , Fn3 , v112 + .byte W06 + .byte N11 , Fn3 , v040 + .byte W18 + .byte W24 + .byte N06 , An3 , v112 + .byte W06 + .byte N12 , An3 , v040 + .byte W42 + .byte N06 , En3 , v112 + .byte W06 + .byte N12 , En3 , v040 + .byte W06 + .byte N06 , Cs3 , v112 + .byte W06 + .byte N12 , Cs3 , v040 + .byte W06 + .byte W24 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N12 , Dn4 , v040 + .byte W42 + .byte N06 , Cs4 , v112 + .byte W06 + .byte N12 , Cs4 , v040 + .byte W18 + .byte W24 + .byte N06 , Cn4 , v112 + .byte W06 + .byte N12 , Cn4 , v040 + .byte W42 + .byte N06 , Fn3 , v112 + .byte W06 + .byte N12 , Fn3 , v040 + .byte W06 + .byte N06 , Dn3 , v112 + .byte W06 + .byte N12 , Dn3 , v040 + .byte W06 +bgm_mishiro_4_000: + .byte W24 + .byte N06 , As3 , v112 + .byte W06 + .byte N12 , As3 , v040 + .byte W42 + .byte N06 , As3 , v112 + .byte W06 + .byte N12 , As3 , v040 + .byte W18 + .byte PEND + .byte PATT + .word bgm_mishiro_4_000 + .byte W24 + .byte N06 , Cn4 , v112 + .byte W06 + .byte N12 , Cn4 , v040 + .byte W42 + .byte N06 , Cn4 , v112 + .byte W06 + .byte N12 , Cn4 , v040 + .byte W18 + .byte PATT + .word bgm_mishiro_4_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte VOICE , 0 + .byte VOL , 50*bgm_mishiro_mvl/mxv + .byte W36 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_mishiro_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_mishiro_5: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 1 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 50*bgm_mishiro_mvl/mxv + .byte W12 + .byte W24 +bgm_mishiro_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte N12 , An5 , v112 + .byte W12 + .byte As5 + .byte W12 + .byte N48 , Cn6 + .byte W48 + .byte N12 , Cs6 + .byte W12 + .byte As5 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N06 , Fn5 + .byte W06 + .byte Fn5 , v036 + .byte W06 + .byte N24 , Fn5 , v112 + .byte W24 + .byte N12 , En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn5 , v036 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte An5 + .byte W12 + .byte N48 , Gn5 + .byte W48 + .byte N12 , Gn5 , v036 + .byte W12 + .byte N03 , En5 , v112 + .byte W03 + .byte N09 , Fn5 + .byte W09 + .byte N12 , Dn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte En5 , v036 + .byte W06 + .byte N24 , En5 , v112 + .byte W24 + .byte N12 , Fn5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Gn5 , v036 + .byte W12 + .byte An5 , v112 + .byte W12 + .byte As5 + .byte W12 + .byte N48 , Cn6 + .byte W48 + .byte N12 , Cn6 , v036 + .byte W12 + .byte An5 , v112 + .byte W12 + .byte Cs6 + .byte W12 + .byte En6 + .byte W12 + .byte Gn6 + .byte W12 + .byte Fn6 + .byte W12 + .byte En6 + .byte W12 + .byte Fn6 + .byte W12 + .byte Dn6 + .byte W12 + .byte Dn6 , v032 + .byte W12 + .byte Fn6 , v112 + .byte W12 + .byte An6 + .byte W12 + .byte N48 , Gn6 + .byte W48 + .byte N12 , Gn6 , v036 + .byte W12 + .byte N03 , En6 , v112 + .byte W03 + .byte N09 , Fn6 + .byte W09 + .byte N12 , Dn6 + .byte W12 + .byte Fn6 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En6 , v032 + .byte W06 + .byte N24 , En6 , v112 + .byte W24 + .byte N12 , Fn6 + .byte W12 + .byte N24 , Gn6 + .byte W24 + .byte N12 , As5 + .byte W12 + .byte Gn5 + .byte W12 + .byte GOTO + .word bgm_mishiro_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_mishiro_6: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 45 + .byte PAN , c_v-8 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v-32 + .byte VOL , 68*bgm_mishiro_mvl/mxv + .byte W12 + .byte W24 +bgm_mishiro_6_B1: + .byte VOICE , 45 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Fn2 , v040 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte Fn2 , v112 + .byte W06 + .byte Fn2 , v040 + .byte W06 + .byte N05 , Cn3 , v112 + .byte W06 + .byte N06 , Cn3 , v040 + .byte W06 + .byte N05 , An3 , v112 + .byte W06 + .byte N06 , An3 , v040 + .byte W06 + .byte N05 , Cn3 , v112 + .byte W06 + .byte N06 , Cn3 , v040 + .byte W06 + .byte N05 , An2 , v112 + .byte W06 + .byte N06 , An2 , v040 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v040 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v040 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v040 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v040 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v040 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v040 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v040 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v040 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v040 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v040 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v040 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v040 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v040 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v040 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v040 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W60 + .byte VOICE , 48 + .byte W36 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_mishiro_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_mishiro_7: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 4 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte XCMD , xIECV , 12 + .byte xIECV , 8 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , Cn4 , v064 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 +bgm_mishiro_7_B1: + .byte VOICE , 4 + .byte PAN , c_v+0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte BEND , c_v+1 + .byte N03 , Gs4 , v064 + .byte W03 + .byte N32 , An4 + .byte W21 + .byte MOD , 6 + .byte VOL , 34*bgm_mishiro_mvl/mxv + .byte W02 + .byte 24*bgm_mishiro_mvl/mxv + .byte W03 + .byte 18*bgm_mishiro_mvl/mxv + .byte W03 + .byte 12*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte N36 , Cn5 + .byte W24 + .byte MOD , 6 + .byte VOL , 32*bgm_mishiro_mvl/mxv + .byte W02 + .byte 25*bgm_mishiro_mvl/mxv + .byte W03 + .byte 18*bgm_mishiro_mvl/mxv + .byte W03 + .byte 15*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , Dn5 + .byte W12 + .byte An4 + .byte W24 + .byte N12 + .byte W12 + .byte Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn5 , v024 + .byte W12 + .byte N24 , En5 , v064 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N12 , Dn5 + .byte W12 + .byte MOD , 7 + .byte N12 , Dn5 , v024 + .byte W12 + .byte MOD , 0 + .byte N12 , An4 , v064 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte N03 , Cs5 + .byte W03 + .byte N21 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 7 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte W02 + .byte 32*bgm_mishiro_mvl/mxv + .byte W03 + .byte 27*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W04 + .byte 22*bgm_mishiro_mvl/mxv + .byte W02 + .byte 18*bgm_mishiro_mvl/mxv + .byte W03 + .byte 16*bgm_mishiro_mvl/mxv + .byte W03 + .byte 15*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , Cn5 + .byte W12 + .byte N06 , As4 + .byte W06 + .byte As4 , v024 + .byte W06 + .byte N12 , As4 , v064 + .byte W12 + .byte An4 + .byte W12 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 7 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte W02 + .byte 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 33*bgm_mishiro_mvl/mxv + .byte W03 + .byte 30*bgm_mishiro_mvl/mxv + .byte W04 + .byte 27*bgm_mishiro_mvl/mxv + .byte W02 + .byte 22*bgm_mishiro_mvl/mxv + .byte W03 + .byte 18*bgm_mishiro_mvl/mxv + .byte W03 + .byte 16*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N03 , Cs5 + .byte W03 + .byte N09 , Dn5 + .byte W09 + .byte N06 , An4 + .byte W06 + .byte An4 , v024 + .byte W06 + .byte N12 , An4 , v064 + .byte W12 + .byte Gn4 + .byte W12 + .byte N72 , Fn4 + .byte W24 + .byte MOD , 7 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte W02 + .byte 36*bgm_mishiro_mvl/mxv + .byte W03 + .byte 35*bgm_mishiro_mvl/mxv + .byte W03 + .byte 33*bgm_mishiro_mvl/mxv + .byte W04 + .byte 31*bgm_mishiro_mvl/mxv + .byte W02 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte 28*bgm_mishiro_mvl/mxv + .byte W03 + .byte 25*bgm_mishiro_mvl/mxv + .byte W06 + .byte 23*bgm_mishiro_mvl/mxv + .byte W03 + .byte 22*bgm_mishiro_mvl/mxv + .byte W03 + .byte 22*bgm_mishiro_mvl/mxv + .byte W04 + .byte 20*bgm_mishiro_mvl/mxv + .byte W05 + .byte 19*bgm_mishiro_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N36 , En4 + .byte W24 + .byte MOD , 6 + .byte VOL , 35*bgm_mishiro_mvl/mxv + .byte W02 + .byte 29*bgm_mishiro_mvl/mxv + .byte W03 + .byte 23*bgm_mishiro_mvl/mxv + .byte W03 + .byte 22*bgm_mishiro_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 37*bgm_mishiro_mvl/mxv + .byte N12 , Fn4 + .byte W12 + .byte Gn4 + .byte W48 + .byte VOICE , 6 + .byte PAN , c_v-61 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Fn2 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Fn2 , v112 + .byte W06 + .byte Fn2 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 +bgm_mishiro_7_000: + .byte N06 , Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Bn2 , v112 + .byte W06 + .byte Bn2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte PEND + .byte As2 , v112 + .byte W06 + .byte As2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte PATT + .word bgm_mishiro_7_000 + .byte N06 , As2 , v112 + .byte W06 + .byte As2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Bn2 , v112 + .byte W06 + .byte Bn2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte GOTO + .word bgm_mishiro_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_mishiro_8: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 5 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte XCMD , xIECV , 12 + .byte xIECV , 8 + .byte LFOS , 44 + .byte VOL , 50*bgm_mishiro_mvl/mxv + .byte W12 + .byte W24 +bgm_mishiro_8_B1: + .byte VOICE , 5 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 7 + .byte VOL , 44*bgm_mishiro_mvl/mxv + .byte W24 + .byte N06 , Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Fn2 , v112 + .byte W06 + .byte Fn2 , v032 + .byte W30 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte W24 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W42 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v032 + .byte W06 + .byte W24 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W42 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W18 + .byte W24 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W42 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 +bgm_mishiro_8_000: + .byte W24 + .byte N06 , As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W42 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte PEND + .byte PATT + .word bgm_mishiro_8_000 +bgm_mishiro_8_001: + .byte W24 + .byte N06 , Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W42 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W18 + .byte PEND + .byte W24 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W42 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W18 + .byte W24 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W42 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W18 +bgm_mishiro_8_002: + .byte W24 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W42 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W18 + .byte PEND + .byte W24 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W42 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W18 + .byte W24 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W42 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W18 + .byte W24 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W42 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W18 + .byte PATT + .word bgm_mishiro_8_002 + .byte W24 + .byte N06 , As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W42 + .byte Bn3 , v112 + .byte W06 + .byte Bn3 , v032 + .byte W18 + .byte PATT + .word bgm_mishiro_8_001 + .byte GOTO + .word bgm_mishiro_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_mishiro_9: + .byte KEYSH , bgm_mishiro_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 42*bgm_mishiro_mvl/mxv + .byte W12 + .byte W24 +bgm_mishiro_9_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_mishiro_9_000: + .byte N06 , Fs2 , v084 + .byte W12 + .byte Fs2 , v064 + .byte W12 + .byte Fs2 , v112 + .byte W12 + .byte Fs2 , v068 + .byte W12 + .byte Fs2 , v084 + .byte W12 + .byte Fs2 , v064 + .byte W12 + .byte Fs2 , v112 + .byte W12 + .byte Fs2 , v068 + .byte W12 + .byte PEND + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte PATT + .word bgm_mishiro_9_000 + .byte GOTO + .word bgm_mishiro_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_mishiro: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_mishiro_pri @ Priority + .byte bgm_mishiro_rev @ Reverb. + + .word bgm_mishiro_grp + + .word bgm_mishiro_1 + .word bgm_mishiro_2 + .word bgm_mishiro_3 + .word bgm_mishiro_4 + .word bgm_mishiro_5 + .word bgm_mishiro_6 + .word bgm_mishiro_7 + .word bgm_mishiro_8 + .word bgm_mishiro_9 + + .end diff --git a/sound/songs/bgm_naminori.s b/sound/songs/bgm_naminori.s new file mode 100644 index 000000000..a1869acba --- /dev/null +++ b/sound/songs/bgm_naminori.s @@ -0,0 +1,3005 @@ + .include "MPlayDef.s" + + .equ bgm_naminori_grp, voicegroup_84326F4 + .equ bgm_naminori_pri, 0 + .equ bgm_naminori_rev, reverb_set+50 + .equ bgm_naminori_mvl, 127 + .equ bgm_naminori_key, 0 + .equ bgm_naminori_tbs, 1 + .equ bgm_naminori_exg, 0 + .equ bgm_naminori_cmp, 1 + + .section .rodata + .global bgm_naminori + .align 2 + +@********************** Track 1 **********************@ + +bgm_naminori_1: + .byte KEYSH , bgm_naminori_key+0 + .byte TEMPO , 82*bgm_naminori_tbs/2 + .byte VOICE , 48 + .byte LFOS , 40 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cs4 , v104 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 +bgm_naminori_1_B1: + .byte VOICE , 48 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N18 , Fn4 , v104 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N18 , Fn4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N18 , Fs4 + .byte W18 + .byte N06 , As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte VOICE , 73 + .byte N15 , Gs4 , v112 + .byte W06 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte W03 + .byte N06 + .byte W06 + .byte Fs4 + .byte W12 + .byte N18 , Fn4 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N15 , Gs4 + .byte W09 + .byte MOD , 5 + .byte W06 + .byte 0 + .byte W03 + .byte N06 + .byte W06 + .byte As4 + .byte W12 + .byte N18 , Gs4 + .byte W09 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N18 , Fs4 + .byte W06 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N18 , Fs4 + .byte W06 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W12 + .byte TIE , Fn5 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte W05 + .byte 70*bgm_naminori_mvl/mxv + .byte W07 + .byte 64*bgm_naminori_mvl/mxv + .byte W05 + .byte 57*bgm_naminori_mvl/mxv + .byte W07 + .byte 52*bgm_naminori_mvl/mxv + .byte W05 + .byte 45*bgm_naminori_mvl/mxv + .byte W07 + .byte 37*bgm_naminori_mvl/mxv + .byte W05 + .byte 25*bgm_naminori_mvl/mxv + .byte W07 + .byte 18*bgm_naminori_mvl/mxv + .byte W05 + .byte 7*bgm_naminori_mvl/mxv + .byte W07 + .byte EOT + .byte VOL , 1*bgm_naminori_mvl/mxv + .byte MOD , 0 + .byte W36 + .byte VOICE , 73 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N06 , As4 , v072 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W12 + .byte As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N12 , Fs5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Ds5 + .byte W12 + .byte N32 , Cs5 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte MOD , 5 + .byte W05 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 29*bgm_naminori_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte W03 + .byte VOICE , 60 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N18 , Cn3 , v116 + .byte W18 + .byte N06 , Gs2 + .byte W06 + .byte As2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N18 , Ds3 + .byte W18 + .byte N06 , Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N60 , Fn3 + .byte W30 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 61*bgm_naminori_mvl/mxv + .byte W05 + .byte 52*bgm_naminori_mvl/mxv + .byte W07 + .byte 42*bgm_naminori_mvl/mxv + .byte W05 + .byte 31*bgm_naminori_mvl/mxv + .byte W07 + .byte 21*bgm_naminori_mvl/mxv + .byte W05 + .byte 11*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte N18 + .byte W18 + .byte N06 , Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N18 , Gs3 + .byte W18 + .byte N06 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N60 , Fs3 + .byte W30 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 61*bgm_naminori_mvl/mxv + .byte W05 + .byte 52*bgm_naminori_mvl/mxv + .byte W07 + .byte 42*bgm_naminori_mvl/mxv + .byte W05 + .byte 31*bgm_naminori_mvl/mxv + .byte W07 + .byte 21*bgm_naminori_mvl/mxv + .byte W05 + .byte 11*bgm_naminori_mvl/mxv + .byte W07 + .byte VOICE , 73 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N15 , As4 , v112 + .byte W06 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte W03 + .byte N06 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte N15 , Gs4 + .byte W06 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N15 , Fs4 + .byte W06 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 , Gs4 + .byte W06 + .byte MOD , 5 + .byte W06 + .byte 0 + .byte N15 , As4 + .byte W06 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte W03 + .byte N06 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte N15 , Gs4 + .byte W06 + .byte MOD , 5 + .byte W09 + .byte 0 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N12 , As4 + .byte W06 + .byte MOD , 5 + .byte W06 + .byte 0 + .byte N12 , Cn5 + .byte W06 + .byte MOD , 5 + .byte W06 + .byte 0 + .byte N12 , Cs5 + .byte W06 + .byte MOD , 5 + .byte W06 + .byte 0 + .byte N36 , Cn5 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte VOICE , 48 + .byte W12 + .byte MOD , 0 + .byte N18 , Fn4 , v104 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 +bgm_naminori_1_000: + .byte N18 , Fn4 , v104 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Cs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte PEND + .byte N18 , As4 + .byte W18 + .byte N06 , An4 + .byte W06 + .byte As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N18 , Cn5 + .byte W18 + .byte N06 , As4 + .byte W06 + .byte N12 , Cn5 + .byte W12 + .byte N30 , Gs4 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W06 + .byte 66*bgm_naminori_mvl/mxv + .byte W06 + .byte 53*bgm_naminori_mvl/mxv + .byte W06 + .byte 36*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N18 , Fn4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N18 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W12 + .byte PATT + .word bgm_naminori_1_000 + .byte N18 , As4 , v104 + .byte W18 + .byte N06 , An4 + .byte W06 + .byte As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N18 , Ds5 + .byte W18 + .byte N06 , Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte As4 + .byte W06 + .byte N32 , Cn5 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W06 + .byte 66*bgm_naminori_mvl/mxv + .byte W06 + .byte 53*bgm_naminori_mvl/mxv + .byte W06 + .byte 36*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 73 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N54 , Cs5 , v120 + .byte W21 + .byte MOD , 5 + .byte W32 + .byte W01 + .byte 0 + .byte N06 , Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N54 , Cs5 + .byte W21 + .byte MOD , 5 + .byte W32 + .byte W01 + .byte 0 + .byte N06 , Ds5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte Ds5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N32 , Fn5 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W03 + .byte MOD , 5 + .byte W03 + .byte VOL , 59*bgm_naminori_mvl/mxv + .byte W06 + .byte 44*bgm_naminori_mvl/mxv + .byte W06 + .byte 29*bgm_naminori_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N32 , Cs5 + .byte W09 + .byte MOD , 5 + .byte W09 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 27*bgm_naminori_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte GOTO + .word bgm_naminori_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_naminori_2: + .byte KEYSH , bgm_naminori_key+0 + .byte W36 +bgm_naminori_2_B1: + .byte VOICE , 58 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , Cs1 , v127 + .byte W24 + .byte N06 + .byte W12 + .byte N36 , Bn0 + .byte W36 + .byte N24 , As0 + .byte W24 + .byte N06 + .byte W12 + .byte N24 , An0 + .byte W24 + .byte N12 , Fs0 + .byte W12 + .byte N24 , Cs1 + .byte W24 + .byte N06 + .byte W12 + .byte N36 , Bn0 + .byte W36 + .byte VOL , 77*bgm_naminori_mvl/mxv + .byte N32 , As0 + .byte W05 + .byte VOL , 74*bgm_naminori_mvl/mxv + .byte W07 + .byte 68*bgm_naminori_mvl/mxv + .byte W05 + .byte 56*bgm_naminori_mvl/mxv + .byte W07 + .byte 47*bgm_naminori_mvl/mxv + .byte W06 + .byte 33*bgm_naminori_mvl/mxv + .byte W06 + .byte 43*bgm_naminori_mvl/mxv + .byte N36 , Fs0 + .byte W05 + .byte VOL , 53*bgm_naminori_mvl/mxv + .byte W07 + .byte 65*bgm_naminori_mvl/mxv + .byte W05 + .byte 80*bgm_naminori_mvl/mxv + .byte W19 +bgm_naminori_2_000: + .byte N24 , Cs1 , v127 + .byte W24 + .byte N06 , Gs0 + .byte W12 + .byte N36 , Cs1 + .byte W36 + .byte PEND +bgm_naminori_2_001: + .byte N24 , Bn0 , v127 + .byte W24 + .byte N06 , Gs0 + .byte W12 + .byte N36 , Bn0 + .byte W36 + .byte PEND + .byte N24 , As0 + .byte W24 + .byte N06 , Fs0 + .byte W12 + .byte N12 , As0 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cs1 + .byte W12 + .byte N24 , An1 + .byte W24 + .byte N12 , Gs1 + .byte W12 + .byte N24 , Fs1 + .byte W24 + .byte N12 , Cs1 + .byte W12 + .byte PATT + .word bgm_naminori_2_000 + .byte PATT + .word bgm_naminori_2_001 + .byte N24 , As0 , v127 + .byte W24 + .byte N06 , Fs0 + .byte W12 + .byte N24 , As0 + .byte W24 + .byte N12 , Gs0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Ds1 + .byte W12 + .byte N18 , Cs1 + .byte W18 + .byte N06 , Cs2 + .byte W06 + .byte Cn2 + .byte W06 + .byte As1 + .byte W06 + .byte N48 , Gs1 + .byte W24 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W05 + .byte 58*bgm_naminori_mvl/mxv + .byte W07 + .byte 42*bgm_naminori_mvl/mxv + .byte W05 + .byte 31*bgm_naminori_mvl/mxv + .byte W07 + .byte 25*bgm_naminori_mvl/mxv + .byte W12 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 + .byte W12 + .byte N32 , Cs2 + .byte W12 + .byte VOL , 76*bgm_naminori_mvl/mxv + .byte W05 + .byte 58*bgm_naminori_mvl/mxv + .byte W07 + .byte 38*bgm_naminori_mvl/mxv + .byte W05 + .byte 29*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte Cs2 + .byte W12 + .byte N48 , Dn2 + .byte W24 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W05 + .byte 58*bgm_naminori_mvl/mxv + .byte W07 + .byte 42*bgm_naminori_mvl/mxv + .byte W05 + .byte 31*bgm_naminori_mvl/mxv + .byte W07 + .byte 25*bgm_naminori_mvl/mxv + .byte W12 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 , Gs1 + .byte W12 + .byte N66 , Ds2 + .byte W30 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 62*bgm_naminori_mvl/mxv + .byte W05 + .byte 55*bgm_naminori_mvl/mxv + .byte W07 + .byte 41*bgm_naminori_mvl/mxv + .byte W05 + .byte 35*bgm_naminori_mvl/mxv + .byte W07 + .byte 25*bgm_naminori_mvl/mxv + .byte W05 + .byte 15*bgm_naminori_mvl/mxv + .byte W07 +bgm_naminori_2_002: + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N32 , Fs2 , v112 + .byte W18 + .byte VOL , 66*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 25*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N32 , Fn2 + .byte W18 + .byte VOL , 66*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 25*bgm_naminori_mvl/mxv + .byte W06 + .byte PEND + .byte 80*bgm_naminori_mvl/mxv + .byte N32 , Ds2 + .byte W18 + .byte VOL , 66*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 25*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N32 , Cs2 + .byte W18 + .byte VOL , 66*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 25*bgm_naminori_mvl/mxv + .byte W06 + .byte PATT + .word bgm_naminori_2_002 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N32 , Ds2 , v112 + .byte W36 + .byte N12 , Gs0 , v127 + .byte W12 + .byte As0 + .byte W12 + .byte Cn1 + .byte W12 +bgm_naminori_2_003: + .byte N24 , Cs1 , v127 + .byte W24 + .byte N06 + .byte W12 + .byte N36 + .byte W36 + .byte PEND + .byte PATT + .word bgm_naminori_2_003 + .byte N24 , As0 , v127 + .byte W24 + .byte N06 + .byte W12 + .byte N36 + .byte W36 + .byte N24 , Gs0 + .byte W24 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte As0 + .byte W12 + .byte Cn1 + .byte W12 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N24 , Cs1 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W15 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 , Gs0 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W15 + .byte 80*bgm_naminori_mvl/mxv + .byte N21 , Cs1 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 , An0 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W15 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 , As0 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W15 + .byte 80*bgm_naminori_mvl/mxv + .byte N36 , Fn0 + .byte W06 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 52*bgm_naminori_mvl/mxv + .byte W06 + .byte 61*bgm_naminori_mvl/mxv + .byte W06 + .byte 73*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte W06 + .byte N21 , Fn1 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Fn1 + .byte W12 + .byte N21 , Fs1 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte N09 + .byte W12 + .byte N36 + .byte W36 + .byte N21 , Cs1 + .byte W09 + .byte VOL , 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 47*bgm_naminori_mvl/mxv + .byte W03 + .byte 37*bgm_naminori_mvl/mxv + .byte W03 + .byte 25*bgm_naminori_mvl/mxv + .byte W03 + .byte 11*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte N09 + .byte W12 + .byte N36 + .byte W36 + .byte N32 , Fs1 + .byte W06 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 63*bgm_naminori_mvl/mxv + .byte W05 + .byte 46*bgm_naminori_mvl/mxv + .byte W07 + .byte 36*bgm_naminori_mvl/mxv + .byte W12 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte An1 + .byte W12 + .byte N32 , Gs1 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W06 + .byte 59*bgm_naminori_mvl/mxv + .byte W06 + .byte 44*bgm_naminori_mvl/mxv + .byte W06 + .byte 29*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N32 , Cs1 + .byte W18 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 27*bgm_naminori_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_naminori_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_naminori_3: + .byte KEYSH , bgm_naminori_key+0 + .byte W36 +bgm_naminori_3_B1: + .byte PAN , c_v+0 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte W72 + .byte W48 + .byte VOICE , 48 + .byte VOL , 56*bgm_naminori_mvl/mxv + .byte PAN , c_v+16 + .byte N24 , An4 , v072 + .byte W02 + .byte VOL , 60*bgm_naminori_mvl/mxv + .byte W03 + .byte 65*bgm_naminori_mvl/mxv + .byte W03 + .byte 68*bgm_naminori_mvl/mxv + .byte W04 + .byte 71*bgm_naminori_mvl/mxv + .byte W02 + .byte 77*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte W07 + .byte 51*bgm_naminori_mvl/mxv + .byte N36 , Cs5 , v064 + .byte W02 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte W03 + .byte 56*bgm_naminori_mvl/mxv + .byte W03 + .byte 59*bgm_naminori_mvl/mxv + .byte W04 + .byte 62*bgm_naminori_mvl/mxv + .byte W02 + .byte 66*bgm_naminori_mvl/mxv + .byte W03 + .byte 70*bgm_naminori_mvl/mxv + .byte W03 + .byte 77*bgm_naminori_mvl/mxv + .byte W04 + .byte 80*bgm_naminori_mvl/mxv + .byte W12 + .byte 57*bgm_naminori_mvl/mxv + .byte N36 , Bn4 + .byte W02 + .byte VOL , 59*bgm_naminori_mvl/mxv + .byte W03 + .byte 62*bgm_naminori_mvl/mxv + .byte W03 + .byte 64*bgm_naminori_mvl/mxv + .byte W04 + .byte 65*bgm_naminori_mvl/mxv + .byte W02 + .byte 70*bgm_naminori_mvl/mxv + .byte W03 + .byte 76*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte W16 + .byte 77*bgm_naminori_mvl/mxv + .byte N36 , As4 + .byte W05 + .byte VOL , 74*bgm_naminori_mvl/mxv + .byte W07 + .byte 68*bgm_naminori_mvl/mxv + .byte W05 + .byte 56*bgm_naminori_mvl/mxv + .byte W07 + .byte 47*bgm_naminori_mvl/mxv + .byte W06 + .byte 33*bgm_naminori_mvl/mxv + .byte W06 + .byte 17*bgm_naminori_mvl/mxv + .byte W36 + .byte VOICE , 45 + .byte VOL , 78*bgm_naminori_mvl/mxv + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte VOICE , 48 + .byte N12 , Cs3 , v092 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fs3 + .byte W12 + .byte An3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gs4 , v104 + .byte W18 + .byte N06 + .byte W06 + .byte Fs4 + .byte W12 + .byte N18 , Fn4 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N15 , Gs4 + .byte W18 + .byte N06 + .byte W06 + .byte As4 + .byte W12 + .byte N18 , Gs4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N18 , Fs4 + .byte W18 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N18 , Fs4 + .byte W18 + .byte N06 , Fn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N32 , Fn4 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W05 + .byte 61*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 29*bgm_naminori_mvl/mxv + .byte W07 + .byte VOICE , 45 + .byte W12 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N06 , Gs3 , v064 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W12 + .byte VOICE , 45 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte W12 + .byte As3 + .byte W12 + .byte N06 + .byte W12 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte As3 + .byte W12 + .byte W72 + .byte W72 + .byte VOICE , 60 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte N36 , Fs3 , v072 + .byte W06 + .byte VOL , 60*bgm_naminori_mvl/mxv + .byte W06 + .byte 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte W18 + .byte N36 , Fn3 , v076 + .byte W36 + .byte Ds3 , v080 + .byte W36 + .byte N12 , Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte W72 + .byte W72 + .byte W72 + .byte VOL , 45*bgm_naminori_mvl/mxv + .byte N24 , Cn3 + .byte W06 + .byte VOL , 50*bgm_naminori_mvl/mxv + .byte W03 + .byte 68*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte W12 + .byte N12 , Ds3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N06 + .byte W12 + .byte N32 + .byte W21 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W03 + .byte 61*bgm_naminori_mvl/mxv + .byte W03 + .byte 41*bgm_naminori_mvl/mxv + .byte W03 + .byte 27*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 + .byte W24 + .byte N06 , Fs3 + .byte W12 + .byte N12 , Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte N18 , Cs4 + .byte W18 + .byte N06 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N06 , As3 + .byte W12 + .byte N32 , Gs3 + .byte W18 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte W06 + .byte 40*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N36 , As2 , v076 + .byte W36 + .byte Cn3 + .byte W36 + .byte N32 , Cs3 + .byte W18 + .byte VOL , 74*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 33*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N32 , Fs3 + .byte W06 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 63*bgm_naminori_mvl/mxv + .byte W05 + .byte 46*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 33*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 , Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N30 , Fn3 + .byte W06 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 57*bgm_naminori_mvl/mxv + .byte W06 + .byte 37*bgm_naminori_mvl/mxv + .byte W18 + .byte VOICE , 48 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cs4 , v104 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte GOTO + .word bgm_naminori_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_naminori_4: + .byte KEYSH , bgm_naminori_key+0 + .byte W36 +bgm_naminori_4_B1: + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N24 , Gs3 , v060 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte N36 , Fn3 + .byte W36 + .byte N24 , Fs3 + .byte W24 + .byte N06 , As3 + .byte W12 + .byte N24 , Cs3 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte N36 , Fn3 + .byte W36 + .byte VOL , 77*bgm_naminori_mvl/mxv + .byte N32 , Fs3 + .byte W05 + .byte VOL , 74*bgm_naminori_mvl/mxv + .byte W07 + .byte 68*bgm_naminori_mvl/mxv + .byte W05 + .byte 56*bgm_naminori_mvl/mxv + .byte W07 + .byte 47*bgm_naminori_mvl/mxv + .byte W06 + .byte 33*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Fs3 , v040 + .byte W12 + .byte Gs3 + .byte W12 + .byte An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte N12 , Bn2 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N06 , Cs3 + .byte W12 + .byte N12 , As2 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte An3 + .byte W12 + .byte N06 , Gs3 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 1 + .byte N06 , Fs2 , v048 + .byte W06 + .byte An2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte VOICE , 80 + .byte N12 , An3 , v048 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N32 , Fn3 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W05 + .byte 61*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 29*bgm_naminori_mvl/mxv + .byte W07 + .byte VOICE , 88 + .byte PAN , c_v-48 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N36 , Ds4 , v036 + .byte W12 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte W06 + .byte 11*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N36 , Gs4 + .byte W12 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte W06 + .byte 11*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 , Cs4 + .byte W12 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N06 , Fn4 + .byte W12 + .byte N36 , Gs4 + .byte W12 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte W06 + .byte 11*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N36 , Dn4 + .byte W12 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte W06 + .byte 11*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N36 , Fn4 + .byte W12 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte W06 + .byte 11*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 , Ds4 + .byte W12 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N06 , Fs4 + .byte W12 + .byte N36 , As4 + .byte W12 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte W06 + .byte 11*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 45 + .byte PAN , c_v+0 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Fs3 , v064 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N06 , Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte As3 + .byte W12 + .byte N06 , Ds4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Cs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Fn3 + .byte W06 + .byte VOICE , 80 + .byte PAN , c_v-48 + .byte N36 , Cs4 , v032 + .byte W36 + .byte Cn4 + .byte W36 + .byte As3 + .byte W36 + .byte N12 , Cn3 , v060 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gs3 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte Gs3 + .byte W12 + .byte N12 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte An3 + .byte W12 + .byte N12 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , As3 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte As3 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte Fn3 + .byte W12 + .byte N12 , Gs3 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W12 + .byte VOICE , 83 + .byte N24 , Cs3 + .byte W24 + .byte N06 + .byte W12 + .byte N32 + .byte W18 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte W06 + .byte 40*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 + .byte W24 + .byte N06 + .byte W12 + .byte N32 + .byte W18 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte W06 + .byte 40*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N24 , Fn3 + .byte W24 + .byte N06 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N06 , Fs3 + .byte W12 + .byte N32 , Fn3 + .byte W18 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte W06 + .byte 40*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 80 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Fs3 , v048 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Fs3 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Cs4 + .byte W12 + .byte N06 + .byte W12 + .byte N32 + .byte W06 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 63*bgm_naminori_mvl/mxv + .byte W05 + .byte 46*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 33*bgm_naminori_mvl/mxv + .byte W07 + .byte 49*bgm_naminori_mvl/mxv + .byte N36 , Cs3 , v060 + .byte W06 + .byte VOL , 55*bgm_naminori_mvl/mxv + .byte W06 + .byte 62*bgm_naminori_mvl/mxv + .byte W05 + .byte 75*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte W12 + .byte N32 , Cs4 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W06 + .byte 59*bgm_naminori_mvl/mxv + .byte W06 + .byte 44*bgm_naminori_mvl/mxv + .byte W06 + .byte 29*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N32 , Fn3 + .byte W18 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 27*bgm_naminori_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_naminori_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_naminori_5: + .byte KEYSH , bgm_naminori_key+0 + .byte W36 +bgm_naminori_5_B1: + .byte VOICE , 84 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte PAN , c_v+48 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte N24 , Fn3 , v060 + .byte W24 + .byte N06 , Gs3 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 87 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte N24 + .byte W24 + .byte N06 , Fs3 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N06 , Gs3 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 87 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 84 + .byte VOL , 77*bgm_naminori_mvl/mxv + .byte N32 + .byte W05 + .byte VOL , 74*bgm_naminori_mvl/mxv + .byte W07 + .byte 68*bgm_naminori_mvl/mxv + .byte W05 + .byte 56*bgm_naminori_mvl/mxv + .byte W07 + .byte 47*bgm_naminori_mvl/mxv + .byte W06 + .byte 33*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 82 + .byte VOL , 17*bgm_naminori_mvl/mxv + .byte W03 + .byte 80*bgm_naminori_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-2 + .byte N12 , Fs3 , v024 + .byte W12 + .byte Gs3 + .byte W12 + .byte An3 + .byte W09 + .byte W03 + .byte Gs3 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Fn3 + .byte W09 + .byte W03 + .byte Gs3 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte N12 , Bn2 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Fn3 + .byte W09 + .byte W03 + .byte Fs3 + .byte W12 + .byte N06 , Cs3 + .byte W12 + .byte N12 , As2 + .byte W12 + .byte N24 , Fs3 + .byte W24 + .byte N12 , Gs3 + .byte W09 + .byte W03 + .byte An3 + .byte W12 + .byte N06 , Gs3 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte VOICE , 2 + .byte N06 , Fs2 , v032 + .byte W06 + .byte An2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W03 + .byte W03 + .byte Fn4 , v028 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs3 + .byte W03 + .byte W03 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn2 + .byte W03 + .byte W03 + .byte As2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte As4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W03 + .byte W03 + .byte VOICE , 82 + .byte N12 , An3 , v032 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N32 , Fn3 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W05 + .byte 61*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 29*bgm_naminori_mvl/mxv + .byte W04 + .byte VOICE , 89 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte PAN , c_v+48 + .byte BEND , c_v+0 + .byte N12 , Gs3 , v036 + .byte W12 + .byte VOICE , 90 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 11*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 89 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Ds4 + .byte W12 + .byte VOICE , 90 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 11*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 89 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N24 , Gs3 + .byte W12 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N06 , Cs4 + .byte W12 + .byte N12 , Fn4 + .byte W12 + .byte VOICE , 90 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 11*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 89 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Gs3 + .byte W12 + .byte VOICE , 90 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 11*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 89 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Dn4 + .byte W12 + .byte VOICE , 90 + .byte VOL , 67*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 11*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 89 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N24 , As3 + .byte W12 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N06 , Ds4 + .byte W12 + .byte N12 , Fs4 + .byte W12 + .byte VOICE , 90 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte W06 + .byte 26*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 11*bgm_naminori_mvl/mxv + .byte W06 + .byte BEND , c_v-4 + .byte W72 + .byte W72 + .byte VOICE , 82 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , As3 , v032 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N12 , Gs3 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N12 , Fs3 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte BEND , c_v+0 + .byte N12 , Gs2 , v060 + .byte W12 + .byte As2 + .byte W12 + .byte Cn3 + .byte W12 +bgm_naminori_5_000: + .byte N12 , Cs3 , v060 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte N12 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_naminori_5_000 + .byte N12 , Fn3 , v060 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte Cs3 + .byte W12 + .byte N12 , Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Gs3 + .byte W12 + .byte VOICE , 84 + .byte N24 , Gs2 + .byte W24 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W06 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte N09 + .byte W06 + .byte VOL , 40*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 84 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N24 , An2 + .byte W24 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W06 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte N09 + .byte W06 + .byte VOL , 40*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 84 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N24 , Cs3 + .byte W24 + .byte N06 + .byte W12 + .byte N12 , As2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N06 , Cs3 + .byte W12 + .byte N12 , Cn3 + .byte W12 + .byte VOICE , 86 + .byte N12 + .byte W06 + .byte VOL , 69*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte N09 + .byte W06 + .byte VOL , 40*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Cs3 , v048 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Gs3 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Fn3 + .byte W12 + .byte N06 , Gs3 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , An3 + .byte W06 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 86 + .byte VOL , 63*bgm_naminori_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 46*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte N09 + .byte W05 + .byte VOL , 33*bgm_naminori_mvl/mxv + .byte W07 + .byte VOICE , 82 + .byte VOL , 49*bgm_naminori_mvl/mxv + .byte N12 , An2 , v060 + .byte W06 + .byte VOL , 55*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 86 + .byte VOL , 62*bgm_naminori_mvl/mxv + .byte N12 + .byte W05 + .byte VOL , 75*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 + .byte W12 + .byte VOICE , 82 + .byte N12 , Gs3 + .byte W12 + .byte VOICE , 86 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 59*bgm_naminori_mvl/mxv + .byte W06 + .byte 44*bgm_naminori_mvl/mxv + .byte N12 + .byte W06 + .byte VOL , 29*bgm_naminori_mvl/mxv + .byte W06 + .byte VOICE , 82 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte N12 , Cs3 , v056 + .byte W12 + .byte VOICE , 86 + .byte N12 , Cs3 , v060 + .byte W06 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte N09 + .byte W06 + .byte VOL , 27*bgm_naminori_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_naminori_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_naminori_6: + .byte KEYSH , bgm_naminori_key+0 + .byte LFOS , 40 + .byte W36 +bgm_naminori_6_B1: + .byte VOICE , 46 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte PAN , c_v-16 + .byte N06 , Cs4 , v088 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte As3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Cs4 , v092 + .byte W03 + .byte Fs4 + .byte W03 + .byte N06 , Cs5 , v096 + .byte W24 + .byte Ds5 , v088 + .byte W06 + .byte Ds5 , v056 + .byte W06 + .byte Fn5 , v088 + .byte W06 + .byte Fn5 , v056 + .byte W06 + .byte Fs5 , v088 + .byte W06 + .byte Fs5 , v056 + .byte W06 + .byte W36 + .byte Cs4 , v088 + .byte W06 + .byte Cs4 , v056 + .byte W06 + .byte Gs4 , v088 + .byte W06 + .byte Gs4 , v056 + .byte W06 + .byte Cs5 , v088 + .byte W06 + .byte Cs5 , v056 + .byte W06 + .byte W36 + .byte Bn3 , v088 + .byte W06 + .byte Bn3 , v056 + .byte W06 + .byte Gs4 , v088 + .byte W06 + .byte Gs4 , v056 + .byte W06 + .byte Bn4 , v088 + .byte W06 + .byte Bn4 , v056 + .byte W06 + .byte W36 + .byte As3 , v088 + .byte W06 + .byte As3 , v056 + .byte W06 + .byte Fs4 , v088 + .byte W06 + .byte Fs4 , v056 + .byte W06 + .byte As4 , v088 + .byte W06 + .byte As4 , v056 + .byte W06 + .byte VOICE , 48 + .byte VOL , 54*bgm_naminori_mvl/mxv + .byte N36 , Fs2 , v064 + .byte W05 + .byte VOL , 58*bgm_naminori_mvl/mxv + .byte W07 + .byte 65*bgm_naminori_mvl/mxv + .byte W05 + .byte 77*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte W12 + .byte 54*bgm_naminori_mvl/mxv + .byte N36 , An2 + .byte W05 + .byte VOL , 58*bgm_naminori_mvl/mxv + .byte W07 + .byte 65*bgm_naminori_mvl/mxv + .byte W05 + .byte 77*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte W12 + .byte N72 , Gs2 + .byte W30 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte W06 + .byte 70*bgm_naminori_mvl/mxv + .byte W05 + .byte 66*bgm_naminori_mvl/mxv + .byte W07 + .byte 57*bgm_naminori_mvl/mxv + .byte W05 + .byte 45*bgm_naminori_mvl/mxv + .byte W07 + .byte 35*bgm_naminori_mvl/mxv + .byte W05 + .byte 22*bgm_naminori_mvl/mxv + .byte W07 + .byte W36 + .byte 50*bgm_naminori_mvl/mxv + .byte N36 + .byte W06 + .byte VOL , 58*bgm_naminori_mvl/mxv + .byte W06 + .byte 60*bgm_naminori_mvl/mxv + .byte W05 + .byte 65*bgm_naminori_mvl/mxv + .byte W07 + .byte 71*bgm_naminori_mvl/mxv + .byte W05 + .byte 80*bgm_naminori_mvl/mxv + .byte W07 + .byte N24 , As2 + .byte W24 + .byte N12 , Gs2 + .byte W12 + .byte N18 , Fs2 + .byte W18 + .byte N06 , Cs3 , v072 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N32 , Cs3 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W05 + .byte 61*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 29*bgm_naminori_mvl/mxv + .byte W07 + .byte W72 + .byte VOICE , 73 + .byte VOL , 80*bgm_naminori_mvl/mxv + .byte PAN , c_v+8 + .byte N18 , Cs5 , v060 + .byte W09 + .byte MOD , 8 + .byte W09 + .byte 0 + .byte N06 , Gs4 , v068 + .byte W06 + .byte As4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N12 , Cs5 + .byte W12 + .byte N06 , Gs5 + .byte W06 + .byte Gs5 , v024 + .byte W06 + .byte Fn5 , v068 + .byte W06 + .byte Fn5 , v024 + .byte W06 + .byte W72 + .byte N18 , Ds5 , v060 + .byte W09 + .byte MOD , 8 + .byte W09 + .byte 0 + .byte N06 , As4 , v068 + .byte W06 + .byte Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , Ds5 + .byte W12 + .byte N06 , As5 + .byte W06 + .byte As5 , v024 + .byte W06 + .byte Fs5 , v068 + .byte W06 + .byte Fs5 , v024 + .byte W06 + .byte W72 + .byte W72 + .byte W36 + .byte VOICE , 48 + .byte VOL , 34*bgm_naminori_mvl/mxv + .byte PAN , c_v-17 + .byte N36 , Gs3 , v076 + .byte W06 + .byte VOL , 47*bgm_naminori_mvl/mxv + .byte W06 + .byte 56*bgm_naminori_mvl/mxv + .byte W06 + .byte 63*bgm_naminori_mvl/mxv + .byte W06 + .byte 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 76*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N36 , As3 + .byte W36 + .byte N12 , Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte VOICE , 46 + .byte N06 , Gs2 , v092 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs4 + .byte W06 +bgm_naminori_6_000: + .byte N06 , An2 , v092 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte An2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An4 + .byte W06 + .byte PEND +bgm_naminori_6_001: + .byte N06 , As2 , v092 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte As2 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte As4 + .byte W06 + .byte PEND + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte PATT + .word bgm_naminori_6_000 + .byte PATT + .word bgm_naminori_6_001 + .byte N06 , Cn3 , v092 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte VOICE , 48 + .byte N06 , Fs3 , v052 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte Cs5 + .byte W06 + .byte N03 , Fs4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Fs4 + .byte W06 + .byte N06 , Cs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W06 + .byte N06 , Gs4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Gs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N32 , Fs4 , v064 + .byte W06 + .byte VOL , 71*bgm_naminori_mvl/mxv + .byte W06 + .byte 63*bgm_naminori_mvl/mxv + .byte W05 + .byte 46*bgm_naminori_mvl/mxv + .byte W07 + .byte 40*bgm_naminori_mvl/mxv + .byte W05 + .byte 33*bgm_naminori_mvl/mxv + .byte W07 + .byte 80*bgm_naminori_mvl/mxv + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N32 , Fn4 + .byte W12 + .byte VOL , 73*bgm_naminori_mvl/mxv + .byte W06 + .byte 59*bgm_naminori_mvl/mxv + .byte W06 + .byte 44*bgm_naminori_mvl/mxv + .byte W06 + .byte 29*bgm_naminori_mvl/mxv + .byte W06 + .byte 80*bgm_naminori_mvl/mxv + .byte N32 , Gs2 + .byte W18 + .byte VOL , 70*bgm_naminori_mvl/mxv + .byte W06 + .byte 49*bgm_naminori_mvl/mxv + .byte W06 + .byte 27*bgm_naminori_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_naminori_6_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_naminori: + .byte 6 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_naminori_pri @ Priority + .byte bgm_naminori_rev @ Reverb. + + .word bgm_naminori_grp + + .word bgm_naminori_1 + .word bgm_naminori_2 + .word bgm_naminori_3 + .word bgm_naminori_4 + .word bgm_naminori_5 + .word bgm_naminori_6 + + .end diff --git a/sound/songs/bgm_nextroad.s b/sound/songs/bgm_nextroad.s new file mode 100644 index 000000000..646bf392e --- /dev/null +++ b/sound/songs/bgm_nextroad.s @@ -0,0 +1,3679 @@ + .include "MPlayDef.s" + + .equ bgm_nextroad_grp, voicegroup_843AE24 + .equ bgm_nextroad_pri, 0 + .equ bgm_nextroad_rev, reverb_set+50 + .equ bgm_nextroad_mvl, 127 + .equ bgm_nextroad_key, 0 + .equ bgm_nextroad_tbs, 1 + .equ bgm_nextroad_exg, 0 + .equ bgm_nextroad_cmp, 1 + + .section .rodata + .global bgm_nextroad + .align 2 + +@********************** Track 1 **********************@ + +bgm_nextroad_1: + .byte KEYSH , bgm_nextroad_key+0 + .byte TEMPO , 128*bgm_nextroad_tbs/2 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 62*bgm_nextroad_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte W96 + .byte W96 +bgm_nextroad_1_B1: + .byte TEMPO , 128*bgm_nextroad_tbs/2 + .byte VOL , 32*bgm_nextroad_mvl/mxv + .byte PAN , c_v+30 + .byte BEND , c_v+0 + .byte W24 + .byte VOICE , 60 + .byte W24 + .byte N08 , Ds4 , v112 + .byte W04 + .byte LFOS , 44 + .byte W04 + .byte N08 , Ds4 , v032 + .byte W08 + .byte N04 , Cn4 , v112 + .byte W04 + .byte Cn4 , v032 + .byte W04 + .byte As4 , v112 + .byte W04 + .byte N08 , As4 , v032 + .byte W12 + .byte N20 , Gs4 , v112 + .byte W08 + .byte W12 + .byte N04 , Gn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte N08 , Fn4 + .byte W08 + .byte Fn4 , v032 + .byte W08 + .byte Ds4 , v112 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cs4 , v032 + .byte W08 + .byte Cn4 , v112 + .byte W08 + .byte N04 , Gs3 + .byte W04 + .byte N08 , Gs3 , v032 + .byte W12 + .byte N04 , As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte N48 , Cn4 , v112 + .byte W24 + .byte MOD , 8 + .byte VOL , 30*bgm_nextroad_mvl/mxv + .byte W04 + .byte 28*bgm_nextroad_mvl/mxv + .byte W04 + .byte 27*bgm_nextroad_mvl/mxv + .byte W04 + .byte 22*bgm_nextroad_mvl/mxv + .byte W04 + .byte 17*bgm_nextroad_mvl/mxv + .byte W04 + .byte 12*bgm_nextroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte N08 , Cn4 , v032 + .byte W12 + .byte VOL , 33*bgm_nextroad_mvl/mxv + .byte W36 + .byte VOICE , 56 + .byte VOL , 61*bgm_nextroad_mvl/mxv + .byte W48 + .byte PAN , c_v+42 + .byte W08 + .byte N04 , Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Gs4 , v112 + .byte W04 + .byte Gs4 , v032 + .byte W44 + .byte PAN , c_v-20 + .byte N08 , Ds4 , v112 + .byte W08 + .byte Ds4 , v032 + .byte W08 + .byte N04 , Cn4 , v112 + .byte W04 + .byte Cn4 , v032 + .byte W04 + .byte Ds5 , v112 + .byte W04 + .byte Ds5 , v032 + .byte W12 + .byte N20 , Cs5 , v112 + .byte W08 + .byte W12 + .byte N04 , Cn5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Cn5 + .byte W04 + .byte As4 + .byte W04 + .byte N08 , As4 , v032 + .byte W12 + .byte N04 , Gs4 , v112 + .byte W04 + .byte Gs4 , v032 + .byte W04 + .byte N48 , Fs4 , v112 + .byte W24 + .byte MOD , 8 + .byte VOL , 58*bgm_nextroad_mvl/mxv + .byte W04 + .byte 54*bgm_nextroad_mvl/mxv + .byte W04 + .byte 49*bgm_nextroad_mvl/mxv + .byte W04 + .byte 46*bgm_nextroad_mvl/mxv + .byte W04 + .byte 42*bgm_nextroad_mvl/mxv + .byte W04 + .byte 40*bgm_nextroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 61*bgm_nextroad_mvl/mxv + .byte N08 , Fs4 , v032 + .byte W24 + .byte N04 , Fn4 , v112 + .byte W04 + .byte N08 , Fn4 , v032 + .byte W12 + .byte N04 , Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N48 , Gs4 , v112 + .byte W24 + .byte MOD , 8 + .byte VOL , 58*bgm_nextroad_mvl/mxv + .byte W04 + .byte 51*bgm_nextroad_mvl/mxv + .byte W04 + .byte 46*bgm_nextroad_mvl/mxv + .byte W04 + .byte 42*bgm_nextroad_mvl/mxv + .byte W04 + .byte 38*bgm_nextroad_mvl/mxv + .byte W04 + .byte 36*bgm_nextroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte N48 , As4 + .byte W04 + .byte VOL , 25*bgm_nextroad_mvl/mxv + .byte W04 + .byte 40*bgm_nextroad_mvl/mxv + .byte W04 + .byte 45*bgm_nextroad_mvl/mxv + .byte W04 + .byte 52*bgm_nextroad_mvl/mxv + .byte W04 + .byte 56*bgm_nextroad_mvl/mxv + .byte W04 + .byte 61*bgm_nextroad_mvl/mxv + .byte MOD , 8 + .byte W04 + .byte VOL , 65*bgm_nextroad_mvl/mxv + .byte W04 + .byte 61*bgm_nextroad_mvl/mxv + .byte W16 + .byte MOD , 0 + .byte N08 , As4 , v032 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 85 + .byte W96 + .byte VOL , 35*bgm_nextroad_mvl/mxv + .byte PAN , c_v-58 + .byte BEND , c_v+1 + .byte W02 + .byte N04 , Gs3 , v112 + .byte W02 + .byte PAN , c_v-57 + .byte W02 + .byte N04 , Cs4 + .byte W04 + .byte Fn4 + .byte W02 + .byte PAN , c_v-55 + .byte W02 + .byte N04 , Cs4 + .byte W02 + .byte PAN , c_v-49 + .byte W02 + .byte N04 , Fn4 + .byte W02 + .byte PAN , c_v-47 + .byte W02 + .byte N04 , Gs4 + .byte W02 + .byte PAN , c_v-41 + .byte W02 + .byte N04 , Fn4 + .byte W02 + .byte PAN , c_v-38 + .byte W02 + .byte N04 , Gs4 + .byte W02 + .byte PAN , c_v-32 + .byte W02 + .byte N04 , Cs5 + .byte W02 + .byte PAN , c_v-28 + .byte W02 + .byte N04 , Gs4 + .byte W02 + .byte PAN , c_v-18 + .byte W02 + .byte N04 , Cs5 + .byte W02 + .byte PAN , c_v-11 + .byte W02 + .byte N04 , Fn5 + .byte W02 + .byte PAN , c_v-3 + .byte W02 + .byte N04 , Cs5 + .byte W02 + .byte PAN , c_v+3 + .byte W02 + .byte N04 , Fn5 + .byte W02 + .byte PAN , c_v+11 + .byte W02 + .byte N04 , Gs5 + .byte W02 + .byte PAN , c_v+19 + .byte W02 + .byte N04 , Fn5 + .byte W02 + .byte PAN , c_v+26 + .byte W02 + .byte N04 , Gs5 + .byte W02 + .byte PAN , c_v+32 + .byte W02 + .byte N04 , Cs6 + .byte W02 + .byte PAN , c_v+40 + .byte W02 + .byte N04 , Gs5 + .byte W02 + .byte PAN , c_v+49 + .byte W02 + .byte N04 , Cs6 + .byte W02 + .byte PAN , c_v+61 + .byte W02 + .byte N04 , Fn6 + .byte W02 + .byte PAN , c_v+63 + .byte W02 + .byte N04 , Cs6 + .byte W04 + .byte Fn6 + .byte W04 + .byte Gs6 + .byte W02 + .byte VOL , 24*bgm_nextroad_mvl/mxv + .byte PAN , c_v+58 + .byte W02 + .byte N04 , As6 + .byte W02 + .byte PAN , c_v+40 + .byte W02 + .byte N04 , Gn6 + .byte W02 + .byte PAN , c_v+16 + .byte W02 + .byte N04 , Ds6 + .byte W02 + .byte PAN , c_v+2 + .byte W02 + .byte N04 , Gn6 + .byte W02 + .byte PAN , c_v-9 + .byte W02 + .byte N04 , Ds6 + .byte W02 + .byte PAN , c_v-16 + .byte W02 + .byte N04 , As5 + .byte W02 + .byte PAN , c_v-23 + .byte W02 + .byte N04 , Ds6 + .byte W02 + .byte PAN , c_v-29 + .byte W02 + .byte N04 , As5 + .byte W02 + .byte PAN , c_v-32 + .byte W02 + .byte N04 , Gn5 + .byte W02 + .byte PAN , c_v-35 + .byte W02 + .byte N04 , As5 + .byte W02 + .byte PAN , c_v-38 + .byte W02 + .byte N04 , Gn5 + .byte W02 + .byte PAN , c_v-42 + .byte W02 + .byte N04 , Ds5 + .byte W02 + .byte PAN , c_v-45 + .byte W02 + .byte N04 , Gn5 + .byte W02 + .byte PAN , c_v-48 + .byte W02 + .byte N04 , Ds5 + .byte W02 + .byte PAN , c_v-50 + .byte W02 + .byte N04 , As4 + .byte W02 + .byte PAN , c_v-53 + .byte W02 + .byte N04 , Ds5 + .byte W02 + .byte PAN , c_v-56 + .byte W02 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W02 + .byte PAN , c_v-57 + .byte W02 + .byte N04 , As4 + .byte W02 + .byte PAN , c_v-59 + .byte W02 + .byte N04 , Gn4 + .byte W02 + .byte PAN , c_v-61 + .byte W02 + .byte N04 , Ds4 + .byte W02 + .byte PAN , c_v-63 + .byte W02 + .byte N04 , Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte W02 + .byte W02 + .byte Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W02 + .byte PAN , c_v-31 + .byte W02 + .byte N04 , Ds3 + .byte W02 + .byte PAN , c_v+1 + .byte W02 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W02 + .byte PAN , c_v+63 + .byte W02 + .byte N04 , Cn4 + .byte W04 + .byte An3 + .byte W02 + .byte PAN , c_v+16 + .byte W02 + .byte N04 , Fn3 + .byte W02 + .byte PAN , c_v+0 + .byte W02 + .byte N04 , Ds3 + .byte W02 + .byte PAN , c_v-63 + .byte W02 + .byte N04 , Cn3 + .byte W04 + .byte An2 + .byte W02 + .byte TEMPO , 122*bgm_nextroad_tbs/2 + .byte VOL , 18*bgm_nextroad_mvl/mxv + .byte W02 + .byte N04 , Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W02 + .byte PAN , c_v-31 + .byte W02 + .byte N04 , Ds3 + .byte W02 + .byte PAN , c_v+1 + .byte W02 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W02 + .byte PAN , c_v+63 + .byte W02 + .byte N04 , Cn4 + .byte W04 + .byte An3 + .byte W02 + .byte PAN , c_v+16 + .byte W02 + .byte N04 , Fn3 + .byte W02 + .byte PAN , c_v+0 + .byte W02 + .byte N04 , Ds3 + .byte W02 + .byte PAN , c_v-63 + .byte W02 + .byte N04 , Cn3 + .byte W04 + .byte An2 + .byte W02 + .byte TEMPO , 120*bgm_nextroad_tbs/2 + .byte VOL , 11*bgm_nextroad_mvl/mxv + .byte W02 + .byte N04 , Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W02 + .byte PAN , c_v-31 + .byte W02 + .byte N04 , Ds3 + .byte W02 + .byte PAN , c_v+1 + .byte W02 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W02 + .byte PAN , c_v+63 + .byte W02 + .byte N04 , Cn4 + .byte W04 + .byte An3 + .byte W02 + .byte PAN , c_v+16 + .byte W02 + .byte N04 , Fn3 + .byte W02 + .byte PAN , c_v+0 + .byte W02 + .byte N04 , Ds3 + .byte W02 + .byte PAN , c_v-63 + .byte W02 + .byte N04 , Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W02 + .byte PAN , c_v-57 + .byte W02 + .byte N04 , As2 + .byte W02 + .byte PAN , c_v-48 + .byte W02 + .byte N04 , Cs3 + .byte W02 + .byte PAN , c_v-8 + .byte W02 + .byte N04 , Ds3 + .byte W02 + .byte PAN , c_v+20 + .byte W02 + .byte N04 , Gn3 + .byte W02 + .byte PAN , c_v+43 + .byte W02 + .byte N04 , As3 + .byte W02 + .byte PAN , c_v+61 + .byte W02 + .byte N04 , Cs4 + .byte W02 + .byte PAN , c_v+63 + .byte W02 + .byte N04 , Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W06 + .byte GOTO + .word bgm_nextroad_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_nextroad_2: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 56 + .byte PAN , c_v-48 + .byte LFOS , 44 + .byte VOL , 73*bgm_nextroad_mvl/mxv + .byte XCMD , xIECV , 20 + .byte xIECL , 14 + .byte W96 + .byte W72 + .byte VOL , 44*bgm_nextroad_mvl/mxv + .byte W16 + .byte N04 , Gs3 , v080 + .byte W04 + .byte As3 + .byte W04 +bgm_nextroad_2_B1: + .byte VOICE , 83 + .byte PAN , c_v-48 + .byte MOD , 3 + .byte VOL , 44*bgm_nextroad_mvl/mxv + .byte N04 , Cn4 , v080 + .byte W24 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Bn3 + .byte W08 + .byte As3 + .byte W24 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Bn3 + .byte W08 + .byte As3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs3 + .byte W08 + .byte En4 + .byte W08 + .byte Gs4 + .byte W24 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Cn5 + .byte W24 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Bn4 + .byte W08 + .byte VOICE , 56 + .byte W96 + .byte MOD , 2 + .byte VOL , 73*bgm_nextroad_mvl/mxv + .byte W72 + .byte N08 , Fn5 , v112 + .byte W08 + .byte PAN , c_v+52 + .byte N02 , Ds5 , v084 + .byte W02 + .byte PAN , c_v+32 + .byte N02 , Cs5 , v076 + .byte W02 + .byte PAN , c_v+23 + .byte N02 , Cn5 , v064 + .byte W02 + .byte PAN , c_v+11 + .byte N02 , As4 , v060 + .byte W02 + .byte PAN , c_v-20 + .byte N02 , Gs4 , v052 + .byte W02 + .byte PAN , c_v-32 + .byte N02 , Fs4 , v044 + .byte W02 + .byte PAN , c_v-37 + .byte N02 , Fn4 , v036 + .byte W02 + .byte PAN , c_v-56 + .byte N02 , Ds4 , v032 + .byte W02 + .byte W96 +bgm_nextroad_2_000: + .byte W72 + .byte VOICE , 56 + .byte N08 , Gn5 , v112 + .byte W08 + .byte PAN , c_v+52 + .byte N02 , Fs5 , v084 + .byte W02 + .byte PAN , c_v+32 + .byte N02 , Fn5 , v076 + .byte W02 + .byte PAN , c_v+23 + .byte N02 , Ds5 , v064 + .byte W02 + .byte PAN , c_v+11 + .byte N02 , Cs5 , v060 + .byte W02 + .byte PAN , c_v-20 + .byte N02 , Cn5 , v052 + .byte W02 + .byte PAN , c_v-32 + .byte N02 , As4 , v044 + .byte W02 + .byte PAN , c_v-37 + .byte N02 , Gs4 , v036 + .byte W02 + .byte PAN , c_v-56 + .byte N02 , Fs4 , v032 + .byte W02 + .byte PEND + .byte W96 + .byte W96 + .byte PATT + .word bgm_nextroad_2_000 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte VOL , 30*bgm_nextroad_mvl/mxv + .byte PAN , c_v+47 + .byte W96 + .byte W72 + .byte N24 , Bn3 , v112 + .byte W24 + .byte N72 , Cn4 + .byte W72 + .byte N24 , As3 + .byte W24 + .byte N40 , An3 + .byte W40 + .byte N04 , Cs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte N48 , Ds3 + .byte W48 + .byte GOTO + .word bgm_nextroad_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_nextroad_3: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 58 + .byte PAN , c_v+0 + .byte VOL , 85*bgm_nextroad_mvl/mxv + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte BEND , c_v+0 + .byte W96 + .byte W72 + .byte c_v+0 + .byte N24 , Ds1 , v112 + .byte W12 + .byte BEND , c_v+4 + .byte W04 + .byte c_v+22 + .byte W04 + .byte c_v+41 + .byte W04 +bgm_nextroad_3_B1: + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte VOL , 78*bgm_nextroad_mvl/mxv + .byte BEND , c_v+0 + .byte N08 , Gs1 , v112 + .byte W48 + .byte Ds1 + .byte W48 + .byte Fs1 + .byte W48 + .byte Cs1 + .byte W40 + .byte N04 , Ds1 , v072 + .byte W04 + .byte N04 + .byte W04 +bgm_nextroad_3_000: + .byte N08 , Gs1 , v112 + .byte W48 + .byte Ds1 + .byte W48 + .byte PEND + .byte Fs1 + .byte W24 + .byte Cs1 + .byte W32 + .byte N04 , Ds1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn1 + .byte W08 + .byte PATT + .word bgm_nextroad_3_000 + .byte N08 , Fs1 , v112 + .byte W48 + .byte Cs1 + .byte W48 + .byte Fn1 + .byte W48 + .byte VOL , 44*bgm_nextroad_mvl/mxv + .byte N48 , Cs1 + .byte W02 + .byte VOL , 46*bgm_nextroad_mvl/mxv + .byte W03 + .byte 51*bgm_nextroad_mvl/mxv + .byte W03 + .byte 54*bgm_nextroad_mvl/mxv + .byte W04 + .byte 55*bgm_nextroad_mvl/mxv + .byte W02 + .byte 58*bgm_nextroad_mvl/mxv + .byte W03 + .byte 61*bgm_nextroad_mvl/mxv + .byte W03 + .byte 64*bgm_nextroad_mvl/mxv + .byte W04 + .byte 66*bgm_nextroad_mvl/mxv + .byte W02 + .byte 68*bgm_nextroad_mvl/mxv + .byte W03 + .byte 73*bgm_nextroad_mvl/mxv + .byte W03 + .byte 78*bgm_nextroad_mvl/mxv + .byte W04 + .byte 81*bgm_nextroad_mvl/mxv + .byte W02 + .byte 85*bgm_nextroad_mvl/mxv + .byte W03 + .byte 88*bgm_nextroad_mvl/mxv + .byte W03 + .byte 91*bgm_nextroad_mvl/mxv + .byte W04 + .byte 61*bgm_nextroad_mvl/mxv + .byte N08 , Fs1 + .byte W24 + .byte Cs1 + .byte W24 + .byte Ds1 + .byte W16 + .byte N04 + .byte W08 + .byte N24 , Gn1 + .byte W24 + .byte VOICE , 38 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N08 , Cs1 + .byte W16 + .byte N04 + .byte W08 + .byte Gs0 + .byte W08 + .byte As0 + .byte W08 + .byte Cn1 + .byte W08 + .byte N08 , Cs1 + .byte W16 + .byte VOICE , 56 + .byte W08 + .byte VOL , 74*bgm_nextroad_mvl/mxv + .byte N08 , Cn5 + .byte W10 + .byte VOICE , 38 + .byte W06 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N08 , Cn2 + .byte W08 + .byte PAN , c_v+0 + .byte N08 , Ds1 + .byte W16 + .byte N04 + .byte W32 + .byte N08 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte N08 , Cs1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Cn1 + .byte W16 + .byte N04 + .byte W08 + .byte Gn0 + .byte W08 + .byte An0 + .byte W08 + .byte Bn0 + .byte W08 + .byte N08 , Cn1 + .byte W24 + .byte VOICE , 56 + .byte VOL , 74*bgm_nextroad_mvl/mxv + .byte N08 , Ds5 + .byte W10 + .byte VOICE , 38 + .byte W06 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N08 , Cn2 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte Ds1 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte As0 + .byte W08 + .byte Cn1 + .byte W08 + .byte Dn1 + .byte W08 + .byte N08 , Cs1 + .byte W16 + .byte N04 + .byte W08 + .byte Gs0 + .byte W08 + .byte As0 + .byte W08 + .byte Cn1 + .byte W08 + .byte N08 , Cs1 + .byte W40 + .byte Cn2 + .byte W08 + .byte Ds1 + .byte W16 + .byte N04 + .byte W32 + .byte N08 + .byte W16 + .byte N04 + .byte W04 + .byte VOICE , 56 + .byte W04 + .byte VOL , 73*bgm_nextroad_mvl/mxv + .byte N08 , Ds5 + .byte W10 + .byte VOICE , 38 + .byte W02 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte W04 + .byte N08 , As1 + .byte W08 + .byte Cn1 + .byte W16 + .byte N04 + .byte W08 + .byte Gn0 + .byte W08 + .byte An0 + .byte W08 + .byte Bn0 + .byte W08 + .byte N08 , Cn1 + .byte W40 + .byte Cn2 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , En1 + .byte W08 + .byte Ds1 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte N08 , Dn1 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Cs1 + .byte W96 + .byte Ds1 + .byte W96 + .byte N72 , Fn1 + .byte W96 + .byte W72 + .byte N24 , Ds1 + .byte W24 + .byte GOTO + .word bgm_nextroad_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_nextroad_4: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte MOD , 1 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte PAN , c_v+8 + .byte BEND , c_v+0 + .byte W96 + .byte W88 + .byte N04 , Cn3 , v124 + .byte W04 + .byte Cs3 + .byte W04 +bgm_nextroad_4_B1: + .byte PAN , c_v+3 + .byte N08 , Ds3 , v124 + .byte W03 + .byte PAN , c_v+0 + .byte W05 + .byte N08 , Ds3 , v032 + .byte W08 + .byte N04 , Cn3 , v124 + .byte W04 + .byte Cn3 , v032 + .byte W04 + .byte As3 , v124 + .byte W04 + .byte N08 , As3 , v032 + .byte W12 + .byte N20 , Gs3 , v124 + .byte W20 + .byte N04 , Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte N08 , Fn3 , v032 + .byte W12 + .byte N04 , Ds3 , v124 + .byte W04 + .byte Ds3 , v032 + .byte W04 + .byte N48 , Cs3 , v124 + .byte W24 + .byte MOD , 8 + .byte VOL , 95*bgm_nextroad_mvl/mxv + .byte W04 + .byte 84*bgm_nextroad_mvl/mxv + .byte W04 + .byte 73*bgm_nextroad_mvl/mxv + .byte W04 + .byte 63*bgm_nextroad_mvl/mxv + .byte W04 + .byte 51*bgm_nextroad_mvl/mxv + .byte W04 + .byte 45*bgm_nextroad_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_nextroad_mvl/mxv + .byte N08 , Cs3 , v032 + .byte W12 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte W12 + .byte N04 , Cn3 , v124 + .byte W04 + .byte N08 , Cn3 , v032 + .byte W12 + .byte N04 , Cs3 , v124 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte N48 , Ds3 , v124 + .byte W24 + .byte MOD , 8 + .byte VOL , 95*bgm_nextroad_mvl/mxv + .byte W04 + .byte 84*bgm_nextroad_mvl/mxv + .byte W04 + .byte 73*bgm_nextroad_mvl/mxv + .byte W04 + .byte 63*bgm_nextroad_mvl/mxv + .byte W04 + .byte 51*bgm_nextroad_mvl/mxv + .byte W04 + .byte 45*bgm_nextroad_mvl/mxv + .byte W04 + .byte VOICE , 60 + .byte MOD , 0 + .byte VOL , 38*bgm_nextroad_mvl/mxv + .byte N08 , Ds3 , v032 + .byte W04 + .byte VOL , 36*bgm_nextroad_mvl/mxv + .byte W08 + .byte 97*bgm_nextroad_mvl/mxv + .byte W04 + .byte N04 , Cn4 , v124 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N08 , Ds4 , v032 + .byte W12 + .byte N04 , Cn4 , v124 + .byte W04 + .byte Cs4 + .byte W04 + .byte N52 , Ds4 + .byte W24 + .byte MOD , 8 + .byte VOL , 95*bgm_nextroad_mvl/mxv + .byte W04 + .byte 84*bgm_nextroad_mvl/mxv + .byte W04 + .byte 73*bgm_nextroad_mvl/mxv + .byte W04 + .byte 63*bgm_nextroad_mvl/mxv + .byte W04 + .byte 51*bgm_nextroad_mvl/mxv + .byte W04 + .byte 45*bgm_nextroad_mvl/mxv + .byte W04 + .byte MOD , 1 + .byte VOL , 38*bgm_nextroad_mvl/mxv + .byte W04 + .byte N04 , Ds4 , v032 + .byte W04 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N04 , Fs3 , v124 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte Fs3 , v124 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte Fs3 , v124 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte Cs3 , v124 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Gn3 , v124 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte N08 , Ds3 , v124 + .byte W08 + .byte N04 , Ds3 , v032 + .byte W08 + .byte Cn3 , v124 + .byte W04 + .byte Cn3 , v032 + .byte W04 + .byte Ds4 , v124 + .byte W04 + .byte Ds4 , v032 + .byte W12 + .byte N20 , Cs4 , v124 + .byte W20 + .byte N04 , Cn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte N08 , As3 , v032 + .byte W12 + .byte N04 , Gs3 , v124 + .byte W04 + .byte Gs3 , v032 + .byte W04 + .byte N48 , Fs3 , v124 + .byte W24 + .byte MOD , 8 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte W04 + .byte 89*bgm_nextroad_mvl/mxv + .byte W04 + .byte 82*bgm_nextroad_mvl/mxv + .byte W04 + .byte 75*bgm_nextroad_mvl/mxv + .byte W04 + .byte 70*bgm_nextroad_mvl/mxv + .byte W04 + .byte 63*bgm_nextroad_mvl/mxv + .byte W04 + .byte MOD , 1 + .byte N08 , Fs3 , v032 + .byte W08 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte W16 + .byte N04 , Fn3 , v124 + .byte W04 + .byte N08 , Fn3 , v032 + .byte W12 + .byte N04 , Fs3 , v124 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N72 , Gs3 , v124 + .byte W08 + .byte VOL , 80*bgm_nextroad_mvl/mxv + .byte W04 + .byte 72*bgm_nextroad_mvl/mxv + .byte W04 + .byte 64*bgm_nextroad_mvl/mxv + .byte W04 + .byte 54*bgm_nextroad_mvl/mxv + .byte W04 + .byte 44*bgm_nextroad_mvl/mxv + .byte W04 + .byte 38*bgm_nextroad_mvl/mxv + .byte W04 + .byte 35*bgm_nextroad_mvl/mxv + .byte W04 + .byte 38*bgm_nextroad_mvl/mxv + .byte W04 + .byte 42*bgm_nextroad_mvl/mxv + .byte W04 + .byte 48*bgm_nextroad_mvl/mxv + .byte W04 + .byte 53*bgm_nextroad_mvl/mxv + .byte W04 + .byte 64*bgm_nextroad_mvl/mxv + .byte W04 + .byte 71*bgm_nextroad_mvl/mxv + .byte W04 + .byte 76*bgm_nextroad_mvl/mxv + .byte W04 + .byte 84*bgm_nextroad_mvl/mxv + .byte W04 + .byte 88*bgm_nextroad_mvl/mxv + .byte W04 + .byte 95*bgm_nextroad_mvl/mxv + .byte MOD , 8 + .byte N04 , Cs4 + .byte W04 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N08 , Cs4 , v032 + .byte W04 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte W08 + .byte N04 , Ds4 , v124 + .byte W04 + .byte Ds4 , v032 + .byte W04 + .byte MOD , 1 + .byte N32 , En4 , v124 + .byte W04 + .byte VOL , 93*bgm_nextroad_mvl/mxv + .byte W04 + .byte 89*bgm_nextroad_mvl/mxv + .byte W04 + .byte 80*bgm_nextroad_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte W04 + .byte VOL , 74*bgm_nextroad_mvl/mxv + .byte W04 + .byte 70*bgm_nextroad_mvl/mxv + .byte W04 + .byte 67*bgm_nextroad_mvl/mxv + .byte W04 + .byte 62*bgm_nextroad_mvl/mxv + .byte MOD , 0 + .byte N04 , Fs4 , v112 + .byte W04 + .byte VOL , 56*bgm_nextroad_mvl/mxv + .byte W04 + .byte 51*bgm_nextroad_mvl/mxv + .byte N04 , En4 + .byte W04 + .byte VOL , 34*bgm_nextroad_mvl/mxv + .byte W04 + .byte VOICE , 56 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , Ds4 + .byte W04 + .byte VOL , 76*bgm_nextroad_mvl/mxv + .byte W01 + .byte 70*bgm_nextroad_mvl/mxv + .byte W03 + .byte 61*bgm_nextroad_mvl/mxv + .byte W01 + .byte 56*bgm_nextroad_mvl/mxv + .byte W03 + .byte 50*bgm_nextroad_mvl/mxv + .byte W01 + .byte 45*bgm_nextroad_mvl/mxv + .byte W03 + .byte 41*bgm_nextroad_mvl/mxv + .byte MOD , 8 + .byte W01 + .byte VOL , 36*bgm_nextroad_mvl/mxv + .byte W03 + .byte 35*bgm_nextroad_mvl/mxv + .byte W01 + .byte 38*bgm_nextroad_mvl/mxv + .byte W03 + .byte 42*bgm_nextroad_mvl/mxv + .byte MOD , 0 + .byte N24 , Ds5 , v124 + .byte W01 + .byte VOL , 45*bgm_nextroad_mvl/mxv + .byte W03 + .byte 54*bgm_nextroad_mvl/mxv + .byte W01 + .byte 58*bgm_nextroad_mvl/mxv + .byte W03 + .byte 62*bgm_nextroad_mvl/mxv + .byte W01 + .byte 66*bgm_nextroad_mvl/mxv + .byte W03 + .byte 72*bgm_nextroad_mvl/mxv + .byte W01 + .byte 76*bgm_nextroad_mvl/mxv + .byte W03 + .byte MOD , 10 + .byte VOL , 87*bgm_nextroad_mvl/mxv + .byte W01 + .byte 97*bgm_nextroad_mvl/mxv + .byte W07 + .byte MOD , 1 + .byte VOL , 90*bgm_nextroad_mvl/mxv + .byte PAN , c_v+0 + .byte N16 , Cn5 + .byte W16 + .byte N04 , Cs5 + .byte W08 + .byte Ds5 + .byte W04 + .byte N08 , Ds5 , v032 + .byte W12 + .byte N24 , Cs5 , v124 + .byte W16 + .byte MOD , 8 + .byte W08 + .byte 1 + .byte N04 , Cn5 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte As4 , v124 + .byte W04 + .byte As4 , v032 + .byte W04 + .byte Cn5 , v124 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte Gs4 , v124 + .byte W04 + .byte Gs4 , v032 + .byte W04 + .byte N48 , As4 , v124 + .byte W24 + .byte MOD , 10 + .byte W24 + .byte 1 + .byte N08 , As4 , v032 + .byte W48 + .byte N16 , Gn4 , v124 + .byte W16 + .byte N04 , Gs4 + .byte W04 + .byte Gs4 , v032 + .byte W04 + .byte As4 , v124 + .byte W04 + .byte As4 , v032 + .byte W12 + .byte N24 , Ds5 , v124 + .byte W08 + .byte MOD , 6 + .byte W16 + .byte 1 + .byte N04 , Cs5 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte Cn5 , v124 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte Cs5 , v124 + .byte W04 + .byte Cs5 , v032 + .byte W04 + .byte Gn4 , v124 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte N16 , As4 , v124 + .byte W16 + .byte N04 , Cn5 + .byte W04 + .byte As4 + .byte W04 + .byte N24 , An4 + .byte W24 + .byte As4 + .byte W24 + .byte Cn5 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N48 , Gs4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 1 + .byte N16 , Fn4 + .byte W16 + .byte N08 , Gn4 + .byte W08 + .byte Gn4 , v032 + .byte W16 + .byte N04 , Gs4 , v124 + .byte W04 + .byte Gs4 , v032 + .byte W04 + .byte N24 , Gs4 , v124 + .byte W08 + .byte MOD , 8 + .byte W16 + .byte 1 + .byte N16 , Gn4 + .byte W16 + .byte N04 , Fn4 + .byte W04 + .byte Fn4 , v032 + .byte W04 + .byte N16 , Fn4 , v124 + .byte W16 + .byte N08 , Gs4 + .byte W08 + .byte Gs4 , v032 + .byte W08 + .byte Gn4 , v124 + .byte W08 + .byte Gn4 , v032 + .byte W08 + .byte N40 , Fn4 , v124 + .byte W24 + .byte MOD , 8 + .byte W16 + .byte 1 + .byte N32 , Ds4 + .byte W16 + .byte MOD , 8 + .byte W16 + .byte 1 + .byte N20 , Cn4 + .byte W20 + .byte N04 , Bn4 + .byte W04 + .byte TIE , Cn5 + .byte W24 + .byte MOD , 2 + .byte W24 + .byte 6 + .byte W24 + .byte 10 + .byte W24 + .byte 1 + .byte W16 + .byte EOT + .byte N08 , As4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gs4 , v032 + .byte W08 + .byte N24 , Gs4 , v124 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 1 + .byte N08 , Gn4 + .byte W08 + .byte N24 , Fn4 + .byte W24 + .byte N08 , Gn4 + .byte W08 + .byte Gn4 , v032 + .byte W08 + .byte Gs4 , v124 + .byte W08 + .byte As4 + .byte W08 + .byte As4 , v032 + .byte W08 + .byte N24 , As4 , v124 + .byte W08 + .byte MOD , 8 + .byte W16 + .byte 1 + .byte N08 , Gs4 + .byte W08 + .byte N24 , Gn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 1 + .byte N72 , An4 + .byte W48 + .byte MOD , 8 + .byte W24 + .byte 1 + .byte N24 , Gn4 + .byte W24 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 1 + .byte N04 , Ds4 + .byte W04 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N04 , Fn4 + .byte W04 + .byte VOL , 83*bgm_nextroad_mvl/mxv + .byte N04 , Ds4 + .byte W04 + .byte VOL , 69*bgm_nextroad_mvl/mxv + .byte N04 , Fn4 + .byte W04 + .byte VOL , 63*bgm_nextroad_mvl/mxv + .byte N04 , Ds4 + .byte W04 + .byte VOL , 53*bgm_nextroad_mvl/mxv + .byte N04 , Fn4 + .byte W04 + .byte VOL , 47*bgm_nextroad_mvl/mxv + .byte N04 , Ds4 + .byte W04 + .byte VOL , 38*bgm_nextroad_mvl/mxv + .byte N04 , Fn4 + .byte W04 + .byte VOL , 29*bgm_nextroad_mvl/mxv + .byte N04 , Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N04 , Cn2 + .byte W04 + .byte Cs3 + .byte W04 + .byte GOTO + .word bgm_nextroad_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_nextroad_5: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 47 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte PAN , c_v-23 + .byte W96 +bgm_nextroad_5_000: + .byte W88 + .byte N04 , Cn2 , v112 + .byte W04 + .byte N04 + .byte W04 + .byte PEND +bgm_nextroad_5_B1: + .byte N08 , Ds2 , v112 + .byte W48 + .byte N16 , Gs1 + .byte W48 + .byte N08 , Cs2 + .byte W48 + .byte N16 , Fs1 + .byte W40 + .byte N04 , Cs2 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte N08 , Ds2 , v112 + .byte W48 + .byte N16 , Gs1 + .byte W40 + .byte N04 , Fs2 , v080 + .byte W04 + .byte Gn2 + .byte W04 + .byte N12 , Gs2 , v104 + .byte W24 + .byte Ds2 , v112 + .byte W24 + .byte Fs2 + .byte W24 + .byte Cs2 + .byte W16 + .byte N04 , Gs1 , v080 + .byte W04 + .byte N04 + .byte W04 + .byte N08 , Ds2 , v112 + .byte W40 + .byte N04 , Gs1 + .byte W08 + .byte N16 + .byte W48 + .byte N12 , Fs2 + .byte W24 + .byte As1 + .byte W16 + .byte N08 , Fs1 + .byte W08 + .byte N12 , Cs2 + .byte W24 + .byte N08 , Fs1 + .byte W24 + .byte N10 , Gs2 + .byte W48 + .byte N04 , Gs1 , v024 + .byte W04 + .byte Gs1 , v032 + .byte W04 + .byte Gs1 , v040 + .byte W04 + .byte Gs1 , v048 + .byte W04 + .byte Gs1 , v056 + .byte W04 + .byte Gs1 , v064 + .byte W04 + .byte Gs1 , v072 + .byte W04 + .byte Gs1 , v080 + .byte W04 + .byte Gs1 , v088 + .byte W04 + .byte Gs1 , v096 + .byte W04 + .byte Gs1 , v104 + .byte W04 + .byte Gs1 , v112 + .byte W04 + .byte N08 , Cs2 + .byte W16 + .byte N08 + .byte W16 + .byte N08 + .byte W16 + .byte Ds2 , v116 + .byte W16 + .byte N08 + .byte W08 + .byte N04 , Gn2 , v120 + .byte W04 + .byte Gn2 , v112 + .byte W04 + .byte N08 , Ds2 , v116 + .byte W08 + .byte Ds2 , v112 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W88 + .byte N04 , Cn3 + .byte W04 + .byte N04 + .byte W04 + .byte N16 , Cs2 + .byte W64 + .byte N08 + .byte W32 + .byte N24 , Ds2 + .byte W64 + .byte N08 , Ds2 , v020 + .byte W08 + .byte N04 , Ds2 , v036 + .byte W04 + .byte Ds2 , v048 + .byte W04 + .byte Ds2 , v064 + .byte W04 + .byte Ds2 , v072 + .byte W04 + .byte Ds2 , v092 + .byte W04 + .byte Ds2 , v096 + .byte W04 + .byte N16 , Fn2 , v112 + .byte W96 + .byte PATT + .word bgm_nextroad_5_000 + .byte GOTO + .word bgm_nextroad_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_nextroad_6: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 48 + .byte PAN , c_v-39 + .byte VOL , 48*bgm_nextroad_mvl/mxv + .byte LFOS , 44 + .byte W96 + .byte W96 +bgm_nextroad_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+40 + .byte N04 , Cs3 , v112 + .byte W04 + .byte PAN , c_v+8 + .byte N04 , En3 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , Gs3 + .byte W04 + .byte PAN , c_v-33 + .byte N04 , En3 + .byte W04 + .byte PAN , c_v-39 + .byte N04 , Gs3 + .byte W04 + .byte PAN , c_v-40 + .byte N04 , Cs4 + .byte W04 + .byte PAN , c_v-37 + .byte N04 , Gs3 + .byte W04 + .byte PAN , c_v-30 + .byte N04 , Cs4 + .byte W04 + .byte PAN , c_v-17 + .byte N04 , En4 + .byte W04 + .byte PAN , c_v-12 + .byte N04 , Cs4 + .byte W04 + .byte PAN , c_v-5 + .byte N04 , En4 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Gs4 + .byte W04 + .byte PAN , c_v+6 + .byte N04 , Gn5 + .byte W04 + .byte Ds5 + .byte W04 + .byte PAN , c_v+11 + .byte N04 , As4 + .byte W04 + .byte PAN , c_v+13 + .byte N04 , Ds5 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , As4 + .byte W04 + .byte PAN , c_v+20 + .byte N04 , Gn4 + .byte W04 + .byte PAN , c_v+24 + .byte N04 , As4 + .byte W04 + .byte PAN , c_v+27 + .byte N04 , Gn4 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Ds4 + .byte W04 + .byte PAN , c_v+36 + .byte N04 , Gn4 + .byte W04 + .byte PAN , c_v+40 + .byte N04 , Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte PAN , c_v-54 + .byte W48 + .byte N04 , Cn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds5 + .byte W32 + .byte PAN , c_v+60 + .byte N04 , As4 + .byte W01 + .byte PAN , c_v+58 + .byte W03 + .byte c_v+50 + .byte N04 , Cn5 + .byte W04 + .byte As4 + .byte W01 + .byte PAN , c_v+19 + .byte W03 + .byte N04 , Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Fn4 + .byte W01 + .byte PAN , c_v+6 + .byte W03 + .byte N04 , Gn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte PAN , c_v-4 + .byte N04 , Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte PAN , c_v-12 + .byte N04 , Ds4 + .byte W04 + .byte Cs4 + .byte W01 + .byte PAN , c_v-19 + .byte W03 + .byte N04 , Ds4 + .byte W04 + .byte PAN , c_v-23 + .byte N04 , Cs4 + .byte W04 + .byte Cn4 + .byte W01 + .byte PAN , c_v-24 + .byte W03 + .byte N04 , Cs4 + .byte W01 + .byte PAN , c_v-26 + .byte W03 + .byte c_v-28 + .byte N04 , Cn4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As3 + .byte W01 + .byte PAN , c_v-37 + .byte W03 + .byte c_v-40 + .byte N04 , Cn4 + .byte W01 + .byte PAN , c_v-43 + .byte W03 + .byte c_v-44 + .byte N04 , As3 + .byte W04 + .byte N40 + .byte W40 + .byte N04 , An3 + .byte W08 + .byte As3 + .byte W08 + .byte Fn4 + .byte W08 + .byte Gn4 + .byte W32 + .byte W96 + .byte W48 + .byte Cn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte N04 + .byte W08 + .byte Cs5 + .byte W08 + .byte Gs4 + .byte W08 + .byte N24 , Ds4 + .byte W24 + .byte N16 , Cs4 + .byte W16 + .byte N04 , Cn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As4 + .byte W08 + .byte Cs5 + .byte W32 + .byte W96 + .byte PAN , c_v+60 + .byte N04 , Ds5 + .byte W01 + .byte PAN , c_v+58 + .byte W03 + .byte c_v+50 + .byte N04 , Cn5 + .byte W04 + .byte An4 + .byte W01 + .byte PAN , c_v+19 + .byte W03 + .byte N04 , Cn5 + .byte W04 + .byte An4 + .byte W04 + .byte Fn4 + .byte W04 + .byte An4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fn4 + .byte W01 + .byte PAN , c_v+6 + .byte W03 + .byte N04 , Ds4 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-4 + .byte N04 , Ds4 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-12 + .byte N04 , An3 + .byte W04 + .byte Cn4 + .byte W01 + .byte PAN , c_v-19 + .byte W03 + .byte N04 , An3 + .byte W04 + .byte PAN , c_v-23 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W01 + .byte PAN , c_v-24 + .byte W03 + .byte N04 , Fn3 + .byte W01 + .byte PAN , c_v-26 + .byte W03 + .byte c_v-28 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Fn3 + .byte W01 + .byte PAN , c_v-37 + .byte W03 + .byte c_v-40 + .byte N04 , Ds3 + .byte W01 + .byte PAN , c_v-43 + .byte W03 + .byte c_v-44 + .byte N04 , Cn3 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_nextroad_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_nextroad_7: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte PAN , c_v-63 + .byte VOL , 61*bgm_nextroad_mvl/mxv + .byte XCMD , xIECV , 14 + .byte xIECL , 12 + .byte BENDR , 12 + .byte W96 + .byte MOD , 0 + .byte W72 + .byte VOL , 36*bgm_nextroad_mvl/mxv + .byte W24 +bgm_nextroad_7_B1: + .byte VOICE , 85 + .byte PAN , c_v-63 + .byte VOL , 36*bgm_nextroad_mvl/mxv + .byte N04 , Ds3 , v112 + .byte W24 + .byte Ds3 , v096 + .byte W32 + .byte Ds3 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cs3 + .byte W24 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte Ds3 + .byte W16 + .byte Ds3 , v096 + .byte W08 + .byte N04 + .byte W32 + .byte Ds3 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cs3 + .byte W16 + .byte Cs3 , v096 + .byte W08 + .byte N04 + .byte W32 + .byte As2 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte Cs3 + .byte W08 + .byte Ds4 + .byte W24 + .byte N04 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cs4 + .byte W16 + .byte Cs4 , v096 + .byte W08 + .byte N04 + .byte W32 + .byte Cs4 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn3 + .byte W24 + .byte Fn3 , v096 + .byte W32 + .byte Fn3 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 65*bgm_nextroad_mvl/mxv + .byte N32 , En4 + .byte W24 + .byte MOD , 12 + .byte W08 + .byte N04 , Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte MOD , 0 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 14 + .byte W12 + .byte 0 + .byte N24 , Ds5 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte VOICE , 84 + .byte MOD , 0 + .byte VOL , 40*bgm_nextroad_mvl/mxv + .byte N64 , Gs2 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 14 + .byte W12 + .byte 0 + .byte W04 + .byte N04 , Gn2 + .byte W08 + .byte N08 , Gs2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N64 , As2 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 14 + .byte W16 + .byte 3 + .byte N04 , An2 + .byte W08 + .byte N08 , As2 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N64 , Cn3 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 14 + .byte W16 + .byte 3 + .byte N04 , Bn2 + .byte W08 + .byte N08 , Cn3 + .byte W08 + .byte En3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte N04 , Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Gn3 + .byte W08 + .byte N04 , Ds3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N64 , Gs3 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 16 + .byte W16 + .byte 3 + .byte N04 , Gn3 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gs3 + .byte W08 + .byte N64 , As3 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 14 + .byte W16 + .byte 3 + .byte N04 , An3 + .byte W08 + .byte N08 , Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte As3 + .byte W08 + .byte N64 , Cn4 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 14 + .byte W16 + .byte 3 + .byte N04 , Bn3 + .byte W08 + .byte N08 , Cn4 + .byte W08 + .byte En4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte N48 , Cn4 + .byte W24 + .byte MOD , 14 + .byte W24 + .byte VOICE , 87 + .byte MOD , 3 + .byte VOL , 36*bgm_nextroad_mvl/mxv + .byte PAN , c_v-58 + .byte N04 , Gs3 + .byte W04 + .byte PAN , c_v-57 + .byte N04 , Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte PAN , c_v-55 + .byte N04 , Cs4 + .byte W04 + .byte PAN , c_v-49 + .byte N04 , Fn4 + .byte W04 + .byte PAN , c_v-47 + .byte N04 , Gs4 + .byte W04 + .byte PAN , c_v-41 + .byte N04 , Fn4 + .byte W04 + .byte PAN , c_v-38 + .byte N04 , Gs4 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Cs5 + .byte W04 + .byte PAN , c_v-28 + .byte N04 , Gs4 + .byte W04 + .byte PAN , c_v-18 + .byte N04 , Cs5 + .byte W04 + .byte PAN , c_v-11 + .byte N04 , Fn5 + .byte W04 + .byte PAN , c_v-3 + .byte N04 , Cs5 + .byte W04 + .byte PAN , c_v+3 + .byte N04 , Fn5 + .byte W04 + .byte PAN , c_v+11 + .byte N04 , Gs5 + .byte W04 + .byte PAN , c_v+19 + .byte N04 , Fn5 + .byte W04 + .byte PAN , c_v+26 + .byte N04 , Gs5 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Cs6 + .byte W04 + .byte PAN , c_v+40 + .byte N04 , Gs5 + .byte W04 + .byte PAN , c_v+49 + .byte N04 , Cs6 + .byte W04 + .byte PAN , c_v+61 + .byte N04 , Fn6 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Cs6 + .byte W04 + .byte Fn6 + .byte W04 + .byte Gs6 + .byte W04 + .byte PAN , c_v+58 + .byte VOL , 28*bgm_nextroad_mvl/mxv + .byte N04 , As6 + .byte W04 + .byte PAN , c_v+40 + .byte N04 , Gn6 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Ds6 + .byte W04 + .byte PAN , c_v+2 + .byte N04 , Gn6 + .byte W04 + .byte PAN , c_v-9 + .byte N04 , Ds6 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , As5 + .byte W04 + .byte PAN , c_v-23 + .byte N04 , Ds6 + .byte W04 + .byte PAN , c_v-29 + .byte N04 , As5 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , Gn5 + .byte W04 + .byte PAN , c_v-35 + .byte N04 , As5 + .byte W04 + .byte PAN , c_v-38 + .byte N04 , Gn5 + .byte W04 + .byte PAN , c_v-42 + .byte N04 , Ds5 + .byte W04 + .byte PAN , c_v-45 + .byte N04 , Gn5 + .byte W04 + .byte PAN , c_v-48 + .byte N04 , Ds5 + .byte W04 + .byte PAN , c_v-50 + .byte N04 , As4 + .byte W04 + .byte PAN , c_v-53 + .byte N04 , Ds5 + .byte W04 + .byte PAN , c_v-56 + .byte N04 , As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte PAN , c_v-57 + .byte N04 , As4 + .byte W04 + .byte PAN , c_v-59 + .byte N04 , Gn4 + .byte W04 + .byte PAN , c_v-61 + .byte N04 , Ds4 + .byte W04 + .byte PAN , c_v-63 + .byte N04 , Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte PAN , c_v-31 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v+1 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Fn3 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v-63 + .byte N04 , Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte VOL , 21*bgm_nextroad_mvl/mxv + .byte N04 , Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte PAN , c_v-31 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v+1 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Fn3 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v-63 + .byte N04 , Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte VOL , 15*bgm_nextroad_mvl/mxv + .byte N04 , Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte PAN , c_v-31 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v+1 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Fn3 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v-63 + .byte N04 , Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte PAN , c_v-57 + .byte N04 , As2 + .byte W04 + .byte PAN , c_v-48 + .byte N04 , Cs3 + .byte W04 + .byte PAN , c_v-8 + .byte N04 , Ds3 + .byte W04 + .byte PAN , c_v+20 + .byte N04 , Gn3 + .byte W04 + .byte PAN , c_v+43 + .byte N04 , As3 + .byte W04 + .byte PAN , c_v+61 + .byte N04 , Cs4 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs5 + .byte W04 + .byte GOTO + .word bgm_nextroad_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_nextroad_8: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 81 + .byte VOL , 48*bgm_nextroad_mvl/mxv + .byte PAN , c_v-64 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte W96 + .byte W96 +bgm_nextroad_8_B1: + .byte VOICE , 81 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+0 + .byte N48 , As2 , v112 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 2 + .byte N04 , Ds3 + .byte W04 + .byte As2 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn4 + .byte W04 + .byte MOD , 4 + .byte PAN , c_v+63 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Cs2 + .byte W08 +bgm_nextroad_8_000: + .byte N16 , Fn3 , v112 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N04 , Ds2 + .byte W08 + .byte PEND + .byte PATT + .word bgm_nextroad_8_000 + .byte N16 , As3 , v112 + .byte W16 + .byte N04 , Gs2 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , Gs2 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N04 , Gs2 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , Gs2 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte PATT + .word bgm_nextroad_8_000 + .byte PATT + .word bgm_nextroad_8_000 + .byte N36 , An3 , v112 + .byte W24 + .byte MOD , 8 + .byte W12 + .byte N04 , Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte MOD , 4 + .byte N04 , Fn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Gs5 + .byte W04 + .byte VOL , 38*bgm_nextroad_mvl/mxv + .byte N04 , As5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Ds5 + .byte W04 + .byte As4 + .byte W04 + .byte Ds5 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte Ds4 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte As2 + .byte W04 + .byte Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte VOL , 30*bgm_nextroad_mvl/mxv + .byte N04 , Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte VOL , 22*bgm_nextroad_mvl/mxv + .byte N04 , Fn2 + .byte W04 + .byte An2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte An2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte As2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs5 + .byte W04 + .byte GOTO + .word bgm_nextroad_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_nextroad_9: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 61*bgm_nextroad_mvl/mxv + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v096 + .byte W16 + .byte En1 , v112 + .byte W04 + .byte W12 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 +bgm_nextroad_9_B1: +bgm_nextroad_9_000: + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v088 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_nextroad_9_000 + .byte PATT + .word bgm_nextroad_9_000 + .byte PATT + .word bgm_nextroad_9_000 + .byte PATT + .word bgm_nextroad_9_000 + .byte PATT + .word bgm_nextroad_9_000 + .byte PATT + .word bgm_nextroad_9_000 + .byte W48 + .byte N04 , En1 , v112 + .byte W16 + .byte En1 , v096 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte VOL , 97*bgm_nextroad_mvl/mxv + .byte N04 , Cn1 , v076 + .byte N48 , An2 , v108 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v127 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 +bgm_nextroad_9_001: + .byte N04 , Cn1 , v127 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v127 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Dn1 , v112 + .byte W08 + .byte PEND +bgm_nextroad_9_002: + .byte N04 , Cn1 , v127 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v127 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte PEND + .byte Cn1 , v127 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v127 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W04 + .byte Dn1 , v112 + .byte W04 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte Cn1 , v127 + .byte N48 , An2 , v108 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v127 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte PATT + .word bgm_nextroad_9_001 + .byte PATT + .word bgm_nextroad_9_002 + .byte N04 , Cn1 , v127 + .byte W08 + .byte N08 , Fs1 , v112 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W16 + .byte Cn1 , v112 + .byte W08 + .byte Cn1 , v127 + .byte W08 + .byte Dn1 , v112 + .byte N08 , Fs1 + .byte W08 + .byte N04 , Cn1 + .byte W08 + .byte Dn1 , v127 + .byte W04 + .byte Dn1 , v112 + .byte W04 + .byte Cn1 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 62*bgm_nextroad_mvl/mxv + .byte N04 , En1 + .byte N48 , An2 + .byte W16 + .byte N04 , En1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte N48 , An2 + .byte W12 + .byte N04 , En1 + .byte W12 + .byte N04 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W12 + .byte N04 + .byte W12 + .byte N04 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte GOTO + .word bgm_nextroad_9_B1 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_nextroad_10: + .byte KEYSH , bgm_nextroad_key+0 + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte VOL , 32*bgm_nextroad_mvl/mxv + .byte N01 , An3 , v112 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+63 + .byte N01 , An3 , v112 + .byte W16 + .byte An3 , v096 + .byte W16 + .byte An3 , v112 + .byte W16 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W16 + .byte An3 , v096 + .byte W08 + .byte An3 , v112 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 +bgm_nextroad_10_B1: + .byte VOICE , 127 + .byte PAN , c_v-63 + .byte VOL , 32*bgm_nextroad_mvl/mxv + .byte N01 , An3 , v112 + .byte W16 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte An3 , v112 + .byte W16 + .byte An3 , v096 + .byte W08 + .byte An3 , v112 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 +bgm_nextroad_10_000: + .byte PAN , c_v+63 + .byte N01 , An3 , v112 + .byte W16 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte An3 , v112 + .byte W16 + .byte An3 , v096 + .byte W08 + .byte An3 , v112 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte PEND +bgm_nextroad_10_001: + .byte PAN , c_v-63 + .byte N01 , An3 , v112 + .byte W16 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte An3 , v112 + .byte W16 + .byte An3 , v096 + .byte W08 + .byte An3 , v112 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte PEND + .byte PATT + .word bgm_nextroad_10_000 + .byte PATT + .word bgm_nextroad_10_001 + .byte PATT + .word bgm_nextroad_10_000 + .byte PATT + .word bgm_nextroad_10_001 + .byte PAN , c_v+63 + .byte VOL , 41*bgm_nextroad_mvl/mxv + .byte N01 , An3 , v112 + .byte W16 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte An3 , v112 + .byte W16 + .byte An3 , v096 + .byte W08 + .byte An3 , v112 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v-64 + .byte VOL , 48*bgm_nextroad_mvl/mxv + .byte N01 , An5 , v124 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte An5 , v112 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte An5 , v112 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte An5 , v112 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 +bgm_nextroad_10_002: + .byte N01 , An5 , v124 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte An5 , v112 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte An5 , v112 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte An5 , v112 + .byte W08 + .byte An5 , v080 + .byte W08 + .byte N01 + .byte W08 + .byte PEND + .byte PATT + .word bgm_nextroad_10_002 + .byte PATT + .word bgm_nextroad_10_002 + .byte PATT + .word bgm_nextroad_10_002 + .byte PATT + .word bgm_nextroad_10_002 + .byte PATT + .word bgm_nextroad_10_002 + .byte PATT + .word bgm_nextroad_10_002 + .byte PAN , c_v-63 + .byte VOL , 36*bgm_nextroad_mvl/mxv + .byte N01 , An3 , v112 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+63 + .byte N01 , An3 , v112 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W12 + .byte N01 + .byte W12 + .byte N01 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v-64 + .byte N01 , An3 , v112 + .byte W12 + .byte N01 + .byte W12 + .byte N01 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+63 + .byte N01 , An3 , v112 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W08 + .byte N01 + .byte W16 + .byte N01 + .byte W08 + .byte N01 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte N01 + .byte W04 + .byte PAN , c_v+0 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte GOTO + .word bgm_nextroad_10_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_nextroad: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_nextroad_pri @ Priority + .byte bgm_nextroad_rev @ Reverb. + + .word bgm_nextroad_grp + + .word bgm_nextroad_1 + .word bgm_nextroad_2 + .word bgm_nextroad_3 + .word bgm_nextroad_4 + .word bgm_nextroad_5 + .word bgm_nextroad_6 + .word bgm_nextroad_7 + .word bgm_nextroad_8 + .word bgm_nextroad_9 + .word bgm_nextroad_10 + + .end diff --git a/sound/songs/bgm_nibi.s b/sound/songs/bgm_nibi.s new file mode 100644 index 000000000..af7b666fe --- /dev/null +++ b/sound/songs/bgm_nibi.s @@ -0,0 +1,1079 @@ + .include "MPlayDef.s" + + .equ bgm_nibi_grp, voicegroup_842FC88 + .equ bgm_nibi_pri, 0 + .equ bgm_nibi_rev, reverb_set+50 + .equ bgm_nibi_mvl, 127 + .equ bgm_nibi_key, 0 + .equ bgm_nibi_tbs, 1 + .equ bgm_nibi_exg, 0 + .equ bgm_nibi_cmp, 1 + + .section .rodata + .global bgm_nibi + .align 2 + +@********************** Track 1 **********************@ + +bgm_nibi_1: + .byte KEYSH , bgm_nibi_key+0 + .byte TEMPO , 128*bgm_nibi_tbs/2 + .byte VOICE , 1 + .byte VOL , 80*bgm_nibi_mvl/mxv + .byte N06 , En3 , v112 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N06 + .byte W12 + .byte N24 + .byte W36 + .byte N12 , Cn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte N06 , En3 + .byte W12 + .byte N06 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N06 , Fn3 + .byte W12 + .byte W24 + .byte N48 + .byte W72 +bgm_nibi_1_B1: +bgm_nibi_1_000: + .byte N06 , Gn3 , v112 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N06 + .byte W12 + .byte PEND +bgm_nibi_1_001: + .byte N24 , As3 , v112 + .byte W36 + .byte N12 , Gn3 + .byte W24 + .byte As3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte PEND +bgm_nibi_1_002: + .byte N06 , An3 , v112 + .byte W24 + .byte N12 , Fn3 + .byte W36 + .byte N12 + .byte W24 + .byte Cn4 + .byte W12 + .byte PEND +bgm_nibi_1_003: + .byte W12 + .byte N12 , An3 , v112 + .byte W24 + .byte N06 , Fn3 + .byte W12 + .byte N24 + .byte W36 + .byte N06 , An3 + .byte W12 + .byte PEND +bgm_nibi_1_004: + .byte N06 , Cn4 , v112 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte N24 , Fn3 + .byte W36 + .byte N06 , Bn3 , v080 + .byte W12 + .byte Dn4 , v088 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N06 , Bn3 + .byte W12 +bgm_nibi_1_005: + .byte N06 , Gn3 , v112 + .byte W24 + .byte N12 , En3 + .byte W36 + .byte N12 + .byte W24 + .byte N06 , Fn3 + .byte W12 + .byte PEND + .byte W24 + .byte N48 + .byte W72 + .byte PATT + .word bgm_nibi_1_000 + .byte PATT + .word bgm_nibi_1_001 + .byte PATT + .word bgm_nibi_1_002 + .byte PATT + .word bgm_nibi_1_003 + .byte PATT + .word bgm_nibi_1_004 + .byte N24 , Fn3 , v112 + .byte W36 + .byte N06 , Bn3 , v072 + .byte W12 + .byte Dn4 , v076 + .byte W12 + .byte N24 , Cn4 , v080 + .byte W24 + .byte N06 , Bn3 , v112 + .byte W12 + .byte PATT + .word bgm_nibi_1_005 + .byte W24 + .byte N48 , Fn3 , v112 + .byte W48 + .byte N24 , As3 + .byte W24 +bgm_nibi_1_006: + .byte N12 , An3 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte An3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PEND + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N06 , Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N12 , An4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , En3 + .byte W12 + .byte Gn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , En5 + .byte W24 + .byte Ds5 + .byte W24 + .byte N36 , Fn3 + .byte W36 + .byte N48 , An3 + .byte W48 + .byte N12 , Dn4 + .byte W12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , An3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Dn3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N06 , Cn3 + .byte W12 + .byte En3 + .byte W24 + .byte N12 , Cn3 + .byte W12 + .byte N06 , En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte W12 + .byte N12 , En3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte N12 , Cs4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PATT + .word bgm_nibi_1_006 + .byte W12 + .byte N12 , An3 , v112 + .byte W12 + .byte N06 , Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N06 , En3 + .byte W12 + .byte Gn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte W12 + .byte N12 , Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte Gn3 + .byte W24 + .byte En3 + .byte W12 + .byte N36 , Fn3 + .byte W36 + .byte N06 , An3 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N12 , En4 + .byte W12 + .byte N36 , Fn4 + .byte W12 + .byte W24 + .byte N12 , Dn4 + .byte W24 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W24 + .byte N36 , En4 + .byte W12 + .byte W24 + .byte N24 , Cn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte En3 + .byte W24 + .byte N06 , Fn3 + .byte W24 + .byte N48 + .byte W48 + .byte N24 , Gs3 + .byte W24 + .byte GOTO + .word bgm_nibi_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_nibi_2: + .byte KEYSH , bgm_nibi_key+0 + .byte VOICE , 1 + .byte VOL , 80*bgm_nibi_mvl/mxv + .byte N24 , Cn2 , v112 + .byte W36 + .byte N06 , Gn2 + .byte W12 + .byte N24 + .byte W48 + .byte Cn2 + .byte W36 + .byte N06 , Gn2 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Bn2 + .byte W24 + .byte N06 , Gn2 + .byte W12 +bgm_nibi_2_000: + .byte N24 , Cn2 , v112 + .byte W36 + .byte N06 , Gn2 + .byte W12 + .byte N24 + .byte W36 + .byte N06 , Dn2 + .byte W12 + .byte PEND + .byte W24 + .byte N48 + .byte W72 +bgm_nibi_2_B1: +bgm_nibi_2_001: + .byte N24 , Cn2 , v112 + .byte W36 + .byte N06 , Gn2 + .byte W12 + .byte N24 + .byte W48 + .byte PEND +bgm_nibi_2_002: + .byte N24 , Cs2 , v112 + .byte W36 + .byte N06 , Gn2 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , As2 + .byte W24 + .byte N06 , Gn2 + .byte W12 + .byte PEND +bgm_nibi_2_003: + .byte N24 , Dn2 , v112 + .byte W36 + .byte N06 , An2 + .byte W12 + .byte N24 + .byte W48 + .byte PEND +bgm_nibi_2_004: + .byte N24 , Dn2 , v112 + .byte W36 + .byte N06 , An2 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Cn3 + .byte W24 + .byte N06 , An2 + .byte W12 + .byte PEND +bgm_nibi_2_005: + .byte N24 , Fn2 , v112 + .byte W36 + .byte N06 , Cn3 + .byte W12 + .byte N24 + .byte W48 + .byte PEND +bgm_nibi_2_006: + .byte N24 , Gn2 , v112 + .byte W36 + .byte N06 , Dn3 + .byte W12 + .byte N06 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N06 , Dn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_nibi_2_000 + .byte W24 + .byte N48 , Dn2 , v112 + .byte W72 + .byte PATT + .word bgm_nibi_2_001 + .byte PATT + .word bgm_nibi_2_002 + .byte PATT + .word bgm_nibi_2_003 + .byte PATT + .word bgm_nibi_2_004 + .byte PATT + .word bgm_nibi_2_005 + .byte PATT + .word bgm_nibi_2_006 + .byte PATT + .word bgm_nibi_2_000 + .byte W24 + .byte N48 , Dn2 , v112 + .byte W48 + .byte N24 , En2 + .byte W24 +bgm_nibi_2_007: + .byte N24 , Fn2 , v112 + .byte W36 + .byte N06 , Cn3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Ds2 + .byte W12 + .byte En2 + .byte W12 + .byte PEND + .byte N24 , Fn2 + .byte W36 + .byte N06 , Cn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte N24 , Cn3 + .byte W24 + .byte N12 , An2 + .byte W12 +bgm_nibi_2_008: + .byte N24 , En2 , v112 + .byte W36 + .byte N06 , Bn2 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Dn2 + .byte W12 + .byte Ds2 + .byte W12 + .byte PEND + .byte W12 + .byte En2 + .byte W24 + .byte N06 , Bn2 + .byte W12 + .byte N24 + .byte W24 + .byte As2 + .byte W24 +bgm_nibi_2_009: + .byte N24 , Dn2 , v112 + .byte W36 + .byte N06 , An2 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Cn2 + .byte W12 + .byte Cs2 + .byte W12 + .byte PEND + .byte N24 , Dn2 + .byte W36 + .byte N06 , An2 + .byte W12 + .byte N12 , Dn2 + .byte W12 + .byte An2 + .byte W12 + .byte N24 , Fn2 + .byte W24 + .byte Cn2 + .byte W36 + .byte N06 , Gn2 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , As1 + .byte W12 + .byte Bn1 + .byte W12 + .byte W12 + .byte Cs2 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte As2 + .byte W12 + .byte N12 , Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte PATT + .word bgm_nibi_2_007 + .byte N24 , Fn2 , v112 + .byte W36 + .byte N06 , An2 + .byte W12 + .byte Fn2 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte N12 , Fn2 + .byte W12 + .byte PATT + .word bgm_nibi_2_008 + .byte W12 + .byte N12 , En2 , v112 + .byte W24 + .byte Gn2 + .byte W24 + .byte As2 + .byte W24 + .byte Cs2 + .byte W12 + .byte PATT + .word bgm_nibi_2_009 + .byte N24 , Dn2 , v112 + .byte W36 + .byte N06 , Gs2 + .byte W12 + .byte N24 + .byte W36 + .byte N06 , Fn2 + .byte W12 + .byte N24 , Cn2 + .byte W36 + .byte N06 , Gn2 + .byte W12 + .byte N24 + .byte W36 + .byte N06 , Cn2 + .byte W12 + .byte Dn2 + .byte W24 + .byte N48 + .byte W48 + .byte N24 , Gn1 + .byte W24 + .byte GOTO + .word bgm_nibi_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_nibi_3: + .byte KEYSH , bgm_nibi_key+0 + .byte VOICE , 1 + .byte VOL , 80*bgm_nibi_mvl/mxv + .byte N06 , Gn3 , v112 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N06 + .byte W12 + .byte N24 + .byte W36 + .byte N12 , En4 + .byte W24 + .byte Bn3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte N06 + .byte W24 + .byte N12 + .byte W36 + .byte N12 + .byte W24 + .byte N06 , Cn4 + .byte W12 +bgm_nibi_3_000: + .byte W24 + .byte N48 , Cn4 , v112 + .byte W48 + .byte N12 , En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte PEND +bgm_nibi_3_B1: +bgm_nibi_3_001: + .byte N12 , Gn4 , v112 + .byte W24 + .byte Fn4 + .byte W24 + .byte En4 + .byte W48 + .byte PEND +bgm_nibi_3_002: + .byte W12 + .byte N12 , En4 , v112 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W24 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte PEND +bgm_nibi_3_003: + .byte N12 , Fn4 , v112 + .byte W12 + .byte Dn4 + .byte W12 + .byte An3 + .byte W36 + .byte N12 + .byte W24 + .byte Fn4 + .byte W12 + .byte PEND +bgm_nibi_3_004: + .byte W12 + .byte N12 , Cn4 , v112 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte PEND +bgm_nibi_3_005: + .byte N12 , Fn4 , v112 + .byte W24 + .byte En4 + .byte W24 + .byte Dn4 + .byte W48 + .byte PEND +bgm_nibi_3_006: + .byte W12 + .byte N12 , Dn4 , v112 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W24 + .byte N12 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte PEND +bgm_nibi_3_007: + .byte N12 , En4 , v112 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W36 + .byte N12 + .byte W24 + .byte N06 , Cn4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_nibi_3_000 + .byte PATT + .word bgm_nibi_3_001 + .byte PATT + .word bgm_nibi_3_002 + .byte PATT + .word bgm_nibi_3_003 + .byte PATT + .word bgm_nibi_3_004 + .byte PATT + .word bgm_nibi_3_005 + .byte PATT + .word bgm_nibi_3_006 + .byte PATT + .word bgm_nibi_3_007 + .byte W24 + .byte N48 , Cn4 , v112 + .byte W48 + .byte N24 , Dn4 + .byte W24 + .byte N72 , An4 + .byte W72 + .byte N24 , Fn4 + .byte W24 + .byte N48 , Cn5 + .byte W48 + .byte N12 , Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte N72 , Gn4 + .byte W72 + .byte N24 , En4 + .byte W24 + .byte N48 , Gn4 + .byte W48 + .byte N24 + .byte W24 + .byte Fs4 + .byte W24 + .byte N60 , Dn4 + .byte W60 + .byte N12 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N72 , En4 + .byte W72 + .byte N24 , Cn4 + .byte W24 + .byte Gn4 + .byte W48 + .byte N48 , As4 + .byte W48 + .byte N72 , An4 + .byte W72 + .byte N12 , Bn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Dn5 + .byte W24 + .byte Cn5 + .byte W24 + .byte Bn4 + .byte W24 + .byte An4 + .byte W24 + .byte N60 , Gn4 + .byte W60 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte W12 + .byte An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte En4 + .byte W24 + .byte N72 , Fn4 + .byte W12 + .byte W60 + .byte N12 + .byte W12 + .byte Gn4 + .byte W12 + .byte N36 , Gs4 + .byte W12 + .byte W24 + .byte N12 , Gn4 + .byte W24 + .byte Fn4 + .byte W12 + .byte Gs4 + .byte W24 + .byte N84 , Gn4 + .byte W12 + .byte W96 + .byte N06 , Cn4 + .byte W24 + .byte N48 + .byte W48 + .byte N24 , Dn4 + .byte W24 + .byte GOTO + .word bgm_nibi_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_nibi_4: + .byte KEYSH , bgm_nibi_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_nibi_mvl/mxv + .byte N12 , Fs2 , v056 + .byte W12 + .byte N12 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte N24 , Fs2 , v056 + .byte W24 + .byte N12 , En1 , v084 + .byte W12 + .byte Fs2 , v056 + .byte W12 + .byte As1 , v084 + .byte W12 +bgm_nibi_4_000: + .byte N12 , Fs2 , v056 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , En1 , v084 + .byte W24 + .byte N12 , Fs2 , v056 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte Fs2 , v056 + .byte W12 + .byte As1 , v084 + .byte W12 + .byte PEND +bgm_nibi_4_001: + .byte N12 , Fs2 , v056 + .byte W12 + .byte N12 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte N24 , Fs2 , v056 + .byte W24 + .byte N12 , En1 , v084 + .byte W12 + .byte Fs2 , v056 + .byte W12 + .byte As1 , v084 + .byte W12 + .byte PEND +bgm_nibi_4_002: + .byte N12 , Fs2 , v056 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , As1 , v084 + .byte W24 + .byte N12 , En1 + .byte W12 + .byte N12 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte PEND +bgm_nibi_4_B1: + .byte PATT + .word bgm_nibi_4_001 + .byte PATT + .word bgm_nibi_4_000 + .byte PATT + .word bgm_nibi_4_001 + .byte PATT + .word bgm_nibi_4_000 + .byte PATT + .word bgm_nibi_4_001 + .byte PATT + .word bgm_nibi_4_000 + .byte PATT + .word bgm_nibi_4_001 + .byte PATT + .word bgm_nibi_4_002 + .byte PATT + .word bgm_nibi_4_001 + .byte PATT + .word bgm_nibi_4_000 + .byte N12 , Fs2 , v056 + .byte W12 + .byte N12 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte Fs2 , v056 + .byte W24 + .byte En1 , v084 + .byte W12 + .byte Fs2 , v056 + .byte W12 + .byte As1 , v084 + .byte W12 + .byte PATT + .word bgm_nibi_4_000 + .byte PATT + .word bgm_nibi_4_001 + .byte PATT + .word bgm_nibi_4_000 + .byte N12 , Fs2 , v056 + .byte W12 + .byte N12 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte N18 , Fs2 , v056 + .byte W24 + .byte N12 , En1 , v084 + .byte W12 + .byte Fs2 , v056 + .byte W12 + .byte As1 , v084 + .byte W12 + .byte PATT + .word bgm_nibi_4_002 +bgm_nibi_4_003: + .byte N12 , Cn1 , v084 + .byte W12 + .byte As1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte As1 + .byte W12 + .byte N24 , En1 + .byte W24 + .byte PEND +bgm_nibi_4_004: + .byte N12 , Cn1 , v084 + .byte W12 + .byte As1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte As1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_nibi_4_003 +bgm_nibi_4_005: + .byte N12 , Cn1 , v084 + .byte W12 + .byte As1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte En1 , v072 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte As1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_nibi_4_003 + .byte PATT + .word bgm_nibi_4_004 + .byte PATT + .word bgm_nibi_4_003 + .byte PATT + .word bgm_nibi_4_004 + .byte PATT + .word bgm_nibi_4_003 + .byte PATT + .word bgm_nibi_4_004 + .byte N12 , Cn1 , v084 + .byte W12 + .byte As1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N12 + .byte W12 + .byte As1 + .byte W12 + .byte En1 + .byte W24 + .byte PATT + .word bgm_nibi_4_005 + .byte PATT + .word bgm_nibi_4_003 + .byte PATT + .word bgm_nibi_4_004 + .byte PATT + .word bgm_nibi_4_003 + .byte PATT + .word bgm_nibi_4_004 + .byte GOTO + .word bgm_nibi_4_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_nibi: + .byte 4 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_nibi_pri @ Priority + .byte bgm_nibi_rev @ Reverb. + + .word bgm_nibi_grp + + .word bgm_nibi_1 + .word bgm_nibi_2 + .word bgm_nibi_3 + .word bgm_nibi_4 + + .end diff --git a/sound/songs/bgm_odamaki.s b/sound/songs/bgm_odamaki.s new file mode 100644 index 000000000..31ed12d90 --- /dev/null +++ b/sound/songs/bgm_odamaki.s @@ -0,0 +1,1314 @@ + .include "MPlayDef.s" + + .equ bgm_odamaki_grp, voicegroup_84368B8 + .equ bgm_odamaki_pri, 0 + .equ bgm_odamaki_rev, reverb_set+50 + .equ bgm_odamaki_mvl, 127 + .equ bgm_odamaki_key, 0 + .equ bgm_odamaki_tbs, 1 + .equ bgm_odamaki_exg, 0 + .equ bgm_odamaki_cmp, 1 + + .section .rodata + .global bgm_odamaki + .align 2 + +@********************** Track 1 **********************@ + +bgm_odamaki_1: + .byte KEYSH , bgm_odamaki_key+0 +bgm_odamaki_1_B1: + .byte TEMPO , 100*bgm_odamaki_tbs/2 + .byte VOICE , 48 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte LFOS , 48 + .byte PAN , c_v-3 + .byte W09 + .byte N03 , Cs5 , v084 + .byte W03 + .byte N12 , Dn5 + .byte W12 + .byte N18 , Cs5 + .byte W18 + .byte N06 , Bn4 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W24 + .byte Dn5 + .byte W24 + .byte N36 , An4 + .byte W15 + .byte MOD , 5 + .byte W03 + .byte VOL , 73*bgm_odamaki_mvl/mxv + .byte W06 + .byte 64*bgm_odamaki_mvl/mxv + .byte W06 + .byte 45*bgm_odamaki_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte W09 + .byte N03 , Gs4 + .byte W03 + .byte N12 , An4 + .byte W12 + .byte N18 , Gn4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn4 + .byte W12 + .byte As4 + .byte W12 + .byte N18 , Bn4 + .byte W18 + .byte N06 , Dn5 + .byte W06 + .byte N36 , Cs5 + .byte W15 + .byte MOD , 5 + .byte W03 + .byte VOL , 73*bgm_odamaki_mvl/mxv + .byte W06 + .byte 64*bgm_odamaki_mvl/mxv + .byte W06 + .byte 45*bgm_odamaki_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W12 + .byte VOICE , 73 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte N12 , Dn5 , v100 + .byte W18 + .byte N18 + .byte W18 + .byte N12 , Cs5 + .byte W12 + .byte N09 , Bn4 + .byte W12 + .byte N09 + .byte W12 + .byte N21 , Dn5 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte MOD , 7 + .byte W03 + .byte VOL , 62*bgm_odamaki_mvl/mxv + .byte W03 + .byte 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte W96 + .byte N09 + .byte W12 + .byte N09 + .byte W12 + .byte N12 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N18 , En5 + .byte W18 + .byte N24 , Dn5 + .byte W06 + .byte MOD , 7 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte W03 + .byte 62*bgm_odamaki_mvl/mxv + .byte W03 + .byte 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte W72 + .byte VOICE , 48 + .byte W09 + .byte N03 , Fn4 , v084 + .byte W03 + .byte N12 , Fs4 + .byte W12 + .byte N18 , Gn4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N18 , Gn4 + .byte W18 + .byte N06 , Bn4 + .byte W06 + .byte N42 , Dn5 + .byte W15 + .byte MOD , 5 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte W03 + .byte 62*bgm_odamaki_mvl/mxv + .byte W03 + .byte 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte W03 + .byte 20*bgm_odamaki_mvl/mxv + .byte MOD , 0 + .byte W03 + .byte VOL , 11*bgm_odamaki_mvl/mxv + .byte W09 + .byte 80*bgm_odamaki_mvl/mxv + .byte W12 + .byte N12 , Dn4 + .byte W12 + .byte N18 , En4 + .byte W18 + .byte N06 , Dn4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W24 + .byte An4 + .byte W24 + .byte N24 , Dn4 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte W03 + .byte 62*bgm_odamaki_mvl/mxv + .byte MOD , 5 + .byte W03 + .byte VOL , 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W24 + .byte GOTO + .word bgm_odamaki_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_odamaki_2: + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte KEYSH , bgm_odamaki_key+0 +bgm_odamaki_2_B1: + .byte VOICE , 35 + .byte PAN , c_v+0 + .byte N12 , Dn2 , v116 + .byte W36 + .byte N03 , An1 + .byte W06 + .byte N06 + .byte W06 + .byte N18 , Dn2 + .byte W18 + .byte N06 , An1 + .byte W18 + .byte N12 , Dn2 + .byte W12 + .byte Bn1 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W12 + .byte N12 , An1 + .byte W18 + .byte N03 + .byte W18 + .byte N12 + .byte W12 + .byte Dn2 + .byte W36 + .byte N03 , An1 + .byte W06 + .byte N06 + .byte W06 + .byte N18 , Dn2 + .byte W18 + .byte N06 , As1 + .byte W18 + .byte N12 , Dn2 + .byte W12 + .byte Gn1 + .byte W18 + .byte N06 + .byte W18 + .byte Bn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N18 , An1 + .byte W18 + .byte N06 , Bn1 + .byte W18 + .byte N12 , Cs2 + .byte W12 + .byte Bn1 + .byte W36 + .byte N03 , Fs1 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte N18 , Bn1 + .byte W18 + .byte Dn2 + .byte W18 + .byte N12 , Dn1 + .byte W12 + .byte N32 , An1 + .byte W36 + .byte N03 , Fs1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte N09 , En2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N06 , Cs2 + .byte W06 + .byte Fs1 + .byte W06 + .byte N12 , Gn1 + .byte W36 + .byte N03 , Dn1 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N18 , Gn1 + .byte W18 + .byte As1 + .byte W18 + .byte N12 , Gn1 + .byte W12 + .byte N32 , Dn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs1 + .byte W12 + .byte N09 , Bn1 + .byte W12 + .byte Cs2 + .byte W12 + .byte N06 , An1 + .byte W06 + .byte Cs1 + .byte W06 + .byte N12 , Dn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W18 + .byte N06 + .byte W18 + .byte N12 + .byte W12 + .byte N24 , Gn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W18 + .byte N06 , An1 + .byte W18 + .byte N12 , Gn1 + .byte W12 + .byte N24 , An1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 + .byte W36 + .byte N12 , Cs1 + .byte W12 + .byte Dn1 + .byte W36 + .byte N06 + .byte W06 + .byte An1 + .byte W06 + .byte N12 , Dn1 + .byte W36 + .byte N06 , An1 + .byte W06 + .byte Cs2 + .byte W06 + .byte GOTO + .word bgm_odamaki_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_odamaki_3: + .byte KEYSH , bgm_odamaki_key+0 +bgm_odamaki_3_B1: + .byte VOICE , 73 + .byte LFOS , 48 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte PAN , c_v+18 + .byte W24 + .byte N03 , An5 , v068 + .byte W03 + .byte Gs5 + .byte W03 + .byte An5 + .byte W03 + .byte Gs5 + .byte W03 + .byte N06 , An5 + .byte W36 + .byte N03 + .byte W03 + .byte Gs5 + .byte W03 + .byte An5 + .byte W03 + .byte Gs5 + .byte W03 + .byte N06 , An5 + .byte W12 + .byte N12 , Dn5 + .byte W24 + .byte Fs5 + .byte W24 + .byte N36 , En5 + .byte W15 + .byte MOD , 7 + .byte W03 + .byte VOL , 73*bgm_odamaki_mvl/mxv + .byte W06 + .byte 64*bgm_odamaki_mvl/mxv + .byte W06 + .byte 45*bgm_odamaki_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W12 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte W24 + .byte N03 , Fs5 + .byte W03 + .byte Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Fn5 + .byte W03 + .byte N06 , Fs5 + .byte W36 + .byte N03 + .byte W03 + .byte Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Fn5 + .byte W03 + .byte N06 , Fs5 + .byte W12 + .byte N12 , Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N18 , Gn5 + .byte W18 + .byte N06 , Bn5 + .byte W06 + .byte N36 , An5 + .byte W12 + .byte MOD , 7 + .byte W06 + .byte VOL , 73*bgm_odamaki_mvl/mxv + .byte W06 + .byte 64*bgm_odamaki_mvl/mxv + .byte W06 + .byte 45*bgm_odamaki_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W12 + .byte VOICE , 73 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte N12 , Fs4 , v076 + .byte W18 + .byte N18 + .byte W18 + .byte N12 , En4 + .byte W12 + .byte N09 , Dn4 + .byte W12 + .byte N09 + .byte W12 + .byte N21 , Fs4 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte MOD , 7 + .byte W03 + .byte VOL , 62*bgm_odamaki_mvl/mxv + .byte W03 + .byte 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOICE , 48 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte N12 , Cs4 , v080 + .byte W18 + .byte N18 + .byte W18 + .byte N12 , Bn3 + .byte W12 + .byte N09 , An3 + .byte W12 + .byte N09 + .byte W12 + .byte N12 , Cs4 + .byte W06 + .byte MOD , 5 + .byte W06 + .byte 0 + .byte W12 + .byte VOICE , 73 + .byte N09 , Gn4 , v076 + .byte W12 + .byte N09 + .byte W12 + .byte N12 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N18 , Bn4 + .byte W18 + .byte N06 , An4 + .byte W06 + .byte VOICE , 48 + .byte MOD , 7 + .byte N09 , An3 , v080 + .byte W12 + .byte N09 + .byte W06 + .byte MOD , 0 + .byte W06 + .byte N12 , Bn3 + .byte W18 + .byte N06 , Cs4 + .byte W06 + .byte N09 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte N15 , Fs4 + .byte W06 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N06 , Cs4 + .byte W06 + .byte VOICE , 73 + .byte W24 + .byte N03 , Fs5 , v068 + .byte W03 + .byte Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Fn5 + .byte W03 + .byte N06 , Fs5 + .byte W36 + .byte N03 + .byte W03 + .byte Fn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Fn5 + .byte W03 + .byte N06 , Fs5 + .byte W12 + .byte N12 , Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N18 , Dn5 + .byte W18 + .byte N06 , Fs5 + .byte W06 + .byte N42 , Gn5 + .byte W15 + .byte MOD , 7 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte W03 + .byte 62*bgm_odamaki_mvl/mxv + .byte W03 + .byte 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte W03 + .byte 20*bgm_odamaki_mvl/mxv + .byte W03 + .byte 11*bgm_odamaki_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte W06 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte W12 + .byte N03 , An5 + .byte W03 + .byte Gs5 + .byte W03 + .byte An5 + .byte W03 + .byte Gs5 + .byte W03 + .byte N06 , An5 + .byte W24 + .byte Cs5 + .byte W06 + .byte En5 + .byte W06 + .byte N03 , An5 + .byte W03 + .byte Gs5 + .byte W03 + .byte An5 + .byte W03 + .byte Gs5 + .byte W03 + .byte N06 , An5 + .byte W24 + .byte N12 , An4 , v076 + .byte W24 + .byte Dn5 + .byte W24 + .byte N24 , Fs4 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte W03 + .byte 62*bgm_odamaki_mvl/mxv + .byte MOD , 5 + .byte W03 + .byte VOL , 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W24 + .byte GOTO + .word bgm_odamaki_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_odamaki_4: + .byte KEYSH , bgm_odamaki_key+0 +bgm_odamaki_4_B1: + .byte VOICE , 60 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte PAN , c_v+5 + .byte N12 , An3 , v080 + .byte W36 + .byte N03 , Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte N18 , An3 + .byte W18 + .byte Dn3 + .byte W18 + .byte N12 , En3 + .byte W12 + .byte Fs3 + .byte W24 + .byte Bn3 + .byte W24 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte N21 , En3 + .byte W12 + .byte VOL , 74*bgm_odamaki_mvl/mxv + .byte W03 + .byte 52*bgm_odamaki_mvl/mxv + .byte W03 + .byte 23*bgm_odamaki_mvl/mxv + .byte W06 + .byte 80*bgm_odamaki_mvl/mxv + .byte N12 , Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte N12 , An3 + .byte W36 + .byte N03 , Fs3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N18 , As3 + .byte W18 + .byte Fs3 + .byte W18 + .byte N12 , As3 + .byte W12 + .byte Dn3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N21 , An2 + .byte W12 + .byte VOL , 74*bgm_odamaki_mvl/mxv + .byte W03 + .byte 52*bgm_odamaki_mvl/mxv + .byte W03 + .byte 23*bgm_odamaki_mvl/mxv + .byte W06 + .byte 80*bgm_odamaki_mvl/mxv + .byte N12 , Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Bn2 + .byte W18 + .byte N18 , Cs3 + .byte W18 + .byte N12 , Dn3 + .byte W12 + .byte N09 , Fs3 + .byte W12 + .byte N09 + .byte W12 + .byte N21 , Bn3 + .byte W09 + .byte VOL , 71*bgm_odamaki_mvl/mxv + .byte W03 + .byte 62*bgm_odamaki_mvl/mxv + .byte W03 + .byte 45*bgm_odamaki_mvl/mxv + .byte W03 + .byte 28*bgm_odamaki_mvl/mxv + .byte W06 + .byte VOICE , 46 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte PAN , c_v-12 + .byte N06 , An3 , v076 + .byte W06 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte An5 + .byte W06 + .byte En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte VOICE , 60 + .byte PAN , c_v+6 + .byte N12 , Bn2 , v080 + .byte W18 + .byte N18 , Cs3 + .byte W18 + .byte N12 , Dn3 + .byte W12 + .byte N09 , As3 + .byte W12 + .byte An3 + .byte W12 + .byte N18 , Gn3 + .byte W24 + .byte VOICE , 46 + .byte PAN , c_v-12 + .byte N06 , An3 , v076 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte An4 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte VOICE , 60 + .byte PAN , c_v+5 + .byte N12 , An3 , v080 + .byte W36 + .byte N03 , Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte N18 , As3 + .byte W18 + .byte Dn3 + .byte W18 + .byte N12 , Fs3 + .byte W12 + .byte Gn3 + .byte W24 + .byte Dn3 + .byte W18 + .byte N06 , Gn2 + .byte W06 + .byte N12 , Bn2 + .byte W18 + .byte Gn3 + .byte W18 + .byte Dn3 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Dn3 + .byte W18 + .byte N06 + .byte W06 + .byte N09 , Cs3 + .byte W12 + .byte An2 + .byte W12 + .byte N15 , En3 + .byte W18 + .byte N06 , An2 + .byte W06 + .byte N12 , Dn3 + .byte W36 + .byte N03 , Fs2 , v064 + .byte W03 + .byte An2 + .byte W03 + .byte Bn2 + .byte W03 + .byte Cs3 + .byte W03 + .byte N12 , Dn3 , v080 + .byte W48 + .byte GOTO + .word bgm_odamaki_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_odamaki_5: + .byte KEYSH , bgm_odamaki_key+0 +bgm_odamaki_5_B1: + .byte VOICE , 80 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte PAN , c_v-48 + .byte N06 , An3 , v052 + .byte W12 + .byte Fs3 + .byte W12 + .byte N15 , An3 + .byte W18 + .byte N03 , Dn3 + .byte W06 + .byte N06 , An3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N15 , An3 + .byte W18 + .byte N03 , Dn3 + .byte W06 + .byte N36 + .byte W18 + .byte VOL , 67*bgm_odamaki_mvl/mxv + .byte W06 + .byte 54*bgm_odamaki_mvl/mxv + .byte W06 + .byte 27*bgm_odamaki_mvl/mxv + .byte W18 + .byte 80*bgm_odamaki_mvl/mxv + .byte N21 , Cs3 + .byte W12 + .byte VOL , 74*bgm_odamaki_mvl/mxv + .byte W03 + .byte 52*bgm_odamaki_mvl/mxv + .byte W03 + .byte 23*bgm_odamaki_mvl/mxv + .byte W06 + .byte 80*bgm_odamaki_mvl/mxv + .byte N12 , En3 + .byte W12 + .byte Gn3 + .byte W12 +bgm_odamaki_5_000: + .byte N06 , An3 , v052 + .byte W12 + .byte Fs3 + .byte W12 + .byte N15 , An3 + .byte W18 + .byte N03 , Dn3 + .byte W06 + .byte N06 , As3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N15 , As3 + .byte W18 + .byte N03 , Dn3 + .byte W06 + .byte PEND + .byte N12 , Dn4 + .byte W24 + .byte Gn4 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte N21 , En4 + .byte W12 + .byte VOL , 74*bgm_odamaki_mvl/mxv + .byte W03 + .byte 52*bgm_odamaki_mvl/mxv + .byte W03 + .byte 23*bgm_odamaki_mvl/mxv + .byte W06 + .byte 80*bgm_odamaki_mvl/mxv + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W96 + .byte En3 + .byte W18 + .byte N03 + .byte W06 + .byte N12 , Fs3 + .byte W18 + .byte N03 , Cs3 + .byte W06 + .byte N12 , En3 + .byte W18 + .byte N03 , Cs3 + .byte W06 + .byte N12 + .byte W18 + .byte N06 , An2 + .byte W06 + .byte N12 , Gn3 + .byte W96 + .byte Fs3 + .byte W18 + .byte N03 + .byte W06 + .byte N12 , En3 + .byte W18 + .byte N03 , Cs3 + .byte W06 + .byte N12 , Dn3 + .byte W18 + .byte N03 , Bn2 + .byte W06 + .byte N12 , Cs3 + .byte W18 + .byte N06 , En3 + .byte W06 + .byte PATT + .word bgm_odamaki_5_000 + .byte N06 , Bn3 , v052 + .byte W12 + .byte Gn3 + .byte W12 + .byte N15 , Bn3 + .byte W18 + .byte N03 , Gn3 + .byte W06 + .byte N09 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte An3 + .byte W12 + .byte N06 , Dn5 + .byte W18 + .byte An3 + .byte W06 + .byte N09 , Cs4 + .byte W12 + .byte An3 + .byte W12 + .byte N06 , Cs5 + .byte W18 + .byte An3 + .byte W06 + .byte N12 , Dn4 + .byte W48 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_odamaki_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_odamaki_6: + .byte KEYSH , bgm_odamaki_key+0 +bgm_odamaki_6_B1: + .byte VOICE , 82 + .byte XCMD , xIECV , 8 + .byte xIECL , 8 + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte PAN , c_v+48 + .byte N06 , Fs3 , v052 + .byte W12 + .byte Dn3 + .byte W12 + .byte N15 , Fs3 + .byte W18 + .byte N03 , An2 + .byte W06 + .byte N06 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N15 , Fs3 + .byte W18 + .byte N03 , An2 + .byte W06 + .byte N36 , Bn2 + .byte W18 + .byte VOL , 67*bgm_odamaki_mvl/mxv + .byte W06 + .byte 54*bgm_odamaki_mvl/mxv + .byte W06 + .byte 27*bgm_odamaki_mvl/mxv + .byte W18 + .byte 80*bgm_odamaki_mvl/mxv + .byte N21 , An2 + .byte W12 + .byte VOL , 74*bgm_odamaki_mvl/mxv + .byte W03 + .byte 52*bgm_odamaki_mvl/mxv + .byte W03 + .byte 23*bgm_odamaki_mvl/mxv + .byte W06 + .byte 80*bgm_odamaki_mvl/mxv + .byte N12 , Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte N06 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N15 , Fs3 + .byte W18 + .byte N03 , An2 + .byte W06 + .byte N06 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N15 , Fs3 + .byte W18 + .byte N03 , An2 + .byte W06 + .byte N12 , Bn3 + .byte W24 + .byte Dn4 + .byte W18 + .byte N06 + .byte W06 + .byte N21 , Cs4 + .byte W12 + .byte VOL , 74*bgm_odamaki_mvl/mxv + .byte W03 + .byte 52*bgm_odamaki_mvl/mxv + .byte W03 + .byte 23*bgm_odamaki_mvl/mxv + .byte W06 + .byte 80*bgm_odamaki_mvl/mxv + .byte N12 , Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W96 + .byte Cs3 + .byte W18 + .byte N03 + .byte W06 + .byte N12 + .byte W18 + .byte N03 , An2 + .byte W06 + .byte N12 , Cs3 + .byte W18 + .byte N03 , An2 + .byte W06 + .byte N12 + .byte W18 + .byte N06 , Fs2 + .byte W06 + .byte N12 , Dn3 + .byte W96 + .byte N12 + .byte W18 + .byte N03 + .byte W06 + .byte N12 , Cs3 + .byte W18 + .byte N03 , Gn2 + .byte W06 + .byte N12 , Bn2 + .byte W18 + .byte N03 , Fs2 + .byte W06 + .byte N12 , An2 + .byte W18 + .byte N06 , Cs3 + .byte W06 + .byte Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N15 , Fs3 + .byte W18 + .byte N03 , An2 + .byte W06 + .byte N06 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N15 , Fs3 + .byte W18 + .byte N03 , As2 + .byte W06 + .byte N06 , Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N15 , Gn3 + .byte W18 + .byte N03 , Dn3 + .byte W12 + .byte N09 , Bn3 + .byte W12 + .byte Gn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte N06 , Gn4 + .byte W06 + .byte N09 , An3 + .byte W12 + .byte En3 + .byte W12 + .byte N06 , An4 + .byte W18 + .byte En3 + .byte W06 + .byte N09 , An3 + .byte W12 + .byte En3 + .byte W12 + .byte N06 , An4 + .byte W18 + .byte En3 + .byte W06 + .byte N12 , An3 + .byte W48 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_odamaki_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_odamaki_7: + .byte VOL , 80*bgm_odamaki_mvl/mxv + .byte KEYSH , bgm_odamaki_key+0 +bgm_odamaki_7_B1: + .byte VOICE , 0 + .byte W24 + .byte N06 , Fs2 , v064 + .byte W48 + .byte N06 + .byte W24 +bgm_odamaki_7_000: + .byte W24 + .byte N06 , Fs2 , v064 + .byte W48 + .byte N06 + .byte W24 + .byte PEND + .byte PATT + .word bgm_odamaki_7_000 + .byte PATT + .word bgm_odamaki_7_000 + .byte W96 +bgm_odamaki_7_001: + .byte W24 + .byte N06 , Fs2 , v064 + .byte W36 + .byte N03 , Fs2 , v036 + .byte W03 + .byte Fs2 , v044 + .byte W03 + .byte Fs2 , v048 + .byte W03 + .byte Fs2 , v056 + .byte W03 + .byte N06 , Fs2 , v064 + .byte W06 + .byte Fs2 , v036 + .byte W06 + .byte Fs2 , v024 + .byte W06 + .byte Fs2 , v016 + .byte W06 + .byte PEND + .byte W96 + .byte PATT + .word bgm_odamaki_7_001 + .byte PATT + .word bgm_odamaki_7_000 + .byte PATT + .word bgm_odamaki_7_000 + .byte PATT + .word bgm_odamaki_7_000 + .byte W12 + .byte N06 , Fs2 , v044 + .byte W06 + .byte N06 + .byte W06 + .byte Fs2 , v064 + .byte W48 + .byte N06 + .byte W24 + .byte GOTO + .word bgm_odamaki_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_odamaki: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_odamaki_pri @ Priority + .byte bgm_odamaki_rev @ Reverb. + + .word bgm_odamaki_grp + + .word bgm_odamaki_1 + .word bgm_odamaki_2 + .word bgm_odamaki_3 + .word bgm_odamaki_4 + .word bgm_odamaki_5 + .word bgm_odamaki_6 + .word bgm_odamaki_7 + + .end diff --git a/sound/songs/bgm_ooame.s b/sound/songs/bgm_ooame.s new file mode 100644 index 000000000..26ba20fa4 --- /dev/null +++ b/sound/songs/bgm_ooame.s @@ -0,0 +1,1117 @@ + .include "MPlayDef.s" + + .equ bgm_ooame_grp, voicegroup_8449BF0 + .equ bgm_ooame_pri, 0 + .equ bgm_ooame_rev, reverb_set+50 + .equ bgm_ooame_mvl, 127 + .equ bgm_ooame_key, 0 + .equ bgm_ooame_tbs, 1 + .equ bgm_ooame_exg, 0 + .equ bgm_ooame_cmp, 1 + + .section .rodata + .global bgm_ooame + .align 2 + +@********************** Track 1 **********************@ + +bgm_ooame_1: + .byte KEYSH , bgm_ooame_key+0 + .byte TEMPO , 128*bgm_ooame_tbs/2 + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte W24 +bgm_ooame_1_B1: +bgm_ooame_1_000: + .byte PAN , c_v+0 + .byte VOL , 10*bgm_ooame_mvl/mxv + .byte TIE , As3 , v112 + .byte W48 + .byte VOL , 10*bgm_ooame_mvl/mxv + .byte W32 + .byte 11*bgm_ooame_mvl/mxv + .byte W04 + .byte 12*bgm_ooame_mvl/mxv + .byte W04 + .byte 13*bgm_ooame_mvl/mxv + .byte W04 + .byte 14*bgm_ooame_mvl/mxv + .byte W04 + .byte PEND + .byte 15*bgm_ooame_mvl/mxv + .byte W08 + .byte 17*bgm_ooame_mvl/mxv + .byte W04 + .byte 18*bgm_ooame_mvl/mxv + .byte W04 + .byte 21*bgm_ooame_mvl/mxv + .byte W04 + .byte 25*bgm_ooame_mvl/mxv + .byte W04 + .byte 26*bgm_ooame_mvl/mxv + .byte W04 + .byte 29*bgm_ooame_mvl/mxv + .byte W04 + .byte 31*bgm_ooame_mvl/mxv + .byte W04 + .byte 32*bgm_ooame_mvl/mxv + .byte W04 + .byte 35*bgm_ooame_mvl/mxv + .byte W04 + .byte 39*bgm_ooame_mvl/mxv + .byte W04 + .byte 41*bgm_ooame_mvl/mxv + .byte MOD , 5 + .byte W48 + .byte EOT + .byte MOD , 0 + .byte TIE , Bn3 + .byte W96 + .byte MOD , 9 + .byte W12 + .byte VOL , 40*bgm_ooame_mvl/mxv + .byte W04 + .byte 38*bgm_ooame_mvl/mxv + .byte W04 + .byte 36*bgm_ooame_mvl/mxv + .byte W04 + .byte 34*bgm_ooame_mvl/mxv + .byte W04 + .byte 31*bgm_ooame_mvl/mxv + .byte W08 + .byte 28*bgm_ooame_mvl/mxv + .byte W04 + .byte 26*bgm_ooame_mvl/mxv + .byte W04 + .byte 24*bgm_ooame_mvl/mxv + .byte W04 + .byte 22*bgm_ooame_mvl/mxv + .byte W04 + .byte 20*bgm_ooame_mvl/mxv + .byte W04 + .byte 18*bgm_ooame_mvl/mxv + .byte W04 + .byte 16*bgm_ooame_mvl/mxv + .byte W04 + .byte 14*bgm_ooame_mvl/mxv + .byte W04 + .byte 12*bgm_ooame_mvl/mxv + .byte W04 + .byte 10*bgm_ooame_mvl/mxv + .byte W24 + .byte EOT + .byte PAN , c_v+0 + .byte VOL , 10*bgm_ooame_mvl/mxv + .byte MOD , 0 + .byte TIE , As3 + .byte W48 + .byte VOL , 10*bgm_ooame_mvl/mxv + .byte W32 + .byte 11*bgm_ooame_mvl/mxv + .byte W04 + .byte 12*bgm_ooame_mvl/mxv + .byte W04 + .byte 13*bgm_ooame_mvl/mxv + .byte W04 + .byte 14*bgm_ooame_mvl/mxv + .byte W04 +bgm_ooame_1_001: + .byte VOL , 15*bgm_ooame_mvl/mxv + .byte W08 + .byte 17*bgm_ooame_mvl/mxv + .byte W04 + .byte 18*bgm_ooame_mvl/mxv + .byte W04 + .byte 21*bgm_ooame_mvl/mxv + .byte W04 + .byte 25*bgm_ooame_mvl/mxv + .byte W04 + .byte 26*bgm_ooame_mvl/mxv + .byte W04 + .byte 29*bgm_ooame_mvl/mxv + .byte W04 + .byte 31*bgm_ooame_mvl/mxv + .byte W04 + .byte 32*bgm_ooame_mvl/mxv + .byte W04 + .byte 35*bgm_ooame_mvl/mxv + .byte W04 + .byte 39*bgm_ooame_mvl/mxv + .byte W04 + .byte 41*bgm_ooame_mvl/mxv + .byte W48 + .byte PEND + .byte EOT , As3 + .byte TIE , Bn3 , v112 + .byte W96 +bgm_ooame_1_002: + .byte W12 + .byte VOL , 40*bgm_ooame_mvl/mxv + .byte W04 + .byte 38*bgm_ooame_mvl/mxv + .byte W04 + .byte 36*bgm_ooame_mvl/mxv + .byte W04 + .byte 34*bgm_ooame_mvl/mxv + .byte W04 + .byte 31*bgm_ooame_mvl/mxv + .byte W08 + .byte 28*bgm_ooame_mvl/mxv + .byte W04 + .byte 26*bgm_ooame_mvl/mxv + .byte W04 + .byte 24*bgm_ooame_mvl/mxv + .byte W04 + .byte 22*bgm_ooame_mvl/mxv + .byte W04 + .byte 20*bgm_ooame_mvl/mxv + .byte W04 + .byte 18*bgm_ooame_mvl/mxv + .byte W04 + .byte 16*bgm_ooame_mvl/mxv + .byte W04 + .byte 14*bgm_ooame_mvl/mxv + .byte W04 + .byte 12*bgm_ooame_mvl/mxv + .byte W04 + .byte 10*bgm_ooame_mvl/mxv + .byte W24 + .byte PEND + .byte EOT , Bn3 + .byte PATT + .word bgm_ooame_1_000 + .byte PATT + .word bgm_ooame_1_001 + .byte EOT , As3 + .byte TIE , Bn3 , v112 + .byte W96 + .byte PATT + .word bgm_ooame_1_002 + .byte EOT , Bn3 + .byte PATT + .word bgm_ooame_1_000 + .byte PATT + .word bgm_ooame_1_001 + .byte EOT , As3 + .byte TIE , Bn3 , v112 + .byte W96 + .byte PATT + .word bgm_ooame_1_002 + .byte EOT , Bn3 + .byte GOTO + .word bgm_ooame_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_ooame_2: + .byte KEYSH , bgm_ooame_key+0 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 45*bgm_ooame_mvl/mxv + .byte W24 +bgm_ooame_2_B1: +bgm_ooame_2_000: + .byte N02 , Gn5 , v112 + .byte W08 + .byte Gn5 , v072 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v072 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v072 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v072 + .byte W08 + .byte Gn5 , v076 + .byte W08 + .byte PEND + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte PATT + .word bgm_ooame_2_000 + .byte GOTO + .word bgm_ooame_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_ooame_3: + .byte KEYSH , bgm_ooame_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-63 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte N24 , An1 , v112 + .byte W04 + .byte VOL , 47*bgm_ooame_mvl/mxv + .byte W04 + .byte 53*bgm_ooame_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W08 +bgm_ooame_3_B1: + .byte VOL , 60*bgm_ooame_mvl/mxv + .byte PAN , c_v+0 + .byte MOD , 0 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Ds1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , Ds2 + .byte W08 + .byte N04 , Dn1 + .byte W08 +bgm_ooame_3_000: + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , Ds1 , v056 + .byte W08 + .byte N04 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte Ds1 , v064 + .byte W08 + .byte Ds1 , v100 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte N02 , Ds1 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Ds1 + .byte W08 + .byte N04 + .byte W08 + .byte PEND +bgm_ooame_3_001: + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , En1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , En1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , En2 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte PEND + .byte N08 + .byte W08 + .byte N04 , En1 , v056 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v100 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte N02 , En1 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte PAN , c_v-62 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte N24 + .byte W04 + .byte VOL , 47*bgm_ooame_mvl/mxv + .byte W04 + .byte 53*bgm_ooame_mvl/mxv + .byte W04 + .byte MOD , 13 + .byte VOL , 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W08 + .byte 60*bgm_ooame_mvl/mxv + .byte PAN , c_v+0 + .byte MOD , 2 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Ds1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , Ds2 + .byte W08 + .byte N04 , Dn1 + .byte W08 + .byte PATT + .word bgm_ooame_3_000 + .byte PATT + .word bgm_ooame_3_001 +bgm_ooame_3_002: + .byte N08 , En1 , v112 + .byte W08 + .byte N04 , En1 , v056 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v100 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte N02 , En1 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte PAN , c_v-62 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte N24 + .byte W04 + .byte VOL , 47*bgm_ooame_mvl/mxv + .byte W04 + .byte 53*bgm_ooame_mvl/mxv + .byte W04 + .byte 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W08 + .byte PEND +bgm_ooame_3_003: + .byte VOL , 60*bgm_ooame_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Ds1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , Ds2 + .byte W08 + .byte N04 , Dn1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_ooame_3_000 + .byte PATT + .word bgm_ooame_3_001 + .byte PATT + .word bgm_ooame_3_002 + .byte PATT + .word bgm_ooame_3_003 + .byte PATT + .word bgm_ooame_3_000 + .byte PATT + .word bgm_ooame_3_001 + .byte PATT + .word bgm_ooame_3_002 + .byte GOTO + .word bgm_ooame_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_ooame_4: + .byte KEYSH , bgm_ooame_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 40*bgm_ooame_mvl/mxv + .byte PAN , c_v+63 + .byte N24 , En1 , v112 + .byte W04 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte W04 + .byte 47*bgm_ooame_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 53*bgm_ooame_mvl/mxv + .byte W04 + .byte 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W04 +bgm_ooame_4_B1: + .byte PAN , c_v+0 + .byte VOL , 10*bgm_ooame_mvl/mxv + .byte MOD , 0 + .byte TIE , Ds3 , v112 + .byte W48 + .byte VOL , 13*bgm_ooame_mvl/mxv + .byte W48 +bgm_ooame_4_000: + .byte VOL , 20*bgm_ooame_mvl/mxv + .byte W24 + .byte 30*bgm_ooame_mvl/mxv + .byte W24 + .byte 40*bgm_ooame_mvl/mxv + .byte W12 + .byte 51*bgm_ooame_mvl/mxv + .byte W12 + .byte 60*bgm_ooame_mvl/mxv + .byte W12 + .byte 73*bgm_ooame_mvl/mxv + .byte W12 + .byte PEND + .byte EOT , Ds3 + .byte VOL , 40*bgm_ooame_mvl/mxv + .byte TIE , Ds3 , v112 + .byte W48 + .byte MOD , 3 + .byte W12 + .byte VOL , 36*bgm_ooame_mvl/mxv + .byte W12 + .byte 31*bgm_ooame_mvl/mxv + .byte W12 + .byte 27*bgm_ooame_mvl/mxv + .byte W12 + .byte 23*bgm_ooame_mvl/mxv + .byte MOD , 5 + .byte W12 + .byte VOL , 19*bgm_ooame_mvl/mxv + .byte W12 + .byte 15*bgm_ooame_mvl/mxv + .byte MOD , 9 + .byte W12 + .byte VOL , 11*bgm_ooame_mvl/mxv + .byte W12 + .byte 10*bgm_ooame_mvl/mxv + .byte W12 + .byte 10*bgm_ooame_mvl/mxv + .byte W12 + .byte EOT + .byte PAN , c_v+63 + .byte VOL , 27*bgm_ooame_mvl/mxv + .byte MOD , 2 + .byte N24 , Bn1 + .byte W04 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte W04 + .byte 47*bgm_ooame_mvl/mxv + .byte W04 + .byte MOD , 13 + .byte VOL , 53*bgm_ooame_mvl/mxv + .byte W04 + .byte 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 10*bgm_ooame_mvl/mxv + .byte MOD , 2 + .byte TIE , Ds3 + .byte W48 + .byte VOL , 13*bgm_ooame_mvl/mxv + .byte W48 + .byte PATT + .word bgm_ooame_4_000 + .byte EOT , Ds3 +bgm_ooame_4_001: + .byte VOL , 40*bgm_ooame_mvl/mxv + .byte TIE , Ds3 , v112 + .byte W60 + .byte VOL , 36*bgm_ooame_mvl/mxv + .byte W12 + .byte 31*bgm_ooame_mvl/mxv + .byte W12 + .byte 27*bgm_ooame_mvl/mxv + .byte W12 + .byte PEND +bgm_ooame_4_002: + .byte VOL , 23*bgm_ooame_mvl/mxv + .byte W12 + .byte 19*bgm_ooame_mvl/mxv + .byte W12 + .byte 15*bgm_ooame_mvl/mxv + .byte W12 + .byte 11*bgm_ooame_mvl/mxv + .byte W12 + .byte 10*bgm_ooame_mvl/mxv + .byte W12 + .byte 10*bgm_ooame_mvl/mxv + .byte W12 + .byte PEND + .byte EOT , Ds3 + .byte PAN , c_v+63 + .byte VOL , 27*bgm_ooame_mvl/mxv + .byte N24 , Bn1 , v112 + .byte W04 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte W04 + .byte 47*bgm_ooame_mvl/mxv + .byte W04 + .byte 53*bgm_ooame_mvl/mxv + .byte W04 + .byte 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W04 +bgm_ooame_4_003: + .byte PAN , c_v+0 + .byte VOL , 10*bgm_ooame_mvl/mxv + .byte TIE , Ds3 , v112 + .byte W48 + .byte VOL , 13*bgm_ooame_mvl/mxv + .byte W48 + .byte PEND + .byte PATT + .word bgm_ooame_4_000 + .byte EOT , Ds3 + .byte PATT + .word bgm_ooame_4_001 + .byte PATT + .word bgm_ooame_4_002 + .byte EOT , Ds3 + .byte PAN , c_v+63 + .byte VOL , 27*bgm_ooame_mvl/mxv + .byte N24 , Bn1 , v112 + .byte W04 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte W04 + .byte 47*bgm_ooame_mvl/mxv + .byte W04 + .byte 53*bgm_ooame_mvl/mxv + .byte W04 + .byte 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W04 + .byte PATT + .word bgm_ooame_4_003 + .byte PATT + .word bgm_ooame_4_000 + .byte EOT , Ds3 + .byte PATT + .word bgm_ooame_4_001 + .byte PATT + .word bgm_ooame_4_002 + .byte EOT , Ds3 + .byte PAN , c_v+63 + .byte VOL , 27*bgm_ooame_mvl/mxv + .byte N24 , Bn1 , v112 + .byte W04 + .byte VOL , 42*bgm_ooame_mvl/mxv + .byte W04 + .byte 47*bgm_ooame_mvl/mxv + .byte W04 + .byte 53*bgm_ooame_mvl/mxv + .byte W04 + .byte 61*bgm_ooame_mvl/mxv + .byte W04 + .byte 71*bgm_ooame_mvl/mxv + .byte W04 + .byte GOTO + .word bgm_ooame_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_ooame_5: + .byte KEYSH , bgm_ooame_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte MOD , 64 + .byte VOL , 80*bgm_ooame_mvl/mxv + .byte W24 +bgm_ooame_5_B1: +bgm_ooame_5_000: + .byte N04 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W24 + .byte Cn1 , v088 + .byte W08 + .byte PEND +bgm_ooame_5_001: + .byte N04 , Cn1 , v127 + .byte W24 + .byte Cn1 , v112 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W16 + .byte Dn1 , v127 + .byte W08 + .byte Cn1 , v088 + .byte W08 + .byte PEND + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_000 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_000 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_000 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_001 + .byte PATT + .word bgm_ooame_5_001 + .byte GOTO + .word bgm_ooame_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_ooame_6: + .byte KEYSH , bgm_ooame_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 40*bgm_ooame_mvl/mxv + .byte BEND , c_v+1 + .byte N24 , An1 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 +bgm_ooame_6_B1: + .byte VOICE , 82 + .byte MOD , 0 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Ds1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , Ds2 + .byte W08 + .byte N04 , Dn1 + .byte W08 +bgm_ooame_6_000: + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , Ds1 , v056 + .byte W08 + .byte N04 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte Ds1 , v064 + .byte W08 + .byte Ds1 , v100 + .byte W08 + .byte Dn1 , v112 + .byte W08 + .byte N02 , Ds1 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Ds1 + .byte W08 + .byte N04 + .byte W08 + .byte PEND +bgm_ooame_6_001: + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , En1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , En1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , En2 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte PEND + .byte N08 + .byte W08 + .byte N04 , En1 , v056 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v100 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte N02 , En1 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N24 + .byte W12 + .byte MOD , 13 + .byte W12 + .byte VOICE , 84 + .byte MOD , 0 + .byte BEND , c_v+0 + .byte N16 , As4 + .byte W16 + .byte N04 , Cs5 + .byte W08 + .byte Cn5 + .byte W16 + .byte An4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs5 + .byte W16 + .byte An4 + .byte W08 + .byte As4 + .byte W08 + .byte N40 , Ds4 + .byte W12 + .byte MOD , 7 + .byte W28 + .byte 0 + .byte N04 , Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N24 , Gs4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N08 , Bn4 + .byte W08 + .byte N04 , As4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N08 , Gs4 + .byte W08 + .byte N04 , Bn4 + .byte W08 + .byte As4 + .byte W08 + .byte Fs5 + .byte W08 + .byte Gs5 + .byte W16 + .byte Fs4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N42 , Ds4 + .byte W12 + .byte MOD , 7 + .byte W30 + .byte 0 + .byte N04 , Dn4 + .byte W04 + .byte Ds4 + .byte W02 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N24 , Gs4 + .byte W14 + .byte MOD , 7 + .byte W10 + .byte 0 + .byte BEND , c_v+2 + .byte N08 , Dn1 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Dn1 , v112 + .byte W08 + .byte N04 , Ds1 , v076 + .byte W08 + .byte N04 + .byte W08 + .byte N12 , Ds1 , v112 + .byte W16 + .byte N04 + .byte W16 + .byte N08 , Ds2 + .byte W08 + .byte N04 , Dn1 + .byte W08 + .byte PATT + .word bgm_ooame_6_000 + .byte PATT + .word bgm_ooame_6_001 + .byte N08 , En1 , v112 + .byte W08 + .byte N04 , En1 , v056 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte En1 , v100 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte N02 , En1 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N24 + .byte W24 + .byte VOICE , 83 + .byte BEND , c_v+0 + .byte N16 , As3 + .byte W16 + .byte N04 , Cs4 + .byte W08 + .byte Cn4 + .byte W16 + .byte An3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs4 + .byte W16 + .byte An3 + .byte W08 + .byte As3 + .byte W08 + .byte N40 , Ds3 + .byte W12 + .byte MOD , 7 + .byte W28 + .byte 0 + .byte N04 , Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte N24 , Fs3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N24 , Gs3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N08 , Bn3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gs4 + .byte W16 + .byte Fs3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N42 , Ds3 + .byte W12 + .byte MOD , 7 + .byte W30 + .byte 0 + .byte N04 , Dn3 + .byte W04 + .byte Ds3 + .byte W02 + .byte N24 , Fs3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N24 , Gs3 + .byte W14 + .byte MOD , 7 + .byte W10 + .byte GOTO + .word bgm_ooame_6_B1 + .byte MOD , 0 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_ooame: + .byte 6 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_ooame_pri @ Priority + .byte bgm_ooame_rev @ Reverb. + + .word bgm_ooame_grp + + .word bgm_ooame_1 + .word bgm_ooame_2 + .word bgm_ooame_3 + .word bgm_ooame_4 + .word bgm_ooame_5 + .word bgm_ooame_6 + + .end diff --git a/sound/songs/bgm_p_school.s b/sound/songs/bgm_p_school.s new file mode 100644 index 000000000..1d40846a4 --- /dev/null +++ b/sound/songs/bgm_p_school.s @@ -0,0 +1,712 @@ + .include "MPlayDef.s" + + .equ bgm_p_school_grp, voicegroup_84473E8 + .equ bgm_p_school_pri, 0 + .equ bgm_p_school_rev, reverb_set+50 + .equ bgm_p_school_mvl, 127 + .equ bgm_p_school_key, 0 + .equ bgm_p_school_tbs, 1 + .equ bgm_p_school_exg, 0 + .equ bgm_p_school_cmp, 1 + + .section .rodata + .global bgm_p_school + .align 2 + +@********************** Track 1 **********************@ + +bgm_p_school_1: + .byte KEYSH , bgm_p_school_key+0 +bgm_p_school_1_B1: + .byte TEMPO , 116*bgm_p_school_tbs/2 + .byte VOICE , 1 + .byte LFOS , 44 + .byte VOL , 87*bgm_p_school_mvl/mxv + .byte PAN , c_v+4 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 96*bgm_p_school_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N06 , En3 , v064 + .byte W12 + .byte W60 + .byte Gn3 + .byte W24 + .byte N06 + .byte W12 + .byte W12 + .byte An3 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N18 , En3 + .byte W24 + .byte GOTO + .word bgm_p_school_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_p_school_2: + .byte VOL , 100*bgm_p_school_mvl/mxv + .byte KEYSH , bgm_p_school_key+0 +bgm_p_school_2_B1: + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte W96 + .byte W84 + .byte N06 , Fs4 , v064 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte N06 , Dn5 + .byte W12 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Fs4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N24 , Gn4 + .byte W24 + .byte N06 , Cs5 + .byte W12 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Gn4 + .byte W24 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W12 + .byte N03 + .byte W03 + .byte Bn4 + .byte W03 + .byte N06 , An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte N06 , Dn5 + .byte W12 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W12 + .byte N03 + .byte W03 + .byte An4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N24 , Gn4 + .byte W24 + .byte N06 , Cs5 + .byte W12 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte N06 + .byte W12 + .byte N03 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 + .byte W06 + .byte Dn5 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N06 , Bn4 + .byte W06 + .byte Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 + .byte W24 + .byte W12 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte An4 + .byte W24 + .byte Bn4 + .byte W12 + .byte En4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N48 , Cs5 + .byte W36 + .byte N06 , En3 + .byte W12 + .byte W12 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte Gn3 + .byte N06 , Bn4 + .byte W12 + .byte Cs5 + .byte W12 + .byte Gn3 + .byte N06 , Dn5 + .byte W12 + .byte Cs5 + .byte W24 + .byte Bn4 + .byte W12 + .byte N03 , Cs5 + .byte W03 + .byte Dn5 + .byte W03 + .byte N06 , Bn4 + .byte W06 + .byte N48 , An4 + .byte W48 + .byte W12 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N03 , Bn4 + .byte W03 + .byte Cs5 + .byte W03 + .byte N06 , Bn4 + .byte W06 + .byte An4 + .byte W12 + .byte Gs4 + .byte W12 + .byte An4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N48 , En5 + .byte W48 + .byte W12 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte N03 , Dn5 + .byte W03 + .byte En5 + .byte W03 + .byte N06 , Dn5 + .byte W06 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W12 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N18 , En5 + .byte W24 + .byte GOTO + .word bgm_p_school_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_p_school_3: + .byte VOL , 100*bgm_p_school_mvl/mxv + .byte KEYSH , bgm_p_school_key+0 +bgm_p_school_3_B1: + .byte VOICE , 1 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte N06 , Dn2 , v064 + .byte W12 + .byte An2 + .byte W12 + .byte An1 + .byte W12 + .byte An2 + .byte W12 + .byte Bn1 + .byte W12 + .byte An2 + .byte W12 + .byte Cs2 + .byte W12 + .byte An2 + .byte W12 +bgm_p_school_3_000: + .byte N06 , Dn2 , v064 + .byte W12 + .byte An2 + .byte W12 + .byte An1 + .byte W12 + .byte An2 + .byte W12 + .byte Bn1 + .byte W12 + .byte An2 + .byte W12 + .byte Cs2 + .byte W12 + .byte An2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_p_school_3_000 +bgm_p_school_3_001: + .byte N06 , En2 , v064 + .byte W12 + .byte Bn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs2 + .byte W12 + .byte Cs3 + .byte W12 + .byte An1 + .byte W12 + .byte Cs3 + .byte W12 + .byte PEND +bgm_p_school_3_002: + .byte N06 , Bn1 , v064 + .byte W12 + .byte Bn2 + .byte W12 + .byte As1 + .byte W12 + .byte Bn2 + .byte W12 + .byte An1 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Bn2 + .byte W12 + .byte PEND +bgm_p_school_3_003: + .byte N06 , Gn1 , v064 + .byte W12 + .byte Bn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Bn2 + .byte W12 + .byte An1 + .byte W12 + .byte Cs3 + .byte W12 + .byte An1 + .byte W12 + .byte Cs3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_p_school_3_000 + .byte PATT + .word bgm_p_school_3_001 + .byte PATT + .word bgm_p_school_3_002 + .byte PATT + .word bgm_p_school_3_003 +bgm_p_school_3_004: + .byte N06 , Gn2 , v064 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte Bn3 + .byte W12 + .byte PEND +bgm_p_school_3_005: + .byte N06 , An2 , v064 + .byte W12 + .byte En3 + .byte W12 + .byte En2 + .byte W12 + .byte En3 + .byte W12 + .byte An2 + .byte W12 + .byte En3 + .byte W12 + .byte An2 + .byte W12 + .byte Gs2 + .byte W12 + .byte PEND +bgm_p_school_3_006: + .byte N06 , Gn2 , v064 + .byte W12 + .byte Gn3 + .byte W12 + .byte En2 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gs2 + .byte W12 + .byte PEND + .byte An2 + .byte W12 + .byte An3 + .byte W12 + .byte En2 + .byte W12 + .byte An3 + .byte W12 + .byte An2 + .byte W12 + .byte An3 + .byte W12 + .byte En2 + .byte W12 + .byte An3 + .byte W12 + .byte PATT + .word bgm_p_school_3_004 + .byte PATT + .word bgm_p_school_3_005 + .byte PATT + .word bgm_p_school_3_006 + .byte N06 , An2 , v064 + .byte W24 + .byte En2 + .byte W24 + .byte An2 + .byte W24 + .byte N12 , An1 + .byte W12 + .byte Cs2 + .byte W12 + .byte GOTO + .word bgm_p_school_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_p_school_4: + .byte VOL , 100*bgm_p_school_mvl/mxv + .byte KEYSH , bgm_p_school_key+0 +bgm_p_school_4_B1: + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte W12 + .byte N06 , Fs3 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 +bgm_p_school_4_000: + .byte W12 + .byte N06 , Fs3 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_p_school_4_000 +bgm_p_school_4_001: + .byte W12 + .byte N06 , Gn3 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_p_school_4_000 +bgm_p_school_4_002: + .byte W12 + .byte N06 , Gn3 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte An3 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_p_school_4_000 + .byte PATT + .word bgm_p_school_4_001 + .byte PATT + .word bgm_p_school_4_000 + .byte PATT + .word bgm_p_school_4_002 +bgm_p_school_4_003: + .byte W12 + .byte N06 , Dn4 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND +bgm_p_school_4_004: + .byte W12 + .byte N06 , Cs4 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND +bgm_p_school_4_005: + .byte W12 + .byte N06 , Bn3 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_p_school_4_004 + .byte PATT + .word bgm_p_school_4_003 + .byte PATT + .word bgm_p_school_4_004 + .byte PATT + .word bgm_p_school_4_005 + .byte W12 + .byte N06 , Cs4 , v064 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N18 , An3 + .byte W24 + .byte GOTO + .word bgm_p_school_4_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_p_school: + .byte 4 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_p_school_pri @ Priority + .byte bgm_p_school_rev @ Reverb. + + .word bgm_p_school_grp + + .word bgm_p_school_1 + .word bgm_p_school_2 + .word bgm_p_school_3 + .word bgm_p_school_4 + + .end diff --git a/sound/songs/bgm_pcc.s b/sound/songs/bgm_pcc.s new file mode 100644 index 000000000..c9c8a96fd --- /dev/null +++ b/sound/songs/bgm_pcc.s @@ -0,0 +1,604 @@ + .include "MPlayDef.s" + + .equ bgm_pcc_grp, voicegroup_842FC88 + .equ bgm_pcc_pri, 0 + .equ bgm_pcc_rev, reverb_set+50 + .equ bgm_pcc_mvl, 127 + .equ bgm_pcc_key, 0 + .equ bgm_pcc_tbs, 1 + .equ bgm_pcc_exg, 0 + .equ bgm_pcc_cmp, 1 + + .section .rodata + .global bgm_pcc + .align 2 + +@********************** Track 1 **********************@ + +bgm_pcc_1: + .byte KEYSH , bgm_pcc_key+0 + .byte TEMPO , 120*bgm_pcc_tbs/2 + .byte VOICE , 1 + .byte VOL , 80*bgm_pcc_mvl/mxv + .byte N12 , En3 , v076 + .byte W12 + .byte Fn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Bn3 + .byte W24 +bgm_pcc_1_B1: +bgm_pcc_1_000: + .byte N11 , En3 , v076 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N12 , Gn3 + .byte W12 + .byte N11 , Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PEND +bgm_pcc_1_001: + .byte N11 , An3 , v076 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PEND + .byte N11 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte N12 , Gn3 + .byte W12 + .byte N11 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PATT + .word bgm_pcc_1_000 + .byte PATT + .word bgm_pcc_1_001 + .byte N11 , Gn3 , v076 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N23 , Bn3 + .byte W24 + .byte N11 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N23 , Cn3 + .byte W24 + .byte N11 , Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte N12 , En3 + .byte W12 + .byte N11 , Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte N23 , Dn3 + .byte W24 + .byte N11 , Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte N44 , Gn3 + .byte W48 + .byte N11 , Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte N23 , An3 + .byte W24 + .byte N11 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N23 , Bn3 + .byte W24 + .byte N11 , An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte N23 , Gn3 + .byte W24 + .byte N11 , Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte GOTO + .word bgm_pcc_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_pcc_2: + .byte KEYSH , bgm_pcc_key+0 + .byte VOICE , 32 + .byte VOL , 80*bgm_pcc_mvl/mxv + .byte W60 + .byte N12 , Gn1 , v112 + .byte W12 + .byte An1 + .byte W12 + .byte Bn1 + .byte W12 +bgm_pcc_2_B1: +bgm_pcc_2_000: + .byte N11 , Cn2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte Gn1 + .byte W12 + .byte En2 + .byte W12 + .byte Cn2 + .byte W12 + .byte En2 + .byte W12 + .byte Fn2 + .byte W12 + .byte En2 + .byte W12 + .byte PEND +bgm_pcc_2_001: + .byte N11 , Dn2 , v112 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W12 + .byte PEND +bgm_pcc_2_002: + .byte N11 , Dn2 , v112 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte PEND + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Gn2 + .byte W12 + .byte PATT + .word bgm_pcc_2_000 + .byte PATT + .word bgm_pcc_2_001 + .byte PATT + .word bgm_pcc_2_002 + .byte N11 , Cn2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte Gn1 + .byte W12 + .byte En2 + .byte W12 + .byte Cn2 + .byte W12 + .byte An2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fn2 + .byte W12 +bgm_pcc_2_003: + .byte N11 , En2 , v112 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte PEND +bgm_pcc_2_004: + .byte N11 , Fn2 , v112 + .byte W12 + .byte An2 + .byte W12 + .byte Cn2 + .byte W12 + .byte An2 + .byte W12 + .byte Fn2 + .byte W12 + .byte An2 + .byte W12 + .byte Cn2 + .byte W12 + .byte An2 + .byte W12 + .byte PEND +bgm_pcc_2_005: + .byte N11 , Dn2 , v112 + .byte W12 + .byte Fn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn2 + .byte W12 + .byte PEND + .byte PATT + .word bgm_pcc_2_003 + .byte PATT + .word bgm_pcc_2_003 + .byte PATT + .word bgm_pcc_2_004 + .byte PATT + .word bgm_pcc_2_005 + .byte N11 , En2 , v112 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte En2 + .byte W12 + .byte Fn2 + .byte W12 + .byte En2 + .byte W12 + .byte Dn2 + .byte W12 + .byte GOTO + .word bgm_pcc_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_pcc_3: + .byte KEYSH , bgm_pcc_key+0 + .byte VOICE , 48 + .byte VOL , 80*bgm_pcc_mvl/mxv + .byte N12 , Gn3 , v092 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N12 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Dn4 + .byte W24 +bgm_pcc_3_B1: +bgm_pcc_3_000: + .byte N11 , Cn4 , v092 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N23 , Gn4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N11 , En4 + .byte W12 + .byte PEND +bgm_pcc_3_001: + .byte N11 , Dn4 , v092 + .byte W12 + .byte N32 , Bn3 + .byte W36 + .byte VOICE , 1 + .byte N11 , Gn5 , v100 + .byte W12 + .byte N12 , Dn5 + .byte W12 + .byte N23 , Dn6 + .byte W24 + .byte PEND +bgm_pcc_3_002: + .byte VOICE , 48 + .byte N11 , Bn3 , v092 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte N23 , En4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N11 , Bn3 + .byte W12 + .byte PEND + .byte Cn4 + .byte W12 + .byte N32 , En4 + .byte W36 + .byte N11 , En3 + .byte W12 + .byte N12 , Fn3 + .byte W12 + .byte N11 , Dn3 + .byte W12 + .byte N12 , En3 + .byte W12 + .byte PATT + .word bgm_pcc_3_000 + .byte PATT + .word bgm_pcc_3_001 + .byte PATT + .word bgm_pcc_3_002 + .byte N44 , Cn4 , v092 + .byte W48 + .byte N11 , Gn3 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte N11 , Bn3 + .byte W12 + .byte N12 , Dn4 + .byte W12 +bgm_pcc_3_003: + .byte N44 , En4 , v092 + .byte W48 + .byte Gn4 + .byte W48 + .byte PEND + .byte N11 , Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte N44 , Dn4 + .byte W48 + .byte Bn3 + .byte W48 + .byte Dn4 + .byte W48 +bgm_pcc_3_004: + .byte N11 , En4 , v092 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N44 , Cn4 + .byte W48 + .byte PEND + .byte PATT + .word bgm_pcc_3_003 + .byte N11 , Fn4 , v092 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N44 , An4 + .byte W48 + .byte N23 , Gn4 + .byte W24 + .byte N11 , Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte N44 , Fn4 + .byte W48 + .byte PATT + .word bgm_pcc_3_004 + .byte GOTO + .word bgm_pcc_3_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_pcc: + .byte 3 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_pcc_pri @ Priority + .byte bgm_pcc_rev @ Reverb. + + .word bgm_pcc_grp + + .word bgm_pcc_1 + .word bgm_pcc_2 + .word bgm_pcc_3 + + .end diff --git a/sound/songs/bgm_pokecen.s b/sound/songs/bgm_pokecen.s new file mode 100644 index 000000000..6114b5ded --- /dev/null +++ b/sound/songs/bgm_pokecen.s @@ -0,0 +1,2331 @@ + .include "MPlayDef.s" + + .equ bgm_pokecen_grp, voicegroup_843A824 + .equ bgm_pokecen_pri, 0 + .equ bgm_pokecen_rev, reverb_set+50 + .equ bgm_pokecen_mvl, 127 + .equ bgm_pokecen_key, 0 + .equ bgm_pokecen_tbs, 1 + .equ bgm_pokecen_exg, 0 + .equ bgm_pokecen_cmp, 1 + + .section .rodata + .global bgm_pokecen + .align 2 + +@********************** Track 1 **********************@ + +bgm_pokecen_1: + .byte KEYSH , bgm_pokecen_key+0 + .byte TEMPO , 104*bgm_pokecen_tbs/2 + .byte VOICE , 2 + .byte PAN , c_v+0 + .byte VOL , 29*bgm_pokecen_mvl/mxv + .byte W96 +bgm_pokecen_1_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N12 , An3 , v112 + .byte W12 + .byte Fs3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Dn3 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte Gs3 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Cs3 , v100 + .byte W12 + .byte En3 , v096 + .byte W12 + .byte An2 + .byte W12 + .byte Gs2 + .byte W12 + .byte GOTO + .word bgm_pokecen_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_pokecen_2: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 73 + .byte VOL , 3*bgm_pokecen_mvl/mxv + .byte LFOS , 44 + .byte MOD , 1 + .byte PAN , c_v-7 + .byte N72 , En3 , v120 + .byte W03 + .byte VOL , 8*bgm_pokecen_mvl/mxv + .byte W02 + .byte 9*bgm_pokecen_mvl/mxv + .byte W07 + .byte 10*bgm_pokecen_mvl/mxv + .byte W02 + .byte 10*bgm_pokecen_mvl/mxv + .byte W03 + .byte 11*bgm_pokecen_mvl/mxv + .byte W03 + .byte 14*bgm_pokecen_mvl/mxv + .byte W04 + .byte 15*bgm_pokecen_mvl/mxv + .byte W02 + .byte 16*bgm_pokecen_mvl/mxv + .byte W03 + .byte 17*bgm_pokecen_mvl/mxv + .byte W03 + .byte 19*bgm_pokecen_mvl/mxv + .byte W04 + .byte 21*bgm_pokecen_mvl/mxv + .byte W02 + .byte 22*bgm_pokecen_mvl/mxv + .byte W03 + .byte 23*bgm_pokecen_mvl/mxv + .byte W03 + .byte 26*bgm_pokecen_mvl/mxv + .byte W04 + .byte 28*bgm_pokecen_mvl/mxv + .byte W02 + .byte 34*bgm_pokecen_mvl/mxv + .byte W03 + .byte 41*bgm_pokecen_mvl/mxv + .byte W03 + .byte 44*bgm_pokecen_mvl/mxv + .byte W01 + .byte 52*bgm_pokecen_mvl/mxv + .byte W03 + .byte 60*bgm_pokecen_mvl/mxv + .byte W02 + .byte 62*bgm_pokecen_mvl/mxv + .byte W01 + .byte 73*bgm_pokecen_mvl/mxv + .byte W02 + .byte 70*bgm_pokecen_mvl/mxv + .byte W01 + .byte 80*bgm_pokecen_mvl/mxv + .byte W02 + .byte 76*bgm_pokecen_mvl/mxv + .byte W01 + .byte 86*bgm_pokecen_mvl/mxv + .byte W03 + .byte 78*bgm_pokecen_mvl/mxv + .byte N02 , Gs3 , v112 + .byte W02 + .byte An3 + .byte W02 + .byte N08 , Gs3 + .byte W09 + .byte N06 , Fs3 + .byte W05 + .byte Gs3 + .byte W06 +bgm_pokecen_2_B1: + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W32 + .byte W01 + .byte N03 , Ds4 , v072 + .byte W03 + .byte N06 , En4 , v112 + .byte W12 + .byte En4 , v016 + .byte W12 + .byte En4 , v108 + .byte W12 + .byte N02 , Dn4 , v112 + .byte W02 + .byte En4 + .byte W02 + .byte N08 , Dn4 + .byte W09 + .byte N06 , Cs4 + .byte W05 + .byte An3 + .byte W06 + .byte Bn3 + .byte W12 + .byte N12 , Gs3 , v092 + .byte W06 + .byte MOD , 5 + .byte W06 + .byte 1 + .byte N12 , Gs3 , v016 + .byte W48 + .byte N06 , Fs3 , v112 + .byte W12 + .byte Gn3 + .byte W12 + .byte W32 + .byte W01 + .byte N03 , Cn4 , v068 + .byte W03 + .byte N06 , Cs4 , v112 + .byte W12 + .byte Cs4 , v016 + .byte W12 + .byte Bn3 , v112 + .byte W12 + .byte Bn3 , v016 + .byte W12 + .byte Gs3 , v112 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , Cs4 + .byte W06 + .byte MOD , 5 + .byte W18 + .byte 1 + .byte N06 , En3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W09 + .byte N03 , As3 , v076 + .byte W03 + .byte N06 , An3 , v112 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W32 + .byte W01 + .byte N03 , Ds5 , v072 + .byte W03 + .byte N06 , En5 , v112 + .byte W12 + .byte En5 , v016 + .byte W12 + .byte Dn5 , v092 + .byte W12 + .byte Dn5 , v016 + .byte W12 + .byte Cs5 , v092 + .byte W12 + .byte Bn4 , v112 + .byte W12 + .byte N12 , Gs4 , v092 + .byte W12 + .byte MOD , 1 + .byte N12 , Gs4 , v016 + .byte W48 + .byte N02 , Bn4 , v112 + .byte W02 + .byte Cs5 + .byte W02 + .byte N08 , Bn4 + .byte W09 + .byte N06 , As4 + .byte W05 + .byte Bn4 + .byte W06 + .byte Gs4 + .byte W24 + .byte N06 + .byte W09 + .byte N03 , Cn5 , v068 + .byte W03 + .byte N06 , Cs5 , v112 + .byte W12 + .byte Cs5 , v016 + .byte W12 + .byte Bn4 , v112 + .byte W12 + .byte Bn4 , v016 + .byte W12 + .byte Gs4 , v112 + .byte W12 + .byte N24 , An3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte N03 , Gs3 , v064 + .byte W03 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte MOD , 1 + .byte N24 , En4 , v088 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte N03 , Fn4 , v064 + .byte W03 + .byte Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte An4 , v068 + .byte W03 + .byte As4 , v076 + .byte W03 + .byte Bn4 , v080 + .byte W03 + .byte Cn5 , v092 + .byte W03 + .byte MOD , 1 + .byte VOL , 69*bgm_pokecen_mvl/mxv + .byte PAN , c_v-2 + .byte N48 , Cs5 , v112 + .byte W36 + .byte MOD , 7 + .byte W12 + .byte 2 + .byte N36 , En5 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte N12 , Dn5 + .byte W12 + .byte En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W18 + .byte N06 , Gs4 + .byte W06 + .byte N02 , Cs5 + .byte W02 + .byte Dn5 + .byte W02 + .byte N08 , Cs5 + .byte W09 + .byte N06 , Bn4 + .byte W05 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte En4 + .byte W12 + .byte N06 + .byte W06 + .byte Bn4 + .byte W06 + .byte En4 + .byte W12 + .byte N06 + .byte W06 + .byte Dn5 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Dn5 + .byte W12 + .byte N09 , Gs4 + .byte W09 + .byte N03 , Cn5 + .byte W03 + .byte N12 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 , An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte N02 , En5 + .byte W02 + .byte Fs5 + .byte W02 + .byte N08 , En5 + .byte W09 + .byte N06 , Cs5 + .byte W05 + .byte Bn4 + .byte W06 + .byte VOL , 69*bgm_pokecen_mvl/mxv + .byte W06 + .byte N06 , En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gs5 + .byte W06 + .byte VOL , 60*bgm_pokecen_mvl/mxv + .byte N06 , An5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte VOL , 81*bgm_pokecen_mvl/mxv + .byte N03 , Ds5 , v096 + .byte W03 + .byte N21 , En5 + .byte W09 + .byte MOD , 6 + .byte W12 + .byte 1 + .byte N12 , Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N48 , Dn5 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 1 + .byte N12 , Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte Bn4 + .byte W12 + .byte VOL , 23*bgm_pokecen_mvl/mxv + .byte N24 , An4 + .byte W03 + .byte VOL , 28*bgm_pokecen_mvl/mxv + .byte W03 + .byte 32*bgm_pokecen_mvl/mxv + .byte W03 + .byte 40*bgm_pokecen_mvl/mxv + .byte W03 + .byte 47*bgm_pokecen_mvl/mxv + .byte MOD , 6 + .byte W03 + .byte VOL , 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 69*bgm_pokecen_mvl/mxv + .byte W03 + .byte 77*bgm_pokecen_mvl/mxv + .byte W03 + .byte MOD , 1 + .byte N02 , Gs4 + .byte W02 + .byte An4 + .byte W02 + .byte N08 , Gs4 + .byte W09 + .byte N06 , Fs4 + .byte W05 + .byte Gs4 + .byte W06 + .byte GOTO + .word bgm_pokecen_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_pokecen_3: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 45 + .byte PAN , c_v-32 + .byte VOL , 79*bgm_pokecen_mvl/mxv + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte LFOS , 44 + .byte W96 +bgm_pokecen_3_B1: + .byte N06 , An3 , v092 + .byte W06 + .byte En3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 , v112 + .byte W12 + .byte Cs4 , v020 + .byte W60 + .byte W12 + .byte Dn4 , v112 + .byte W12 + .byte Dn4 , v016 + .byte W12 + .byte Bn3 , v112 + .byte W12 + .byte Gs3 + .byte W12 + .byte En3 + .byte W06 + .byte Bn2 + .byte W30 + .byte Gs3 , v092 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 , v112 + .byte W12 + .byte Gs3 , v016 + .byte W60 + .byte VOL , 75*bgm_pokecen_mvl/mxv + .byte W12 + .byte N06 , En4 , v112 + .byte W12 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W12 + .byte An4 + .byte W12 + .byte Gs4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W12 + .byte Gs4 + .byte W12 + .byte VOL , 67*bgm_pokecen_mvl/mxv + .byte N06 , An3 , v092 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte Gs3 , v092 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W12 + .byte An4 , v016 + .byte W12 + .byte En5 , v100 + .byte W12 + .byte En5 , v016 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte W12 + .byte Gs4 + .byte W12 + .byte Gs4 , v016 + .byte W12 + .byte En4 , v112 + .byte W12 + .byte Dn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte As3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gs3 , v092 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 , v112 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gs4 + .byte W12 + .byte Gs4 , v016 + .byte W12 + .byte Dn5 , v112 + .byte W12 + .byte Dn5 , v016 + .byte W12 + .byte Bn4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte An4 , v016 + .byte W84 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_pokecen_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_pokecen_4: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte VOL , 82*bgm_pokecen_mvl/mxv + .byte PAN , c_v-32 + .byte W96 +bgm_pokecen_4_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W72 + .byte N06 , Cs3 , v056 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N03 , Dn3 , v048 + .byte W03 + .byte N32 , Cs3 , v056 + .byte W21 + .byte VOL , 78*bgm_pokecen_mvl/mxv + .byte W02 + .byte 70*bgm_pokecen_mvl/mxv + .byte W03 + .byte 62*bgm_pokecen_mvl/mxv + .byte W03 + .byte 60*bgm_pokecen_mvl/mxv + .byte W04 + .byte 82*bgm_pokecen_mvl/mxv + .byte N12 , En2 + .byte W12 + .byte An2 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte N36 , Dn3 + .byte W24 + .byte VOL , 78*bgm_pokecen_mvl/mxv + .byte W02 + .byte 70*bgm_pokecen_mvl/mxv + .byte W03 + .byte 62*bgm_pokecen_mvl/mxv + .byte W03 + .byte 60*bgm_pokecen_mvl/mxv + .byte W04 + .byte 82*bgm_pokecen_mvl/mxv + .byte N12 , Bn2 + .byte W12 + .byte N02 , Gs2 + .byte W02 + .byte An2 + .byte W02 + .byte N08 , Gs2 + .byte W09 + .byte N06 , Gn2 + .byte W05 + .byte Gs2 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte En2 + .byte W12 + .byte N03 , Cn3 , v048 + .byte W03 + .byte N32 , Bn2 , v056 + .byte W21 + .byte VOL , 78*bgm_pokecen_mvl/mxv + .byte W02 + .byte 70*bgm_pokecen_mvl/mxv + .byte W03 + .byte 62*bgm_pokecen_mvl/mxv + .byte W03 + .byte 60*bgm_pokecen_mvl/mxv + .byte W04 + .byte 82*bgm_pokecen_mvl/mxv + .byte N12 , Gs2 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 , v060 + .byte W12 + .byte Fs3 , v064 + .byte W12 + .byte Gs3 , v068 + .byte W12 + .byte PAN , c_v-44 + .byte VOL , 57*bgm_pokecen_mvl/mxv + .byte N06 , Dn4 , v064 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOL , 49*bgm_pokecen_mvl/mxv + .byte N06 , Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte En4 , v096 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte En4 , v096 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte En4 , v096 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Bn3 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte Gs3 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte Bn3 , v096 + .byte W06 + .byte Dn3 , v064 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn3 , v096 + .byte W06 + .byte Dn3 , v064 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte An3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Bn3 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte An3 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Fs3 + .byte W06 + .byte En3 + .byte W06 + .byte En4 , v096 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte En4 , v096 + .byte W06 + .byte Gs3 , v064 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte En4 , v096 + .byte W06 + .byte Fs3 , v064 + .byte W06 + .byte Fs4 , v096 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs4 , v096 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte En4 , v096 + .byte W06 + .byte Dn3 , v064 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte Dn3 , v064 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte Dn3 , v064 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte An3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Cs4 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Bn3 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte An3 , v096 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W06 + .byte VOL , 81*bgm_pokecen_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte GOTO + .word bgm_pokecen_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_pokecen_5: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte MOD , 2 + .byte XCMD , xIECV , 12 + .byte xIECL , 8 + .byte N03 , Cs5 , v068 + .byte W06 + .byte Cs5 , v016 + .byte W06 + .byte En5 , v068 + .byte W06 + .byte En5 , v016 + .byte W06 + .byte An4 , v068 + .byte W06 + .byte An4 , v020 + .byte W06 + .byte Gs4 , v068 + .byte W06 + .byte Gs4 , v016 + .byte W06 + .byte Fs4 , v068 + .byte W06 + .byte Fs4 , v016 + .byte W06 + .byte Gs4 , v068 + .byte W06 + .byte Gs4 , v016 + .byte W06 + .byte An4 , v068 + .byte W06 + .byte An4 , v016 + .byte W06 + .byte Bn4 , v068 + .byte W06 + .byte Bn4 , v016 + .byte W06 +bgm_pokecen_5_B1: + .byte W96 + .byte VOICE , 4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 46*bgm_pokecen_mvl/mxv + .byte N48 , En3 , v076 + .byte W48 + .byte N24 , An3 , v088 + .byte W24 + .byte N04 , Dn3 , v112 + .byte W04 + .byte En3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Gs3 + .byte W04 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte PAN , c_v+63 + .byte N48 , Cs4 + .byte W24 + .byte MOD , 10 + .byte W24 + .byte 2 + .byte N36 , En4 + .byte W24 + .byte MOD , 10 + .byte W12 + .byte 2 + .byte N06 , Cn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W18 + .byte N06 , Gs3 + .byte W06 + .byte N02 , Cs4 + .byte W02 + .byte Dn4 + .byte W02 + .byte N08 , Cs4 + .byte W09 + .byte N06 , Bn3 + .byte W05 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte En3 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Bn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N12 , Bn3 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N02 , En4 + .byte W02 + .byte Fs4 + .byte W02 + .byte N08 , En4 + .byte W09 + .byte N06 , Cs4 + .byte W05 + .byte Bn3 + .byte W06 + .byte N48 , Cs4 + .byte W24 + .byte MOD , 11 + .byte W24 + .byte 2 + .byte N48 , En4 + .byte W24 + .byte MOD , 11 + .byte W24 + .byte 2 + .byte N06 , Dn4 + .byte W06 + .byte Fs3 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fs3 + .byte W06 + .byte En4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs4 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Dn4 + .byte W06 + .byte An3 + .byte W06 + .byte Fs4 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte N21 , Gs4 + .byte W09 + .byte MOD , 8 + .byte W12 + .byte 2 + .byte N12 , Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte VOL , 34*bgm_pokecen_mvl/mxv + .byte N24 , An4 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 2 + .byte N24 , Gs4 + .byte W12 + .byte MOD , 11 + .byte W12 + .byte 2 + .byte N12 , En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N24 , Cs4 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 2 + .byte W24 + .byte GOTO + .word bgm_pokecen_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_pokecen_6: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 3 + .byte PAN , c_v-63 + .byte VOL , 69*bgm_pokecen_mvl/mxv + .byte N03 , En4 , v096 + .byte W06 + .byte En4 , v016 + .byte W06 + .byte An4 , v080 + .byte W06 + .byte An4 , v016 + .byte W06 + .byte Cs4 , v064 + .byte W06 + .byte Cs4 , v020 + .byte W06 + .byte Bn3 , v064 + .byte W06 + .byte Bn3 , v016 + .byte W06 + .byte An3 , v064 + .byte W06 + .byte An3 , v016 + .byte W06 + .byte Bn3 , v064 + .byte W06 + .byte Bn3 , v016 + .byte W06 + .byte Cs4 , v072 + .byte W06 + .byte Cs4 , v016 + .byte W06 + .byte En4 , v080 + .byte W06 + .byte En4 , v016 + .byte W06 +bgm_pokecen_6_B1: + .byte VOL , 69*bgm_pokecen_mvl/mxv + .byte N06 , An4 , v068 + .byte W06 + .byte En4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte Cs5 + .byte W06 + .byte VOICE , 6 + .byte PAN , c_v+63 + .byte W03 + .byte N03 , Ds5 + .byte W03 + .byte N06 , En5 + .byte W12 + .byte En5 , v016 + .byte W12 + .byte En5 , v064 + .byte W12 + .byte N02 , Dn5 , v068 + .byte W02 + .byte En5 + .byte W02 + .byte N08 , Dn5 + .byte W09 + .byte N06 , Cs5 + .byte W05 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v-63 + .byte W03 + .byte VOICE , 3 + .byte W03 + .byte N06 , Dn5 + .byte W12 + .byte Dn5 , v016 + .byte W12 + .byte Bn4 , v068 + .byte W12 + .byte Gs4 + .byte W12 + .byte En4 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOICE , 6 + .byte PAN , c_v+63 + .byte N06 , Fs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte VOICE , 3 + .byte PAN , c_v-63 + .byte N06 , Gs4 + .byte W06 + .byte Bn3 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte VOICE , 6 + .byte PAN , c_v+63 + .byte W03 + .byte N03 , Cn5 + .byte W03 + .byte N06 , Cs5 + .byte W12 + .byte Cs5 , v016 + .byte W12 + .byte Bn4 , v068 + .byte W12 + .byte Bn4 , v016 + .byte W12 + .byte Gs4 , v068 + .byte W12 + .byte An4 + .byte W12 + .byte VOICE , 3 + .byte PAN , c_v+0 + .byte N24 , Cs5 + .byte W36 + .byte VOL , 57*bgm_pokecen_mvl/mxv + .byte W21 + .byte N03 , As4 , v096 + .byte W03 + .byte N06 , An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte VOL , 44*bgm_pokecen_mvl/mxv + .byte N06 , An3 + .byte W06 + .byte En3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W09 + .byte N03 , Ds4 + .byte W03 + .byte N06 , En4 + .byte W12 + .byte En4 , v016 + .byte W12 + .byte Dn4 , v096 + .byte W12 + .byte Dn4 , v016 + .byte W12 + .byte Cs4 , v096 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Dn4 , v016 + .byte W12 + .byte Bn3 , v096 + .byte W12 + .byte Gs3 + .byte W12 + .byte En3 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W12 + .byte Gs3 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Gs3 + .byte W09 + .byte N03 , Cn4 + .byte W03 + .byte N06 , Cs4 + .byte W12 + .byte Cs4 , v016 + .byte W12 + .byte Bn3 , v096 + .byte W12 + .byte Bn3 , v016 + .byte W12 + .byte Gs3 , v096 + .byte W12 + .byte N12 , An3 , v112 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte An3 , v096 + .byte W12 + .byte Bn3 , v112 + .byte W12 + .byte N04 , Cs4 , v080 + .byte W04 + .byte Dn4 , v084 + .byte W04 + .byte En4 , v092 + .byte W04 + .byte Fs4 , v096 + .byte W04 + .byte Gs4 , v100 + .byte W04 + .byte An4 , v108 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_pokecen_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_pokecen_7: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 5 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte W96 +bgm_pokecen_7_B1: +bgm_pokecen_7_000: + .byte N06 , An1 , v127 + .byte W06 + .byte An1 , v036 + .byte W30 + .byte N03 , An1 , v127 + .byte W06 + .byte En1 + .byte W18 + .byte N06 , En2 + .byte W06 + .byte En2 , v036 + .byte W18 + .byte An1 , v127 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte PEND +bgm_pokecen_7_001: + .byte N06 , Bn1 , v127 + .byte W06 + .byte Bn1 , v036 + .byte W30 + .byte N03 , Bn1 , v127 + .byte W06 + .byte En1 + .byte W18 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W18 + .byte En1 , v127 + .byte W06 + .byte Fs1 + .byte W06 + .byte PEND + .byte Bn1 + .byte W06 + .byte Bn1 , v036 + .byte W30 + .byte N03 , Bn1 , v127 + .byte W06 + .byte Gs1 + .byte W18 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W18 + .byte Gs1 , v127 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte An1 , v127 + .byte W06 + .byte An1 , v036 + .byte W30 + .byte N03 , An1 , v127 + .byte W06 + .byte En1 + .byte W06 + .byte An1 + .byte W06 + .byte En1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte Cs2 , v036 + .byte W18 + .byte Cs2 , v127 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte PATT + .word bgm_pokecen_7_000 + .byte PATT + .word bgm_pokecen_7_001 + .byte N06 , Bn1 , v127 + .byte W06 + .byte Bn1 , v036 + .byte W30 + .byte N03 , Bn1 , v127 + .byte W06 + .byte Gs1 + .byte W18 + .byte N06 , Dn2 + .byte W06 + .byte Dn2 , v036 + .byte W18 + .byte Dn2 , v127 + .byte W06 + .byte Dn2 , v036 + .byte W06 + .byte An1 , v127 + .byte W06 + .byte An1 , v036 + .byte W30 + .byte N03 , An1 , v127 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En1 + .byte W06 + .byte N06 , En2 + .byte W06 + .byte En2 , v036 + .byte W18 + .byte En2 , v127 + .byte W06 + .byte Gs1 + .byte W06 + .byte N24 , An1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , An1 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N03 , En1 , v127 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cs2 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , Cs2 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N06 , An1 , v127 + .byte W12 + .byte N24 , Dn2 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , Dn2 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N03 , An1 , v127 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte N03 , En2 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte Fs1 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte Gn1 , v127 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte N24 , Gs1 , v127 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , Gs1 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N03 , En1 , v127 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Bn1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 92*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N24 , Gs1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 92*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N24 , An1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , An1 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N03 , An1 , v127 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , En2 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte Fs1 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte Gs1 , v127 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte N24 , An1 , v127 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , An1 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N03 , En1 , v127 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cs2 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , Cs2 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N03 , An1 , v127 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Bn1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , Bn1 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N06 , En1 , v127 + .byte W12 + .byte Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W12 + .byte N06 , Dn1 + .byte W06 + .byte Fs1 + .byte W12 + .byte An1 + .byte W12 + .byte N24 , Gs1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N06 , Gs1 , v036 + .byte W09 + .byte VOL , 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N06 , En1 , v127 + .byte W12 + .byte N24 , Bn1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 92*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N24 , Gs1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 92*bgm_pokecen_mvl/mxv + .byte MOD , 0 + .byte N12 , An1 + .byte W06 + .byte VOL , 87*bgm_pokecen_mvl/mxv + .byte W03 + .byte 81*bgm_pokecen_mvl/mxv + .byte W03 + .byte 75*bgm_pokecen_mvl/mxv + .byte N06 , An1 , v036 + .byte W03 + .byte VOL , 68*bgm_pokecen_mvl/mxv + .byte W03 + .byte 63*bgm_pokecen_mvl/mxv + .byte W03 + .byte 57*bgm_pokecen_mvl/mxv + .byte W03 + .byte 52*bgm_pokecen_mvl/mxv + .byte W09 + .byte 92*bgm_pokecen_mvl/mxv + .byte W03 + .byte N03 , An1 , v127 + .byte W06 + .byte En1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte N03 , En2 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte Fs1 + .byte W06 + .byte Fs1 , v036 + .byte W06 + .byte Gs1 , v127 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte GOTO + .word bgm_pokecen_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_pokecen_8: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 45 + .byte VOL , 75*bgm_pokecen_mvl/mxv + .byte W96 +bgm_pokecen_8_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W12 + .byte N06 , Gs3 , v112 + .byte W12 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_pokecen_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_pokecen_9: + .byte KEYSH , bgm_pokecen_key+0 + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte VOL , 37*bgm_pokecen_mvl/mxv + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v080 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v080 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v088 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte N01 + .byte W04 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v088 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte N01 + .byte W04 + .byte Fn3 , v096 + .byte W06 + .byte Gs4 , v112 + .byte W06 +bgm_pokecen_9_B1: +bgm_pokecen_9_000: + .byte N01 , Gn4 , v112 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v084 + .byte W12 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v080 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_pokecen_9_000 + .byte PATT + .word bgm_pokecen_9_000 + .byte N01 , Gn4 , v112 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v088 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte N01 + .byte W04 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte PATT + .word bgm_pokecen_9_000 + .byte N01 , Gn4 , v112 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v088 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte N01 + .byte W04 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N01 , Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte PATT + .word bgm_pokecen_9_000 + .byte N01 , Gn4 , v112 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v084 + .byte W12 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v088 + .byte W04 + .byte Gn4 , v064 + .byte W04 + .byte N01 + .byte W04 + .byte N06 , Gs4 , v112 + .byte W06 + .byte N06 + .byte W06 +bgm_pokecen_9_001: + .byte N01 , Gn4 , v112 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_pokecen_9_001 + .byte PATT + .word bgm_pokecen_9_001 + .byte PATT + .word bgm_pokecen_9_001 + .byte PATT + .word bgm_pokecen_9_001 + .byte PATT + .word bgm_pokecen_9_001 + .byte N12 , Gs4 , v112 + .byte W36 + .byte N01 , Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v088 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N12 + .byte W48 + .byte N12 + .byte W12 + .byte N01 , Gn4 , v084 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte N12 , Gs4 , v112 + .byte W12 + .byte N01 , Gn4 , v080 + .byte W06 + .byte Gn4 , v064 + .byte W06 + .byte GOTO + .word bgm_pokecen_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_pokecen: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_pokecen_pri @ Priority + .byte bgm_pokecen_rev @ Reverb. + + .word bgm_pokecen_grp + + .word bgm_pokecen_1 + .word bgm_pokecen_2 + .word bgm_pokecen_3 + .word bgm_pokecen_4 + .word bgm_pokecen_5 + .word bgm_pokecen_6 + .word bgm_pokecen_7 + .word bgm_pokecen_8 + .word bgm_pokecen_9 + + .end diff --git a/sound/songs/bgm_rainbow.s b/sound/songs/bgm_rainbow.s new file mode 100644 index 000000000..3654f964b --- /dev/null +++ b/sound/songs/bgm_rainbow.s @@ -0,0 +1,2827 @@ + .include "MPlayDef.s" + + .equ bgm_rainbow_grp, voicegroup_84425E8 + .equ bgm_rainbow_pri, 0 + .equ bgm_rainbow_rev, reverb_set+50 + .equ bgm_rainbow_mvl, 127 + .equ bgm_rainbow_key, 0 + .equ bgm_rainbow_tbs, 1 + .equ bgm_rainbow_exg, 0 + .equ bgm_rainbow_cmp, 1 + + .section .rodata + .global bgm_rainbow + .align 2 + +@********************** Track 1 **********************@ + +bgm_rainbow_1: + .byte KEYSH , bgm_rainbow_key+0 + .byte TEMPO , 128*bgm_rainbow_tbs/2 + .byte VOICE , 24 + .byte LFOS , 44 + .byte PAN , c_v+30 + .byte VOL , 59*bgm_rainbow_mvl/mxv + .byte N04 , Gn2 , v112 + .byte W04 + .byte As2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte N08 , Gn3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte N08 , Gn3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte N04 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N08 + .byte W08 + .byte Ds3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N08 , Cn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N08 , Cn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N08 , Cn3 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N40 , Ds3 + .byte W40 + .byte N08 , En3 + .byte W08 + .byte N24 , Fn3 + .byte W24 + .byte Fn2 + .byte W24 +bgm_rainbow_1_B1: + .byte N20 , As2 , v112 + .byte W24 + .byte N24 , Fn2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N16 , As2 + .byte W16 + .byte N32 , Cn3 + .byte W08 + .byte W24 + .byte N24 , An2 + .byte W24 + .byte Ds3 + .byte W24 + .byte N16 , Cn3 + .byte W16 + .byte N08 , Cs3 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte As2 + .byte W24 + .byte N16 , Fn3 + .byte W16 + .byte N04 , En3 , v080 + .byte W04 + .byte Ds3 + .byte W04 + .byte N24 , Dn3 , v112 + .byte W24 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cn3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte N16 , Cn3 + .byte W16 + .byte N04 , Gn2 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte N24 , Ds3 + .byte W24 + .byte As2 + .byte W24 + .byte Fs3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Dn3 + .byte W24 + .byte N04 , As2 + .byte W16 + .byte N08 , Dn3 + .byte W08 + .byte N24 , Fn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte En3 + .byte W24 + .byte Cn3 + .byte W24 + .byte N16 , As2 + .byte W16 + .byte N20 , En3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N32 , Fn3 + .byte W32 + .byte N24 , Ds3 + .byte W24 + .byte N72 , As2 + .byte W80 + .byte N04 , Dn3 + .byte W08 + .byte As2 + .byte W08 + .byte N40 , Cn3 + .byte W40 + .byte N04 , Fn2 + .byte W08 + .byte N24 + .byte W24 + .byte An2 + .byte W24 + .byte N72 , Dn3 + .byte W72 + .byte N04 , As2 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N40 , Bn2 + .byte W40 + .byte N04 , Gn2 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Fn2 + .byte W08 + .byte N16 , Ds2 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte N48 , Ds2 + .byte W48 + .byte N24 , Fs2 + .byte W24 + .byte As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N04 , Fn3 + .byte W16 + .byte N24 , As2 + .byte W24 + .byte N04 , Cn3 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte N40 , En3 + .byte W40 + .byte N04 , Cn3 + .byte W08 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte Gn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cn3 + .byte W08 + .byte Ds3 + .byte W16 + .byte N32 , Fn2 + .byte W32 + .byte N04 , Cn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte N64 , As3 + .byte W64 + .byte N04 , Gs3 + .byte W24 + .byte Fs3 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte N24 , Fs3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte N16 , Gs3 + .byte W16 + .byte N24 , Cn3 + .byte W24 + .byte N56 , Cn4 + .byte W56 + .byte N08 , Gs4 + .byte W08 + .byte N04 , As4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N08 , Fn4 + .byte W08 + .byte N04 , Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N64 , As3 + .byte W64 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte N16 , An3 + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Cs4 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , Fs3 + .byte W24 + .byte Fn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte N48 , Gs3 + .byte W48 + .byte N24 , Cn3 + .byte W24 + .byte Fs3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Bn2 + .byte W24 + .byte N32 , As3 + .byte W32 + .byte N04 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N24 , As3 + .byte W24 + .byte N04 , Fs3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Bn3 + .byte W04 + .byte An3 + .byte W04 + .byte Fs3 + .byte W24 + .byte N16 , Ds3 + .byte W16 + .byte N24 , Fs3 + .byte W24 + .byte N08 , Ds3 + .byte W08 + .byte N32 , Cn4 + .byte W32 + .byte N04 , Cs4 + .byte W08 + .byte Cn4 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N24 , Cn4 + .byte W24 + .byte N04 , Bn3 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N04 , Cn4 + .byte W04 + .byte As3 + .byte W04 + .byte N24 , Gs3 + .byte W24 + .byte As3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N16 , As3 + .byte W16 + .byte N04 , Gs3 + .byte W24 + .byte N56 , Fs3 + .byte W56 + .byte N16 , An3 + .byte W16 + .byte N04 , Gs3 + .byte W24 + .byte N08 , Fs3 + .byte W24 + .byte N04 + .byte W08 + .byte N12 , An3 + .byte W12 + .byte N04 , As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N48 , Cs4 + .byte W48 + .byte Cn4 + .byte W48 + .byte As3 + .byte W48 + .byte Cn4 + .byte W48 + .byte GOTO + .word bgm_rainbow_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_rainbow_2: + .byte KEYSH , bgm_rainbow_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 81*bgm_rainbow_mvl/mxv + .byte N04 , Fn3 , v112 + .byte W04 + .byte Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte As3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte TIE , Dn4 + .byte W96 + .byte W40 + .byte EOT + .byte N24 , Cn4 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N48 , An3 + .byte W48 + .byte As3 + .byte W48 + .byte Bn3 + .byte W48 + .byte Cn4 + .byte W48 +bgm_rainbow_2_B1: +bgm_rainbow_2_000: + .byte N16 , Dn4 , v112 + .byte W16 + .byte N04 , Ds4 + .byte W08 + .byte Fn4 + .byte W16 + .byte N24 + .byte W24 + .byte N04 , Ds4 + .byte W08 + .byte Dn4 + .byte W16 + .byte TIE , Cn4 + .byte W08 + .byte PEND + .byte W96 + .byte EOT +bgm_rainbow_2_001: + .byte N16 , Dn4 , v112 + .byte W16 + .byte N04 , Ds4 + .byte W08 + .byte Fn4 + .byte W16 + .byte N24 , As4 + .byte W24 + .byte N04 , Fn4 + .byte W08 + .byte Ds4 + .byte W16 + .byte Dn4 + .byte W08 + .byte PEND +bgm_rainbow_2_002: + .byte N16 , Cn4 , v112 + .byte W16 + .byte N04 , Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte N24 , Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte PEND +bgm_rainbow_2_003: + .byte N48 , As3 , v112 + .byte W48 + .byte N24 , Cn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte PEND + .byte Dn4 + .byte W24 + .byte N04 , Fn4 + .byte W16 + .byte N24 , As3 + .byte W24 + .byte N04 , An3 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte N64 , Cn4 + .byte W64 + .byte N20 , As3 + .byte W32 + .byte N16 + .byte W16 + .byte N04 , An3 + .byte W08 + .byte As3 + .byte W16 + .byte N56 , Cn4 + .byte W56 + .byte PATT + .word bgm_rainbow_2_000 + .byte W96 + .byte EOT , Cn4 + .byte PATT + .word bgm_rainbow_2_001 + .byte PATT + .word bgm_rainbow_2_002 + .byte PATT + .word bgm_rainbow_2_003 + .byte N24 , Dn4 , v112 + .byte W24 + .byte N04 , Fn4 + .byte W16 + .byte N24 , As4 + .byte W24 + .byte N04 , Gn4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte N64 , As3 + .byte W64 + .byte N20 , Cn4 + .byte W32 + .byte N16 , As3 + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte Fs3 + .byte W16 + .byte N32 , Fn3 + .byte W32 + .byte N04 , Gn3 + .byte W04 + .byte An3 + .byte W04 + .byte As3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N64 , Fn4 + .byte W64 + .byte N04 , Ds4 + .byte W24 + .byte Cs4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N04 , Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte Cn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte N16 , Ds4 + .byte W16 + .byte N04 , Gs3 + .byte W24 + .byte N56 , Gs4 + .byte W56 + .byte W72 + .byte N04 , Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N64 , Fn4 + .byte W64 + .byte N04 , Fs4 + .byte W24 + .byte Fn4 + .byte W08 + .byte N24 , Fs4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Fn4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Ds4 + .byte W24 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N48 , Fn4 + .byte W48 + .byte N24 , Gs3 + .byte W24 + .byte As3 + .byte W24 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N64 , Fn4 + .byte W64 + .byte N24 , Ds4 + .byte W24 + .byte N04 , Cs4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N04 , Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W24 + .byte N24 , Cn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte N60 , Gs4 + .byte W64 + .byte N04 , Fs4 + .byte W24 + .byte Fn4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N24 , Fn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N72 , As4 + .byte W72 + .byte N04 , Fs4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Ds4 + .byte W24 + .byte N08 , Cs4 + .byte W24 + .byte N04 , Cn4 + .byte W08 + .byte N12 , Cs4 + .byte W12 + .byte N04 , Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte TIE , Gs4 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_rainbow_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_rainbow_3: + .byte KEYSH , bgm_rainbow_key+0 + .byte VOICE , 35 + .byte BENDR , 12 + .byte LFOS , 44 + .byte VOL , 86*bgm_rainbow_mvl/mxv + .byte PAN , c_v+0 + .byte W24 + .byte N04 , Cn1 , v096 + .byte W16 + .byte Cn1 , v088 + .byte W08 + .byte Cn2 , v112 + .byte W16 + .byte Cn1 , v084 + .byte W08 + .byte Cn1 , v096 + .byte W16 + .byte Cn1 , v088 + .byte W08 + .byte Cn1 , v112 + .byte W08 + .byte Gn1 + .byte W08 + .byte Cn2 , v084 + .byte W08 + .byte Cn1 , v096 + .byte W16 + .byte Cn1 , v088 + .byte W08 + .byte Cn2 , v112 + .byte W16 + .byte Cn1 , v084 + .byte W08 + .byte Cn1 , v096 + .byte W16 + .byte Cn1 , v088 + .byte W08 + .byte Cn1 , v112 + .byte W08 + .byte Dn1 + .byte W08 + .byte En1 , v084 + .byte W08 + .byte Fn1 , v096 + .byte W08 + .byte Fn2 , v112 + .byte W08 + .byte Fn1 , v088 + .byte W08 + .byte N16 , Fn2 , v112 + .byte W16 + .byte N04 , Fn1 , v084 + .byte W08 + .byte N12 , Fn1 , v096 + .byte W16 + .byte N04 , Fn1 , v088 + .byte W08 + .byte Fn1 , v112 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 , v084 + .byte W08 + .byte Fn1 , v096 + .byte W08 + .byte Fn2 , v112 + .byte W08 + .byte Fn1 , v088 + .byte W08 + .byte N16 , Fn2 , v112 + .byte W16 + .byte N04 , Fn1 , v084 + .byte W08 + .byte Fn1 , v096 + .byte W16 + .byte Fn1 , v088 + .byte W08 + .byte Fn1 , v112 + .byte W08 + .byte Gn1 + .byte W08 + .byte An1 , v084 + .byte W08 +bgm_rainbow_3_B1: + .byte N04 , As1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As2 + .byte W08 + .byte As1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 +bgm_rainbow_3_000: + .byte N04 , An1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte An2 + .byte W08 + .byte An1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As1 + .byte W08 + .byte An1 + .byte W08 + .byte PEND +bgm_rainbow_3_001: + .byte N04 , Gs1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gs1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte PEND +bgm_rainbow_3_002: + .byte N04 , Gn1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte Gn1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gn1 + .byte W08 + .byte PEND +bgm_rainbow_3_003: + .byte N04 , Fs1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte Fs1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte PEND +bgm_rainbow_3_004: + .byte N04 , Fn1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte PEND +bgm_rainbow_3_005: + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En2 + .byte W08 + .byte En1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn1 + .byte W08 + .byte En1 + .byte W08 + .byte PEND + .byte Ds1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds1 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn1 + .byte W08 + .byte An1 + .byte W08 + .byte As1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As2 + .byte W08 + .byte As1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As2 + .byte W08 + .byte As1 + .byte W08 + .byte PATT + .word bgm_rainbow_3_000 + .byte PATT + .word bgm_rainbow_3_001 + .byte PATT + .word bgm_rainbow_3_002 + .byte N04 , Fs1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte Fs1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte Fs1 + .byte W08 + .byte PATT + .word bgm_rainbow_3_004 + .byte PATT + .word bgm_rainbow_3_005 + .byte N04 , Ds1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds2 + .byte W08 + .byte En1 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte PATT + .word bgm_rainbow_3_003 + .byte N04 , Fs1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte Fs1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn1 + .byte W08 + .byte Fs1 + .byte W08 + .byte PATT + .word bgm_rainbow_3_004 + .byte N04 , Fn1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 + .byte W08 + .byte Fn1 + .byte W08 + .byte Ds1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn1 + .byte W08 + .byte Cs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cs2 + .byte W08 + .byte Cs1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn1 + .byte W08 + .byte As0 + .byte W08 + .byte Gs0 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gs0 + .byte W08 + .byte N12 , Gs1 + .byte W16 + .byte N04 + .byte W08 + .byte Bn0 + .byte W08 + .byte Bn1 + .byte W08 + .byte Bn0 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 + .byte W08 + .byte Bn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte Fs1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs1 + .byte W08 + .byte As1 + .byte W08 + .byte Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte Bn1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 + .byte W08 + .byte Gs1 + .byte W08 + .byte As1 + .byte W16 + .byte N04 + .byte W08 + .byte Gs1 + .byte W16 + .byte N04 + .byte W08 + .byte Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 + .byte W08 + .byte Ds1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds1 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn1 + .byte W08 + .byte Fs1 + .byte W08 + .byte Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte Bn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte Fn1 + .byte W08 + .byte Fs1 + .byte W08 + .byte Gn1 + .byte W08 + .byte Gs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cs2 + .byte W08 + .byte Ds2 + .byte W08 + .byte Gs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gs0 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gs0 + .byte W08 + .byte N12 , Gs1 + .byte W16 + .byte N04 + .byte W08 + .byte Gs0 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gs0 + .byte W08 + .byte Gs1 + .byte W08 + .byte As1 + .byte W08 + .byte Cn2 + .byte W08 + .byte GOTO + .word bgm_rainbow_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_rainbow_4: + .byte KEYSH , bgm_rainbow_key+0 + .byte VOICE , 14 + .byte LFOS , 44 + .byte PAN , c_v-20 + .byte VOL , 68*bgm_rainbow_mvl/mxv + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_rainbow_4_B1: + .byte VOL , 68*bgm_rainbow_mvl/mxv + .byte W96 + .byte W24 + .byte N24 , Fn3 , v112 + .byte W24 + .byte An3 + .byte W24 + .byte Fn4 + .byte W24 + .byte N48 , Dn4 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N24 , Gn3 + .byte W24 + .byte N16 , Cn4 + .byte W16 + .byte N24 , Gn4 , v108 + .byte W24 + .byte N06 , Cn4 , v080 + .byte W08 + .byte N24 , Ds4 , v104 + .byte W24 + .byte As3 , v112 + .byte W24 + .byte Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N96 , As4 + .byte W24 + .byte VOL , 67*bgm_rainbow_mvl/mxv + .byte W01 + .byte 67*bgm_rainbow_mvl/mxv + .byte W03 + .byte 65*bgm_rainbow_mvl/mxv + .byte W01 + .byte 64*bgm_rainbow_mvl/mxv + .byte W03 + .byte 62*bgm_rainbow_mvl/mxv + .byte W01 + .byte 60*bgm_rainbow_mvl/mxv + .byte W03 + .byte 60*bgm_rainbow_mvl/mxv + .byte W01 + .byte 57*bgm_rainbow_mvl/mxv + .byte W03 + .byte 56*bgm_rainbow_mvl/mxv + .byte W01 + .byte 54*bgm_rainbow_mvl/mxv + .byte W03 + .byte 51*bgm_rainbow_mvl/mxv + .byte W01 + .byte 50*bgm_rainbow_mvl/mxv + .byte W03 + .byte 48*bgm_rainbow_mvl/mxv + .byte W04 + .byte 43*bgm_rainbow_mvl/mxv + .byte W01 + .byte 42*bgm_rainbow_mvl/mxv + .byte W03 + .byte 41*bgm_rainbow_mvl/mxv + .byte W01 + .byte 39*bgm_rainbow_mvl/mxv + .byte W03 + .byte 37*bgm_rainbow_mvl/mxv + .byte W01 + .byte 35*bgm_rainbow_mvl/mxv + .byte W03 + .byte 34*bgm_rainbow_mvl/mxv + .byte W01 + .byte 32*bgm_rainbow_mvl/mxv + .byte W03 + .byte 29*bgm_rainbow_mvl/mxv + .byte W01 + .byte 29*bgm_rainbow_mvl/mxv + .byte W03 + .byte 27*bgm_rainbow_mvl/mxv + .byte W01 + .byte 25*bgm_rainbow_mvl/mxv + .byte W03 + .byte 23*bgm_rainbow_mvl/mxv + .byte W01 + .byte 20*bgm_rainbow_mvl/mxv + .byte W03 + .byte 19*bgm_rainbow_mvl/mxv + .byte W01 + .byte 16*bgm_rainbow_mvl/mxv + .byte W03 + .byte 12*bgm_rainbow_mvl/mxv + .byte W01 + .byte 10*bgm_rainbow_mvl/mxv + .byte W03 + .byte 6*bgm_rainbow_mvl/mxv + .byte W01 + .byte 6*bgm_rainbow_mvl/mxv + .byte W03 + .byte 3*bgm_rainbow_mvl/mxv + .byte W04 + .byte VOICE , 56 + .byte W24 + .byte VOL , 68*bgm_rainbow_mvl/mxv + .byte N08 , An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , En4 , v080 + .byte W04 + .byte Ds4 , v076 + .byte W04 + .byte N96 , Dn4 , v112 + .byte W24 + .byte VOL , 67*bgm_rainbow_mvl/mxv + .byte W01 + .byte 64*bgm_rainbow_mvl/mxv + .byte W04 + .byte 63*bgm_rainbow_mvl/mxv + .byte W03 + .byte 60*bgm_rainbow_mvl/mxv + .byte W01 + .byte 60*bgm_rainbow_mvl/mxv + .byte W03 + .byte 57*bgm_rainbow_mvl/mxv + .byte W01 + .byte 56*bgm_rainbow_mvl/mxv + .byte W03 + .byte 53*bgm_rainbow_mvl/mxv + .byte W01 + .byte 51*bgm_rainbow_mvl/mxv + .byte W03 + .byte 48*bgm_rainbow_mvl/mxv + .byte W04 + .byte 43*bgm_rainbow_mvl/mxv + .byte W01 + .byte 41*bgm_rainbow_mvl/mxv + .byte W03 + .byte 38*bgm_rainbow_mvl/mxv + .byte W01 + .byte 35*bgm_rainbow_mvl/mxv + .byte W03 + .byte 35*bgm_rainbow_mvl/mxv + .byte W01 + .byte 32*bgm_rainbow_mvl/mxv + .byte W03 + .byte 31*bgm_rainbow_mvl/mxv + .byte W01 + .byte 29*bgm_rainbow_mvl/mxv + .byte W03 + .byte 26*bgm_rainbow_mvl/mxv + .byte W01 + .byte 24*bgm_rainbow_mvl/mxv + .byte W03 + .byte 20*bgm_rainbow_mvl/mxv + .byte W01 + .byte 19*bgm_rainbow_mvl/mxv + .byte W03 + .byte 16*bgm_rainbow_mvl/mxv + .byte W01 + .byte 14*bgm_rainbow_mvl/mxv + .byte W03 + .byte 12*bgm_rainbow_mvl/mxv + .byte W01 + .byte 10*bgm_rainbow_mvl/mxv + .byte W03 + .byte 9*bgm_rainbow_mvl/mxv + .byte W01 + .byte 8*bgm_rainbow_mvl/mxv + .byte W03 + .byte 6*bgm_rainbow_mvl/mxv + .byte W01 + .byte 6*bgm_rainbow_mvl/mxv + .byte W03 + .byte 3*bgm_rainbow_mvl/mxv + .byte W05 + .byte 2*bgm_rainbow_mvl/mxv + .byte W03 + .byte 68*bgm_rainbow_mvl/mxv + .byte N24 , Ds4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Cn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N48 , Ds4 + .byte W72 + .byte N04 , Cn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N24 , Dn4 + .byte W24 + .byte N04 , Cn4 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte N04 , Fn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N04 , As3 + .byte W08 + .byte W24 + .byte N24 , Gn3 + .byte W24 + .byte N16 , Cn4 + .byte W16 + .byte N24 , Gn4 + .byte W24 + .byte N08 , Cn4 , v088 + .byte W08 + .byte N16 , Fs4 , v112 + .byte W16 + .byte N04 , Fn4 , v064 + .byte W04 + .byte En4 + .byte W04 + .byte N24 , Ds4 , v112 + .byte W24 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Ds4 , v072 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte N24 , Cn4 , v112 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 14 + .byte N24 , Gs4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte Gs3 + .byte W24 + .byte As3 + .byte W24 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W24 +bgm_rainbow_4_000: + .byte N48 , Fn4 , v112 + .byte W48 + .byte Cs4 + .byte W48 + .byte PEND + .byte Ds4 + .byte W48 + .byte N44 , Cn4 + .byte W48 + .byte N48 , Gs4 + .byte W48 + .byte Fn4 + .byte W48 + .byte Fs4 + .byte W48 + .byte Dn4 + .byte W48 + .byte W72 + .byte N04 , Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte PATT + .word bgm_rainbow_4_000 + .byte N48 , Cs5 , v112 + .byte W12 + .byte VOL , 67*bgm_rainbow_mvl/mxv + .byte W01 + .byte 65*bgm_rainbow_mvl/mxv + .byte W03 + .byte 64*bgm_rainbow_mvl/mxv + .byte W01 + .byte 63*bgm_rainbow_mvl/mxv + .byte W03 + .byte 60*bgm_rainbow_mvl/mxv + .byte W01 + .byte 60*bgm_rainbow_mvl/mxv + .byte W03 + .byte 57*bgm_rainbow_mvl/mxv + .byte W01 + .byte 56*bgm_rainbow_mvl/mxv + .byte W03 + .byte 54*bgm_rainbow_mvl/mxv + .byte W04 + .byte 51*bgm_rainbow_mvl/mxv + .byte W04 + .byte 48*bgm_rainbow_mvl/mxv + .byte W01 + .byte 45*bgm_rainbow_mvl/mxv + .byte W03 + .byte 41*bgm_rainbow_mvl/mxv + .byte W01 + .byte 38*bgm_rainbow_mvl/mxv + .byte W03 + .byte 35*bgm_rainbow_mvl/mxv + .byte W01 + .byte 31*bgm_rainbow_mvl/mxv + .byte W03 + .byte 68*bgm_rainbow_mvl/mxv + .byte N48 , Cn5 + .byte W12 + .byte VOL , 67*bgm_rainbow_mvl/mxv + .byte W01 + .byte 65*bgm_rainbow_mvl/mxv + .byte W03 + .byte 64*bgm_rainbow_mvl/mxv + .byte W01 + .byte 63*bgm_rainbow_mvl/mxv + .byte W03 + .byte 60*bgm_rainbow_mvl/mxv + .byte W01 + .byte 60*bgm_rainbow_mvl/mxv + .byte W03 + .byte 57*bgm_rainbow_mvl/mxv + .byte W01 + .byte 56*bgm_rainbow_mvl/mxv + .byte W03 + .byte 54*bgm_rainbow_mvl/mxv + .byte W04 + .byte 51*bgm_rainbow_mvl/mxv + .byte W04 + .byte 48*bgm_rainbow_mvl/mxv + .byte W01 + .byte 45*bgm_rainbow_mvl/mxv + .byte W03 + .byte 41*bgm_rainbow_mvl/mxv + .byte W01 + .byte 38*bgm_rainbow_mvl/mxv + .byte W03 + .byte 35*bgm_rainbow_mvl/mxv + .byte W01 + .byte 31*bgm_rainbow_mvl/mxv + .byte W03 + .byte 68*bgm_rainbow_mvl/mxv + .byte N48 , As4 + .byte W12 + .byte VOL , 67*bgm_rainbow_mvl/mxv + .byte W01 + .byte 65*bgm_rainbow_mvl/mxv + .byte W03 + .byte 64*bgm_rainbow_mvl/mxv + .byte W01 + .byte 63*bgm_rainbow_mvl/mxv + .byte W03 + .byte 60*bgm_rainbow_mvl/mxv + .byte W01 + .byte 60*bgm_rainbow_mvl/mxv + .byte W03 + .byte 57*bgm_rainbow_mvl/mxv + .byte W01 + .byte 56*bgm_rainbow_mvl/mxv + .byte W03 + .byte 54*bgm_rainbow_mvl/mxv + .byte W04 + .byte 51*bgm_rainbow_mvl/mxv + .byte W04 + .byte 48*bgm_rainbow_mvl/mxv + .byte W01 + .byte 45*bgm_rainbow_mvl/mxv + .byte W03 + .byte 41*bgm_rainbow_mvl/mxv + .byte W01 + .byte 38*bgm_rainbow_mvl/mxv + .byte W03 + .byte 35*bgm_rainbow_mvl/mxv + .byte W01 + .byte 31*bgm_rainbow_mvl/mxv + .byte W03 + .byte 68*bgm_rainbow_mvl/mxv + .byte N48 , Cn5 + .byte W12 + .byte VOL , 67*bgm_rainbow_mvl/mxv + .byte W01 + .byte 65*bgm_rainbow_mvl/mxv + .byte W03 + .byte 64*bgm_rainbow_mvl/mxv + .byte W01 + .byte 63*bgm_rainbow_mvl/mxv + .byte W03 + .byte 60*bgm_rainbow_mvl/mxv + .byte W01 + .byte 60*bgm_rainbow_mvl/mxv + .byte W03 + .byte 57*bgm_rainbow_mvl/mxv + .byte W01 + .byte 56*bgm_rainbow_mvl/mxv + .byte W03 + .byte 54*bgm_rainbow_mvl/mxv + .byte W04 + .byte 51*bgm_rainbow_mvl/mxv + .byte W04 + .byte 48*bgm_rainbow_mvl/mxv + .byte W01 + .byte 45*bgm_rainbow_mvl/mxv + .byte W03 + .byte 41*bgm_rainbow_mvl/mxv + .byte W01 + .byte 38*bgm_rainbow_mvl/mxv + .byte W03 + .byte 35*bgm_rainbow_mvl/mxv + .byte W01 + .byte 31*bgm_rainbow_mvl/mxv + .byte W03 + .byte GOTO + .word bgm_rainbow_4_B1 + .byte VOL , 68*bgm_rainbow_mvl/mxv + .byte FINE + +@********************** Track 5 **********************@ + +bgm_rainbow_5: + .byte KEYSH , bgm_rainbow_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v-63 + .byte VOL , 37*bgm_rainbow_mvl/mxv + .byte W24 + .byte TIE , Ds3 , v112 + .byte W96 + .byte W96 + .byte EOT +bgm_rainbow_5_000: + .byte N48 , Cn3 , v112 + .byte W48 + .byte N48 + .byte W48 + .byte PEND + .byte PATT + .word bgm_rainbow_5_000 +bgm_rainbow_5_B1: + .byte N16 , Fn3 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte TIE + .byte W08 + .byte W96 + .byte EOT +bgm_rainbow_5_001: + .byte N16 , Fn3 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte PEND +bgm_rainbow_5_002: + .byte N16 , Fn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte Dn3 + .byte W24 + .byte Bn2 + .byte W24 + .byte PEND + .byte N48 , Ds3 + .byte W48 + .byte N24 , Fn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N04 + .byte W16 + .byte N24 , Dn3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Cs3 + .byte W08 + .byte N64 , Cn3 + .byte W64 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N16 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N32 + .byte W32 + .byte N24 , An2 + .byte W24 + .byte N16 , Fn3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N80 + .byte W08 + .byte W72 + .byte N08 + .byte W08 + .byte N04 , Gn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte PATT + .word bgm_rainbow_5_001 + .byte PATT + .word bgm_rainbow_5_002 + .byte N48 , Ds3 , v112 + .byte W48 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Fn3 + .byte W24 + .byte N04 + .byte W16 + .byte N56 + .byte W56 + .byte N48 , Cn3 + .byte W48 + .byte N36 , Gn3 + .byte W40 + .byte N04 , Cn3 + .byte W08 + .byte N16 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N32 , An2 + .byte W32 + .byte N24 , Fn3 + .byte W24 +bgm_rainbow_5_003: + .byte N64 , Fs3 , v112 + .byte W64 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte PEND + .byte N16 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N16 , Fn3 + .byte W16 + .byte N04 , Cn3 + .byte W24 + .byte N56 , Gs3 + .byte W56 + .byte W96 + .byte PATT + .word bgm_rainbow_5_003 + .byte N24 , Fs3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N16 , An3 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte N04 + .byte W32 + .byte N48 + .byte W48 + .byte N24 , Ds3 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte N48 + .byte W48 + .byte N48 + .byte W48 + .byte N16 + .byte W24 + .byte N04 , Ds3 + .byte N04 , Fs3 + .byte W24 + .byte N24 + .byte W24 + .byte Ds3 + .byte W24 + .byte N60 , Fn3 + .byte W64 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N16 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N16 , Fs3 + .byte W16 + .byte N04 + .byte W24 + .byte N56 , Ds3 + .byte W56 + .byte N16 , Fs3 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , Ds3 + .byte W24 + .byte N04 + .byte W08 + .byte N24 + .byte W24 + .byte N48 , Gs3 + .byte W48 + .byte TIE + .byte W48 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_rainbow_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_rainbow_6: + .byte KEYSH , bgm_rainbow_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+63 + .byte VOL , 37*bgm_rainbow_mvl/mxv + .byte W24 + .byte TIE , As3 , v112 + .byte W96 + .byte W96 + .byte EOT + .byte N48 , Gn3 + .byte W48 + .byte N48 + .byte W48 + .byte N48 + .byte W48 + .byte An3 + .byte W48 +bgm_rainbow_6_B1: + .byte N16 , As3 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte TIE , An3 + .byte W08 + .byte W96 + .byte EOT +bgm_rainbow_6_000: + .byte N16 , Gs3 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte An3 + .byte W08 + .byte PEND + .byte N16 , Gn3 + .byte W24 + .byte N24 + .byte W24 + .byte Fn3 + .byte W24 + .byte N24 + .byte W24 + .byte N48 , Fs3 + .byte W48 + .byte N24 , Gs3 + .byte W24 + .byte Fs3 + .byte W24 + .byte As3 + .byte W24 + .byte N04 + .byte W16 + .byte N24 , Fn3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N64 , Gn3 + .byte W64 + .byte N20 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N32 , An3 + .byte W32 + .byte N24 , Fn3 + .byte W24 + .byte N16 , As3 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N24 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N80 , An3 + .byte W08 + .byte W72 + .byte N08 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte An3 + .byte W08 + .byte PATT + .word bgm_rainbow_6_000 + .byte N16 , Gn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte Fn3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N48 , Fs3 + .byte W48 + .byte N24 , Gs3 + .byte W24 + .byte As3 + .byte W24 + .byte N24 + .byte W24 + .byte N04 + .byte W16 + .byte N56 + .byte W56 + .byte N48 , Gn3 + .byte W48 + .byte N36 , Cn4 + .byte W40 + .byte N04 , Gn3 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N04 + .byte W08 + .byte Ds3 + .byte W16 + .byte N32 , Cn3 + .byte W32 + .byte N24 , An3 + .byte W24 +bgm_rainbow_6_001: + .byte N64 , Cs4 , v112 + .byte W64 + .byte N04 + .byte W24 + .byte As3 + .byte W08 + .byte PEND + .byte N16 + .byte W24 + .byte N24 + .byte W24 + .byte An3 + .byte W24 + .byte N24 + .byte W24 + .byte N16 , Cn4 + .byte W16 + .byte N04 , Ds3 + .byte W24 + .byte N56 , Ds4 + .byte W56 + .byte W96 + .byte PATT + .word bgm_rainbow_6_001 + .byte N24 , Cs4 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N16 + .byte W16 + .byte N04 + .byte W08 + .byte N16 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte N04 + .byte W32 + .byte N48 + .byte W48 + .byte N24 , Fs3 + .byte W24 + .byte Gs3 + .byte W24 + .byte An3 + .byte W24 + .byte Bn3 + .byte W24 + .byte N48 , Cs4 + .byte W48 + .byte As3 + .byte W48 + .byte N16 , Cs4 + .byte W20 + .byte N04 + .byte W04 + .byte An3 + .byte W24 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte N60 , Ds4 + .byte W64 + .byte N04 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , Bn3 + .byte W04 + .byte Dn4 + .byte W04 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N16 , Cs4 + .byte W16 + .byte N04 + .byte W24 + .byte N56 , As3 + .byte W56 + .byte N16 , Cs4 + .byte W16 + .byte N04 + .byte W24 + .byte N08 , An3 + .byte W24 + .byte N04 + .byte W08 + .byte N24 + .byte W24 + .byte TIE , Ds4 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_rainbow_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_rainbow_7: + .byte KEYSH , bgm_rainbow_key+0 + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte VOL , 54*bgm_rainbow_mvl/mxv + .byte W24 +bgm_rainbow_7_000: + .byte N01 , En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte N01 + .byte W08 + .byte En5 , v120 + .byte W08 + .byte En5 , v096 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W04 + .byte En5 , v072 + .byte W04 + .byte En5 , v064 + .byte W08 + .byte En5 , v120 + .byte W08 + .byte En5 , v096 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte PEND +bgm_rainbow_7_001: + .byte N01 , En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte N01 + .byte W08 + .byte En5 , v120 + .byte W08 + .byte En5 , v096 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte N01 + .byte W08 + .byte En5 , v120 + .byte W08 + .byte En5 , v096 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte PEND + .byte PATT + .word bgm_rainbow_7_000 + .byte N01 , En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte N01 + .byte W08 + .byte En5 , v120 + .byte W08 + .byte En5 , v096 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte N01 + .byte W08 + .byte En5 , v120 + .byte W08 + .byte En5 , v096 + .byte W04 + .byte En5 , v072 + .byte W04 + .byte En5 , v064 + .byte W08 +bgm_rainbow_7_B1: + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte N01 , En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte N01 + .byte W08 + .byte En5 , v120 + .byte W08 + .byte En5 , v096 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte En5 , v112 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte N01 + .byte W08 + .byte N03 , En5 , v120 + .byte W08 + .byte N01 , En5 , v096 + .byte W08 + .byte En5 , v064 + .byte W08 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte PATT + .word bgm_rainbow_7_000 + .byte PATT + .word bgm_rainbow_7_001 + .byte GOTO + .word bgm_rainbow_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_rainbow_8: + .byte KEYSH , bgm_rainbow_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte PAN , c_v+0 + .byte VOL , 45*bgm_rainbow_mvl/mxv + .byte W24 + .byte BEND , c_v+2 + .byte TIE , Dn4 , v112 + .byte W96 + .byte W40 + .byte EOT + .byte N24 , Cn4 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N08 , Ds3 + .byte W08 + .byte N48 , An3 + .byte W48 + .byte As3 + .byte W48 + .byte Bn3 + .byte W48 + .byte BEND , c_v+0 + .byte N48 , Cn4 + .byte N08 , Ds4 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N04 + .byte W08 + .byte En4 + .byte W08 + .byte N08 , Ds4 + .byte W08 +bgm_rainbow_8_B1: + .byte BEND , c_v+2 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N04 , Ds4 + .byte W08 + .byte Fn4 + .byte W16 + .byte N24 + .byte W24 + .byte N04 , Ds4 + .byte W08 + .byte Dn4 + .byte W16 + .byte TIE , Cn4 + .byte W08 + .byte W96 + .byte EOT +bgm_rainbow_8_000: + .byte N16 , Dn4 , v112 + .byte W16 + .byte N04 , Ds4 + .byte W08 + .byte Fn4 + .byte W16 + .byte N24 , As4 + .byte W24 + .byte N04 , Fn4 + .byte W08 + .byte Ds4 + .byte W16 + .byte Dn4 + .byte W08 + .byte PEND +bgm_rainbow_8_001: + .byte N16 , Cn4 , v112 + .byte W16 + .byte N04 , Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte N24 , Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte PEND +bgm_rainbow_8_002: + .byte N48 , As3 , v112 + .byte W48 + .byte N24 , Cn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte PEND + .byte Dn4 + .byte W24 + .byte N04 , Fn4 + .byte W16 + .byte N24 , As3 + .byte W24 + .byte N04 , An3 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte N64 , Cn4 + .byte W64 + .byte N20 , As3 + .byte W32 + .byte N16 + .byte W16 + .byte N04 , An3 + .byte W08 + .byte As3 + .byte W16 + .byte N56 , Cn4 + .byte W56 + .byte N16 , Dn4 + .byte W16 + .byte N04 , Ds4 + .byte W08 + .byte Fn4 + .byte W16 + .byte N24 + .byte W24 + .byte N04 , Ds4 + .byte W08 + .byte Dn4 + .byte W16 + .byte TIE , Cn4 + .byte W08 + .byte W96 + .byte EOT + .byte PATT + .word bgm_rainbow_8_000 + .byte PATT + .word bgm_rainbow_8_001 + .byte PATT + .word bgm_rainbow_8_002 + .byte N24 , Dn4 , v112 + .byte W24 + .byte N04 , Fn4 + .byte W16 + .byte N24 , As4 + .byte W24 + .byte N04 , Gn4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte N64 , As3 + .byte W64 + .byte N20 , Cn4 + .byte W32 + .byte N16 , As3 + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte Fs3 + .byte W16 + .byte N56 , Fn3 + .byte W56 + .byte N64 , Fn4 + .byte W64 + .byte N04 , Ds4 + .byte W24 + .byte Cs4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N04 , Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte Cn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte N16 , Ds4 + .byte W16 + .byte N04 , Gs3 + .byte W24 + .byte N56 , Gs4 + .byte W56 + .byte W72 + .byte N04 , Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N64 , Fn4 + .byte W64 + .byte N04 , Fs4 + .byte W24 + .byte Fn4 + .byte W08 + .byte N24 , Fs4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Fn4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Ds4 + .byte W24 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N48 , Fn4 + .byte W48 + .byte N24 , Gs3 + .byte W24 + .byte As3 + .byte W24 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N64 , Fn4 + .byte W64 + .byte N24 , Ds4 + .byte W24 + .byte N04 , Cs4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N04 , Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W24 + .byte N24 , Cn4 + .byte W24 + .byte Cs4 + .byte W24 + .byte N60 , Gs4 + .byte W64 + .byte N04 , Fs4 + .byte W24 + .byte Fn4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N24 , Fn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Ds4 + .byte W24 + .byte N56 , Cs4 + .byte W56 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Ds4 + .byte W24 + .byte N08 , Cs4 + .byte W24 + .byte N04 , Cn4 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte TIE , Gs4 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word bgm_rainbow_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_rainbow: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_rainbow_pri @ Priority + .byte bgm_rainbow_rev @ Reverb. + + .word bgm_rainbow_grp + + .word bgm_rainbow_1 + .word bgm_rainbow_2 + .word bgm_rainbow_3 + .word bgm_rainbow_4 + .word bgm_rainbow_5 + .word bgm_rainbow_6 + .word bgm_rainbow_7 + .word bgm_rainbow_8 + + .end diff --git a/sound/songs/bgm_ropeway.s b/sound/songs/bgm_ropeway.s new file mode 100644 index 000000000..dc9144b71 --- /dev/null +++ b/sound/songs/bgm_ropeway.s @@ -0,0 +1,1415 @@ + .include "MPlayDef.s" + + .equ bgm_ropeway_grp, voicegroup_84437E8 + .equ bgm_ropeway_pri, 0 + .equ bgm_ropeway_rev, reverb_set+50 + .equ bgm_ropeway_mvl, 127 + .equ bgm_ropeway_key, 0 + .equ bgm_ropeway_tbs, 1 + .equ bgm_ropeway_exg, 0 + .equ bgm_ropeway_cmp, 1 + + .section .rodata + .global bgm_ropeway + .align 2 + +@********************** Track 1 **********************@ + +bgm_ropeway_1: + .byte KEYSH , bgm_ropeway_key+0 + .byte TEMPO , 120*bgm_ropeway_tbs/2 + .byte VOICE , 56 + .byte VOL , 55*bgm_ropeway_mvl/mxv + .byte PAN , c_v+24 + .byte N06 , An3 , v112 + .byte W06 + .byte N04 , An3 , v036 + .byte W18 + .byte N03 , An3 , v112 + .byte W03 + .byte An3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N02 , Cn4 , v112 + .byte W02 + .byte N04 , Cn4 , v036 + .byte W10 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , As3 , v112 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , Cn4 + .byte W06 + .byte N04 , Cn4 , v036 + .byte W06 + .byte VOL , 55*bgm_ropeway_mvl/mxv + .byte N06 , An3 , v112 + .byte W06 + .byte N04 , An3 , v036 + .byte W06 + .byte N03 , An3 , v112 + .byte W12 + .byte N03 + .byte W03 + .byte An3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N02 , Cn4 , v112 + .byte W02 + .byte N04 , Cn4 , v036 + .byte W10 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , As3 , v112 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , Cn4 + .byte W06 + .byte N04 , Cn4 , v036 + .byte W06 + .byte VOL , 55*bgm_ropeway_mvl/mxv + .byte N06 , Cs4 , v112 + .byte W06 + .byte N04 , Cs4 , v036 + .byte W18 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N02 , En4 , v112 + .byte W02 + .byte N04 , En4 , v036 + .byte W10 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , Dn4 , v112 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , En4 + .byte W06 + .byte N04 , En4 , v036 + .byte W06 + .byte VOL , 55*bgm_ropeway_mvl/mxv + .byte N06 , Cs4 , v112 + .byte W06 + .byte N04 , Cs4 , v036 + .byte W06 + .byte N03 , Cs4 , v112 + .byte W12 + .byte N03 + .byte W03 + .byte Cs4 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W03 + .byte N04 , En4 , v036 + .byte W09 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , Dn4 , v112 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , En4 + .byte W06 + .byte N04 , En4 , v036 + .byte W06 + .byte VOL , 55*bgm_ropeway_mvl/mxv + .byte TIE , Fs4 , v112 + .byte W48 + .byte VOL , 50*bgm_ropeway_mvl/mxv + .byte W04 + .byte 49*bgm_ropeway_mvl/mxv + .byte W04 + .byte 47*bgm_ropeway_mvl/mxv + .byte W04 + .byte 44*bgm_ropeway_mvl/mxv + .byte W04 + .byte 44*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W04 + .byte 41*bgm_ropeway_mvl/mxv + .byte W04 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 38*bgm_ropeway_mvl/mxv + .byte W04 + .byte 36*bgm_ropeway_mvl/mxv + .byte W04 + .byte 33*bgm_ropeway_mvl/mxv + .byte W08 + .byte 31*bgm_ropeway_mvl/mxv + .byte W04 + .byte 30*bgm_ropeway_mvl/mxv + .byte W04 + .byte 29*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W08 + .byte 27*bgm_ropeway_mvl/mxv + .byte W04 + .byte 25*bgm_ropeway_mvl/mxv + .byte W08 + .byte 22*bgm_ropeway_mvl/mxv + .byte W08 + .byte 22*bgm_ropeway_mvl/mxv + .byte W04 + .byte 21*bgm_ropeway_mvl/mxv + .byte W08 + .byte 19*bgm_ropeway_mvl/mxv + .byte W08 + .byte 19*bgm_ropeway_mvl/mxv + .byte W04 + .byte 17*bgm_ropeway_mvl/mxv + .byte W04 + .byte 16*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 12*bgm_ropeway_mvl/mxv + .byte W04 + .byte 11*bgm_ropeway_mvl/mxv + .byte W04 + .byte 9*bgm_ropeway_mvl/mxv + .byte W04 + .byte 8*bgm_ropeway_mvl/mxv + .byte W04 + .byte EOT + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_ropeway_2: + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 58 + .byte PAN , c_v+0 + .byte VOL , 76*bgm_ropeway_mvl/mxv + .byte N06 , Dn2 , v112 + .byte W24 + .byte An1 + .byte W24 + .byte En2 + .byte W24 + .byte An1 + .byte W24 + .byte Dn2 + .byte W24 + .byte An1 + .byte W24 + .byte En2 + .byte W24 + .byte An1 + .byte W24 + .byte Fs2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Gs2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Fs2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Gs2 + .byte W24 + .byte Cs2 + .byte W12 + .byte Bn1 + .byte W06 + .byte N03 , As1 + .byte W03 + .byte Gs1 + .byte W03 + .byte TIE , Fs1 , v124 + .byte W72 + .byte VOL , 61*bgm_ropeway_mvl/mxv + .byte W04 + .byte 58*bgm_ropeway_mvl/mxv + .byte W04 + .byte 56*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W08 + .byte 53*bgm_ropeway_mvl/mxv + .byte W04 + .byte 50*bgm_ropeway_mvl/mxv + .byte W04 + .byte 47*bgm_ropeway_mvl/mxv + .byte W08 + .byte 44*bgm_ropeway_mvl/mxv + .byte W04 + .byte 44*bgm_ropeway_mvl/mxv + .byte W04 + .byte 41*bgm_ropeway_mvl/mxv + .byte W04 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 36*bgm_ropeway_mvl/mxv + .byte W04 + .byte 31*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W04 + .byte 24*bgm_ropeway_mvl/mxv + .byte W04 + .byte 22*bgm_ropeway_mvl/mxv + .byte W04 + .byte 19*bgm_ropeway_mvl/mxv + .byte W08 + .byte 17*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 12*bgm_ropeway_mvl/mxv + .byte W04 + .byte 11*bgm_ropeway_mvl/mxv + .byte W04 + .byte 9*bgm_ropeway_mvl/mxv + .byte W04 + .byte 8*bgm_ropeway_mvl/mxv + .byte W04 + .byte 5*bgm_ropeway_mvl/mxv + .byte W04 + .byte 3*bgm_ropeway_mvl/mxv + .byte W04 + .byte 1*bgm_ropeway_mvl/mxv + .byte W04 + .byte EOT + .byte W96 + .byte VOL , 1*bgm_ropeway_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_ropeway_3: + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 60 + .byte PAN , c_v-24 + .byte VOL , 49*bgm_ropeway_mvl/mxv + .byte N06 , Fs2 , v112 + .byte W24 + .byte N03 + .byte W03 + .byte Fs2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte An2 , v112 + .byte W12 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , Gn2 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , An2 + .byte W12 + .byte VOL , 49*bgm_ropeway_mvl/mxv + .byte N06 , Fs2 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte Fs2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte An2 , v112 + .byte W12 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , Gn2 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , An2 + .byte W12 + .byte As2 + .byte W24 + .byte N03 + .byte W03 + .byte As2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Cs3 , v112 + .byte W12 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , Bn2 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , Cs3 + .byte W12 + .byte As2 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte As2 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Cs3 , v112 + .byte W12 + .byte VOL , 25*bgm_ropeway_mvl/mxv + .byte N24 , Bn2 + .byte W02 + .byte VOL , 28*bgm_ropeway_mvl/mxv + .byte W03 + .byte 33*bgm_ropeway_mvl/mxv + .byte W03 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W02 + .byte 46*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W03 + .byte 58*bgm_ropeway_mvl/mxv + .byte W03 + .byte 49*bgm_ropeway_mvl/mxv + .byte N06 , Cs3 + .byte W06 + .byte N03 , En3 + .byte W03 + .byte Fn3 + .byte W03 + .byte TIE , Fs3 + .byte W48 + .byte VOL , 48*bgm_ropeway_mvl/mxv + .byte W04 + .byte 47*bgm_ropeway_mvl/mxv + .byte W04 + .byte 47*bgm_ropeway_mvl/mxv + .byte W04 + .byte 45*bgm_ropeway_mvl/mxv + .byte W04 + .byte 44*bgm_ropeway_mvl/mxv + .byte W04 + .byte 42*bgm_ropeway_mvl/mxv + .byte W04 + .byte 41*bgm_ropeway_mvl/mxv + .byte W04 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 38*bgm_ropeway_mvl/mxv + .byte W04 + .byte 36*bgm_ropeway_mvl/mxv + .byte W04 + .byte 33*bgm_ropeway_mvl/mxv + .byte W08 + .byte 31*bgm_ropeway_mvl/mxv + .byte W04 + .byte 30*bgm_ropeway_mvl/mxv + .byte W04 + .byte 29*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W08 + .byte 27*bgm_ropeway_mvl/mxv + .byte W04 + .byte 25*bgm_ropeway_mvl/mxv + .byte W08 + .byte 22*bgm_ropeway_mvl/mxv + .byte W08 + .byte 22*bgm_ropeway_mvl/mxv + .byte W04 + .byte 21*bgm_ropeway_mvl/mxv + .byte W08 + .byte 19*bgm_ropeway_mvl/mxv + .byte W08 + .byte 19*bgm_ropeway_mvl/mxv + .byte W04 + .byte 17*bgm_ropeway_mvl/mxv + .byte W04 + .byte 16*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 12*bgm_ropeway_mvl/mxv + .byte W04 + .byte 11*bgm_ropeway_mvl/mxv + .byte W04 + .byte 9*bgm_ropeway_mvl/mxv + .byte W04 + .byte 8*bgm_ropeway_mvl/mxv + .byte W04 + .byte EOT + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_ropeway_4: + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 127 + .byte PAN , c_v+0 + .byte VOL , 34*bgm_ropeway_mvl/mxv + .byte N02 , En4 , v112 + .byte W24 + .byte N02 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte N02 + .byte W24 + .byte N03 + .byte W03 + .byte En4 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 +bgm_ropeway_4_000: + .byte N02 , En4 , v112 + .byte W12 + .byte En4 , v096 + .byte W12 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte N02 + .byte W24 + .byte N03 + .byte W03 + .byte En4 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND + .byte N02 , En4 , v112 + .byte W24 + .byte N02 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte N02 + .byte W24 + .byte N03 + .byte W03 + .byte En4 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_ropeway_4_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_ropeway_5: + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 60 + .byte VOL , 77*bgm_ropeway_mvl/mxv + .byte MOD , 2 + .byte N08 , Dn3 , v112 + .byte W08 + .byte Dn3 , v036 + .byte W08 + .byte Fs3 , v112 + .byte W08 + .byte N24 , An3 + .byte W24 + .byte N08 , En3 + .byte W08 + .byte En3 , v036 + .byte W08 + .byte Gn3 , v112 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte N04 , Bn3 + .byte W04 + .byte As3 + .byte W04 + .byte N72 , An3 + .byte W48 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N08 , An3 , v036 + .byte W08 + .byte Gn3 , v112 + .byte W08 + .byte N04 , An3 + .byte W04 + .byte An3 , v036 + .byte W04 + .byte N08 , Fs3 , v112 + .byte W08 + .byte Fs3 , v036 + .byte W08 + .byte As3 , v112 + .byte W08 + .byte N24 , Cs4 + .byte W12 + .byte MOD , 4 + .byte W12 + .byte 0 + .byte N08 , Gs3 + .byte W08 + .byte Gs3 , v036 + .byte W08 + .byte Bn3 , v112 + .byte W08 + .byte N16 , En4 + .byte W16 + .byte N04 , Ds4 + .byte W04 + .byte Dn4 + .byte W04 + .byte N48 , Cs4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N04 , En4 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte Dn4 , v112 + .byte W04 + .byte Dn4 , v036 + .byte W04 + .byte En4 , v112 + .byte W04 + .byte En4 , v036 + .byte W04 + .byte N24 , Fn4 , v112 + .byte W24 + .byte TIE , Fs4 + .byte W48 + .byte MOD , 5 + .byte W24 + .byte VOL , 61*bgm_ropeway_mvl/mxv + .byte W04 + .byte 58*bgm_ropeway_mvl/mxv + .byte W04 + .byte 56*bgm_ropeway_mvl/mxv + .byte W04 + .byte 55*bgm_ropeway_mvl/mxv + .byte W08 + .byte 53*bgm_ropeway_mvl/mxv + .byte W04 + .byte 50*bgm_ropeway_mvl/mxv + .byte W04 + .byte 47*bgm_ropeway_mvl/mxv + .byte W08 + .byte 44*bgm_ropeway_mvl/mxv + .byte W04 + .byte 44*bgm_ropeway_mvl/mxv + .byte W04 + .byte 41*bgm_ropeway_mvl/mxv + .byte W04 + .byte 39*bgm_ropeway_mvl/mxv + .byte W04 + .byte 36*bgm_ropeway_mvl/mxv + .byte W04 + .byte 31*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W04 + .byte 24*bgm_ropeway_mvl/mxv + .byte W04 + .byte 22*bgm_ropeway_mvl/mxv + .byte W04 + .byte 19*bgm_ropeway_mvl/mxv + .byte W08 + .byte 17*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 12*bgm_ropeway_mvl/mxv + .byte W04 + .byte 11*bgm_ropeway_mvl/mxv + .byte W04 + .byte 9*bgm_ropeway_mvl/mxv + .byte W04 + .byte 8*bgm_ropeway_mvl/mxv + .byte W04 + .byte 5*bgm_ropeway_mvl/mxv + .byte W04 + .byte 3*bgm_ropeway_mvl/mxv + .byte W04 + .byte 1*bgm_ropeway_mvl/mxv + .byte W04 + .byte EOT + .byte W96 + .byte VOL , 1*bgm_ropeway_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_ropeway_6: + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 80 + .byte VOL , 36*bgm_ropeway_mvl/mxv + .byte PAN , c_v-62 + .byte N06 , Fs3 , v112 + .byte W24 + .byte N03 + .byte W03 + .byte Fs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte An3 , v112 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte Fs3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte An3 , v112 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N06 , An3 + .byte W12 + .byte As3 + .byte W24 + .byte N03 + .byte W03 + .byte As3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N06 , Cs4 + .byte W12 + .byte As3 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte As3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Cs4 , v112 + .byte W12 + .byte N24 , Bn3 + .byte W24 + .byte N06 , Gs3 + .byte W12 + .byte TIE , As3 + .byte W48 + .byte VOL , 33*bgm_ropeway_mvl/mxv + .byte W04 + .byte 31*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W04 + .byte 25*bgm_ropeway_mvl/mxv + .byte W04 + .byte 25*bgm_ropeway_mvl/mxv + .byte W04 + .byte 24*bgm_ropeway_mvl/mxv + .byte W04 + .byte 22*bgm_ropeway_mvl/mxv + .byte W04 + .byte 21*bgm_ropeway_mvl/mxv + .byte W04 + .byte 19*bgm_ropeway_mvl/mxv + .byte W04 + .byte 17*bgm_ropeway_mvl/mxv + .byte W08 + .byte 16*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 12*bgm_ropeway_mvl/mxv + .byte W04 + .byte 11*bgm_ropeway_mvl/mxv + .byte W04 + .byte 9*bgm_ropeway_mvl/mxv + .byte W04 + .byte 8*bgm_ropeway_mvl/mxv + .byte W08 + .byte 7*bgm_ropeway_mvl/mxv + .byte W04 + .byte 6*bgm_ropeway_mvl/mxv + .byte W04 + .byte 4*bgm_ropeway_mvl/mxv + .byte W04 + .byte 3*bgm_ropeway_mvl/mxv + .byte W08 + .byte 2*bgm_ropeway_mvl/mxv + .byte W04 + .byte 1*bgm_ropeway_mvl/mxv + .byte W12 + .byte 1*bgm_ropeway_mvl/mxv + .byte W28 + .byte 2*bgm_ropeway_mvl/mxv + .byte W04 + .byte EOT + .byte W96 + .byte VOL , 1*bgm_ropeway_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_ropeway_7: + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 81 + .byte PAN , c_v+63 + .byte VOL , 34*bgm_ropeway_mvl/mxv + .byte N06 , An3 , v112 + .byte W24 + .byte N03 + .byte W03 + .byte An3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N06 , Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte An3 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N06 , Cn4 + .byte W12 + .byte Cs4 + .byte W24 + .byte N03 + .byte W03 + .byte Cs4 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N06 , En4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte Cs4 , v080 + .byte W03 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v112 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte N06 , En4 + .byte W12 + .byte TIE , Fs4 + .byte W48 + .byte VOL , 33*bgm_ropeway_mvl/mxv + .byte W04 + .byte 31*bgm_ropeway_mvl/mxv + .byte W04 + .byte 30*bgm_ropeway_mvl/mxv + .byte W04 + .byte 29*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W04 + .byte 28*bgm_ropeway_mvl/mxv + .byte W04 + .byte 27*bgm_ropeway_mvl/mxv + .byte W04 + .byte 25*bgm_ropeway_mvl/mxv + .byte W04 + .byte 24*bgm_ropeway_mvl/mxv + .byte W04 + .byte 22*bgm_ropeway_mvl/mxv + .byte W08 + .byte 19*bgm_ropeway_mvl/mxv + .byte W04 + .byte W04 + .byte 19*bgm_ropeway_mvl/mxv + .byte W04 + .byte 17*bgm_ropeway_mvl/mxv + .byte W04 + .byte 16*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W04 + .byte 14*bgm_ropeway_mvl/mxv + .byte W08 + .byte 11*bgm_ropeway_mvl/mxv + .byte W08 + .byte 9*bgm_ropeway_mvl/mxv + .byte W04 + .byte 9*bgm_ropeway_mvl/mxv + .byte W08 + .byte 8*bgm_ropeway_mvl/mxv + .byte W08 + .byte 7*bgm_ropeway_mvl/mxv + .byte W12 + .byte 6*bgm_ropeway_mvl/mxv + .byte W12 + .byte 5*bgm_ropeway_mvl/mxv + .byte W04 + .byte 4*bgm_ropeway_mvl/mxv + .byte W04 + .byte 3*bgm_ropeway_mvl/mxv + .byte W04 + .byte 2*bgm_ropeway_mvl/mxv + .byte W04 + .byte EOT + .byte W96 + .byte VOL , 1*bgm_ropeway_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_ropeway_8: + .byte VOL , 78*bgm_ropeway_mvl/mxv + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 , Bn2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_ropeway_9: + .byte KEYSH , bgm_ropeway_key+0 + .byte VOICE , 83 + .byte PAN , c_v+0 + .byte VOL , 47*bgm_ropeway_mvl/mxv + .byte N06 , Dn2 , v112 + .byte W24 + .byte An1 + .byte W24 + .byte En2 + .byte W24 + .byte An1 + .byte W24 + .byte Dn2 + .byte W24 + .byte An1 + .byte W24 + .byte En2 + .byte W24 + .byte An1 + .byte W24 + .byte Fs2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Gs2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Fs2 + .byte W24 + .byte Cs2 + .byte W24 + .byte Gs2 + .byte W24 + .byte Cs2 + .byte W12 + .byte Bn1 + .byte W06 + .byte N03 , As1 + .byte W03 + .byte Gs1 + .byte W03 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_ropeway: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_ropeway_pri @ Priority + .byte bgm_ropeway_rev @ Reverb. + + .word bgm_ropeway_grp + + .word bgm_ropeway_1 + .word bgm_ropeway_2 + .word bgm_ropeway_3 + .word bgm_ropeway_4 + .word bgm_ropeway_5 + .word bgm_ropeway_6 + .word bgm_ropeway_7 + .word bgm_ropeway_8 + .word bgm_ropeway_9 + + .end diff --git a/sound/songs/bgm_runecity.s b/sound/songs/bgm_runecity.s new file mode 100644 index 000000000..fb5697292 --- /dev/null +++ b/sound/songs/bgm_runecity.s @@ -0,0 +1,3151 @@ + .include "MPlayDef.s" + + .equ bgm_runecity_grp, voicegroup_844A7F0 + .equ bgm_runecity_pri, 0 + .equ bgm_runecity_rev, reverb_set+50 + .equ bgm_runecity_mvl, 127 + .equ bgm_runecity_key, 0 + .equ bgm_runecity_tbs, 1 + .equ bgm_runecity_exg, 0 + .equ bgm_runecity_cmp, 1 + + .section .rodata + .global bgm_runecity + .align 2 + +@********************** Track 1 **********************@ + +bgm_runecity_1: + .byte KEYSH , bgm_runecity_key+0 + .byte TEMPO , 136*bgm_runecity_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 47*bgm_runecity_mvl/mxv + .byte W12 +bgm_runecity_1_B1: +bgm_runecity_1_000: + .byte N02 , Gn5 , v112 + .byte W16 + .byte Gn5 , v072 + .byte W08 + .byte Gn5 , v112 + .byte W24 + .byte N02 + .byte W24 + .byte PEND +bgm_runecity_1_001: + .byte N02 , Gn5 , v112 + .byte W16 + .byte Gn5 , v064 + .byte W08 + .byte Gn5 , v112 + .byte W04 + .byte Gn5 , v064 + .byte W04 + .byte N02 + .byte W08 + .byte Gn5 , v096 + .byte W08 + .byte Gn5 , v112 + .byte W08 + .byte Gn5 , v072 + .byte W08 + .byte Gn5 , v084 + .byte W08 + .byte PEND +bgm_runecity_1_002: + .byte N02 , Gn5 , v112 + .byte W16 + .byte Gn5 , v072 + .byte W08 + .byte Gn5 , v112 + .byte W16 + .byte Gn5 , v064 + .byte W24 + .byte Gn5 , v060 + .byte W08 + .byte PEND + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_002 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_000 + .byte PATT + .word bgm_runecity_1_001 + .byte PATT + .word bgm_runecity_1_001 + .byte GOTO + .word bgm_runecity_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_runecity_2: + .byte KEYSH , bgm_runecity_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte W02 + .byte N04 , Fs4 , v112 + .byte W04 + .byte Gs4 + .byte W02 + .byte As4 + .byte W04 +bgm_runecity_2_B1: + .byte VOICE , 73 + .byte N48 , Bn4 , v112 + .byte W48 + .byte N08 , Fs4 + .byte W08 + .byte N02 , Bn4 + .byte W02 + .byte As4 + .byte W02 + .byte Gs4 + .byte W02 + .byte Fs4 + .byte W02 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W04 +bgm_runecity_2_000: + .byte N60 , Gs4 , v112 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte W04 + .byte 40*bgm_runecity_mvl/mxv + .byte W04 + .byte 30*bgm_runecity_mvl/mxv + .byte W04 + .byte 25*bgm_runecity_mvl/mxv + .byte W04 + .byte 16*bgm_runecity_mvl/mxv + .byte W04 + .byte 9*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte N04 , En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Gs4 + .byte W04 + .byte PEND + .byte N48 , An4 + .byte W24 + .byte MOD , 7 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte W04 + .byte 40*bgm_runecity_mvl/mxv + .byte W04 + .byte 30*bgm_runecity_mvl/mxv + .byte W04 + .byte 25*bgm_runecity_mvl/mxv + .byte W04 + .byte 16*bgm_runecity_mvl/mxv + .byte W04 + .byte 9*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte N04 , Bn4 + .byte W04 + .byte Bn4 , v032 + .byte W12 + .byte An4 , v112 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , An4 , v032 + .byte W08 + .byte Dn4 , v112 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Gs4 , v112 + .byte W04 + .byte Gs4 , v032 + .byte W04 + .byte N08 , Fs4 , v112 + .byte W08 + .byte N16 , Gs4 + .byte W16 + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N40 , Bn4 , v112 + .byte W24 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte N08 , As4 + .byte W08 + .byte MOD , 0 + .byte N08 , Fs4 + .byte W08 + .byte N02 , Bn4 + .byte W02 + .byte As4 + .byte W02 + .byte An4 + .byte W02 + .byte Gs4 + .byte W02 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte PATT + .word bgm_runecity_2_000 + .byte N48 , An4 , v112 + .byte W24 + .byte MOD , 7 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte W04 + .byte 40*bgm_runecity_mvl/mxv + .byte W04 + .byte 30*bgm_runecity_mvl/mxv + .byte W04 + .byte 25*bgm_runecity_mvl/mxv + .byte W04 + .byte 20*bgm_runecity_mvl/mxv + .byte W04 + .byte 15*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte N04 , Bn4 + .byte W04 + .byte Bn4 , v032 + .byte W12 + .byte An4 , v112 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N24 , Bn4 , v112 + .byte W24 + .byte VOICE , 58 + .byte VOL , 42*bgm_runecity_mvl/mxv + .byte N08 , Fn3 + .byte W08 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Dn4 , v112 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N02 , Fn4 , v112 + .byte W02 + .byte N44 , Fs4 + .byte W22 + .byte MOD , 6 + .byte VOL , 37*bgm_runecity_mvl/mxv + .byte W04 + .byte 34*bgm_runecity_mvl/mxv + .byte W04 + .byte 29*bgm_runecity_mvl/mxv + .byte W04 + .byte 24*bgm_runecity_mvl/mxv + .byte W04 + .byte 18*bgm_runecity_mvl/mxv + .byte W04 + .byte 13*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 43*bgm_runecity_mvl/mxv + .byte N02 , Dn5 , v072 + .byte W02 + .byte N12 , Cs5 , v076 + .byte W12 + .byte N02 , Cn5 , v064 + .byte W02 + .byte N04 , Bn4 , v068 + .byte W08 + .byte N48 , Fs4 , v112 + .byte W24 + .byte MOD , 6 + .byte VOL , 37*bgm_runecity_mvl/mxv + .byte W04 + .byte 34*bgm_runecity_mvl/mxv + .byte W04 + .byte 29*bgm_runecity_mvl/mxv + .byte W04 + .byte 24*bgm_runecity_mvl/mxv + .byte W04 + .byte 18*bgm_runecity_mvl/mxv + .byte W04 + .byte 13*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 43*bgm_runecity_mvl/mxv + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Dn4 , v112 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N40 , Fs4 , v112 + .byte W24 + .byte MOD , 5 + .byte W16 + .byte 0 + .byte N04 , En4 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte N16 , Ds4 , v112 + .byte W16 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N16 , En4 , v112 + .byte W16 + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W12 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte N16 , En4 , v112 + .byte W16 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte N40 , En4 , v112 + .byte W24 + .byte MOD , 5 + .byte VOL , 40*bgm_runecity_mvl/mxv + .byte W04 + .byte 33*bgm_runecity_mvl/mxv + .byte W04 + .byte 26*bgm_runecity_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte N04 , Fs4 + .byte W08 + .byte En4 + .byte W04 + .byte En4 , v032 + .byte W12 + .byte N08 , Bn3 , v112 + .byte W08 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N02 + .byte W02 + .byte N14 , Dn4 + .byte W14 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Bn4 , v088 + .byte W08 + .byte N02 , As4 , v084 + .byte W02 + .byte An4 , v080 + .byte W02 + .byte Gs4 , v076 + .byte W02 + .byte Gn4 + .byte W02 + .byte N08 , Fs4 , v088 + .byte W08 + .byte N40 , Dn4 , v112 + .byte W24 + .byte MOD , 6 + .byte W16 + .byte 0 + .byte N04 , En4 + .byte W04 + .byte En4 , v032 + .byte W04 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte N02 , Cs4 , v112 + .byte W02 + .byte N22 , Dn4 + .byte W22 + .byte N24 , Cs4 + .byte W08 + .byte VOL , 40*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 37*bgm_runecity_mvl/mxv + .byte W04 + .byte 34*bgm_runecity_mvl/mxv + .byte W04 + .byte 29*bgm_runecity_mvl/mxv + .byte W04 + .byte VOICE , 1 + .byte MOD , 0 + .byte VOL , 41*bgm_runecity_mvl/mxv + .byte N12 , As3 + .byte W12 + .byte VOL , 62*bgm_runecity_mvl/mxv + .byte N04 , Dn4 , v080 + .byte W04 + .byte En4 , v092 + .byte W04 + .byte Fn4 , v096 + .byte W04 + .byte W02 + .byte N36 , Fs4 , v112 + .byte W36 + .byte W02 + .byte N04 , Bn3 + .byte W08 + .byte N02 , Cs5 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte W02 + .byte N44 , Fs4 + .byte W44 + .byte W02 + .byte N04 , Fs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte W02 + .byte N36 , Fs4 + .byte W36 + .byte W02 + .byte N04 , En4 + .byte W08 + .byte Ds4 + .byte W16 + .byte Fs4 + .byte W08 + .byte W02 + .byte N16 , En4 + .byte W14 + .byte N04 , Gs3 + .byte W08 + .byte Bn3 + .byte W16 + .byte As3 + .byte W08 + .byte Bn3 + .byte W16 + .byte En4 + .byte W08 + .byte W02 + .byte N36 , Gn4 + .byte W36 + .byte W02 + .byte N04 , An4 + .byte W08 + .byte Gn4 + .byte W16 + .byte N08 , En4 + .byte W08 + .byte N04 , Fs4 + .byte W16 + .byte Dn4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N04 , As4 + .byte W08 + .byte N16 , Bn4 + .byte W16 + .byte N04 , Dn5 + .byte W08 + .byte W02 + .byte N40 , Cs5 + .byte W36 + .byte W02 + .byte N04 , Gs4 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte N02 , An4 + .byte W02 + .byte N22 , As4 + .byte W22 + .byte N24 , Bn4 + .byte W24 + .byte N12 , Cs5 + .byte W12 + .byte N04 , Bn4 + .byte W02 + .byte VOICE , 17 + .byte W02 + .byte N04 , An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte VOL , 57*bgm_runecity_mvl/mxv + .byte N56 , Fs4 + .byte W56 + .byte N04 , Gn4 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N56 , An4 , v112 + .byte W56 + .byte N04 + .byte W08 + .byte Bn4 + .byte W08 + .byte N40 , Cn5 + .byte W48 + .byte N04 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte Bn4 , v112 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte An4 , v112 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte N16 , Bn4 , v112 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte N16 , An4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N02 , Ds4 + .byte W02 + .byte En4 + .byte W02 + .byte Fn4 + .byte W02 + .byte Fs4 + .byte W02 + .byte N56 , Gn4 + .byte W56 + .byte N04 , An4 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N48 , Dn5 , v112 + .byte W48 + .byte N04 , Dn4 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N48 , En4 , v112 + .byte W48 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W12 + .byte Dn4 , v112 + .byte W04 + .byte Dn4 , v032 + .byte W04 + .byte N16 , Cs4 , v112 + .byte W16 + .byte N04 , En3 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte N12 , En4 , v112 + .byte W12 + .byte VOICE , 24 + .byte VOL , 59*bgm_runecity_mvl/mxv + .byte N04 , Bn4 + .byte W04 + .byte An4 + .byte W04 + .byte Gn4 + .byte W04 + .byte N56 , Fs4 + .byte W24 + .byte MOD , 7 + .byte W32 + .byte 0 + .byte N04 , Gn4 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N56 , An4 , v112 + .byte W24 + .byte MOD , 7 + .byte W32 + .byte 0 + .byte N04 + .byte W04 + .byte An4 , v032 + .byte W04 + .byte Bn4 , v112 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte N40 , Cn5 , v112 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N04 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte Dn5 , v112 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte En5 , v112 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte N24 , Fs5 , v112 + .byte W24 + .byte En5 + .byte W24 + .byte Ds5 + .byte W24 + .byte N40 , Gn5 + .byte W24 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte N04 , An5 + .byte W04 + .byte An5 , v032 + .byte W04 + .byte Gn5 , v112 + .byte W04 + .byte Gn5 , v032 + .byte W04 + .byte Fs5 , v112 + .byte W04 + .byte Fs5 , v032 + .byte W04 + .byte En5 , v112 + .byte W04 + .byte En5 , v032 + .byte W04 + .byte Dn5 , v112 + .byte W04 + .byte Dn5 , v032 + .byte W04 + .byte N40 , Fs5 , v112 + .byte W16 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N04 , Dn5 + .byte W04 + .byte Dn5 , v032 + .byte W12 + .byte Fs5 , v112 + .byte W04 + .byte Fs5 , v032 + .byte W04 + .byte N40 , En5 , v112 + .byte W24 + .byte MOD , 6 + .byte W16 + .byte 0 + .byte N04 , Bn4 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte En5 , v112 + .byte W04 + .byte En5 , v032 + .byte W12 + .byte Bn4 , v112 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte N16 , Cs4 , v112 + .byte W16 + .byte N04 , An3 + .byte W04 + .byte An3 , v032 + .byte W04 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N04 , Bn3 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte N16 , En4 , v112 + .byte W16 + .byte N04 , Gs3 + .byte W04 + .byte Gs3 , v032 + .byte W04 + .byte N16 , Fs4 , v112 + .byte W16 + .byte N04 , Cs4 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte N16 , Gs4 , v112 + .byte W16 + .byte N04 , Cs4 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte N16 , As4 , v112 + .byte W16 + .byte N04 , Cs4 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte GOTO + .word bgm_runecity_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_runecity_3: + .byte KEYSH , bgm_runecity_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 46*bgm_runecity_mvl/mxv + .byte W12 +bgm_runecity_3_B1: + .byte W72 + .byte W72 + .byte W48 + .byte N16 , En5 , v112 + .byte W24 + .byte W72 + .byte W72 + .byte W72 + .byte W48 + .byte N16 + .byte W24 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_runecity_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_runecity_4: + .byte KEYSH , bgm_runecity_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-64 + .byte VOL , 37*bgm_runecity_mvl/mxv + .byte W12 +bgm_runecity_4_B1: +bgm_runecity_4_000: + .byte N02 , Fs2 , v112 + .byte W16 + .byte N04 , Dn3 + .byte W24 + .byte N02 , Fs2 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte PEND +bgm_runecity_4_001: + .byte N02 , Fs2 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N16 , En3 + .byte W16 + .byte N04 , Fs2 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte Fs2 + .byte W08 + .byte PEND +bgm_runecity_4_002: + .byte N02 , Fs2 , v112 + .byte W16 + .byte N04 , Fs3 + .byte W24 + .byte N02 , Fs2 + .byte W08 + .byte N08 , Fs3 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte PEND + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte N04 + .byte W08 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte PATT + .word bgm_runecity_4_000 + .byte PATT + .word bgm_runecity_4_001 + .byte PATT + .word bgm_runecity_4_002 + .byte N02 , Fs2 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N24 , Fn3 + .byte W48 + .byte N02 , Fs2 + .byte W16 + .byte N04 , Dn3 + .byte W24 + .byte Cs3 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N02 + .byte W16 + .byte N04 , Cs3 + .byte W24 + .byte Cn3 + .byte W08 + .byte N08 , Cs3 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N02 + .byte W16 + .byte N04 , Cn3 + .byte W24 + .byte Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte An2 + .byte W08 +bgm_runecity_4_003: + .byte N16 , Bn2 , v112 + .byte W16 + .byte N02 , Gs2 + .byte W08 + .byte N16 + .byte W16 + .byte N02 , En2 + .byte W08 + .byte N24 , Bn2 + .byte W24 + .byte PEND + .byte N02 , Gn2 + .byte W16 + .byte N04 , Bn2 + .byte W24 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N02 + .byte W16 + .byte N04 , An2 + .byte W24 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte Fn2 + .byte W16 + .byte N04 , Gs2 + .byte W24 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Fn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Cs2 + .byte W08 + .byte As1 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Cs2 + .byte W08 + .byte As1 + .byte W08 + .byte N08 , As2 + .byte W08 + .byte N04 , Fs2 + .byte W08 + .byte Cs2 + .byte W08 + .byte N02 , Fs2 + .byte W16 + .byte N04 , Dn3 + .byte W24 + .byte Cs3 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N02 + .byte W08 + .byte Fs2 + .byte W16 + .byte N04 , Cs3 + .byte W24 + .byte Bn2 + .byte W08 + .byte N08 , Cs3 + .byte W16 + .byte N02 + .byte W08 + .byte Fs2 + .byte W16 + .byte N04 , Cn3 + .byte W24 + .byte Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Fs2 + .byte W08 + .byte PATT + .word bgm_runecity_4_003 + .byte N02 , Gn2 , v112 + .byte W16 + .byte N04 , Bn2 + .byte W24 + .byte As2 + .byte W08 + .byte N08 , Bn2 + .byte W16 + .byte N02 , Gn2 + .byte W08 + .byte N16 , Fs2 + .byte W16 + .byte N04 , Dn2 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N04 , Gn2 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte N24 , Fn3 + .byte W24 + .byte N04 , Cs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte As2 + .byte W08 + .byte Gs2 + .byte W08 + .byte As2 + .byte W08 + .byte Bn2 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte N04 , As2 + .byte W08 + .byte Fs2 + .byte W08 + .byte N08 , En3 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte N02 , An2 + .byte W16 + .byte N04 , An3 + .byte W24 + .byte Fs3 + .byte W08 + .byte N08 , An3 + .byte W16 + .byte N02 , An2 + .byte W08 + .byte Cs3 + .byte W16 + .byte N04 , En3 + .byte W24 + .byte Dn3 + .byte W08 + .byte N08 , En3 + .byte W16 + .byte N02 , Cs3 + .byte W08 + .byte Cn3 + .byte W16 + .byte N04 , En3 + .byte W24 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N02 , Bn2 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N02 , An2 + .byte W08 + .byte N24 , Bn2 + .byte W24 + .byte N02 , As2 + .byte W16 + .byte N04 , Dn3 + .byte W24 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N02 , Fs2 + .byte W16 + .byte N04 , An2 + .byte W24 + .byte Gs2 + .byte W08 + .byte An2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N02 , Fn2 + .byte W16 + .byte N04 , Bn2 + .byte W24 + .byte En2 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , En2 + .byte W08 + .byte N04 , Cs2 + .byte W08 + .byte An1 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Dn2 + .byte W08 + .byte Bn1 + .byte W08 + .byte N08 , Gn2 + .byte W08 + .byte N04 , En2 + .byte W08 + .byte Cs2 + .byte W08 + .byte N02 , Fs3 + .byte W16 + .byte N04 , An3 + .byte W24 + .byte Gs3 + .byte W08 + .byte N08 , An3 + .byte W16 + .byte N02 , Fs3 + .byte W08 + .byte En3 + .byte W16 + .byte N04 , Gn3 + .byte W24 + .byte Fs3 + .byte W08 + .byte N08 , Gn3 + .byte W16 + .byte N02 , En3 + .byte W08 + .byte N02 + .byte W16 + .byte N04 , Gn3 + .byte W24 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte N02 , Fs3 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte N02 , Fs3 + .byte W08 + .byte N24 , Bn3 + .byte W24 + .byte N02 , Bn2 + .byte W16 + .byte N04 , As3 + .byte W24 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N02 , As2 + .byte W16 + .byte N04 , An3 + .byte W24 + .byte Bn3 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , En3 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte N16 , Bn3 + .byte W16 + .byte N04 , En3 + .byte W08 + .byte N08 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte An2 + .byte W08 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N08 , Fs3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N04 , Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N04 , Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte GOTO + .word bgm_runecity_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_runecity_5: + .byte KEYSH , bgm_runecity_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 37*bgm_runecity_mvl/mxv + .byte W12 +bgm_runecity_5_B1: +bgm_runecity_5_000: + .byte N02 , Bn2 , v112 + .byte W16 + .byte N04 , Fs3 + .byte W24 + .byte N02 , Bn2 + .byte W08 + .byte N08 , Fs3 + .byte W16 + .byte N02 , Bn2 + .byte W08 + .byte PEND +bgm_runecity_5_001: + .byte N02 , Bn2 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte Cs3 + .byte W08 + .byte PEND +bgm_runecity_5_002: + .byte N02 , Bn2 , v112 + .byte W16 + .byte N04 , An3 + .byte W24 + .byte N02 , Bn2 + .byte W08 + .byte N08 , An3 + .byte W16 + .byte N02 , Bn2 + .byte W08 + .byte PEND + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N24 , Gs3 + .byte W24 + .byte N04 + .byte W08 + .byte An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte PATT + .word bgm_runecity_5_000 + .byte PATT + .word bgm_runecity_5_001 + .byte PATT + .word bgm_runecity_5_002 + .byte N02 , Bn2 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N24 , Bn3 + .byte W48 + .byte N02 , Dn3 + .byte W16 + .byte N04 , Fs3 + .byte W24 + .byte Fn3 + .byte W08 + .byte N08 , Fs3 + .byte W16 + .byte N02 , Dn3 + .byte W08 + .byte Cs3 + .byte W16 + .byte N04 , Fs3 + .byte W24 + .byte Fn3 + .byte W08 + .byte N08 , Fs3 + .byte W16 + .byte N02 , Cs3 + .byte W08 + .byte Cn3 + .byte W16 + .byte N04 , Fs3 + .byte W24 + .byte Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N16 , En3 + .byte W16 + .byte N02 , Bn2 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N02 , Bn2 + .byte W08 + .byte N24 , En3 + .byte W24 + .byte N02 , Dn3 + .byte W16 + .byte N04 , En3 + .byte W24 + .byte Fs3 + .byte W08 + .byte N08 , En3 + .byte W16 + .byte N02 , Bn2 + .byte W08 + .byte An2 + .byte W16 + .byte N04 , Dn3 + .byte W24 + .byte Cs3 + .byte W08 + .byte N08 , Dn3 + .byte W16 + .byte N02 , An2 + .byte W08 + .byte Gs2 + .byte W16 + .byte N04 , Dn3 + .byte W24 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N08 , As2 + .byte W08 + .byte N04 , Fs2 + .byte W08 + .byte Cs2 + .byte W08 + .byte N08 , Bn2 + .byte W08 + .byte N04 , Fs2 + .byte W08 + .byte Cs2 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte N04 , As2 + .byte W08 + .byte Fs2 + .byte W08 + .byte N02 , Fs3 + .byte W16 + .byte N04 , Bn3 + .byte W24 + .byte As3 + .byte W08 + .byte N08 , Bn3 + .byte W16 + .byte N02 , Fs3 + .byte W08 + .byte N02 + .byte W16 + .byte N04 , As3 + .byte W24 + .byte Gs3 + .byte W08 + .byte N08 , As3 + .byte W16 + .byte N02 , Fs3 + .byte W08 + .byte N02 + .byte W16 + .byte N04 , An3 + .byte W24 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte En3 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte N02 , En3 + .byte W08 + .byte N16 , Gn3 + .byte W16 + .byte N02 , En3 + .byte W08 + .byte N24 , Gs3 + .byte W24 + .byte N02 , En3 + .byte W16 + .byte N04 , Gn3 + .byte W24 + .byte Fs3 + .byte W08 + .byte N08 , Gn3 + .byte W16 + .byte N02 , En3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N04 , En3 + .byte W08 + .byte N16 , Bn3 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N24 , Cs4 + .byte W24 + .byte N04 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N04 , Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte N08 , Bn3 + .byte W08 + .byte N04 , Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte N08 , Cs4 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N02 + .byte W16 + .byte N04 , Dn4 + .byte W24 + .byte Cs4 + .byte W08 + .byte N08 , Dn4 + .byte W16 + .byte N02 , Fs3 + .byte W08 + .byte An3 + .byte W16 + .byte N04 , Cs4 + .byte W24 + .byte Bn3 + .byte W08 + .byte N08 , Cs4 + .byte W16 + .byte N02 , An3 + .byte W08 + .byte Gn3 + .byte W16 + .byte N04 , Cn4 + .byte W24 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N16 , Bn3 + .byte W16 + .byte N02 , Ds3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N02 , Ds3 + .byte W08 + .byte N24 , Fs3 + .byte W24 + .byte N02 , Cs3 + .byte W16 + .byte N04 , Gn3 + .byte W24 + .byte An3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte N02 , An2 + .byte W16 + .byte N04 , Fs3 + .byte W24 + .byte Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N02 , Gs2 + .byte W16 + .byte N04 , En3 + .byte W24 + .byte Bn2 + .byte W08 + .byte N04 + .byte W08 + .byte Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte En2 + .byte W08 + .byte N08 , Dn3 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Fs2 + .byte W08 + .byte N08 , En3 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N02 , Dn4 + .byte W16 + .byte N04 , Fs4 + .byte W24 + .byte Fn4 + .byte W08 + .byte N08 , Fs4 + .byte W16 + .byte N02 , Dn4 + .byte W08 + .byte Cs4 + .byte W16 + .byte N04 , En4 + .byte W24 + .byte Ds4 + .byte W08 + .byte N08 , En4 + .byte W16 + .byte N02 , Cs4 + .byte W08 + .byte Bn3 + .byte W16 + .byte N04 , En4 + .byte W24 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte N16 , An4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N02 , Ds4 + .byte W08 + .byte N24 , Fs4 + .byte W24 + .byte N02 , Fn3 + .byte W16 + .byte N04 , Gn4 + .byte W24 + .byte An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte N02 , Cs3 + .byte W16 + .byte N04 , Fs4 + .byte W24 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N16 , En4 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte N08 , Cs4 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte En3 + .byte W08 + .byte N08 , Dn4 + .byte W06 + .byte N04 , Bn3 + .byte W10 + .byte Fs3 + .byte W08 + .byte N08 , En4 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N08 , Cs4 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , En4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte GOTO + .word bgm_runecity_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_runecity_6: + .byte KEYSH , bgm_runecity_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 59*bgm_runecity_mvl/mxv + .byte W12 +bgm_runecity_6_B1: + .byte W72 +bgm_runecity_6_000: + .byte W24 + .byte N04 , Fs2 , v112 + .byte W04 + .byte Fs2 , v060 + .byte W04 + .byte N04 + .byte W08 + .byte Fs2 , v064 + .byte W08 + .byte Fs2 , v112 + .byte W24 + .byte PEND + .byte W72 + .byte W72 + .byte W72 + .byte PATT + .word bgm_runecity_6_000 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte W72 + .byte GOTO + .word bgm_runecity_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_runecity_7: + .byte KEYSH , bgm_runecity_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 58*bgm_runecity_mvl/mxv + .byte N04 , Gs1 , v112 + .byte W06 + .byte Bn1 + .byte W02 + .byte Cs2 + .byte W04 +bgm_runecity_7_B1: + .byte N16 , Bn1 , v112 + .byte W16 + .byte N04 , Bn2 + .byte W24 + .byte N08 , Bn1 + .byte W08 + .byte Bn2 + .byte W24 + .byte N04 , Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte Fs1 + .byte W08 + .byte Gs1 + .byte W08 + .byte As1 + .byte W08 +bgm_runecity_7_000: + .byte N16 , Bn1 , v112 + .byte W16 + .byte N04 , Cs3 + .byte W24 + .byte N08 , Bn1 + .byte W08 + .byte Cs3 + .byte W24 + .byte PEND + .byte N04 , Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N24 , Bn2 + .byte W24 + .byte N04 , Bn1 + .byte W08 + .byte An1 + .byte W08 + .byte Fs1 + .byte W08 + .byte N16 , Bn1 + .byte W16 + .byte N04 , Bn2 + .byte W24 + .byte Bn1 + .byte W08 + .byte N08 , Bn2 + .byte W24 + .byte N04 , Bn1 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Bn2 + .byte W24 + .byte N04 , Fs1 + .byte W08 + .byte Gs1 + .byte W08 + .byte As1 + .byte W08 + .byte PATT + .word bgm_runecity_7_000 + .byte N16 , Bn1 , v112 + .byte W16 + .byte N02 , Fs1 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte N04 , Fs1 + .byte W08 + .byte Gs1 + .byte W08 + .byte As1 + .byte W08 + .byte N16 , Bn1 + .byte W16 + .byte N02 , Bn2 + .byte W24 + .byte N04 , Bn1 + .byte W08 + .byte N08 , Bn2 + .byte W16 + .byte N02 , Dn2 + .byte W08 + .byte N16 , As1 + .byte W16 + .byte N02 , As2 + .byte W24 + .byte N04 , As1 + .byte W08 + .byte N08 , As2 + .byte W16 + .byte N02 , Dn2 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N02 , An2 + .byte W24 + .byte N04 , An1 + .byte W08 + .byte An2 + .byte W08 + .byte N02 , En2 + .byte W08 + .byte N04 , An1 + .byte W08 + .byte N16 , Gs1 + .byte W24 + .byte Bn1 + .byte W24 + .byte An1 + .byte W16 + .byte N08 , Gs1 + .byte W08 + .byte N16 , Gn1 + .byte W16 + .byte N04 , Fs1 + .byte W08 + .byte Gn1 + .byte W16 + .byte En2 + .byte W08 + .byte Cs2 + .byte W08 + .byte As1 + .byte W08 + .byte Gn1 + .byte W08 + .byte N16 , Fs1 + .byte W16 + .byte N02 , Dn2 + .byte W08 + .byte N04 , Fs1 + .byte W16 + .byte N04 + .byte W24 + .byte N02 + .byte W08 + .byte N16 , Fn1 + .byte W16 + .byte N02 , Dn2 + .byte W24 + .byte N04 , Fn1 + .byte W32 + .byte N16 , Fs1 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N04 , As1 + .byte W08 + .byte Fs1 + .byte W08 + .byte As1 + .byte W08 + .byte Fs2 + .byte W16 + .byte As2 + .byte W08 + .byte N16 , Bn1 + .byte W16 + .byte N02 , Bn2 + .byte W24 + .byte N04 , Bn1 + .byte W08 + .byte N16 + .byte W16 + .byte N02 , Dn2 + .byte W08 + .byte N16 , As1 + .byte W16 + .byte N02 , As2 + .byte W08 + .byte N04 , As1 + .byte W16 + .byte N02 , As2 + .byte W08 + .byte N08 , As1 + .byte W08 + .byte N04 , Bn1 + .byte W08 + .byte As1 + .byte W08 + .byte N16 , An1 + .byte W40 + .byte N04 + .byte W32 + .byte N16 , Gs1 + .byte W24 + .byte Bn1 + .byte W16 + .byte N02 , Gs1 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N04 , Gs1 + .byte W08 + .byte N16 , Gn1 + .byte W40 + .byte N04 + .byte W08 + .byte N02 , Bn1 + .byte W16 + .byte N08 , Gn1 + .byte W08 + .byte N16 , Fs1 + .byte W16 + .byte N02 , Bn1 + .byte W08 + .byte N16 , Fs1 + .byte W16 + .byte N02 , Bn1 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N04 , Cs2 + .byte W08 + .byte N16 , Fn1 + .byte W16 + .byte N02 , Fn2 + .byte W08 + .byte N04 , Fn1 + .byte W08 + .byte Fn2 + .byte W08 + .byte Dn2 + .byte W08 + .byte Cs2 + .byte W08 + .byte Bn1 + .byte W08 + .byte N08 , Gn1 + .byte W08 + .byte N16 , Fs1 + .byte W24 + .byte En1 + .byte W16 + .byte N04 , Fs1 + .byte W08 + .byte N12 , Cs1 + .byte W16 + .byte N08 , Cs2 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N02 , An1 + .byte W08 + .byte N04 , Dn2 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N04 , An1 + .byte W16 + .byte N08 , Dn2 + .byte W08 + .byte N16 , Cs2 + .byte W40 + .byte N04 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N08 , Cs2 + .byte W08 + .byte N16 , Cn2 + .byte W16 + .byte N02 , An1 + .byte W08 + .byte N04 , Cn2 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N04 , Cn2 + .byte W16 + .byte N08 , An1 + .byte W08 + .byte N16 , Bn1 + .byte W24 + .byte Cs2 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte N16 , Ds2 + .byte W16 + .byte N08 , Bn1 + .byte W08 + .byte N16 , As1 + .byte W16 + .byte N04 , Gn1 + .byte W24 + .byte As1 + .byte W08 + .byte N02 , Gn2 + .byte W16 + .byte N08 , As1 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N02 , Dn2 + .byte W24 + .byte N04 , An1 + .byte W08 + .byte Dn2 + .byte W08 + .byte Cs2 + .byte W08 + .byte N08 , An1 + .byte W08 + .byte N16 , Gs1 + .byte W40 + .byte N04 + .byte W24 + .byte N08 + .byte W08 + .byte N16 , An1 + .byte W16 + .byte N02 , Bn1 + .byte W08 + .byte N16 , Gn1 + .byte W16 + .byte N02 , An1 + .byte W08 + .byte N16 , En1 + .byte W16 + .byte N08 , Cs2 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N02 , An2 + .byte W24 + .byte N04 , Dn2 + .byte W08 + .byte N06 + .byte W08 + .byte N02 , Fs2 + .byte W08 + .byte N08 , Dn2 + .byte W08 + .byte N16 , Cs2 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte Dn2 + .byte W16 + .byte Bn1 + .byte W08 + .byte En2 + .byte W08 + .byte Dn2 + .byte W08 + .byte N08 , Cs2 + .byte W08 + .byte N16 , Cn2 + .byte W40 + .byte N04 + .byte W32 + .byte N16 , Bn1 + .byte W16 + .byte N04 , Fs1 + .byte W08 + .byte N16 , Cs2 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte N16 , Ds2 + .byte W16 + .byte N08 , Bn1 + .byte W08 + .byte N16 , As1 + .byte W16 + .byte N02 , Gn2 + .byte W08 + .byte N04 , As1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Bn1 + .byte W08 + .byte N04 , As1 + .byte W08 + .byte N16 , An1 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Dn2 + .byte W16 + .byte N08 , Cs2 + .byte W08 + .byte N16 , Gs1 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte Dn2 + .byte W16 + .byte Bn1 + .byte W08 + .byte N16 , Gs1 + .byte W16 + .byte N02 , Bn1 + .byte W08 + .byte N16 , An1 + .byte W24 + .byte N04 + .byte W16 + .byte N02 , An2 + .byte W08 + .byte N04 , An1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gn1 + .byte W08 + .byte N16 , Fs1 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N04 , Fs1 + .byte W16 + .byte N02 , Fs2 + .byte W08 + .byte N06 , Fs1 + .byte W08 + .byte N04 , En1 + .byte W08 + .byte Cs1 + .byte W08 + .byte GOTO + .word bgm_runecity_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_runecity_8: + .byte KEYSH , bgm_runecity_key+0 + .byte VOICE , 73 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte PAN , c_v-19 + .byte N04 , Bn3 , v112 + .byte W04 + .byte Cn4 + .byte W04 + .byte Cs4 + .byte W04 +bgm_runecity_8_B1: + .byte VOICE , 73 + .byte N48 , Dn4 , v112 + .byte W48 + .byte N10 , Bn3 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N60 , En4 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte W04 + .byte 40*bgm_runecity_mvl/mxv + .byte W04 + .byte 30*bgm_runecity_mvl/mxv + .byte W04 + .byte 25*bgm_runecity_mvl/mxv + .byte W04 + .byte 16*bgm_runecity_mvl/mxv + .byte W04 + .byte 9*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte N04 , As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N48 , Cs4 + .byte W24 + .byte MOD , 7 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte W04 + .byte 40*bgm_runecity_mvl/mxv + .byte W04 + .byte 30*bgm_runecity_mvl/mxv + .byte W04 + .byte 25*bgm_runecity_mvl/mxv + .byte W04 + .byte 16*bgm_runecity_mvl/mxv + .byte W04 + .byte 9*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte N04 , Dn4 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , En4 + .byte W24 + .byte N04 , Bn3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N08 , Bn3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N40 , Dn4 + .byte W24 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte N08 , Cs4 + .byte W08 + .byte MOD , 0 + .byte N08 , Bn3 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N40 , En4 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte W04 + .byte 40*bgm_runecity_mvl/mxv + .byte N08 , Dn4 + .byte W04 + .byte VOL , 30*bgm_runecity_mvl/mxv + .byte W04 + .byte 25*bgm_runecity_mvl/mxv + .byte N12 , Cs4 + .byte W04 + .byte VOL , 16*bgm_runecity_mvl/mxv + .byte W04 + .byte 9*bgm_runecity_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 45*bgm_runecity_mvl/mxv + .byte N04 , An3 + .byte W04 + .byte As3 + .byte W04 + .byte Bn3 + .byte W04 + .byte N40 , Cs4 + .byte W24 + .byte MOD , 7 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte W04 + .byte 40*bgm_runecity_mvl/mxv + .byte W04 + .byte 30*bgm_runecity_mvl/mxv + .byte W04 + .byte 25*bgm_runecity_mvl/mxv + .byte W04 + .byte 45*bgm_runecity_mvl/mxv + .byte MOD , 0 + .byte N08 , Bn3 + .byte W08 + .byte MOD , 0 + .byte N04 , Dn4 + .byte W16 + .byte Cs4 + .byte W08 + .byte W24 + .byte N24 , Dn4 + .byte W24 + .byte VOICE , 13 + .byte VOL , 39*bgm_runecity_mvl/mxv + .byte N08 , Fn3 , v088 + .byte W08 + .byte N04 , Bn3 , v096 + .byte W08 + .byte Dn4 , v104 + .byte W08 + .byte W02 + .byte N02 , Fs4 , v048 + .byte W02 + .byte N04 , Bn3 + .byte W04 + .byte Fs4 , v052 + .byte W04 + .byte Bn3 , v056 + .byte W04 + .byte Fs4 + .byte W04 + .byte Bn3 , v060 + .byte W04 + .byte Fs4 , v064 + .byte W04 + .byte Bn3 , v068 + .byte W04 + .byte Fs4 , v072 + .byte W04 + .byte Bn3 , v080 + .byte W04 + .byte Fs4 , v084 + .byte W04 + .byte Bn3 , v092 + .byte W04 + .byte Fs4 , v096 + .byte W04 + .byte Bn3 + .byte W04 + .byte Fs4 , v104 + .byte W04 + .byte Bn3 + .byte W04 + .byte Fs4 , v108 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Fs4 + .byte W04 + .byte As3 , v108 + .byte W04 + .byte Fs4 , v104 + .byte W04 + .byte As3 + .byte W04 + .byte Fs4 , v096 + .byte W04 + .byte As3 + .byte W04 + .byte Fs4 , v092 + .byte W04 + .byte As3 , v088 + .byte W04 + .byte Fs4 , v084 + .byte W04 + .byte As3 , v080 + .byte W04 + .byte Fs4 , v076 + .byte W04 + .byte As3 , v068 + .byte W04 + .byte Fs4 , v064 + .byte W04 + .byte As3 , v060 + .byte W04 + .byte Fs4 , v056 + .byte W04 + .byte As3 , v048 + .byte W04 + .byte Fs4 , v044 + .byte W04 + .byte As3 , v036 + .byte W04 + .byte Fs4 , v048 + .byte W04 + .byte An3 + .byte W04 + .byte Fs4 , v052 + .byte W04 + .byte An3 , v056 + .byte W04 + .byte Fs4 + .byte W04 + .byte An3 , v060 + .byte W04 + .byte Fs4 , v064 + .byte W04 + .byte An3 , v068 + .byte W04 + .byte Fs4 , v072 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte Fs4 , v084 + .byte W04 + .byte An3 , v092 + .byte W04 + .byte Fs4 , v096 + .byte W04 + .byte An3 + .byte W04 + .byte Fs4 , v104 + .byte W04 + .byte An3 + .byte W04 + .byte Fs4 , v108 + .byte W04 + .byte An3 , v112 + .byte W04 + .byte En4 + .byte W04 + .byte Gs3 , v108 + .byte W04 + .byte En4 , v104 + .byte W04 + .byte Gs3 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte Gs3 + .byte W04 + .byte En4 , v092 + .byte W04 + .byte Gs3 , v088 + .byte W04 + .byte En4 , v084 + .byte W04 + .byte Gs3 , v080 + .byte W04 + .byte En4 , v076 + .byte W04 + .byte Gs3 , v068 + .byte W04 + .byte En4 , v064 + .byte W04 + .byte Gs3 , v060 + .byte W04 + .byte En4 , v056 + .byte W04 + .byte Gs3 , v048 + .byte W04 + .byte En4 , v044 + .byte W04 + .byte Gs3 , v036 + .byte W04 + .byte En4 , v048 + .byte W04 + .byte Gn3 + .byte W04 + .byte En4 , v052 + .byte W04 + .byte Gn3 , v056 + .byte W04 + .byte En4 + .byte W04 + .byte Gn3 , v060 + .byte W04 + .byte En4 , v064 + .byte W04 + .byte Gn3 , v068 + .byte W04 + .byte En4 , v072 + .byte W04 + .byte Gn3 , v080 + .byte W04 + .byte En4 , v084 + .byte W04 + .byte Gn3 , v092 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte Gn3 + .byte W04 + .byte En4 , v104 + .byte W04 + .byte Gn3 + .byte W04 + .byte En4 , v108 + .byte W04 + .byte Gn3 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte An3 , v108 + .byte W04 + .byte Dn4 , v104 + .byte W04 + .byte An3 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte An3 + .byte W04 + .byte Dn4 , v092 + .byte W04 + .byte An3 , v088 + .byte W04 + .byte Dn4 , v084 + .byte W04 + .byte An3 , v080 + .byte W04 + .byte Dn4 , v076 + .byte W04 + .byte An3 , v068 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte An3 , v060 + .byte W04 + .byte Dn4 , v056 + .byte W04 + .byte An3 , v048 + .byte W04 + .byte Dn4 , v044 + .byte W04 + .byte An3 , v036 + .byte W04 + .byte Dn4 , v048 + .byte W04 + .byte Gs3 + .byte W04 + .byte Dn4 , v052 + .byte W04 + .byte Gs3 , v056 + .byte W04 + .byte Dn4 + .byte W04 + .byte Gs3 , v060 + .byte W04 + .byte Dn4 , v064 + .byte W04 + .byte Gs3 , v068 + .byte W04 + .byte Dn4 , v072 + .byte W04 + .byte Gs3 , v080 + .byte W04 + .byte Dn4 , v084 + .byte W04 + .byte Gs3 , v092 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte Gs3 + .byte W04 + .byte Dn4 , v104 + .byte W04 + .byte Gs3 + .byte W04 + .byte Dn4 , v108 + .byte W04 + .byte Gs3 , v112 + .byte W04 + .byte Fs4 + .byte W04 + .byte As3 , v108 + .byte W04 + .byte Fs4 , v104 + .byte W04 + .byte As3 + .byte W04 + .byte Fs4 , v096 + .byte W04 + .byte As3 + .byte W04 + .byte Fs4 , v092 + .byte W04 + .byte As3 , v088 + .byte W04 + .byte Fs4 , v084 + .byte W04 + .byte As3 , v080 + .byte W04 + .byte Fs4 , v076 + .byte W04 + .byte As3 , v068 + .byte W04 + .byte VOICE , 1 + .byte N04 , Fs4 , v064 + .byte W04 + .byte As3 , v060 + .byte W04 + .byte Fs4 , v056 + .byte W04 + .byte As3 , v048 + .byte W04 + .byte Fs4 , v044 + .byte W04 + .byte As3 , v036 + .byte W04 + .byte VOL , 44*bgm_runecity_mvl/mxv + .byte N16 , Bn3 , v112 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte As2 + .byte W08 + .byte Bn2 + .byte W08 + .byte N02 , Bn4 + .byte W10 + .byte N04 , Dn3 + .byte W06 + .byte Fs4 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , As3 + .byte W08 + .byte N06 , Dn3 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte N04 , Fs3 + .byte W08 + .byte N14 , An3 + .byte W16 + .byte N04 , Fs3 + .byte W32 + .byte Bn3 + .byte W16 + .byte Gs3 + .byte W08 + .byte N16 + .byte W16 + .byte N02 , En3 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Bn2 + .byte W08 + .byte Cs3 + .byte W08 + .byte Dn3 + .byte W08 + .byte En3 + .byte W08 + .byte N16 , Dn4 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte Bn2 + .byte W16 + .byte As2 + .byte W08 + .byte Dn3 + .byte W16 + .byte Bn2 + .byte W08 + .byte Bn3 + .byte W16 + .byte Fs3 + .byte W08 + .byte N16 , Bn3 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte N16 + .byte W16 + .byte N04 , Cs4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte N02 , Fn4 + .byte W02 + .byte N22 , Fs4 + .byte W22 + .byte N24 , Gs4 + .byte W24 + .byte N12 , As4 + .byte W12 + .byte VOICE , 17 + .byte W12 + .byte N04 , An4 + .byte W10 + .byte An3 + .byte W06 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte An4 + .byte W08 + .byte Bn4 + .byte W08 + .byte N16 , Cs5 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte N16 , An4 + .byte W16 + .byte N04 , Gn4 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte N16 , An4 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte N16 , An4 + .byte W16 + .byte N04 , Fs4 + .byte W08 + .byte N16 , Gn4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte N16 , En4 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte N16 , Cs4 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N40 , Bn3 + .byte W40 + .byte N08 , Dn4 + .byte W08 + .byte N04 , Gn3 + .byte W16 + .byte An3 + .byte W08 + .byte N04 + .byte W08 + .byte Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Cs4 + .byte W06 + .byte N56 , Dn4 + .byte W02 + .byte W56 + .byte N04 , En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N20 , Cs4 + .byte W20 + .byte N04 , Dn4 + .byte W04 + .byte N24 , Cn4 + .byte W24 + .byte Bn3 + .byte W24 + .byte N40 , An3 + .byte W40 + .byte N04 , Fs3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte An3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Dn4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N16 , Gn4 + .byte W16 + .byte N04 , Fs4 + .byte W08 + .byte Gn4 + .byte W16 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N40 , Dn5 + .byte W40 + .byte N04 , An4 + .byte W16 + .byte Dn5 + .byte W08 + .byte N40 , Bn4 + .byte W40 + .byte N04 , An4 + .byte W08 + .byte Gs4 + .byte W16 + .byte Bn4 + .byte W08 + .byte N16 , An3 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cs4 + .byte W24 + .byte N16 + .byte W24 + .byte En4 + .byte W24 + .byte N04 , Cs4 + .byte W04 + .byte En4 + .byte W04 + .byte Fs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Fs5 + .byte W04 + .byte GOTO + .word bgm_runecity_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_runecity: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_runecity_pri @ Priority + .byte bgm_runecity_rev @ Reverb. + + .word bgm_runecity_grp + + .word bgm_runecity_1 + .word bgm_runecity_2 + .word bgm_runecity_3 + .word bgm_runecity_4 + .word bgm_runecity_5 + .word bgm_runecity_6 + .word bgm_runecity_7 + .word bgm_runecity_8 + + .end diff --git a/sound/songs/bgm_safari.s b/sound/songs/bgm_safari.s new file mode 100644 index 000000000..e1ea3da29 --- /dev/null +++ b/sound/songs/bgm_safari.s @@ -0,0 +1,1246 @@ + .include "MPlayDef.s" + + .equ bgm_safari_grp, voicegroup_84449E8 + .equ bgm_safari_pri, 0 + .equ bgm_safari_rev, reverb_set+50 + .equ bgm_safari_mvl, 127 + .equ bgm_safari_key, 0 + .equ bgm_safari_tbs, 1 + .equ bgm_safari_exg, 0 + .equ bgm_safari_cmp, 1 + + .section .rodata + .global bgm_safari + .align 2 + +@********************** Track 1 **********************@ + +bgm_safari_1: + .byte KEYSH , bgm_safari_key+0 + .byte TEMPO , 142*bgm_safari_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 30*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_1_B1: +bgm_safari_1_000: + .byte W12 + .byte N03 , En5 , v104 + .byte W06 + .byte En5 , v080 + .byte W18 + .byte En5 , v104 + .byte W06 + .byte En5 , v080 + .byte W18 + .byte En5 , v104 + .byte W06 + .byte En5 , v080 + .byte W18 + .byte En5 , v104 + .byte W06 + .byte En5 , v080 + .byte W06 + .byte PEND + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte PATT + .word bgm_safari_1_000 + .byte GOTO + .word bgm_safari_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_safari_2: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 32*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_2_B1: +bgm_safari_2_000: + .byte N12 , Gn5 , v112 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte PATT + .word bgm_safari_2_000 + .byte GOTO + .word bgm_safari_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_safari_3: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 35 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 82*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_3_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v-24 + .byte W12 + .byte N06 , Fn0 , v127 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , As0 + .byte W24 + .byte N12 + .byte W24 +bgm_safari_3_000: + .byte BEND , c_v+0 + .byte W36 + .byte N06 , Fn0 , v127 + .byte W12 + .byte En0 + .byte W12 + .byte Fn0 + .byte W12 + .byte N24 + .byte W06 + .byte BEND , c_v+12 + .byte W06 + .byte c_v+0 + .byte W12 + .byte PEND +bgm_safari_3_001: + .byte W12 + .byte N06 , Fn0 , v127 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , As0 + .byte W24 + .byte N12 + .byte W24 + .byte PEND + .byte W36 + .byte N06 , Fn0 + .byte W12 + .byte En0 + .byte W12 + .byte Fn0 + .byte W12 + .byte N24 , As0 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W12 + .byte PATT + .word bgm_safari_3_001 + .byte PATT + .word bgm_safari_3_000 + .byte PATT + .word bgm_safari_3_001 + .byte W36 + .byte N06 , Fn0 , v127 + .byte W12 + .byte En0 + .byte W12 + .byte Fn0 + .byte W12 + .byte N24 + .byte W06 + .byte BEND , c_v+10 + .byte W06 + .byte c_v+0 + .byte W12 + .byte GOTO + .word bgm_safari_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_safari_4: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 69*bgm_safari_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fn1 , v112 + .byte W06 + .byte N03 , Ds1 + .byte W03 + .byte En1 + .byte W03 +bgm_safari_4_B1: + .byte PAN , c_v-21 + .byte BEND , c_v+0 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N12 + .byte W18 + .byte Fn1 , v076 + .byte W18 + .byte PAN , c_v+7 + .byte N06 , As2 + .byte W12 + .byte BEND , c_v+0 + .byte W06 + .byte N06 , As2 , v072 + .byte W06 + .byte PAN , c_v-21 + .byte W12 + .byte N06 , As2 , v112 + .byte W12 + .byte PAN , c_v+6 + .byte N06 + .byte W12 + .byte PAN , c_v-22 + .byte BEND , c_v-62 + .byte N36 , Cn2 + .byte W12 + .byte BEND , c_v-55 + .byte W02 + .byte c_v-43 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v+18 + .byte W02 + .byte c_v+32 + .byte W03 + .byte c_v+41 + .byte W03 + .byte c_v+48 + .byte W04 + .byte PAN , c_v+5 + .byte BEND , c_v+0 + .byte N06 , Fn2 + .byte W30 + .byte N03 , As2 , v092 + .byte W06 + .byte As2 , v088 + .byte W03 + .byte PAN , c_v-21 + .byte W03 + .byte N03 , Fn1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte PAN , c_v+5 + .byte N12 , Fn2 , v076 + .byte W12 + .byte PAN , c_v-22 + .byte W06 + .byte N12 , Fn1 , v112 + .byte W18 + .byte PAN , c_v+6 + .byte N06 , As2 , v076 + .byte W15 + .byte PAN , c_v-23 + .byte W03 + .byte N06 , Fn2 , v108 + .byte W12 + .byte Fn2 , v112 + .byte W06 + .byte PAN , c_v+5 + .byte N06 , As2 + .byte W12 + .byte PAN , c_v-23 + .byte N06 , As1 + .byte W12 + .byte N24 , Fn1 + .byte W36 + .byte PAN , c_v+5 + .byte BEND , c_v-62 + .byte N48 , Fn2 + .byte W12 + .byte BEND , c_v-55 + .byte W02 + .byte c_v-43 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v+18 + .byte W02 + .byte c_v+32 + .byte W03 + .byte c_v+41 + .byte W03 + .byte c_v+48 + .byte W04 + .byte c_v+58 + .byte W02 + .byte c_v+63 + .byte W03 + .byte c_v+24 + .byte W03 + .byte c_v+62 + .byte W04 + .byte PAN , c_v-21 + .byte BEND , c_v+0 + .byte N06 , Fn1 + .byte W12 + .byte N12 , Cn1 + .byte W18 + .byte N06 , Fn1 , v104 + .byte W12 + .byte Fn2 , v080 + .byte W06 + .byte PAN , c_v+6 + .byte N06 , As2 , v076 + .byte W18 + .byte As2 , v072 + .byte W06 + .byte PAN , c_v-21 + .byte W12 + .byte N06 , As2 , v112 + .byte W12 + .byte PAN , c_v+6 + .byte N06 , Cn3 + .byte W12 + .byte PAN , c_v-22 + .byte N06 , As2 + .byte W24 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte PAN , c_v+7 + .byte N06 , As1 , v092 + .byte W06 + .byte As1 , v100 + .byte W06 + .byte N18 , Fn1 , v072 + .byte W18 + .byte N03 , As2 , v092 + .byte W06 + .byte As2 , v088 + .byte W03 + .byte PAN , c_v-21 + .byte W03 + .byte N06 , Fn1 , v112 + .byte W06 + .byte An1 + .byte W12 + .byte PAN , c_v+7 + .byte N12 + .byte W12 + .byte PAN , c_v-22 + .byte W06 + .byte N12 + .byte W18 + .byte PAN , c_v+6 + .byte N06 , An2 , v076 + .byte W15 + .byte PAN , c_v-23 + .byte W03 + .byte N06 , Fn2 , v108 + .byte W12 + .byte Fn2 , v112 + .byte W06 + .byte PAN , c_v+6 + .byte N06 , As2 + .byte W12 + .byte PAN , c_v-23 + .byte N06 , An1 + .byte W12 + .byte N24 , Fn1 + .byte W36 + .byte PAN , c_v+6 + .byte BEND , c_v-62 + .byte N36 , Fn2 + .byte W12 + .byte BEND , c_v-55 + .byte W02 + .byte c_v-43 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v+18 + .byte W02 + .byte c_v+32 + .byte W03 + .byte c_v+41 + .byte W03 + .byte c_v+48 + .byte W01 + .byte c_v+63 + .byte W03 + .byte c_v+0 + .byte N06 + .byte W12 + .byte PAN , c_v-21 + .byte N06 , As1 + .byte W12 + .byte N12 , Fn1 + .byte W18 + .byte N06 , As1 , v104 + .byte W12 + .byte Fn2 , v080 + .byte W06 + .byte PAN , c_v+6 + .byte N06 , As2 , v076 + .byte W18 + .byte As2 , v072 + .byte W06 + .byte PAN , c_v-21 + .byte W12 + .byte N06 , As2 , v112 + .byte W12 + .byte PAN , c_v+6 + .byte N06 , Cn3 + .byte W12 + .byte PAN , c_v-22 + .byte N06 , As2 + .byte W24 + .byte Fn2 + .byte W06 + .byte Fn3 + .byte W06 + .byte PAN , c_v+5 + .byte N06 , As1 , v092 + .byte W06 + .byte As1 , v100 + .byte W06 + .byte N18 , Fn1 , v072 + .byte W18 + .byte N03 , As2 , v092 + .byte W06 + .byte As2 , v088 + .byte W03 + .byte PAN , c_v-21 + .byte W03 + .byte N06 , Fn1 , v112 + .byte W06 + .byte As1 + .byte W12 + .byte PAN , c_v+5 + .byte N12 + .byte W12 + .byte PAN , c_v-22 + .byte W06 + .byte N12 + .byte W18 + .byte PAN , c_v+5 + .byte N06 , As2 , v076 + .byte W15 + .byte PAN , c_v-23 + .byte W03 + .byte N06 , Fn2 , v108 + .byte W12 + .byte Fn2 , v112 + .byte W06 + .byte PAN , c_v+5 + .byte N06 , As2 + .byte W12 + .byte PAN , c_v-23 + .byte N06 , As1 + .byte W12 + .byte N24 , Fn1 + .byte W36 + .byte PAN , c_v+6 + .byte BEND , c_v-62 + .byte N48 , En2 + .byte W12 + .byte BEND , c_v-55 + .byte W02 + .byte c_v-43 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-19 + .byte W04 + .byte c_v+18 + .byte W02 + .byte c_v+32 + .byte W03 + .byte c_v+41 + .byte W03 + .byte c_v+48 + .byte W04 + .byte c_v+58 + .byte W02 + .byte c_v+63 + .byte W03 + .byte c_v+24 + .byte W03 + .byte c_v+62 + .byte W04 + .byte GOTO + .word bgm_safari_4_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_safari_5: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 13 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-28 + .byte VOL , 24*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_5_B1: + .byte W12 + .byte N03 , Fn5 , v112 + .byte W12 + .byte Fn5 , v080 + .byte W24 + .byte Fn5 , v104 + .byte W18 + .byte Fn5 , v080 + .byte W18 + .byte Fn5 , v120 + .byte W12 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte Fn5 , v080 + .byte W18 + .byte Fn5 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte Fn5 , v112 + .byte W18 + .byte Fn5 , v084 + .byte W18 + .byte Fn5 , v112 + .byte W12 + .byte W06 + .byte Fn5 , v060 + .byte W03 + .byte Fn5 , v048 + .byte W03 + .byte Fn5 , v112 + .byte W12 + .byte Fn5 , v080 + .byte W24 + .byte Fn5 , v104 + .byte W18 + .byte Fn5 , v080 + .byte W12 + .byte Fn5 , v064 + .byte W03 + .byte En5 , v048 + .byte W03 + .byte Fn5 , v120 + .byte W12 + .byte Fn5 , v064 + .byte W03 + .byte Fn5 , v048 + .byte W03 + .byte Fn5 , v088 + .byte W06 + .byte Fn5 , v120 + .byte W12 + .byte Fn5 , v080 + .byte W18 + .byte Fn5 , v052 + .byte W03 + .byte En5 + .byte W03 + .byte Fn5 , v112 + .byte W18 + .byte Fn5 , v084 + .byte W18 + .byte Fn5 , v112 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_safari_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_safari_6: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 44*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_6_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N03 , Gn2 , v112 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Gn3 + .byte W03 +bgm_safari_6_000: + .byte N60 , As3 , v112 + .byte W24 + .byte MOD , 5 + .byte W36 + .byte 0 + .byte N03 , An3 + .byte W24 + .byte Gn3 + .byte W12 + .byte PEND + .byte N03 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte VOICE , 84 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte An2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Fs2 + .byte W03 + .byte PAN , c_v-1 + .byte N48 , Fn2 + .byte W24 + .byte MOD , 6 + .byte W24 +bgm_safari_6_001: + .byte VOICE , 80 + .byte MOD , 0 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte N03 + .byte W18 + .byte N03 + .byte W03 + .byte Bn3 , v072 + .byte W03 + .byte Cn4 , v092 + .byte W06 + .byte Bn3 , v080 + .byte W06 + .byte N06 , Cn4 , v112 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte Bn3 , v064 + .byte W03 + .byte Cn4 , v092 + .byte W06 + .byte Cn4 , v072 + .byte W06 + .byte PEND +bgm_safari_6_002: + .byte N03 , As3 , v112 + .byte W12 + .byte N03 + .byte W18 + .byte N03 + .byte W03 + .byte An3 , v072 + .byte W03 + .byte As3 , v092 + .byte W06 + .byte An3 , v080 + .byte W06 + .byte N06 , As3 , v112 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte An3 , v064 + .byte W03 + .byte As3 , v092 + .byte W06 + .byte As3 , v072 + .byte W06 + .byte PEND + .byte PATT + .word bgm_safari_6_000 + .byte N03 , Gn3 , v112 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte VOICE , 84 + .byte W12 + .byte N03 , As2 + .byte W03 + .byte An2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Fs2 + .byte W03 + .byte PAN , c_v+0 + .byte N48 , Fn2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte PATT + .word bgm_safari_6_001 + .byte PATT + .word bgm_safari_6_002 + .byte GOTO + .word bgm_safari_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_safari_7: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 44*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_7_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W84 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 +bgm_safari_7_000: + .byte N60 , Ds4 , v112 + .byte W24 + .byte MOD , 5 + .byte W36 + .byte 0 + .byte N03 , Dn4 + .byte W24 + .byte Cn4 + .byte W12 + .byte PEND + .byte N03 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte VOICE , 83 + .byte W12 + .byte N03 , Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte PAN , c_v+0 + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte W24 +bgm_safari_7_001: + .byte VOICE , 81 + .byte MOD , 0 + .byte PAN , c_v+63 + .byte N03 , Ds4 , v112 + .byte W12 + .byte N03 + .byte W18 + .byte N03 + .byte W03 + .byte Dn4 , v072 + .byte W03 + .byte Ds4 , v092 + .byte W06 + .byte Dn4 , v080 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte Dn4 , v064 + .byte W03 + .byte Ds4 , v092 + .byte W06 + .byte Ds4 , v072 + .byte W06 + .byte PEND +bgm_safari_7_002: + .byte N03 , Dn4 , v112 + .byte W12 + .byte N03 + .byte W18 + .byte N03 + .byte W03 + .byte Cs4 , v072 + .byte W03 + .byte Dn4 , v092 + .byte W06 + .byte Cs4 , v080 + .byte W06 + .byte N06 , Dn4 , v112 + .byte W18 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte Cs4 , v064 + .byte W03 + .byte Dn4 , v092 + .byte W06 + .byte Dn4 , v072 + .byte W06 + .byte PEND + .byte PATT + .word bgm_safari_7_000 + .byte N03 , Cn4 , v112 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte VOICE , 83 + .byte W12 + .byte N03 , Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte PAN , c_v+0 + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte PATT + .word bgm_safari_7_001 + .byte PATT + .word bgm_safari_7_002 + .byte GOTO + .word bgm_safari_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_safari_8: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 66*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_8_B1: +bgm_safari_8_000: + .byte N06 , Cn1 , v127 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , En3 , v076 + .byte W06 + .byte Cn1 , v088 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v060 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v084 + .byte N06 , En3 , v080 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte Cn1 , v127 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte Cn1 , v080 + .byte N06 , En3 , v088 + .byte W06 + .byte Cn1 , v120 + .byte N06 , En3 , v068 + .byte W06 + .byte Cn1 , v072 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v124 + .byte W06 + .byte Cn1 , v060 + .byte N06 , En3 , v076 + .byte W06 + .byte PEND +bgm_safari_8_001: + .byte N06 , Cn1 , v127 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v060 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Dn3 + .byte W06 + .byte Cn1 , v064 + .byte N06 , Dn3 , v088 + .byte W06 + .byte Cn1 , v084 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , En3 , v080 + .byte W06 + .byte Cn1 , v127 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N06 , Cn1 , v064 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v080 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v120 + .byte N06 , En3 , v088 + .byte W06 + .byte Cn1 , v072 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N06 , Cn1 , v064 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v124 + .byte N06 , En3 , v088 + .byte W06 + .byte Cn1 , v060 + .byte N06 , Dn3 , v088 + .byte W06 + .byte PEND +bgm_safari_8_002: + .byte N06 , Cn1 , v127 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v060 + .byte W06 + .byte Cn1 , v112 + .byte N03 , Dn3 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , Cn1 + .byte N06 , Dn3 , v108 + .byte W06 + .byte Cn1 , v084 + .byte N06 , En3 , v088 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte Cn1 , v127 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte Cn1 , v080 + .byte N06 , En3 , v088 + .byte W06 + .byte Cn1 , v120 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v072 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v124 + .byte N06 , En3 , v088 + .byte W06 + .byte Cn1 , v060 + .byte N06 , En3 , v076 + .byte W06 + .byte PEND +bgm_safari_8_003: + .byte N06 , Cn1 , v127 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , En3 , v080 + .byte W06 + .byte Cn1 , v088 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v060 + .byte W06 + .byte Cn1 , v112 + .byte N06 , Dn3 + .byte W06 + .byte Cn1 , v064 + .byte N06 , Dn3 , v088 + .byte W06 + .byte Cn1 , v084 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v064 + .byte N06 , En3 , v080 + .byte W06 + .byte Cn1 , v127 + .byte N03 , En3 , v112 + .byte W03 + .byte En3 , v080 + .byte W03 + .byte N06 , Cn1 , v064 + .byte N06 , En3 , v112 + .byte W06 + .byte Cn1 , v080 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v120 + .byte N06 , En3 , v088 + .byte W06 + .byte Cn1 , v072 + .byte N03 , En3 , v112 + .byte W06 + .byte N06 , Cn1 , v064 + .byte N03 , En3 , v080 + .byte W06 + .byte N06 , Cn1 , v124 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Cn1 , v060 + .byte N06 , En3 , v080 + .byte W06 + .byte PEND + .byte PATT + .word bgm_safari_8_000 + .byte PATT + .word bgm_safari_8_001 + .byte PATT + .word bgm_safari_8_002 + .byte PATT + .word bgm_safari_8_003 + .byte PATT + .word bgm_safari_8_000 + .byte PATT + .word bgm_safari_8_001 + .byte PATT + .word bgm_safari_8_002 + .byte PATT + .word bgm_safari_8_003 + .byte GOTO + .word bgm_safari_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_safari_9: + .byte KEYSH , bgm_safari_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 19*bgm_safari_mvl/mxv + .byte W12 +bgm_safari_9_B1: +bgm_safari_9_000: + .byte N03 , Cn5 , v112 + .byte W06 + .byte Ds5 , v076 + .byte W06 + .byte As4 , v112 + .byte W18 + .byte N03 + .byte W06 + .byte Cn5 , v080 + .byte W12 + .byte As4 , v112 + .byte W12 + .byte Cn5 , v088 + .byte W06 + .byte Cn5 , v068 + .byte W06 + .byte As4 , v112 + .byte W06 + .byte Ds5 + .byte W12 + .byte Cn5 , v076 + .byte W06 + .byte PEND +bgm_safari_9_001: + .byte N03 , Cn5 , v112 + .byte W06 + .byte Bn4 , v080 + .byte W06 + .byte Dn5 , v112 + .byte W12 + .byte An4 + .byte W06 + .byte An4 , v088 + .byte W06 + .byte Bn4 , v112 + .byte W06 + .byte Bn4 , v080 + .byte W06 + .byte Gn5 , v112 + .byte W03 + .byte Bn4 , v080 + .byte W03 + .byte Bn4 , v112 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 , v088 + .byte W06 + .byte Bn4 , v112 + .byte W03 + .byte Bn4 , v080 + .byte W03 + .byte An4 , v112 + .byte W06 + .byte Bn4 , v088 + .byte W06 + .byte An4 + .byte W06 + .byte PEND + .byte PATT + .word bgm_safari_9_000 + .byte PATT + .word bgm_safari_9_001 + .byte PATT + .word bgm_safari_9_000 + .byte PATT + .word bgm_safari_9_001 + .byte PATT + .word bgm_safari_9_000 + .byte PATT + .word bgm_safari_9_001 + .byte PATT + .word bgm_safari_9_000 + .byte PATT + .word bgm_safari_9_001 + .byte PATT + .word bgm_safari_9_000 + .byte PATT + .word bgm_safari_9_001 + .byte GOTO + .word bgm_safari_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_safari: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_safari_pri @ Priority + .byte bgm_safari_rev @ Reverb. + + .word bgm_safari_grp + + .word bgm_safari_1 + .word bgm_safari_2 + .word bgm_safari_3 + .word bgm_safari_4 + .word bgm_safari_5 + .word bgm_safari_6 + .word bgm_safari_7 + .word bgm_safari_8 + .word bgm_safari_9 + + .end diff --git a/sound/songs/bgm_shinka.s b/sound/songs/bgm_shinka.s new file mode 100644 index 000000000..1c79f9659 --- /dev/null +++ b/sound/songs/bgm_shinka.s @@ -0,0 +1,923 @@ + .include "MPlayDef.s" + + .equ bgm_shinka_grp, voicegroup_8434B18 + .equ bgm_shinka_pri, 0 + .equ bgm_shinka_rev, reverb_set+50 + .equ bgm_shinka_mvl, 127 + .equ bgm_shinka_key, 0 + .equ bgm_shinka_tbs, 1 + .equ bgm_shinka_exg, 0 + .equ bgm_shinka_cmp, 1 + + .section .rodata + .global bgm_shinka + .align 2 + +@********************** Track 1 **********************@ + +bgm_shinka_1: + .byte KEYSH , bgm_shinka_key+0 + .byte TEMPO , 120*bgm_shinka_tbs/2 + .byte VOICE , 60 + .byte VOL , 80*bgm_shinka_mvl/mxv + .byte N06 , Gn3 , v080 + .byte W24 + .byte Gn3 , v056 + .byte W24 + .byte Gn3 , v060 + .byte W24 + .byte Gn3 , v064 + .byte W24 +bgm_shinka_1_000: + .byte N06 , Gn3 , v068 + .byte W24 + .byte Gn3 , v072 + .byte W24 + .byte Gn3 , v076 + .byte W24 + .byte N24 , An3 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND +bgm_shinka_1_001: + .byte MOD , 0 + .byte N06 , Gn3 , v080 + .byte W24 + .byte Gn3 , v056 + .byte W24 + .byte Gn3 , v060 + .byte W24 + .byte Gn3 , v064 + .byte W24 + .byte PEND +bgm_shinka_1_002: + .byte N06 , Gn3 , v068 + .byte W24 + .byte Gn3 , v072 + .byte W24 + .byte Gn3 , v076 + .byte W24 + .byte N24 , Bn3 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND + .byte PATT + .word bgm_shinka_1_001 + .byte PATT + .word bgm_shinka_1_000 + .byte PATT + .word bgm_shinka_1_001 + .byte PATT + .word bgm_shinka_1_002 +bgm_shinka_1_B1: +bgm_shinka_1_003: + .byte MOD , 0 + .byte N06 , An3 , v080 + .byte W24 + .byte An3 , v056 + .byte W24 + .byte An3 , v060 + .byte W24 + .byte An3 , v064 + .byte W24 + .byte PEND +bgm_shinka_1_004: + .byte N06 , An3 , v068 + .byte W24 + .byte An3 , v072 + .byte W24 + .byte An3 , v076 + .byte W24 + .byte N24 , Bn3 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND + .byte PATT + .word bgm_shinka_1_003 +bgm_shinka_1_005: + .byte N06 , An3 , v068 + .byte W24 + .byte An3 , v072 + .byte W24 + .byte An3 , v076 + .byte W24 + .byte N24 , Cs4 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND + .byte PATT + .word bgm_shinka_1_003 + .byte PATT + .word bgm_shinka_1_004 + .byte PATT + .word bgm_shinka_1_003 + .byte PATT + .word bgm_shinka_1_005 + .byte GOTO + .word bgm_shinka_1_B1 + .byte MOD , 0 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_shinka_2: + .byte KEYSH , bgm_shinka_key+0 + .byte VOICE , 60 + .byte PAN , c_v+16 + .byte VOL , 80*bgm_shinka_mvl/mxv + .byte N06 , Cn3 , v080 + .byte W24 + .byte Dn3 , v056 + .byte W24 + .byte Cn3 , v060 + .byte W24 + .byte Dn3 , v064 + .byte W24 +bgm_shinka_2_000: + .byte N06 , Cn3 , v068 + .byte W24 + .byte Dn3 , v072 + .byte W24 + .byte Cn3 , v076 + .byte W24 + .byte N24 , Dn3 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND +bgm_shinka_2_001: + .byte MOD , 0 + .byte N06 , Cn3 , v080 + .byte W24 + .byte Dn3 , v056 + .byte W24 + .byte Cn3 , v060 + .byte W24 + .byte Dn3 , v064 + .byte W24 + .byte PEND +bgm_shinka_2_002: + .byte N06 , Cn3 , v068 + .byte W24 + .byte Dn3 , v072 + .byte W24 + .byte Cn3 , v076 + .byte W24 + .byte N24 , Fs3 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND + .byte PATT + .word bgm_shinka_2_001 + .byte PATT + .word bgm_shinka_2_000 + .byte PATT + .word bgm_shinka_2_001 + .byte PATT + .word bgm_shinka_2_002 +bgm_shinka_2_B1: +bgm_shinka_2_003: + .byte MOD , 0 + .byte N06 , Dn3 , v080 + .byte W24 + .byte En3 , v056 + .byte W24 + .byte Dn3 , v060 + .byte W24 + .byte En3 , v064 + .byte W24 + .byte PEND +bgm_shinka_2_004: + .byte N06 , Dn3 , v068 + .byte W24 + .byte En3 , v072 + .byte W24 + .byte Dn3 , v076 + .byte W24 + .byte N24 , En3 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND + .byte PATT + .word bgm_shinka_2_003 +bgm_shinka_2_005: + .byte N06 , Dn3 , v068 + .byte W24 + .byte En3 , v072 + .byte W24 + .byte Dn3 , v076 + .byte W24 + .byte N24 , Gs3 , v080 + .byte W09 + .byte MOD , 6 + .byte W15 + .byte PEND + .byte PATT + .word bgm_shinka_2_003 + .byte PATT + .word bgm_shinka_2_004 + .byte PATT + .word bgm_shinka_2_003 + .byte PATT + .word bgm_shinka_2_005 + .byte GOTO + .word bgm_shinka_2_B1 + .byte MOD , 0 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_shinka_3: + .byte KEYSH , bgm_shinka_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_shinka_mvl/mxv + .byte N06 , Cn1 , v080 + .byte W24 + .byte Dn1 + .byte W24 + .byte Cn1 + .byte W24 + .byte Dn1 + .byte W24 +bgm_shinka_3_000: + .byte N06 , Cn1 , v080 + .byte W24 + .byte Dn1 + .byte W24 + .byte Cn1 + .byte W24 + .byte N24 , Dn1 + .byte W24 + .byte PEND + .byte N06 , Cn1 + .byte W24 + .byte Dn1 + .byte W24 + .byte Cn1 + .byte W24 + .byte Dn1 + .byte W24 + .byte PATT + .word bgm_shinka_3_000 +bgm_shinka_3_001: + .byte N03 , Cn2 , v080 + .byte W12 + .byte Cn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte PEND + .byte PATT + .word bgm_shinka_3_001 + .byte PATT + .word bgm_shinka_3_001 + .byte PATT + .word bgm_shinka_3_001 +bgm_shinka_3_B1: +bgm_shinka_3_002: + .byte N03 , Dn2 , v080 + .byte W12 + .byte Dn1 + .byte W06 + .byte An1 + .byte W06 + .byte En2 + .byte W12 + .byte En1 + .byte W06 + .byte An1 + .byte W06 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W06 + .byte An1 + .byte W06 + .byte En2 + .byte W12 + .byte En1 + .byte W06 + .byte An1 + .byte W06 + .byte PEND + .byte PATT + .word bgm_shinka_3_002 + .byte PATT + .word bgm_shinka_3_002 + .byte PATT + .word bgm_shinka_3_002 + .byte PATT + .word bgm_shinka_3_002 + .byte PATT + .word bgm_shinka_3_002 + .byte PATT + .word bgm_shinka_3_002 + .byte PATT + .word bgm_shinka_3_002 + .byte GOTO + .word bgm_shinka_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_shinka_4: + .byte KEYSH , bgm_shinka_key+0 + .byte VOICE , 47 + .byte VOL , 80*bgm_shinka_mvl/mxv + .byte PAN , c_v-6 + .byte N12 , Cn2 , v112 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Dn2 , v127 + .byte W06 + .byte Dn2 , v108 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v120 + .byte W06 + .byte N12 , Cn2 , v112 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte N06 , Dn2 , v127 + .byte W06 + .byte Dn2 , v108 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v120 + .byte W06 +bgm_shinka_4_000: + .byte N12 , Cn2 , v112 + .byte W24 + .byte Dn2 + .byte W24 + .byte Cn2 + .byte W24 + .byte Dn2 + .byte W12 + .byte N12 + .byte W12 + .byte PEND +bgm_shinka_4_001: + .byte N12 , Cn2 , v112 + .byte W24 + .byte Dn2 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Cn2 + .byte W24 + .byte N06 , Dn2 , v127 + .byte W06 + .byte Dn2 , v108 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v120 + .byte W06 + .byte PEND + .byte PATT + .word bgm_shinka_4_000 + .byte PATT + .word bgm_shinka_4_001 +bgm_shinka_4_B1: +bgm_shinka_4_002: + .byte N12 , Dn2 , v112 + .byte W24 + .byte En2 + .byte W24 + .byte Dn2 + .byte W24 + .byte En2 + .byte W12 + .byte N12 + .byte W12 + .byte PEND +bgm_shinka_4_003: + .byte N12 , Dn2 , v112 + .byte W24 + .byte En2 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Dn2 + .byte W24 + .byte N06 , En2 , v127 + .byte W06 + .byte En2 , v108 + .byte W06 + .byte En2 , v112 + .byte W06 + .byte En2 , v120 + .byte W06 + .byte PEND + .byte PATT + .word bgm_shinka_4_002 +bgm_shinka_4_004: + .byte N15 , Dn2 , v112 + .byte W24 + .byte N12 , En2 + .byte W18 + .byte N06 + .byte W06 + .byte N12 , Dn2 + .byte W24 + .byte N06 , En2 , v127 + .byte W06 + .byte En2 , v108 + .byte W06 + .byte En2 , v112 + .byte W06 + .byte En2 , v120 + .byte W06 + .byte PEND + .byte PATT + .word bgm_shinka_4_002 + .byte PATT + .word bgm_shinka_4_004 + .byte PATT + .word bgm_shinka_4_002 + .byte PATT + .word bgm_shinka_4_003 + .byte GOTO + .word bgm_shinka_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_shinka_5: + .byte KEYSH , bgm_shinka_key+0 + .byte VOICE , 83 + .byte PAN , c_v-47 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 80*bgm_shinka_mvl/mxv + .byte N06 , Cn3 , v056 + .byte W24 + .byte Dn3 , v032 + .byte W24 + .byte Cn3 , v036 + .byte W24 + .byte Dn3 , v040 + .byte W24 +bgm_shinka_5_000: + .byte N06 , Cn3 , v044 + .byte W24 + .byte Dn3 , v048 + .byte W24 + .byte Cn3 , v052 + .byte W24 + .byte N24 , Dn3 , v056 + .byte W24 + .byte PEND +bgm_shinka_5_001: + .byte N06 , Cn3 , v056 + .byte W24 + .byte Dn3 , v032 + .byte W24 + .byte Cn3 , v036 + .byte W24 + .byte Dn3 , v040 + .byte W24 + .byte PEND + .byte PATT + .word bgm_shinka_5_000 + .byte PATT + .word bgm_shinka_5_001 + .byte PATT + .word bgm_shinka_5_000 + .byte PATT + .word bgm_shinka_5_001 + .byte PATT + .word bgm_shinka_5_000 +bgm_shinka_5_B1: +bgm_shinka_5_002: + .byte N06 , Dn3 , v056 + .byte W24 + .byte En3 , v032 + .byte W24 + .byte Dn3 , v036 + .byte W24 + .byte En3 , v040 + .byte W24 + .byte PEND +bgm_shinka_5_003: + .byte N06 , Dn3 , v044 + .byte W24 + .byte En3 , v048 + .byte W24 + .byte Dn3 , v052 + .byte W24 + .byte N24 , En3 , v056 + .byte W24 + .byte PEND + .byte PATT + .word bgm_shinka_5_002 + .byte PATT + .word bgm_shinka_5_003 + .byte PATT + .word bgm_shinka_5_002 + .byte PATT + .word bgm_shinka_5_003 + .byte PATT + .word bgm_shinka_5_002 + .byte PATT + .word bgm_shinka_5_003 + .byte GOTO + .word bgm_shinka_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_shinka_6: + .byte KEYSH , bgm_shinka_key+0 + .byte VOICE , 84 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte PAN , c_v+48 + .byte VOL , 80*bgm_shinka_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , An2 , v056 + .byte W24 + .byte Bn2 , v032 + .byte W24 + .byte An2 , v036 + .byte W24 + .byte Bn2 , v040 + .byte W24 +bgm_shinka_6_000: + .byte N06 , An2 , v044 + .byte W24 + .byte Bn2 , v048 + .byte W24 + .byte An2 , v052 + .byte W24 + .byte N24 , Bn2 , v056 + .byte W24 + .byte PEND +bgm_shinka_6_001: + .byte N06 , An2 , v056 + .byte W24 + .byte Bn2 , v032 + .byte W24 + .byte An2 , v036 + .byte W24 + .byte Bn2 , v040 + .byte W24 + .byte PEND + .byte PATT + .word bgm_shinka_6_000 + .byte PATT + .word bgm_shinka_6_001 + .byte PATT + .word bgm_shinka_6_000 + .byte PATT + .word bgm_shinka_6_001 + .byte PATT + .word bgm_shinka_6_000 +bgm_shinka_6_B1: +bgm_shinka_6_002: + .byte N06 , Bn2 , v056 + .byte W24 + .byte Cs3 , v032 + .byte W24 + .byte Bn2 , v036 + .byte W24 + .byte Cs3 , v040 + .byte W24 + .byte PEND +bgm_shinka_6_003: + .byte N06 , Bn2 , v044 + .byte W24 + .byte Cs3 , v048 + .byte W24 + .byte Bn2 , v052 + .byte W24 + .byte N24 , Cs3 , v056 + .byte W24 + .byte PEND + .byte PATT + .word bgm_shinka_6_002 + .byte PATT + .word bgm_shinka_6_003 + .byte PATT + .word bgm_shinka_6_002 + .byte PATT + .word bgm_shinka_6_003 + .byte PATT + .word bgm_shinka_6_002 + .byte PATT + .word bgm_shinka_6_003 + .byte GOTO + .word bgm_shinka_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_shinka_7: + .byte VOL , 80*bgm_shinka_mvl/mxv + .byte KEYSH , bgm_shinka_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte N06 , En1 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N03 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte En1 , v076 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte N06 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte En1 , v112 + .byte W12 + .byte En1 , v080 + .byte W12 + .byte N03 , En1 , v127 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v108 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte En1 , v116 + .byte W03 + .byte En1 , v120 + .byte W03 + .byte N06 , En1 , v127 + .byte W12 + .byte En1 , v100 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte En1 , v100 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte En1 , v127 + .byte W12 + .byte En1 , v096 + .byte W12 + .byte N03 , En1 , v127 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v108 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte En1 , v116 + .byte W03 + .byte En1 , v120 + .byte W03 +bgm_shinka_7_000: + .byte N06 , En1 , v127 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v100 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_shinka_7_001: + .byte N06 , En1 , v127 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v100 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte En1 , v036 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v127 + .byte W06 + .byte N03 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v108 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte En1 , v116 + .byte W03 + .byte En1 , v120 + .byte W03 + .byte PEND +bgm_shinka_7_B1: + .byte PATT + .word bgm_shinka_7_000 + .byte PATT + .word bgm_shinka_7_001 + .byte PATT + .word bgm_shinka_7_000 + .byte PATT + .word bgm_shinka_7_001 + .byte PATT + .word bgm_shinka_7_000 + .byte PATT + .word bgm_shinka_7_001 + .byte PATT + .word bgm_shinka_7_000 + .byte PATT + .word bgm_shinka_7_001 + .byte GOTO + .word bgm_shinka_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_shinka: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_shinka_pri @ Priority + .byte bgm_shinka_rev @ Reverb. + + .word bgm_shinka_grp + + .word bgm_shinka_1 + .word bgm_shinka_2 + .word bgm_shinka_3 + .word bgm_shinka_4 + .word bgm_shinka_5 + .word bgm_shinka_6 + .word bgm_shinka_7 + + .end diff --git a/sound/songs/bgm_sitennou.s b/sound/songs/bgm_sitennou.s new file mode 100644 index 000000000..08fb38d34 --- /dev/null +++ b/sound/songs/bgm_sitennou.s @@ -0,0 +1,2344 @@ + .include "MPlayDef.s" + + .equ bgm_sitennou_grp, voicegroup_844C5F0 + .equ bgm_sitennou_pri, 0 + .equ bgm_sitennou_rev, reverb_set+50 + .equ bgm_sitennou_mvl, 127 + .equ bgm_sitennou_key, 0 + .equ bgm_sitennou_tbs, 1 + .equ bgm_sitennou_exg, 0 + .equ bgm_sitennou_cmp, 1 + + .section .rodata + .global bgm_sitennou + .align 2 + +@********************** Track 1 **********************@ + +bgm_sitennou_1: + .byte KEYSH , bgm_sitennou_key+0 + .byte TEMPO , 134*bgm_sitennou_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 51*bgm_sitennou_mvl/mxv + .byte PAN , c_v+62 + .byte W24 +bgm_sitennou_1_B1: +bgm_sitennou_1_000: + .byte W12 + .byte N03 , Gn5 , v072 + .byte W06 + .byte N03 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_sitennou_1_000 + .byte PATT + .word bgm_sitennou_1_000 + .byte PATT + .word bgm_sitennou_1_000 + .byte PATT + .word bgm_sitennou_1_000 + .byte PATT + .word bgm_sitennou_1_000 + .byte PATT + .word bgm_sitennou_1_000 + .byte PATT + .word bgm_sitennou_1_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_sitennou_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_sitennou_2: + .byte KEYSH , bgm_sitennou_key+0 + .byte VOICE , 38 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 78*bgm_sitennou_mvl/mxv + .byte W24 +bgm_sitennou_2_B1: + .byte VOICE , 38 + .byte BEND , c_v-5 + .byte N12 , Bn0 , v112 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte N12 , Fn1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Bn0 + .byte W12 + .byte N12 , As1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Fs1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Bn0 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte BEND , c_v-4 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N12 , Bn0 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte N06 , Bn0 + .byte W36 + .byte BEND , c_v-6 + .byte N24 , Cn1 + .byte W06 + .byte BEND , c_v+0 + .byte W18 + .byte c_v-5 + .byte N12 , Bn0 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , Fs1 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte N12 , Fn1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Bn0 + .byte W12 + .byte N12 , As1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , Fs1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Bn0 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte BEND , c_v-4 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N12 , Bn0 + .byte W12 + .byte N03 , Fs1 + .byte W06 + .byte N06 , Bn0 + .byte W06 + .byte N12 , Fn1 + .byte W12 + .byte N06 , Bn0 + .byte W36 + .byte BEND , c_v-6 + .byte N06 + .byte W06 + .byte BEND , c_v+0 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W06 + .byte Fs1 + .byte W06 +bgm_sitennou_2_000: + .byte BEND , c_v-5 + .byte N12 , Dn1 , v112 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 , Dn1 + .byte W06 + .byte N12 , Gs1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Dn1 + .byte W12 + .byte N12 , Cs2 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N12 , An1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Ds1 + .byte W06 + .byte BEND , c_v-4 + .byte N12 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte PEND + .byte N12 , Dn1 + .byte W12 + .byte N03 , An1 + .byte W06 + .byte N06 , Dn1 + .byte W06 + .byte N12 , Gs1 + .byte W12 + .byte N06 , Dn1 + .byte W24 + .byte N03 , An0 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v-6 + .byte N24 , Ds1 + .byte W06 + .byte BEND , c_v+0 + .byte W18 + .byte PATT + .word bgm_sitennou_2_000 + .byte BEND , c_v-5 + .byte N12 , Dn1 , v112 + .byte W06 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte N06 , Dn1 + .byte W06 + .byte N12 , Gs1 + .byte W06 + .byte BEND , c_v+4 + .byte W06 + .byte c_v+0 + .byte N06 , Dn1 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte An0 + .byte W06 + .byte Cn1 + .byte W06 + .byte As0 + .byte W18 +bgm_sitennou_2_001: + .byte BEND , c_v-5 + .byte N06 , Dn1 , v112 + .byte W06 + .byte BEND , c_v+0 + .byte N03 , Dn2 + .byte W06 + .byte An1 + .byte W06 + .byte N06 , Dn2 + .byte W06 + .byte Cs1 + .byte W06 + .byte BEND , c_v+4 + .byte N03 , Cs2 + .byte W06 + .byte BEND , c_v+0 + .byte N03 , Gs1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte Cn1 + .byte W06 + .byte BEND , c_v+4 + .byte N03 , Cn2 + .byte W06 + .byte BEND , c_v+0 + .byte N03 , Gn1 + .byte W06 + .byte BEND , c_v+4 + .byte N06 , Cn2 + .byte W06 + .byte BEND , c_v+0 + .byte N03 , Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte BEND , c_v-4 + .byte N03 , Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte BEND , c_v+0 + .byte N03 , Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte PEND + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte An1 + .byte W06 + .byte N06 , Dn2 + .byte W06 + .byte Cs1 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N06 , Cs2 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte Gn1 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte BEND , c_v-6 + .byte N03 , Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte BEND , c_v+0 + .byte N03 , Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte Bn0 + .byte W03 + .byte Cn1 + .byte W03 + .byte PATT + .word bgm_sitennou_2_001 + .byte N06 , An0 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , As0 + .byte W12 + .byte N03 , An0 + .byte W06 + .byte An1 + .byte W06 + .byte N12 , An0 + .byte W12 + .byte N24 , An1 + .byte W03 + .byte BEND , c_v-6 + .byte W02 + .byte c_v-12 + .byte W03 + .byte c_v-20 + .byte W04 + .byte c_v-28 + .byte W02 + .byte c_v-38 + .byte W03 + .byte c_v-48 + .byte W03 + .byte c_v-59 + .byte W04 + .byte GOTO + .word bgm_sitennou_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_sitennou_3: + .byte KEYSH , bgm_sitennou_key+0 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 68*bgm_sitennou_mvl/mxv + .byte PAN , c_v-1 + .byte W24 +bgm_sitennou_3_B1: + .byte VOICE , 13 + .byte PAN , c_v-32 + .byte VOL , 64*bgm_sitennou_mvl/mxv + .byte W12 + .byte N03 , Bn5 , v088 + .byte W03 + .byte N06 , Bn5 , v036 + .byte W09 + .byte PAN , c_v-23 + .byte N03 , An5 , v096 + .byte W03 + .byte N06 , An5 , v036 + .byte W09 + .byte PAN , c_v-7 + .byte N03 , Gn5 , v096 + .byte W03 + .byte N06 , Gn5 , v036 + .byte W09 + .byte PAN , c_v+20 + .byte N03 , Fs5 , v096 + .byte W03 + .byte Fs5 , v036 + .byte W03 + .byte En5 , v096 + .byte W03 + .byte N06 , En5 , v036 + .byte W09 + .byte N03 , Dn5 , v096 + .byte W03 + .byte N06 , Dn5 , v036 + .byte W03 + .byte PAN , c_v+28 + .byte W06 + .byte N03 , Fs5 , v096 + .byte W03 + .byte Fs5 , v036 + .byte W03 + .byte N12 , Bn4 , v096 + .byte W12 + .byte VOICE , 24 + .byte PAN , c_v-26 + .byte VOL , 73*bgm_sitennou_mvl/mxv + .byte MOD , 8 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W12 + .byte MOD , 19 + .byte W12 + .byte 8 + .byte N09 , An1 + .byte W09 + .byte N03 , As1 + .byte W03 + .byte VOICE , 24 + .byte MOD , 0 + .byte PAN , c_v+32 + .byte VOL , 58*bgm_sitennou_mvl/mxv + .byte W12 + .byte N03 , Bn5 + .byte W03 + .byte N06 , Bn5 , v036 + .byte W09 + .byte PAN , c_v+29 + .byte N03 , An5 , v112 + .byte W03 + .byte N06 , An5 , v036 + .byte W06 + .byte PAN , c_v+16 + .byte W03 + .byte N03 , Gn5 , v112 + .byte W03 + .byte N06 , Gn5 , v036 + .byte W09 + .byte PAN , c_v-16 + .byte N03 , Fs5 , v112 + .byte W03 + .byte Fs5 , v036 + .byte W03 + .byte En5 , v112 + .byte W03 + .byte N06 , En5 , v036 + .byte W09 + .byte N03 , Dn5 , v112 + .byte W03 + .byte N06 , Dn5 , v036 + .byte W03 + .byte PAN , c_v-27 + .byte W06 + .byte N03 , As4 , v112 + .byte W03 + .byte As4 , v036 + .byte W03 + .byte N12 , Fs5 , v112 + .byte W12 + .byte VOICE , 56 + .byte PAN , c_v-27 + .byte VOL , 73*bgm_sitennou_mvl/mxv + .byte MOD , 8 + .byte N12 , Bn1 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte PAN , c_v-27 + .byte W03 + .byte VOICE , 17 + .byte VOL , 68*bgm_sitennou_mvl/mxv + .byte N03 , Cn4 , v064 + .byte W03 + .byte Cs4 + .byte W03 + .byte PAN , c_v-14 + .byte N03 , Dn4 + .byte W03 + .byte En4 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Dn4 + .byte W03 + .byte En4 + .byte W03 + .byte PAN , c_v+18 + .byte N03 , Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte PAN , c_v+32 + .byte N03 , Fs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte As4 + .byte W03 + .byte VOICE , 13 + .byte MOD , 0 + .byte PAN , c_v-32 + .byte VOL , 64*bgm_sitennou_mvl/mxv + .byte W12 + .byte N03 , Dn6 , v080 + .byte W03 + .byte N06 , Dn6 , v036 + .byte W09 + .byte PAN , c_v-24 + .byte N03 , Cn6 , v096 + .byte W03 + .byte N06 , Cn6 , v036 + .byte W09 + .byte PAN , c_v-8 + .byte N03 , As5 , v096 + .byte W03 + .byte N06 , As5 , v036 + .byte W09 + .byte PAN , c_v+19 + .byte N03 , An5 , v096 + .byte W03 + .byte An5 , v036 + .byte W03 + .byte Gn5 , v096 + .byte W03 + .byte N06 , Gn5 , v036 + .byte W09 + .byte N03 , Fn5 , v096 + .byte W03 + .byte N06 , Fn5 , v036 + .byte W03 + .byte PAN , c_v+32 + .byte W06 + .byte N03 , An5 , v096 + .byte W03 + .byte An5 , v036 + .byte W03 + .byte N12 , Dn5 , v096 + .byte W12 + .byte VOICE , 24 + .byte PAN , c_v-27 + .byte VOL , 74*bgm_sitennou_mvl/mxv + .byte MOD , 9 + .byte N12 , Dn2 , v112 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Ds2 + .byte W03 + .byte MOD , 15 + .byte W09 + .byte VOICE , 24 + .byte VOL , 68*bgm_sitennou_mvl/mxv + .byte PAN , c_v+24 + .byte MOD , 9 + .byte N03 , An5 , v088 + .byte W03 + .byte As5 , v068 + .byte W03 + .byte An5 , v064 + .byte W06 + .byte Gn5 , v088 + .byte W06 + .byte Fn5 , v076 + .byte W06 + .byte VOICE , 24 + .byte MOD , 0 + .byte PAN , c_v+32 + .byte VOL , 58*bgm_sitennou_mvl/mxv + .byte W12 + .byte N03 , Dn6 , v092 + .byte W03 + .byte N06 , Dn6 , v036 + .byte W09 + .byte PAN , c_v+21 + .byte N03 , Cn6 , v096 + .byte W03 + .byte N06 , Cn6 , v036 + .byte W09 + .byte PAN , c_v+8 + .byte N03 , As5 , v112 + .byte W03 + .byte N06 , As5 , v036 + .byte W09 + .byte PAN , c_v-16 + .byte N03 , An5 , v112 + .byte W03 + .byte An5 , v036 + .byte W03 + .byte Gn5 , v112 + .byte W03 + .byte N06 , Gn5 , v036 + .byte W09 + .byte N03 , Fn5 , v112 + .byte W03 + .byte N06 , Fn5 , v036 + .byte W03 + .byte PAN , c_v-27 + .byte W06 + .byte N03 , Cs5 , v112 + .byte W03 + .byte Cs5 , v036 + .byte W03 + .byte N12 , An5 , v112 + .byte W12 + .byte VOICE , 56 + .byte PAN , c_v-27 + .byte VOL , 74*bgm_sitennou_mvl/mxv + .byte MOD , 9 + .byte N12 , Dn2 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 17 + .byte VOL , 68*bgm_sitennou_mvl/mxv + .byte PAN , c_v+51 + .byte N03 , Ds4 , v064 + .byte W03 + .byte En4 + .byte W03 + .byte PAN , c_v+30 + .byte N03 , Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte PAN , c_v-17 + .byte N03 , An4 + .byte W03 + .byte PAN , c_v-23 + .byte N03 , As4 + .byte W03 + .byte An4 + .byte W03 + .byte PAN , c_v-38 + .byte N03 , As4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Cs5 + .byte W03 + .byte VOICE , 24 + .byte MOD , 0 + .byte PAN , c_v-12 + .byte BEND , c_v-6 + .byte N03 , An4 , v112 + .byte W06 + .byte BEND , c_v+0 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N12 , Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte VOICE , 56 + .byte PAN , c_v-26 + .byte MOD , 8 + .byte VOL , 78*bgm_sitennou_mvl/mxv + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte N12 , Gn2 + .byte W12 + .byte N24 , As2 + .byte W12 + .byte MOD , 21 + .byte W12 + .byte VOICE , 38 + .byte MOD , 10 + .byte PAN , c_v+0 + .byte VOL , 55*bgm_sitennou_mvl/mxv + .byte N03 , An4 , v092 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn4 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N12 , Gn4 , v076 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte MOD , 0 + .byte N06 , An4 , v084 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte An4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte N03 , An4 + .byte W12 + .byte An3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , An3 + .byte W12 + .byte VOICE , 17 + .byte PAN , c_v+44 + .byte VOL , 60*bgm_sitennou_mvl/mxv + .byte N03 , An4 , v072 + .byte W03 + .byte Gs4 + .byte W03 + .byte PAN , c_v+27 + .byte N03 , Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte PAN , c_v-13 + .byte N03 , Fn4 + .byte W03 + .byte En4 + .byte W03 + .byte PAN , c_v-40 + .byte N03 , Ds4 + .byte W03 + .byte Dn4 + .byte W03 + .byte GOTO + .word bgm_sitennou_3_B1 + .byte PAN , c_v+6 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_sitennou_4: + .byte KEYSH , bgm_sitennou_key+0 + .byte VOICE , 126 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-62 + .byte VOL , 27*bgm_sitennou_mvl/mxv + .byte W24 +bgm_sitennou_4_B1: +bgm_sitennou_4_000: + .byte N06 , En5 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W24 + .byte PEND + .byte PATT + .word bgm_sitennou_4_000 + .byte PATT + .word bgm_sitennou_4_000 + .byte PATT + .word bgm_sitennou_4_000 + .byte PATT + .word bgm_sitennou_4_000 + .byte PATT + .word bgm_sitennou_4_000 + .byte PATT + .word bgm_sitennou_4_000 + .byte PATT + .word bgm_sitennou_4_000 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_sitennou_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_sitennou_5: + .byte KEYSH , bgm_sitennou_key+0 + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 39*bgm_sitennou_mvl/mxv + .byte PAN , c_v-61 + .byte W24 +bgm_sitennou_5_B1: + .byte MOD , 2 + .byte BEND , c_v+0 + .byte N12 , Fs2 , v112 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn2 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N09 , En2 + .byte W09 + .byte N03 , Fn2 + .byte W03 + .byte MOD , 2 + .byte N12 , Fs2 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn2 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte N03 , Fs2 , v064 + .byte W03 + .byte MOD , 0 + .byte N03 , Fn2 + .byte W03 + .byte En2 + .byte W03 + .byte Ds2 + .byte W03 +bgm_sitennou_5_000: + .byte MOD , 2 + .byte N12 , An2 , v112 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte N12 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , As2 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Gn2 + .byte W06 + .byte Gs2 + .byte W06 + .byte PATT + .word bgm_sitennou_5_000 + .byte N12 , An2 , v112 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte As2 + .byte W12 + .byte Cn3 + .byte W06 + .byte As2 + .byte W06 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W06 + .byte BEND , c_v+0 + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 2 + .byte N03 , Fn4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N06 , En4 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte En4 + .byte W06 + .byte N03 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte N03 , En4 + .byte W12 + .byte En3 + .byte W12 + .byte N03 + .byte W12 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte GOTO + .word bgm_sitennou_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_sitennou_6: + .byte KEYSH , bgm_sitennou_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 39*bgm_sitennou_mvl/mxv + .byte PAN , c_v+63 + .byte W24 +bgm_sitennou_6_B1: + .byte W12 + .byte N03 , Fs5 , v112 + .byte W12 + .byte En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cs5 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte Fs3 + .byte W12 + .byte N03 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn3 + .byte W24 + .byte N09 , En3 + .byte W09 + .byte N03 , Fn3 + .byte W03 + .byte W12 + .byte Fs5 + .byte W12 + .byte En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W06 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte En4 + .byte W06 + .byte N12 , Bn4 + .byte W12 + .byte Fs3 + .byte W12 + .byte N03 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte Gn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte As3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte En4 + .byte W03 + .byte Gn4 + .byte W03 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte En5 + .byte W06 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte En5 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte An3 + .byte W12 + .byte N03 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte N03 , Dn5 + .byte W03 + .byte Ds5 + .byte W03 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte En5 + .byte W06 + .byte Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Gn4 + .byte W06 + .byte N12 , Dn5 + .byte W12 + .byte An3 + .byte W12 + .byte N03 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte As3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte As4 + .byte W03 + .byte VOL , 54*bgm_sitennou_mvl/mxv + .byte N06 , An5 + .byte W06 + .byte An5 , v036 + .byte W06 + .byte An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W06 + .byte PAN , c_v-61 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W12 + .byte PAN , c_v+63 + .byte N06 , An5 , v112 + .byte W06 + .byte Gn4 + .byte W06 + .byte An4 + .byte W06 + .byte An5 + .byte W06 + .byte PAN , c_v-61 + .byte N06 , An5 , v036 + .byte W12 + .byte An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W06 +bgm_sitennou_6_000: + .byte PAN , c_v+63 + .byte N06 , An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W06 + .byte An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W06 + .byte PAN , c_v-61 + .byte W06 + .byte N06 , An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W12 + .byte PAN , c_v+63 + .byte N06 , An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte An5 + .byte W06 + .byte PAN , c_v-61 + .byte N06 , An5 , v036 + .byte W12 + .byte An5 , v112 + .byte W06 + .byte An5 , v036 + .byte W06 + .byte PEND + .byte PATT + .word bgm_sitennou_6_000 + .byte PAN , c_v+63 + .byte N06 , An4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte PAN , c_v-61 + .byte W06 + .byte N06 + .byte W06 + .byte N03 + .byte W12 + .byte PAN , c_v+63 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte VOL , 39*bgm_sitennou_mvl/mxv + .byte N03 , Cs5 + .byte W03 + .byte Cn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte As4 + .byte W03 + .byte An4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte GOTO + .word bgm_sitennou_6_B1 + .byte PAN , c_v+63 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_sitennou_7: + .byte KEYSH , bgm_sitennou_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 66*bgm_sitennou_mvl/mxv + .byte N06 , Cn1 , v112 + .byte N24 , An2 , v076 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte N03 , Dn1 + .byte W03 + .byte N03 + .byte W03 + .byte N06 + .byte W06 +bgm_sitennou_7_B1: +bgm_sitennou_7_000: + .byte N48 , An2 , v112 + .byte W18 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W24 + .byte N06 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND +bgm_sitennou_7_001: + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W24 + .byte N06 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_sitennou_7_000 + .byte PATT + .word bgm_sitennou_7_001 +bgm_sitennou_7_002: + .byte N48 , An2 , v112 + .byte W18 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W24 + .byte N06 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte PEND + .byte W18 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W24 + .byte N06 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte PATT + .word bgm_sitennou_7_002 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W18 + .byte En1 + .byte W06 + .byte N06 + .byte W24 +bgm_sitennou_7_003: + .byte N06 , En1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte En1 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_sitennou_7_003 + .byte PATT + .word bgm_sitennou_7_003 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte Cn1 + .byte W06 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 + .byte N24 , An2 + .byte W03 + .byte N03 , En1 + .byte W21 + .byte GOTO + .word bgm_sitennou_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_sitennou_8: + .byte KEYSH , bgm_sitennou_key+0 + .byte VOICE , 84 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 52*bgm_sitennou_mvl/mxv + .byte W24 +bgm_sitennou_8_B1: + .byte MOD , 8 + .byte BEND , c_v-4 + .byte N12 , Bn1 , v112 + .byte W03 + .byte MOD , 2 + .byte W03 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Cn2 + .byte W06 + .byte MOD , 15 + .byte W12 + .byte 0 + .byte N03 , Bn1 + .byte W03 + .byte As1 + .byte W03 + .byte N09 , An1 + .byte W09 + .byte N03 , As1 + .byte W03 + .byte MOD , 2 + .byte N12 , Bn1 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As1 + .byte W06 + .byte Bn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W06 + .byte MOD , 14 + .byte W18 + .byte N03 , Bn1 , v088 + .byte W03 + .byte MOD , 0 + .byte N03 , As1 + .byte W03 + .byte An1 + .byte W03 + .byte Gs1 + .byte W03 + .byte MOD , 2 + .byte N12 , Dn2 , v112 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W03 + .byte MOD , 13 + .byte W21 + .byte N06 , Cn2 + .byte W03 + .byte MOD , 3 + .byte W03 + .byte N06 , Cs2 + .byte W06 + .byte N12 , Dn2 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte BEND , c_v+0 + .byte N12 + .byte W12 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W06 + .byte En2 + .byte W12 + .byte Fn2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W06 + .byte BEND , c_v-4 + .byte N03 , An2 + .byte W06 + .byte BEND , c_v+0 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte N12 , Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte N12 , Gn2 + .byte W12 + .byte N24 , As2 + .byte W12 + .byte MOD , 16 + .byte W12 + .byte 2 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte N12 , Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N06 , An2 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte An2 + .byte W06 + .byte N03 + .byte W12 + .byte N06 , An1 + .byte W06 + .byte N03 , An2 + .byte W12 + .byte An1 + .byte W12 + .byte N03 + .byte W36 + .byte GOTO + .word bgm_sitennou_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_sitennou_9: + .byte KEYSH , bgm_sitennou_key+0 + .byte VOICE , 47 + .byte PAN , c_v+0 + .byte VOL , 49*bgm_sitennou_mvl/mxv + .byte N06 , Bn1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v+23 + .byte N06 , Bn2 + .byte W06 + .byte N03 , Fs1 + .byte W03 + .byte N03 + .byte W03 +bgm_sitennou_9_B1: + .byte PAN , c_v-30 + .byte N12 , Bn1 , v112 + .byte W60 + .byte N06 , Fs1 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v+26 + .byte N06 , Bn1 + .byte W24 + .byte PAN , c_v+32 + .byte N06 + .byte W12 + .byte PAN , c_v-32 + .byte N06 , Fs1 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Bn1 + .byte W12 + .byte PAN , c_v-48 + .byte N06 , Fs1 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , Bn1 + .byte W12 + .byte PAN , c_v-32 + .byte N06 , Fs1 + .byte W12 + .byte N06 + .byte W12 + .byte PAN , c_v+31 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Bn1 + .byte W48 + .byte PAN , c_v+23 + .byte N06 , As1 + .byte W12 + .byte PAN , c_v-31 + .byte N06 , Fs1 + .byte W12 + .byte PAN , c_v+23 + .byte N06 , Bn1 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v-29 + .byte N12 , Fs1 + .byte W03 + .byte PAN , c_v-31 + .byte W09 + .byte c_v+22 + .byte N06 , Bn1 + .byte W12 + .byte N06 + .byte W12 + .byte PAN , c_v-33 + .byte N06 , Fn1 + .byte W06 + .byte PAN , c_v+22 + .byte N06 , Bn1 + .byte W06 + .byte Fn1 + .byte W03 + .byte PAN , c_v-32 + .byte W09 + .byte N06 , Fs1 + .byte W06 + .byte PAN , c_v+22 + .byte N06 , Bn1 + .byte W06 + .byte PAN , c_v-31 + .byte N06 , Fs1 + .byte W12 + .byte PAN , c_v+35 + .byte N06 , Bn1 + .byte W12 + .byte PAN , c_v-33 + .byte N06 , Fs1 + .byte W12 + .byte PAN , c_v+23 + .byte N12 , Dn2 + .byte W36 + .byte PAN , c_v-36 + .byte W12 + .byte c_v+22 + .byte N06 , An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte PAN , c_v-37 + .byte N06 , An2 + .byte W12 + .byte PAN , c_v+22 + .byte N06 , Dn3 + .byte W12 + .byte PAN , c_v-36 + .byte N06 , An2 + .byte W06 + .byte N03 , An1 + .byte W06 + .byte PAN , c_v+26 + .byte N12 , Dn2 + .byte W48 + .byte N06 , An2 + .byte W12 + .byte As2 + .byte W12 + .byte An2 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v-35 + .byte N06 , Ds2 + .byte W12 + .byte N12 , Dn2 + .byte W48 + .byte PAN , c_v+25 + .byte N06 , Dn3 + .byte W12 + .byte PAN , c_v-35 + .byte N06 , An2 + .byte W12 + .byte PAN , c_v+23 + .byte N06 , Dn3 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v-35 + .byte N06 , An2 + .byte W12 + .byte PAN , c_v-44 + .byte N06 + .byte W12 + .byte An2 , v052 + .byte W12 + .byte An2 , v084 + .byte W12 + .byte An2 , v096 + .byte W12 + .byte An2 , v112 + .byte W12 + .byte An2 , v127 + .byte W12 + .byte An2 , v112 + .byte W12 + .byte N06 + .byte W12 +bgm_sitennou_9_000: + .byte PAN , c_v-32 + .byte N06 , An2 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v+39 + .byte N06 , Dn2 + .byte W12 + .byte PAN , c_v-32 + .byte N06 , Gs2 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v+39 + .byte N06 , Cs2 + .byte W12 + .byte PAN , c_v-32 + .byte N06 , Gn2 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v+39 + .byte N06 , Cn2 + .byte W12 + .byte PAN , c_v-48 + .byte N24 , As2 + .byte W24 + .byte PEND + .byte PATT + .word bgm_sitennou_9_000 + .byte N06 , An2 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Dn2 + .byte W06 + .byte N06 + .byte W06 + .byte Gs2 + .byte W06 + .byte N06 + .byte W06 + .byte Cs2 + .byte W06 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N06 + .byte W06 + .byte Cn2 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , As2 + .byte W12 + .byte PAN , c_v+48 + .byte N12 + .byte W12 + .byte PAN , c_v+33 + .byte N06 , An2 + .byte W06 + .byte PAN , c_v-47 + .byte N06 , An1 + .byte W06 + .byte PAN , c_v+32 + .byte N03 , An2 + .byte W06 + .byte N03 + .byte W06 + .byte PAN , c_v-47 + .byte N06 , An1 + .byte W06 + .byte PAN , c_v+32 + .byte N06 , An2 + .byte W06 + .byte N06 + .byte W12 + .byte PAN , c_v-43 + .byte N06 , An1 + .byte W12 + .byte N06 + .byte W12 + .byte PAN , c_v+35 + .byte N06 , An2 + .byte W24 + .byte GOTO + .word bgm_sitennou_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_sitennou: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_sitennou_pri @ Priority + .byte bgm_sitennou_rev @ Reverb. + + .word bgm_sitennou_grp + + .word bgm_sitennou_1 + .word bgm_sitennou_2 + .word bgm_sitennou_3 + .word bgm_sitennou_4 + .word bgm_sitennou_5 + .word bgm_sitennou_6 + .word bgm_sitennou_7 + .word bgm_sitennou_8 + .word bgm_sitennou_9 + + .end diff --git a/sound/songs/bgm_suikun.s b/sound/songs/bgm_suikun.s new file mode 100644 index 000000000..25e5b550f --- /dev/null +++ b/sound/songs/bgm_suikun.s @@ -0,0 +1,1989 @@ + .include "MPlayDef.s" + + .equ bgm_suikun_grp, voicegroup_842FC88 + .equ bgm_suikun_pri, 0 + .equ bgm_suikun_rev, reverb_set+50 + .equ bgm_suikun_mvl, 127 + .equ bgm_suikun_key, 0 + .equ bgm_suikun_tbs, 1 + .equ bgm_suikun_exg, 0 + .equ bgm_suikun_cmp, 1 + + .section .rodata + .global bgm_suikun + .align 2 + +@********************** Track 1 **********************@ + +bgm_suikun_1: + .byte KEYSH , bgm_suikun_key+0 + .byte TEMPO , 186*bgm_suikun_tbs/2 + .byte VOICE , 48 + .byte VOL , 80*bgm_suikun_mvl/mxv + .byte N06 , An4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte N24 , Gn4 + .byte W24 + .byte N12 , En4 + .byte W12 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N24 , Cs4 + .byte W24 + .byte N12 , As3 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N24 , Gn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte N06 , Ds3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N24 , Cs3 + .byte W24 + .byte N12 , As2 + .byte W12 + .byte VOICE , 56 + .byte N06 , An2 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 +bgm_suikun_1_000: + .byte N06 , An2 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Fn4 + .byte W24 + .byte PEND +bgm_suikun_1_001: + .byte N12 , En4 , v112 + .byte W12 + .byte N06 , An2 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_1_000 + .byte PATT + .word bgm_suikun_1_001 + .byte PATT + .word bgm_suikun_1_000 + .byte PATT + .word bgm_suikun_1_001 + .byte N06 , An2 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte VOICE , 48 + .byte N06 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Gs3 + .byte W06 +bgm_suikun_1_B1: + .byte VOICE , 1 + .byte N12 , An2 , v112 + .byte W12 + .byte Bn2 + .byte W12 + .byte En2 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte En2 + .byte W12 +bgm_suikun_1_002: + .byte N12 , Dn2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte Dn2 + .byte W12 + .byte N24 , An2 + .byte W24 + .byte N12 , En2 + .byte W12 + .byte Dn2 + .byte W12 + .byte En2 + .byte W12 + .byte PEND +bgm_suikun_1_003: + .byte N12 , Dn3 , v112 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte An2 + .byte W12 + .byte PEND +bgm_suikun_1_004: + .byte N12 , Dn3 , v112 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte An2 + .byte W12 + .byte Dn3 + .byte W12 + .byte En3 + .byte W12 + .byte PEND +bgm_suikun_1_005: + .byte N12 , Cn3 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte PEND +bgm_suikun_1_006: + .byte N12 , Cn3 , v112 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PEND + .byte Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte Gn2 + .byte W12 + .byte En3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N36 , An3 + .byte W36 + .byte N24 , Gn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte N36 , Dn3 + .byte W36 + .byte N12 , An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte En2 + .byte W12 + .byte N24 , En3 + .byte W24 + .byte N12 , Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte En2 + .byte W12 + .byte PATT + .word bgm_suikun_1_002 + .byte PATT + .word bgm_suikun_1_003 + .byte PATT + .word bgm_suikun_1_004 + .byte PATT + .word bgm_suikun_1_005 + .byte PATT + .word bgm_suikun_1_006 + .byte N12 , Cn4 , v112 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N24 , An3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W12 +bgm_suikun_1_007: + .byte N12 , Bn2 , v112 + .byte W12 + .byte Cn3 + .byte W24 + .byte N24 , En3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte PEND +bgm_suikun_1_008: + .byte N12 , Bn2 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte En3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte PEND +bgm_suikun_1_009: + .byte N12 , Cn3 , v112 + .byte W12 + .byte Gn2 + .byte W24 + .byte N60 , Gn3 + .byte W60 + .byte PEND + .byte PATT + .word bgm_suikun_1_009 + .byte PATT + .word bgm_suikun_1_007 + .byte PATT + .word bgm_suikun_1_008 + .byte N12 , Gn3 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte An2 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte VOICE , 56 + .byte N12 , Bn2 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N36 , Cn3 + .byte W36 + .byte N12 , Bn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Fs1 + .byte W24 + .byte N12 , Bn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Fs1 + .byte W24 + .byte N12 , Bn2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Fs1 + .byte W24 + .byte N12 , Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte N06 , Bn2 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 +bgm_suikun_1_010: + .byte N12 , Bn3 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Fs1 + .byte W24 + .byte N12 , Bn3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Fs1 + .byte W24 + .byte PEND +bgm_suikun_1_011: + .byte N12 , Bn3 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Fs1 + .byte W24 + .byte N12 , Bn3 + .byte W12 + .byte N36 , Cn4 + .byte W36 + .byte PEND + .byte PATT + .word bgm_suikun_1_010 + .byte PATT + .word bgm_suikun_1_011 +bgm_suikun_1_012: + .byte N48 , Bn2 , v112 + .byte W48 + .byte En2 + .byte W48 + .byte PEND + .byte Cn3 + .byte W48 + .byte An2 + .byte W48 + .byte PATT + .word bgm_suikun_1_012 + .byte N60 , Fn2 , v112 + .byte W60 + .byte VOICE , 48 + .byte N12 , Cn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N48 , Fs1 + .byte W48 + .byte Bn1 + .byte W48 + .byte Gn1 + .byte W48 + .byte Cn2 + .byte W48 + .byte Bn1 + .byte W48 + .byte En1 + .byte W48 + .byte N96 , Fn1 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_suikun_1_013: + .byte W24 + .byte N12 , Dn3 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_suikun_1_013 + .byte PATT + .word bgm_suikun_1_013 + .byte PATT + .word bgm_suikun_1_013 +bgm_suikun_1_014: + .byte W24 + .byte N12 , Fn3 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_suikun_1_014 + .byte PATT + .word bgm_suikun_1_014 + .byte PATT + .word bgm_suikun_1_014 + .byte N24 , En3 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte VOICE , 1 + .byte N12 , En5 + .byte W36 + .byte Fs5 + .byte W12 + .byte W24 + .byte An4 + .byte W24 + .byte An5 + .byte W48 + .byte W48 + .byte GOTO + .word bgm_suikun_1_B1 + .byte W48 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_suikun_2: + .byte KEYSH , bgm_suikun_key+0 + .byte VOICE , 17 + .byte VOL , 80*bgm_suikun_mvl/mxv + .byte N06 , En6 , v088 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte VOICE , 56 + .byte W24 + .byte N12 , En2 , v112 + .byte W48 + .byte N12 + .byte W24 +bgm_suikun_2_000: + .byte W24 + .byte N12 , En2 , v112 + .byte W48 + .byte As5 + .byte W24 + .byte PEND + .byte An5 + .byte W24 + .byte En2 + .byte W48 + .byte N12 + .byte W24 + .byte PATT + .word bgm_suikun_2_000 +bgm_suikun_2_001: + .byte N12 , An5 , v112 + .byte W24 + .byte En4 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte W24 + .byte N12 + .byte W48 + .byte As5 + .byte W24 + .byte PATT + .word bgm_suikun_2_001 + .byte W24 + .byte N12 , En4 , v112 + .byte W48 + .byte N12 + .byte W24 +bgm_suikun_2_B1: +bgm_suikun_2_002: + .byte VOICE , 48 + .byte N48 , An3 , v112 + .byte W48 + .byte Bn3 + .byte W48 + .byte PEND +bgm_suikun_2_003: + .byte N48 , Dn3 , v112 + .byte W48 + .byte N96 , Dn4 + .byte W48 + .byte PEND +bgm_suikun_2_004: + .byte W48 + .byte VOICE , 1 + .byte N12 , An5 , v112 + .byte W36 + .byte Bn5 + .byte W12 + .byte PEND +bgm_suikun_2_005: + .byte W24 + .byte N12 , Dn5 , v112 + .byte W24 + .byte Dn6 + .byte W48 + .byte PEND +bgm_suikun_2_006: + .byte VOICE , 48 + .byte N48 , Cn4 , v112 + .byte W48 + .byte Dn4 + .byte W48 + .byte PEND +bgm_suikun_2_007: + .byte N48 , Gn3 , v112 + .byte W48 + .byte Fn4 + .byte W48 + .byte PEND + .byte N96 , En4 + .byte W96 + .byte VOICE , 1 + .byte N24 , Gn2 + .byte W24 + .byte An2 + .byte W24 + .byte Gn2 + .byte W24 + .byte Bn2 + .byte W24 + .byte PATT + .word bgm_suikun_2_002 + .byte PATT + .word bgm_suikun_2_003 + .byte PATT + .word bgm_suikun_2_004 + .byte PATT + .word bgm_suikun_2_005 + .byte PATT + .word bgm_suikun_2_006 + .byte PATT + .word bgm_suikun_2_007 + .byte N96 , En4 , v112 + .byte W96 + .byte VOICE , 1 + .byte N12 , Cn4 + .byte W48 + .byte N48 , Gn4 + .byte W48 + .byte VOICE , 48 + .byte N12 , Fs3 + .byte W12 + .byte Gn3 + .byte W24 + .byte N24 , Bn3 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte N12 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn3 + .byte W24 + .byte N60 , Cn4 + .byte W60 + .byte VOICE , 1 + .byte N12 , Gn5 + .byte W12 + .byte Cn5 + .byte W24 + .byte N60 , Cn6 + .byte W60 + .byte VOICE , 48 + .byte N12 , Fs4 + .byte W12 + .byte Gn4 + .byte W24 + .byte N24 , Bn4 + .byte W24 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 + .byte W12 + .byte Gn4 + .byte W12 + .byte Bn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N48 , Gn4 + .byte W48 + .byte Fs4 + .byte W48 + .byte En4 + .byte W48 + .byte Gn4 + .byte W48 + .byte VOICE , 56 + .byte N12 , Fs3 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N36 , Gn3 + .byte W36 + .byte N12 , Fs3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn1 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn1 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn1 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte N36 , Gn3 + .byte W36 +bgm_suikun_2_008: + .byte N12 , Fs4 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn1 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn1 + .byte W24 + .byte PEND +bgm_suikun_2_009: + .byte N12 , Fs4 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn1 + .byte W24 + .byte N12 , Fs4 + .byte W12 + .byte N36 , Gn4 + .byte W36 + .byte PEND + .byte PATT + .word bgm_suikun_2_008 + .byte PATT + .word bgm_suikun_2_009 +bgm_suikun_2_010: + .byte N48 , Fs3 , v112 + .byte W48 + .byte Bn2 + .byte W48 + .byte PEND + .byte Gn3 + .byte W48 + .byte En3 + .byte W48 + .byte PATT + .word bgm_suikun_2_010 + .byte N96 , Cn3 , v112 + .byte W96 + .byte VOICE , 48 + .byte N48 , Bn1 + .byte W48 + .byte En2 + .byte W48 + .byte Cn2 + .byte W48 + .byte Fn2 + .byte W48 + .byte En2 + .byte W48 + .byte Bn1 + .byte W48 + .byte N96 , Cn2 + .byte W96 + .byte VOICE , 1 + .byte N12 , Bn1 + .byte W12 + .byte En2 + .byte W12 + .byte Fn1 + .byte W12 + .byte N24 , Fn2 + .byte W24 + .byte N12 , En2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 +bgm_suikun_2_011: + .byte N12 , Bn1 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte Fn2 + .byte W12 + .byte En2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte En2 + .byte W12 + .byte PEND + .byte Bn1 + .byte W12 + .byte En2 + .byte W12 + .byte Fn1 + .byte W12 + .byte N24 , Fn2 + .byte W24 + .byte N12 , En2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PATT + .word bgm_suikun_2_011 + .byte N12 , Bn2 , v112 + .byte W03 + .byte VOICE , 48 + .byte W09 + .byte N12 , En3 + .byte W12 + .byte Fn2 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fn2 + .byte W12 +bgm_suikun_2_012: + .byte N12 , Bn2 , v112 + .byte W12 + .byte En3 + .byte W12 + .byte Fn3 + .byte W12 + .byte En3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte PEND + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte Fn2 + .byte W12 + .byte N24 , Fn3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte PATT + .word bgm_suikun_2_012 +bgm_suikun_2_013: + .byte N12 , Dn3 , v112 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gs2 + .byte W12 + .byte N24 , Gs3 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gs2 + .byte W12 + .byte PEND +bgm_suikun_2_014: + .byte N12 , Dn3 , v112 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gs2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_2_013 + .byte PATT + .word bgm_suikun_2_014 +bgm_suikun_2_015: + .byte N12 , Bn3 , v112 + .byte W12 + .byte En4 + .byte W12 + .byte Fn3 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte N12 , En4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PEND +bgm_suikun_2_016: + .byte N12 , Bn3 , v112 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Bn3 + .byte W12 + .byte En4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_2_015 + .byte PATT + .word bgm_suikun_2_016 +bgm_suikun_2_017: + .byte N12 , Dn4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte Gs3 + .byte W12 + .byte N24 , Gs4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gs3 + .byte W12 + .byte PEND +bgm_suikun_2_018: + .byte N12 , Dn4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gs3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_2_017 + .byte PATT + .word bgm_suikun_2_018 + .byte N24 , An4 , v112 + .byte W48 + .byte VOICE , 1 + .byte N12 , An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte En2 + .byte W12 + .byte N24 , En3 + .byte W12 +bgm_suikun_2_019: + .byte W12 + .byte N12 , Bn2 , v112 + .byte W12 + .byte An2 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte En3 + .byte W12 + .byte Bn2 + .byte W12 + .byte PEND +bgm_suikun_2_020: + .byte N12 , An2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte En2 + .byte W12 + .byte N24 , En3 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_2_019 + .byte N12 , An2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Gn3 + .byte W12 +bgm_suikun_2_021: + .byte W12 + .byte N12 , Dn3 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte PEND + .byte Cn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Gn3 + .byte W12 + .byte PATT + .word bgm_suikun_2_021 + .byte N12 , Cn3 , v112 + .byte W12 + .byte Gn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte En2 + .byte W12 + .byte N24 , En3 + .byte W12 + .byte PATT + .word bgm_suikun_2_019 + .byte PATT + .word bgm_suikun_2_020 + .byte PATT + .word bgm_suikun_2_019 + .byte N12 , An2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte GOTO + .word bgm_suikun_2_B1 + .byte W48 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_suikun_3: + .byte KEYSH , bgm_suikun_key+0 + .byte VOICE , 36 + .byte VOL , 80*bgm_suikun_mvl/mxv + .byte W96 + .byte W24 + .byte N24 , An1 , v112 + .byte W24 + .byte N12 , Dn1 + .byte W12 + .byte En1 + .byte W12 + .byte As1 + .byte W12 + .byte Gn1 + .byte W12 +bgm_suikun_3_000: + .byte N12 , Dn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte An0 + .byte W12 + .byte N24 , An1 + .byte W24 + .byte N12 , En1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte PEND +bgm_suikun_3_001: + .byte N12 , Dn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte An1 + .byte W12 + .byte En1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte En1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_000 +bgm_suikun_3_002: + .byte N12 , Dn1 , v112 + .byte W12 + .byte En1 + .byte W12 + .byte N24 , An1 + .byte W24 + .byte N12 , En1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte En1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_000 + .byte PATT + .word bgm_suikun_3_001 + .byte PATT + .word bgm_suikun_3_000 + .byte PATT + .word bgm_suikun_3_002 +bgm_suikun_3_B1: +bgm_suikun_3_003: + .byte N12 , An0 , v112 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte An1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_003 +bgm_suikun_3_004: + .byte N12 , An0 , v112 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte PEND +bgm_suikun_3_005: + .byte N12 , An0 , v112 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte PEND +bgm_suikun_3_006: + .byte N12 , Cn1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_006 + .byte N12 , Cn1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte N12 , Gn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Dn1 + .byte W12 + .byte PATT + .word bgm_suikun_3_003 + .byte PATT + .word bgm_suikun_3_003 + .byte PATT + .word bgm_suikun_3_004 + .byte PATT + .word bgm_suikun_3_005 + .byte PATT + .word bgm_suikun_3_006 + .byte N12 , Cn1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte N12 , Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 +bgm_suikun_3_007: + .byte N12 , Bn0 , v112 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_007 + .byte N12 , Cn1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte N24 , Gn1 + .byte W24 + .byte N12 , Cn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 +bgm_suikun_3_008: + .byte N12 , Dn1 , v112 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_008 + .byte N12 , Cn1 , v112 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Gn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fs1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 +bgm_suikun_3_009: + .byte N12 , Fs1 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N12 + .byte W36 + .byte PEND +bgm_suikun_3_010: + .byte N12 , Fs1 , v112 + .byte W12 + .byte N12 + .byte W36 + .byte N12 + .byte W12 + .byte N36 , Gn1 + .byte W36 + .byte PEND + .byte PATT + .word bgm_suikun_3_009 + .byte PATT + .word bgm_suikun_3_010 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn0 + .byte W24 + .byte N12 , Bn1 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn0 + .byte W24 + .byte N12 , Bn1 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn0 + .byte W24 + .byte N12 , Bn1 + .byte W12 + .byte N36 , Cn2 + .byte W36 + .byte N12 , Fs2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn0 + .byte W24 + .byte N12 , Fs2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn0 + .byte W24 + .byte N12 , Fs2 + .byte W12 + .byte N12 + .byte W12 + .byte N24 , Bn0 + .byte W24 + .byte N12 , Fs2 + .byte W12 + .byte N36 , Gn2 + .byte W36 +bgm_suikun_3_011: + .byte N48 , Fs1 , v112 + .byte W48 + .byte Bn0 + .byte W48 + .byte PEND + .byte Gn1 + .byte W48 + .byte En1 + .byte W48 + .byte PATT + .word bgm_suikun_3_011 + .byte N60 , Cn1 , v112 + .byte W60 + .byte N12 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N48 , Bn0 + .byte W48 + .byte En1 + .byte W48 + .byte Cn1 + .byte W48 + .byte Fn1 + .byte W48 + .byte En1 + .byte W48 + .byte Bn0 + .byte W48 + .byte N96 , Cn1 + .byte W96 +bgm_suikun_3_012: + .byte W24 + .byte N12 , Bn0 , v112 + .byte W48 + .byte N12 + .byte W24 + .byte PEND + .byte PATT + .word bgm_suikun_3_012 + .byte PATT + .word bgm_suikun_3_012 + .byte PATT + .word bgm_suikun_3_012 +bgm_suikun_3_013: + .byte N12 , Bn0 , v112 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_013 + .byte PATT + .word bgm_suikun_3_013 + .byte N12 , Bn0 , v112 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Fn1 + .byte W12 +bgm_suikun_3_014: + .byte N12 , Dn1 , v112 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_014 + .byte PATT + .word bgm_suikun_3_014 +bgm_suikun_3_015: + .byte N12 , Dn1 , v112 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND +bgm_suikun_3_016: + .byte N12 , Bn1 , v112 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte Bn0 + .byte W12 + .byte Bn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_016 + .byte PATT + .word bgm_suikun_3_013 + .byte PATT + .word bgm_suikun_3_013 +bgm_suikun_3_017: + .byte N12 , Dn2 , v112 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Dn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gs1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_017 + .byte PATT + .word bgm_suikun_3_014 + .byte PATT + .word bgm_suikun_3_015 + .byte N24 , An1 , v112 + .byte W48 + .byte N12 , An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 +bgm_suikun_3_018: + .byte N12 , An0 , v112 + .byte W12 + .byte An1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_018 + .byte N12 , An0 , v112 + .byte W12 + .byte Dn1 + .byte W12 + .byte An1 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte An0 + .byte W12 + .byte Dn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 +bgm_suikun_3_019: + .byte N12 , Gn1 , v112 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_019 + .byte PATT + .word bgm_suikun_3_019 + .byte N12 , Gn1 , v112 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn1 + .byte W12 + .byte Gn1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An1 + .byte W12 + .byte An0 + .byte W12 +bgm_suikun_3_020: + .byte N12 , En1 , v112 + .byte W12 + .byte An1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An1 + .byte W12 + .byte An0 + .byte W12 + .byte PEND + .byte PATT + .word bgm_suikun_3_020 + .byte N12 , En1 , v112 + .byte W12 + .byte An1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An0 + .byte W12 + .byte En1 + .byte W12 + .byte An0 + .byte W12 + .byte N24 , An1 + .byte W12 + .byte W12 + .byte N12 , En1 + .byte W12 + .byte Dn1 + .byte W12 + .byte En1 + .byte W12 + .byte GOTO + .word bgm_suikun_3_B1 + .byte W48 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_suikun: + .byte 3 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_suikun_pri @ Priority + .byte bgm_suikun_rev @ Reverb. + + .word bgm_suikun_grp + + .word bgm_suikun_1 + .word bgm_suikun_2 + .word bgm_suikun_3 + + .end diff --git a/sound/songs/bgm_swimeye.s b/sound/songs/bgm_swimeye.s new file mode 100644 index 000000000..78908522f --- /dev/null +++ b/sound/songs/bgm_swimeye.s @@ -0,0 +1,925 @@ + .include "MPlayDef.s" + + .equ bgm_swimeye_grp, voicegroup_8437488 + .equ bgm_swimeye_pri, 0 + .equ bgm_swimeye_rev, reverb_set+50 + .equ bgm_swimeye_mvl, 127 + .equ bgm_swimeye_key, 0 + .equ bgm_swimeye_tbs, 1 + .equ bgm_swimeye_exg, 0 + .equ bgm_swimeye_cmp, 1 + + .section .rodata + .global bgm_swimeye + .align 2 + +@********************** Track 1 **********************@ + +bgm_swimeye_1: + .byte KEYSH , bgm_swimeye_key+0 + .byte TEMPO , 142*bgm_swimeye_tbs/2 + .byte VOICE , 46 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte PAN , c_v-9 + .byte W03 + .byte N06 , Dn5 , v092 + .byte W06 + .byte N24 , Ds5 + .byte W24 + .byte W03 + .byte VOICE , 45 + .byte N06 , Fs3 , v068 + .byte W06 + .byte An3 , v076 + .byte W06 + .byte Bn3 , v084 + .byte W06 + .byte Ds4 , v092 + .byte W06 + .byte Fs4 , v100 + .byte W06 + .byte An4 , v108 + .byte W06 + .byte N12 , Bn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W12 + .byte Fs4 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cs5 + .byte W12 +bgm_swimeye_1_B1: + .byte VOICE , 60 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte PAN , c_v+4 + .byte N30 , Ds4 , v112 + .byte W36 + .byte N12 , Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte An3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W24 + .byte An3 + .byte W24 + .byte Cs4 + .byte W24 +bgm_swimeye_1_000: + .byte N68 , Bn3 , v112 + .byte W32 + .byte W01 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W06 + .byte 70*bgm_swimeye_mvl/mxv + .byte W06 + .byte 62*bgm_swimeye_mvl/mxv + .byte W06 + .byte 53*bgm_swimeye_mvl/mxv + .byte W06 + .byte 42*bgm_swimeye_mvl/mxv + .byte W06 + .byte 27*bgm_swimeye_mvl/mxv + .byte W03 + .byte 9*bgm_swimeye_mvl/mxv + .byte W06 + .byte PEND + .byte 80*bgm_swimeye_mvl/mxv + .byte N30 , Ds4 + .byte W36 + .byte N12 , En4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gs3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cs4 + .byte W24 + .byte Ds4 + .byte W24 + .byte Cs4 + .byte W24 + .byte PATT + .word bgm_swimeye_1_000 + .byte GOTO + .word bgm_swimeye_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_swimeye_2: + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte KEYSH , bgm_swimeye_key+0 + .byte VOICE , 33 + .byte N72 , Bn0 , v120 + .byte W72 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N24 , Fs1 + .byte W24 + .byte En1 + .byte W24 + .byte Ds1 + .byte W24 +bgm_swimeye_2_B1: + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N48 , En1 , v120 + .byte W48 + .byte N12 , Bn0 + .byte W24 +bgm_swimeye_2_000: + .byte N48 , En1 , v120 + .byte W48 + .byte N12 , Bn0 + .byte W24 + .byte PEND +bgm_swimeye_2_001: + .byte N12 , Fs1 , v120 + .byte W24 + .byte N12 + .byte W24 + .byte N24 , Cs1 + .byte W24 + .byte PEND +bgm_swimeye_2_002: + .byte N12 , Bn0 , v120 + .byte W24 + .byte Ds1 + .byte W24 + .byte N24 , Fs1 + .byte W24 + .byte PEND + .byte PATT + .word bgm_swimeye_2_000 + .byte PATT + .word bgm_swimeye_2_000 + .byte PATT + .word bgm_swimeye_2_001 + .byte PATT + .word bgm_swimeye_2_002 + .byte GOTO + .word bgm_swimeye_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_swimeye_3: + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte KEYSH , bgm_swimeye_key+0 + .byte VOICE , 46 + .byte PAN , c_v+9 + .byte N06 , Cs5 , v092 + .byte W06 + .byte N42 , Bn4 + .byte W18 + .byte BEND , c_v+0 + .byte W48 + .byte VOICE , 48 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte PAN , c_v-8 + .byte N24 , Fs2 , v072 + .byte W24 + .byte Gs2 + .byte W24 + .byte An2 + .byte W24 +bgm_swimeye_3_B1: + .byte VOICE , 48 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N30 , Bn2 , v072 + .byte W36 + .byte N12 , Gs2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cs3 + .byte W24 + .byte Fs3 + .byte W24 + .byte An3 + .byte W12 + .byte Fs3 + .byte W12 + .byte An3 + .byte W12 + .byte Gs3 + .byte W12 + .byte An3 + .byte W12 + .byte Fs4 + .byte W12 + .byte En4 + .byte W12 + .byte Ds4 + .byte W12 +bgm_swimeye_3_000: + .byte VOICE , 60 + .byte N21 , Bn2 , v072 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W03 + .byte 29*bgm_swimeye_mvl/mxv + .byte W03 + .byte VOICE , 48 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N06 , Bn2 , v092 + .byte W24 + .byte Ds3 + .byte W24 + .byte PEND + .byte PATT + .word bgm_swimeye_3_000 + .byte VOICE , 60 + .byte N21 , An2 , v072 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W03 + .byte 29*bgm_swimeye_mvl/mxv + .byte W03 + .byte VOICE , 48 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N06 , An2 , v092 + .byte W24 + .byte Fs3 + .byte W24 + .byte VOICE , 48 + .byte N12 , Bn2 , v072 + .byte W12 + .byte As2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Ds3 + .byte W12 + .byte GOTO + .word bgm_swimeye_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_swimeye_4: + .byte KEYSH , bgm_swimeye_key+0 + .byte VOICE , 80 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte PAN , c_v+48 + .byte XCMD , xIECV , 13 + .byte xIECL , 8 + .byte N06 , Bn2 , v052 + .byte W24 + .byte Bn3 + .byte W24 + .byte N06 + .byte W24 + .byte VOICE , 4 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N21 , Ds3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , En3 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Fs3 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 +bgm_swimeye_4_B1: + .byte VOICE , 80 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N21 , Gs3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Gs4 , v052 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Gs3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Gs4 , v052 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Gs3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N12 , Cs4 , v052 + .byte W12 + .byte Fs2 , v060 + .byte W12 + .byte Fs4 , v052 + .byte W12 + .byte Fs2 , v060 + .byte W12 + .byte An4 , v052 + .byte W12 + .byte Fs2 , v060 + .byte W12 + .byte N24 , An4 , v052 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N12 , Fs2 , v060 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Ds3 + .byte W12 +bgm_swimeye_4_000: + .byte N21 , En3 , v060 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N12 , En3 , v040 + .byte W12 + .byte Bn3 + .byte W12 + .byte Gs4 + .byte W12 + .byte Ds5 + .byte W12 + .byte PEND + .byte PATT + .word bgm_swimeye_4_000 + .byte N21 , Ds3 , v060 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N12 , Ds3 , v040 + .byte W12 + .byte An3 + .byte W12 + .byte Fs4 + .byte W12 + .byte Cs5 + .byte W12 + .byte N21 , Fs4 , v060 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Fs3 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Bn3 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_swimeye_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_swimeye_5: + .byte KEYSH , bgm_swimeye_key+0 + .byte VOICE , 81 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte XCMD , xIECV , 13 + .byte xIECL , 8 + .byte PAN , c_v+0 + .byte N06 , Fs2 , v052 + .byte W24 + .byte Fs3 + .byte W24 + .byte N06 + .byte W24 + .byte VOICE , 5 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N21 , Fs3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Gs3 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , An3 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 +bgm_swimeye_5_B1: + .byte VOICE , 81 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte N21 , Bn3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Bn4 , v052 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Bn3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Bn4 , v052 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Bn3 , v060 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N12 , Fs4 , v052 + .byte W12 + .byte An2 , v060 + .byte W12 + .byte An4 , v052 + .byte W12 + .byte An2 , v060 + .byte W12 + .byte Cs5 , v052 + .byte W12 + .byte An2 , v060 + .byte W12 + .byte N24 , Bn4 , v052 + .byte W12 + .byte VOL , 76*bgm_swimeye_mvl/mxv + .byte W03 + .byte 65*bgm_swimeye_mvl/mxv + .byte W03 + .byte 41*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N12 , An2 , v060 + .byte W12 + .byte Ds3 + .byte W12 + .byte En3 + .byte W12 + .byte Fs3 + .byte W12 +bgm_swimeye_5_000: + .byte N21 , Gs3 , v060 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte W06 + .byte N12 , Gs3 , v040 + .byte W12 + .byte Ds4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N06 , Gs5 + .byte W06 + .byte PEND + .byte PATT + .word bgm_swimeye_5_000 + .byte N21 , Fs3 , v060 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte W06 + .byte N12 , Fs3 , v040 + .byte W12 + .byte Cs4 + .byte W12 + .byte An4 + .byte W12 + .byte N06 , Fs5 + .byte W06 + .byte N21 , An4 , v060 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , An3 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte 80*bgm_swimeye_mvl/mxv + .byte N21 , Ds4 + .byte W12 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte W03 + .byte 62*bgm_swimeye_mvl/mxv + .byte W03 + .byte 47*bgm_swimeye_mvl/mxv + .byte W06 + .byte GOTO + .word bgm_swimeye_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_swimeye_6: + .byte KEYSH , bgm_swimeye_key+0 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte W72 + .byte W72 +bgm_swimeye_6_B1: + .byte VOICE , 73 + .byte W72 + .byte W72 + .byte W72 + .byte N12 , Fs5 , v048 + .byte W12 + .byte En5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Bn5 + .byte W12 + .byte An5 + .byte W12 + .byte Gs5 + .byte W12 + .byte W72 + .byte W72 + .byte An4 + .byte W24 + .byte Bn4 + .byte W24 + .byte An4 + .byte W24 + .byte Fs5 + .byte W12 + .byte En5 + .byte W12 + .byte Fs5 + .byte W12 + .byte An5 + .byte W12 + .byte Gs5 + .byte W12 + .byte Fs5 + .byte W12 + .byte GOTO + .word bgm_swimeye_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_swimeye_7: + .byte KEYSH , bgm_swimeye_key+0 + .byte W72 + .byte VOICE , 126 + .byte PAN , c_v-48 + .byte VOL , 75*bgm_swimeye_mvl/mxv + .byte N12 , Gs4 , v040 + .byte W24 + .byte VOICE , 127 + .byte N06 , Gs4 , v052 + .byte W36 + .byte VOICE , 126 + .byte N12 , Gs4 , v040 + .byte W12 +bgm_swimeye_7_B1: +bgm_swimeye_7_000: + .byte VOICE , 127 + .byte N06 , Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte PEND +bgm_swimeye_7_001: + .byte N06 , Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte PEND + .byte PATT + .word bgm_swimeye_7_001 +bgm_swimeye_7_002: + .byte N06 , Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte Gs4 , v052 + .byte W12 + .byte Gs4 , v040 + .byte W12 + .byte Gs4 , v052 + .byte W12 + .byte VOICE , 126 + .byte N06 , Gs4 , v040 + .byte W12 + .byte PEND + .byte PATT + .word bgm_swimeye_7_000 + .byte PATT + .word bgm_swimeye_7_001 + .byte PATT + .word bgm_swimeye_7_001 + .byte PATT + .word bgm_swimeye_7_002 + .byte GOTO + .word bgm_swimeye_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_swimeye_8: + .byte KEYSH , bgm_swimeye_key+0 + .byte VOL , 80*bgm_swimeye_mvl/mxv + .byte W72 + .byte N06 , Cn1 , v112 + .byte W24 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N03 , En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v088 + .byte W12 +bgm_swimeye_8_B1: + .byte VOICE , 0 + .byte N06 , Cn1 , v112 + .byte W24 + .byte En1 , v088 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte En1 , v088 + .byte W12 +bgm_swimeye_8_000: + .byte N06 , Cn1 , v112 + .byte W24 + .byte En1 , v088 + .byte W24 + .byte Cn1 , v112 + .byte W06 + .byte N03 , En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v088 + .byte W12 + .byte PEND +bgm_swimeye_8_001: + .byte N06 , Cn1 , v112 + .byte W24 + .byte En1 , v088 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte En1 , v088 + .byte W12 + .byte PEND + .byte PATT + .word bgm_swimeye_8_000 + .byte N06 , Cn1 , v112 + .byte W24 + .byte En1 , v088 + .byte W24 + .byte Cn1 , v112 + .byte W12 + .byte En1 , v088 + .byte W12 + .byte PATT + .word bgm_swimeye_8_000 + .byte PATT + .word bgm_swimeye_8_001 + .byte PATT + .word bgm_swimeye_8_000 + .byte GOTO + .word bgm_swimeye_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_swimeye: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_swimeye_pri @ Priority + .byte bgm_swimeye_rev @ Reverb. + + .word bgm_swimeye_grp + + .word bgm_swimeye_1 + .word bgm_swimeye_2 + .word bgm_swimeye_3 + .word bgm_swimeye_4 + .word bgm_swimeye_5 + .word bgm_swimeye_6 + .word bgm_swimeye_7 + .word bgm_swimeye_8 + + .end diff --git a/sound/songs/bgm_syoujoeye.s b/sound/songs/bgm_syoujoeye.s new file mode 100644 index 000000000..ae1151bbf --- /dev/null +++ b/sound/songs/bgm_syoujoeye.s @@ -0,0 +1,1065 @@ + .include "MPlayDef.s" + + .equ bgm_syoujoeye_grp, voicegroup_8434F14 + .equ bgm_syoujoeye_pri, 0 + .equ bgm_syoujoeye_rev, reverb_set+50 + .equ bgm_syoujoeye_mvl, 127 + .equ bgm_syoujoeye_key, 0 + .equ bgm_syoujoeye_tbs, 1 + .equ bgm_syoujoeye_exg, 0 + .equ bgm_syoujoeye_cmp, 1 + + .section .rodata + .global bgm_syoujoeye + .align 2 + +@********************** Track 1 **********************@ + +bgm_syoujoeye_1: + .byte KEYSH , bgm_syoujoeye_key+0 + .byte TEMPO , 144*bgm_syoujoeye_tbs/2 + .byte VOICE , 13 + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte PAN , c_v+5 + .byte N06 , Gs4 , v100 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Ds5 + .byte W03 + .byte Ds5 , v076 + .byte W03 + .byte Ds5 , v072 + .byte W03 + .byte Ds5 , v068 + .byte W03 + .byte Ds5 , v064 + .byte W03 + .byte Ds5 , v060 + .byte W03 + .byte Ds5 , v056 + .byte W03 + .byte Ds5 , v052 + .byte W03 + .byte Ds5 , v048 + .byte W03 + .byte Ds5 , v044 + .byte W03 + .byte Ds5 , v040 + .byte W03 + .byte Ds5 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte Ds5 , v040 + .byte W03 + .byte Ds5 , v044 + .byte W03 + .byte Ds5 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte Ds5 , v052 + .byte W03 + .byte Ds5 , v056 + .byte W03 + .byte Ds5 , v060 + .byte W03 + .byte Ds5 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte Ds5 , v060 + .byte W03 + .byte Ds5 , v056 + .byte W03 + .byte Ds5 , v052 + .byte W03 + .byte Ds5 , v048 + .byte W03 + .byte Ds5 , v040 + .byte W03 + .byte Ds5 , v036 + .byte W15 +bgm_syoujoeye_1_B1: +bgm_syoujoeye_1_000: + .byte N12 , Gs4 , v100 + .byte W18 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W18 + .byte Gs4 + .byte W24 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W18 + .byte Cn5 + .byte W06 + .byte PEND + .byte N12 , Cs5 + .byte W18 + .byte N06 , Cn5 + .byte W06 + .byte As4 + .byte W18 + .byte N03 , Gs4 + .byte W03 + .byte Gs4 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte Gs4 , v052 + .byte W03 + .byte Gs4 , v048 + .byte W03 + .byte Gs4 , v040 + .byte W03 + .byte Gs4 , v036 + .byte W18 + .byte As4 , v100 + .byte W03 + .byte As4 , v068 + .byte W03 + .byte N03 + .byte W12 + .byte N06 , Gs4 , v100 + .byte W06 + .byte Fs4 + .byte W18 + .byte N03 + .byte W03 + .byte Fs4 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W12 + .byte N06 , Fn4 , v100 + .byte W06 + .byte Fs4 + .byte W18 + .byte Fn4 + .byte W06 + .byte N03 , Gs4 + .byte W03 + .byte Gs4 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W15 + .byte Fs4 , v100 + .byte W03 + .byte Fs4 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W15 + .byte Fn4 , v100 + .byte W03 + .byte Fn4 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W15 + .byte Ds4 , v100 + .byte W03 + .byte Ds4 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W15 + .byte PATT + .word bgm_syoujoeye_1_000 + .byte N12 , Cs5 , v100 + .byte W18 + .byte N06 , Cn5 + .byte W06 + .byte Cs5 + .byte W18 + .byte N03 , Gs4 + .byte W03 + .byte Gs4 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte Gs4 , v052 + .byte W03 + .byte Gs4 , v048 + .byte W03 + .byte Gs4 , v040 + .byte W03 + .byte Gs4 , v036 + .byte W18 + .byte N06 , As4 , v100 + .byte W18 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W18 + .byte N03 , Fs5 + .byte W03 + .byte Fs5 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W12 + .byte N06 , Fn5 , v100 + .byte W06 + .byte Fs5 + .byte W18 + .byte Fn5 + .byte W06 + .byte N03 , Ds5 + .byte W03 + .byte Ds5 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W15 + .byte Fn5 , v100 + .byte W03 + .byte Fn5 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W15 + .byte Cs5 , v100 + .byte W03 + .byte Cs5 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W36 + .byte W03 + .byte GOTO + .word bgm_syoujoeye_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_syoujoeye_2: + .byte KEYSH , bgm_syoujoeye_key+0 + .byte PAN , c_v-6 + .byte W24 + .byte VOICE , 38 + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte N36 , Gs0 , v127 + .byte W42 + .byte N03 + .byte W06 + .byte N06 + .byte W18 + .byte Gs1 + .byte W06 + .byte Gs0 + .byte W18 + .byte Cn1 + .byte W06 +bgm_syoujoeye_2_B1: +bgm_syoujoeye_2_000: + .byte N36 , Cs1 , v127 + .byte W42 + .byte N03 + .byte W06 + .byte N03 + .byte W18 + .byte N06 + .byte W06 + .byte N18 , Gs1 + .byte W18 + .byte N06 , Cs1 + .byte W06 + .byte PEND +bgm_syoujoeye_2_001: + .byte N36 , Fs1 , v127 + .byte W42 + .byte N03 , Cs1 + .byte W06 + .byte N06 + .byte W18 + .byte Gs1 + .byte W06 + .byte N18 , Cs2 + .byte W18 + .byte N06 , Cs1 + .byte W06 + .byte PEND + .byte N48 , Ds1 + .byte W48 + .byte N48 + .byte W48 + .byte N06 , Gs1 + .byte W18 + .byte N06 + .byte W06 + .byte Ds2 + .byte W18 + .byte N24 , Gs1 + .byte W24 + .byte N06 , Gs0 + .byte W06 + .byte N18 , As0 + .byte W18 + .byte N06 , Cn1 + .byte W06 + .byte PATT + .word bgm_syoujoeye_2_000 + .byte PATT + .word bgm_syoujoeye_2_001 + .byte N18 , Ds1 , v127 + .byte W18 + .byte N03 + .byte W24 + .byte N03 + .byte W06 + .byte N24 + .byte W24 + .byte N18 , As1 + .byte W18 + .byte N06 , Ds1 + .byte W06 + .byte N18 , Gs1 + .byte W18 + .byte N03 + .byte W06 + .byte N18 + .byte W18 + .byte N03 , Cn1 + .byte W06 + .byte N12 , Cs1 + .byte W48 + .byte GOTO + .word bgm_syoujoeye_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_syoujoeye_3: + .byte KEYSH , bgm_syoujoeye_key+0 + .byte PAN , c_v+16 + .byte W24 + .byte VOICE , 1 + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Gs2 , v088 + .byte W18 + .byte Gs1 + .byte W06 + .byte N18 + .byte W18 + .byte N21 , Gs2 + .byte W24 + .byte N06 , Fs2 + .byte W06 + .byte N18 , Ds2 + .byte W18 + .byte N06 , Cn2 + .byte W06 +bgm_syoujoeye_3_B1: +bgm_syoujoeye_3_000: + .byte N12 , Cs2 , v088 + .byte W24 + .byte Gs2 + .byte W18 + .byte N30 , Fn2 + .byte W30 + .byte N15 , Gs2 + .byte W18 + .byte N06 , Cs2 + .byte W06 + .byte PEND +bgm_syoujoeye_3_001: + .byte N09 , Fs2 , v088 + .byte W18 + .byte N06 , Gs2 + .byte W06 + .byte As2 + .byte W18 + .byte N24 , Fn2 + .byte W24 + .byte N06 + .byte W06 + .byte N18 , Gs2 + .byte W18 + .byte N06 , Cs2 + .byte W06 + .byte PEND + .byte Cs4 , v096 + .byte W18 + .byte Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte N24 + .byte W24 + .byte N06 + .byte W06 + .byte Cn4 + .byte W18 + .byte As3 + .byte W06 + .byte N24 , Gs3 + .byte W24 + .byte Fs2 , v088 + .byte W24 + .byte Gs2 + .byte W24 + .byte Ds2 + .byte W24 + .byte PATT + .word bgm_syoujoeye_3_000 + .byte PATT + .word bgm_syoujoeye_3_001 + .byte N12 , Fs4 , v096 + .byte W18 + .byte N06 , Fn4 + .byte W06 + .byte Ds4 + .byte W18 + .byte N15 , As4 + .byte W24 + .byte N06 + .byte W06 + .byte N12 , Cn5 + .byte W18 + .byte N06 , As4 + .byte W06 + .byte N12 , Gs4 + .byte W24 + .byte N24 , Gs2 , v088 + .byte W24 + .byte N12 , Cs3 + .byte W48 + .byte GOTO + .word bgm_syoujoeye_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_syoujoeye_4: + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte KEYSH , bgm_syoujoeye_key+0 + .byte VOICE , 24 + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte PAN , c_v-48 + .byte N06 , Gs3 , v052 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte N12 , Ds4 + .byte W18 + .byte N06 , Gs2 + .byte W06 + .byte Fs3 + .byte W18 + .byte N06 + .byte W24 + .byte Gs2 + .byte W06 + .byte Fs3 + .byte W18 + .byte Cn4 + .byte W06 +bgm_syoujoeye_4_B1: + .byte N06 , Cn4 , v052 + .byte W18 + .byte Cs3 + .byte W06 + .byte Cn4 + .byte W18 + .byte N06 + .byte W24 + .byte Cs3 + .byte W06 + .byte Cn4 + .byte W18 + .byte Fn3 + .byte W06 +bgm_syoujoeye_4_000: + .byte N06 , Fn4 , v052 + .byte W18 + .byte Fs3 + .byte W06 + .byte Fn4 + .byte W18 + .byte N06 + .byte W24 + .byte Cs3 + .byte W06 + .byte Cs4 + .byte W18 + .byte Fn3 + .byte W06 + .byte PEND + .byte As2 + .byte W18 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W18 + .byte VOICE , 26 + .byte N24 , Ds3 + .byte W24 + .byte N06 , Fn3 + .byte W06 + .byte VOICE , 24 + .byte N06 , Ds3 + .byte W18 + .byte Cs3 + .byte W06 + .byte VOICE , 26 + .byte N24 , Cn3 + .byte W24 + .byte Cs3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fs3 + .byte W24 + .byte VOICE , 24 + .byte N06 , Cn4 + .byte W18 + .byte Cs3 + .byte W06 + .byte Cn4 + .byte W18 + .byte N06 + .byte W24 + .byte Cs3 + .byte W06 + .byte Cn4 + .byte W18 + .byte Fn3 + .byte W06 + .byte PATT + .word bgm_syoujoeye_4_000 + .byte VOICE , 26 + .byte N42 , Cs4 , v052 + .byte W42 + .byte N03 + .byte W24 + .byte N06 , Ds3 + .byte W06 + .byte N18 , As3 + .byte W18 + .byte N06 , Ds3 + .byte W06 + .byte VOICE , 24 + .byte N06 , Gs3 + .byte W18 + .byte Fs3 + .byte W06 + .byte VOICE , 26 + .byte N24 , Cn4 + .byte W24 + .byte VOICE , 24 + .byte N06 + .byte W48 + .byte GOTO + .word bgm_syoujoeye_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_syoujoeye_5: + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte KEYSH , bgm_syoujoeye_key+0 + .byte VOICE , 25 + .byte XCMD , xIECV , 13 + .byte xIECL , 10 + .byte BEND , c_v-6 + .byte W03 + .byte N06 , Gs3 , v020 + .byte W06 + .byte Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W03 + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte W03 + .byte N12 , Ds4 + .byte W18 + .byte BEND , c_v+0 + .byte N03 , Ds3 , v052 + .byte W03 + .byte N06 , Cn3 + .byte W18 + .byte N06 + .byte W24 + .byte W03 + .byte N03 , Ds3 + .byte W03 + .byte N06 , Cn3 + .byte W18 + .byte Fs3 + .byte W06 +bgm_syoujoeye_5_B1: + .byte N06 , Fn3 , v052 + .byte W21 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Fn3 + .byte W18 + .byte N06 + .byte W24 + .byte W03 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Fn3 + .byte W18 + .byte Cn3 + .byte W06 +bgm_syoujoeye_5_000: + .byte N06 , Cs4 , v052 + .byte W21 + .byte N03 , As3 + .byte W03 + .byte N06 , Cs4 + .byte W18 + .byte N06 + .byte W24 + .byte W03 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Fn3 + .byte W18 + .byte Cn3 + .byte W06 + .byte PEND + .byte Fs2 + .byte W18 + .byte Gs2 + .byte W06 + .byte As2 + .byte W18 + .byte VOICE , 27 + .byte N24 , Cs3 + .byte W24 + .byte N06 + .byte W06 + .byte VOICE , 25 + .byte N06 , Cn3 + .byte W18 + .byte As2 + .byte W06 + .byte VOICE , 27 + .byte N24 , Gs2 + .byte W24 + .byte As2 + .byte W24 + .byte Cn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte VOICE , 25 + .byte N06 , Fn3 + .byte W21 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Fn3 + .byte W18 + .byte N06 + .byte W24 + .byte W03 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Fn3 + .byte W18 + .byte Cn3 + .byte W06 + .byte PATT + .word bgm_syoujoeye_5_000 + .byte VOICE , 27 + .byte N42 , As3 , v052 + .byte W42 + .byte N03 + .byte W24 + .byte W03 + .byte Fs3 + .byte W03 + .byte N18 + .byte W18 + .byte N06 , As2 + .byte W06 + .byte VOICE , 25 + .byte N06 , Fs3 + .byte W21 + .byte N03 , Gs3 + .byte W03 + .byte VOICE , 27 + .byte N24 , Fs3 + .byte W24 + .byte VOICE , 25 + .byte N06 , Fn3 + .byte W48 + .byte GOTO + .word bgm_syoujoeye_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_syoujoeye_6: + .byte KEYSH , bgm_syoujoeye_key+0 + .byte W24 + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte W96 +bgm_syoujoeye_6_B1: + .byte W92 + .byte W01 + .byte VOICE , 73 + .byte N03 , An5 , v048 + .byte W03 + .byte N12 , As5 + .byte W18 + .byte N06 , Gs5 + .byte W06 + .byte Fs5 + .byte W18 + .byte N36 , Fn5 + .byte W14 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W16 + .byte VOICE , 81 + .byte N30 , Ds2 , v064 + .byte W42 + .byte N24 , Fs2 + .byte W30 + .byte N18 , Ds2 + .byte W24 + .byte N06 + .byte W21 + .byte VOICE , 73 + .byte N03 , An4 , v048 + .byte W03 + .byte N12 , As4 + .byte W24 + .byte Gs4 + .byte W24 + .byte Fs4 + .byte W24 + .byte W92 + .byte W01 + .byte N03 , An5 + .byte W03 + .byte N12 , As5 + .byte W18 + .byte N06 , Gs5 + .byte W06 + .byte As5 + .byte W18 + .byte N36 , Fn5 + .byte W14 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W16 + .byte VOICE , 81 + .byte N06 , Ds2 , v064 + .byte W18 + .byte Fn2 + .byte W06 + .byte Fs2 + .byte W18 + .byte N15 , Ds2 + .byte W24 + .byte N06 , As2 + .byte W06 + .byte N15 , Ds2 + .byte W18 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W21 + .byte VOICE , 73 + .byte N03 , Gn5 , v048 + .byte W03 + .byte N12 , Gs5 + .byte W24 + .byte Fn5 + .byte W48 + .byte GOTO + .word bgm_syoujoeye_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_syoujoeye_7: + .byte KEYSH , bgm_syoujoeye_key+0 + .byte PAN , c_v+47 + .byte W24 + .byte VOICE , 127 + .byte VOL , 75*bgm_syoujoeye_mvl/mxv + .byte N12 , Gs4 , v052 + .byte W24 + .byte VOICE , 126 + .byte N09 , Gs4 , v040 + .byte W18 + .byte VOICE , 127 + .byte N06 , Gs4 , v052 + .byte W06 + .byte N12 + .byte W18 + .byte N06 + .byte W06 + .byte VOICE , 126 + .byte N12 , Gs4 , v040 + .byte W24 +bgm_syoujoeye_7_B1: +bgm_syoujoeye_7_000: + .byte VOICE , 127 + .byte N12 , Gs4 , v052 + .byte W24 + .byte N12 + .byte W18 + .byte N06 + .byte W06 + .byte N12 + .byte W24 + .byte N12 + .byte W18 + .byte N06 + .byte W06 + .byte PEND + .byte N06 + .byte W24 + .byte N12 + .byte W18 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte N12 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W24 + .byte VOICE , 126 + .byte N12 , Gs4 , v040 + .byte W24 + .byte VOICE , 127 + .byte N12 , Gs4 , v052 + .byte W24 + .byte VOICE , 126 + .byte N12 , Gs4 , v040 + .byte W24 + .byte VOICE , 127 + .byte N12 , Gs4 , v052 + .byte W72 + .byte VOICE , 126 + .byte N12 , Gs4 , v040 + .byte W24 + .byte PATT + .word bgm_syoujoeye_7_000 + .byte N12 , Gs4 , v052 + .byte W24 + .byte N12 + .byte W18 + .byte N12 + .byte W24 + .byte N06 + .byte W06 + .byte N12 + .byte W18 + .byte N06 + .byte W06 + .byte N12 + .byte W24 + .byte VOICE , 126 + .byte N09 , Gs4 , v040 + .byte W18 + .byte VOICE , 127 + .byte N06 , Gs4 , v052 + .byte W06 + .byte N12 + .byte W24 + .byte VOICE , 126 + .byte N09 , Gs4 , v040 + .byte W18 + .byte VOICE , 127 + .byte N06 , Gs4 , v052 + .byte W06 + .byte N12 + .byte W24 + .byte VOICE , 126 + .byte N09 , Gs4 , v040 + .byte W18 + .byte VOICE , 127 + .byte N06 , Gs4 , v052 + .byte W06 + .byte N12 + .byte W48 + .byte GOTO + .word bgm_syoujoeye_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_syoujoeye_8: + .byte KEYSH , bgm_syoujoeye_key+0 + .byte VOICE , 0 + .byte VOL , 80*bgm_syoujoeye_mvl/mxv + .byte W24 + .byte W66 + .byte N06 , Cn1 , v120 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W06 +bgm_syoujoeye_8_B1: +bgm_syoujoeye_8_000: + .byte N06 , Cn1 , v120 + .byte W24 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W06 + .byte PEND +bgm_syoujoeye_8_001: + .byte N06 , Cn1 , v120 + .byte W18 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W06 + .byte PEND + .byte N06 + .byte W24 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W30 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte N06 + .byte W18 + .byte Cn1 , v120 + .byte W24 + .byte N06 + .byte W06 + .byte En1 , v112 + .byte W18 + .byte N06 + .byte W06 + .byte PATT + .word bgm_syoujoeye_8_000 + .byte PATT + .word bgm_syoujoeye_8_001 + .byte N06 , Cn1 , v120 + .byte W42 + .byte N06 + .byte W06 + .byte N06 + .byte W24 + .byte En1 , v112 + .byte W18 + .byte Cn1 , v120 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte N06 + .byte W18 + .byte Cn1 , v120 + .byte W06 + .byte En1 , v112 + .byte W24 + .byte N06 + .byte W18 + .byte Cn1 , v120 + .byte W06 + .byte GOTO + .word bgm_syoujoeye_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_syoujoeye: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_syoujoeye_pri @ Priority + .byte bgm_syoujoeye_rev @ Reverb. + + .word bgm_syoujoeye_grp + + .word bgm_syoujoeye_1 + .word bgm_syoujoeye_2 + .word bgm_syoujoeye_3 + .word bgm_syoujoeye_4 + .word bgm_syoujoeye_5 + .word bgm_syoujoeye_6 + .word bgm_syoujoeye_7 + .word bgm_syoujoeye_8 + + .end diff --git a/sound/songs/bgm_t_battle.s b/sound/songs/bgm_t_battle.s new file mode 100644 index 000000000..d7302b8ed --- /dev/null +++ b/sound/songs/bgm_t_battle.s @@ -0,0 +1,2358 @@ + .include "MPlayDef.s" + + .equ bgm_t_battle_grp, voicegroup_84495F0 + .equ bgm_t_battle_pri, 0 + .equ bgm_t_battle_rev, reverb_set+50 + .equ bgm_t_battle_mvl, 127 + .equ bgm_t_battle_key, 0 + .equ bgm_t_battle_tbs, 1 + .equ bgm_t_battle_exg, 0 + .equ bgm_t_battle_cmp, 1 + + .section .rodata + .global bgm_t_battle + .align 2 + +@********************** Track 1 **********************@ + +bgm_t_battle_1: + .byte KEYSH , bgm_t_battle_key+0 + .byte TEMPO , 184*bgm_t_battle_tbs/2 + .byte VOICE , 46 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 74*bgm_t_battle_mvl/mxv + .byte PAN , c_v-46 + .byte N04 , Fn2 , v112 + .byte W04 + .byte Gs2 + .byte W04 + .byte As2 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte PAN , c_v-30 + .byte N04 , As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Dn5 + .byte W04 + .byte PAN , c_v-20 + .byte N04 , Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte PAN , c_v+29 + .byte N04 , As4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Gs5 + .byte W04 + .byte As5 + .byte W04 + .byte Dn6 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 127 + .byte VOL , 53*bgm_t_battle_mvl/mxv + .byte PAN , c_v+0 + .byte N02 , Fs5 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte PAN , c_v-61 + .byte N02 , Fs5 , v112 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte PAN , c_v+63 + .byte N02 , Fs5 , v112 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte PAN , c_v+0 + .byte N02 , Fs5 , v112 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte PAN , c_v-61 + .byte N02 , Fs5 , v112 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte PAN , c_v+63 + .byte N02 , Fs5 , v112 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte PAN , c_v+0 + .byte N02 , Fs5 , v112 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte Fs5 , v112 + .byte W08 + .byte Fs5 , v080 + .byte W08 + .byte N02 + .byte W08 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte TEMPO , 158*bgm_t_battle_tbs/2 + .byte W24 + .byte TEMPO , 148*bgm_t_battle_tbs/2 + .byte W24 + .byte TEMPO , 138*bgm_t_battle_tbs/2 + .byte W24 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_t_battle_2: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 46 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 77*bgm_t_battle_mvl/mxv + .byte PAN , c_v-7 + .byte W96 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 77*bgm_t_battle_mvl/mxv + .byte N03 , Ds4 , v112 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte N24 , As4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Ds4 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte N24 , As4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Ds4 + .byte W12 + .byte N03 + .byte W04 + .byte N02 , Ds4 , v036 + .byte W08 + .byte N24 , Gn4 , v112 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOICE , 60 + .byte MOD , 0 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte N24 , As4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Ds4 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N48 , Ds5 , v072 + .byte W24 + .byte MOD , 6 + .byte VOL , 77*bgm_t_battle_mvl/mxv + .byte W02 + .byte 68*bgm_t_battle_mvl/mxv + .byte W03 + .byte 57*bgm_t_battle_mvl/mxv + .byte W03 + .byte 51*bgm_t_battle_mvl/mxv + .byte W04 + .byte 46*bgm_t_battle_mvl/mxv + .byte W02 + .byte 39*bgm_t_battle_mvl/mxv + .byte W03 + .byte 31*bgm_t_battle_mvl/mxv + .byte W03 + .byte 20*bgm_t_battle_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 77*bgm_t_battle_mvl/mxv + .byte N48 , Ds3 , v104 + .byte W24 + .byte MOD , 6 + .byte VOL , 72*bgm_t_battle_mvl/mxv + .byte W02 + .byte 60*bgm_t_battle_mvl/mxv + .byte W03 + .byte 46*bgm_t_battle_mvl/mxv + .byte W03 + .byte 36*bgm_t_battle_mvl/mxv + .byte W04 + .byte 32*bgm_t_battle_mvl/mxv + .byte W02 + .byte 24*bgm_t_battle_mvl/mxv + .byte W03 + .byte 17*bgm_t_battle_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 77*bgm_t_battle_mvl/mxv + .byte N48 , Cs4 , v108 + .byte W24 + .byte MOD , 6 + .byte VOL , 76*bgm_t_battle_mvl/mxv + .byte W02 + .byte 72*bgm_t_battle_mvl/mxv + .byte W03 + .byte 68*bgm_t_battle_mvl/mxv + .byte W03 + .byte 59*bgm_t_battle_mvl/mxv + .byte W04 + .byte 54*bgm_t_battle_mvl/mxv + .byte W02 + .byte 41*bgm_t_battle_mvl/mxv + .byte W03 + .byte 25*bgm_t_battle_mvl/mxv + .byte W03 + .byte 20*bgm_t_battle_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 77*bgm_t_battle_mvl/mxv + .byte N04 , Ds3 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cs3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Dn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte N08 , As3 + .byte W08 + .byte An3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte N12 , Fn4 + .byte W12 + .byte N03 , En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte VOL , 78*bgm_t_battle_mvl/mxv + .byte N03 , Ds4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte N24 , As4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Ds4 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Ds4 + .byte W06 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Dn5 , v072 + .byte W03 + .byte N21 , Cs5 , v112 + .byte W09 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Ds4 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Dn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N96 , Ds5 , v100 + .byte W48 + .byte MOD , 7 + .byte VOL , 79*bgm_t_battle_mvl/mxv + .byte W02 + .byte 72*bgm_t_battle_mvl/mxv + .byte W03 + .byte 66*bgm_t_battle_mvl/mxv + .byte W03 + .byte 59*bgm_t_battle_mvl/mxv + .byte W04 + .byte 55*bgm_t_battle_mvl/mxv + .byte W02 + .byte 48*bgm_t_battle_mvl/mxv + .byte W03 + .byte 42*bgm_t_battle_mvl/mxv + .byte W03 + .byte 38*bgm_t_battle_mvl/mxv + .byte W04 + .byte 36*bgm_t_battle_mvl/mxv + .byte W02 + .byte 31*bgm_t_battle_mvl/mxv + .byte W03 + .byte 29*bgm_t_battle_mvl/mxv + .byte W03 + .byte 24*bgm_t_battle_mvl/mxv + .byte W04 + .byte 20*bgm_t_battle_mvl/mxv + .byte W05 + .byte 17*bgm_t_battle_mvl/mxv + .byte W03 + .byte 13*bgm_t_battle_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte MOD , 1 + .byte VOL , 79*bgm_t_battle_mvl/mxv + .byte N08 , As4 , v112 + .byte W12 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_t_battle_3: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 58 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 40*bgm_t_battle_mvl/mxv + .byte N48 , As1 , v112 + .byte W02 + .byte VOL , 42*bgm_t_battle_mvl/mxv + .byte W03 + .byte 44*bgm_t_battle_mvl/mxv + .byte W03 + .byte 47*bgm_t_battle_mvl/mxv + .byte W04 + .byte 48*bgm_t_battle_mvl/mxv + .byte W02 + .byte 51*bgm_t_battle_mvl/mxv + .byte W03 + .byte 55*bgm_t_battle_mvl/mxv + .byte W03 + .byte 59*bgm_t_battle_mvl/mxv + .byte W04 + .byte 62*bgm_t_battle_mvl/mxv + .byte W02 + .byte 64*bgm_t_battle_mvl/mxv + .byte W03 + .byte 67*bgm_t_battle_mvl/mxv + .byte W03 + .byte 72*bgm_t_battle_mvl/mxv + .byte W04 + .byte 74*bgm_t_battle_mvl/mxv + .byte W02 + .byte 77*bgm_t_battle_mvl/mxv + .byte W03 + .byte 80*bgm_t_battle_mvl/mxv + .byte W03 + .byte 81*bgm_t_battle_mvl/mxv + .byte W04 + .byte 64*bgm_t_battle_mvl/mxv + .byte N48 , Fn1 + .byte W02 + .byte VOL , 66*bgm_t_battle_mvl/mxv + .byte W03 + .byte 69*bgm_t_battle_mvl/mxv + .byte W03 + .byte 69*bgm_t_battle_mvl/mxv + .byte W04 + .byte 72*bgm_t_battle_mvl/mxv + .byte W02 + .byte 74*bgm_t_battle_mvl/mxv + .byte W03 + .byte 76*bgm_t_battle_mvl/mxv + .byte W03 + .byte 78*bgm_t_battle_mvl/mxv + .byte W04 + .byte 80*bgm_t_battle_mvl/mxv + .byte W02 + .byte 83*bgm_t_battle_mvl/mxv + .byte W03 + .byte 84*bgm_t_battle_mvl/mxv + .byte W03 + .byte 86*bgm_t_battle_mvl/mxv + .byte W04 + .byte 87*bgm_t_battle_mvl/mxv + .byte W02 + .byte 88*bgm_t_battle_mvl/mxv + .byte W10 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N96 , Ds2 + .byte W24 + .byte VOL , 80*bgm_t_battle_mvl/mxv + .byte W05 + .byte 74*bgm_t_battle_mvl/mxv + .byte W07 + .byte 71*bgm_t_battle_mvl/mxv + .byte W05 + .byte 69*bgm_t_battle_mvl/mxv + .byte W07 + .byte 66*bgm_t_battle_mvl/mxv + .byte W05 + .byte 64*bgm_t_battle_mvl/mxv + .byte W07 + .byte 59*bgm_t_battle_mvl/mxv + .byte W05 + .byte 52*bgm_t_battle_mvl/mxv + .byte W07 + .byte 46*bgm_t_battle_mvl/mxv + .byte W05 + .byte 40*bgm_t_battle_mvl/mxv + .byte W07 + .byte 35*bgm_t_battle_mvl/mxv + .byte W05 + .byte 31*bgm_t_battle_mvl/mxv + .byte W07 + .byte VOICE , 47 + .byte VOL , 88*bgm_t_battle_mvl/mxv + .byte N08 + .byte W12 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_t_battle_4: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 88*bgm_t_battle_mvl/mxv + .byte PAN , c_v-32 + .byte W48 + .byte N06 , Fn2 , v127 + .byte W12 + .byte As1 , v120 + .byte W12 + .byte N03 , Fn2 , v127 + .byte W06 + .byte N06 , Fn2 , v120 + .byte W06 + .byte As1 , v127 + .byte W12 + .byte PAN , c_v+25 + .byte N06 , Ds3 , v124 + .byte W12 + .byte PAN , c_v-24 + .byte N06 , Ds2 , v127 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , As1 , v120 + .byte W24 + .byte PAN , c_v+25 + .byte N06 , Ds2 , v127 + .byte W12 + .byte PAN , c_v-22 + .byte N06 , As1 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Ds1 , v124 + .byte W24 + .byte PAN , c_v+25 + .byte N06 , Ds3 + .byte W12 + .byte PAN , c_v-22 + .byte N06 , Ds2 , v127 + .byte W12 + .byte PAN , c_v-1 + .byte N12 , As1 , v124 + .byte W24 + .byte PAN , c_v+25 + .byte N06 , Ds2 + .byte W06 + .byte Ds2 , v127 + .byte W06 + .byte PAN , c_v-22 + .byte N06 , As1 + .byte W12 + .byte PAN , c_v+0 + .byte N04 , Ds2 , v120 + .byte W06 + .byte Ds2 , v072 + .byte W06 + .byte Ds2 , v076 + .byte W06 + .byte Ds2 , v112 + .byte W06 + .byte PAN , c_v+27 + .byte N06 , Ds3 , v124 + .byte W12 + .byte PAN , c_v-22 + .byte N06 , Ds2 , v127 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , As1 , v120 + .byte W24 + .byte PAN , c_v+31 + .byte N06 , As2 , v127 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v-21 + .byte N06 , Ds2 + .byte W06 + .byte N06 + .byte W06 + .byte As1 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte N12 , As1 , v127 + .byte W12 + .byte PAN , c_v+0 + .byte N06 , Ds1 + .byte W96 + .byte W96 + .byte VOICE , 56 + .byte VOL , 56*bgm_t_battle_mvl/mxv + .byte N04 , Cs5 , v112 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte VOL , 88*bgm_t_battle_mvl/mxv + .byte N04 , An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte VOICE , 47 + .byte PAN , c_v+29 + .byte N03 , Ds2 , v127 + .byte W06 + .byte N06 + .byte W06 + .byte PAN , c_v-38 + .byte N06 , An1 + .byte W12 + .byte VOICE , 46 + .byte N04 , As3 , v096 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte VOICE , 47 + .byte VOL , 88*bgm_t_battle_mvl/mxv + .byte PAN , c_v+25 + .byte N06 , Ds2 , v127 + .byte W06 + .byte N04 , Ds2 , v112 + .byte W06 + .byte PAN , c_v-24 + .byte N06 , As1 , v127 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Ds1 , v120 + .byte W24 + .byte PAN , c_v+25 + .byte N06 , Ds2 , v124 + .byte W12 + .byte PAN , c_v-24 + .byte N06 , As1 , v127 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , Ds1 , v120 + .byte W24 + .byte PAN , c_v+25 + .byte N06 , Ds2 , v124 + .byte W06 + .byte N04 , Ds2 , v112 + .byte W06 + .byte PAN , c_v-24 + .byte N06 , Ds2 , v127 + .byte W12 + .byte PAN , c_v-1 + .byte N12 , As1 , v124 + .byte W24 + .byte PAN , c_v+25 + .byte N06 , Ds2 + .byte W12 + .byte PAN , c_v-22 + .byte N06 , Ds2 , v127 + .byte W12 + .byte PAN , c_v+0 + .byte N12 , As1 , v120 + .byte W12 + .byte N06 , Ds2 , v112 + .byte W06 + .byte As1 + .byte W06 + .byte PAN , c_v-35 + .byte N96 , Ds1 , v124 + .byte W24 + .byte VOL , 78*bgm_t_battle_mvl/mxv + .byte W02 + .byte 77*bgm_t_battle_mvl/mxv + .byte W03 + .byte 76*bgm_t_battle_mvl/mxv + .byte W07 + .byte 74*bgm_t_battle_mvl/mxv + .byte W02 + .byte 72*bgm_t_battle_mvl/mxv + .byte W06 + .byte 72*bgm_t_battle_mvl/mxv + .byte W06 + .byte 69*bgm_t_battle_mvl/mxv + .byte W03 + .byte 69*bgm_t_battle_mvl/mxv + .byte W03 + .byte 67*bgm_t_battle_mvl/mxv + .byte W04 + .byte 66*bgm_t_battle_mvl/mxv + .byte W02 + .byte 64*bgm_t_battle_mvl/mxv + .byte W03 + .byte 62*bgm_t_battle_mvl/mxv + .byte W03 + .byte 60*bgm_t_battle_mvl/mxv + .byte W06 + .byte 57*bgm_t_battle_mvl/mxv + .byte W03 + .byte 52*bgm_t_battle_mvl/mxv + .byte W03 + .byte 49*bgm_t_battle_mvl/mxv + .byte W04 + .byte 47*bgm_t_battle_mvl/mxv + .byte W02 + .byte 38*bgm_t_battle_mvl/mxv + .byte W03 + .byte 20*bgm_t_battle_mvl/mxv + .byte W07 + .byte VOICE , 1 + .byte VOL , 64*bgm_t_battle_mvl/mxv + .byte PAN , c_v+0 + .byte N08 , Ds6 , v120 + .byte W12 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_t_battle_5: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+8 + .byte VOL , 2*bgm_t_battle_mvl/mxv + .byte N48 , As4 , v112 + .byte W02 + .byte VOL , 3*bgm_t_battle_mvl/mxv + .byte W03 + .byte 6*bgm_t_battle_mvl/mxv + .byte W08 + .byte 6*bgm_t_battle_mvl/mxv + .byte W08 + .byte 8*bgm_t_battle_mvl/mxv + .byte W03 + .byte 9*bgm_t_battle_mvl/mxv + .byte W04 + .byte 11*bgm_t_battle_mvl/mxv + .byte W01 + .byte 13*bgm_t_battle_mvl/mxv + .byte W03 + .byte 15*bgm_t_battle_mvl/mxv + .byte W01 + .byte 16*bgm_t_battle_mvl/mxv + .byte W03 + .byte 18*bgm_t_battle_mvl/mxv + .byte W01 + .byte 20*bgm_t_battle_mvl/mxv + .byte W03 + .byte 24*bgm_t_battle_mvl/mxv + .byte W01 + .byte 27*bgm_t_battle_mvl/mxv + .byte W03 + .byte 29*bgm_t_battle_mvl/mxv + .byte W04 + .byte N36 , Fn5 + .byte W02 + .byte VOL , 26*bgm_t_battle_mvl/mxv + .byte W02 + .byte 27*bgm_t_battle_mvl/mxv + .byte W04 + .byte 29*bgm_t_battle_mvl/mxv + .byte W05 + .byte 32*bgm_t_battle_mvl/mxv + .byte W03 + .byte 34*bgm_t_battle_mvl/mxv + .byte W08 + .byte 36*bgm_t_battle_mvl/mxv + .byte W01 + .byte 36*bgm_t_battle_mvl/mxv + .byte W04 + .byte 38*bgm_t_battle_mvl/mxv + .byte W03 + .byte 40*bgm_t_battle_mvl/mxv + .byte W01 + .byte 42*bgm_t_battle_mvl/mxv + .byte W03 + .byte 46*bgm_t_battle_mvl/mxv + .byte N03 , Dn5 + .byte W01 + .byte VOL , 49*bgm_t_battle_mvl/mxv + .byte W02 + .byte N03 , As4 + .byte W01 + .byte VOL , 52*bgm_t_battle_mvl/mxv + .byte W01 + .byte 55*bgm_t_battle_mvl/mxv + .byte W01 + .byte N03 , Gs4 + .byte W02 + .byte VOL , 59*bgm_t_battle_mvl/mxv + .byte W01 + .byte 66*bgm_t_battle_mvl/mxv + .byte N03 , Fn4 + .byte W03 + .byte PAN , c_v-21 + .byte VOL , 52*bgm_t_battle_mvl/mxv + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte N06 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Gs4 + .byte W12 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte N03 , Cn4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W09 + .byte N03 + .byte W03 + .byte N12 , As4 + .byte W12 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte VOICE , 48 + .byte PAN , c_v-21 + .byte N06 , Dn5 + .byte W06 + .byte As4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte PAN , c_v-32 + .byte N06 , As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Cn4 + .byte W06 + .byte VOICE , 56 + .byte VOL , 66*bgm_t_battle_mvl/mxv + .byte PAN , c_v-21 + .byte N04 , An5 + .byte W08 + .byte Fn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Fn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte An4 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Gn5 + .byte W08 + .byte PAN , c_v-3 + .byte W24 + .byte N09 , As4 + .byte W09 + .byte N06 , Gs4 + .byte W06 + .byte As4 + .byte W09 + .byte N12 , Fn5 + .byte W24 + .byte PAN , c_v-24 + .byte VOL , 56*bgm_t_battle_mvl/mxv + .byte N06 , As3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte As3 + .byte W12 + .byte N06 + .byte W12 + .byte N12 , Gn4 + .byte W12 + .byte N03 , Cs4 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte N03 , Cs4 + .byte W12 + .byte Bn3 + .byte W06 + .byte As3 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte N03 , Cn4 + .byte W12 + .byte N03 + .byte W12 + .byte N12 , As3 + .byte W12 + .byte An4 + .byte W12 + .byte VOICE , 46 + .byte PAN , c_v-32 + .byte VOL , 66*bgm_t_battle_mvl/mxv + .byte N06 , As5 + .byte W06 + .byte Gs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte Dn5 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Ds5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte As4 + .byte W06 + .byte PAN , c_v+31 + .byte N06 , Cn5 , v104 + .byte W06 + .byte As4 , v100 + .byte W06 + .byte Gs4 , v092 + .byte W06 + .byte Fn4 , v076 + .byte W06 + .byte VOL , 66*bgm_t_battle_mvl/mxv + .byte PAN , c_v+31 + .byte N06 , Ds4 , v060 + .byte W12 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_t_battle_6: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-63 + .byte VOL , 6*bgm_t_battle_mvl/mxv + .byte N48 , As2 , v112 + .byte W02 + .byte VOL , 9*bgm_t_battle_mvl/mxv + .byte W03 + .byte 13*bgm_t_battle_mvl/mxv + .byte W03 + .byte 14*bgm_t_battle_mvl/mxv + .byte W04 + .byte 15*bgm_t_battle_mvl/mxv + .byte W02 + .byte 18*bgm_t_battle_mvl/mxv + .byte W03 + .byte 20*bgm_t_battle_mvl/mxv + .byte W03 + .byte 23*bgm_t_battle_mvl/mxv + .byte W04 + .byte 24*bgm_t_battle_mvl/mxv + .byte W02 + .byte 28*bgm_t_battle_mvl/mxv + .byte W03 + .byte 31*bgm_t_battle_mvl/mxv + .byte W03 + .byte 35*bgm_t_battle_mvl/mxv + .byte W04 + .byte 36*bgm_t_battle_mvl/mxv + .byte W02 + .byte 38*bgm_t_battle_mvl/mxv + .byte W03 + .byte 42*bgm_t_battle_mvl/mxv + .byte W03 + .byte 43*bgm_t_battle_mvl/mxv + .byte W04 + .byte 32*bgm_t_battle_mvl/mxv + .byte N48 , Fn3 + .byte W02 + .byte VOL , 35*bgm_t_battle_mvl/mxv + .byte W03 + .byte 36*bgm_t_battle_mvl/mxv + .byte W03 + .byte 38*bgm_t_battle_mvl/mxv + .byte W04 + .byte 40*bgm_t_battle_mvl/mxv + .byte W02 + .byte 42*bgm_t_battle_mvl/mxv + .byte W03 + .byte 45*bgm_t_battle_mvl/mxv + .byte W03 + .byte 49*bgm_t_battle_mvl/mxv + .byte W04 + .byte 51*bgm_t_battle_mvl/mxv + .byte W02 + .byte 55*bgm_t_battle_mvl/mxv + .byte W03 + .byte 58*bgm_t_battle_mvl/mxv + .byte W03 + .byte 60*bgm_t_battle_mvl/mxv + .byte W04 + .byte 62*bgm_t_battle_mvl/mxv + .byte W02 + .byte 64*bgm_t_battle_mvl/mxv + .byte W03 + .byte 67*bgm_t_battle_mvl/mxv + .byte W03 + .byte 70*bgm_t_battle_mvl/mxv + .byte W04 + .byte 44*bgm_t_battle_mvl/mxv + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , As3 + .byte W12 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , As3 + .byte W12 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Dn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Bn4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N48 , As4 + .byte W24 + .byte MOD , 6 + .byte VOL , 41*bgm_t_battle_mvl/mxv + .byte W05 + .byte 36*bgm_t_battle_mvl/mxv + .byte W07 + .byte 31*bgm_t_battle_mvl/mxv + .byte W05 + .byte 28*bgm_t_battle_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 44*bgm_t_battle_mvl/mxv + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte VOL , 42*bgm_t_battle_mvl/mxv + .byte W05 + .byte 36*bgm_t_battle_mvl/mxv + .byte W07 + .byte 30*bgm_t_battle_mvl/mxv + .byte W05 + .byte 25*bgm_t_battle_mvl/mxv + .byte W03 + .byte 22*bgm_t_battle_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 44*bgm_t_battle_mvl/mxv + .byte N48 , Fs3 + .byte W24 + .byte MOD , 6 + .byte VOL , 38*bgm_t_battle_mvl/mxv + .byte W05 + .byte 34*bgm_t_battle_mvl/mxv + .byte W07 + .byte 30*bgm_t_battle_mvl/mxv + .byte W05 + .byte 25*bgm_t_battle_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 44*bgm_t_battle_mvl/mxv + .byte N04 , Fs2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Gs2 + .byte W08 + .byte Gn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte N08 , Dn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte N12 , Gs3 + .byte W12 + .byte N03 , Gn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte En3 + .byte W03 + .byte As3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , As3 + .byte W12 + .byte N24 , Ds4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , En4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W06 + .byte N06 , An3 + .byte W06 + .byte N03 , As3 + .byte W12 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As3 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Fs4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N96 , Gn3 + .byte W48 + .byte MOD , 7 + .byte VOL , 41*bgm_t_battle_mvl/mxv + .byte W05 + .byte 37*bgm_t_battle_mvl/mxv + .byte W07 + .byte 35*bgm_t_battle_mvl/mxv + .byte W05 + .byte 31*bgm_t_battle_mvl/mxv + .byte W07 + .byte 27*bgm_t_battle_mvl/mxv + .byte W05 + .byte 24*bgm_t_battle_mvl/mxv + .byte W07 + .byte 22*bgm_t_battle_mvl/mxv + .byte W05 + .byte 20*bgm_t_battle_mvl/mxv + .byte W07 + .byte MOD , 1 + .byte VOL , 51*bgm_t_battle_mvl/mxv + .byte N06 + .byte N08 , Gn5 + .byte W12 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_t_battle_7: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 6*bgm_t_battle_mvl/mxv + .byte N48 , Dn4 , v112 + .byte W02 + .byte VOL , 9*bgm_t_battle_mvl/mxv + .byte W03 + .byte 13*bgm_t_battle_mvl/mxv + .byte W03 + .byte 14*bgm_t_battle_mvl/mxv + .byte W04 + .byte 15*bgm_t_battle_mvl/mxv + .byte W02 + .byte 18*bgm_t_battle_mvl/mxv + .byte W03 + .byte 20*bgm_t_battle_mvl/mxv + .byte W03 + .byte 23*bgm_t_battle_mvl/mxv + .byte W04 + .byte 24*bgm_t_battle_mvl/mxv + .byte W02 + .byte 28*bgm_t_battle_mvl/mxv + .byte W03 + .byte 31*bgm_t_battle_mvl/mxv + .byte W03 + .byte 35*bgm_t_battle_mvl/mxv + .byte W04 + .byte 36*bgm_t_battle_mvl/mxv + .byte W02 + .byte 38*bgm_t_battle_mvl/mxv + .byte W03 + .byte 42*bgm_t_battle_mvl/mxv + .byte W03 + .byte 43*bgm_t_battle_mvl/mxv + .byte W04 + .byte 32*bgm_t_battle_mvl/mxv + .byte N48 , As4 + .byte W02 + .byte VOL , 35*bgm_t_battle_mvl/mxv + .byte W03 + .byte 36*bgm_t_battle_mvl/mxv + .byte W03 + .byte 38*bgm_t_battle_mvl/mxv + .byte W04 + .byte 40*bgm_t_battle_mvl/mxv + .byte W02 + .byte 42*bgm_t_battle_mvl/mxv + .byte W03 + .byte 45*bgm_t_battle_mvl/mxv + .byte W03 + .byte 49*bgm_t_battle_mvl/mxv + .byte W04 + .byte 51*bgm_t_battle_mvl/mxv + .byte W02 + .byte 55*bgm_t_battle_mvl/mxv + .byte W03 + .byte 58*bgm_t_battle_mvl/mxv + .byte W03 + .byte 60*bgm_t_battle_mvl/mxv + .byte W04 + .byte 62*bgm_t_battle_mvl/mxv + .byte W02 + .byte 64*bgm_t_battle_mvl/mxv + .byte W03 + .byte 67*bgm_t_battle_mvl/mxv + .byte W03 + .byte 70*bgm_t_battle_mvl/mxv + .byte W04 + .byte 44*bgm_t_battle_mvl/mxv + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , As2 + .byte W12 + .byte N24 , Ds3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte PAN , c_v+63 + .byte MOD , 0 + .byte N03 , As2 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , En3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As2 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , As2 + .byte W12 + .byte N24 , Ds3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As2 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Dn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As2 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Ds3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As2 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Bn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N48 , As3 + .byte W24 + .byte MOD , 6 + .byte VOL , 42*bgm_t_battle_mvl/mxv + .byte W01 + .byte 40*bgm_t_battle_mvl/mxv + .byte W03 + .byte 38*bgm_t_battle_mvl/mxv + .byte W04 + .byte 36*bgm_t_battle_mvl/mxv + .byte W01 + .byte 35*bgm_t_battle_mvl/mxv + .byte W03 + .byte 33*bgm_t_battle_mvl/mxv + .byte W01 + .byte 31*bgm_t_battle_mvl/mxv + .byte W03 + .byte 29*bgm_t_battle_mvl/mxv + .byte W01 + .byte 27*bgm_t_battle_mvl/mxv + .byte W03 + .byte 27*bgm_t_battle_mvl/mxv + .byte W01 + .byte 26*bgm_t_battle_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 44*bgm_t_battle_mvl/mxv + .byte N48 + .byte W24 + .byte MOD , 6 + .byte VOL , 42*bgm_t_battle_mvl/mxv + .byte W01 + .byte 41*bgm_t_battle_mvl/mxv + .byte W03 + .byte 39*bgm_t_battle_mvl/mxv + .byte W01 + .byte 38*bgm_t_battle_mvl/mxv + .byte W03 + .byte 36*bgm_t_battle_mvl/mxv + .byte W01 + .byte 34*bgm_t_battle_mvl/mxv + .byte W03 + .byte 32*bgm_t_battle_mvl/mxv + .byte W01 + .byte 31*bgm_t_battle_mvl/mxv + .byte W03 + .byte 29*bgm_t_battle_mvl/mxv + .byte W01 + .byte 26*bgm_t_battle_mvl/mxv + .byte W03 + .byte 23*bgm_t_battle_mvl/mxv + .byte W01 + .byte 22*bgm_t_battle_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 44*bgm_t_battle_mvl/mxv + .byte N48 , Bn3 + .byte W24 + .byte MOD , 6 + .byte VOL , 43*bgm_t_battle_mvl/mxv + .byte W01 + .byte 41*bgm_t_battle_mvl/mxv + .byte W03 + .byte 39*bgm_t_battle_mvl/mxv + .byte W01 + .byte 38*bgm_t_battle_mvl/mxv + .byte W03 + .byte 36*bgm_t_battle_mvl/mxv + .byte W01 + .byte 33*bgm_t_battle_mvl/mxv + .byte W03 + .byte 32*bgm_t_battle_mvl/mxv + .byte W01 + .byte 30*bgm_t_battle_mvl/mxv + .byte W03 + .byte 27*bgm_t_battle_mvl/mxv + .byte W01 + .byte 26*bgm_t_battle_mvl/mxv + .byte W03 + .byte 24*bgm_t_battle_mvl/mxv + .byte W01 + .byte 22*bgm_t_battle_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 44*bgm_t_battle_mvl/mxv + .byte N04 , Cs3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Cn3 + .byte W08 + .byte BEND , c_v-6 + .byte N04 , Bn3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte As3 , v064 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte BEND , c_v+0 + .byte N03 , As2 , v112 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , As2 + .byte W12 + .byte N24 , Ds3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As2 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , En3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As2 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte N03 , As2 + .byte W12 + .byte N24 , Fs3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , As2 + .byte W12 + .byte N03 + .byte W12 + .byte N24 , Fs3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N96 , As4 + .byte W48 + .byte MOD , 7 + .byte W48 + .byte 1 + .byte VOL , 44*bgm_t_battle_mvl/mxv + .byte N06 , Ds1 + .byte W12 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_t_battle_8: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 72*bgm_t_battle_mvl/mxv + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v060 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v076 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v112 + .byte W03 +bgm_t_battle_8_000: + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v068 + .byte N48 , An2 , v084 + .byte W03 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v068 + .byte N48 , An2 , v084 + .byte W03 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PEND + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v068 + .byte N48 , An2 , v084 + .byte W03 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v088 + .byte N48 , An2 + .byte W03 + .byte N03 , En1 , v068 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v068 + .byte N48 , An2 , v084 + .byte W03 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v068 + .byte N24 , Gn2 , v080 + .byte W03 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte VOL , 63*bgm_t_battle_mvl/mxv + .byte N04 , Fs1 , v112 + .byte N48 , An2 , v084 + .byte W08 + .byte N04 , Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 , v112 + .byte N48 , An2 , v084 + .byte W08 + .byte N04 , Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 , v112 + .byte N48 , An2 + .byte W08 + .byte N04 , Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte Fs1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 72*bgm_t_battle_mvl/mxv + .byte N03 , En1 , v112 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v072 + .byte W03 + .byte En1 , v084 + .byte W03 + .byte En1 , v088 + .byte W03 + .byte En1 , v100 + .byte W03 + .byte En1 , v112 + .byte W03 + .byte En1 , v120 + .byte W03 + .byte W48 + .byte N48 , An2 , v084 + .byte W48 + .byte PATT + .word bgm_t_battle_8_000 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v068 + .byte N48 , An2 , v084 + .byte W03 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N48 , An2 , v084 + .byte W96 + .byte W12 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_t_battle_9: + .byte KEYSH , bgm_t_battle_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 65*bgm_t_battle_mvl/mxv + .byte W48 + .byte N06 , Fn2 , v092 + .byte W12 + .byte Fn1 + .byte W12 + .byte N02 , Fn2 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn1 + .byte W12 + .byte N14 , Ds1 , v120 + .byte W12 + .byte N04 , Dn1 , v112 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Ds2 + .byte W12 + .byte N12 , Ds1 + .byte W12 + .byte N04 , Dn1 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Ds1 , v120 + .byte W12 + .byte N04 , Fs1 , v112 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Ds2 + .byte W12 + .byte N12 , Ds1 + .byte W12 + .byte N06 + .byte W12 + .byte As1 + .byte W06 + .byte N03 , Gs1 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte Fs1 + .byte W06 + .byte N12 , Ds1 , v120 + .byte W12 + .byte N04 , Fs1 , v112 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , An1 + .byte W12 + .byte N12 , Ds1 + .byte W12 + .byte N04 , Dn1 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte N04 , Ds1 + .byte W08 + .byte Ds1 , v084 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Ds1 , v084 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Ds1 , v084 + .byte W08 + .byte N04 + .byte W08 + .byte N16 , An1 , v112 + .byte W16 + .byte N08 , As1 + .byte W08 + .byte N04 , Ds1 , v084 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Ds1 , v084 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 , v112 + .byte W08 + .byte Ds1 , v084 + .byte W08 + .byte N04 + .byte W08 + .byte N16 , Dn2 , v112 + .byte W16 + .byte N08 , Ds2 + .byte W08 + .byte N04 , Gn1 + .byte W16 + .byte Gn1 , v096 + .byte W08 + .byte Gn1 , v112 + .byte W16 + .byte Gn1 , v096 + .byte W08 + .byte Gn1 , v112 + .byte W16 + .byte Bn1 , v096 + .byte W08 + .byte N14 , Cs2 , v112 + .byte W16 + .byte N06 , Dn2 + .byte W08 + .byte N04 , Cs3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W32 + .byte N06 , Ds1 + .byte W24 + .byte N03 , As1 + .byte W03 + .byte Bn1 + .byte W03 + .byte As1 + .byte W03 + .byte N15 , An1 + .byte W15 + .byte N12 , Ds1 , v120 + .byte W12 + .byte N04 , Dn1 , v112 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Bn1 + .byte W12 + .byte N12 , Ds1 + .byte W12 + .byte N04 , Fs1 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte N12 , Ds1 , v120 + .byte W12 + .byte N04 , Fs1 , v112 + .byte W12 + .byte N12 , As1 + .byte W12 + .byte N06 , Fn2 + .byte W12 + .byte N12 , Ds1 + .byte W12 + .byte N04 , As1 + .byte W12 + .byte N24 , Dn2 + .byte W24 + .byte W96 + .byte PAN , c_v+0 + .byte N06 , Ds1 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_t_battle: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_t_battle_pri @ Priority + .byte bgm_t_battle_rev @ Reverb. + + .word bgm_t_battle_grp + + .word bgm_t_battle_1 + .word bgm_t_battle_2 + .word bgm_t_battle_3 + .word bgm_t_battle_4 + .word bgm_t_battle_5 + .word bgm_t_battle_6 + .word bgm_t_battle_7 + .word bgm_t_battle_8 + .word bgm_t_battle_9 + + .end diff --git a/sound/songs/bgm_test.s b/sound/songs/bgm_test.s new file mode 100644 index 000000000..5d2a0282a --- /dev/null +++ b/sound/songs/bgm_test.s @@ -0,0 +1,1136 @@ + .include "MPlayDef.s" + + .equ bgm_test_grp, voicegroup_8439A8C + .equ bgm_test_pri, 0 + .equ bgm_test_rev, reverb_set+50 + .equ bgm_test_mvl, 127 + .equ bgm_test_key, 0 + .equ bgm_test_tbs, 1 + .equ bgm_test_exg, 0 + .equ bgm_test_cmp, 1 + + .section .rodata + .global bgm_test + .align 2 + +@********************** Track 1 **********************@ + +bgm_test_1: + .byte KEYSH , bgm_test_key+0 + .byte TEMPO , 128*bgm_test_tbs/2 + .byte VOICE , 48 + .byte VOL , 14*bgm_test_mvl/mxv + .byte PAN , c_v+16 + .byte N48 , Ds4 , v112 + .byte W04 + .byte VOL , 22*bgm_test_mvl/mxv + .byte W04 + .byte 34*bgm_test_mvl/mxv + .byte W04 + .byte 44*bgm_test_mvl/mxv + .byte W04 + .byte 55*bgm_test_mvl/mxv + .byte W04 + .byte 64*bgm_test_mvl/mxv + .byte W04 + .byte 72*bgm_test_mvl/mxv + .byte W04 + .byte 76*bgm_test_mvl/mxv + .byte W04 + .byte 82*bgm_test_mvl/mxv + .byte W04 + .byte 74*bgm_test_mvl/mxv + .byte W12 + .byte N08 , Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Ds3 + .byte W08 +bgm_test_1_B1: + .byte N04 , Bn3 , v072 + .byte W04 + .byte N12 , Cn4 , v080 + .byte W12 + .byte N08 , Cn4 , v032 + .byte W08 + .byte N16 , Cn4 , v080 + .byte W16 + .byte N08 , Gs4 , v064 + .byte W08 + .byte Cn4 , v080 + .byte W08 + .byte Cn4 , v032 + .byte W16 + .byte N16 , Cs4 , v096 + .byte W16 + .byte N08 , Cs4 , v032 + .byte W08 + .byte N16 , Cs4 , v096 + .byte W16 + .byte N08 , Gs4 , v064 + .byte W08 + .byte Cs4 , v096 + .byte W08 + .byte Cs4 , v032 + .byte W16 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N08 , Dn4 , v032 + .byte W08 + .byte N16 , Dn4 , v112 + .byte W16 + .byte N08 , Gs4 , v064 + .byte W08 + .byte Dn4 , v112 + .byte W08 + .byte Dn4 , v032 + .byte W16 + .byte VOL , 35*bgm_test_mvl/mxv + .byte N40 , Ds4 , v112 + .byte W04 + .byte VOL , 37*bgm_test_mvl/mxv + .byte W04 + .byte 37*bgm_test_mvl/mxv + .byte W04 + .byte 42*bgm_test_mvl/mxv + .byte W04 + .byte 49*bgm_test_mvl/mxv + .byte W04 + .byte 59*bgm_test_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 67*bgm_test_mvl/mxv + .byte W04 + .byte 76*bgm_test_mvl/mxv + .byte W04 + .byte 74*bgm_test_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte N08 , Gs4 , v064 + .byte W08 + .byte Gn4 , v076 + .byte W08 + .byte Fn4 , v064 + .byte W08 + .byte Ds4 + .byte W08 + .byte VOL , 37*bgm_test_mvl/mxv + .byte N40 , Fn4 , v100 + .byte W08 + .byte VOL , 42*bgm_test_mvl/mxv + .byte W04 + .byte 50*bgm_test_mvl/mxv + .byte W04 + .byte 58*bgm_test_mvl/mxv + .byte W04 + .byte 64*bgm_test_mvl/mxv + .byte W04 + .byte MOD , 5 + .byte VOL , 72*bgm_test_mvl/mxv + .byte W04 + .byte 79*bgm_test_mvl/mxv + .byte W04 + .byte 74*bgm_test_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte N08 , Gn4 , v076 + .byte W08 + .byte Gs4 , v072 + .byte W08 + .byte Gs4 , v032 + .byte W16 + .byte VOL , 44*bgm_test_mvl/mxv + .byte N24 , Ds4 , v096 + .byte W04 + .byte VOL , 52*bgm_test_mvl/mxv + .byte W04 + .byte 64*bgm_test_mvl/mxv + .byte W04 + .byte 73*bgm_test_mvl/mxv + .byte W04 + .byte 75*bgm_test_mvl/mxv + .byte W08 + .byte N24 , Gn4 , v084 + .byte W24 + .byte N08 , Gs4 + .byte W08 + .byte Gs4 , v032 + .byte W16 + .byte VOL , 37*bgm_test_mvl/mxv + .byte N40 , Ds4 , v112 + .byte W04 + .byte VOL , 42*bgm_test_mvl/mxv + .byte W04 + .byte 50*bgm_test_mvl/mxv + .byte W04 + .byte 55*bgm_test_mvl/mxv + .byte W04 + .byte 63*bgm_test_mvl/mxv + .byte W04 + .byte 72*bgm_test_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 75*bgm_test_mvl/mxv + .byte W16 + .byte MOD , 0 + .byte N08 , Fn4 , v068 + .byte W08 + .byte Ds4 , v072 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cs4 , v064 + .byte W08 + .byte VOL , 70*bgm_test_mvl/mxv + .byte N40 , Cn4 , v096 + .byte W04 + .byte VOL , 76*bgm_test_mvl/mxv + .byte W04 + .byte 82*bgm_test_mvl/mxv + .byte W04 + .byte 84*bgm_test_mvl/mxv + .byte W12 + .byte MOD , 4 + .byte VOL , 79*bgm_test_mvl/mxv + .byte W04 + .byte 71*bgm_test_mvl/mxv + .byte W04 + .byte 61*bgm_test_mvl/mxv + .byte W04 + .byte 55*bgm_test_mvl/mxv + .byte W04 + .byte 75*bgm_test_mvl/mxv + .byte N08 , Cn4 , v032 + .byte W08 + .byte MOD , 0 + .byte N16 , Fn4 , v072 + .byte W16 + .byte N08 , Fn4 , v032 + .byte W08 + .byte VOL , 47*bgm_test_mvl/mxv + .byte N48 , Ds4 , v112 + .byte W04 + .byte VOL , 49*bgm_test_mvl/mxv + .byte W04 + .byte 50*bgm_test_mvl/mxv + .byte W04 + .byte 52*bgm_test_mvl/mxv + .byte W04 + .byte 56*bgm_test_mvl/mxv + .byte W04 + .byte 62*bgm_test_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 68*bgm_test_mvl/mxv + .byte W04 + .byte 75*bgm_test_mvl/mxv + .byte W04 + .byte 85*bgm_test_mvl/mxv + .byte W04 + .byte 88*bgm_test_mvl/mxv + .byte W04 + .byte 75*bgm_test_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte N08 , Cs4 , v096 + .byte W08 + .byte Cs4 , v032 + .byte W08 + .byte Cn4 , v088 + .byte W08 + .byte VOL , 37*bgm_test_mvl/mxv + .byte N48 , Gs3 , v084 + .byte W04 + .byte VOL , 42*bgm_test_mvl/mxv + .byte W04 + .byte 44*bgm_test_mvl/mxv + .byte W04 + .byte 46*bgm_test_mvl/mxv + .byte W04 + .byte 49*bgm_test_mvl/mxv + .byte W04 + .byte 50*bgm_test_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 56*bgm_test_mvl/mxv + .byte W04 + .byte 61*bgm_test_mvl/mxv + .byte W04 + .byte 66*bgm_test_mvl/mxv + .byte W04 + .byte 76*bgm_test_mvl/mxv + .byte W04 + .byte 75*bgm_test_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte N08 , Fn3 + .byte W08 + .byte Fn3 , v032 + .byte W08 + .byte Gs3 , v084 + .byte W08 + .byte VOL , 42*bgm_test_mvl/mxv + .byte N48 , Cn4 , v112 + .byte W08 + .byte VOL , 47*bgm_test_mvl/mxv + .byte W04 + .byte 52*bgm_test_mvl/mxv + .byte W04 + .byte 56*bgm_test_mvl/mxv + .byte W04 + .byte 63*bgm_test_mvl/mxv + .byte W04 + .byte 73*bgm_test_mvl/mxv + .byte MOD , 4 + .byte W04 + .byte VOL , 78*bgm_test_mvl/mxv + .byte W04 + .byte 84*bgm_test_mvl/mxv + .byte W04 + .byte 75*bgm_test_mvl/mxv + .byte W12 + .byte MOD , 0 + .byte N08 , Cs4 , v080 + .byte W08 + .byte Cs4 , v032 + .byte W08 + .byte Cn4 , v084 + .byte W08 + .byte VOL , 39*bgm_test_mvl/mxv + .byte N48 , As3 , v096 + .byte W04 + .byte VOL , 39*bgm_test_mvl/mxv + .byte W08 + .byte 42*bgm_test_mvl/mxv + .byte W04 + .byte 44*bgm_test_mvl/mxv + .byte W04 + .byte 50*bgm_test_mvl/mxv + .byte W04 + .byte 55*bgm_test_mvl/mxv + .byte MOD , 4 + .byte W04 + .byte VOL , 62*bgm_test_mvl/mxv + .byte W04 + .byte 68*bgm_test_mvl/mxv + .byte W04 + .byte 78*bgm_test_mvl/mxv + .byte W04 + .byte 74*bgm_test_mvl/mxv + .byte W08 + .byte MOD , 0 + .byte N08 , As3 , v032 + .byte W24 + .byte GOTO + .word bgm_test_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_test_2: + .byte KEYSH , bgm_test_key+0 + .byte VOICE , 73 + .byte VOL , 14*bgm_test_mvl/mxv + .byte PAN , c_v+32 + .byte N48 , As4 , v064 + .byte W04 + .byte VOL , 22*bgm_test_mvl/mxv + .byte W04 + .byte 33*bgm_test_mvl/mxv + .byte W04 + .byte 40*bgm_test_mvl/mxv + .byte W04 + .byte 52*bgm_test_mvl/mxv + .byte W04 + .byte 70*bgm_test_mvl/mxv + .byte W04 + .byte 79*bgm_test_mvl/mxv + .byte W04 + .byte 71*bgm_test_mvl/mxv + .byte W20 + .byte N08 , Gn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cs4 + .byte W08 +bgm_test_2_B1: + .byte N04 , Gs4 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Bn4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cn5 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Cs5 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Ds5 + .byte W04 + .byte N20 , Cs5 + .byte W20 + .byte N08 , Cs5 , v028 + .byte W24 +bgm_test_2_000: + .byte N04 , As4 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W04 + .byte N20 , As4 + .byte W20 + .byte N08 , As4 , v028 + .byte W24 + .byte PEND + .byte PATT + .word bgm_test_2_000 + .byte N04 , An4 , v064 + .byte W08 + .byte Cn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte N08 , Fn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Cn5 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte VOL , 50*bgm_test_mvl/mxv + .byte N04 , Cs5 + .byte W04 + .byte VOL , 56*bgm_test_mvl/mxv + .byte N04 , Ds5 + .byte W04 + .byte VOL , 59*bgm_test_mvl/mxv + .byte N04 , Cs5 + .byte W04 + .byte VOL , 64*bgm_test_mvl/mxv + .byte N04 , Ds5 + .byte W04 + .byte VOL , 66*bgm_test_mvl/mxv + .byte N04 , Cs5 + .byte W04 + .byte VOL , 69*bgm_test_mvl/mxv + .byte N04 , Ds5 + .byte W04 + .byte VOL , 73*bgm_test_mvl/mxv + .byte N04 , Cs5 + .byte W04 + .byte VOL , 76*bgm_test_mvl/mxv + .byte N04 , Ds5 + .byte W04 + .byte VOL , 79*bgm_test_mvl/mxv + .byte N04 , Cs5 + .byte W04 + .byte VOL , 81*bgm_test_mvl/mxv + .byte N04 , Ds5 + .byte W04 + .byte VOL , 85*bgm_test_mvl/mxv + .byte N04 , Cs5 + .byte W04 + .byte VOL , 88*bgm_test_mvl/mxv + .byte N04 , Ds5 + .byte W04 + .byte VOL , 71*bgm_test_mvl/mxv + .byte N08 , Gs5 + .byte W08 + .byte Gs5 , v028 + .byte W08 + .byte Fn5 , v060 + .byte W08 + .byte VOL , 50*bgm_test_mvl/mxv + .byte N04 , Gs4 + .byte W04 + .byte VOL , 56*bgm_test_mvl/mxv + .byte N04 , As4 + .byte W04 + .byte VOL , 59*bgm_test_mvl/mxv + .byte N04 , Gs4 + .byte W04 + .byte VOL , 64*bgm_test_mvl/mxv + .byte N04 , As4 + .byte W04 + .byte VOL , 66*bgm_test_mvl/mxv + .byte N04 , Gs4 + .byte W04 + .byte VOL , 69*bgm_test_mvl/mxv + .byte N04 , As4 + .byte W04 + .byte VOL , 73*bgm_test_mvl/mxv + .byte N04 , Gs4 + .byte W04 + .byte VOL , 76*bgm_test_mvl/mxv + .byte N04 , As4 + .byte W04 + .byte VOL , 79*bgm_test_mvl/mxv + .byte N04 , Gs4 + .byte W04 + .byte VOL , 81*bgm_test_mvl/mxv + .byte N04 , As4 + .byte W04 + .byte VOL , 85*bgm_test_mvl/mxv + .byte N04 , Gs4 + .byte W04 + .byte VOL , 88*bgm_test_mvl/mxv + .byte N04 , As4 + .byte W04 + .byte VOL , 70*bgm_test_mvl/mxv + .byte N08 , Fn5 + .byte W08 + .byte Fn5 , v028 + .byte W08 + .byte Cs5 , v064 + .byte W08 + .byte N04 , Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte Gs4 + .byte W04 + .byte As4 + .byte W04 + .byte N08 , Gn4 + .byte W08 + .byte Ds4 , v060 + .byte W08 + .byte Cs4 + .byte W08 + .byte N24 , As3 + .byte W24 + .byte N08 , Gn3 , v064 + .byte W08 + .byte Gn3 , v028 + .byte W08 + .byte Ds3 , v060 + .byte W08 + .byte GOTO + .word bgm_test_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_test_3: + .byte KEYSH , bgm_test_key+0 + .byte VOICE , 1 + .byte VOL , 74*bgm_test_mvl/mxv + .byte PAN , c_v-32 + .byte N48 , Cs3 , v080 + .byte W48 + .byte N08 , Gn2 + .byte W08 + .byte As2 + .byte W08 + .byte Ds2 + .byte W08 +bgm_test_3_B1: + .byte N24 , Ds3 , v080 + .byte W24 + .byte N08 , Gs2 + .byte W08 + .byte Gs2 , v028 + .byte W08 + .byte Gs3 , v080 + .byte W08 + .byte N04 , Ds3 + .byte W04 + .byte N08 , Ds3 , v028 + .byte W20 + .byte N24 , Ds3 , v080 + .byte W24 + .byte N08 , As2 + .byte W08 + .byte As2 , v028 + .byte W08 + .byte As3 , v080 + .byte W08 + .byte N04 , Ds3 + .byte W04 + .byte N08 , Ds3 , v028 + .byte W20 + .byte N24 , Ds3 , v080 + .byte W24 + .byte N08 , Bn2 + .byte W08 + .byte Bn2 , v028 + .byte W08 + .byte Bn3 , v080 + .byte W08 + .byte N04 , Ds3 + .byte W04 + .byte N08 , Ds3 , v028 + .byte W20 + .byte N24 , Ds3 , v080 + .byte W24 + .byte N08 , Cn3 + .byte W16 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N40 , Gs3 + .byte W40 + .byte N04 , Gn3 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte Gs3 , v028 + .byte W16 + .byte N40 , Gn3 , v080 + .byte W40 + .byte N04 , Fs3 + .byte W08 + .byte N08 , Gn3 + .byte W08 + .byte Gn3 , v028 + .byte W16 + .byte N40 , Gn3 , v080 + .byte W40 + .byte N04 , Fn3 + .byte W08 + .byte N08 , Gn3 + .byte W08 + .byte Gn3 , v028 + .byte W16 + .byte N24 , Fn3 , v080 + .byte W24 + .byte N08 , Ds3 + .byte W08 + .byte Ds3 , v028 + .byte W08 + .byte Cs3 , v080 + .byte W08 + .byte Cn3 + .byte W08 + .byte Cn3 , v028 + .byte W08 + .byte An2 , v080 + .byte W08 + .byte Cn3 + .byte W08 + .byte Cn3 , v028 + .byte W08 + .byte Fn3 , v080 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gs3 , v028 + .byte W08 + .byte Cs3 , v080 + .byte W08 + .byte Cs4 + .byte W08 + .byte Cs4 , v028 + .byte W16 + .byte Gs2 , v080 + .byte W08 + .byte Gs2 , v028 + .byte W08 + .byte Cs3 , v080 + .byte W08 + .byte Fn3 + .byte W08 + .byte Fn3 , v028 + .byte W08 + .byte As2 , v080 + .byte W08 + .byte As3 + .byte W08 + .byte As3 , v028 + .byte W16 + .byte Ds3 , v080 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte Ds3 + .byte W08 + .byte Cs3 + .byte W08 + .byte As2 + .byte W08 + .byte Gs2 + .byte W08 + .byte As2 + .byte W08 + .byte Ds3 + .byte W08 + .byte N24 , Gn2 + .byte W24 + .byte N08 , Fn2 + .byte W08 + .byte Fn2 , v028 + .byte W08 + .byte Ds2 , v080 + .byte W08 + .byte N24 , Cs3 + .byte W24 + .byte GOTO + .word bgm_test_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_test_4: + .byte KEYSH , bgm_test_key+0 + .byte VOICE , 58 + .byte VOL , 5*bgm_test_mvl/mxv + .byte PAN , c_v+0 + .byte N48 , Ds1 , v064 + .byte W04 + .byte VOL , 31*bgm_test_mvl/mxv + .byte W04 + .byte 47*bgm_test_mvl/mxv + .byte W04 + .byte 57*bgm_test_mvl/mxv + .byte W04 + .byte 61*bgm_test_mvl/mxv + .byte W04 + .byte 67*bgm_test_mvl/mxv + .byte W04 + .byte 71*bgm_test_mvl/mxv + .byte W04 + .byte 73*bgm_test_mvl/mxv + .byte W04 + .byte 79*bgm_test_mvl/mxv + .byte W04 + .byte 81*bgm_test_mvl/mxv + .byte W04 + .byte 94*bgm_test_mvl/mxv + .byte W08 + .byte N08 , Fn1 , v072 + .byte W08 + .byte As1 , v064 + .byte W08 + .byte Gn1 + .byte W08 +bgm_test_4_B1: + .byte N24 , Gs1 , v072 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte Gs2 , v064 + .byte W08 + .byte Gs2 , v032 + .byte W08 + .byte Ds2 , v064 + .byte W08 + .byte N24 , Gs1 , v076 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte As2 , v064 + .byte W08 + .byte As2 , v032 + .byte W08 + .byte Ds2 , v064 + .byte W08 + .byte N24 , Gs1 , v072 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte Bn2 , v064 + .byte W08 + .byte Bn2 , v032 + .byte W08 + .byte Ds2 , v064 + .byte W08 + .byte N24 , Gs1 , v072 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte Cn3 , v064 + .byte W08 + .byte As2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N24 , Cs1 , v072 + .byte W24 + .byte N08 , Gs1 , v064 + .byte W08 + .byte Gs1 , v032 + .byte W08 + .byte Gs2 , v064 + .byte W08 + .byte N24 , Cs2 + .byte W24 + .byte Cs1 , v072 + .byte W24 + .byte N08 , Gn1 , v064 + .byte W08 + .byte Gn1 , v032 + .byte W08 + .byte As2 , v064 + .byte W08 + .byte N24 , Ds2 + .byte W24 + .byte Cn1 , v072 + .byte W24 + .byte N08 , Cn2 , v064 + .byte W08 + .byte Cn2 , v032 + .byte W08 + .byte As2 , v064 + .byte W08 + .byte Gn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N24 , Fn1 , v072 + .byte W24 + .byte N08 , Cn2 , v064 + .byte W08 + .byte Cn2 , v032 + .byte W16 + .byte Fn2 , v064 + .byte W08 + .byte Fn2 , v032 + .byte W08 + .byte Cn2 , v064 + .byte W08 + .byte N24 , Cs1 , v072 + .byte W24 + .byte N08 , Gs1 , v064 + .byte W08 + .byte Gs1 , v032 + .byte W08 + .byte Fn2 , v064 + .byte W08 + .byte Cs3 + .byte W08 + .byte Cs3 , v032 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte N24 , As1 , v068 + .byte W24 + .byte N08 , Fn1 , v064 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gs2 , v032 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte N40 , Ds1 , v072 + .byte W40 + .byte N08 , As1 , v064 + .byte W08 + .byte N24 , Ds2 + .byte W24 + .byte N40 , Ds1 , v072 + .byte W40 + .byte N08 , As1 , v064 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds2 , v032 + .byte W08 + .byte Gn2 , v064 + .byte W08 + .byte GOTO + .word bgm_test_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_test_5: + .byte KEYSH , bgm_test_key+0 + .byte VOICE , 80 + .byte PAN , c_v+0 + .byte VOL , 62*bgm_test_mvl/mxv + .byte N48 , Ds1 , v064 + .byte W48 + .byte N08 , Fn1 , v072 + .byte W08 + .byte As1 , v064 + .byte W08 + .byte Gn1 + .byte W08 +bgm_test_5_B1: + .byte N24 , Gs1 , v072 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte Gs2 , v064 + .byte W08 + .byte Gs2 , v032 + .byte W08 + .byte Ds2 , v064 + .byte W08 + .byte N24 , Gs1 , v076 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte As2 , v064 + .byte W08 + .byte As2 , v032 + .byte W08 + .byte Ds2 , v064 + .byte W08 + .byte N24 , Gs1 , v072 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte Bn2 , v064 + .byte W08 + .byte Bn2 , v032 + .byte W08 + .byte Ds2 , v064 + .byte W08 + .byte N24 , Gs1 , v072 + .byte W24 + .byte N08 , Ds2 , v064 + .byte W08 + .byte Ds2 , v032 + .byte W16 + .byte Cn3 , v064 + .byte W08 + .byte As2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N24 , Cs1 , v072 + .byte W24 + .byte N08 , Gs1 , v064 + .byte W08 + .byte Gs1 , v032 + .byte W08 + .byte Gs2 , v064 + .byte W08 + .byte N24 , Cs2 + .byte W24 + .byte Cs1 , v072 + .byte W24 + .byte N08 , Gn1 , v064 + .byte W08 + .byte Gn1 , v032 + .byte W08 + .byte As2 , v064 + .byte W08 + .byte N24 , Ds2 + .byte W24 + .byte Cn1 , v072 + .byte W24 + .byte N08 , Cn2 , v064 + .byte W08 + .byte Cn2 , v032 + .byte W08 + .byte As2 , v064 + .byte W08 + .byte Gn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N24 , Fn1 , v072 + .byte W24 + .byte N08 , Cn2 , v064 + .byte W08 + .byte Cn2 , v032 + .byte W16 + .byte Fn2 , v064 + .byte W08 + .byte Fn2 , v032 + .byte W08 + .byte Cn2 , v064 + .byte W08 + .byte N24 , Cs1 , v072 + .byte W24 + .byte N08 , Gs1 , v064 + .byte W08 + .byte Gs1 , v032 + .byte W08 + .byte Fn2 , v064 + .byte W08 + .byte Cs3 + .byte W08 + .byte Cs3 , v032 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte N24 , As1 , v068 + .byte W24 + .byte N08 , Fn1 , v064 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte Gs2 + .byte W08 + .byte Gs2 , v032 + .byte W08 + .byte Cs2 , v064 + .byte W08 + .byte N40 , Ds1 , v072 + .byte W40 + .byte N08 , As1 , v064 + .byte W08 + .byte N24 , Ds2 + .byte W24 + .byte N40 , Ds1 , v072 + .byte W40 + .byte N08 , As1 , v064 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds2 , v032 + .byte W08 + .byte Gn2 , v064 + .byte W08 + .byte GOTO + .word bgm_test_5_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_test: + .byte 5 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_test_pri @ Priority + .byte bgm_test_rev @ Reverb. + + .word bgm_test_grp + + .word bgm_test_1 + .word bgm_test_2 + .word bgm_test_3 + .word bgm_test_4 + .word bgm_test_5 + + .end diff --git a/sound/songs/bgm_test1.s b/sound/songs/bgm_test1.s new file mode 100644 index 000000000..32e6596bc --- /dev/null +++ b/sound/songs/bgm_test1.s @@ -0,0 +1,1765 @@ + .include "MPlayDef.s" + + .equ bgm_test1_grp, voicegroup_843828C + .equ bgm_test1_pri, 0 + .equ bgm_test1_rev, reverb_set+50 + .equ bgm_test1_mvl, 127 + .equ bgm_test1_key, 0 + .equ bgm_test1_tbs, 1 + .equ bgm_test1_exg, 0 + .equ bgm_test1_cmp, 1 + + .section .rodata + .global bgm_test1 + .align 2 + +@********************** Track 1 **********************@ + +bgm_test1_1: + .byte KEYSH , bgm_test1_key+0 +bgm_test1_1_B1: + .byte TEMPO , 128*bgm_test1_tbs/2 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 56*bgm_test1_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fn4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v072 + .byte W03 + .byte N06 , Fn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte N03 , Ds4 , v096 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 , v092 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte N18 , Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N32 , Cn4 + .byte W36 + .byte N06 + .byte W12 + .byte N18 , Gs3 + .byte W24 + .byte N06 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N78 , Dn4 + .byte W84 + .byte N04 , Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N18 , Gs4 + .byte W18 + .byte N03 , Gn4 , v064 + .byte W03 + .byte Fs4 + .byte W03 + .byte N06 , Fn4 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Cs3 + .byte W06 + .byte Dn3 + .byte W12 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte N18 , Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte N03 , Gs3 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N03 , Bn3 + .byte W12 + .byte Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Gs3 + .byte W24 + .byte N06 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N78 , Fn4 + .byte W78 + .byte N03 , Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte N32 , Fn4 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 + .byte W24 + .byte Ds4 + .byte W24 + .byte VOICE , 17 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte 24 + .byte W48 + .byte VOL , 38*bgm_test1_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W18 + .byte N03 , Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte GOTO + .word bgm_test1_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_test1_2: + .byte KEYSH , bgm_test1_key+0 +bgm_test1_2_B1: + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 79*bgm_test1_mvl/mxv + .byte N06 , Fn4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v076 + .byte W03 + .byte Fn4 , v096 + .byte W03 + .byte Gn4 , v072 + .byte W03 + .byte N06 , Fn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte N03 , Ds4 , v096 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 , v092 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte N18 , Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N32 , Cn4 + .byte W36 + .byte N06 + .byte W12 + .byte N18 , Gs3 + .byte W24 + .byte N06 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N78 , Dn4 + .byte W84 + .byte N04 , Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N18 , Gs4 + .byte W18 + .byte N03 , Gn4 , v064 + .byte W03 + .byte Fs4 + .byte W03 + .byte N06 , Fn4 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Cs3 + .byte W06 + .byte Dn3 + .byte W12 + .byte N06 + .byte W06 + .byte Ds3 + .byte W06 + .byte N18 , Fn3 + .byte W24 + .byte As3 + .byte W24 + .byte N03 , Gs3 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte N03 , Bn3 + .byte W12 + .byte Cn4 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Gs3 + .byte W24 + .byte N06 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N78 , Fn4 + .byte W78 + .byte N03 , Ds4 + .byte W03 + .byte En4 + .byte W03 + .byte N32 , Fn4 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 + .byte W24 + .byte Ds4 + .byte W24 + .byte VOICE , 17 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte 24 + .byte W48 + .byte VOL , 63*bgm_test1_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W18 + .byte N03 , Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte GOTO + .word bgm_test1_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_test1_3: + .byte KEYSH , bgm_test1_key+0 +bgm_test1_3_B1: + .byte VOICE , 60 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 41*bgm_test1_mvl/mxv + .byte BEND , c_v+1 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 63*bgm_test1_mvl/mxv + .byte W96 + .byte W96 + .byte VOICE , 73 + .byte VOL , 56*bgm_test1_mvl/mxv + .byte N04 , Dn4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte N42 , Fn4 + .byte W48 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N36 , Cn4 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N36 , Fn4 + .byte W36 + .byte N06 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte TIE , Gn4 + .byte W72 + .byte W48 + .byte EOT + .byte N06 , Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 + .byte W06 + .byte VOL , 45*bgm_test1_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W24 + .byte GOTO + .word bgm_test1_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_test1_4: + .byte KEYSH , bgm_test1_key+0 +bgm_test1_4_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test1_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_test1_4_000: + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W78 + .byte PEND + .byte PATT + .word bgm_test1_4_000 +bgm_test1_4_001: + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W78 + .byte PEND +bgm_test1_4_002: + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , As3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W78 + .byte PEND + .byte PATT + .word bgm_test1_4_000 + .byte PATT + .word bgm_test1_4_000 + .byte PATT + .word bgm_test1_4_001 + .byte PATT + .word bgm_test1_4_002 + .byte N03 , Dn4 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W78 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte As2 + .byte W78 + .byte Dn4 + .byte W03 + .byte As3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte As2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte As1 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte As2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte As3 + .byte W48 + .byte W03 + .byte N03 + .byte W03 + .byte Gn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte As1 + .byte W03 + .byte Gn1 + .byte W03 + .byte As1 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W48 + .byte W03 + .byte GOTO + .word bgm_test1_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_test1_5: + .byte KEYSH , bgm_test1_key+0 +bgm_test1_5_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test1_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_test1_5_000: + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W78 + .byte PEND + .byte PATT + .word bgm_test1_5_000 +bgm_test1_5_001: + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W78 + .byte PEND + .byte PATT + .word bgm_test1_5_000 + .byte PATT + .word bgm_test1_5_000 + .byte PATT + .word bgm_test1_5_000 + .byte PATT + .word bgm_test1_5_001 + .byte PATT + .word bgm_test1_5_000 + .byte N03 , As4 , v112 + .byte W06 + .byte Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte As3 + .byte W78 + .byte Gn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W78 + .byte As4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte As3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte As2 + .byte W03 + .byte Fn2 + .byte W03 + .byte As2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte As4 + .byte W48 + .byte W03 + .byte Gn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte As3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Gn2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W48 + .byte W03 + .byte GOTO + .word bgm_test1_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_test1_6: + .byte KEYSH , bgm_test1_key+0 +bgm_test1_6_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 41*bgm_test1_mvl/mxv + .byte N06 , En1 , v112 + .byte N48 , An2 , v092 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte N24 , An2 + .byte W48 +bgm_test1_6_000: + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte N48 , An2 + .byte W48 + .byte PEND + .byte N06 , En1 + .byte W12 + .byte En1 , v092 + .byte W24 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W12 + .byte N06 , En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_test1_6_000 + .byte N06 , En1 , v112 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 +bgm_test1_6_001: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 , v088 + .byte W06 + .byte PATT + .word bgm_test1_6_001 +bgm_test1_6_002: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v092 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test1_6_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte PATT + .word bgm_test1_6_001 + .byte PATT + .word bgm_test1_6_002 +bgm_test1_6_003: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test1_6_003 + .byte PATT + .word bgm_test1_6_003 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W12 + .byte Dn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W12 + .byte Dn1 , v084 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte GOTO + .word bgm_test1_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_test1_7: + .byte KEYSH , bgm_test1_key+0 +bgm_test1_7_B1: + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 79*bgm_test1_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 38*bgm_test1_mvl/mxv + .byte BEND , c_v+1 + .byte N04 , Dn4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte N42 , Fn4 + .byte W48 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N36 , Cn4 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N36 , Fn4 + .byte W36 + .byte N06 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte TIE , Gn4 + .byte W72 + .byte W48 + .byte EOT + .byte N06 , Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 + .byte W06 + .byte VOL , 45*bgm_test1_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W24 + .byte GOTO + .word bgm_test1_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_test1: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_test1_pri @ Priority + .byte bgm_test1_rev @ Reverb. + + .word bgm_test1_grp + + .word bgm_test1_1 + .word bgm_test1_2 + .word bgm_test1_3 + .word bgm_test1_4 + .word bgm_test1_5 + .word bgm_test1_6 + .word bgm_test1_7 + + .end diff --git a/sound/songs/bgm_test2.s b/sound/songs/bgm_test2.s new file mode 100644 index 000000000..52b68ffa6 --- /dev/null +++ b/sound/songs/bgm_test2.s @@ -0,0 +1,1928 @@ + .include "MPlayDef.s" + + .equ bgm_test2_grp, voicegroup_843888C + .equ bgm_test2_pri, 0 + .equ bgm_test2_rev, reverb_set+50 + .equ bgm_test2_mvl, 127 + .equ bgm_test2_key, 0 + .equ bgm_test2_tbs, 1 + .equ bgm_test2_exg, 0 + .equ bgm_test2_cmp, 1 + + .section .rodata + .global bgm_test2 + .align 2 + +@********************** Track 1 **********************@ + +bgm_test2_1: + .byte KEYSH , bgm_test2_key+0 +bgm_test2_1_B1: + .byte TEMPO , 128*bgm_test2_tbs/2 + .byte VOICE , 60 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 54*bgm_test2_mvl/mxv + .byte BEND , c_v+1 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte N06 , As3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Dn4 + .byte W36 + .byte N06 , Fs3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte VOICE , 17 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte 24 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_test2_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_test2_2: + .byte KEYSH , bgm_test2_key+0 +bgm_test2_2_B1: + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_test2_mvl/mxv + .byte N06 , Fn1 , v127 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte An1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N24 , Cn3 + .byte W24 + .byte N12 , Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , As1 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N24 , As1 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N06 , As1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N21 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Dn1 + .byte W12 + .byte N06 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte N18 , Ds1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds2 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Dn2 + .byte W24 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte Dn2 + .byte W06 + .byte N18 , Dn1 + .byte W18 + .byte N06 , Gn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte Gn2 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte N18 , Cn1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Cn2 + .byte W12 + .byte Fn2 + .byte W06 + .byte Fn1 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W12 + .byte N06 , Cn2 + .byte W12 + .byte As1 + .byte W12 + .byte An1 + .byte W06 + .byte As1 + .byte W24 + .byte N06 + .byte W24 + .byte Gs1 + .byte W24 + .byte N06 + .byte W24 + .byte Gn1 + .byte W24 + .byte N06 + .byte W24 + .byte Fs1 + .byte W36 + .byte Gs1 + .byte W12 + .byte As1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte As1 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , Fs2 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte Gs1 + .byte W12 + .byte Gn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte GOTO + .word bgm_test2_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_test2_3: + .byte KEYSH , bgm_test2_key+0 +bgm_test2_3_B1: + .byte VOICE , 60 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 66*bgm_test2_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 63*bgm_test2_mvl/mxv + .byte W48 + .byte N06 , As3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Dn4 + .byte W36 + .byte N06 , Fs3 + .byte W12 + .byte Cs3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Cs4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte VOICE , 17 + .byte VOL , 34*bgm_test2_mvl/mxv + .byte N04 , Dn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte En5 + .byte W08 + .byte N42 , Fn5 + .byte W48 + .byte N04 + .byte W08 + .byte Gn5 + .byte W08 + .byte Fn5 + .byte W08 + .byte N36 , Cn5 + .byte W36 + .byte N06 , An4 + .byte W06 + .byte Cn5 + .byte W06 + .byte An5 + .byte W12 + .byte N06 + .byte W06 + .byte Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fs5 + .byte W12 + .byte N36 , Fn5 + .byte W36 + .byte N06 , Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N24 , Ds5 + .byte W24 + .byte N12 , Dn5 + .byte W12 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte Cn5 + .byte W12 + .byte Bn4 + .byte W12 + .byte Dn5 + .byte W06 + .byte N12 , Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte TIE , Gn5 + .byte W72 + .byte W48 + .byte EOT + .byte N06 , Fn5 + .byte W06 + .byte N03 , Ds5 + .byte W12 + .byte Dn5 + .byte W06 + .byte N06 , Ds5 + .byte W06 + .byte Fn5 + .byte W12 + .byte Gn5 + .byte W06 + .byte As5 + .byte W12 + .byte N06 + .byte W06 + .byte An5 + .byte W12 + .byte N06 + .byte W06 + .byte Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fn5 + .byte W12 + .byte N06 + .byte W06 + .byte Gn5 + .byte W12 + .byte N06 + .byte W06 + .byte An5 + .byte W06 + .byte Gs5 + .byte W06 + .byte An5 + .byte W06 + .byte As5 + .byte W12 + .byte N06 + .byte W12 + .byte Cn6 + .byte W12 + .byte N06 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_test2_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_test2_4: + .byte KEYSH , bgm_test2_key+0 +bgm_test2_4_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test2_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W06 + .byte N04 , As2 , v064 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Ds2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N03 , Ds4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Cn2 + .byte N03 , Gs2 + .byte W03 + .byte Ds2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_test2_4_000: + .byte W24 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte PATT + .word bgm_test2_4_000 +bgm_test2_4_001: + .byte W24 + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W54 + .byte PEND +bgm_test2_4_002: + .byte W24 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , As3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte PATT + .word bgm_test2_4_000 + .byte PATT + .word bgm_test2_4_000 + .byte PATT + .word bgm_test2_4_001 + .byte PATT + .word bgm_test2_4_002 + .byte W24 + .byte N03 , As2 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W54 + .byte W24 + .byte Gn2 + .byte W06 + .byte As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W54 + .byte W48 + .byte Dn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte Gs1 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gs2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte W48 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Fs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte As1 + .byte W03 + .byte Fs1 + .byte W03 + .byte As1 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fs2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte GOTO + .word bgm_test2_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_test2_5: + .byte KEYSH , bgm_test2_key+0 +bgm_test2_5_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test2_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W06 + .byte N04 , Fs3 , v064 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N03 , Gs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Ds2 + .byte W92 + .byte W01 + .byte W96 + .byte W96 + .byte W96 +bgm_test2_5_000: + .byte W24 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte PATT + .word bgm_test2_5_000 +bgm_test2_5_001: + .byte W24 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W54 + .byte PEND +bgm_test2_5_002: + .byte W24 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Ds4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W54 + .byte PEND + .byte PATT + .word bgm_test2_5_000 + .byte PATT + .word bgm_test2_5_000 + .byte PATT + .word bgm_test2_5_001 + .byte PATT + .word bgm_test2_5_002 + .byte W24 + .byte N03 , Fn3 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W54 + .byte W24 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W54 + .byte W48 + .byte Gs4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gs2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte W48 + .byte Fs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Fs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fs2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fs4 + .byte W03 + .byte As4 + .byte W03 + .byte GOTO + .word bgm_test2_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_test2_6: + .byte KEYSH , bgm_test2_key+0 +bgm_test2_6_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 68*bgm_test2_mvl/mxv + .byte N06 , En1 , v112 + .byte N48 , An2 , v092 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte N24 , An2 + .byte W48 +bgm_test2_6_000: + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte N48 , An2 + .byte W48 + .byte PEND + .byte N06 , En1 + .byte W12 + .byte En1 , v092 + .byte W24 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W12 + .byte N06 , En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_test2_6_000 + .byte N06 , En1 , v112 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 +bgm_test2_6_001: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 , v088 + .byte W06 + .byte PATT + .word bgm_test2_6_001 +bgm_test2_6_002: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v092 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test2_6_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte PATT + .word bgm_test2_6_001 + .byte PATT + .word bgm_test2_6_002 +bgm_test2_6_003: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test2_6_003 + .byte PATT + .word bgm_test2_6_003 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W12 + .byte Dn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W12 + .byte Dn1 , v084 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte GOTO + .word bgm_test2_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_test2_7: + .byte KEYSH , bgm_test2_key+0 +bgm_test2_7_B1: + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 68*bgm_test2_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte An1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N24 , Cn3 + .byte W24 + .byte N12 , Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , As1 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N24 , As1 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N06 , As1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N21 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Dn1 + .byte W12 + .byte VOL , 38*bgm_test2_mvl/mxv + .byte BEND , c_v+1 + .byte N06 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte N18 , Ds1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds2 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Dn2 + .byte W24 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte Dn2 + .byte W06 + .byte N18 , Dn1 + .byte W18 + .byte N06 , Gn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte Gn2 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte N18 , Cn1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Cn2 + .byte W12 + .byte Fn2 + .byte W06 + .byte Fn1 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W12 + .byte N06 , Cn2 + .byte W12 + .byte As1 + .byte W12 + .byte An1 + .byte W06 + .byte VOL , 45*bgm_test2_mvl/mxv + .byte N06 , As1 + .byte W24 + .byte N06 + .byte W24 + .byte Gs1 + .byte W24 + .byte N06 + .byte W24 + .byte Gn1 + .byte W24 + .byte N06 + .byte W24 + .byte Fs1 + .byte W36 + .byte Gs1 + .byte W12 + .byte As1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte As1 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , Fs2 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte Gs1 + .byte W12 + .byte Gn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte GOTO + .word bgm_test2_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_test2: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_test2_pri @ Priority + .byte bgm_test2_rev @ Reverb. + + .word bgm_test2_grp + + .word bgm_test2_1 + .word bgm_test2_2 + .word bgm_test2_3 + .word bgm_test2_4 + .word bgm_test2_5 + .word bgm_test2_6 + .word bgm_test2_7 + + .end diff --git a/sound/songs/bgm_test3.s b/sound/songs/bgm_test3.s new file mode 100644 index 000000000..ae0058591 --- /dev/null +++ b/sound/songs/bgm_test3.s @@ -0,0 +1,1969 @@ + .include "MPlayDef.s" + + .equ bgm_test3_grp, voicegroup_8438E8C + .equ bgm_test3_pri, 0 + .equ bgm_test3_rev, reverb_set+50 + .equ bgm_test3_mvl, 127 + .equ bgm_test3_key, 0 + .equ bgm_test3_tbs, 1 + .equ bgm_test3_exg, 0 + .equ bgm_test3_cmp, 1 + + .section .rodata + .global bgm_test3 + .align 2 + +@********************** Track 1 **********************@ + +bgm_test3_1: + .byte KEYSH , bgm_test3_key+0 +bgm_test3_1_B1: + .byte TEMPO , 128*bgm_test3_tbs/2 + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 60*bgm_test3_mvl/mxv + .byte BEND , c_v+1 + .byte N06 , An3 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v072 + .byte W03 + .byte N06 , An3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte An2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , An3 + .byte W24 + .byte N03 , Gn3 , v084 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte As2 + .byte W03 + .byte An2 + .byte W03 + .byte Gn2 + .byte W03 + .byte N06 , Fn2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N18 , As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N32 , Gs3 + .byte W36 + .byte N06 + .byte W12 + .byte N18 , Ds3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N78 , Fn3 + .byte W84 + .byte N04 , As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gs2 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N18 , Cn4 + .byte W18 + .byte N03 , Bn3 , v084 + .byte W03 + .byte As3 , v072 + .byte W03 + .byte N06 , An3 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N06 , En2 + .byte W06 + .byte Fn2 + .byte W12 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N18 , As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N03 , Cn3 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N02 , Dn3 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Cn3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N78 , As3 + .byte W84 + .byte N32 , Fs3 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Gs3 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 17 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte 24 + .byte W48 + .byte VOL , 45*bgm_test3_mvl/mxv + .byte W12 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte N06 + .byte W12 + .byte Cn4 + .byte W06 + .byte As3 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte Dn4 + .byte W06 + .byte As3 + .byte W12 + .byte Fs3 + .byte W18 + .byte Gs3 + .byte W12 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W30 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N18 , Ds4 + .byte W18 + .byte N03 , Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte GOTO + .word bgm_test3_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_test3_2: + .byte KEYSH , bgm_test3_key+0 +bgm_test3_2_B1: + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 68*bgm_test3_mvl/mxv + .byte BEND , c_v+1 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Ds1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte N18 , Ds1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds2 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Dn2 + .byte W24 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte Dn2 + .byte W06 + .byte N18 , Dn1 + .byte W18 + .byte N06 , Gn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte Gn2 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte N18 , Cn1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Cn2 + .byte W12 + .byte Fn2 + .byte W06 + .byte Fn1 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W12 + .byte N06 , Cn2 + .byte W12 + .byte As1 + .byte W12 + .byte An1 + .byte W06 + .byte As1 + .byte W24 + .byte N06 + .byte W24 + .byte Gs1 + .byte W24 + .byte N06 + .byte W24 + .byte Gn1 + .byte W24 + .byte N06 + .byte W24 + .byte Fs1 + .byte W36 + .byte Gs1 + .byte W12 + .byte As1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte As1 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , Fs2 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte Gs1 + .byte W12 + .byte Gn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte GOTO + .word bgm_test3_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_test3_3: + .byte KEYSH , bgm_test3_key+0 +bgm_test3_3_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test3_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_test3_3_000: + .byte W48 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W30 + .byte PEND +bgm_test3_3_001: + .byte W48 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Fn3 , v096 + .byte W12 + .byte Ds3 , v112 + .byte W30 + .byte PEND +bgm_test3_3_002: + .byte W48 + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W30 + .byte PEND +bgm_test3_3_003: + .byte W48 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , An3 + .byte W12 + .byte Gn3 + .byte W30 + .byte PEND + .byte PATT + .word bgm_test3_3_000 + .byte PATT + .word bgm_test3_3_001 + .byte PATT + .word bgm_test3_3_002 + .byte PATT + .word bgm_test3_3_003 + .byte W48 + .byte N03 , Dn4 , v112 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W30 + .byte W48 + .byte As3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte As2 + .byte W30 + .byte Dn4 + .byte W03 + .byte As3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte As2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte As1 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte As2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte As3 + .byte W48 + .byte W03 + .byte N03 + .byte W03 + .byte Gn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte As1 + .byte W03 + .byte Gn1 + .byte W03 + .byte As1 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W48 + .byte W03 + .byte GOTO + .word bgm_test3_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_test3_4: + .byte KEYSH , bgm_test3_key+0 +bgm_test3_4_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test3_mvl/mxv + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_test3_4_000: + .byte W48 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W30 + .byte PEND +bgm_test3_4_001: + .byte W48 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Ds4 , v096 + .byte W12 + .byte Dn4 , v112 + .byte W30 + .byte PEND +bgm_test3_4_002: + .byte W48 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W30 + .byte PEND + .byte W48 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , Cn4 + .byte W12 + .byte Ds4 + .byte W30 + .byte PATT + .word bgm_test3_4_000 + .byte PATT + .word bgm_test3_4_001 + .byte PATT + .word bgm_test3_4_002 + .byte W48 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , Cn4 + .byte W12 + .byte Dn4 + .byte W30 + .byte W48 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gs3 + .byte W30 + .byte W48 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Fs3 + .byte W30 + .byte As4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte As3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte As2 + .byte W03 + .byte Fn2 + .byte W03 + .byte As2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte As3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte As4 + .byte W48 + .byte W03 + .byte Gn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte As3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Gn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Gn2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W48 + .byte W03 + .byte GOTO + .word bgm_test3_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_test3_5: + .byte KEYSH , bgm_test3_key+0 +bgm_test3_5_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 35*bgm_test3_mvl/mxv + .byte N06 , En1 , v112 + .byte N48 , An2 , v092 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte N24 , An2 + .byte W48 +bgm_test3_5_000: + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte N48 , An2 + .byte W48 + .byte PEND + .byte N06 , En1 + .byte W12 + .byte En1 , v092 + .byte W24 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W12 + .byte N06 , En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_test3_5_000 + .byte N06 , En1 , v112 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 +bgm_test3_5_001: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 , v088 + .byte W06 + .byte PATT + .word bgm_test3_5_001 +bgm_test3_5_002: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v092 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test3_5_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte PATT + .word bgm_test3_5_001 + .byte PATT + .word bgm_test3_5_002 +bgm_test3_5_003: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test3_5_003 + .byte PATT + .word bgm_test3_5_003 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W12 + .byte Dn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W12 + .byte Dn1 , v084 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte GOTO + .word bgm_test3_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_test3_6: + .byte KEYSH , bgm_test3_key+0 +bgm_test3_6_B1: + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 45*bgm_test3_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte An1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N24 , Cn3 + .byte W24 + .byte N12 , Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , As1 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N24 , As1 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N06 , As1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N21 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Dn1 + .byte W12 + .byte VOL , 38*bgm_test3_mvl/mxv + .byte BEND , c_v+0 + .byte N04 , Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte N42 , Fn4 + .byte W48 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N36 , Cn4 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N36 , Fn4 + .byte W36 + .byte N06 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte TIE , Gn4 + .byte W72 + .byte W48 + .byte EOT + .byte N06 , Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 + .byte W06 + .byte VOL , 45*bgm_test3_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W24 + .byte GOTO + .word bgm_test3_6_B1 + .byte BEND , c_v+0 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_test3_7: + .byte KEYSH , bgm_test3_key+0 +bgm_test3_7_B1: + .byte VOICE , 56 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 75*bgm_test3_mvl/mxv + .byte N06 , An3 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v076 + .byte W03 + .byte An3 , v096 + .byte W03 + .byte As3 , v072 + .byte W03 + .byte N06 , An3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte An2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , An3 + .byte W24 + .byte N03 , Gn3 , v084 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte As2 + .byte W03 + .byte An2 + .byte W03 + .byte Gn2 + .byte W03 + .byte N06 , Fn2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N18 , As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N06 , Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N32 , Gs3 + .byte W36 + .byte N06 + .byte W12 + .byte N18 , Ds3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N78 , Fn3 + .byte W84 + .byte N04 , As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Gs2 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N18 , Cn4 + .byte W18 + .byte N03 , Bn3 , v084 + .byte W03 + .byte As3 , v072 + .byte W03 + .byte N06 , An3 , v112 + .byte W12 + .byte N03 , Fs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte N06 , En2 + .byte W06 + .byte Fn2 + .byte W12 + .byte N06 + .byte W06 + .byte Gn2 + .byte W06 + .byte N18 , As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte N03 , Cn3 + .byte W12 + .byte N24 , Ds3 + .byte W24 + .byte N02 , Dn3 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N18 , Cn3 + .byte W24 + .byte N06 , Gn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N78 , As3 + .byte W84 + .byte N32 , Fs3 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Gs3 + .byte W24 + .byte N24 + .byte W24 + .byte VOICE , 73 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 24 + .byte VOL , 68*bgm_test3_mvl/mxv + .byte W12 + .byte N03 , As3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte N06 + .byte W12 + .byte Cn4 + .byte W06 + .byte As3 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte Dn4 + .byte W06 + .byte As3 + .byte W12 + .byte Fs3 + .byte W18 + .byte Gs3 + .byte W12 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W06 + .byte As3 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte As3 + .byte W30 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte N24 , As3 + .byte W24 + .byte N18 , Ds4 + .byte W18 + .byte N03 , Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte GOTO + .word bgm_test3_7_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_test3: + .byte 7 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_test3_pri @ Priority + .byte bgm_test3_rev @ Reverb. + + .word bgm_test3_grp + + .word bgm_test3_1 + .word bgm_test3_2 + .word bgm_test3_3 + .word bgm_test3_4 + .word bgm_test3_5 + .word bgm_test3_6 + .word bgm_test3_7 + + .end diff --git a/sound/songs/bgm_test4.s b/sound/songs/bgm_test4.s new file mode 100644 index 000000000..38ad34413 --- /dev/null +++ b/sound/songs/bgm_test4.s @@ -0,0 +1,1802 @@ + .include "MPlayDef.s" + + .equ bgm_test4_grp, voicegroup_843948C + .equ bgm_test4_pri, 0 + .equ bgm_test4_rev, reverb_set+50 + .equ bgm_test4_mvl, 127 + .equ bgm_test4_key, 0 + .equ bgm_test4_tbs, 1 + .equ bgm_test4_exg, 0 + .equ bgm_test4_cmp, 1 + + .section .rodata + .global bgm_test4 + .align 2 + +@********************** Track 1 **********************@ + +bgm_test4_1: + .byte KEYSH , bgm_test4_key+0 +bgm_test4_1_B1: + .byte TEMPO , 128*bgm_test4_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 43*bgm_test4_mvl/mxv + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 66*bgm_test4_mvl/mxv + .byte W96 + .byte W96 + .byte N06 , Ds1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte N18 , Ds1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Ds2 + .byte W24 + .byte N06 , Ds1 + .byte W06 + .byte N03 , Ds2 + .byte W06 + .byte N06 , As1 + .byte W12 + .byte Ds2 + .byte W06 + .byte Ds1 + .byte W12 + .byte N03 , Ds2 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Dn2 + .byte W24 + .byte N06 , Dn1 + .byte W06 + .byte N03 , Dn2 + .byte W06 + .byte N06 , An1 + .byte W12 + .byte Dn2 + .byte W06 + .byte N18 , Dn1 + .byte W18 + .byte N06 , Gn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte Gn2 + .byte W12 + .byte N06 , Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Gn1 + .byte W06 + .byte Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte N18 , Cn1 + .byte W18 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Cn2 + .byte W24 + .byte N06 , Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N06 , Gn1 + .byte W12 + .byte Cn2 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , Cn2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Cn2 + .byte W12 + .byte Fn2 + .byte W06 + .byte Fn1 + .byte W12 + .byte N03 , Fn2 + .byte W06 + .byte N06 , Fn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Fn2 + .byte W24 + .byte N06 , Fn1 + .byte W06 + .byte N03 , Fn2 + .byte W12 + .byte N06 , Cn2 + .byte W12 + .byte As1 + .byte W12 + .byte An1 + .byte W06 + .byte As1 + .byte W24 + .byte N06 + .byte W24 + .byte Gs1 + .byte W24 + .byte N06 + .byte W24 + .byte Gn1 + .byte W24 + .byte N06 + .byte W24 + .byte Fs1 + .byte W36 + .byte Gs1 + .byte W12 + .byte As1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte As1 + .byte W06 + .byte N03 , As2 + .byte W06 + .byte N06 , As1 + .byte W06 + .byte An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W06 + .byte Gs1 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N06 , An1 + .byte W06 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W06 + .byte N03 , Gn2 + .byte W06 + .byte N06 , Fs1 + .byte W06 + .byte N03 , Fs2 + .byte W12 + .byte N06 , Fs1 + .byte W06 + .byte Gs1 + .byte W12 + .byte Gn1 + .byte W06 + .byte Fs1 + .byte W06 + .byte GOTO + .word bgm_test4_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_test4_2: + .byte KEYSH , bgm_test4_key+0 +bgm_test4_2_B1: + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test4_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Fn2 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , An2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N24 , An3 + .byte W24 + .byte N03 , Gn3 , v096 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W03 + .byte As2 + .byte W03 + .byte An2 + .byte W03 + .byte Gn2 , v092 + .byte W03 + .byte N06 , Dn2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Ds2 + .byte W06 + .byte N18 , Fn2 + .byte W24 + .byte As2 + .byte W24 + .byte N06 , Gs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte N32 , Gs2 + .byte W36 + .byte N06 + .byte W12 + .byte N18 , Ds2 + .byte W24 + .byte N06 , Gs2 + .byte W12 + .byte As2 + .byte W06 + .byte Cn3 + .byte W06 + .byte N36 , Dn3 + .byte W36 + .byte N06 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte N36 , As3 + .byte W36 + .byte N04 , As2 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Ds2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte N03 , Ds4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Cn2 + .byte W03 + .byte Fn3 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W12 + .byte N06 + .byte W24 + .byte As3 + .byte W12 + .byte N03 , Fn3 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W12 + .byte N06 + .byte W24 + .byte Gs3 + .byte W12 + .byte N03 , Gn3 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W12 + .byte N06 + .byte W24 + .byte As3 + .byte W12 + .byte N32 , Cs3 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W06 + .byte N24 , Fn3 + .byte W22 + .byte Ds3 + .byte W24 +bgm_test4_2_000: + .byte W72 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gn3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_test4_2_001: + .byte W72 + .byte N06 , Gn3 , v112 + .byte W06 + .byte N03 , Gs3 , v096 + .byte W06 + .byte Ds3 , v064 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte PEND +bgm_test4_2_002: + .byte W72 + .byte N06 , An3 , v112 + .byte W06 + .byte N03 , An3 , v096 + .byte W06 + .byte Fn3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte W78 + .byte Gn3 , v112 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte PATT + .word bgm_test4_2_000 + .byte PATT + .word bgm_test4_2_001 + .byte PATT + .word bgm_test4_2_002 + .byte W72 + .byte N06 , Fn3 , v112 + .byte W06 + .byte N03 , Gn3 + .byte W12 + .byte N06 , An3 + .byte W06 + .byte W72 + .byte N03 , Gs2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte W72 + .byte Fs2 + .byte W06 + .byte As2 + .byte W06 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte W48 + .byte Dn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Dn2 + .byte W03 + .byte Gs1 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gs2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte W48 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Fs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte As1 + .byte W03 + .byte Fs1 + .byte W03 + .byte As1 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fs2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte GOTO + .word bgm_test4_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_test4_3: + .byte KEYSH , bgm_test4_key+0 +bgm_test4_3_B1: + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 45*bgm_test4_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn4 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte Dn4 , v076 + .byte W03 + .byte Cn4 , v096 + .byte W03 + .byte Dn4 , v076 + .byte W03 + .byte Cn4 , v096 + .byte W03 + .byte Dn4 , v076 + .byte W03 + .byte Cn4 , v096 + .byte W03 + .byte Dn4 , v072 + .byte W03 + .byte N06 , Cn4 , v112 + .byte W06 + .byte As3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N24 , Fn4 + .byte W24 + .byte N03 , Ds4 , v096 + .byte W03 + .byte Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 , v092 + .byte W03 + .byte N06 , As2 , v112 + .byte W12 + .byte N18 + .byte W24 + .byte N06 + .byte W06 + .byte Cn3 + .byte W06 + .byte N18 , Dn3 + .byte W24 + .byte Fn3 + .byte W24 + .byte N06 , Ds3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N36 , Ds3 + .byte W36 + .byte N06 + .byte W12 + .byte N18 , Cn3 + .byte W24 + .byte N06 + .byte W12 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N36 , Fn3 + .byte W36 + .byte N06 , As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Dn4 + .byte W36 + .byte N04 , Fs3 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Cs4 + .byte W08 + .byte As3 + .byte W08 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N03 , Gs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Dn4 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte Dn4 + .byte W12 + .byte N06 + .byte W24 + .byte Fn4 + .byte W12 + .byte N03 , Cn4 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Cn4 + .byte W12 + .byte N06 + .byte W24 + .byte Ds4 + .byte W12 + .byte N03 , Fn4 + .byte W12 + .byte N21 + .byte W24 + .byte N03 , Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W12 + .byte N32 , As3 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Cn4 + .byte W24 + .byte N24 + .byte W24 +bgm_test4_3_000: + .byte W72 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte As3 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_test4_3_001: + .byte W72 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W12 + .byte Gn4 , v112 + .byte W06 + .byte PEND +bgm_test4_3_002: + .byte W72 + .byte N06 , Fn4 , v112 + .byte W06 + .byte N03 , Fn4 , v096 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte W78 + .byte Bn3 , v112 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte PATT + .word bgm_test4_3_000 + .byte PATT + .word bgm_test4_3_001 + .byte PATT + .word bgm_test4_3_002 + .byte W72 + .byte N06 , As3 , v112 + .byte W06 + .byte N03 , Cn4 + .byte W12 + .byte Dn4 + .byte W06 + .byte W72 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte W72 + .byte Ds3 + .byte W06 + .byte Fs3 + .byte W06 + .byte As3 + .byte W06 + .byte Ds4 + .byte W06 + .byte W48 + .byte Gs4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte Gs2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gs2 + .byte W03 + .byte Dn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Dn4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fn4 + .byte W03 + .byte W48 + .byte Fs4 + .byte W03 + .byte Ds4 + .byte W03 + .byte As3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Ds3 + .byte W03 + .byte As2 + .byte W03 + .byte Fs2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Fs2 + .byte W03 + .byte As2 + .byte W03 + .byte Ds3 + .byte W03 + .byte Fs3 + .byte W03 + .byte As3 + .byte W03 + .byte Ds4 + .byte W03 + .byte Fs4 + .byte W03 + .byte As4 + .byte W03 + .byte GOTO + .word bgm_test4_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_test4_4: + .byte KEYSH , bgm_test4_key+0 +bgm_test4_4_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_test4_mvl/mxv + .byte N06 , En1 , v112 + .byte N48 , An2 , v092 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v064 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v052 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte N24 , An2 + .byte W48 +bgm_test4_4_000: + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W24 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte N48 , An2 + .byte W48 + .byte PEND + .byte N06 , En1 + .byte W12 + .byte En1 , v092 + .byte W24 + .byte N03 , En1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W12 + .byte N06 , En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N03 , En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v032 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v036 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v052 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte PATT + .word bgm_test4_4_000 + .byte N06 , En1 , v112 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 + .byte N24 , An2 , v076 + .byte W24 + .byte N06 , Cn1 , v112 + .byte N48 , An2 + .byte W06 + .byte N06 , Cn1 + .byte W06 + .byte En1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v104 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte En1 , v096 + .byte W03 + .byte En1 , v064 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 +bgm_test4_4_001: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte PEND + .byte N06 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 , v088 + .byte W06 + .byte PATT + .word bgm_test4_4_001 +bgm_test4_4_002: + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v092 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test4_4_001 + .byte N06 , Cn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W18 + .byte N03 , Cn1 , v100 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W06 + .byte Cn1 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v092 + .byte W06 + .byte PATT + .word bgm_test4_4_001 + .byte PATT + .word bgm_test4_4_002 +bgm_test4_4_003: + .byte N06 , Cn1 , v112 + .byte W18 + .byte Cn1 , v088 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte PEND + .byte PATT + .word bgm_test4_4_003 + .byte PATT + .word bgm_test4_4_003 + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W12 + .byte Dn1 , v088 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W12 + .byte Dn1 , v084 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte Cn1 , v092 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte Dn1 , v104 + .byte W12 + .byte En1 , v112 + .byte W06 + .byte Cn1 , v096 + .byte W06 + .byte GOTO + .word bgm_test4_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_test4_5: + .byte KEYSH , bgm_test4_key+0 +bgm_test4_5_B1: + .byte VOICE , 83 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 68*bgm_test4_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn2 + .byte W06 + .byte An1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Fn2 + .byte W06 + .byte An2 + .byte W06 + .byte N24 , Cn3 + .byte W24 + .byte N12 , Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte N06 , As1 + .byte W12 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn1 + .byte W12 + .byte N24 , As1 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Gs1 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 + .byte W12 + .byte Ds2 + .byte W12 + .byte Cn2 + .byte W12 + .byte N06 , As1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Fn1 + .byte W12 + .byte Gs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N24 + .byte W24 + .byte N06 , Ds1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N21 , Gn2 + .byte W24 + .byte N03 , Gn1 + .byte W06 + .byte N03 + .byte W06 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte N06 , Gn2 + .byte W12 + .byte N12 , Gn1 + .byte W12 + .byte N06 , Fs1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W12 + .byte N12 , Gs2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Dn1 + .byte W12 + .byte VOL , 22*bgm_test4_mvl/mxv + .byte BEND , c_v+1 + .byte N04 , Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte N42 , Fn4 + .byte W48 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte N36 , Cn4 + .byte W36 + .byte N06 , An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte N12 , Fs4 + .byte W12 + .byte N36 , Fn4 + .byte W36 + .byte N06 , Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N24 , Ds4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Cn4 + .byte W12 + .byte Bn3 + .byte W12 + .byte Dn4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte TIE , Gn4 + .byte W72 + .byte W48 + .byte EOT + .byte N06 , Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W12 + .byte Dn4 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W12 + .byte N06 + .byte W06 + .byte Gn4 + .byte W12 + .byte N06 + .byte W06 + .byte An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W12 + .byte N06 + .byte W12 + .byte Cn5 + .byte W12 + .byte N06 + .byte W06 + .byte VOL , 68*bgm_test4_mvl/mxv + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte N06 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W30 + .byte W12 + .byte N03 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W18 + .byte Fn4 + .byte W06 + .byte Ds4 + .byte W12 + .byte As3 + .byte W18 + .byte Cn4 + .byte W12 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W06 + .byte Dn4 + .byte W18 + .byte N03 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte N06 , Ds4 , v112 + .byte W06 + .byte Dn4 + .byte W30 + .byte Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte N18 , Gs4 + .byte W24 + .byte GOTO + .word bgm_test4_5_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_test4: + .byte 5 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_test4_pri @ Priority + .byte bgm_test4_rev @ Reverb. + + .word bgm_test4_grp + + .word bgm_test4_1 + .word bgm_test4_2 + .word bgm_test4_3 + .word bgm_test4_4 + .word bgm_test4_5 + + .end diff --git a/sound/songs/bgm_tetsuji.s b/sound/songs/bgm_tetsuji.s new file mode 100644 index 000000000..9ed5c9cd4 --- /dev/null +++ b/sound/songs/bgm_tetsuji.s @@ -0,0 +1,1739 @@ + .include "MPlayDef.s" + + .equ bgm_tetsuji_grp, voicegroup_8436C9C + .equ bgm_tetsuji_pri, 0 + .equ bgm_tetsuji_rev, reverb_set+50 + .equ bgm_tetsuji_mvl, 127 + .equ bgm_tetsuji_key, 0 + .equ bgm_tetsuji_tbs, 1 + .equ bgm_tetsuji_exg, 0 + .equ bgm_tetsuji_cmp, 1 + + .section .rodata + .global bgm_tetsuji + .align 2 + +@********************** Track 1 **********************@ + +bgm_tetsuji_1: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_1_B1: + .byte TEMPO , 108*bgm_tetsuji_tbs/2 + .byte VOICE , 48 + .byte PAN , c_v-16 + .byte LFOS , 44 + .byte VOL , 37*bgm_tetsuji_mvl/mxv + .byte W48 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N32 , Cn4 + .byte W32 + .byte W01 + .byte N12 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N24 , Cn4 + .byte W36 + .byte W24 + .byte N12 , En4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W24 + .byte N12 + .byte W24 + .byte N12 + .byte W24 + .byte Cs4 + .byte W12 + .byte An3 + .byte W12 + .byte N12 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N03 , En4 + .byte W03 + .byte N21 , Fn4 + .byte W21 + .byte N12 , Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N48 , As3 + .byte W48 + .byte N12 , Dn4 + .byte W12 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte N48 , Dn4 + .byte W48 + .byte N03 , En4 + .byte W03 + .byte N09 , Fn4 + .byte W09 + .byte N06 , Dn4 + .byte W12 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte N72 , Gn3 + .byte W48 + .byte W24 + .byte N12 + .byte W12 + .byte Fn3 + .byte W12 + .byte N36 , En3 + .byte W36 + .byte N12 , Dn3 + .byte W12 + .byte Cn3 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte GOTO + .word bgm_tetsuji_1_B1 + .byte W48 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_tetsuji_2: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_2_B1: + .byte VOICE , 73 + .byte LFOS , 44 + .byte MOD , 0 + .byte VOL , 44*bgm_tetsuji_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Gn4 , v112 + .byte W12 + .byte VOICE , 48 + .byte VOL , 37*bgm_tetsuji_mvl/mxv + .byte N12 , Cn4 + .byte W12 + .byte Cn5 + .byte W12 + .byte As4 + .byte W12 + .byte N03 , Gs4 + .byte W03 + .byte N32 , An4 + .byte W21 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte Cn5 + .byte W12 + .byte N24 , An4 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , An4 , v032 + .byte W12 + .byte W24 + .byte An4 , v112 + .byte W12 + .byte Cs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn5 , v032 + .byte W12 + .byte En5 , v112 + .byte W12 + .byte En5 , v032 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte Fn5 , v032 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte An4 + .byte W12 + .byte N03 , Cs5 + .byte W03 + .byte N21 , Dn5 + .byte W09 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Dn4 + .byte W12 + .byte En4 + .byte W12 + .byte N48 , Fn4 + .byte W36 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Cn5 + .byte W12 + .byte N06 , As4 + .byte W06 + .byte As4 , v032 + .byte W06 + .byte N12 , As4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte N48 , Fn4 + .byte W36 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N03 , Cs5 + .byte W03 + .byte N09 , Dn5 + .byte W09 + .byte N06 , An4 + .byte W06 + .byte An4 , v032 + .byte W06 + .byte N12 , An4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte N72 , Fn4 + .byte W48 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N36 , Gn4 + .byte W24 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , An4 + .byte W12 + .byte As4 + .byte W12 + .byte As4 , v032 + .byte W12 + .byte VOICE , 73 + .byte VOL , 50*bgm_tetsuji_mvl/mxv + .byte N12 , An4 , v112 + .byte W12 + .byte As4 + .byte W12 + .byte N48 , Cn5 + .byte W36 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Cs5 + .byte W12 + .byte As4 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N06 , Fn4 + .byte W12 + .byte N24 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , En4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Dn4 , v032 + .byte W12 + .byte Fn4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte N48 , Gn4 + .byte W36 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Gn4 , v032 + .byte W12 + .byte N03 , En4 , v112 + .byte W03 + .byte N09 , Fn4 + .byte W09 + .byte N12 , Dn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N06 , En4 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte N24 , En4 , v112 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte Gn4 , v032 + .byte W12 + .byte VOICE , 48 + .byte VOL , 41*bgm_tetsuji_mvl/mxv + .byte N12 , An4 , v112 + .byte W12 + .byte As4 + .byte W12 + .byte N48 , Cn5 + .byte W36 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Cn5 , v032 + .byte W12 + .byte An4 , v112 + .byte W12 + .byte Cs5 + .byte W12 + .byte En5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte En5 + .byte W12 + .byte Fn5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn5 , v032 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte An5 + .byte W12 + .byte N48 , Gn5 + .byte W36 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N12 , Gn5 , v032 + .byte W12 + .byte N03 , En5 , v112 + .byte W03 + .byte N09 , Fn5 + .byte W09 + .byte N12 , Dn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte En5 , v032 + .byte W06 + .byte N24 , En5 , v112 + .byte W24 + .byte N12 , Fn5 + .byte W12 + .byte N24 , Gn5 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOICE , 73 + .byte MOD , 0 + .byte VOL , 50*bgm_tetsuji_mvl/mxv + .byte N12 , As4 + .byte W12 + .byte Gn4 + .byte W12 + .byte GOTO + .word bgm_tetsuji_2_B1 + .byte W48 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_tetsuji_3: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_3_B1: + .byte VOICE , 35 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 99*bgm_tetsuji_mvl/mxv + .byte N06 , Cn1 , v112 + .byte W06 + .byte Cn1 , v028 + .byte W06 + .byte N12 , Cn2 , v112 + .byte W12 + .byte N06 , Cn3 , v088 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , Fn1 , v112 + .byte W06 + .byte Fn1 , v028 + .byte W06 + .byte Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte N18 , Fn1 , v112 + .byte W18 + .byte N06 , Fn1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , An1 , v112 + .byte W24 + .byte N12 , An1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v112 + .byte W18 + .byte N06 , An1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , Dn1 , v112 + .byte W24 + .byte N12 , Dn1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v112 + .byte W24 + .byte N06 , Gn1 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , Cn1 , v112 + .byte W24 + .byte N12 , Cn1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N12 , Fn1 , v112 + .byte W12 + .byte Dn1 + .byte W12 + .byte En1 + .byte W12 + .byte N24 , Fn1 + .byte W24 + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , As0 , v112 + .byte W06 + .byte As0 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N18 , As1 , v112 + .byte W18 + .byte N06 , As1 , v028 + .byte W06 + .byte Fs1 , v112 + .byte W06 + .byte Fs1 , v028 + .byte W06 + .byte N24 , Gn1 , v112 + .byte W24 + .byte N12 , Gn1 , v028 + .byte W12 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte N18 , Gn1 , v112 + .byte W18 + .byte N06 , Gn1 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N24 , Cn2 , v112 + .byte W24 + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v028 + .byte W06 + .byte N12 , Cn2 , v112 + .byte W12 + .byte As1 + .byte W12 + .byte Gn1 + .byte W12 + .byte N24 , En1 + .byte W24 + .byte N12 , En1 , v028 + .byte W12 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v028 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Cn1 , v028 + .byte W06 + .byte N12 , Cn2 , v112 + .byte W12 + .byte N06 , Cn3 , v088 + .byte W06 + .byte Cn3 , v028 + .byte W06 + .byte N12 , As1 , v112 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , Cs2 , v112 + .byte W18 + .byte N06 , Cs2 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N24 , An1 , v112 + .byte W24 + .byte N12 , An1 , v028 + .byte W12 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N18 , Fn1 , v112 + .byte W18 + .byte N06 , Fn1 , v028 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte N24 , As1 , v112 + .byte W24 + .byte N12 , As1 , v028 + .byte W12 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v028 + .byte W06 + .byte N18 , Gn1 , v112 + .byte W18 + .byte N06 , Gn1 , v028 + .byte W06 + .byte Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte N24 , Cn2 , v112 + .byte W24 + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte As1 , v112 + .byte W06 + .byte As1 , v028 + .byte W06 + .byte N18 , As1 , v112 + .byte W18 + .byte N06 , As1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , An1 , v112 + .byte W24 + .byte N12 , An1 , v028 + .byte W12 + .byte N06 , An1 , v112 + .byte W06 + .byte An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N18 , An1 , v112 + .byte W18 + .byte N06 , An1 , v028 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v028 + .byte W06 + .byte N24 , Fn1 , v112 + .byte W24 + .byte N12 , Fn1 , v028 + .byte W12 + .byte N06 , Dn2 , v112 + .byte W06 + .byte Dn2 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N18 , Bn1 , v112 + .byte W18 + .byte N06 , Bn1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , As1 , v112 + .byte W24 + .byte N12 , As1 , v028 + .byte W12 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte Bn1 , v028 + .byte W06 + .byte N18 , Bn1 , v112 + .byte W18 + .byte N06 , Bn1 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte N24 , Cn2 , v112 + .byte W24 + .byte N12 , Cn2 , v028 + .byte W12 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Fn2 , v028 + .byte W06 + .byte Cn2 , v112 + .byte W06 + .byte Cn2 , v028 + .byte W06 + .byte N18 , Cn2 , v112 + .byte W18 + .byte N06 , Cn2 , v028 + .byte W06 + .byte Gn1 , v112 + .byte W06 + .byte Gn1 , v028 + .byte W06 + .byte GOTO + .word bgm_tetsuji_3_B1 + .byte W48 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_tetsuji_4: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_4_B1: + .byte VOICE , 45 + .byte LFOS , 44 + .byte PAN , c_v+32 + .byte VOL , 62*bgm_tetsuji_mvl/mxv + .byte W24 + .byte N06 , As3 , v112 + .byte W06 + .byte N12 , As3 , v040 + .byte W66 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W12 + .byte VOICE , 0 + .byte VOL , 50*bgm_tetsuji_mvl/mxv + .byte W84 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte GOTO + .word bgm_tetsuji_4_B1 + .byte W48 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_tetsuji_5: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_5_B1: + .byte VOICE , 1 + .byte PAN , c_v+0 + .byte LFOS , 44 + .byte VOL , 50*bgm_tetsuji_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N12 , An5 , v112 + .byte W12 + .byte As5 + .byte W12 + .byte N48 , Cn6 + .byte W48 + .byte N12 , Cs6 + .byte W12 + .byte As5 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte N06 , Fn5 + .byte W06 + .byte Fn5 , v036 + .byte W06 + .byte N24 , Fn5 , v112 + .byte W24 + .byte N12 , En5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Dn5 , v036 + .byte W12 + .byte Fn5 , v112 + .byte W12 + .byte An5 + .byte W12 + .byte N48 , Gn5 + .byte W48 + .byte N12 , Gn5 , v036 + .byte W12 + .byte N03 , En5 , v112 + .byte W03 + .byte N09 , Fn5 + .byte W09 + .byte N12 , Dn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte En5 , v036 + .byte W06 + .byte N24 , En5 , v112 + .byte W24 + .byte N12 , Fn5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Gn5 , v036 + .byte W12 + .byte An5 , v112 + .byte W12 + .byte As5 + .byte W12 + .byte N48 , Cn6 + .byte W48 + .byte N12 , Cn6 , v036 + .byte W12 + .byte An5 , v112 + .byte W12 + .byte Cs6 + .byte W12 + .byte En6 + .byte W12 + .byte Gn6 + .byte W12 + .byte Fn6 + .byte W12 + .byte En6 + .byte W12 + .byte Fn6 + .byte W12 + .byte Dn6 + .byte W12 + .byte Dn6 , v032 + .byte W12 + .byte Fn6 , v112 + .byte W12 + .byte An6 + .byte W12 + .byte N48 , Gn6 + .byte W48 + .byte N12 , Gn6 , v036 + .byte W12 + .byte N03 , En6 , v112 + .byte W03 + .byte N09 , Fn6 + .byte W09 + .byte N12 , Dn6 + .byte W12 + .byte Fn6 + .byte W12 + .byte N06 , En6 + .byte W06 + .byte En6 , v032 + .byte W06 + .byte N24 , En6 , v112 + .byte W24 + .byte N12 , Fn6 + .byte W12 + .byte N24 , Gn6 + .byte W24 + .byte N12 , As5 + .byte W12 + .byte Gn5 + .byte W12 + .byte GOTO + .word bgm_tetsuji_5_B1 + .byte W48 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_tetsuji_6: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_6_B1: + .byte VOICE , 45 + .byte LFOS , 44 + .byte PAN , c_v-32 + .byte VOL , 72*bgm_tetsuji_mvl/mxv + .byte N06 , Cn3 , v112 + .byte W06 + .byte Cn3 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v040 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v040 + .byte W54 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W12 + .byte VOICE , 48 + .byte W84 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte GOTO + .word bgm_tetsuji_6_B1 + .byte W48 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_tetsuji_7: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_7_B1: + .byte VOICE , 4 + .byte PAN , c_v-63 + .byte XCMD , xIECV , 12 + .byte xIECV , 8 + .byte LFOS , 44 + .byte VOL , 58*bgm_tetsuji_mvl/mxv + .byte W48 + .byte N06 , Fn2 , v112 + .byte W06 + .byte Fn2 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Fn2 , v112 + .byte W06 + .byte Fn2 , v032 + .byte W06 + .byte VOICE , 4 + .byte N06 , Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 +bgm_tetsuji_7_000: + .byte N06 , Bn2 , v112 + .byte W06 + .byte Bn2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte As2 , v112 + .byte W06 + .byte As2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte PEND + .byte Gn2 , v112 + .byte W06 + .byte Gn2 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte An2 , v112 + .byte W06 + .byte An2 , v032 + .byte W06 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W06 + .byte PATT + .word bgm_tetsuji_7_000 + .byte N06 , Bn2 , v112 + .byte W06 + .byte Bn2 , v032 + .byte W06 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte Cn3 , v112 + .byte W06 + .byte Cn3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v032 + .byte W06 + .byte Gn4 , v112 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte GOTO + .word bgm_tetsuji_7_B1 + .byte W48 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_tetsuji_8: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_8_B1: + .byte VOICE , 5 + .byte PAN , c_v+63 + .byte XCMD , xIECV , 12 + .byte xIECV , 8 + .byte LFOS , 44 + .byte VOL , 50*bgm_tetsuji_mvl/mxv + .byte W72 + .byte N06 , Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Fn2 , v112 + .byte W06 + .byte Fn2 , v032 + .byte W06 + .byte W12 + .byte VOICE , 5 + .byte W12 + .byte N06 , Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W30 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W18 + .byte W24 + .byte En3 , v112 + .byte W06 + .byte En3 , v032 + .byte W06 + .byte Cs3 , v112 + .byte W06 + .byte Cs3 , v032 + .byte W30 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W18 + .byte W24 + .byte Cs4 , v112 + .byte W06 + .byte Cs4 , v032 + .byte W42 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W18 + .byte W24 + .byte Fn3 , v112 + .byte W06 + .byte Fn3 , v032 + .byte W06 + .byte Dn3 , v112 + .byte W06 + .byte Dn3 , v032 + .byte W30 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W18 + .byte W24 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W30 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W18 + .byte W24 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W30 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W18 + .byte W24 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W42 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W18 + .byte W24 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W42 + .byte An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W18 +bgm_tetsuji_8_000: + .byte W24 + .byte N06 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W42 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W18 + .byte PEND +bgm_tetsuji_8_001: + .byte W24 + .byte N06 , An3 , v112 + .byte W06 + .byte An3 , v032 + .byte W42 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W18 + .byte PEND + .byte W24 + .byte Gn3 , v112 + .byte W06 + .byte Gn3 , v032 + .byte W42 + .byte Fn4 , v112 + .byte W06 + .byte Fn4 , v032 + .byte W18 + .byte W24 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W42 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W18 + .byte PATT + .word bgm_tetsuji_8_000 + .byte PATT + .word bgm_tetsuji_8_001 + .byte W24 + .byte N06 , Bn3 , v112 + .byte W06 + .byte Bn3 , v032 + .byte W42 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W18 + .byte W24 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v032 + .byte W18 + .byte GOTO + .word bgm_tetsuji_8_B1 + .byte W48 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_tetsuji_9: + .byte KEYSH , bgm_tetsuji_key+0 +bgm_tetsuji_9_B1: + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 40*bgm_tetsuji_mvl/mxv + .byte W48 + .byte N06 , Fs2 , v084 + .byte W12 + .byte Fs2 , v064 + .byte W12 + .byte Fs2 , v112 + .byte W12 + .byte Fs2 , v068 + .byte W12 +bgm_tetsuji_9_000: + .byte N06 , Fs2 , v084 + .byte W12 + .byte Fs2 , v064 + .byte W12 + .byte Fs2 , v112 + .byte W12 + .byte Fs2 , v068 + .byte W12 + .byte Fs2 , v084 + .byte W12 + .byte Fs2 , v064 + .byte W12 + .byte Fs2 , v112 + .byte W12 + .byte Fs2 , v068 + .byte W12 + .byte PEND + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte PATT + .word bgm_tetsuji_9_000 + .byte N06 , Fs2 , v084 + .byte W12 + .byte Fs2 , v064 + .byte W12 + .byte Fs2 , v112 + .byte W12 + .byte Fs2 , v068 + .byte W12 + .byte GOTO + .word bgm_tetsuji_9_B1 + .byte W48 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_tetsuji: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_tetsuji_pri @ Priority + .byte bgm_tetsuji_rev @ Reverb. + + .word bgm_tetsuji_grp + + .word bgm_tetsuji_1 + .word bgm_tetsuji_2 + .word bgm_tetsuji_3 + .word bgm_tetsuji_4 + .word bgm_tetsuji_5 + .word bgm_tetsuji_6 + .word bgm_tetsuji_7 + .word bgm_tetsuji_8 + .word bgm_tetsuji_9 + + .end diff --git a/sound/songs/bgm_thankfor.s b/sound/songs/bgm_thankfor.s new file mode 100644 index 000000000..edbc7c383 --- /dev/null +++ b/sound/songs/bgm_thankfor.s @@ -0,0 +1,7462 @@ + .include "MPlayDef.s" + + .equ bgm_thankfor_grp, voicegroup_844E3F0 + .equ bgm_thankfor_pri, 0 + .equ bgm_thankfor_rev, reverb_set+50 + .equ bgm_thankfor_mvl, 127 + .equ bgm_thankfor_key, 0 + .equ bgm_thankfor_tbs, 1 + .equ bgm_thankfor_exg, 0 + .equ bgm_thankfor_cmp, 1 + + .section .rodata + .global bgm_thankfor + .align 2 + +@********************** Track 1 **********************@ + +bgm_thankfor_1: + .byte KEYSH , bgm_thankfor_key+0 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 88*bgm_thankfor_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+0 + .byte W24 + .byte N24 , Bn2 , v088 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 + .byte W18 + .byte VOL , 77*bgm_thankfor_mvl/mxv + .byte W06 + .byte N24 , Cn3 , v076 + .byte W24 + .byte Bn2 , v084 + .byte W24 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte An2 , v092 + .byte W24 + .byte TEMPO , 84*bgm_thankfor_tbs/2 + .byte Bn2 , v104 + .byte W24 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte W24 + .byte Bn2 , v088 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 + .byte W24 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte N30 , Gn3 , v064 + .byte W36 + .byte N12 , Gn3 , v088 + .byte W12 + .byte TEMPO , 84*bgm_thankfor_tbs/2 + .byte Dn4 , v064 + .byte W12 + .byte Cn4 , v072 + .byte W12 + .byte TEMPO , 76*bgm_thankfor_tbs/2 + .byte Bn3 + .byte W12 + .byte An3 , v064 + .byte W12 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte N96 , Bn3 , v096 + .byte W96 + .byte N24 , An3 , v076 + .byte W24 + .byte Bn3 , v080 + .byte W24 + .byte Cn4 , v084 + .byte W24 + .byte N12 , Dn4 , v092 + .byte W18 + .byte N03 , Gn3 , v072 + .byte W03 + .byte An3 , v076 + .byte W03 + .byte N90 , Bn3 , v108 + .byte W90 + .byte N03 , Gn3 , v064 + .byte W06 + .byte N96 , Gn3 , v096 + .byte W96 + .byte Cn4 , v108 + .byte W96 + .byte N24 , Bn3 , v076 + .byte W24 + .byte Cn4 , v084 + .byte W24 + .byte Dn4 , v088 + .byte W24 + .byte N18 , En4 , v080 + .byte W18 + .byte N03 , Fs3 , v072 + .byte W03 + .byte An3 + .byte W03 + .byte N96 , Cn4 , v112 + .byte W96 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte VOL , 31*bgm_thankfor_mvl/mxv + .byte W48 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte N12 , Dn5 + .byte W12 + .byte N18 , Cn5 , v096 + .byte W18 + .byte N06 , Bn4 , v092 + .byte W06 + .byte An4 , v084 + .byte W06 + .byte Gn4 + .byte W06 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte N36 , Bn4 , v112 + .byte W36 + .byte N06 , As4 , v080 + .byte W06 + .byte Bn4 , v088 + .byte W06 + .byte N30 , Dn4 , v096 + .byte W36 + .byte N03 , Dn4 , v076 + .byte W06 + .byte N06 , Dn4 , v088 + .byte W06 + .byte N24 , An4 , v112 + .byte W24 + .byte Bn4 , v104 + .byte W24 + .byte Cn5 , v092 + .byte W24 + .byte N12 , Dn5 + .byte W12 + .byte N06 , Cs5 , v068 + .byte W06 + .byte Cn5 , v064 + .byte W06 + .byte Bn4 , v108 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte An4 , v080 + .byte W06 + .byte N18 , Bn4 , v112 + .byte W18 + .byte N03 , Gn4 , v080 + .byte W06 + .byte N24 , Gn4 , v108 + .byte W24 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Fs4 , v040 + .byte W06 + .byte En4 , v052 + .byte W06 + .byte Fs4 , v060 + .byte W06 + .byte Gn4 , v096 + .byte W06 + .byte Bn3 , v072 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+27 + .byte N04 , Gn5 , v044 + .byte W04 + .byte En5 + .byte W04 + .byte Bn4 + .byte W04 + .byte PAN , c_v+2 + .byte N04 , En5 , v036 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte PAN , c_v-13 + .byte N04 , Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte PAN , c_v-25 + .byte N04 , Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte PAN , c_v+5 + .byte N42 , Cn5 , v108 + .byte W42 + .byte N03 , En4 , v080 + .byte W06 + .byte N36 , En4 , v100 + .byte W36 + .byte N06 , En4 , v076 + .byte W06 + .byte An4 , v092 + .byte W06 + .byte N12 , Bn4 , v112 + .byte W12 + .byte N06 , En4 , v064 + .byte W06 + .byte Bn4 , v072 + .byte W06 + .byte N12 , Cn5 , v100 + .byte W12 + .byte N06 , En4 , v068 + .byte W06 + .byte Cn5 , v072 + .byte W06 + .byte N12 , Dn5 , v100 + .byte W12 + .byte N06 , En4 , v068 + .byte W06 + .byte Dn5 , v072 + .byte W06 + .byte N12 , En5 , v100 + .byte W12 + .byte N06 , An4 , v088 + .byte W06 + .byte N03 , En5 , v076 + .byte W03 + .byte Fs5 , v084 + .byte W03 + .byte N06 , Gn5 , v112 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte En5 , v076 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte N24 , Dn5 , v096 + .byte W24 + .byte TEMPO , 80*bgm_thankfor_tbs/2 + .byte N12 , Bn4 , v088 + .byte W12 + .byte N06 , Cn5 , v080 + .byte W06 + .byte Dn5 , v088 + .byte W06 + .byte TEMPO , 92*bgm_thankfor_tbs/2 + .byte PAN , c_v+32 + .byte N06 , Gn5 , v044 + .byte W06 + .byte An5 + .byte W06 + .byte PAN , c_v+16 + .byte N06 , Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte TEMPO , 86*bgm_thankfor_tbs/2 + .byte PAN , c_v+8 + .byte N06 , En5 + .byte W06 + .byte Fs5 , v040 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 , v032 + .byte W06 + .byte TEMPO , 80*bgm_thankfor_tbs/2 + .byte PAN , c_v-8 + .byte N06 , Cn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte TEMPO , 68*bgm_thankfor_tbs/2 + .byte PAN , c_v-25 + .byte N06 , An4 + .byte W06 + .byte Bn4 , v036 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte An4 + .byte W06 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte PAN , c_v+5 + .byte N30 , Bn3 , v112 + .byte W30 + .byte N12 , Cn4 , v084 + .byte W12 + .byte N06 , Dn4 , v092 + .byte W06 + .byte N36 , Bn3 , v104 + .byte W24 + .byte TEMPO , 92*bgm_thankfor_tbs/2 + .byte W12 + .byte N06 , Cn4 , v088 + .byte W06 + .byte Dn4 , v100 + .byte W06 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte N12 , Fn4 , v104 + .byte W12 + .byte En4 , v092 + .byte W12 + .byte Ds4 , v084 + .byte W12 + .byte En4 , v092 + .byte W12 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte N30 , Bn3 , v096 + .byte W24 + .byte TEMPO , 84*bgm_thankfor_tbs/2 + .byte W06 + .byte N12 , Cn4 , v092 + .byte W12 + .byte N06 , Dn4 , v100 + .byte W06 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte N30 , Cn4 , v112 + .byte W30 + .byte N12 , Dn4 , v104 + .byte W12 + .byte N06 , En4 , v112 + .byte W06 + .byte N36 , Cn4 , v104 + .byte W36 + .byte N06 , Dn4 , v088 + .byte W06 + .byte En4 , v100 + .byte W06 + .byte N12 , Gn4 , v104 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte En4 , v084 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte Dn4 , v096 + .byte W12 + .byte Cn4 , v112 + .byte W12 + .byte TEMPO , 78*bgm_thankfor_tbs/2 + .byte W06 + .byte N06 , Bn3 , v100 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte N30 , Bn4 + .byte W30 + .byte N12 , Cn5 , v104 + .byte W12 + .byte N06 , Dn5 , v112 + .byte W06 + .byte N36 , Bn4 , v104 + .byte W36 + .byte N06 , Cn5 , v088 + .byte W06 + .byte Dn5 , v100 + .byte W06 + .byte N12 , Fn5 , v104 + .byte W12 + .byte En5 , v092 + .byte W12 + .byte Ds5 , v084 + .byte W12 + .byte En5 , v092 + .byte W12 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte N30 , Bn4 , v096 + .byte W24 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte W06 + .byte N12 , Cn5 , v092 + .byte W12 + .byte N06 , Dn5 , v100 + .byte W06 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte N12 , Cn5 , v112 + .byte W12 + .byte En4 , v084 + .byte W12 + .byte An4 , v088 + .byte W12 + .byte En4 , v076 + .byte W12 + .byte N24 , Gn4 , v104 + .byte W24 + .byte N03 , Gn4 , v080 + .byte W03 + .byte An4 , v092 + .byte W03 + .byte N06 , Gn4 , v080 + .byte W06 + .byte Fs4 , v088 + .byte W06 + .byte An4 + .byte W06 + .byte BEND , c_v+0 + .byte N72 , Gn4 , v096 + .byte W36 + .byte TEMPO , 92*bgm_thankfor_tbs/2 + .byte W12 + .byte TEMPO , 86*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 76*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte W48 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte W48 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte TEMPO , 88*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 64*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 88*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 70*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 64*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte W72 + .byte TEMPO , 86*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte W48 + .byte TEMPO , 86*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte W96 + .byte W48 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 78*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte W96 + .byte W48 + .byte TEMPO , 90*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 92*bgm_thankfor_tbs/2 + .byte W48 + .byte TEMPO , 88*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 74*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 92*bgm_thankfor_tbs/2 + .byte W72 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte W24 + .byte TEMPO , 94*bgm_thankfor_tbs/2 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte TEMPO , 82*bgm_thankfor_tbs/2 + .byte W96 + .byte TEMPO , 182*bgm_thankfor_tbs/2 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_thankfor_2: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 100*bgm_thankfor_mvl/mxv + .byte PAN , c_v+0 + .byte W24 + .byte N24 , Bn2 , v088 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 + .byte W24 + .byte Cn3 , v076 + .byte W24 + .byte Bn2 , v084 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 , v104 + .byte W24 + .byte W24 + .byte Bn2 , v088 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 + .byte W24 + .byte N30 , Gn3 , v064 + .byte W36 + .byte N12 , Gn3 , v088 + .byte W12 + .byte Dn4 , v064 + .byte W12 + .byte Cn4 , v072 + .byte W12 + .byte Bn3 + .byte W12 + .byte An3 , v064 + .byte W12 + .byte N96 , Bn3 , v096 + .byte W96 + .byte N24 , An3 , v076 + .byte W24 + .byte Bn3 , v080 + .byte W24 + .byte Cn4 , v084 + .byte W24 + .byte N12 , Dn4 , v092 + .byte W18 + .byte N03 , Gn3 , v072 + .byte W03 + .byte An3 , v076 + .byte W03 + .byte N90 , Bn3 , v108 + .byte W90 + .byte N03 , Gn3 , v064 + .byte W06 + .byte N96 , Gn3 , v096 + .byte W96 + .byte Cn4 , v108 + .byte W96 + .byte N24 , Bn3 , v076 + .byte W24 + .byte Cn4 , v084 + .byte W24 + .byte Dn4 , v088 + .byte W24 + .byte N18 , En4 , v080 + .byte W18 + .byte N03 , Fs3 , v072 + .byte W03 + .byte An3 + .byte W03 + .byte N96 , Cn4 , v092 + .byte W96 + .byte VOL , 78*bgm_thankfor_mvl/mxv + .byte W48 + .byte N12 , Dn5 , v112 + .byte W12 + .byte N18 , Cn5 , v096 + .byte W18 + .byte N06 , Bn4 , v092 + .byte W06 + .byte An4 , v084 + .byte W06 + .byte Gn4 + .byte W06 + .byte N36 , Bn4 , v112 + .byte W36 + .byte N06 , As4 , v080 + .byte W06 + .byte Bn4 , v088 + .byte W06 + .byte N30 , Dn4 , v096 + .byte W36 + .byte N03 , Dn4 , v076 + .byte W06 + .byte N06 , Dn4 , v088 + .byte W06 + .byte N24 , An4 , v084 + .byte W24 + .byte Bn4 , v088 + .byte W24 + .byte Cn5 , v092 + .byte W24 + .byte N12 , Dn5 + .byte W12 + .byte N06 , Cs5 , v068 + .byte W06 + .byte Cn5 , v064 + .byte W06 + .byte Bn4 , v108 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte An4 , v080 + .byte W06 + .byte N18 , Bn4 , v112 + .byte W18 + .byte N03 , Gn4 , v080 + .byte W06 + .byte N24 , Gn4 , v108 + .byte W24 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Fs4 , v040 + .byte W06 + .byte En4 , v052 + .byte W06 + .byte Fs4 , v060 + .byte W06 + .byte Gn4 , v096 + .byte W06 + .byte Bn3 , v072 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+27 + .byte N04 , Gn5 , v044 + .byte W04 + .byte En5 + .byte W04 + .byte Bn4 + .byte W04 + .byte PAN , c_v+1 + .byte N04 , En5 , v040 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte PAN , c_v-11 + .byte N04 , Bn4 + .byte W04 + .byte Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte PAN , c_v-24 + .byte N04 , Gn4 + .byte W04 + .byte En4 + .byte W04 + .byte Bn3 + .byte W04 + .byte PAN , c_v+0 + .byte N42 , Cn5 , v108 + .byte W42 + .byte N03 , En4 , v080 + .byte W06 + .byte N36 , En4 , v100 + .byte W36 + .byte N06 , En4 , v076 + .byte W06 + .byte An4 , v092 + .byte W06 + .byte N12 , Bn4 , v112 + .byte W12 + .byte N06 , En4 , v064 + .byte W06 + .byte Bn4 , v072 + .byte W06 + .byte N12 , Cn5 , v100 + .byte W12 + .byte N06 , En4 , v068 + .byte W06 + .byte Cn5 , v072 + .byte W06 + .byte N12 , Dn5 , v100 + .byte W12 + .byte N06 , En4 , v068 + .byte W06 + .byte Dn5 , v072 + .byte W06 + .byte N12 , En5 , v100 + .byte W12 + .byte N06 , An4 , v088 + .byte W06 + .byte N03 , En5 , v076 + .byte W03 + .byte Fs5 , v084 + .byte W03 + .byte N06 , Gn5 , v112 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte En5 , v076 + .byte W06 + .byte Fs5 , v080 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N24 , Dn5 + .byte W24 + .byte N12 , Bn4 , v088 + .byte W12 + .byte N06 , Cn5 , v076 + .byte W06 + .byte Dn5 , v080 + .byte W06 + .byte PAN , c_v+25 + .byte N06 , Gn5 , v044 + .byte W06 + .byte An5 + .byte W06 + .byte PAN , c_v+16 + .byte N06 , Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte PAN , c_v+5 + .byte N06 , En5 + .byte W06 + .byte Fs5 , v040 + .byte W06 + .byte Dn5 + .byte W06 + .byte En5 , v032 + .byte W06 + .byte PAN , c_v-8 + .byte N06 , Cn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte PAN , c_v-26 + .byte N06 , An4 + .byte W06 + .byte Bn4 , v036 + .byte W06 + .byte Gn4 , v032 + .byte W06 + .byte An4 + .byte W06 + .byte VOL , 98*bgm_thankfor_mvl/mxv + .byte PAN , c_v+0 + .byte N30 , Bn3 , v088 + .byte W30 + .byte N12 , Cn4 , v084 + .byte W12 + .byte N06 , Dn4 , v092 + .byte W06 + .byte N36 , Bn3 , v104 + .byte W36 + .byte N06 , Cn4 , v088 + .byte W06 + .byte Dn4 , v100 + .byte W06 + .byte N12 , Fn4 , v104 + .byte W12 + .byte En4 , v092 + .byte W12 + .byte Ds4 , v084 + .byte W12 + .byte En4 , v092 + .byte W12 + .byte N30 , Bn3 , v080 + .byte W30 + .byte N12 , Cn4 , v092 + .byte W12 + .byte N06 , Dn4 , v100 + .byte W06 + .byte N30 , Cn4 , v096 + .byte W30 + .byte N12 , Dn4 , v104 + .byte W12 + .byte N06 , En4 , v112 + .byte W06 + .byte N36 , Cn4 , v104 + .byte W36 + .byte N06 , Dn4 , v088 + .byte W06 + .byte En4 , v100 + .byte W06 + .byte N12 , Gn4 , v104 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte En4 , v084 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte Dn4 , v096 + .byte W12 + .byte Cn4 , v112 + .byte W18 + .byte N06 , Bn3 , v100 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte VOL , 78*bgm_thankfor_mvl/mxv + .byte N30 , Bn4 + .byte W30 + .byte N12 , Cn5 , v104 + .byte W12 + .byte N06 , Dn5 , v112 + .byte W06 + .byte N36 , Bn4 , v104 + .byte W36 + .byte N06 , Cn5 , v088 + .byte W06 + .byte Dn5 , v100 + .byte W06 + .byte N12 , Fn5 , v104 + .byte W12 + .byte En5 , v092 + .byte W12 + .byte Ds5 , v084 + .byte W12 + .byte En5 , v092 + .byte W12 + .byte N30 , Bn4 , v096 + .byte W30 + .byte N12 , Cn5 , v092 + .byte W12 + .byte N06 , Dn5 , v100 + .byte W06 + .byte N12 , Cn5 , v112 + .byte W12 + .byte En4 , v084 + .byte W12 + .byte An4 , v088 + .byte W12 + .byte En4 , v076 + .byte W12 + .byte N24 , Gn4 , v104 + .byte W24 + .byte N03 , Gn4 , v080 + .byte W03 + .byte An4 , v092 + .byte W03 + .byte N06 , Gn4 , v080 + .byte W06 + .byte Fs4 , v088 + .byte W06 + .byte An4 + .byte W06 + .byte N72 , Gn4 , v096 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 73 + .byte W96 + .byte PAN , c_v-29 + .byte VOL , 29*bgm_thankfor_mvl/mxv + .byte N06 , Gn5 , v112 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cn6 + .byte W06 + .byte Bn5 + .byte W06 + .byte N03 , An5 + .byte W03 + .byte Bn5 + .byte W03 + .byte N06 , An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N03 , Gn5 + .byte W03 + .byte An5 + .byte W03 + .byte N06 , Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N03 , En5 + .byte W03 + .byte Fs5 + .byte W03 + .byte N06 , En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Cn6 + .byte W06 + .byte Dn6 + .byte W06 + .byte Gn5 + .byte W06 + .byte N03 , An5 + .byte W03 + .byte Bn5 + .byte W03 + .byte N06 , An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N18 , Gn5 + .byte W18 + .byte N03 , En5 + .byte W06 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte Bn5 + .byte W06 + .byte En5 + .byte W06 + .byte N03 , Bn5 + .byte W03 + .byte Cn6 + .byte W03 + .byte N06 , Bn5 + .byte W06 + .byte An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N03 , En5 + .byte W03 + .byte Fs5 + .byte W03 + .byte N06 , En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte Bn5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte En5 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte An5 + .byte W06 + .byte Bn5 + .byte W06 + .byte N03 , Cn6 + .byte W03 + .byte Dn6 + .byte W03 + .byte N06 , Cn6 + .byte W06 + .byte Bn5 + .byte W06 + .byte An5 + .byte W06 + .byte N03 , Bn5 + .byte W03 + .byte Cn6 + .byte W03 + .byte N06 , Bn5 + .byte W06 + .byte An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte En5 + .byte W06 + .byte N06 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N06 + .byte W06 + .byte Fn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte N06 + .byte W06 + .byte Fs5 + .byte W06 + .byte Gn5 + .byte W06 + .byte N12 , An5 + .byte W12 + .byte N06 , Gn5 + .byte W06 + .byte N03 , An5 , v084 + .byte W03 + .byte Bn5 , v088 + .byte W03 + .byte Cs6 , v112 + .byte W03 + .byte Dn6 + .byte W03 + .byte N06 , Cn6 + .byte W06 + .byte Bn5 + .byte W06 + .byte An5 + .byte W06 + .byte Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte An5 + .byte W06 + .byte Fs5 + .byte W06 + .byte En5 + .byte W06 + .byte Dn5 + .byte W06 + .byte Cs5 + .byte W06 + .byte Dn5 + .byte W18 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N18 , An4 + .byte W24 + .byte N04 , Dn6 , v092 + .byte W04 + .byte En6 , v072 + .byte W04 + .byte Dn6 , v068 + .byte W04 + .byte Cn6 , v092 + .byte W04 + .byte Dn6 , v072 + .byte W04 + .byte Cn6 , v068 + .byte W04 + .byte Bn5 , v092 + .byte W04 + .byte Cn6 , v072 + .byte W04 + .byte Bn5 , v068 + .byte W04 + .byte An5 , v092 + .byte W04 + .byte Bn5 , v072 + .byte W04 + .byte An5 , v068 + .byte W04 + .byte Gn5 , v092 + .byte W04 + .byte An5 , v072 + .byte W04 + .byte Gn5 , v068 + .byte W04 + .byte Fs5 , v092 + .byte W04 + .byte Gn5 , v072 + .byte W04 + .byte Fs5 , v068 + .byte W04 + .byte VOICE , 56 + .byte PAN , c_v-38 + .byte VOL , 48*bgm_thankfor_mvl/mxv + .byte N32 , Dn4 , v112 + .byte W12 + .byte MOD , 8 + .byte W18 + .byte 0 + .byte W06 + .byte N04 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte N04 + .byte W04 + .byte N32 , Dn4 , v112 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N04 + .byte W04 + .byte Dn4 , v096 + .byte W04 + .byte N04 + .byte W04 + .byte N24 , Bn3 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N03 , An3 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte VOICE , 60 + .byte VOL , 59*bgm_thankfor_mvl/mxv + .byte PAN , c_v-41 + .byte N30 , An3 + .byte W30 + .byte N12 , Bn3 + .byte W12 + .byte N06 , Cn4 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N12 , Gs3 + .byte W18 + .byte N06 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte VOICE , 60 + .byte N12 + .byte W12 + .byte Bn3 + .byte W12 + .byte N03 , An3 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte N12 , Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte VOICE , 56 + .byte N30 , Dn4 + .byte W30 + .byte N12 , En4 + .byte W12 + .byte N06 , Fs4 + .byte W06 + .byte N36 , Dn4 + .byte W36 + .byte N06 , En4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N12 , Gs4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gs4 + .byte W12 + .byte Bn4 + .byte W12 + .byte N30 , En4 + .byte W48 + .byte PAN , c_v+42 + .byte VOL , 44*bgm_thankfor_mvl/mxv + .byte N12 , An4 + .byte W12 + .byte Cn4 + .byte W12 + .byte En4 + .byte W12 + .byte An3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fs3 + .byte W12 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte PAN , c_v-41 + .byte VOL , 59*bgm_thankfor_mvl/mxv + .byte N24 , Gn4 + .byte W24 + .byte An4 + .byte W24 + .byte As4 + .byte W24 + .byte N12 , Bn4 + .byte W12 + .byte Fn4 + .byte W12 + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte N06 , Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N60 , En5 + .byte W24 + .byte VOL , 58*bgm_thankfor_mvl/mxv + .byte W02 + .byte 55*bgm_thankfor_mvl/mxv + .byte W03 + .byte 53*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W04 + .byte 49*bgm_thankfor_mvl/mxv + .byte W02 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 43*bgm_thankfor_mvl/mxv + .byte W03 + .byte 39*bgm_thankfor_mvl/mxv + .byte W04 + .byte 38*bgm_thankfor_mvl/mxv + .byte W02 + .byte 37*bgm_thankfor_mvl/mxv + .byte W10 + .byte 59*bgm_thankfor_mvl/mxv + .byte N12 , Gn4 + .byte W12 + .byte N06 , Dn5 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N60 , En5 + .byte W24 + .byte VOL , 59*bgm_thankfor_mvl/mxv + .byte W02 + .byte 57*bgm_thankfor_mvl/mxv + .byte W03 + .byte 55*bgm_thankfor_mvl/mxv + .byte W03 + .byte 51*bgm_thankfor_mvl/mxv + .byte W04 + .byte 50*bgm_thankfor_mvl/mxv + .byte W02 + .byte 48*bgm_thankfor_mvl/mxv + .byte W03 + .byte 46*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W04 + .byte 42*bgm_thankfor_mvl/mxv + .byte W02 + .byte 39*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W07 + .byte 59*bgm_thankfor_mvl/mxv + .byte N06 , Dn5 + .byte W06 + .byte En5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte Fn5 + .byte W12 + .byte N03 , En5 , v100 + .byte W03 + .byte Fn5 , v092 + .byte W03 + .byte N06 , En5 , v112 + .byte W06 + .byte Ds5 + .byte W06 + .byte En5 , v100 + .byte W06 + .byte N48 , Dn5 , v112 + .byte W24 + .byte VOL , 59*bgm_thankfor_mvl/mxv + .byte W02 + .byte 55*bgm_thankfor_mvl/mxv + .byte W03 + .byte 53*bgm_thankfor_mvl/mxv + .byte W03 + .byte 51*bgm_thankfor_mvl/mxv + .byte W04 + .byte 49*bgm_thankfor_mvl/mxv + .byte W02 + .byte 46*bgm_thankfor_mvl/mxv + .byte W03 + .byte 43*bgm_thankfor_mvl/mxv + .byte W03 + .byte 42*bgm_thankfor_mvl/mxv + .byte W04 + .byte 59*bgm_thankfor_mvl/mxv + .byte N24 , Cs5 + .byte W24 + .byte As4 + .byte W24 + .byte An4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N12 , En5 + .byte W12 + .byte N06 , Cn5 + .byte W06 + .byte An4 + .byte W06 + .byte N60 , Fn5 + .byte W24 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte W02 + .byte 55*bgm_thankfor_mvl/mxv + .byte W03 + .byte 51*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W04 + .byte 49*bgm_thankfor_mvl/mxv + .byte W02 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 45*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W04 + .byte 42*bgm_thankfor_mvl/mxv + .byte W02 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W07 + .byte 59*bgm_thankfor_mvl/mxv + .byte N12 , An4 + .byte W12 + .byte N06 , En5 + .byte W06 + .byte Cs5 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N12 , En5 + .byte W12 + .byte N48 , Fn5 + .byte W12 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte W02 + .byte 55*bgm_thankfor_mvl/mxv + .byte W03 + .byte 53*bgm_thankfor_mvl/mxv + .byte W03 + .byte 51*bgm_thankfor_mvl/mxv + .byte W04 + .byte 49*bgm_thankfor_mvl/mxv + .byte W02 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W03 + .byte 42*bgm_thankfor_mvl/mxv + .byte W04 + .byte 40*bgm_thankfor_mvl/mxv + .byte W02 + .byte 37*bgm_thankfor_mvl/mxv + .byte W10 + .byte 59*bgm_thankfor_mvl/mxv + .byte N06 , En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N36 , Dn5 + .byte W36 + .byte N06 , En5 + .byte W06 + .byte Fn5 + .byte W06 + .byte N36 , Dn5 + .byte W36 + .byte N06 , Cn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte VOL , 59*bgm_thankfor_mvl/mxv + .byte N92 , Cs5 + .byte W24 + .byte VOL , 55*bgm_thankfor_mvl/mxv + .byte W02 + .byte 55*bgm_thankfor_mvl/mxv + .byte W03 + .byte 51*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W04 + .byte 47*bgm_thankfor_mvl/mxv + .byte W02 + .byte 46*bgm_thankfor_mvl/mxv + .byte W03 + .byte 43*bgm_thankfor_mvl/mxv + .byte W03 + .byte 42*bgm_thankfor_mvl/mxv + .byte W04 + .byte 40*bgm_thankfor_mvl/mxv + .byte W02 + .byte 37*bgm_thankfor_mvl/mxv + .byte W06 + .byte 34*bgm_thankfor_mvl/mxv + .byte W04 + .byte 33*bgm_thankfor_mvl/mxv + .byte W02 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W03 + .byte 27*bgm_thankfor_mvl/mxv + .byte W04 + .byte 25*bgm_thankfor_mvl/mxv + .byte W02 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 21*bgm_thankfor_mvl/mxv + .byte W03 + .byte 20*bgm_thankfor_mvl/mxv + .byte W04 + .byte 18*bgm_thankfor_mvl/mxv + .byte W02 + .byte 17*bgm_thankfor_mvl/mxv + .byte W03 + .byte 16*bgm_thankfor_mvl/mxv + .byte W03 + .byte 14*bgm_thankfor_mvl/mxv + .byte W04 + .byte 58*bgm_thankfor_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte 8*bgm_thankfor_mvl/mxv + .byte TIE , En5 + .byte W12 + .byte VOL , 7*bgm_thankfor_mvl/mxv + .byte W24 + .byte W02 + .byte 8*bgm_thankfor_mvl/mxv + .byte W10 + .byte 10*bgm_thankfor_mvl/mxv + .byte W02 + .byte 12*bgm_thankfor_mvl/mxv + .byte W10 + .byte 14*bgm_thankfor_mvl/mxv + .byte W02 + .byte 17*bgm_thankfor_mvl/mxv + .byte W03 + .byte 18*bgm_thankfor_mvl/mxv + .byte W09 + .byte 20*bgm_thankfor_mvl/mxv + .byte W03 + .byte 22*bgm_thankfor_mvl/mxv + .byte W07 + .byte 24*bgm_thankfor_mvl/mxv + .byte W02 + .byte 25*bgm_thankfor_mvl/mxv + .byte W03 + .byte 27*bgm_thankfor_mvl/mxv + .byte W07 + .byte 29*bgm_thankfor_mvl/mxv + .byte W02 + .byte 30*bgm_thankfor_mvl/mxv + .byte W06 + .byte 33*bgm_thankfor_mvl/mxv + .byte W04 + .byte 33*bgm_thankfor_mvl/mxv + .byte W02 + .byte 35*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W07 + .byte 39*bgm_thankfor_mvl/mxv + .byte W02 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 43*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W04 + .byte 45*bgm_thankfor_mvl/mxv + .byte W02 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W03 + .byte 51*bgm_thankfor_mvl/mxv + .byte W04 + .byte 54*bgm_thankfor_mvl/mxv + .byte W02 + .byte 56*bgm_thankfor_mvl/mxv + .byte W03 + .byte 59*bgm_thankfor_mvl/mxv + .byte W03 + .byte 60*bgm_thankfor_mvl/mxv + .byte W04 + .byte 62*bgm_thankfor_mvl/mxv + .byte W02 + .byte 66*bgm_thankfor_mvl/mxv + .byte W03 + .byte 67*bgm_thankfor_mvl/mxv + .byte W03 + .byte 70*bgm_thankfor_mvl/mxv + .byte W04 + .byte 72*bgm_thankfor_mvl/mxv + .byte W02 + .byte 75*bgm_thankfor_mvl/mxv + .byte W03 + .byte 77*bgm_thankfor_mvl/mxv + .byte W03 + .byte 78*bgm_thankfor_mvl/mxv + .byte W04 + .byte 81*bgm_thankfor_mvl/mxv + .byte W02 + .byte 82*bgm_thankfor_mvl/mxv + .byte W03 + .byte 85*bgm_thankfor_mvl/mxv + .byte W03 + .byte 86*bgm_thankfor_mvl/mxv + .byte W04 + .byte EOT + .byte VOICE , 47 + .byte PAN , c_v+50 + .byte N12 , An2 , v096 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_thankfor_3: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 1 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v-24 + .byte VOL , 93*bgm_thankfor_mvl/mxv + .byte TIE , Gn1 , v120 + .byte W96 + .byte W96 + .byte EOT + .byte N96 + .byte W96 + .byte N48 , Cn1 , v064 + .byte W48 + .byte N12 , Cn2 , v092 + .byte W12 + .byte Dn2 , v076 + .byte W12 + .byte An1 , v084 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte TIE , Gn1 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , En1 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte Dn1 + .byte W12 + .byte TIE , An1 + .byte W96 + .byte W96 + .byte EOT + .byte N96 , Dn2 + .byte W96 + .byte N36 , Dn1 , v088 + .byte W36 + .byte N48 , An2 , v112 + .byte W48 + .byte N12 , Dn1 + .byte W12 + .byte TIE , Gn1 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , En1 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte Dn1 + .byte W12 + .byte TIE , An1 + .byte W96 + .byte W96 + .byte EOT + .byte N96 , Dn2 + .byte W96 + .byte N84 , Dn2 , v088 + .byte W84 + .byte N12 , Dn1 , v112 + .byte W12 +bgm_thankfor_3_000: + .byte N48 , Gn1 , v112 + .byte W48 + .byte Fs1 + .byte W48 + .byte PEND + .byte Fn1 + .byte W48 + .byte En1 + .byte W48 + .byte An1 + .byte W48 + .byte Gs1 + .byte W48 + .byte N24 , Dn2 + .byte W24 + .byte Cn2 , v084 + .byte W24 + .byte Bn1 , v088 + .byte W24 + .byte N12 , An1 , v112 + .byte W12 + .byte Dn1 + .byte W12 + .byte PATT + .word bgm_thankfor_3_000 + .byte N48 , Fn1 , v112 + .byte W48 + .byte N36 , En1 + .byte W36 + .byte N12 , Gs1 + .byte W12 + .byte N48 , An1 + .byte W48 + .byte Dn2 + .byte W48 + .byte N72 , Gn1 + .byte W72 + .byte VOICE , 58 + .byte PAN , c_v+0 + .byte VOL , 75*bgm_thankfor_mvl/mxv + .byte N12 , Dn0 + .byte W12 + .byte Fs0 + .byte W12 + .byte TIE , Gn0 + .byte W96 + .byte W96 + .byte EOT + .byte TIE , En0 + .byte W96 + .byte W72 + .byte EOT + .byte N12 + .byte W12 + .byte Dn0 + .byte W12 + .byte TIE , An0 + .byte W96 + .byte W96 + .byte EOT + .byte N96 , Dn1 + .byte W96 + .byte N72 , Dn0 , v088 + .byte W72 + .byte N12 , Dn0 , v112 + .byte W12 + .byte Fs0 + .byte W12 + .byte VOICE , 58 + .byte VOL , 78*bgm_thankfor_mvl/mxv + .byte N36 , Gn0 + .byte W36 + .byte VOL , 78*bgm_thankfor_mvl/mxv + .byte N06 , Fs0 + .byte W06 + .byte Gn0 + .byte W06 + .byte N48 + .byte W48 + .byte N36 + .byte W36 + .byte N12 , Fs0 + .byte W12 + .byte N36 , Gn0 + .byte W36 + .byte N12 , Fs0 + .byte W12 + .byte N36 , En0 + .byte W36 + .byte N06 , Ds0 + .byte W06 + .byte En0 + .byte W06 + .byte N48 + .byte W48 + .byte N42 + .byte W42 + .byte N06 + .byte W06 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte Fs0 + .byte W12 + .byte N36 , An0 + .byte W36 + .byte N06 , Gs0 + .byte W06 + .byte An0 + .byte W06 + .byte N36 + .byte W36 + .byte N12 + .byte W12 + .byte N36 + .byte W36 + .byte N12 + .byte W12 + .byte N36 + .byte W36 + .byte N06 , Bn0 + .byte W06 + .byte Cn1 + .byte W06 + .byte N96 , Dn1 + .byte W96 + .byte N84 , Dn1 , v088 + .byte W84 + .byte N12 , Dn0 , v112 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Gn1 + .byte W12 + .byte N02 , Gn1 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N06 , Fn1 , v112 + .byte W12 + .byte N02 , Fn1 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N06 , Dn1 , v112 + .byte W12 + .byte N02 , Dn1 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 85*bgm_thankfor_mvl/mxv + .byte N12 , Gn0 , v112 + .byte W12 + .byte Bn0 + .byte W12 + .byte N36 , Cn1 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N48 + .byte W12 + .byte VOL , 82*bgm_thankfor_mvl/mxv + .byte W05 + .byte 77*bgm_thankfor_mvl/mxv + .byte W07 + .byte 74*bgm_thankfor_mvl/mxv + .byte W05 + .byte 68*bgm_thankfor_mvl/mxv + .byte W07 + .byte 64*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N36 , Bn0 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N48 + .byte W12 + .byte VOL , 82*bgm_thankfor_mvl/mxv + .byte W05 + .byte 77*bgm_thankfor_mvl/mxv + .byte W07 + .byte 74*bgm_thankfor_mvl/mxv + .byte W05 + .byte 68*bgm_thankfor_mvl/mxv + .byte W07 + .byte 64*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N36 , As0 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N48 + .byte W12 + .byte VOL , 82*bgm_thankfor_mvl/mxv + .byte W05 + .byte 77*bgm_thankfor_mvl/mxv + .byte W07 + .byte 74*bgm_thankfor_mvl/mxv + .byte W05 + .byte 68*bgm_thankfor_mvl/mxv + .byte W07 + .byte 64*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N36 , An0 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N48 + .byte W12 + .byte VOL , 82*bgm_thankfor_mvl/mxv + .byte W05 + .byte 77*bgm_thankfor_mvl/mxv + .byte W07 + .byte 74*bgm_thankfor_mvl/mxv + .byte W05 + .byte 68*bgm_thankfor_mvl/mxv + .byte W07 + .byte 64*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N36 , Dn1 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N48 + .byte W12 + .byte VOL , 82*bgm_thankfor_mvl/mxv + .byte W05 + .byte 77*bgm_thankfor_mvl/mxv + .byte W07 + .byte 74*bgm_thankfor_mvl/mxv + .byte W05 + .byte 68*bgm_thankfor_mvl/mxv + .byte W07 + .byte 64*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N36 , Cs1 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N48 + .byte W12 + .byte VOL , 82*bgm_thankfor_mvl/mxv + .byte W05 + .byte 77*bgm_thankfor_mvl/mxv + .byte W07 + .byte 74*bgm_thankfor_mvl/mxv + .byte W05 + .byte 68*bgm_thankfor_mvl/mxv + .byte W07 + .byte 64*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N36 , Bn0 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N36 , Gn1 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 +bgm_thankfor_3_001: + .byte N36 , An1 , v112 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte Gn1 + .byte W12 + .byte Fn1 + .byte W12 + .byte En1 + .byte W12 + .byte PEND + .byte N36 , Gn1 + .byte W12 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte W05 + .byte 74*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W05 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 85*bgm_thankfor_mvl/mxv + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte Fn1 + .byte W12 + .byte En1 + .byte W12 + .byte Gn1 + .byte W12 + .byte PATT + .word bgm_thankfor_3_001 + .byte PATT + .word bgm_thankfor_3_001 + .byte PATT + .word bgm_thankfor_3_001 + .byte VOL , 10*bgm_thankfor_mvl/mxv + .byte TIE , An1 , v112 + .byte W05 + .byte VOL , 11*bgm_thankfor_mvl/mxv + .byte W03 + .byte 11*bgm_thankfor_mvl/mxv + .byte W16 + .byte 12*bgm_thankfor_mvl/mxv + .byte W08 + .byte 14*bgm_thankfor_mvl/mxv + .byte W04 + .byte 15*bgm_thankfor_mvl/mxv + .byte W02 + .byte 16*bgm_thankfor_mvl/mxv + .byte W12 + .byte 19*bgm_thankfor_mvl/mxv + .byte W10 + .byte 20*bgm_thankfor_mvl/mxv + .byte W08 + .byte 22*bgm_thankfor_mvl/mxv + .byte W04 + .byte 24*bgm_thankfor_mvl/mxv + .byte W05 + .byte 25*bgm_thankfor_mvl/mxv + .byte W03 + .byte 28*bgm_thankfor_mvl/mxv + .byte W06 + .byte 29*bgm_thankfor_mvl/mxv + .byte W03 + .byte 32*bgm_thankfor_mvl/mxv + .byte W07 + .byte W02 + .byte 36*bgm_thankfor_mvl/mxv + .byte W06 + .byte 37*bgm_thankfor_mvl/mxv + .byte W06 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W06 + .byte 48*bgm_thankfor_mvl/mxv + .byte W03 + .byte 48*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W04 + .byte 52*bgm_thankfor_mvl/mxv + .byte W02 + .byte 56*bgm_thankfor_mvl/mxv + .byte W06 + .byte 58*bgm_thankfor_mvl/mxv + .byte W04 + .byte 62*bgm_thankfor_mvl/mxv + .byte W05 + .byte 68*bgm_thankfor_mvl/mxv + .byte W07 + .byte 70*bgm_thankfor_mvl/mxv + .byte W02 + .byte 72*bgm_thankfor_mvl/mxv + .byte W03 + .byte 74*bgm_thankfor_mvl/mxv + .byte W03 + .byte 77*bgm_thankfor_mvl/mxv + .byte W06 + .byte 80*bgm_thankfor_mvl/mxv + .byte W03 + .byte 84*bgm_thankfor_mvl/mxv + .byte W03 + .byte 88*bgm_thankfor_mvl/mxv + .byte W04 + .byte 91*bgm_thankfor_mvl/mxv + .byte W02 + .byte 93*bgm_thankfor_mvl/mxv + .byte W10 + .byte EOT + .byte N06 , An0 + .byte W96 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_thankfor_4: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+21 + .byte VOL , 69*bgm_thankfor_mvl/mxv + .byte W12 + .byte N24 , Dn2 , v080 + .byte W24 + .byte Dn2 , v076 + .byte W24 + .byte Dn2 , v080 + .byte W21 + .byte PAN , c_v+30 + .byte W03 + .byte N24 , Dn2 , v076 + .byte W12 + .byte W12 + .byte Dn2 , v080 + .byte W24 + .byte Dn2 , v076 + .byte W24 + .byte Dn2 , v080 + .byte W24 + .byte Gn2 , v116 + .byte W12 + .byte W12 + .byte Dn2 , v080 + .byte W24 + .byte Dn2 , v076 + .byte W24 + .byte Dn2 , v080 + .byte W24 + .byte N12 , Dn2 , v076 + .byte W12 + .byte Cn3 , v064 + .byte W12 + .byte N36 , Cn3 , v084 + .byte W36 + .byte N18 , Dn3 , v092 + .byte W18 + .byte N30 , Dn3 , v080 + .byte W30 + .byte W12 + .byte N24 , Dn2 , v068 + .byte W24 + .byte Dn2 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte Dn2 , v068 + .byte W12 +bgm_thankfor_4_000: + .byte W12 + .byte N24 , Dn2 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Dn2 , v088 + .byte W12 + .byte PEND +bgm_thankfor_4_001: + .byte W12 + .byte N24 , Bn1 , v068 + .byte W24 + .byte Bn1 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte Bn1 , v068 + .byte W12 + .byte PEND +bgm_thankfor_4_002: + .byte W12 + .byte N24 , Bn1 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte N12 + .byte W36 + .byte PEND +bgm_thankfor_4_003: + .byte W12 + .byte N24 , En2 , v068 + .byte W24 + .byte En2 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte En2 , v068 + .byte W12 + .byte PEND +bgm_thankfor_4_004: + .byte W12 + .byte N24 , En2 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte En2 , v088 + .byte W12 + .byte PEND + .byte W12 + .byte An2 , v068 + .byte W24 + .byte An2 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte N12 , An2 , v068 + .byte W12 + .byte W12 + .byte N32 , An1 , v092 + .byte W32 + .byte W01 + .byte N03 , An4 , v076 + .byte W03 + .byte N48 , Cn3 , v112 + .byte W48 + .byte VOL , 73*bgm_thankfor_mvl/mxv + .byte W12 + .byte N24 , Dn2 , v068 + .byte W24 + .byte Dn2 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte Dn2 , v068 + .byte W12 + .byte PATT + .word bgm_thankfor_4_000 + .byte PATT + .word bgm_thankfor_4_001 + .byte PATT + .word bgm_thankfor_4_002 + .byte PATT + .word bgm_thankfor_4_003 + .byte PATT + .word bgm_thankfor_4_004 + .byte W12 + .byte N24 , An2 , v068 + .byte W24 + .byte An2 , v064 + .byte W24 + .byte N24 + .byte W24 + .byte An2 , v068 + .byte W12 + .byte W72 + .byte PAN , c_v+0 + .byte W12 + .byte N06 , Gn3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte PAN , c_v+31 + .byte W12 + .byte N24 , Dn2 , v088 + .byte W24 + .byte Dn2 , v092 + .byte W24 + .byte N24 + .byte W24 + .byte N12 , Dn2 , v108 + .byte W12 + .byte W12 + .byte N24 , Bn1 , v088 + .byte W24 + .byte Bn1 , v092 + .byte W24 + .byte Bn1 , v088 + .byte W24 + .byte N12 , Bn1 , v112 + .byte W12 + .byte W12 + .byte N24 , En2 , v088 + .byte W24 + .byte En2 , v092 + .byte W24 + .byte En2 , v088 + .byte W24 + .byte N09 , En2 , v112 + .byte W12 + .byte W12 + .byte N24 , An2 , v088 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte An2 , v088 + .byte W24 + .byte N12 , An2 , v104 + .byte W12 + .byte W12 + .byte N24 , Dn2 , v088 + .byte W24 + .byte Dn2 , v092 + .byte W24 + .byte Dn2 , v088 + .byte W24 + .byte N12 , Dn2 , v104 + .byte W12 + .byte W12 + .byte N24 , Bn1 , v088 + .byte W24 + .byte Bn1 , v092 + .byte W24 + .byte Bn1 , v088 + .byte W36 + .byte W12 + .byte En2 + .byte W24 + .byte N12 , En2 , v092 + .byte W24 + .byte N24 , An2 , v088 + .byte W24 + .byte N12 , An2 , v104 + .byte W12 + .byte W12 + .byte N24 , Dn2 , v088 + .byte W24 + .byte Dn2 , v092 + .byte W24 + .byte N12 , Dn2 , v112 + .byte W12 + .byte VOICE , 73 + .byte PAN , c_v+0 + .byte VOL , 43*bgm_thankfor_mvl/mxv + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte PAN , c_v+0 + .byte N03 , Cn5 , v080 + .byte W03 + .byte N68 , Bn4 , v112 + .byte W21 + .byte MOD , 7 + .byte VOL , 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W02 + .byte 33*bgm_thankfor_mvl/mxv + .byte W03 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W04 + .byte 28*bgm_thankfor_mvl/mxv + .byte W02 + .byte 27*bgm_thankfor_mvl/mxv + .byte W03 + .byte 25*bgm_thankfor_mvl/mxv + .byte W03 + .byte 23*bgm_thankfor_mvl/mxv + .byte W04 + .byte 22*bgm_thankfor_mvl/mxv + .byte W02 + .byte 21*bgm_thankfor_mvl/mxv + .byte W03 + .byte 18*bgm_thankfor_mvl/mxv + .byte W03 + .byte 17*bgm_thankfor_mvl/mxv + .byte W04 + .byte 15*bgm_thankfor_mvl/mxv + .byte W02 + .byte 12*bgm_thankfor_mvl/mxv + .byte W03 + .byte 11*bgm_thankfor_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 43*bgm_thankfor_mvl/mxv + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte Bn4 , v104 + .byte W24 + .byte Cn5 , v100 + .byte W24 + .byte N12 , Dn5 , v092 + .byte W12 + .byte N06 , Cs5 , v080 + .byte W06 + .byte Cn5 , v072 + .byte W06 + .byte Bn4 , v108 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte N72 , Bn4 + .byte W24 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte W03 + .byte 40*bgm_thankfor_mvl/mxv + .byte W02 + .byte 37*bgm_thankfor_mvl/mxv + .byte W03 + .byte 35*bgm_thankfor_mvl/mxv + .byte W03 + .byte 33*bgm_thankfor_mvl/mxv + .byte W04 + .byte 31*bgm_thankfor_mvl/mxv + .byte W02 + .byte 29*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W03 + .byte 28*bgm_thankfor_mvl/mxv + .byte W04 + .byte 25*bgm_thankfor_mvl/mxv + .byte W02 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 22*bgm_thankfor_mvl/mxv + .byte W03 + .byte 21*bgm_thankfor_mvl/mxv + .byte W04 + .byte 20*bgm_thankfor_mvl/mxv + .byte W02 + .byte 18*bgm_thankfor_mvl/mxv + .byte W03 + .byte 17*bgm_thankfor_mvl/mxv + .byte W03 + .byte 15*bgm_thankfor_mvl/mxv + .byte W01 + .byte MOD , 0 + .byte VOL , 12*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte Gs4 , v096 + .byte W03 + .byte Gn4 , v112 + .byte W03 + .byte N06 , Fs4 + .byte W06 + .byte N60 , Gn4 + .byte W60 + .byte MOD , 0 + .byte W21 + .byte N03 , Bn4 + .byte W03 + .byte N36 , Cn5 + .byte W24 + .byte VOL , 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 36*bgm_thankfor_mvl/mxv + .byte W02 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 44*bgm_thankfor_mvl/mxv + .byte N06 , Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N03 , Cs5 , v080 + .byte W03 + .byte N44 , Cn5 , v112 + .byte W21 + .byte MOD , 7 + .byte VOL , 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W02 + .byte 35*bgm_thankfor_mvl/mxv + .byte W03 + .byte 32*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W04 + .byte 28*bgm_thankfor_mvl/mxv + .byte W02 + .byte 23*bgm_thankfor_mvl/mxv + .byte W03 + .byte 22*bgm_thankfor_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 44*bgm_thankfor_mvl/mxv + .byte N24 , Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N12 , En5 + .byte W12 + .byte N03 , Ds5 , v084 + .byte W03 + .byte Dn5 , v076 + .byte W03 + .byte Cs5 , v072 + .byte W03 + .byte Cn5 + .byte W03 + .byte N06 , Cn5 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte N68 , Cn5 + .byte W21 + .byte MOD , 7 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W02 + .byte 34*bgm_thankfor_mvl/mxv + .byte W03 + .byte 33*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W04 + .byte 29*bgm_thankfor_mvl/mxv + .byte W02 + .byte 25*bgm_thankfor_mvl/mxv + .byte W03 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 22*bgm_thankfor_mvl/mxv + .byte W04 + .byte 20*bgm_thankfor_mvl/mxv + .byte W02 + .byte 18*bgm_thankfor_mvl/mxv + .byte W03 + .byte 16*bgm_thankfor_mvl/mxv + .byte W03 + .byte 14*bgm_thankfor_mvl/mxv + .byte W04 + .byte 12*bgm_thankfor_mvl/mxv + .byte W02 + .byte 11*bgm_thankfor_mvl/mxv + .byte W03 + .byte 11*bgm_thankfor_mvl/mxv + .byte W04 + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte VOL , 61*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte W24 + .byte W03 + .byte N03 , Dn4 , v060 + .byte W03 + .byte En4 + .byte W03 + .byte Fs4 , v064 + .byte W03 + .byte An4 + .byte W03 + .byte Bn4 , v068 + .byte W03 + .byte Cn5 , v072 + .byte W03 + .byte Cs5 + .byte W03 + .byte N12 , Dn5 , v112 + .byte W12 + .byte N18 , Cn5 + .byte W18 + .byte N06 , Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N36 , Bn4 + .byte W36 + .byte N06 , As4 , v080 + .byte W06 + .byte Bn4 , v088 + .byte W06 + .byte N30 , Dn4 , v096 + .byte W36 + .byte N03 , Dn4 , v076 + .byte W06 + .byte N06 , Dn4 , v088 + .byte W06 + .byte N24 , An4 , v112 + .byte W24 + .byte Bn4 , v104 + .byte W24 + .byte Cn5 , v100 + .byte W24 + .byte N12 , Dn5 , v092 + .byte W12 + .byte N06 , Cs5 , v072 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 , v108 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte An4 , v080 + .byte W06 + .byte N18 , Bn4 , v112 + .byte W18 + .byte N03 , Gn4 + .byte W06 + .byte N24 , Gn4 , v092 + .byte W24 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Fs4 , v076 + .byte W06 + .byte En4 , v080 + .byte W06 + .byte Fs4 , v084 + .byte W06 + .byte N48 , Gn4 + .byte W96 + .byte N36 , Cn5 , v108 + .byte W36 + .byte N06 , Bn4 , v112 + .byte W06 + .byte Cn5 + .byte W06 + .byte N36 , En4 , v080 + .byte W36 + .byte N03 , En4 , v076 + .byte W06 + .byte En4 , v092 + .byte W06 + .byte N24 , Bn4 , v112 + .byte W24 + .byte Cn5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N12 , En5 + .byte W12 + .byte N06 , An4 , v080 + .byte W06 + .byte N03 , En5 , v112 + .byte W03 + .byte Fs5 + .byte W03 + .byte N12 , Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N18 , En5 + .byte W18 + .byte N03 , Dn5 , v092 + .byte W06 + .byte N24 , Dn5 , v108 + .byte W36 + .byte N06 , Bn4 , v112 + .byte W06 + .byte Cn5 + .byte W06 + .byte N18 , Dn5 + .byte W24 + .byte N04 , Gn5 , v092 + .byte W04 + .byte An5 , v072 + .byte W04 + .byte Gn5 , v068 + .byte W04 + .byte Fs5 , v092 + .byte W04 + .byte Gn5 , v072 + .byte W04 + .byte Fs5 , v068 + .byte W04 + .byte En5 , v092 + .byte W04 + .byte Fs5 , v072 + .byte W04 + .byte En5 , v068 + .byte W04 + .byte Dn5 , v092 + .byte W04 + .byte En5 , v072 + .byte W04 + .byte Dn5 , v068 + .byte W04 + .byte Cn5 , v092 + .byte W04 + .byte Dn5 , v072 + .byte W04 + .byte Cn5 , v068 + .byte W04 + .byte Bn4 , v092 + .byte W04 + .byte Cn5 , v072 + .byte W04 + .byte Bn4 , v068 + .byte W04 + .byte VOICE , 60 + .byte VOL , 90*bgm_thankfor_mvl/mxv + .byte PAN , c_v+0 + .byte N30 , Bn3 , v112 + .byte W12 + .byte MOD , 8 + .byte W18 + .byte 0 + .byte N12 , Cn4 + .byte W12 + .byte N06 , Dn4 , v108 + .byte W06 + .byte N36 , Bn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N12 , Fn4 + .byte W12 + .byte En4 , v116 + .byte W12 + .byte N03 , Ds4 , v108 + .byte W03 + .byte En4 , v112 + .byte W03 + .byte N06 , Ds4 + .byte W06 + .byte Dn4 , v104 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte N30 , Bn3 , v096 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte VOICE , 48 + .byte VOL , 74*bgm_thankfor_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte N12 , Cn4 , v092 + .byte W12 + .byte N06 , Dn4 , v100 + .byte W06 + .byte PAN , c_v+0 + .byte N30 , Cn4 , v112 + .byte W12 + .byte MOD , 4 + .byte W18 + .byte 0 + .byte N12 , Dn4 , v104 + .byte W12 + .byte N06 , En4 , v112 + .byte W06 + .byte Cn4 , v104 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte N12 , Cn4 + .byte W18 + .byte N06 + .byte W06 + .byte Dn4 , v088 + .byte W06 + .byte En4 , v100 + .byte W06 + .byte N12 , Gn4 , v104 + .byte W12 + .byte Fs4 , v092 + .byte W12 + .byte N03 , En4 , v084 + .byte W03 + .byte Fs4 , v112 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte Dn4 , v092 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte N12 , Dn4 , v096 + .byte W12 + .byte Cn4 , v112 + .byte W12 + .byte VOL , 67*bgm_thankfor_mvl/mxv + .byte N12 , Bn3 + .byte W12 + .byte VOL , 80*bgm_thankfor_mvl/mxv + .byte N12 , Cn4 + .byte W12 + .byte VOICE , 56 + .byte VOL , 75*bgm_thankfor_mvl/mxv + .byte N30 , Bn4 + .byte W12 + .byte MOD , 8 + .byte W18 + .byte 0 + .byte N12 , Cn5 , v104 + .byte W12 + .byte N06 , Dn5 , v112 + .byte W06 + .byte N36 , Bn4 , v104 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Cn5 , v088 + .byte W06 + .byte Dn5 , v100 + .byte W06 + .byte N12 , Fn5 , v104 + .byte W12 + .byte En5 , v092 + .byte W12 + .byte Ds5 , v112 + .byte W12 + .byte En5 + .byte W12 + .byte N30 , Bn4 , v096 + .byte W12 + .byte MOD , 8 + .byte W18 + .byte VOICE , 48 + .byte VOL , 74*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte N12 , Cn5 , v092 + .byte W12 + .byte N06 , Dn5 , v100 + .byte W06 + .byte VOL , 81*bgm_thankfor_mvl/mxv + .byte N12 , Cn5 , v112 + .byte W12 + .byte En4 , v084 + .byte W12 + .byte An4 , v088 + .byte W12 + .byte En4 , v076 + .byte W12 + .byte Gn4 , v104 + .byte W12 + .byte Cn4 , v112 + .byte W12 + .byte N03 , Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N24 , Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte Cs5 + .byte W24 + .byte PAN , c_v+0 + .byte VOL , 64*bgm_thankfor_mvl/mxv + .byte N12 , Dn5 + .byte W12 + .byte Gn4 + .byte W12 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte VOL , 69*bgm_thankfor_mvl/mxv + .byte N36 , An3 + .byte W36 + .byte N06 , Cs4 + .byte W12 + .byte N48 , En4 + .byte W24 + .byte VOL , 69*bgm_thankfor_mvl/mxv + .byte MOD , 5 + .byte W02 + .byte VOL , 66*bgm_thankfor_mvl/mxv + .byte W03 + .byte 60*bgm_thankfor_mvl/mxv + .byte W03 + .byte 56*bgm_thankfor_mvl/mxv + .byte W04 + .byte 54*bgm_thankfor_mvl/mxv + .byte W02 + .byte 50*bgm_thankfor_mvl/mxv + .byte W03 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W04 + .byte 69*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte N36 , Bn3 + .byte W36 + .byte N06 , Dn4 + .byte W12 + .byte N36 , Gn4 + .byte W12 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N72 , En4 + .byte W24 + .byte VOL , 69*bgm_thankfor_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 66*bgm_thankfor_mvl/mxv + .byte W03 + .byte 62*bgm_thankfor_mvl/mxv + .byte W03 + .byte 56*bgm_thankfor_mvl/mxv + .byte W06 + .byte 54*bgm_thankfor_mvl/mxv + .byte W03 + .byte 53*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W04 + .byte 48*bgm_thankfor_mvl/mxv + .byte W05 + .byte 44*bgm_thankfor_mvl/mxv + .byte W07 + .byte 41*bgm_thankfor_mvl/mxv + .byte W05 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W04 + .byte 69*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte N24 , Dn4 + .byte W24 + .byte N72 , En4 + .byte W24 + .byte VOL , 69*bgm_thankfor_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 66*bgm_thankfor_mvl/mxv + .byte W03 + .byte 62*bgm_thankfor_mvl/mxv + .byte W03 + .byte 60*bgm_thankfor_mvl/mxv + .byte W04 + .byte 59*bgm_thankfor_mvl/mxv + .byte W02 + .byte 56*bgm_thankfor_mvl/mxv + .byte W03 + .byte 54*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W04 + .byte 48*bgm_thankfor_mvl/mxv + .byte W02 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W07 + .byte 37*bgm_thankfor_mvl/mxv + .byte W02 + .byte 35*bgm_thankfor_mvl/mxv + .byte W03 + .byte 34*bgm_thankfor_mvl/mxv + .byte W07 + .byte 69*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte N21 , Dn4 + .byte W24 + .byte N72 , En4 + .byte W24 + .byte VOL , 66*bgm_thankfor_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 66*bgm_thankfor_mvl/mxv + .byte W03 + .byte 60*bgm_thankfor_mvl/mxv + .byte W07 + .byte 59*bgm_thankfor_mvl/mxv + .byte W02 + .byte 56*bgm_thankfor_mvl/mxv + .byte W03 + .byte 54*bgm_thankfor_mvl/mxv + .byte W07 + .byte 50*bgm_thankfor_mvl/mxv + .byte W02 + .byte 48*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W04 + .byte 40*bgm_thankfor_mvl/mxv + .byte W05 + .byte 37*bgm_thankfor_mvl/mxv + .byte W07 + .byte 69*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte N21 , Dn4 + .byte W24 + .byte VOL , 6*bgm_thankfor_mvl/mxv + .byte PAN , c_v+32 + .byte TIE , Cs4 + .byte W02 + .byte VOL , 7*bgm_thankfor_mvl/mxv + .byte W03 + .byte 9*bgm_thankfor_mvl/mxv + .byte W09 + .byte 10*bgm_thankfor_mvl/mxv + .byte W03 + .byte 11*bgm_thankfor_mvl/mxv + .byte W07 + .byte 12*bgm_thankfor_mvl/mxv + .byte W02 + .byte 14*bgm_thankfor_mvl/mxv + .byte W03 + .byte 15*bgm_thankfor_mvl/mxv + .byte W03 + .byte 17*bgm_thankfor_mvl/mxv + .byte W04 + .byte 18*bgm_thankfor_mvl/mxv + .byte W02 + .byte 19*bgm_thankfor_mvl/mxv + .byte W06 + .byte 22*bgm_thankfor_mvl/mxv + .byte W06 + .byte 25*bgm_thankfor_mvl/mxv + .byte W06 + .byte 28*bgm_thankfor_mvl/mxv + .byte W04 + .byte 32*bgm_thankfor_mvl/mxv + .byte W08 + .byte 37*bgm_thankfor_mvl/mxv + .byte W04 + .byte 37*bgm_thankfor_mvl/mxv + .byte W05 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W09 + .byte 44*bgm_thankfor_mvl/mxv + .byte W07 + .byte W02 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 49*bgm_thankfor_mvl/mxv + .byte W07 + .byte 51*bgm_thankfor_mvl/mxv + .byte W02 + .byte 53*bgm_thankfor_mvl/mxv + .byte W03 + .byte 55*bgm_thankfor_mvl/mxv + .byte W03 + .byte 56*bgm_thankfor_mvl/mxv + .byte W04 + .byte 59*bgm_thankfor_mvl/mxv + .byte W02 + .byte 60*bgm_thankfor_mvl/mxv + .byte W03 + .byte 62*bgm_thankfor_mvl/mxv + .byte W07 + .byte 66*bgm_thankfor_mvl/mxv + .byte W02 + .byte 69*bgm_thankfor_mvl/mxv + .byte W03 + .byte 70*bgm_thankfor_mvl/mxv + .byte W03 + .byte 74*bgm_thankfor_mvl/mxv + .byte W04 + .byte 75*bgm_thankfor_mvl/mxv + .byte W02 + .byte 78*bgm_thankfor_mvl/mxv + .byte W03 + .byte 79*bgm_thankfor_mvl/mxv + .byte W03 + .byte 81*bgm_thankfor_mvl/mxv + .byte W06 + .byte 85*bgm_thankfor_mvl/mxv + .byte W03 + .byte 85*bgm_thankfor_mvl/mxv + .byte W03 + .byte 87*bgm_thankfor_mvl/mxv + .byte W28 + .byte EOT + .byte N03 , An1 + .byte W96 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_thankfor_5: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 46 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 90*bgm_thankfor_mvl/mxv + .byte PAN , c_v+28 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte c_v+30 + .byte W48 + .byte VOL , 56*bgm_thankfor_mvl/mxv + .byte PAN , c_v-29 + .byte W12 + .byte N06 , Bn4 , v112 + .byte W12 + .byte Bn5 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte An5 + .byte W12 + .byte Dn5 + .byte W12 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte PAN , c_v-32 + .byte N03 , Bn3 , v100 + .byte W03 + .byte Dn4 , v104 + .byte W03 + .byte Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte PAN , c_v-24 + .byte N03 , Dn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte Bn4 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Dn5 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , An4 + .byte W03 + .byte Bn4 , v092 + .byte W03 + .byte Dn5 , v096 + .byte W03 + .byte Fs5 + .byte W03 + .byte PAN , c_v+26 + .byte N03 , Bn5 , v100 + .byte W03 + .byte An5 , v096 + .byte W03 + .byte Gn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte PAN , c_v+16 + .byte N03 , Gn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte Bn4 , v092 + .byte W03 + .byte An4 + .byte W03 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte PAN , c_v+9 + .byte N06 , Bn4 , v088 + .byte W06 + .byte As4 , v084 + .byte W06 + .byte PAN , c_v-13 + .byte N06 , Bn4 + .byte W06 + .byte Dn5 , v112 + .byte W06 + .byte PAN , c_v-32 + .byte W12 + .byte N06 , Bn4 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Dn5 + .byte W12 + .byte Gn5 + .byte W06 + .byte Fs5 + .byte W06 + .byte N12 , Gn5 + .byte W12 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte N03 , Dn4 , v096 + .byte W03 + .byte Gn4 , v088 + .byte W03 + .byte Bn4 + .byte W03 + .byte Dn5 + .byte W03 + .byte Gn4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Dn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte PAN , c_v-25 + .byte N03 , Bn4 + .byte W03 + .byte Dn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Gn5 + .byte W03 + .byte PAN , c_v-10 + .byte N03 , Dn5 + .byte W03 + .byte Fs5 + .byte W03 + .byte Gn5 + .byte W03 + .byte An5 , v092 + .byte W03 + .byte PAN , c_v+24 + .byte N03 , Bn5 , v096 + .byte W03 + .byte An5 + .byte W03 + .byte Gn5 , v088 + .byte W03 + .byte Dn5 + .byte W03 + .byte PAN , c_v+2 + .byte N03 , An5 + .byte W03 + .byte Gn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte PAN , c_v-32 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte N12 , An4 , v112 + .byte W12 + .byte N06 , Cn5 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte En5 + .byte W12 + .byte Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte N12 , Cn5 + .byte W36 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte PAN , c_v+26 + .byte N03 , Cn6 , v092 + .byte W03 + .byte An5 , v084 + .byte W03 + .byte Fs5 + .byte W03 + .byte En5 + .byte W03 + .byte An5 + .byte W03 + .byte Fs5 + .byte W03 + .byte En5 + .byte W03 + .byte Cn5 + .byte W03 + .byte PAN , c_v+8 + .byte N03 , Fs5 + .byte W03 + .byte En5 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , Cn5 + .byte W03 + .byte An4 + .byte W03 + .byte PAN , c_v-33 + .byte N03 , En5 + .byte W03 + .byte Cn5 , v096 + .byte W03 + .byte An4 + .byte W03 + .byte Fs4 + .byte W03 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte N06 , An4 , v112 + .byte W12 + .byte Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An4 + .byte W12 + .byte Cn5 + .byte W12 + .byte An5 + .byte W12 + .byte Gn5 + .byte W12 + .byte VOICE , 46 + .byte VOL , 57*bgm_thankfor_mvl/mxv + .byte N03 , Dn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte An4 + .byte W03 + .byte Cn5 + .byte W03 + .byte N12 , Dn5 + .byte W36 + .byte PAN , c_v-39 + .byte N03 , Dn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte An3 + .byte W03 + .byte Cn4 + .byte W03 + .byte PAN , c_v-21 + .byte N03 , Dn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte An4 + .byte W03 + .byte Cn5 + .byte W03 + .byte PAN , c_v+42 + .byte N03 , Dn5 + .byte W03 + .byte Cn5 + .byte W03 + .byte An4 + .byte W03 + .byte Fs4 + .byte W03 + .byte PAN , c_v+25 + .byte N03 , Dn4 + .byte W03 + .byte Cn4 + .byte W03 + .byte PAN , c_v+7 + .byte N03 , An3 + .byte W03 + .byte Fs3 + .byte W03 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 62*bgm_thankfor_mvl/mxv + .byte PAN , c_v-32 + .byte N06 , Gn4 , v096 + .byte W06 + .byte Bn3 , v072 + .byte W06 + .byte En4 + .byte W06 + .byte Gn4 + .byte W06 + .byte PAN , c_v-16 + .byte N06 , Bn4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte PAN , c_v-7 + .byte N06 , Gn4 + .byte W06 + .byte Bn4 + .byte W06 + .byte PAN , c_v+32 + .byte N04 , Gn5 , v092 + .byte W04 + .byte En5 , v088 + .byte W04 + .byte Bn4 , v080 + .byte W04 + .byte En5 + .byte W04 + .byte Bn4 , v076 + .byte W04 + .byte Gn4 , v072 + .byte W04 + .byte PAN , c_v+15 + .byte N04 , Bn4 , v088 + .byte W04 + .byte Gn4 , v084 + .byte W04 + .byte En4 , v080 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Gn4 , v072 + .byte W04 + .byte En4 + .byte W04 + .byte Bn3 , v064 + .byte W04 + .byte W96 + .byte W96 + .byte VOICE , 48 + .byte W96 + .byte 47 + .byte VOL , 62*bgm_thankfor_mvl/mxv + .byte PAN , c_v+0 + .byte W48 + .byte VOL , 88*bgm_thankfor_mvl/mxv + .byte N04 , Dn2 , v056 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte Dn2 , v060 + .byte W04 + .byte Dn2 , v072 + .byte W04 + .byte Dn2 , v088 + .byte W04 + .byte Dn2 , v108 + .byte W04 + .byte Dn2 , v112 + .byte W04 + .byte Dn2 , v116 + .byte W04 + .byte VOL , 88*bgm_thankfor_mvl/mxv + .byte N15 , Gn1 , v112 + .byte W36 + .byte N02 , Gn1 , v056 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N14 , Fs1 , v072 + .byte W36 + .byte N02 , Fs1 , v052 + .byte W04 + .byte Fs1 , v048 + .byte W04 + .byte Fs1 , v052 + .byte W04 + .byte N04 , Fn1 , v064 + .byte W24 + .byte En1 , v040 + .byte W12 + .byte Fn1 + .byte W12 + .byte En1 + .byte W12 + .byte Ds1 + .byte W12 + .byte VOL , 88*bgm_thankfor_mvl/mxv + .byte N04 , En1 + .byte W12 + .byte N06 , En2 , v112 + .byte W12 + .byte N24 , An1 + .byte W36 + .byte N04 , Cn2 , v040 + .byte W04 + .byte Bn1 + .byte W08 + .byte N24 , Gs1 + .byte W36 + .byte N04 , Bn1 + .byte W04 + .byte Cn2 + .byte W08 + .byte Dn2 , v060 + .byte W24 + .byte Cn2 , v040 + .byte W24 + .byte VOICE , 47 + .byte N04 , Dn2 , v056 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte Dn2 , v060 + .byte W04 + .byte Dn2 , v072 + .byte W04 + .byte Dn2 , v088 + .byte W04 + .byte Dn2 , v108 + .byte W04 + .byte Dn2 , v112 + .byte W04 + .byte Dn2 , v116 + .byte W04 + .byte VOL , 100*bgm_thankfor_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , Gn1 , v112 + .byte W36 + .byte N02 , Gn1 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Fs1 , v112 + .byte W36 + .byte N02 , Fs1 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Fn1 , v112 + .byte W48 + .byte N08 , Bn1 , v096 + .byte W12 + .byte N12 , En1 , v112 + .byte W12 + .byte N06 , Bn1 , v080 + .byte W06 + .byte Bn1 , v112 + .byte W06 + .byte N12 , En1 + .byte W12 + .byte N48 , An1 , v124 + .byte W48 + .byte N04 , Dn2 , v104 + .byte W12 + .byte An1 , v084 + .byte W12 + .byte Dn2 , v112 + .byte W12 + .byte N12 , An1 , v092 + .byte W12 + .byte VOICE , 47 + .byte VOL , 100*bgm_thankfor_mvl/mxv + .byte PAN , c_v-24 + .byte N06 , Gn2 , v112 + .byte W12 + .byte N02 , Dn2 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte PAN , c_v+26 + .byte N06 , Fn2 , v112 + .byte W12 + .byte N02 , Dn2 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte PAN , c_v-23 + .byte N06 , Dn2 , v112 + .byte W12 + .byte N02 , Dn2 , v080 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte PAN , c_v+0 + .byte N02 , Gn1 + .byte W04 + .byte N02 + .byte W04 + .byte Gn1 , v084 + .byte W04 + .byte Gn1 , v096 + .byte W04 + .byte Gn1 , v108 + .byte W04 + .byte Gn1 , v124 + .byte W04 + .byte VOICE , 1 + .byte VOL , 49*bgm_thankfor_mvl/mxv + .byte PAN , c_v-32 + .byte N06 , Cn3 , v112 + .byte W06 + .byte Gn3 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N06 , Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As2 + .byte W06 + .byte An2 + .byte W06 + .byte As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Fn3 + .byte W06 + .byte As3 + .byte W06 + .byte N03 , Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 , An4 + .byte W03 + .byte As4 + .byte W03 + .byte N06 , An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , En4 + .byte W03 + .byte Fn4 + .byte W03 + .byte N06 , En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte An4 + .byte W06 + .byte En4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte An4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte N03 , Fn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N06 , Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte En4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fn4 + .byte W06 + .byte En4 + .byte W06 + .byte N03 , Cs4 + .byte W03 + .byte En4 + .byte W03 + .byte N06 , Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte Dn5 + .byte W03 + .byte N06 , Bn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N03 , Gn4 + .byte W03 + .byte Bn4 + .byte W03 + .byte N06 , Gn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte VOICE , 14 + .byte N48 , An3 + .byte W48 + .byte En3 + .byte W48 + .byte Gn3 + .byte W48 + .byte Dn3 + .byte W48 +bgm_thankfor_5_000: + .byte N72 , En3 , v112 + .byte W72 + .byte N24 , Dn3 + .byte W24 + .byte PEND + .byte PATT + .word bgm_thankfor_5_000 + .byte N72 , En3 , v112 + .byte W96 + .byte VOICE , 48 + .byte VOL , 6*bgm_thankfor_mvl/mxv + .byte TIE , An3 + .byte W08 + .byte VOL , 7*bgm_thankfor_mvl/mxv + .byte W06 + .byte 9*bgm_thankfor_mvl/mxv + .byte W06 + .byte 10*bgm_thankfor_mvl/mxv + .byte W06 + .byte 11*bgm_thankfor_mvl/mxv + .byte W03 + .byte 12*bgm_thankfor_mvl/mxv + .byte W07 + .byte 14*bgm_thankfor_mvl/mxv + .byte W02 + .byte 15*bgm_thankfor_mvl/mxv + .byte W03 + .byte 17*bgm_thankfor_mvl/mxv + .byte W07 + .byte 18*bgm_thankfor_mvl/mxv + .byte W02 + .byte 19*bgm_thankfor_mvl/mxv + .byte W06 + .byte 21*bgm_thankfor_mvl/mxv + .byte W06 + .byte 22*bgm_thankfor_mvl/mxv + .byte W03 + .byte 26*bgm_thankfor_mvl/mxv + .byte W07 + .byte 28*bgm_thankfor_mvl/mxv + .byte W02 + .byte 32*bgm_thankfor_mvl/mxv + .byte W03 + .byte 35*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W06 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W03 + .byte 44*bgm_thankfor_mvl/mxv + .byte W04 + .byte W02 + .byte 47*bgm_thankfor_mvl/mxv + .byte W03 + .byte 48*bgm_thankfor_mvl/mxv + .byte W03 + .byte 50*bgm_thankfor_mvl/mxv + .byte W04 + .byte 51*bgm_thankfor_mvl/mxv + .byte W02 + .byte 53*bgm_thankfor_mvl/mxv + .byte W03 + .byte 56*bgm_thankfor_mvl/mxv + .byte W03 + .byte 59*bgm_thankfor_mvl/mxv + .byte W06 + .byte 62*bgm_thankfor_mvl/mxv + .byte W03 + .byte 64*bgm_thankfor_mvl/mxv + .byte W03 + .byte 66*bgm_thankfor_mvl/mxv + .byte W04 + .byte 69*bgm_thankfor_mvl/mxv + .byte W02 + .byte 70*bgm_thankfor_mvl/mxv + .byte W06 + .byte 73*bgm_thankfor_mvl/mxv + .byte W04 + .byte 74*bgm_thankfor_mvl/mxv + .byte W02 + .byte 75*bgm_thankfor_mvl/mxv + .byte W03 + .byte 78*bgm_thankfor_mvl/mxv + .byte W03 + .byte 79*bgm_thankfor_mvl/mxv + .byte W06 + .byte 81*bgm_thankfor_mvl/mxv + .byte W03 + .byte 83*bgm_thankfor_mvl/mxv + .byte W03 + .byte 85*bgm_thankfor_mvl/mxv + .byte W04 + .byte 85*bgm_thankfor_mvl/mxv + .byte W24 + .byte EOT + .byte VOICE , 47 + .byte VOL , 100*bgm_thankfor_mvl/mxv + .byte N24 , An1 + .byte W96 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_thankfor_6: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 4 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-61 + .byte VOL , 44*bgm_thankfor_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_thankfor_6_000: + .byte VOL , 30*bgm_thankfor_mvl/mxv + .byte W12 + .byte N24 , Dn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W12 + .byte PEND +bgm_thankfor_6_001: + .byte W12 + .byte N24 , Dn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W12 + .byte PEND + .byte PATT + .word bgm_thankfor_6_001 + .byte W12 + .byte N24 , Bn2 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W12 +bgm_thankfor_6_002: + .byte W12 + .byte N24 , En3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W12 + .byte PEND + .byte PATT + .word bgm_thankfor_6_002 + .byte W12 + .byte N24 , Fs3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte VOL , 10*bgm_thankfor_mvl/mxv + .byte N48 , Dn3 + .byte W06 + .byte VOL , 10*bgm_thankfor_mvl/mxv + .byte W02 + .byte 12*bgm_thankfor_mvl/mxv + .byte W04 + .byte 15*bgm_thankfor_mvl/mxv + .byte W02 + .byte 20*bgm_thankfor_mvl/mxv + .byte W03 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W04 + .byte 33*bgm_thankfor_mvl/mxv + .byte W02 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 48*bgm_thankfor_mvl/mxv + .byte W03 + .byte 52*bgm_thankfor_mvl/mxv + .byte W04 + .byte 53*bgm_thankfor_mvl/mxv + .byte W02 + .byte 57*bgm_thankfor_mvl/mxv + .byte W03 + .byte 61*bgm_thankfor_mvl/mxv + .byte W03 + .byte 62*bgm_thankfor_mvl/mxv + .byte W04 + .byte 10*bgm_thankfor_mvl/mxv + .byte N48 , An3 + .byte W03 + .byte VOL , 11*bgm_thankfor_mvl/mxv + .byte W02 + .byte 16*bgm_thankfor_mvl/mxv + .byte W03 + .byte 23*bgm_thankfor_mvl/mxv + .byte W04 + .byte 27*bgm_thankfor_mvl/mxv + .byte W02 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 36*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W04 + .byte 48*bgm_thankfor_mvl/mxv + .byte W02 + .byte 49*bgm_thankfor_mvl/mxv + .byte W03 + .byte 56*bgm_thankfor_mvl/mxv + .byte W03 + .byte 61*bgm_thankfor_mvl/mxv + .byte W04 + .byte 62*bgm_thankfor_mvl/mxv + .byte W12 + .byte PATT + .word bgm_thankfor_6_000 + .byte PATT + .word bgm_thankfor_6_001 + .byte W12 + .byte N24 , Dn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N06 , Bn3 + .byte W12 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W12 +bgm_thankfor_6_003: + .byte W12 + .byte N24 , En4 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W12 + .byte PEND + .byte PATT + .word bgm_thankfor_6_003 + .byte W12 + .byte N24 , Fs4 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte W96 + .byte Dn3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte Gs3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte En3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte An3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte Dn4 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte Gs4 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte En4 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte An3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte Gn3 + .byte W12 + .byte N24 + .byte W24 + .byte N12 + .byte W12 + .byte N12 + .byte W12 + .byte N24 + .byte W24 + .byte N12 , An4 + .byte W03 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte W09 + .byte VOICE , 4 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte N03 , Gs4 + .byte W03 + .byte N44 , Gn4 + .byte W21 + .byte MOD , 7 + .byte W24 + .byte N24 , Fs4 + .byte W24 + .byte MOD , 0 + .byte N12 , Dn4 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte Fs4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Fs4 + .byte W06 + .byte N36 , Gn4 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N24 , An4 + .byte W24 + .byte N15 , Gn4 + .byte W12 + .byte MOD , 0 + .byte W06 + .byte N03 , En4 + .byte W06 + .byte Fn4 + .byte W03 + .byte En4 + .byte W03 + .byte N06 , Ds4 + .byte W06 + .byte N36 , En4 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N24 , Ds4 + .byte W24 + .byte MOD , 0 + .byte N24 , En4 + .byte W24 + .byte N36 , Gn4 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N03 , Gs4 + .byte W03 + .byte N44 , Gn4 + .byte W21 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N24 , Fs4 + .byte W24 + .byte Gn4 + .byte W24 + .byte An4 + .byte W24 + .byte N12 , Cn5 + .byte W12 + .byte N03 , Bn4 , v096 + .byte W03 + .byte As4 + .byte W03 + .byte An4 + .byte W03 + .byte Gs4 + .byte W03 + .byte N06 , An4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N03 , As4 + .byte W03 + .byte N68 , An4 + .byte W21 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte N48 , Dn3 + .byte W15 + .byte VOL , 45*bgm_thankfor_mvl/mxv + .byte W02 + .byte 44*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W03 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W03 + .byte 35*bgm_thankfor_mvl/mxv + .byte W03 + .byte 32*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W03 + .byte 27*bgm_thankfor_mvl/mxv + .byte W03 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 22*bgm_thankfor_mvl/mxv + .byte W04 + .byte 40*bgm_thankfor_mvl/mxv + .byte N12 , Cn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn2 + .byte W12 + .byte VOICE , 68 + .byte VOL , 40*bgm_thankfor_mvl/mxv + .byte N06 , Gn1 + .byte W06 + .byte Dn2 + .byte W06 + .byte Cs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Bn1 + .byte W06 + .byte Dn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte As2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte En2 + .byte W06 + .byte Fs2 + .byte W06 + .byte En2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Cn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Cn2 + .byte W06 + .byte Bn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte Bn1 + .byte W06 + .byte Dn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn2 + .byte W06 + .byte N03 , En2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds2 + .byte W06 + .byte En2 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Gn2 + .byte W06 + .byte En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte En2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte En2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Bn2 + .byte W06 + .byte N09 , An2 + .byte W06 + .byte N06 , Gn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte An2 + .byte W06 + .byte W06 + .byte Fs2 + .byte W06 + .byte En2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Dn2 + .byte W06 + .byte Fs2 + .byte W06 + .byte An2 + .byte W06 + .byte Cn3 + .byte W06 + .byte An2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Dn3 + .byte W18 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N18 , Fs3 + .byte W96 + .byte VOICE , 84 + .byte N32 , Gn3 + .byte W12 + .byte MOD , 8 + .byte W18 + .byte 0 + .byte W06 + .byte N04 + .byte W04 + .byte Gn3 , v096 + .byte W04 + .byte N04 + .byte W04 + .byte N32 , Fs3 , v112 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N04 + .byte W04 + .byte Fs3 , v096 + .byte W04 + .byte N04 + .byte W04 + .byte N24 , Gs3 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N03 , En3 + .byte W03 + .byte Fs3 + .byte W03 + .byte N06 , En3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gs2 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Gs2 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte W96 + .byte W96 + .byte N30 , Gn3 + .byte W12 + .byte MOD , 8 + .byte W18 + .byte 0 + .byte N12 , Cn4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte N36 , Fs3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N36 , Fn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte W96 + .byte W96 + .byte VOICE , 68 + .byte PAN , c_v-62 + .byte W12 + .byte N12 , Gn3 , v116 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v088 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Dn4 , v084 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v088 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v-62 + .byte W12 + .byte N12 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v092 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Dn4 , v092 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v092 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v-62 + .byte W12 + .byte N12 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Gn4 , v096 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Fn4 , v096 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v096 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 , v112 + .byte W12 + .byte PAN , c_v-62 + .byte W12 + .byte N12 , An3 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , An4 , v096 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Gn4 , v096 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v092 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v-62 + .byte W15 + .byte N12 + .byte W09 + .byte PAN , c_v+63 + .byte N12 , Fn4 , v096 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v096 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Fn4 , v092 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v-62 + .byte W15 + .byte N12 + .byte W09 + .byte PAN , c_v+63 + .byte N12 , Fn4 , v088 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , En4 , v092 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Fn4 , v092 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , An3 , v112 + .byte W12 + .byte PAN , c_v-62 + .byte W12 + .byte N12 , Gn3 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Dn4 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Gn3 + .byte W12 + .byte PAN , c_v+63 + .byte W12 + .byte c_v-62 + .byte N12 , Dn3 + .byte W12 + .byte PAN , c_v+63 + .byte N12 , Bn3 + .byte W12 + .byte PAN , c_v-62 + .byte N12 , Dn3 + .byte W12 + .byte VOICE , 4 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte W12 + .byte N12 , Cs2 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W06 + .byte MOD , 6 + .byte W06 +bgm_thankfor_6_004: + .byte MOD , 0 + .byte W12 + .byte N12 , Cs2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte PEND + .byte PATT + .word bgm_thankfor_6_004 + .byte PATT + .word bgm_thankfor_6_004 + .byte VOICE , 81 + .byte VOL , 5*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte TIE , En2 , v112 + .byte W02 + .byte VOL , 6*bgm_thankfor_mvl/mxv + .byte W56 + .byte W02 + .byte 7*bgm_thankfor_mvl/mxv + .byte W20 + .byte 7*bgm_thankfor_mvl/mxv + .byte W09 + .byte 8*bgm_thankfor_mvl/mxv + .byte W07 + .byte 10*bgm_thankfor_mvl/mxv + .byte W02 + .byte 11*bgm_thankfor_mvl/mxv + .byte W03 + .byte 14*bgm_thankfor_mvl/mxv + .byte W03 + .byte 16*bgm_thankfor_mvl/mxv + .byte W04 + .byte 18*bgm_thankfor_mvl/mxv + .byte W02 + .byte 22*bgm_thankfor_mvl/mxv + .byte W03 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 28*bgm_thankfor_mvl/mxv + .byte W04 + .byte 29*bgm_thankfor_mvl/mxv + .byte W02 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 33*bgm_thankfor_mvl/mxv + .byte W03 + .byte 34*bgm_thankfor_mvl/mxv + .byte W04 + .byte 36*bgm_thankfor_mvl/mxv + .byte W02 + .byte 41*bgm_thankfor_mvl/mxv + .byte W03 + .byte 46*bgm_thankfor_mvl/mxv + .byte W03 + .byte 47*bgm_thankfor_mvl/mxv + .byte W04 + .byte 50*bgm_thankfor_mvl/mxv + .byte W02 + .byte 54*bgm_thankfor_mvl/mxv + .byte W03 + .byte 59*bgm_thankfor_mvl/mxv + .byte W03 + .byte 66*bgm_thankfor_mvl/mxv + .byte W04 + .byte 75*bgm_thankfor_mvl/mxv + .byte W02 + .byte 81*bgm_thankfor_mvl/mxv + .byte W03 + .byte 84*bgm_thankfor_mvl/mxv + .byte W03 + .byte 88*bgm_thankfor_mvl/mxv + .byte W28 + .byte EOT + .byte W96 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_thankfor_7: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 5 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 43*bgm_thankfor_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_thankfor_7_000: + .byte VOL , 30*bgm_thankfor_mvl/mxv + .byte N24 , Gn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte Gn3 + .byte W24 + .byte PEND +bgm_thankfor_7_001: + .byte N24 , Gn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte An3 + .byte W24 + .byte Fs3 + .byte W24 + .byte PEND +bgm_thankfor_7_002: + .byte N24 , Gn3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte Gn3 + .byte W24 + .byte PEND + .byte En3 + .byte W24 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte En3 + .byte W24 +bgm_thankfor_7_003: + .byte N24 , An3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte Gs3 + .byte W24 + .byte An3 + .byte W24 + .byte PEND + .byte PATT + .word bgm_thankfor_7_003 + .byte N24 , An3 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte VOL , 10*bgm_thankfor_mvl/mxv + .byte N48 , Fs3 + .byte W06 + .byte VOL , 10*bgm_thankfor_mvl/mxv + .byte W02 + .byte 12*bgm_thankfor_mvl/mxv + .byte W04 + .byte 15*bgm_thankfor_mvl/mxv + .byte W02 + .byte 20*bgm_thankfor_mvl/mxv + .byte W03 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W04 + .byte 33*bgm_thankfor_mvl/mxv + .byte W02 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 48*bgm_thankfor_mvl/mxv + .byte W03 + .byte 52*bgm_thankfor_mvl/mxv + .byte W04 + .byte 53*bgm_thankfor_mvl/mxv + .byte W02 + .byte 57*bgm_thankfor_mvl/mxv + .byte W03 + .byte 61*bgm_thankfor_mvl/mxv + .byte W03 + .byte 62*bgm_thankfor_mvl/mxv + .byte W04 + .byte 10*bgm_thankfor_mvl/mxv + .byte N48 , Cn4 + .byte W03 + .byte VOL , 11*bgm_thankfor_mvl/mxv + .byte W02 + .byte 16*bgm_thankfor_mvl/mxv + .byte W03 + .byte 23*bgm_thankfor_mvl/mxv + .byte W04 + .byte 27*bgm_thankfor_mvl/mxv + .byte W02 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 36*bgm_thankfor_mvl/mxv + .byte W03 + .byte 41*bgm_thankfor_mvl/mxv + .byte W04 + .byte 48*bgm_thankfor_mvl/mxv + .byte W02 + .byte 49*bgm_thankfor_mvl/mxv + .byte W03 + .byte 56*bgm_thankfor_mvl/mxv + .byte W03 + .byte 61*bgm_thankfor_mvl/mxv + .byte W04 + .byte 62*bgm_thankfor_mvl/mxv + .byte W12 + .byte PATT + .word bgm_thankfor_7_000 + .byte PATT + .word bgm_thankfor_7_001 + .byte PATT + .word bgm_thankfor_7_002 + .byte N06 , En4 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte Fs4 + .byte W24 + .byte En4 + .byte W24 +bgm_thankfor_7_004: + .byte N24 , An4 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte Gs4 + .byte W24 + .byte An4 + .byte W24 + .byte PEND + .byte PATT + .word bgm_thankfor_7_004 + .byte N24 , An4 , v112 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte W96 + .byte VOL , 31*bgm_thankfor_mvl/mxv + .byte N24 , Gn3 + .byte W24 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte N24 + .byte W24 + .byte Bn3 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte An3 + .byte W24 + .byte N24 + .byte W24 + .byte Gs3 + .byte W24 + .byte N24 + .byte W24 + .byte Cn4 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte Gn4 + .byte W24 + .byte N24 + .byte W24 + .byte Fs4 + .byte W24 + .byte N24 + .byte W24 + .byte Bn4 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte An4 + .byte W24 + .byte N24 + .byte W24 + .byte Cn4 + .byte W24 + .byte N24 + .byte W24 + .byte N24 + .byte W24 + .byte An3 + .byte W24 + .byte Bn3 + .byte W24 + .byte Gn3 + .byte W24 + .byte VOICE , 80 + .byte VOL , 41*bgm_thankfor_mvl/mxv + .byte N12 , Gn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte An2 + .byte W12 + .byte N24 , Bn2 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , An2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Fs2 + .byte W24 + .byte Dn2 + .byte W24 + .byte Fs2 + .byte W24 + .byte Gn2 + .byte W24 + .byte N12 , En2 + .byte W12 + .byte Bn1 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , Bn2 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , An2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N24 , En2 + .byte W24 + .byte Fs2 + .byte W24 + .byte Gn2 + .byte W24 + .byte Bn2 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , An2 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Bn2 + .byte W12 + .byte N24 , Cn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Bn2 + .byte W12 + .byte An2 + .byte W12 + .byte N24 , Fs2 + .byte W24 + .byte Gn2 + .byte W24 + .byte An2 + .byte W24 + .byte Cn3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N12 , Fs2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte An2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte An2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N36 , Dn2 + .byte W12 + .byte MOD , 7 + .byte W03 + .byte VOL , 45*bgm_thankfor_mvl/mxv + .byte W02 + .byte 41*bgm_thankfor_mvl/mxv + .byte W03 + .byte 37*bgm_thankfor_mvl/mxv + .byte W03 + .byte 36*bgm_thankfor_mvl/mxv + .byte W03 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 25*bgm_thankfor_mvl/mxv + .byte W03 + .byte 23*bgm_thankfor_mvl/mxv + .byte W04 + .byte VOICE , 105 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte N03 , Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W03 + .byte Gs3 + .byte W03 + .byte Gn3 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , Gn3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte N36 , Gn3 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N06 , Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N30 , Bn3 + .byte W12 + .byte MOD , 7 + .byte W18 + .byte 0 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N24 , Dn4 + .byte W24 + .byte En4 + .byte W24 + .byte Fs4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte N06 , Fs4 , v084 + .byte W06 + .byte En4 , v072 + .byte W06 + .byte Dn4 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N18 , Dn4 + .byte W24 + .byte N24 + .byte W24 + .byte N06 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte N36 , Bn3 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N06 , An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte An3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte N32 , Gn4 + .byte W12 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N06 , Fs4 + .byte W06 + .byte Gn4 + .byte W06 + .byte Cn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte N21 , Cn4 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 , Gn4 + .byte W24 + .byte An4 + .byte W24 + .byte Bn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N06 , Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N12 , An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N18 , Fs4 + .byte W18 + .byte N03 , An4 + .byte W06 + .byte N24 + .byte W36 + .byte N06 , Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte N18 , Fs4 + .byte W96 + .byte VOICE , 86 + .byte PAN , c_v+0 + .byte VOL , 50*bgm_thankfor_mvl/mxv + .byte N32 , Gn1 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N32 , Fs1 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N24 , Fn1 + .byte W24 + .byte N12 , En1 + .byte W12 + .byte Fn1 + .byte W12 + .byte En1 + .byte W12 + .byte Ds1 + .byte W12 + .byte En1 + .byte W12 + .byte Gs1 + .byte W12 + .byte N36 , An1 + .byte W36 + .byte N06 , Cn2 + .byte W06 + .byte Bn1 + .byte W06 + .byte N36 , Gs1 + .byte W36 + .byte N06 , Bn1 + .byte W06 + .byte Cn2 + .byte W06 + .byte N24 , Dn2 + .byte W24 + .byte Cn2 , v096 + .byte W24 + .byte An1 , v108 + .byte W24 + .byte N12 , Fs1 , v112 + .byte W12 + .byte Dn1 + .byte W12 + .byte N32 , Gn1 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N32 , Fs1 + .byte W36 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N36 , Fn1 + .byte W36 + .byte N12 + .byte W12 + .byte N36 , En1 + .byte W36 + .byte N06 , Fn1 + .byte W06 + .byte Gn1 + .byte W06 + .byte N36 , An1 + .byte W36 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N12 , Dn2 + .byte W12 + .byte An1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte N24 , Gn2 + .byte W24 + .byte Fn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte N12 , Gn1 + .byte W12 + .byte Bn1 + .byte W12 + .byte PAN , c_v+0 + .byte VOL , 34*bgm_thankfor_mvl/mxv + .byte N36 , Cn2 + .byte W36 + .byte N06 + .byte W12 + .byte N48 + .byte W48 + .byte N36 , Bn1 + .byte W36 + .byte N06 + .byte W12 + .byte N48 + .byte W48 + .byte N36 , As1 + .byte W36 + .byte N06 + .byte W12 + .byte N48 + .byte W48 + .byte N36 , An1 + .byte W36 + .byte N06 + .byte W12 + .byte N48 + .byte W48 + .byte N36 , Dn2 + .byte W36 + .byte N06 + .byte W12 + .byte N48 + .byte W48 + .byte N36 , Cs2 + .byte W36 + .byte N06 + .byte W12 + .byte N48 + .byte W48 + .byte N36 , Bn1 + .byte W36 + .byte N06 + .byte W12 + .byte N36 , Gn2 + .byte W36 + .byte N06 + .byte W12 +bgm_thankfor_7_005: + .byte N36 , An2 , v112 + .byte W36 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte En2 + .byte W12 + .byte PEND + .byte N36 , Gn2 + .byte W36 + .byte N06 + .byte W12 + .byte N12 + .byte W12 + .byte Fn2 + .byte W12 + .byte En2 + .byte W12 + .byte Gn2 + .byte W12 + .byte PATT + .word bgm_thankfor_7_005 + .byte PATT + .word bgm_thankfor_7_005 + .byte PATT + .word bgm_thankfor_7_005 + .byte VOICE , 109 + .byte VOL , 7*bgm_thankfor_mvl/mxv + .byte TIE , An4 , v112 + .byte W02 + .byte VOL , 7*bgm_thankfor_mvl/mxv + .byte W36 + .byte 7*bgm_thankfor_mvl/mxv + .byte W30 + .byte 7*bgm_thankfor_mvl/mxv + .byte W06 + .byte 8*bgm_thankfor_mvl/mxv + .byte W03 + .byte 9*bgm_thankfor_mvl/mxv + .byte W03 + .byte 10*bgm_thankfor_mvl/mxv + .byte W09 + .byte 11*bgm_thankfor_mvl/mxv + .byte W03 + .byte 11*bgm_thankfor_mvl/mxv + .byte W01 + .byte 10*bgm_thankfor_mvl/mxv + .byte W03 + .byte 10*bgm_thankfor_mvl/mxv + .byte W02 + .byte 14*bgm_thankfor_mvl/mxv + .byte W06 + .byte 17*bgm_thankfor_mvl/mxv + .byte W04 + .byte 18*bgm_thankfor_mvl/mxv + .byte W02 + .byte 21*bgm_thankfor_mvl/mxv + .byte W03 + .byte 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 29*bgm_thankfor_mvl/mxv + .byte W04 + .byte 29*bgm_thankfor_mvl/mxv + .byte W02 + .byte 33*bgm_thankfor_mvl/mxv + .byte W03 + .byte 34*bgm_thankfor_mvl/mxv + .byte W03 + .byte 40*bgm_thankfor_mvl/mxv + .byte W04 + .byte 41*bgm_thankfor_mvl/mxv + .byte W02 + .byte 44*bgm_thankfor_mvl/mxv + .byte W03 + .byte 49*bgm_thankfor_mvl/mxv + .byte W03 + .byte 54*bgm_thankfor_mvl/mxv + .byte W04 + .byte 57*bgm_thankfor_mvl/mxv + .byte W02 + .byte 60*bgm_thankfor_mvl/mxv + .byte W03 + .byte 66*bgm_thankfor_mvl/mxv + .byte W03 + .byte 67*bgm_thankfor_mvl/mxv + .byte W04 + .byte 72*bgm_thankfor_mvl/mxv + .byte W02 + .byte 74*bgm_thankfor_mvl/mxv + .byte W03 + .byte 78*bgm_thankfor_mvl/mxv + .byte W03 + .byte 82*bgm_thankfor_mvl/mxv + .byte W04 + .byte 87*bgm_thankfor_mvl/mxv + .byte W24 + .byte EOT + .byte W96 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_thankfor_8: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 70*bgm_thankfor_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte N48 , Gn2 , v096 + .byte W48 + .byte An2 , v112 + .byte W96 + .byte W84 + .byte N12 , Gn2 , v076 + .byte W12 + .byte N48 , An2 , v104 + .byte W96 + .byte W84 + .byte N12 , Gn2 , v080 + .byte W12 + .byte N48 , An2 , v112 + .byte W96 + .byte W84 + .byte N12 , Gn2 , v076 + .byte W12 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Cn1 + .byte W96 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_thankfor_9: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 37*bgm_thankfor_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 6 + .byte W48 + .byte PAN , c_v+0 + .byte VOL , 21*bgm_thankfor_mvl/mxv + .byte BEND , c_v+1 + .byte W24 + .byte N12 , Gn4 , v112 + .byte W12 + .byte An4 + .byte W12 + .byte N03 , Cn5 , v080 + .byte W03 + .byte N68 , Bn4 , v112 + .byte W21 + .byte MOD , 5 + .byte W48 + .byte 0 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N24 , An4 + .byte W24 + .byte Bn4 , v104 + .byte W24 + .byte Cn5 + .byte W24 + .byte N12 , Dn5 + .byte W12 + .byte N06 , Cs5 , v108 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 , v112 + .byte W06 + .byte N72 , Bn4 + .byte W24 + .byte MOD , 5 + .byte W48 + .byte 0 + .byte W12 + .byte N03 , Gs4 , v096 + .byte W03 + .byte Gn4 , v112 + .byte W03 + .byte N06 , Fs4 + .byte W06 + .byte N60 , Gn4 + .byte W24 + .byte MOD , 5 + .byte W36 + .byte 0 + .byte W21 + .byte N03 , Bn4 + .byte W03 + .byte N36 , Cn5 + .byte W24 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N06 , Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte N03 , Cs5 , v080 + .byte W03 + .byte N44 , Cn5 , v112 + .byte W21 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , Bn4 + .byte W24 + .byte Cn5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N12 , En5 + .byte W12 + .byte N03 , Ds5 , v084 + .byte W03 + .byte Dn5 , v076 + .byte W03 + .byte Cs5 , v072 + .byte W03 + .byte Cn5 + .byte W03 + .byte N06 , Cn5 , v112 + .byte W06 + .byte Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte N03 , Cs5 + .byte W03 + .byte N68 , Cn5 + .byte W21 + .byte MOD , 5 + .byte W48 + .byte VOICE , 74 + .byte VOL , 25*bgm_thankfor_mvl/mxv + .byte MOD , 0 + .byte W24 + .byte W03 + .byte N03 , Dn4 , v060 + .byte W03 + .byte En4 + .byte W03 + .byte Fs4 , v064 + .byte W03 + .byte An4 + .byte W03 + .byte Bn4 , v068 + .byte W03 + .byte Cn5 , v072 + .byte W03 + .byte Cs5 + .byte W03 + .byte N12 , Dn5 , v112 + .byte W12 + .byte N18 , Cn5 + .byte W18 + .byte N06 , Bn4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W06 + .byte N36 , Bn4 + .byte W36 + .byte N06 , As4 , v080 + .byte W06 + .byte Bn4 , v088 + .byte W06 + .byte N30 , Dn4 , v096 + .byte W36 + .byte N03 , Dn4 , v076 + .byte W06 + .byte N06 , Dn4 , v088 + .byte W06 + .byte N24 , An4 , v112 + .byte W24 + .byte Bn4 , v104 + .byte W24 + .byte Cn5 , v100 + .byte W24 + .byte N12 , Dn5 , v092 + .byte W12 + .byte N06 , Cs5 , v072 + .byte W06 + .byte Cn5 + .byte W06 + .byte Bn4 , v108 + .byte W06 + .byte An4 , v076 + .byte W06 + .byte Gn4 , v072 + .byte W06 + .byte An4 , v080 + .byte W06 + .byte N18 , Bn4 , v112 + .byte W18 + .byte N03 , Gn4 + .byte W06 + .byte N24 , Gn4 , v092 + .byte W24 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Fs4 , v076 + .byte W06 + .byte En4 , v080 + .byte W06 + .byte Fs4 , v084 + .byte W06 + .byte N48 , Gn4 + .byte W96 + .byte N36 , Cn5 , v108 + .byte W36 + .byte N06 , Bn4 , v112 + .byte W06 + .byte Cn5 + .byte W06 + .byte N36 , En4 , v080 + .byte W36 + .byte N03 , En4 , v076 + .byte W06 + .byte En4 , v092 + .byte W06 + .byte N24 , Bn4 , v112 + .byte W24 + .byte Cn5 + .byte W24 + .byte Dn5 + .byte W24 + .byte N12 , En5 + .byte W12 + .byte N06 , An4 , v080 + .byte W06 + .byte N03 , En5 , v112 + .byte W03 + .byte Fs5 + .byte W03 + .byte N12 , Gn5 + .byte W12 + .byte Fs5 + .byte W12 + .byte N18 , En5 + .byte W18 + .byte N03 , Dn5 + .byte W06 + .byte N24 , Dn5 , v096 + .byte W36 + .byte N06 , Bn4 , v112 + .byte W06 + .byte Cn5 + .byte W06 + .byte N18 , Dn5 + .byte W24 + .byte N04 , Gn5 , v092 + .byte W04 + .byte An5 , v072 + .byte W04 + .byte Gn5 , v068 + .byte W04 + .byte Fs5 , v092 + .byte W04 + .byte Gn5 , v072 + .byte W04 + .byte Fs5 , v068 + .byte W04 + .byte En5 , v092 + .byte W04 + .byte Fs5 , v072 + .byte W04 + .byte En5 , v068 + .byte W04 + .byte Dn5 , v092 + .byte W04 + .byte En5 , v072 + .byte W04 + .byte Dn5 , v068 + .byte W04 + .byte Cn5 , v092 + .byte W04 + .byte Dn5 , v072 + .byte W04 + .byte Cn5 , v068 + .byte W04 + .byte Bn4 , v092 + .byte W04 + .byte Cn5 , v072 + .byte W04 + .byte Bn4 , v068 + .byte W04 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 82 + .byte PAN , c_v+63 + .byte VOL , 28*bgm_thankfor_mvl/mxv + .byte W24 + .byte N12 , Cs2 , v112 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte W12 + .byte N12 , Bn1 + .byte W12 + .byte Dn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Bn3 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte W12 + .byte N12 , Cs2 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte W12 + .byte N12 , Cs2 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W12 + .byte En3 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte W12 + .byte N12 , Cs2 + .byte W12 + .byte En2 + .byte W12 + .byte An2 + .byte W12 + .byte Cs3 + .byte W12 + .byte En3 + .byte W12 + .byte An3 + .byte W06 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte W96 + .byte VOL , 25*bgm_thankfor_mvl/mxv + .byte N96 , En3 + .byte W48 + .byte VOL , 50*bgm_thankfor_mvl/mxv + .byte W48 + .byte N03 , An2 + .byte W96 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_thankfor_10: + .byte KEYSH , bgm_thankfor_key+0 + .byte VOICE , 1 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v-17 + .byte VOL , 70*bgm_thankfor_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte N21 , En3 , v064 + .byte W24 + .byte N24 , En3 , v096 + .byte W24 + .byte N21 , Fs3 , v092 + .byte W21 + .byte N24 , Fs3 , v080 + .byte W24 + .byte W03 +bgm_thankfor_10_000: + .byte W24 + .byte N24 , Bn2 , v088 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 + .byte W24 + .byte PEND + .byte Cn3 , v076 + .byte W24 + .byte Bn2 , v084 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 , v104 + .byte W24 + .byte W24 + .byte Gn2 , v088 + .byte W24 + .byte Fs2 , v068 + .byte W24 + .byte Gn2 , v080 + .byte W24 + .byte An2 , v076 + .byte W24 + .byte Gn2 , v072 + .byte W24 + .byte Fs2 , v068 + .byte W24 + .byte Gn2 , v084 + .byte W24 +bgm_thankfor_10_001: + .byte W24 + .byte N24 , Cn3 , v088 + .byte W24 + .byte Bn2 , v092 + .byte W24 + .byte Cn3 + .byte W24 + .byte PEND +bgm_thankfor_10_002: + .byte N24 , Dn3 , v076 + .byte W24 + .byte Cn3 , v084 + .byte W24 + .byte Bn2 , v092 + .byte W24 + .byte Cn3 , v104 + .byte W24 + .byte PEND +bgm_thankfor_10_003: + .byte W24 + .byte N24 , Fs3 , v088 + .byte W24 + .byte En3 , v092 + .byte W24 + .byte Fs3 , v104 + .byte W24 + .byte PEND + .byte W24 + .byte N18 , Fs2 , v092 + .byte W18 + .byte N42 , Fs4 , v112 + .byte W54 + .byte PATT + .word bgm_thankfor_10_000 + .byte N24 , Cn3 , v076 + .byte W24 + .byte Bn2 , v084 + .byte W24 + .byte An2 , v092 + .byte W24 + .byte Bn2 , v088 + .byte W24 + .byte W24 + .byte Gn2 + .byte W24 + .byte Fs2 , v068 + .byte W24 + .byte Gn2 , v092 + .byte W24 + .byte An2 , v076 + .byte W24 + .byte Gn2 , v084 + .byte W24 + .byte Fs2 , v068 + .byte W24 + .byte Gn2 , v104 + .byte W24 + .byte PATT + .word bgm_thankfor_10_001 + .byte PATT + .word bgm_thankfor_10_002 + .byte PATT + .word bgm_thankfor_10_003 + .byte W96 +bgm_thankfor_10_004: + .byte W24 + .byte N24 , Bn2 , v092 + .byte W48 + .byte N24 + .byte W24 + .byte PEND + .byte W24 + .byte Gs2 + .byte W48 + .byte N24 + .byte W24 + .byte W24 + .byte Cn3 + .byte W48 + .byte N24 + .byte W24 + .byte W24 + .byte Fs3 + .byte W48 + .byte N24 + .byte W24 + .byte PATT + .word bgm_thankfor_10_004 + .byte W24 + .byte N24 , Gs2 , v092 + .byte W48 + .byte Gs2 , v120 + .byte W24 + .byte W24 + .byte Cn3 , v092 + .byte W48 + .byte Dn3 + .byte W24 + .byte W24 + .byte An2 + .byte W24 + .byte Bn2 , v112 + .byte W48 + .byte VOICE , 48 + .byte VOL , 41*bgm_thankfor_mvl/mxv + .byte PAN , c_v+25 + .byte N12 , Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Dn3 + .byte W12 + .byte Bn2 + .byte W12 + .byte N03 , Gn3 , v100 + .byte W03 + .byte An3 + .byte W03 + .byte N18 , Gn3 , v112 + .byte W18 + .byte N12 , Fs3 + .byte W12 + .byte Dn3 + .byte W12 + .byte N24 , Gn3 + .byte W24 + .byte N12 + .byte W12 + .byte Dn3 + .byte W12 + .byte N03 , Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte N18 , Bn3 + .byte W18 + .byte N24 , As3 + .byte W24 + .byte Bn3 + .byte W24 + .byte N12 , Bn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte N03 , En3 + .byte W03 + .byte Fs3 + .byte W03 + .byte N18 , En3 + .byte W18 + .byte N24 , Ds3 + .byte W24 + .byte N12 , En3 + .byte W12 + .byte Fs3 + .byte W12 + .byte En3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N18 , Cn4 + .byte W18 + .byte N24 , Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte En3 + .byte W12 + .byte N24 , Cn4 + .byte W24 + .byte Bn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte VOL , 14*bgm_thankfor_mvl/mxv + .byte N96 , Dn3 + .byte W09 + .byte VOL , 15*bgm_thankfor_mvl/mxv + .byte W05 + .byte 17*bgm_thankfor_mvl/mxv + .byte W03 + .byte 18*bgm_thankfor_mvl/mxv + .byte W04 + .byte 21*bgm_thankfor_mvl/mxv + .byte W02 + .byte 22*bgm_thankfor_mvl/mxv + .byte W01 + .byte VOICE , 48 + .byte PAN , c_v+41 + .byte W02 + .byte VOL , 24*bgm_thankfor_mvl/mxv + .byte W03 + .byte 26*bgm_thankfor_mvl/mxv + .byte W06 + .byte 31*bgm_thankfor_mvl/mxv + .byte W03 + .byte 33*bgm_thankfor_mvl/mxv + .byte W03 + .byte 36*bgm_thankfor_mvl/mxv + .byte W04 + .byte 37*bgm_thankfor_mvl/mxv + .byte W02 + .byte 40*bgm_thankfor_mvl/mxv + .byte W03 + .byte 42*bgm_thankfor_mvl/mxv + .byte W44 + .byte W02 + .byte PAN , c_v+25 + .byte VOL , 34*bgm_thankfor_mvl/mxv + .byte N36 + .byte W36 + .byte N06 , Cs3 + .byte W06 + .byte Dn3 + .byte W06 + .byte N36 , Bn2 + .byte W36 + .byte N06 , Gn2 + .byte W06 + .byte An2 + .byte W06 + .byte N24 , Bn2 + .byte W24 + .byte Cn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte Gn3 + .byte W24 + .byte N36 , En3 + .byte W36 + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte N36 , Bn2 + .byte W36 + .byte N06 , An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte N48 , Gn2 + .byte W48 + .byte N06 + .byte W06 + .byte Bn2 + .byte W06 + .byte An2 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Bn2 + .byte W06 + .byte En3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N36 , En3 + .byte W36 + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte N30 , Cn3 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N24 + .byte W24 + .byte Dn3 + .byte W24 + .byte N03 , En3 + .byte W03 + .byte Fs3 + .byte W03 + .byte N06 , En3 + .byte W06 + .byte Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte N12 , Fs3 + .byte W12 + .byte N06 , En3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N18 , Fs3 + .byte W18 + .byte N03 , Dn3 + .byte W06 + .byte N24 + .byte W36 + .byte N06 , Bn3 + .byte W06 + .byte Cn4 + .byte W06 + .byte N18 , Dn4 + .byte W72 + .byte VOICE , 60 + .byte VOL , 64*bgm_thankfor_mvl/mxv + .byte PAN , c_v+0 + .byte W12 + .byte N06 , Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte VOICE , 56 + .byte PAN , c_v+45 + .byte VOL , 34*bgm_thankfor_mvl/mxv + .byte N32 , Dn5 + .byte W12 + .byte MOD , 8 + .byte W18 + .byte 0 + .byte W06 + .byte N04 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte N04 + .byte W04 + .byte N32 , Dn5 , v112 + .byte W12 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N04 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte N04 + .byte W04 + .byte N24 , Bn4 , v112 + .byte W12 + .byte MOD , 8 + .byte W12 + .byte 0 + .byte N03 , An4 + .byte W03 + .byte Bn4 + .byte W03 + .byte N06 , An4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Cs4 + .byte W06 + .byte Dn4 + .byte W06 + .byte En4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W06 + .byte VOICE , 1 + .byte PAN , c_v+23 + .byte VOL , 41*bgm_thankfor_mvl/mxv + .byte N03 , An4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte An4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte N03 , Gs4 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte En4 + .byte W06 + .byte Gs4 + .byte W06 + .byte Bn4 + .byte W06 + .byte Cn5 + .byte W06 + .byte En5 + .byte W06 + .byte N04 , Gn5 , v096 + .byte W04 + .byte An5 , v104 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 + .byte W04 + .byte Fs5 , v108 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte En5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Cn5 , v104 + .byte W04 + .byte Dn5 , v108 + .byte W04 + .byte Cn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte N03 , An4 , v112 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte En4 + .byte W03 + .byte Fs4 + .byte W03 + .byte An4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte VOICE , 46 + .byte VOL , 53*bgm_thankfor_mvl/mxv + .byte PAN , c_v-40 + .byte N03 , Dn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte PAN , c_v+29 + .byte N03 , Dn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Dn5 + .byte W24 + .byte W03 + .byte PAN , c_v-40 + .byte N03 , Dn3 + .byte W03 + .byte Fs3 + .byte W03 + .byte Bn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte PAN , c_v+29 + .byte N03 , Dn4 + .byte W03 + .byte Fs4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Dn5 + .byte W24 + .byte W03 + .byte PAN , c_v-33 + .byte W12 + .byte N03 , Fn5 + .byte W03 + .byte En5 + .byte W03 + .byte Dn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte Dn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte En4 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , Gs4 + .byte W03 + .byte Bn4 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , En4 + .byte W03 + .byte Gs4 + .byte W03 + .byte Bn4 + .byte W03 + .byte En5 + .byte W03 + .byte Gs4 + .byte W03 + .byte Bn4 + .byte W03 + .byte En5 + .byte W03 + .byte Gs5 + .byte W03 + .byte PAN , c_v+33 + .byte N03 , Bn5 + .byte W03 + .byte Gs5 + .byte W03 + .byte En5 + .byte W03 + .byte Bn4 + .byte W03 + .byte VOICE , 60 + .byte PAN , c_v-41 + .byte VOL , 44*bgm_thankfor_mvl/mxv + .byte N12 , Gn4 + .byte W12 + .byte An4 + .byte W12 + .byte N09 , Bn4 + .byte W12 + .byte N02 , Dn5 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N12 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N09 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte VOICE , 46 + .byte PAN , c_v-41 + .byte VOL , 62*bgm_thankfor_mvl/mxv + .byte N03 , Gn5 + .byte W03 + .byte Fn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte PAN , c_v+39 + .byte N03 , Fn5 + .byte W03 + .byte Dn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte PAN , c_v-41 + .byte N03 , Dn5 + .byte W03 + .byte Bn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte PAN , c_v+8 + .byte N03 , Bn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte Fn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Dn3 + .byte W03 + .byte VOICE , 14 + .byte PAN , c_v+32 + .byte VOL , 62*bgm_thankfor_mvl/mxv + .byte N36 , Gn4 + .byte W36 + .byte N48 , Cn5 + .byte W48 + .byte N06 , Dn4 + .byte W12 + .byte W12 + .byte N24 , Gn4 + .byte W24 + .byte Bn4 + .byte W24 + .byte Gn4 + .byte W36 + .byte N36 + .byte W36 + .byte N48 , As4 + .byte W60 + .byte W12 + .byte N24 , Cs5 + .byte W24 + .byte As4 + .byte W24 + .byte An4 + .byte W24 + .byte N12 , Gn4 + .byte W12 + .byte W12 + .byte N24 , An4 + .byte W24 + .byte N36 , Dn5 + .byte W36 + .byte N24 , An4 + .byte W24 + .byte N24 + .byte W36 + .byte Cs5 + .byte W24 + .byte N36 , An4 + .byte W36 + .byte N24 , Gn4 + .byte W24 + .byte N36 , Dn4 + .byte W36 + .byte N24 , Gn4 + .byte W24 + .byte N12 , Dn4 + .byte W12 + .byte VOICE , 48 + .byte VOL , 49*bgm_thankfor_mvl/mxv + .byte PAN , c_v-29 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte Cs3 + .byte W06 + .byte En3 + .byte W06 + .byte N03 , Gn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 , Dn3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , En3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte Cs3 + .byte W06 + .byte En3 + .byte W06 + .byte N03 , An3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte En3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte Cs4 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte An3 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_thankfor: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_thankfor_pri @ Priority + .byte bgm_thankfor_rev @ Reverb. + + .word bgm_thankfor_grp + + .word bgm_thankfor_1 + .word bgm_thankfor_2 + .word bgm_thankfor_3 + .word bgm_thankfor_4 + .word bgm_thankfor_5 + .word bgm_thankfor_6 + .word bgm_thankfor_7 + .word bgm_thankfor_8 + .word bgm_thankfor_9 + .word bgm_thankfor_10 + + .end diff --git a/sound/songs/bgm_title3.s b/sound/songs/bgm_title3.s new file mode 100644 index 000000000..0e71a203d --- /dev/null +++ b/sound/songs/bgm_title3.s @@ -0,0 +1,9118 @@ + .include "MPlayDef.s" + + .equ bgm_title3_grp, voicegroup_843F1BC + .equ bgm_title3_pri, 0 + .equ bgm_title3_rev, reverb_set+50 + .equ bgm_title3_mvl, 127 + .equ bgm_title3_key, 0 + .equ bgm_title3_tbs, 1 + .equ bgm_title3_exg, 0 + .equ bgm_title3_cmp, 1 + + .section .rodata + .global bgm_title3 + .align 2 + +@********************** Track 1 **********************@ + +bgm_title3_1: + .byte KEYSH , bgm_title3_key+0 + .byte TEMPO , 144*bgm_title3_tbs/2 + .byte VOICE , 14 + .byte PAN , c_v+40 + .byte LFOS , 44 + .byte VOL , 86*bgm_title3_mvl/mxv + .byte W24 + .byte PAN , c_v-32 + .byte N48 , An2 , v120 + .byte W48 + .byte PAN , c_v+32 + .byte N48 , Fn2 , v112 + .byte W48 + .byte PAN , c_v-32 + .byte N48 , Cn3 , v124 + .byte W48 + .byte PAN , c_v+32 + .byte N48 , An2 , v112 + .byte W48 + .byte PAN , c_v-32 + .byte N24 , Fn3 , v124 + .byte W24 + .byte PAN , c_v+32 + .byte N24 , Cn3 , v112 + .byte W24 + .byte PAN , c_v-32 + .byte N24 , Cn4 + .byte W24 + .byte PAN , c_v+32 + .byte N24 , An3 + .byte W24 + .byte PAN , c_v-32 + .byte N24 , Gn3 , v120 + .byte W24 + .byte N16 , Ds3 + .byte W16 + .byte N08 , Gn3 , v112 + .byte W08 + .byte TEMPO , 140*bgm_title3_tbs/2 + .byte PAN , c_v+32 + .byte N24 , As3 + .byte W24 + .byte TEMPO , 132*bgm_title3_tbs/2 + .byte N16 , Gn3 + .byte W16 + .byte N08 , As3 , v100 + .byte W08 + .byte TEMPO , 140*bgm_title3_tbs/2 + .byte VOL , 68*bgm_title3_mvl/mxv + .byte PAN , c_v-23 + .byte N48 , Cn4 , v124 + .byte W48 + .byte TEMPO , 144*bgm_title3_tbs/2 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 1 + .byte PAN , c_v+16 + .byte VOL , 54*bgm_title3_mvl/mxv + .byte N02 , Fs4 , v112 + .byte W02 + .byte N06 , Fn4 + .byte W06 + .byte N02 , Ds4 + .byte W02 + .byte Dn4 + .byte W02 + .byte Cn4 + .byte W04 + .byte N04 , An4 + .byte W06 + .byte N02 , Cs5 + .byte W02 + .byte N06 , Cn5 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N06 + .byte W08 + .byte N04 , Bn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte N06 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte N04 , Dn5 + .byte W08 + .byte Cn5 + .byte W08 + .byte N24 , As4 + .byte W24 + .byte N04 , Bn4 + .byte W04 + .byte N12 , As4 + .byte W12 + .byte N16 , An4 + .byte W16 + .byte N14 , As4 + .byte W16 + .byte W96 + .byte W96 + .byte VOICE , 1 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte PAN , c_v-21 + .byte W48 + .byte N24 , Cn4 + .byte W24 + .byte N08 , Fn4 + .byte W08 + .byte An4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cn5 + .byte W08 + .byte N04 , Dn5 + .byte W08 + .byte Cn5 + .byte W08 + .byte As4 + .byte W08 + .byte Cn5 + .byte W08 + .byte As4 + .byte W08 + .byte N06 , An4 + .byte W10 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W06 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte N24 , Fn4 + .byte W72 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte PAN , c_v-41 + .byte VOL , 41*bgm_title3_mvl/mxv + .byte W48 + .byte N24 , Gs2 + .byte W14 + .byte MOD , 6 + .byte W10 + .byte 0 + .byte N08 , Ds2 + .byte W08 + .byte Gs2 + .byte W08 + .byte As2 + .byte W08 + .byte N16 , Ds3 + .byte W10 + .byte MOD , 6 + .byte W06 + .byte N16 , Cs3 + .byte W02 + .byte MOD , 0 + .byte W06 + .byte 6 + .byte W08 + .byte 0 + .byte N16 , Cn3 + .byte W10 + .byte MOD , 6 + .byte W06 + .byte 0 + .byte N08 , As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte As1 + .byte W08 + .byte Fn2 + .byte W08 + .byte An2 + .byte W08 + .byte N24 , As2 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 0 + .byte N08 , Fn2 + .byte W08 + .byte As2 + .byte W08 + .byte Dn3 + .byte W08 + .byte N24 , Fn2 + .byte W14 + .byte MOD , 5 + .byte W10 + .byte 0 + .byte N08 , An2 + .byte W08 + .byte As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte Ds3 + .byte W16 + .byte Dn3 + .byte W16 + .byte Cn3 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte VOICE , 14 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N96 , Cn3 , v127 + .byte W08 + .byte VOL , 89*bgm_title3_mvl/mxv + .byte W01 + .byte 84*bgm_title3_mvl/mxv + .byte W03 + .byte 82*bgm_title3_mvl/mxv + .byte W04 + .byte 79*bgm_title3_mvl/mxv + .byte W04 + .byte 78*bgm_title3_mvl/mxv + .byte W01 + .byte 75*bgm_title3_mvl/mxv + .byte W03 + .byte 73*bgm_title3_mvl/mxv + .byte W01 + .byte 69*bgm_title3_mvl/mxv + .byte W07 + .byte 66*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 62*bgm_title3_mvl/mxv + .byte W04 + .byte 58*bgm_title3_mvl/mxv + .byte W01 + .byte 56*bgm_title3_mvl/mxv + .byte W03 + .byte 54*bgm_title3_mvl/mxv + .byte W01 + .byte 53*bgm_title3_mvl/mxv + .byte W03 + .byte 51*bgm_title3_mvl/mxv + .byte W04 + .byte 48*bgm_title3_mvl/mxv + .byte W04 + .byte 45*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W07 + .byte 39*bgm_title3_mvl/mxv + .byte W01 + .byte 36*bgm_title3_mvl/mxv + .byte W03 + .byte 35*bgm_title3_mvl/mxv + .byte W04 + .byte 34*bgm_title3_mvl/mxv + .byte W01 + .byte 33*bgm_title3_mvl/mxv + .byte W03 + .byte 30*bgm_title3_mvl/mxv + .byte W01 + .byte 29*bgm_title3_mvl/mxv + .byte W07 + .byte 28*bgm_title3_mvl/mxv + .byte W04 + .byte 25*bgm_title3_mvl/mxv + .byte W08 + .byte PAN , c_v+32 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N96 , Cn4 , v104 + .byte W08 + .byte VOL , 89*bgm_title3_mvl/mxv + .byte W01 + .byte 84*bgm_title3_mvl/mxv + .byte W03 + .byte 82*bgm_title3_mvl/mxv + .byte W04 + .byte 79*bgm_title3_mvl/mxv + .byte W04 + .byte 78*bgm_title3_mvl/mxv + .byte W01 + .byte 75*bgm_title3_mvl/mxv + .byte W03 + .byte 73*bgm_title3_mvl/mxv + .byte W01 + .byte 69*bgm_title3_mvl/mxv + .byte W07 + .byte 66*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 62*bgm_title3_mvl/mxv + .byte W04 + .byte 58*bgm_title3_mvl/mxv + .byte W01 + .byte 56*bgm_title3_mvl/mxv + .byte W03 + .byte 54*bgm_title3_mvl/mxv + .byte W01 + .byte 53*bgm_title3_mvl/mxv + .byte W03 + .byte 51*bgm_title3_mvl/mxv + .byte W04 + .byte 48*bgm_title3_mvl/mxv + .byte W04 + .byte 45*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W07 + .byte 39*bgm_title3_mvl/mxv + .byte W01 + .byte 36*bgm_title3_mvl/mxv + .byte W03 + .byte 35*bgm_title3_mvl/mxv + .byte W04 + .byte 34*bgm_title3_mvl/mxv + .byte W01 + .byte 33*bgm_title3_mvl/mxv + .byte W03 + .byte 30*bgm_title3_mvl/mxv + .byte W01 + .byte 29*bgm_title3_mvl/mxv + .byte W07 + .byte 28*bgm_title3_mvl/mxv + .byte W04 + .byte 25*bgm_title3_mvl/mxv + .byte W08 + .byte PAN , c_v-48 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N96 , Cn3 , v124 + .byte W08 + .byte VOL , 89*bgm_title3_mvl/mxv + .byte W01 + .byte 84*bgm_title3_mvl/mxv + .byte W03 + .byte 82*bgm_title3_mvl/mxv + .byte W04 + .byte 79*bgm_title3_mvl/mxv + .byte W04 + .byte 78*bgm_title3_mvl/mxv + .byte W01 + .byte 75*bgm_title3_mvl/mxv + .byte W03 + .byte 73*bgm_title3_mvl/mxv + .byte W01 + .byte 69*bgm_title3_mvl/mxv + .byte W07 + .byte 66*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 62*bgm_title3_mvl/mxv + .byte W04 + .byte 58*bgm_title3_mvl/mxv + .byte W01 + .byte 56*bgm_title3_mvl/mxv + .byte W03 + .byte 54*bgm_title3_mvl/mxv + .byte W01 + .byte 53*bgm_title3_mvl/mxv + .byte W03 + .byte 51*bgm_title3_mvl/mxv + .byte W04 + .byte 48*bgm_title3_mvl/mxv + .byte W04 + .byte 45*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W07 + .byte 39*bgm_title3_mvl/mxv + .byte W01 + .byte 36*bgm_title3_mvl/mxv + .byte W03 + .byte 35*bgm_title3_mvl/mxv + .byte W04 + .byte 34*bgm_title3_mvl/mxv + .byte W01 + .byte 33*bgm_title3_mvl/mxv + .byte W03 + .byte 30*bgm_title3_mvl/mxv + .byte W01 + .byte 29*bgm_title3_mvl/mxv + .byte W07 + .byte 28*bgm_title3_mvl/mxv + .byte W04 + .byte 25*bgm_title3_mvl/mxv + .byte W08 + .byte PAN , c_v+30 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N96 , Cn4 , v104 + .byte W08 + .byte VOL , 89*bgm_title3_mvl/mxv + .byte W01 + .byte 84*bgm_title3_mvl/mxv + .byte W03 + .byte 82*bgm_title3_mvl/mxv + .byte W04 + .byte 79*bgm_title3_mvl/mxv + .byte W04 + .byte 78*bgm_title3_mvl/mxv + .byte W01 + .byte 75*bgm_title3_mvl/mxv + .byte W03 + .byte TEMPO , 140*bgm_title3_tbs/2 + .byte 73*bgm_title3_mvl/mxv + .byte W01 + .byte 69*bgm_title3_mvl/mxv + .byte W07 + .byte 66*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 62*bgm_title3_mvl/mxv + .byte W04 + .byte 58*bgm_title3_mvl/mxv + .byte W01 + .byte 56*bgm_title3_mvl/mxv + .byte W03 + .byte 54*bgm_title3_mvl/mxv + .byte W01 + .byte 53*bgm_title3_mvl/mxv + .byte W03 + .byte TEMPO , 138*bgm_title3_tbs/2 + .byte 51*bgm_title3_mvl/mxv + .byte W04 + .byte 48*bgm_title3_mvl/mxv + .byte W04 + .byte 45*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W07 + .byte 39*bgm_title3_mvl/mxv + .byte W01 + .byte 36*bgm_title3_mvl/mxv + .byte W03 + .byte 35*bgm_title3_mvl/mxv + .byte W04 + .byte TEMPO , 136*bgm_title3_tbs/2 + .byte 34*bgm_title3_mvl/mxv + .byte W01 + .byte 33*bgm_title3_mvl/mxv + .byte W03 + .byte 30*bgm_title3_mvl/mxv + .byte W01 + .byte 29*bgm_title3_mvl/mxv + .byte W07 + .byte 28*bgm_title3_mvl/mxv + .byte W04 + .byte 25*bgm_title3_mvl/mxv + .byte W08 + .byte TEMPO , 134*bgm_title3_tbs/2 + .byte PAN , c_v-25 + .byte VOL , 68*bgm_title3_mvl/mxv + .byte N48 , Cn4 , v112 + .byte W48 + .byte N24 , Dn4 + .byte W24 + .byte An3 + .byte W24 + .byte N48 , Cn4 + .byte W48 + .byte N44 , As3 + .byte W48 + .byte TEMPO , 134*bgm_title3_tbs/2 + .byte N48 + .byte W48 + .byte N24 , Cn4 + .byte W24 + .byte Gn3 + .byte W24 + .byte N48 , As3 + .byte W48 + .byte Ds4 + .byte W48 + .byte Gs3 + .byte W48 + .byte N24 , As3 + .byte W24 + .byte Gs3 + .byte W24 + .byte N24 + .byte W24 + .byte Fs3 + .byte W24 + .byte Cs4 + .byte W24 + .byte Gs3 + .byte W24 + .byte TEMPO , 132*bgm_title3_tbs/2 + .byte Gs4 + .byte W24 + .byte Ds4 + .byte W24 + .byte Cn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte TEMPO , 136*bgm_title3_tbs/2 + .byte Fs4 + .byte W24 + .byte Fn4 + .byte W24 + .byte TEMPO , 134*bgm_title3_tbs/2 + .byte Ds4 + .byte W24 + .byte TEMPO , 128*bgm_title3_tbs/2 + .byte Cs4 + .byte W24 + .byte TEMPO , 138*bgm_title3_tbs/2 + .byte W96 + .byte VOICE , 1 + .byte W96 + .byte W96 + .byte VOL , 62*bgm_title3_mvl/mxv + .byte N04 , Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Fn5 + .byte W08 + .byte N32 , Fs5 , v096 + .byte W96 + .byte W96 + .byte W96 + .byte N04 , Gs3 , v112 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Gs4 + .byte W08 + .byte VOICE , 1 + .byte W96 + .byte W96 + .byte W48 + .byte PAN , c_v+0 + .byte N08 , Cs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte N16 , Cs5 + .byte W16 + .byte Bn4 + .byte W16 + .byte As4 + .byte W16 + .byte N96 , Fs4 + .byte W48 + .byte W48 + .byte N24 , Gs4 + .byte W40 + .byte N04 , Fs4 + .byte W08 + .byte N24 + .byte W24 + .byte VOICE , 14 + .byte PAN , c_v+31 + .byte N48 , Cs4 + .byte W48 + .byte Dn4 + .byte W24 + .byte W24 + .byte Cs4 + .byte W48 + .byte As3 + .byte W24 + .byte W24 + .byte Cs4 + .byte W48 + .byte Dn4 + .byte W24 + .byte W24 + .byte En4 + .byte W48 + .byte N24 , Fn4 + .byte W24 + .byte PAN , c_v+0 + .byte N24 , Fs4 + .byte W24 + .byte Cs5 + .byte W24 + .byte VOL , 56*bgm_title3_mvl/mxv + .byte N24 , En5 + .byte W24 + .byte N16 , Ds5 + .byte W16 + .byte N08 , Gs4 + .byte W08 + .byte TEMPO , 136*bgm_title3_tbs/2 + .byte N24 , Cs5 + .byte W24 + .byte Gs4 + .byte W24 + .byte Bn4 + .byte W24 + .byte TEMPO , 128*bgm_title3_tbs/2 + .byte N16 , Fs4 + .byte W16 + .byte N08 , Cs4 + .byte W08 + .byte TEMPO , 120*bgm_title3_tbs/2 + .byte N24 , As4 + .byte W24 + .byte Fs4 + .byte W24 + .byte Gs4 + .byte W24 + .byte N16 , Cs4 + .byte W16 + .byte N08 , Gs4 + .byte W08 + .byte TEMPO , 100*bgm_title3_tbs/2 + .byte N96 , As4 + .byte W12 + .byte VOL , 63*bgm_title3_mvl/mxv + .byte W01 + .byte 62*bgm_title3_mvl/mxv + .byte W03 + .byte 61*bgm_title3_mvl/mxv + .byte W01 + .byte 60*bgm_title3_mvl/mxv + .byte W04 + .byte 59*bgm_title3_mvl/mxv + .byte W03 + .byte TEMPO , 82*bgm_title3_tbs/2 + .byte 58*bgm_title3_mvl/mxv + .byte W01 + .byte 58*bgm_title3_mvl/mxv + .byte W03 + .byte 56*bgm_title3_mvl/mxv + .byte W04 + .byte 55*bgm_title3_mvl/mxv + .byte W01 + .byte 55*bgm_title3_mvl/mxv + .byte W03 + .byte 53*bgm_title3_mvl/mxv + .byte W01 + .byte 51*bgm_title3_mvl/mxv + .byte W03 + .byte 48*bgm_title3_mvl/mxv + .byte W04 + .byte 45*bgm_title3_mvl/mxv + .byte W01 + .byte 44*bgm_title3_mvl/mxv + .byte W03 + .byte TEMPO , 64*bgm_title3_tbs/2 + .byte 43*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W03 + .byte 40*bgm_title3_mvl/mxv + .byte W01 + .byte 38*bgm_title3_mvl/mxv + .byte W03 + .byte 36*bgm_title3_mvl/mxv + .byte W01 + .byte 34*bgm_title3_mvl/mxv + .byte W03 + .byte 32*bgm_title3_mvl/mxv + .byte W01 + .byte 30*bgm_title3_mvl/mxv + .byte W03 + .byte 26*bgm_title3_mvl/mxv + .byte W01 + .byte 26*bgm_title3_mvl/mxv + .byte W03 + .byte 24*bgm_title3_mvl/mxv + .byte W01 + .byte 22*bgm_title3_mvl/mxv + .byte W03 + .byte 20*bgm_title3_mvl/mxv + .byte W04 + .byte 17*bgm_title3_mvl/mxv + .byte W01 + .byte 17*bgm_title3_mvl/mxv + .byte W03 + .byte 15*bgm_title3_mvl/mxv + .byte W01 + .byte 14*bgm_title3_mvl/mxv + .byte W03 + .byte 12*bgm_title3_mvl/mxv + .byte W01 + .byte 11*bgm_title3_mvl/mxv + .byte W03 + .byte 9*bgm_title3_mvl/mxv + .byte W04 + .byte 8*bgm_title3_mvl/mxv + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_title3_2: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 46 + .byte PAN , c_v+0 + .byte c_v+22 + .byte VOL , 84*bgm_title3_mvl/mxv + .byte LFOS , 44 + .byte N04 , Fn3 , v112 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W02 + .byte En4 + .byte W04 + .byte Fn4 + .byte W02 + .byte An4 + .byte W04 + .byte Cn5 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte VOL , 63*bgm_title3_mvl/mxv + .byte PAN , c_v+16 + .byte W72 + .byte N08 , An2 + .byte W16 + .byte Cn3 + .byte W08 + .byte N16 , Fn3 + .byte W24 + .byte N08 + .byte W16 + .byte An3 + .byte W08 + .byte N24 , Cn4 + .byte W24 + .byte N08 , As3 + .byte W08 + .byte An3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte N48 , An3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N24 , Fn3 + .byte W24 + .byte N08 , Gn3 + .byte W08 + .byte N04 , Gs3 + .byte W08 + .byte An3 + .byte W08 + .byte W96 + .byte VOICE , 56 + .byte VOL , 59*bgm_title3_mvl/mxv + .byte W48 + .byte N04 , An4 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte As4 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Gn4 + .byte W56 + .byte PAN , c_v+27 + .byte VOL , 68*bgm_title3_mvl/mxv + .byte N04 , An4 + .byte W08 + .byte As4 + .byte W08 + .byte Cn5 + .byte W08 + .byte As4 + .byte W08 + .byte An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte Gn4 + .byte W16 + .byte Ds4 + .byte W16 + .byte VOICE , 60 + .byte PAN , c_v-26 + .byte N08 , As3 + .byte W08 + .byte N04 , Gn3 + .byte W08 + .byte As3 + .byte W08 + .byte N24 , En4 + .byte W16 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N24 , Ds4 + .byte W14 + .byte MOD , 6 + .byte W10 + .byte 0 + .byte N08 , Gn4 + .byte W08 + .byte N04 , Ds4 + .byte W10 + .byte N06 , As3 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte PAN , c_v+21 + .byte N04 , An4 + .byte W08 + .byte N04 + .byte W16 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , As4 + .byte W08 + .byte Gn4 + .byte W16 + .byte N02 , As4 + .byte W16 + .byte N04 + .byte W08 + .byte VOICE , 56 + .byte VOL , 70*bgm_title3_mvl/mxv + .byte PAN , c_v-17 + .byte N04 , Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte N02 , Fn3 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte Cn4 + .byte W16 + .byte An3 + .byte W08 + .byte N24 , Fn4 + .byte W16 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N04 , Ds4 + .byte W16 + .byte As3 + .byte W08 + .byte N24 , Gn4 + .byte W16 + .byte MOD , 6 + .byte W08 + .byte 0 + .byte N02 + .byte W08 + .byte Fs4 + .byte W08 + .byte N04 , Gn4 + .byte W24 + .byte N04 + .byte W08 + .byte VOL , 80*bgm_title3_mvl/mxv + .byte N24 , Gs3 + .byte W18 + .byte MOD , 7 + .byte W06 + .byte 0 + .byte N08 , Fn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N02 , Bn3 + .byte W02 + .byte N22 , As3 + .byte W14 + .byte MOD , 7 + .byte W08 + .byte 0 + .byte N04 , Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Cn4 + .byte W08 + .byte PAN , c_v-26 + .byte N08 , Dn4 , v120 + .byte W08 + .byte N04 , As3 , v116 + .byte W08 + .byte Dn4 + .byte W06 + .byte N02 , Bn4 , v112 + .byte W02 + .byte N08 , As4 , v120 + .byte W08 + .byte N02 , An4 , v092 + .byte W02 + .byte Gs4 , v088 + .byte W02 + .byte Gn4 , v084 + .byte W02 + .byte Fs4 , v076 + .byte W02 + .byte Fn4 , v072 + .byte W02 + .byte En4 , v068 + .byte W06 + .byte VOICE , 46 + .byte VOL , 68*bgm_title3_mvl/mxv + .byte PAN , c_v+32 + .byte N04 , Gn2 , v112 + .byte W04 + .byte As2 + .byte W04 + .byte Cn3 + .byte W04 + .byte En3 + .byte W04 + .byte Gn3 + .byte W04 + .byte As3 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Cn4 + .byte W04 + .byte En4 + .byte W04 + .byte Gn4 + .byte W04 + .byte As4 + .byte W04 + .byte Cn5 + .byte W04 + .byte En5 + .byte W04 + .byte VOL , 56*bgm_title3_mvl/mxv + .byte PAN , c_v-40 + .byte N02 , Gs5 + .byte W02 + .byte Ds5 , v080 + .byte W02 + .byte Cn5 + .byte W02 + .byte Gs4 + .byte W02 + .byte Ds5 , v112 + .byte W02 + .byte Cn5 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn5 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn4 + .byte W02 + .byte PAN , c_v-20 + .byte N02 , Ds5 , v112 + .byte W02 + .byte Cn5 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn5 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs3 + .byte W02 + .byte PAN , c_v+24 + .byte N02 , Cn5 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn4 , v084 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds3 + .byte W02 + .byte PAN , c_v+32 + .byte N02 , Gs4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Cn4 , v112 + .byte W02 + .byte Gs3 , v080 + .byte W02 + .byte Ds3 + .byte W02 + .byte Cn3 + .byte W02 + .byte PAN , c_v+40 + .byte N02 , Gs2 , v112 + .byte W02 + .byte Ds3 , v080 + .byte W02 + .byte Gs3 + .byte W02 + .byte Cn4 + .byte W02 + .byte Ds3 , v112 + .byte W02 + .byte Gs3 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs3 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs4 + .byte W02 + .byte PAN , c_v+25 + .byte N02 , Ds3 , v112 + .byte W02 + .byte Gs3 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs3 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn5 + .byte W02 + .byte PAN , c_v-21 + .byte N02 , Gs3 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds5 + .byte W02 + .byte PAN , c_v-32 + .byte N02 , Cn4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds5 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte Cn5 , v080 + .byte W02 + .byte Ds5 + .byte W02 + .byte Gs5 + .byte W02 + .byte PAN , c_v-40 + .byte N02 , As5 , v112 + .byte W02 + .byte Fn5 , v080 + .byte W02 + .byte Dn5 + .byte W02 + .byte As4 + .byte W02 + .byte Fn5 , v112 + .byte W02 + .byte Dn5 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn5 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn4 + .byte W02 + .byte PAN , c_v-21 + .byte N02 , Fn5 , v112 + .byte W02 + .byte Dn5 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn5 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn4 + .byte W02 + .byte As4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte As3 + .byte W02 + .byte PAN , c_v+21 + .byte N02 , Dn5 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn4 + .byte W02 + .byte As4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte As3 + .byte W02 + .byte Fn4 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Fn3 + .byte W02 + .byte PAN , c_v+32 + .byte N02 , As4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte As3 + .byte W02 + .byte Fn4 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Fn3 + .byte W02 + .byte Dn4 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Fn3 + .byte W02 + .byte Dn3 + .byte W02 + .byte PAN , c_v+39 + .byte N02 , As2 , v112 + .byte W02 + .byte Dn3 , v080 + .byte W02 + .byte Fn3 + .byte W02 + .byte As3 + .byte W02 + .byte Dn3 , v112 + .byte W02 + .byte Fn3 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn3 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn4 + .byte W02 + .byte PAN , c_v+22 + .byte N02 , Dn3 , v112 + .byte W02 + .byte Fn3 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn3 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn4 + .byte W02 + .byte As3 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte As4 + .byte W02 + .byte PAN , c_v-21 + .byte N02 , Fn3 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn4 + .byte W02 + .byte As3 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte As4 + .byte W02 + .byte Dn4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Dn5 + .byte W02 + .byte PAN , c_v-32 + .byte N02 , As3 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte As4 + .byte W02 + .byte Dn4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Dn5 + .byte W02 + .byte Fn4 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Dn5 + .byte W02 + .byte Fn5 + .byte W02 + .byte PAN , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 46 + .byte VOL , 51*bgm_title3_mvl/mxv + .byte W96 + .byte PAN , c_v-32 + .byte N04 , As2 , v112 + .byte W04 + .byte Dn3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Fn4 + .byte W04 + .byte An4 + .byte W04 + .byte Cn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Fn5 + .byte W04 + .byte An5 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Cn6 + .byte W04 + .byte An5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Dn5 + .byte W04 + .byte Cn5 + .byte W04 + .byte An4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Dn4 + .byte W04 + .byte Cn4 + .byte W04 + .byte An3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Dn3 + .byte W04 + .byte N24 , As2 + .byte W96 + .byte N04 , Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Ds4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Cn5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Gn5 + .byte W04 + .byte PAN , c_v-40 + .byte N04 , As5 + .byte W04 + .byte Gn5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cn5 + .byte W04 + .byte Gs4 + .byte W04 + .byte Gn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cn4 + .byte W04 + .byte Gs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte N24 , Gs2 + .byte W96 + .byte N04 , Fs2 + .byte W04 + .byte As2 + .byte W04 + .byte Cs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Fs3 + .byte W04 + .byte As3 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Cs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte As4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Fn5 + .byte W04 + .byte PAN , c_v+42 + .byte N04 , Gs5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Cs5 + .byte W04 + .byte As4 + .byte W04 + .byte Fs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Cs4 + .byte W04 + .byte As3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte As2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte PAN , c_v-44 + .byte N04 , Gn2 + .byte W04 + .byte Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte PAN , c_v+46 + .byte N04 , Gs2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte PAN , c_v-44 + .byte N04 , Cn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Cn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Bn3 + .byte W04 + .byte Cs4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Bn4 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Fn5 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gs5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Bn4 + .byte W04 + .byte Gs4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte Cs4 + .byte W04 + .byte Bn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte VOICE , 73 + .byte PAN , c_v+35 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte W48 + .byte N16 , Fs4 + .byte W16 + .byte N08 , As4 + .byte W08 + .byte N04 , Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte N24 , Gs4 + .byte W40 + .byte N04 , Bn4 + .byte W08 + .byte En5 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 + .byte W04 + .byte Fs5 + .byte W04 + .byte En5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Dn5 + .byte W08 +bgm_title3_2_000: + .byte N04 , Cs5 , v112 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte N16 , Cs5 + .byte W16 + .byte N04 , Bn4 + .byte W08 + .byte N16 , As4 + .byte W16 + .byte N04 , Fs4 + .byte W08 + .byte PEND + .byte Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Fn5 + .byte W08 + .byte W48 + .byte Fs4 + .byte W08 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte As4 + .byte W08 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte Cs5 + .byte W04 + .byte Ds5 + .byte W04 + .byte N08 , Gs4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Gs4 + .byte W16 + .byte Bn4 + .byte W08 + .byte Fn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Fn5 + .byte W04 + .byte Fs5 + .byte W04 + .byte Fn5 + .byte W08 + .byte Ds5 + .byte W08 + .byte Cn5 + .byte W08 + .byte PATT + .word bgm_title3_2_000 + .byte N04 , Gs4 , v112 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte As4 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W08 + .byte Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Fn5 + .byte W08 + .byte Gs5 + .byte W08 + .byte VOICE , 60 + .byte VOL , 68*bgm_title3_mvl/mxv + .byte W48 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Fn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N06 , As2 + .byte W16 + .byte N04 , Cs3 + .byte W08 + .byte Bn2 + .byte W16 + .byte N08 , Cs3 + .byte W08 + .byte N24 , Fs3 + .byte W24 + .byte PAN , c_v-35 + .byte VOL , 48*bgm_title3_mvl/mxv + .byte N04 , Ds4 + .byte W16 + .byte N08 , Fs4 + .byte W08 + .byte N72 , Bn4 + .byte W24 + .byte W14 + .byte MOD , 7 + .byte W32 + .byte W02 + .byte 0 + .byte W48 + .byte W96 + .byte W96 + .byte VOICE , 60 + .byte PAN , c_v+32 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N08 , Fs2 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Dn3 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Fn2 + .byte W08 + .byte Fs2 + .byte W08 + .byte N08 , As2 + .byte W08 + .byte N04 , Gn2 + .byte W08 + .byte En2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Cs3 + .byte W10 + .byte N04 , An2 + .byte W06 + .byte Gn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Dn3 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N08 , En3 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , Fs2 + .byte W08 + .byte N04 , Ds3 + .byte W08 + .byte En3 + .byte W08 + .byte N08 , Fn3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N06 , Fs3 + .byte W96 + .byte W96 + .byte W96 + .byte N04 , Fs5 + .byte W96 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_title3_3: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 58 + .byte VOL , 77*bgm_title3_mvl/mxv + .byte LFOS , 44 + .byte PAN , c_v+9 + .byte W24 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W96 + .byte W96 + .byte W96 + .byte N14 , Ds2 , v112 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte En2 + .byte W08 +bgm_title3_3_000: + .byte N08 , Fn1 , v112 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte PEND +bgm_title3_3_001: + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W08 + .byte Bn1 + .byte W08 + .byte En2 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_3_000 + .byte N20 , Ds1 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte En1 + .byte W08 + .byte Bn1 + .byte W08 + .byte En2 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte PATT + .word bgm_title3_3_001 + .byte PATT + .word bgm_title3_3_000 + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , Dn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N24 , Cs2 + .byte W16 + .byte MOD , 8 + .byte W08 + .byte 0 + .byte N16 , As1 + .byte W16 + .byte N08 , Ds1 + .byte W08 + .byte As0 + .byte W08 + .byte Cs1 + .byte W08 + .byte N04 , Ds1 + .byte W04 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte En1 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W08 + .byte As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds1 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte PATT + .word bgm_title3_3_000 + .byte N04 , Ds1 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N12 + .byte W16 + .byte N08 , En1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N16 , Fn1 + .byte W16 + .byte N06 , Gn1 + .byte W16 + .byte N08 , En1 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte En1 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W08 + .byte As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte Dn1 + .byte W16 + .byte N04 , Dn1 , v080 + .byte W08 + .byte N08 , Cn1 , v112 + .byte W16 + .byte N04 , Cn1 , v080 + .byte W08 + .byte N40 , As0 , v112 + .byte W24 + .byte MOD , 7 + .byte W16 + .byte 0 + .byte N08 , Gs1 + .byte W08 + .byte N24 , Dn1 + .byte W24 + .byte N08 , Fn1 + .byte W08 + .byte En1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N24 , Dn1 + .byte W24 + .byte N08 , As0 + .byte W08 + .byte Dn1 + .byte W08 + .byte Fn1 + .byte W08 + .byte N24 , Cn2 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N08 , As1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Fn1 + .byte W08 + .byte VOICE , 48 + .byte N24 , Ds1 + .byte W24 + .byte N08 , Cn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Gs1 + .byte W08 + .byte N14 , Ds2 + .byte W16 + .byte Dn2 + .byte W16 + .byte Cs2 + .byte W16 + .byte Cn2 + .byte W16 + .byte Bn1 + .byte W16 + .byte As1 + .byte W16 + .byte N08 , Gs1 + .byte W08 + .byte As1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gn1 + .byte W08 + .byte Fn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N24 , As1 + .byte W14 + .byte MOD , 6 + .byte W10 + .byte 0 + .byte N08 , An0 + .byte W08 + .byte Fn1 + .byte W08 + .byte As1 + .byte W08 + .byte N14 , Fn2 + .byte W16 + .byte En2 + .byte W16 + .byte Ds2 + .byte W16 + .byte Dn2 + .byte W16 + .byte Cs2 + .byte W16 + .byte Cn2 + .byte W16 + .byte N08 , As1 + .byte W08 + .byte Cn2 + .byte W08 + .byte As1 + .byte W08 + .byte Gn1 + .byte W08 + .byte As1 + .byte W08 + .byte Bn1 + .byte W08 + .byte VOICE , 58 + .byte W96 + .byte W56 + .byte N14 , As3 + .byte W16 + .byte N04 + .byte W16 + .byte Bn3 + .byte W08 + .byte W96 + .byte VOICE , 56 + .byte N04 , Cn3 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As2 + .byte W08 + .byte N04 + .byte W08 + .byte Bn2 + .byte W08 + .byte VOICE , 58 + .byte PAN , c_v+0 + .byte VOL , 72*bgm_title3_mvl/mxv + .byte N48 , Ds1 + .byte W24 + .byte MOD , 10 + .byte W24 + .byte 0 + .byte N24 , Fn1 + .byte W24 + .byte N16 , Cn1 + .byte W16 + .byte N08 , Cs1 + .byte W08 + .byte N32 , Dn1 + .byte W16 + .byte MOD , 9 + .byte W14 + .byte 0 + .byte W02 + .byte N08 , Cs1 + .byte W08 + .byte Dn1 + .byte W08 + .byte N22 , As0 + .byte W22 + .byte N02 , Bn0 + .byte W02 + .byte N24 , Cn1 + .byte W24 + .byte N48 , Cs1 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 0 + .byte N16 , Cn1 + .byte W16 + .byte N06 , Ds1 + .byte W08 + .byte N16 , As0 + .byte W16 + .byte N06 , Cs1 + .byte W06 + .byte N02 , An0 + .byte W02 + .byte N40 , Gs0 + .byte W24 + .byte MOD , 11 + .byte W16 + .byte N06 , Ds1 + .byte W02 + .byte MOD , 0 + .byte W04 + .byte N02 , An1 + .byte W02 + .byte N20 , Gs1 + .byte W20 + .byte N02 , Gn1 + .byte W02 + .byte Fs1 + .byte W02 + .byte N08 , Fn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Cs1 + .byte W08 + .byte N40 , Bn0 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte 0 + .byte N08 , Cs1 + .byte W08 + .byte Fn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Cs1 + .byte W08 + .byte N24 , Gs0 + .byte W24 + .byte N10 , Fs0 + .byte W16 + .byte N04 , Gs0 + .byte W08 + .byte N08 , Fs0 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N10 , Gs0 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte Gs1 + .byte W08 + .byte N04 , Gs0 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W16 + .byte N04 + .byte W08 + .byte N10 , Cs1 + .byte W16 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte Bn1 + .byte W08 + .byte N04 , Cs1 + .byte W08 + .byte N08 + .byte W08 + .byte Bn1 + .byte W08 + .byte N04 , Gs1 + .byte W08 + .byte N08 , Fn1 + .byte W08 + .byte N04 , Gs1 + .byte W04 + .byte Fn1 + .byte W04 + .byte Cs1 + .byte W08 + .byte VOL , 84*bgm_title3_mvl/mxv + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte Fn1 + .byte W08 + .byte N12 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Fn1 + .byte W08 +bgm_title3_3_002: + .byte N12 , Fs1 , v112 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte Fn1 + .byte W08 + .byte N12 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W24 + .byte PEND +bgm_title3_3_003: + .byte W16 + .byte N04 , Fn1 , v112 + .byte W08 + .byte Fs1 + .byte W16 + .byte Fn1 + .byte W08 + .byte N12 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Fn1 + .byte W08 + .byte PEND + .byte N12 , Fs1 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte Fn1 + .byte W08 + .byte N12 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Fn1 + .byte W08 + .byte PATT + .word bgm_title3_3_003 + .byte PATT + .word bgm_title3_3_002 + .byte PATT + .word bgm_title3_3_003 + .byte N12 , Fs1 , v112 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte Gs1 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte N08 , Fn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Cs1 + .byte W08 + .byte N24 , Fs1 + .byte W16 + .byte MOD , 9 + .byte W08 + .byte 0 + .byte N16 , Cs1 + .byte W16 + .byte N04 , As1 + .byte W04 + .byte Fs1 + .byte W04 + .byte TIE , En1 + .byte W48 + .byte VOL , 84*bgm_title3_mvl/mxv + .byte W04 + .byte 82*bgm_title3_mvl/mxv + .byte W04 + .byte 80*bgm_title3_mvl/mxv + .byte W04 + .byte 80*bgm_title3_mvl/mxv + .byte W04 + .byte 79*bgm_title3_mvl/mxv + .byte W04 + .byte 78*bgm_title3_mvl/mxv + .byte W04 + .byte 77*bgm_title3_mvl/mxv + .byte W04 + .byte 75*bgm_title3_mvl/mxv + .byte W01 + .byte 73*bgm_title3_mvl/mxv + .byte W03 + .byte 72*bgm_title3_mvl/mxv + .byte W01 + .byte 71*bgm_title3_mvl/mxv + .byte W03 + .byte 70*bgm_title3_mvl/mxv + .byte W04 + .byte 68*bgm_title3_mvl/mxv + .byte W05 + .byte 67*bgm_title3_mvl/mxv + .byte W03 + .byte MOD , 4 + .byte VOL , 66*bgm_title3_mvl/mxv + .byte W04 + .byte 65*bgm_title3_mvl/mxv + .byte W04 + .byte 63*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 62*bgm_title3_mvl/mxv + .byte W04 + .byte 60*bgm_title3_mvl/mxv + .byte W04 + .byte 58*bgm_title3_mvl/mxv + .byte W04 + .byte 56*bgm_title3_mvl/mxv + .byte W05 + .byte 55*bgm_title3_mvl/mxv + .byte W03 + .byte 54*bgm_title3_mvl/mxv + .byte W01 + .byte 53*bgm_title3_mvl/mxv + .byte W03 + .byte 51*bgm_title3_mvl/mxv + .byte W01 + .byte 50*bgm_title3_mvl/mxv + .byte W03 + .byte 49*bgm_title3_mvl/mxv + .byte W01 + .byte 48*bgm_title3_mvl/mxv + .byte W03 + .byte 46*bgm_title3_mvl/mxv + .byte W04 + .byte MOD , 9 + .byte VOL , 46*bgm_title3_mvl/mxv + .byte W01 + .byte 45*bgm_title3_mvl/mxv + .byte W03 + .byte 44*bgm_title3_mvl/mxv + .byte W04 + .byte 43*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W03 + .byte 41*bgm_title3_mvl/mxv + .byte W04 + .byte 41*bgm_title3_mvl/mxv + .byte W04 + .byte 40*bgm_title3_mvl/mxv + .byte W01 + .byte 39*bgm_title3_mvl/mxv + .byte W03 + .byte MOD , 12 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte W01 + .byte 48*bgm_title3_mvl/mxv + .byte W03 + .byte 52*bgm_title3_mvl/mxv + .byte W01 + .byte 53*bgm_title3_mvl/mxv + .byte W01 + .byte 56*bgm_title3_mvl/mxv + .byte W02 + .byte 61*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 65*bgm_title3_mvl/mxv + .byte W01 + .byte 71*bgm_title3_mvl/mxv + .byte W03 + .byte 72*bgm_title3_mvl/mxv + .byte W01 + .byte 75*bgm_title3_mvl/mxv + .byte W03 + .byte 79*bgm_title3_mvl/mxv + .byte W01 + .byte 81*bgm_title3_mvl/mxv + .byte W03 + .byte EOT + .byte MOD , 0 + .byte VOL , 85*bgm_title3_mvl/mxv + .byte N08 , Fs1 + .byte W08 + .byte Fn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Cs1 + .byte W08 + .byte Bn0 + .byte W08 + .byte As0 + .byte W08 + .byte N16 , Bn0 + .byte W16 + .byte Ds1 + .byte W16 + .byte Fs1 + .byte W16 + .byte Bn1 + .byte W16 + .byte Ds2 + .byte W16 + .byte Fs2 + .byte W16 + .byte Bn2 + .byte W16 + .byte Fs2 + .byte W16 + .byte Dn2 + .byte W16 + .byte N24 , Dn3 , v108 + .byte W24 + .byte N04 , Bn2 , v112 + .byte W04 + .byte Fs2 , v080 + .byte W04 + .byte Dn2 + .byte W04 + .byte Bn1 + .byte W04 + .byte Gs1 + .byte W04 + .byte Fn1 + .byte W04 + .byte VOICE , 58 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Fs2 , v112 + .byte W24 + .byte N04 , Fs1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N10 + .byte W48 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_title3_4: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte MOD , 0 + .byte LFOS , 44 + .byte N04 , Cn3 , v112 + .byte W04 + .byte En3 + .byte W04 + .byte Fn3 + .byte W04 + .byte An3 + .byte W04 + .byte Cn4 + .byte W04 + .byte En4 + .byte W04 + .byte N72 , Fn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 10 + .byte W24 + .byte 0 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N72 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 11 + .byte W24 + .byte 0 + .byte W08 + .byte N04 , En4 + .byte W08 + .byte Fn4 + .byte W06 + .byte N02 , Gn4 + .byte W02 + .byte N06 , Fs4 + .byte W06 + .byte N66 , Fn4 + .byte W18 + .byte MOD , 5 + .byte W24 + .byte 10 + .byte W24 + .byte 0 + .byte W08 + .byte N04 + .byte W08 + .byte En4 + .byte W04 + .byte Fn4 + .byte W04 + .byte N14 , Ds4 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , En4 + .byte W04 + .byte VOICE , 56 + .byte N04 , En3 + .byte W04 + .byte N40 , Fn3 , v120 + .byte W16 + .byte MOD , 6 + .byte W22 + .byte 1 + .byte W01 + .byte 0 + .byte W01 + .byte N06 , An3 + .byte W06 + .byte N02 , Cs4 , v112 + .byte W02 + .byte N88 , Cn4 , v120 + .byte W48 + .byte MOD , 6 + .byte VOL , 87*bgm_title3_mvl/mxv + .byte W01 + .byte 87*bgm_title3_mvl/mxv + .byte W03 + .byte 85*bgm_title3_mvl/mxv + .byte W04 + .byte 82*bgm_title3_mvl/mxv + .byte W01 + .byte 82*bgm_title3_mvl/mxv + .byte W03 + .byte 79*bgm_title3_mvl/mxv + .byte W04 + .byte 77*bgm_title3_mvl/mxv + .byte W01 + .byte 77*bgm_title3_mvl/mxv + .byte W03 + .byte 74*bgm_title3_mvl/mxv + .byte W01 + .byte 73*bgm_title3_mvl/mxv + .byte W03 + .byte 72*bgm_title3_mvl/mxv + .byte W01 + .byte 72*bgm_title3_mvl/mxv + .byte W03 + .byte 69*bgm_title3_mvl/mxv + .byte W04 + .byte 68*bgm_title3_mvl/mxv + .byte W04 + .byte 66*bgm_title3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N04 , Cs4 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte N32 , Ds4 , v124 + .byte W32 + .byte N08 , Dn4 , v112 + .byte W08 + .byte Cs4 + .byte W08 + .byte N96 , Cn4 , v124 + .byte W48 + .byte MOD , 6 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W02 + .byte 89*bgm_title3_mvl/mxv + .byte W02 + .byte 89*bgm_title3_mvl/mxv + .byte W02 + .byte 87*bgm_title3_mvl/mxv + .byte W02 + .byte 87*bgm_title3_mvl/mxv + .byte W02 + .byte 85*bgm_title3_mvl/mxv + .byte W04 + .byte 82*bgm_title3_mvl/mxv + .byte W02 + .byte 81*bgm_title3_mvl/mxv + .byte W02 + .byte 80*bgm_title3_mvl/mxv + .byte W02 + .byte 78*bgm_title3_mvl/mxv + .byte W02 + .byte 77*bgm_title3_mvl/mxv + .byte W02 + .byte 75*bgm_title3_mvl/mxv + .byte W02 + .byte 72*bgm_title3_mvl/mxv + .byte W02 + .byte 71*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 67*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 62*bgm_title3_mvl/mxv + .byte W02 + .byte 60*bgm_title3_mvl/mxv + .byte W02 + .byte 60*bgm_title3_mvl/mxv + .byte W02 + .byte 58*bgm_title3_mvl/mxv + .byte W04 + .byte VOICE , 60 + .byte MOD , 0 + .byte VOL , 79*bgm_title3_mvl/mxv + .byte N20 , As3 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N08 , Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Ds4 + .byte W08 + .byte Gs4 + .byte W08 + .byte En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte VOICE , 48 + .byte PAN , c_v-16 + .byte W48 + .byte N06 , Cn4 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N06 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte N24 , As3 + .byte W24 + .byte N04 , Bn3 + .byte W04 + .byte N12 , As3 + .byte W12 + .byte N16 , An3 + .byte W16 + .byte N14 , As3 + .byte W14 + .byte N02 , Bn3 + .byte W02 + .byte N96 , Cn4 + .byte W48 + .byte MOD , 2 + .byte W24 + .byte VOL , 78*bgm_title3_mvl/mxv + .byte W02 + .byte 77*bgm_title3_mvl/mxv + .byte W02 + .byte 75*bgm_title3_mvl/mxv + .byte W02 + .byte 72*bgm_title3_mvl/mxv + .byte W02 + .byte 71*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 68*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 61*bgm_title3_mvl/mxv + .byte W02 + .byte 60*bgm_title3_mvl/mxv + .byte W04 + .byte 79*bgm_title3_mvl/mxv + .byte MOD , 0 + .byte W96 + .byte VOICE , 56 + .byte PAN , c_v+0 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N24 , Cn3 , v124 + .byte W24 + .byte N08 , Fn3 + .byte W08 + .byte N14 , An3 + .byte W14 + .byte N02 , Bn3 , v112 + .byte W02 + .byte N88 , Cn4 , v124 + .byte W48 + .byte MOD , 6 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W02 + .byte 89*bgm_title3_mvl/mxv + .byte W02 + .byte 85*bgm_title3_mvl/mxv + .byte W02 + .byte 81*bgm_title3_mvl/mxv + .byte W02 + .byte 79*bgm_title3_mvl/mxv + .byte W02 + .byte 77*bgm_title3_mvl/mxv + .byte W02 + .byte 76*bgm_title3_mvl/mxv + .byte W02 + .byte 75*bgm_title3_mvl/mxv + .byte W02 + .byte 72*bgm_title3_mvl/mxv + .byte W02 + .byte 71*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 67*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 62*bgm_title3_mvl/mxv + .byte W02 + .byte 60*bgm_title3_mvl/mxv + .byte W02 + .byte 60*bgm_title3_mvl/mxv + .byte W04 + .byte 59*bgm_title3_mvl/mxv + .byte W02 + .byte 58*bgm_title3_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N04 , Cs4 , v112 + .byte W04 + .byte Dn4 + .byte W04 + .byte N32 , Ds4 , v124 + .byte W32 + .byte N08 , Dn4 , v112 + .byte W08 + .byte Cs4 + .byte W08 + .byte N96 , Cn4 , v124 + .byte W48 + .byte MOD , 6 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W01 + .byte 89*bgm_title3_mvl/mxv + .byte W01 + .byte 87*bgm_title3_mvl/mxv + .byte W02 + .byte 87*bgm_title3_mvl/mxv + .byte W02 + .byte 85*bgm_title3_mvl/mxv + .byte W02 + .byte 81*bgm_title3_mvl/mxv + .byte W02 + .byte 79*bgm_title3_mvl/mxv + .byte W02 + .byte 77*bgm_title3_mvl/mxv + .byte W02 + .byte 76*bgm_title3_mvl/mxv + .byte W02 + .byte 75*bgm_title3_mvl/mxv + .byte W02 + .byte 73*bgm_title3_mvl/mxv + .byte W02 + .byte 72*bgm_title3_mvl/mxv + .byte W02 + .byte 71*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 68*bgm_title3_mvl/mxv + .byte W02 + .byte 67*bgm_title3_mvl/mxv + .byte W02 + .byte 66*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 64*bgm_title3_mvl/mxv + .byte W02 + .byte 61*bgm_title3_mvl/mxv + .byte W02 + .byte 60*bgm_title3_mvl/mxv + .byte W02 + .byte 59*bgm_title3_mvl/mxv + .byte W02 + .byte 56*bgm_title3_mvl/mxv + .byte W04 + .byte VOICE , 60 + .byte VOL , 76*bgm_title3_mvl/mxv + .byte MOD , 0 + .byte N04 , Ds4 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N04 , Gn4 + .byte W08 + .byte Ds4 + .byte W16 + .byte N02 , Gn4 + .byte W16 + .byte N04 + .byte W08 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte PAN , c_v+0 + .byte N12 , Fn3 + .byte W12 + .byte N02 , En3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Dn3 + .byte W02 + .byte Cn3 + .byte W02 + .byte As2 + .byte W04 + .byte N08 , Fn3 + .byte W08 + .byte N04 , Cn3 + .byte W08 + .byte N06 , An3 + .byte W06 + .byte N02 , Bn3 + .byte W02 + .byte N96 , Cn4 + .byte W48 + .byte MOD , 4 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W02 + .byte 89*bgm_title3_mvl/mxv + .byte W02 + .byte 87*bgm_title3_mvl/mxv + .byte W02 + .byte 85*bgm_title3_mvl/mxv + .byte W02 + .byte 84*bgm_title3_mvl/mxv + .byte W02 + .byte 81*bgm_title3_mvl/mxv + .byte W02 + .byte 80*bgm_title3_mvl/mxv + .byte W02 + .byte 78*bgm_title3_mvl/mxv + .byte W02 + .byte 77*bgm_title3_mvl/mxv + .byte W02 + .byte 76*bgm_title3_mvl/mxv + .byte W02 + .byte 75*bgm_title3_mvl/mxv + .byte W02 + .byte 73*bgm_title3_mvl/mxv + .byte W02 + .byte 72*bgm_title3_mvl/mxv + .byte W02 + .byte 71*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 68*bgm_title3_mvl/mxv + .byte W04 + .byte 66*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 64*bgm_title3_mvl/mxv + .byte W02 + .byte 62*bgm_title3_mvl/mxv + .byte W02 + .byte 61*bgm_title3_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N18 , Ds4 + .byte W18 + .byte N16 , Dn4 + .byte W16 + .byte N14 , Ds4 + .byte W14 + .byte N36 , Fn4 + .byte W16 + .byte MOD , 4 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W02 + .byte 85*bgm_title3_mvl/mxv + .byte W02 + .byte 81*bgm_title3_mvl/mxv + .byte W02 + .byte 77*bgm_title3_mvl/mxv + .byte W02 + .byte 75*bgm_title3_mvl/mxv + .byte W02 + .byte 70*bgm_title3_mvl/mxv + .byte W02 + .byte 67*bgm_title3_mvl/mxv + .byte W02 + .byte 65*bgm_title3_mvl/mxv + .byte W02 + .byte 62*bgm_title3_mvl/mxv + .byte W02 + .byte 60*bgm_title3_mvl/mxv + .byte W02 + .byte MOD , 0 + .byte VOL , 60*bgm_title3_mvl/mxv + .byte W02 + .byte 90*bgm_title3_mvl/mxv + .byte N02 , An4 , v092 + .byte W02 + .byte N08 , Gs4 , v112 + .byte W08 + .byte N02 , Fs4 + .byte W02 + .byte N92 , Fn4 + .byte W44 + .byte W02 + .byte VOL , 86*bgm_title3_mvl/mxv + .byte W01 + .byte 84*bgm_title3_mvl/mxv + .byte W03 + .byte 77*bgm_title3_mvl/mxv + .byte W01 + .byte 73*bgm_title3_mvl/mxv + .byte W03 + .byte 68*bgm_title3_mvl/mxv + .byte W01 + .byte 66*bgm_title3_mvl/mxv + .byte W03 + .byte 60*bgm_title3_mvl/mxv + .byte MOD , 6 + .byte W01 + .byte VOL , 56*bgm_title3_mvl/mxv + .byte W03 + .byte 53*bgm_title3_mvl/mxv + .byte W01 + .byte 51*bgm_title3_mvl/mxv + .byte W03 + .byte 49*bgm_title3_mvl/mxv + .byte W01 + .byte 47*bgm_title3_mvl/mxv + .byte W03 + .byte 45*bgm_title3_mvl/mxv + .byte W01 + .byte 43*bgm_title3_mvl/mxv + .byte W03 + .byte 39*bgm_title3_mvl/mxv + .byte W01 + .byte 37*bgm_title3_mvl/mxv + .byte W03 + .byte 36*bgm_title3_mvl/mxv + .byte W01 + .byte 35*bgm_title3_mvl/mxv + .byte W15 + .byte MOD , 0 + .byte W48 + .byte VOL , 37*bgm_title3_mvl/mxv + .byte N40 , Cn4 + .byte W16 + .byte MOD , 6 + .byte W24 + .byte TIE , Gs3 + .byte W02 + .byte MOD , 0 + .byte W54 + .byte 5 + .byte VOL , 37*bgm_title3_mvl/mxv + .byte W04 + .byte 36*bgm_title3_mvl/mxv + .byte W01 + .byte 36*bgm_title3_mvl/mxv + .byte W04 + .byte 35*bgm_title3_mvl/mxv + .byte W03 + .byte 34*bgm_title3_mvl/mxv + .byte W01 + .byte 33*bgm_title3_mvl/mxv + .byte W03 + .byte 32*bgm_title3_mvl/mxv + .byte W04 + .byte 31*bgm_title3_mvl/mxv + .byte W04 + .byte 31*bgm_title3_mvl/mxv + .byte W04 + .byte 30*bgm_title3_mvl/mxv + .byte W08 + .byte 28*bgm_title3_mvl/mxv + .byte W01 + .byte 27*bgm_title3_mvl/mxv + .byte W11 + .byte EOT + .byte MOD , 0 + .byte VOL , 39*bgm_title3_mvl/mxv + .byte N24 , Cn4 + .byte W24 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N24 , Cs4 + .byte W24 + .byte VOL , 54*bgm_title3_mvl/mxv + .byte N40 , Dn4 + .byte W16 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte TIE , As3 + .byte W56 + .byte MOD , 6 + .byte VOL , 55*bgm_title3_mvl/mxv + .byte W01 + .byte 54*bgm_title3_mvl/mxv + .byte W04 + .byte 53*bgm_title3_mvl/mxv + .byte W03 + .byte 53*bgm_title3_mvl/mxv + .byte W04 + .byte 51*bgm_title3_mvl/mxv + .byte W01 + .byte 50*bgm_title3_mvl/mxv + .byte W04 + .byte 49*bgm_title3_mvl/mxv + .byte W04 + .byte 48*bgm_title3_mvl/mxv + .byte W04 + .byte 48*bgm_title3_mvl/mxv + .byte W04 + .byte 47*bgm_title3_mvl/mxv + .byte W03 + .byte 45*bgm_title3_mvl/mxv + .byte W04 + .byte 44*bgm_title3_mvl/mxv + .byte W01 + .byte 43*bgm_title3_mvl/mxv + .byte W03 + .byte 43*bgm_title3_mvl/mxv + .byte W04 + .byte 40*bgm_title3_mvl/mxv + .byte W04 + .byte EOT + .byte MOD , 0 + .byte VOL , 65*bgm_title3_mvl/mxv + .byte N24 , Fn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte VOL , 70*bgm_title3_mvl/mxv + .byte PAN , c_v-16 + .byte N08 , Gn4 + .byte W08 + .byte N02 , Fs4 , v096 + .byte W02 + .byte Fn4 + .byte W02 + .byte Cn3 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte VOICE , 56 + .byte N06 , Gn1 + .byte W12 + .byte N02 , Cn3 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N14 , Fn4 + .byte W16 + .byte N04 + .byte W16 + .byte Fs4 + .byte W08 + .byte VOICE , 56 + .byte N06 , Gn1 + .byte N08 , Gn4 + .byte W08 + .byte N02 , Fs4 , v092 + .byte W02 + .byte Fn4 + .byte W02 + .byte Cn4 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As4 + .byte W08 + .byte N04 + .byte W08 + .byte Bn4 + .byte W08 + .byte VOICE , 60 + .byte PAN , c_v-21 + .byte VOL , 41*bgm_title3_mvl/mxv + .byte W48 + .byte N24 , Dn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte VOL , 40*bgm_title3_mvl/mxv + .byte N08 , Fn3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N04 , An3 + .byte W06 + .byte As3 + .byte W10 + .byte N16 , Fn4 + .byte W16 + .byte Ds4 + .byte W16 + .byte Dn4 + .byte W16 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , Ds4 + .byte W24 + .byte N22 , Cs4 + .byte W24 + .byte N08 , Gs3 + .byte W08 + .byte N04 , Gn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N08 , Cn4 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N24 , Ds4 + .byte W24 + .byte N02 , Dn4 , v108 + .byte W02 + .byte Cs4 , v092 + .byte W02 + .byte Cn4 , v088 + .byte W02 + .byte Bn3 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte An3 + .byte W06 + .byte N04 , Gn3 , v112 + .byte W04 + .byte An3 + .byte W04 + .byte N48 , Bn3 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N24 , Cs4 + .byte W24 + .byte N16 , Gs3 + .byte W16 + .byte N08 , Cn4 + .byte W08 + .byte N16 , Ds4 + .byte W16 + .byte Cs4 + .byte W16 + .byte Cn4 + .byte W16 + .byte Cs4 + .byte W14 + .byte Fn3 + .byte W18 + .byte As3 + .byte W16 + .byte N10 , Gs3 + .byte W10 + .byte N04 , Gn3 + .byte W06 + .byte Gs3 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte As3 + .byte W08 + .byte N08 , Cn4 + .byte W08 + .byte N04 , Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N10 , Cs4 + .byte W10 + .byte N04 , Cn4 + .byte W06 + .byte Cs4 + .byte W08 + .byte N40 , Ds4 + .byte W24 + .byte MOD , 5 + .byte W16 + .byte 0 + .byte N04 , Fn4 + .byte W04 + .byte Ds4 + .byte W04 + .byte N08 , Cs4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N08 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte VOL , 87*bgm_title3_mvl/mxv + .byte PAN , c_v+0 + .byte N24 , Fs3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte W16 + .byte N04 , As3 + .byte W08 + .byte N48 , Cs4 + .byte W16 + .byte MOD , 7 + .byte W08 + .byte VOL , 86*bgm_title3_mvl/mxv + .byte W04 + .byte 82*bgm_title3_mvl/mxv + .byte W04 + .byte 78*bgm_title3_mvl/mxv + .byte W04 + .byte 72*bgm_title3_mvl/mxv + .byte W04 + .byte 68*bgm_title3_mvl/mxv + .byte W04 + .byte 62*bgm_title3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 86*bgm_title3_mvl/mxv + .byte N24 , Gs3 + .byte W16 + .byte MOD , 7 + .byte W08 + .byte 0 + .byte W16 + .byte N04 , Bn3 + .byte W08 + .byte N32 , En4 + .byte W08 + .byte MOD , 6 + .byte W08 + .byte 8 + .byte W16 + .byte 0 + .byte N04 , Ds4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N96 , Cs4 + .byte W48 + .byte MOD , 6 + .byte VOL , 85*bgm_title3_mvl/mxv + .byte W04 + .byte 82*bgm_title3_mvl/mxv + .byte W04 + .byte 79*bgm_title3_mvl/mxv + .byte W04 + .byte 77*bgm_title3_mvl/mxv + .byte W04 + .byte 73*bgm_title3_mvl/mxv + .byte W04 + .byte 72*bgm_title3_mvl/mxv + .byte W04 + .byte 70*bgm_title3_mvl/mxv + .byte W04 + .byte 68*bgm_title3_mvl/mxv + .byte W04 + .byte 66*bgm_title3_mvl/mxv + .byte W04 + .byte 62*bgm_title3_mvl/mxv + .byte W04 + .byte 58*bgm_title3_mvl/mxv + .byte W04 + .byte 56*bgm_title3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 87*bgm_title3_mvl/mxv + .byte W72 + .byte VOICE , 56 + .byte W24 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N08 , Fs3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Fs3 + .byte W16 + .byte N04 , As3 + .byte W08 + .byte N48 , Cs4 + .byte W08 + .byte MOD , 5 + .byte W16 + .byte VOL , 88*bgm_title3_mvl/mxv + .byte W01 + .byte 87*bgm_title3_mvl/mxv + .byte W03 + .byte 82*bgm_title3_mvl/mxv + .byte W01 + .byte 80*bgm_title3_mvl/mxv + .byte W03 + .byte 77*bgm_title3_mvl/mxv + .byte W01 + .byte 76*bgm_title3_mvl/mxv + .byte W03 + .byte 73*bgm_title3_mvl/mxv + .byte W01 + .byte 70*bgm_title3_mvl/mxv + .byte W03 + .byte 69*bgm_title3_mvl/mxv + .byte W01 + .byte 68*bgm_title3_mvl/mxv + .byte W03 + .byte 65*bgm_title3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte N08 , Gs3 + .byte W08 + .byte N04 , Ds3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Gs3 + .byte W16 + .byte Cn4 + .byte W08 + .byte N32 , Fn4 + .byte W12 + .byte MOD , 7 + .byte W20 + .byte 1 + .byte N04 , Ds4 + .byte W02 + .byte MOD , 0 + .byte W06 + .byte N04 , Cn4 + .byte W08 + .byte N96 , Cs4 + .byte W48 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W01 + .byte 89*bgm_title3_mvl/mxv + .byte W03 + .byte MOD , 6 + .byte VOL , 88*bgm_title3_mvl/mxv + .byte W01 + .byte 87*bgm_title3_mvl/mxv + .byte W03 + .byte 85*bgm_title3_mvl/mxv + .byte W04 + .byte 82*bgm_title3_mvl/mxv + .byte W01 + .byte 82*bgm_title3_mvl/mxv + .byte W03 + .byte 80*bgm_title3_mvl/mxv + .byte W01 + .byte 79*bgm_title3_mvl/mxv + .byte W03 + .byte 78*bgm_title3_mvl/mxv + .byte W01 + .byte 77*bgm_title3_mvl/mxv + .byte W03 + .byte 76*bgm_title3_mvl/mxv + .byte W01 + .byte 75*bgm_title3_mvl/mxv + .byte W07 + .byte 73*bgm_title3_mvl/mxv + .byte W05 + .byte 72*bgm_title3_mvl/mxv + .byte W03 + .byte 71*bgm_title3_mvl/mxv + .byte W04 + .byte 70*bgm_title3_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 90*bgm_title3_mvl/mxv + .byte W96 + .byte VOICE , 56 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , As3 + .byte W16 + .byte Cs4 + .byte W08 + .byte TIE , Fs4 + .byte W48 + .byte VOL , 87*bgm_title3_mvl/mxv + .byte W01 + .byte 87*bgm_title3_mvl/mxv + .byte W03 + .byte 86*bgm_title3_mvl/mxv + .byte W01 + .byte 85*bgm_title3_mvl/mxv + .byte W03 + .byte 85*bgm_title3_mvl/mxv + .byte MOD , 1 + .byte W04 + .byte VOL , 82*bgm_title3_mvl/mxv + .byte W04 + .byte 80*bgm_title3_mvl/mxv + .byte W01 + .byte 79*bgm_title3_mvl/mxv + .byte W07 + .byte 78*bgm_title3_mvl/mxv + .byte W01 + .byte 77*bgm_title3_mvl/mxv + .byte W03 + .byte 77*bgm_title3_mvl/mxv + .byte W01 + .byte 76*bgm_title3_mvl/mxv + .byte W03 + .byte 73*bgm_title3_mvl/mxv + .byte W04 + .byte 72*bgm_title3_mvl/mxv + .byte W01 + .byte 70*bgm_title3_mvl/mxv + .byte W03 + .byte 70*bgm_title3_mvl/mxv + .byte W04 + .byte 68*bgm_title3_mvl/mxv + .byte W01 + .byte 68*bgm_title3_mvl/mxv + .byte W03 + .byte MOD , 6 + .byte W01 + .byte VOL , 66*bgm_title3_mvl/mxv + .byte W03 + .byte 65*bgm_title3_mvl/mxv + .byte W04 + .byte 63*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 62*bgm_title3_mvl/mxv + .byte W05 + .byte 61*bgm_title3_mvl/mxv + .byte W03 + .byte 59*bgm_title3_mvl/mxv + .byte W01 + .byte 58*bgm_title3_mvl/mxv + .byte W03 + .byte 57*bgm_title3_mvl/mxv + .byte W04 + .byte 56*bgm_title3_mvl/mxv + .byte W04 + .byte 55*bgm_title3_mvl/mxv + .byte W01 + .byte 54*bgm_title3_mvl/mxv + .byte W03 + .byte 53*bgm_title3_mvl/mxv + .byte W01 + .byte 52*bgm_title3_mvl/mxv + .byte W03 + .byte 51*bgm_title3_mvl/mxv + .byte W01 + .byte 50*bgm_title3_mvl/mxv + .byte W03 + .byte 49*bgm_title3_mvl/mxv + .byte W01 + .byte 47*bgm_title3_mvl/mxv + .byte W03 + .byte W01 + .byte 46*bgm_title3_mvl/mxv + .byte W03 + .byte 44*bgm_title3_mvl/mxv + .byte W04 + .byte 43*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W03 + .byte 41*bgm_title3_mvl/mxv + .byte W01 + .byte 40*bgm_title3_mvl/mxv + .byte W04 + .byte 39*bgm_title3_mvl/mxv + .byte W07 + .byte 38*bgm_title3_mvl/mxv + .byte W04 + .byte 38*bgm_title3_mvl/mxv + .byte W04 + .byte 36*bgm_title3_mvl/mxv + .byte W16 + .byte 43*bgm_title3_mvl/mxv + .byte W04 + .byte 45*bgm_title3_mvl/mxv + .byte W01 + .byte 46*bgm_title3_mvl/mxv + .byte W03 + .byte 49*bgm_title3_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte W01 + .byte VOL , 51*bgm_title3_mvl/mxv + .byte W03 + .byte 52*bgm_title3_mvl/mxv + .byte W01 + .byte 53*bgm_title3_mvl/mxv + .byte W04 + .byte 56*bgm_title3_mvl/mxv + .byte W03 + .byte 58*bgm_title3_mvl/mxv + .byte W01 + .byte 59*bgm_title3_mvl/mxv + .byte W03 + .byte 61*bgm_title3_mvl/mxv + .byte W01 + .byte 63*bgm_title3_mvl/mxv + .byte W03 + .byte 65*bgm_title3_mvl/mxv + .byte W04 + .byte 67*bgm_title3_mvl/mxv + .byte W01 + .byte 69*bgm_title3_mvl/mxv + .byte W03 + .byte 73*bgm_title3_mvl/mxv + .byte W01 + .byte 75*bgm_title3_mvl/mxv + .byte W05 + .byte EOT + .byte VOL , 64*bgm_title3_mvl/mxv + .byte N02 , As4 + .byte W02 + .byte VOICE , 48 + .byte VOL , 65*bgm_title3_mvl/mxv + .byte MOD , 0 + .byte N06 , Bn4 + .byte W08 + .byte N02 , As4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , Bn4 + .byte W08 + .byte N02 , As4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , Bn4 + .byte W08 + .byte N02 , As4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , Bn4 + .byte W08 + .byte N02 , As4 + .byte W08 + .byte N02 + .byte W06 + .byte Cn5 + .byte W02 + .byte N06 , Cs5 + .byte W08 + .byte N02 , Bn4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , Cs5 + .byte W08 + .byte N02 , Bn4 + .byte W08 + .byte N02 + .byte W06 + .byte Ds5 + .byte W02 + .byte VOL , 58*bgm_title3_mvl/mxv + .byte N24 , Dn5 , v088 + .byte W24 + .byte N04 , Bn4 , v112 + .byte W04 + .byte Fs4 , v084 + .byte W04 + .byte Dn4 + .byte W04 + .byte Bn3 , v064 + .byte W04 + .byte Fs3 + .byte W04 + .byte Dn3 + .byte W04 + .byte VOICE , 56 + .byte VOL , 69*bgm_title3_mvl/mxv + .byte PAN , c_v-34 + .byte N08 , Fs3 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 +bgm_title3_4_000: + .byte N08 , Fs3 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_4_000 + .byte PATT + .word bgm_title3_4_000 + .byte PATT + .word bgm_title3_4_000 + .byte PATT + .word bgm_title3_4_000 + .byte PATT + .word bgm_title3_4_000 + .byte N06 , Fs5 , v112 + .byte W24 + .byte N04 , Fs3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N10 + .byte W48 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_title3_5: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 47 + .byte PAN , c_v-16 + .byte VOL , 86*bgm_title3_mvl/mxv + .byte W16 + .byte N04 , Cn2 , v127 + .byte W08 +bgm_title3_5_000: + .byte N24 , Fn1 , v127 + .byte W88 + .byte N04 , Cn2 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_5_000 + .byte N24 , Fn1 , v127 + .byte W88 + .byte N02 , Cn2 + .byte W04 + .byte N04 , Fn1 + .byte W04 + .byte N24 , Ds1 + .byte W24 + .byte N04 , As1 + .byte W16 + .byte Ds1 + .byte W08 + .byte As1 + .byte W08 + .byte N04 + .byte W08 + .byte Ds1 + .byte W08 + .byte As1 + .byte W08 + .byte Fs1 , v112 + .byte W08 + .byte Cs1 , v127 + .byte W04 + .byte As1 , v112 + .byte W04 + .byte VOICE , 47 + .byte N48 , Fn1 + .byte W96 + .byte W88 + .byte N04 , Fn2 , v127 + .byte W08 + .byte N48 , Fn1 + .byte W96 + .byte N08 , Ds2 + .byte W24 + .byte N06 , As1 + .byte W08 + .byte N04 , As1 , v112 + .byte W04 + .byte N04 + .byte W04 + .byte N08 , Ds1 , v127 + .byte W08 + .byte Gn2 + .byte W16 + .byte N06 , Gn2 , v112 + .byte W08 + .byte N02 , Gn2 , v127 + .byte W08 + .byte N08 , Bn1 , v112 + .byte W08 + .byte Gs1 , v127 + .byte W08 + .byte N48 , Fn1 + .byte W96 + .byte W88 + .byte N04 , As1 + .byte W08 + .byte N20 , Fn1 + .byte W96 + .byte N04 , Gn2 + .byte W08 + .byte As1 + .byte W08 + .byte Gn2 + .byte W08 + .byte N10 , En2 + .byte W24 + .byte N04 , Gn2 + .byte W16 + .byte Gn1 + .byte W08 + .byte N08 , Ds2 + .byte W16 + .byte As1 + .byte W08 + .byte N24 , Fn1 + .byte W96 + .byte W96 + .byte N24 + .byte W96 + .byte N10 , Ds2 + .byte W16 + .byte N08 , As1 + .byte W08 + .byte N24 , Gn1 + .byte W24 + .byte N08 , Ds2 + .byte W08 + .byte N16 , As1 + .byte W16 + .byte N12 , Gn2 + .byte W16 + .byte N08 , Ds2 + .byte W08 + .byte N24 , Fn1 + .byte W96 + .byte W72 + .byte N04 , En2 + .byte W08 + .byte As1 + .byte W08 + .byte En2 + .byte W08 + .byte N24 , As1 + .byte W24 + .byte N04 , Fn2 + .byte W08 + .byte Dn2 + .byte W08 + .byte Fn1 + .byte W08 + .byte N24 + .byte W32 + .byte N04 , As1 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , Dn1 + .byte W32 + .byte N04 , Fn2 + .byte W08 + .byte N04 + .byte W08 + .byte N24 , Fn1 + .byte W32 + .byte N04 + .byte W08 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 +bgm_title3_5_001: + .byte N08 , Gn2 , v112 + .byte W16 + .byte Cn2 , v127 + .byte W08 + .byte N24 , Cn1 + .byte W24 + .byte N08 , Gn2 + .byte W16 + .byte Cn2 + .byte W08 + .byte N24 , Cn1 + .byte W24 + .byte PEND + .byte N08 , Gn2 + .byte W16 + .byte Cn2 + .byte W08 + .byte N24 , Cn1 + .byte W24 + .byte N08 , Gn2 + .byte W16 + .byte Cn2 + .byte W08 + .byte N24 , Cn1 + .byte W24 + .byte PATT + .word bgm_title3_5_001 + .byte N08 , Gn2 , v127 + .byte W16 + .byte Cn2 + .byte W08 + .byte N24 , Cn1 + .byte W24 + .byte N08 , Gn2 + .byte W16 + .byte Cn2 + .byte W08 + .byte N04 , Cn2 , v068 + .byte W04 + .byte Cn2 , v072 + .byte W04 + .byte Cn2 , v084 + .byte W04 + .byte Cn2 , v096 + .byte W04 + .byte Cn2 , v104 + .byte W04 + .byte Cn2 , v116 + .byte W04 + .byte N24 , Ds1 , v120 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W88 + .byte N08 , Cs1 , v112 + .byte W08 + .byte PAN , c_v-1 + .byte N16 , Fs1 + .byte W96 + .byte W88 + .byte N08 , Cs2 + .byte W08 + .byte N16 , Fs1 + .byte W96 + .byte W88 + .byte N08 , Cs2 , v096 + .byte W08 + .byte N16 , Fs1 , v112 + .byte W96 + .byte W88 + .byte N08 , Cs2 + .byte W08 + .byte N16 , Fs1 , v120 + .byte W96 + .byte W72 + .byte N04 , Cs2 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte Cs2 , v076 + .byte W04 + .byte Cs2 , v092 + .byte W04 + .byte Cs2 , v112 + .byte W04 + .byte PAN , c_v-32 + .byte N24 , Cs1 + .byte W40 + .byte N08 , Cs2 + .byte W08 + .byte N24 , En1 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W88 + .byte N08 , Fs2 + .byte W08 + .byte VOL , 65*bgm_title3_mvl/mxv + .byte N08 , Fs1 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 +bgm_title3_5_002: + .byte N08 , Fs1 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_5_002 + .byte PATT + .word bgm_title3_5_002 + .byte VOL , 76*bgm_title3_mvl/mxv + .byte N08 , Fs1 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte PATT + .word bgm_title3_5_002 + .byte PATT + .word bgm_title3_5_002 + .byte N06 , Fs2 , v112 + .byte W24 + .byte N04 , Fs1 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N10 + .byte W48 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_title3_6: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 48 + .byte LFOS , 44 + .byte PAN , c_v-22 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N04 , An4 , v112 + .byte W06 + .byte As4 + .byte W06 + .byte An4 + .byte W06 + .byte Gn4 + .byte W04 + .byte N02 , An4 + .byte W02 +bgm_title3_6_000: + .byte N06 , As4 , v112 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , As4 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , As4 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , As4 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte PEND + .byte PATT + .word bgm_title3_6_000 + .byte N06 , As4 , v112 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , As4 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , As4 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte N02 + .byte W02 + .byte N06 , As4 + .byte W08 + .byte N02 , An4 + .byte W08 + .byte N02 + .byte W06 + .byte Gs4 + .byte W02 + .byte N06 , An4 + .byte W08 + .byte N02 , Gn4 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , An4 + .byte W08 + .byte N02 , Gn4 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , An4 + .byte W08 + .byte N02 , Gn4 + .byte W08 + .byte N02 + .byte W08 + .byte N06 , As4 + .byte W08 + .byte N02 , An4 + .byte W16 + .byte W92 + .byte W02 + .byte En4 + .byte W02 +bgm_title3_6_001: + .byte N06 , Ds4 , v112 + .byte W08 + .byte N02 , Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W06 + .byte En4 + .byte W02 + .byte N06 , Ds4 + .byte W08 + .byte N02 , Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W06 + .byte Gs4 + .byte W02 + .byte PEND + .byte N06 , An4 + .byte W08 + .byte N02 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W06 + .byte Gs4 + .byte W02 + .byte N06 , An4 + .byte W08 + .byte N02 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 +bgm_title3_6_002: + .byte N06 , As3 , v112 + .byte W08 + .byte N02 , Ds4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N06 , Ds4 + .byte W08 + .byte N02 , Gn4 + .byte W08 + .byte As4 + .byte W06 + .byte Dn5 + .byte W02 + .byte N06 , Ds5 + .byte W08 + .byte N02 , As4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N06 , En4 + .byte W08 + .byte N02 , Bn3 + .byte W08 + .byte Gs3 + .byte W06 + .byte En4 + .byte W02 + .byte PEND + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N06 , Fn4 + .byte W08 + .byte N02 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W06 + .byte En4 + .byte W02 + .byte N06 , Fn4 + .byte W08 + .byte N02 , En4 + .byte W06 + .byte Fn4 + .byte W10 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W06 + .byte En4 + .byte W02 + .byte PATT + .word bgm_title3_6_001 + .byte N06 , An4 , v112 + .byte W08 + .byte N02 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W06 + .byte Gs4 + .byte W02 + .byte N06 , An4 + .byte W08 + .byte N02 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N06 , As3 + .byte W08 + .byte N02 , Ds4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N06 , En4 + .byte W08 + .byte N02 , Gs4 + .byte W08 + .byte Bn4 + .byte W06 + .byte Dn5 + .byte W02 + .byte N06 , Ds5 + .byte W08 + .byte N02 , As4 + .byte W08 + .byte Gn4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte Cs4 + .byte W06 + .byte N02 , En4 + .byte W02 +bgm_title3_6_003: + .byte N06 , Fn4 , v112 + .byte W08 + .byte N02 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W06 + .byte En4 + .byte W02 + .byte N06 , Fn4 + .byte W08 + .byte N02 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W06 + .byte En4 + .byte W02 + .byte PEND + .byte PATT + .word bgm_title3_6_001 + .byte N06 , An4 , v112 + .byte W08 + .byte N02 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W06 + .byte Gs4 + .byte W02 + .byte N06 , An4 + .byte W08 + .byte N02 , Gs4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W06 + .byte An3 + .byte W02 + .byte PATT + .word bgm_title3_6_002 + .byte PATT + .word bgm_title3_6_003 + .byte N06 , Ds4 , v112 + .byte W08 + .byte N02 , Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W06 + .byte En4 + .byte W02 + .byte N06 , Ds4 + .byte W08 + .byte N02 , Dn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte Gn3 + .byte W06 + .byte Bn3 + .byte W02 + .byte N06 , As3 + .byte W08 + .byte N02 , Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W06 + .byte Bn3 + .byte W02 + .byte N06 , As3 + .byte W08 + .byte N02 , Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W02 + .byte N24 , As2 + .byte W24 + .byte N04 , Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte As3 + .byte W04 + .byte Dn4 + .byte W04 + .byte Fn4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N48 , Gn4 + .byte W48 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_title3_mvl/mxv + .byte N40 , Gs4 + .byte W40 + .byte TIE , Ds4 + .byte W56 + .byte VOL , 36*bgm_title3_mvl/mxv + .byte W08 + .byte 34*bgm_title3_mvl/mxv + .byte W01 + .byte 33*bgm_title3_mvl/mxv + .byte W03 + .byte 32*bgm_title3_mvl/mxv + .byte W01 + .byte 31*bgm_title3_mvl/mxv + .byte W08 + .byte 31*bgm_title3_mvl/mxv + .byte W03 + .byte 30*bgm_title3_mvl/mxv + .byte W13 + .byte 28*bgm_title3_mvl/mxv + .byte W08 + .byte 27*bgm_title3_mvl/mxv + .byte W03 + .byte EOT + .byte VOL , 36*bgm_title3_mvl/mxv + .byte N24 , Gs4 + .byte W24 + .byte VOL , 41*bgm_title3_mvl/mxv + .byte N24 , An4 + .byte W24 + .byte VOL , 48*bgm_title3_mvl/mxv + .byte N40 , As4 + .byte W40 + .byte TIE , Fn4 + .byte W56 + .byte VOL , 48*bgm_title3_mvl/mxv + .byte W04 + .byte 48*bgm_title3_mvl/mxv + .byte W05 + .byte 47*bgm_title3_mvl/mxv + .byte W03 + .byte 45*bgm_title3_mvl/mxv + .byte W04 + .byte 44*bgm_title3_mvl/mxv + .byte W01 + .byte 43*bgm_title3_mvl/mxv + .byte W03 + .byte 43*bgm_title3_mvl/mxv + .byte W01 + .byte 41*bgm_title3_mvl/mxv + .byte W03 + .byte 40*bgm_title3_mvl/mxv + .byte W01 + .byte 39*bgm_title3_mvl/mxv + .byte W03 + .byte 37*bgm_title3_mvl/mxv + .byte W01 + .byte 36*bgm_title3_mvl/mxv + .byte W03 + .byte 36*bgm_title3_mvl/mxv + .byte W01 + .byte 35*bgm_title3_mvl/mxv + .byte W03 + .byte 34*bgm_title3_mvl/mxv + .byte W01 + .byte 33*bgm_title3_mvl/mxv + .byte W03 + .byte 32*bgm_title3_mvl/mxv + .byte W01 + .byte 31*bgm_title3_mvl/mxv + .byte W07 + .byte EOT + .byte VOL , 60*bgm_title3_mvl/mxv + .byte N24 , As4 + .byte W24 + .byte Bn4 + .byte W24 + .byte VOICE , 56 + .byte PAN , c_v-32 + .byte N08 , Cn5 + .byte W08 + .byte N02 , Bn4 , v088 + .byte W02 + .byte As4 + .byte W02 + .byte An4 + .byte W84 + .byte W56 + .byte N14 , As4 , v112 + .byte W16 + .byte N04 + .byte W04 + .byte As4 , v032 + .byte W12 + .byte Bn4 , v112 + .byte W04 + .byte Bn4 , v032 + .byte W04 + .byte N08 , Cn5 , v112 + .byte W08 + .byte N02 , Bn4 , v096 + .byte W02 + .byte As4 , v092 + .byte W02 + .byte An4 + .byte W84 + .byte VOICE , 48 + .byte N02 , Gn4 , v112 + .byte W02 + .byte N04 , Gn4 , v032 + .byte W10 + .byte N02 , Gn4 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W12 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W04 + .byte Gn4 , v032 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte Fn4 , v032 + .byte W04 + .byte Fn4 , v112 + .byte W04 + .byte Fn4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 41*bgm_title3_mvl/mxv + .byte N44 , Cn5 , v112 + .byte W44 + .byte W02 + .byte N02 , Cs5 + .byte W02 + .byte N24 , Dn5 + .byte W24 + .byte An4 + .byte W24 + .byte N32 , Cn5 + .byte W32 + .byte N08 , As4 + .byte W08 + .byte An4 + .byte W08 + .byte N24 , Fn4 + .byte W24 + .byte N08 , Gn4 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte An4 + .byte W06 + .byte N02 + .byte W02 + .byte N48 , As4 + .byte W48 + .byte N24 , Cn5 + .byte W24 + .byte N22 , Gn4 + .byte W22 + .byte N02 , An4 + .byte W02 + .byte N12 , As4 + .byte W12 + .byte N02 , An4 , v088 + .byte W04 + .byte N08 , Gs4 , v112 + .byte W08 + .byte N02 , Gn4 , v096 + .byte W02 + .byte Fs4 , v092 + .byte W02 + .byte Fn4 , v088 + .byte W02 + .byte En4 + .byte W10 + .byte N04 , Cn5 , v112 + .byte W04 + .byte Cn5 , v032 + .byte W04 + .byte N16 , Ds5 , v112 + .byte W16 + .byte N02 , Dn5 , v084 + .byte W02 + .byte Cs5 , v080 + .byte W02 + .byte Cn5 , v072 + .byte W02 + .byte Bn4 + .byte W02 + .byte N08 , Fn4 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Gn4 , v112 + .byte W06 + .byte N02 + .byte W02 + .byte N48 , Gs4 + .byte W48 + .byte N24 , As4 + .byte W24 + .byte N16 , Gs4 + .byte W16 + .byte N04 , Gs4 , v032 + .byte W08 + .byte N16 , Gs4 , v112 + .byte W16 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N16 , Fn4 , v112 + .byte W16 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N16 , Cs5 , v112 + .byte W16 + .byte N04 , As4 + .byte W04 + .byte As4 , v032 + .byte W04 + .byte N16 , Gs4 , v112 + .byte W16 + .byte N04 , As4 + .byte W04 + .byte As4 , v032 + .byte W04 + .byte N64 , Gs4 , v112 + .byte W64 + .byte N04 , Ds4 + .byte W04 + .byte Ds4 , v032 + .byte W04 + .byte Ds4 , v112 + .byte W04 + .byte Ds4 , v032 + .byte W12 + .byte N08 , Gs4 , v112 + .byte W08 + .byte N40 , Fs4 + .byte W40 + .byte N04 , Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N40 , Fn4 + .byte W40 + .byte N04 , Fn4 , v032 + .byte W08 + .byte PAN , c_v-34 + .byte VOL , 44*bgm_title3_mvl/mxv + .byte N28 , As2 , v112 + .byte W28 + .byte N04 , As2 , v032 + .byte W12 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte N48 , Fs3 , v112 + .byte W48 + .byte N24 , Bn2 + .byte W24 + .byte N04 , Bn2 , v032 + .byte W16 + .byte Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W04 + .byte N32 , Gs3 , v112 + .byte W32 + .byte N04 , Gn3 + .byte W04 + .byte Gn3 , v032 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N04 , As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte As2 , v112 + .byte W04 + .byte As2 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Fs2 , v112 + .byte W04 + .byte Fs2 , v032 + .byte W04 + .byte Gs2 , v112 + .byte W04 + .byte Gs2 , v032 + .byte W04 + .byte As2 , v112 + .byte W04 + .byte As2 , v032 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte As2 , v112 + .byte W04 + .byte As2 , v032 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W04 + .byte Fn3 , v112 + .byte W04 + .byte Fn3 , v032 + .byte W04 + .byte N08 , As2 , v112 + .byte W08 + .byte Fs2 + .byte W08 + .byte An2 + .byte W08 + .byte As2 + .byte W08 + .byte N04 , As2 , v032 + .byte W08 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte N48 , Fs3 , v112 + .byte W48 + .byte N08 , Cn3 + .byte W08 + .byte N04 , As2 + .byte W04 + .byte As2 , v032 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte Cn3 , v112 + .byte W04 + .byte Cn3 , v032 + .byte W12 + .byte Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W04 + .byte N32 , Gs3 , v112 + .byte W32 + .byte N04 , Fs3 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte Ds3 , v112 + .byte W04 + .byte Ds3 , v032 + .byte W04 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Cs4 , v112 + .byte W04 + .byte Cs4 , v032 + .byte W04 + .byte Bn3 , v112 + .byte W04 + .byte Bn3 , v032 + .byte W04 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Fs3 , v112 + .byte W04 + .byte Fs3 , v032 + .byte W04 + .byte As3 , v112 + .byte W04 + .byte As3 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte As2 , v112 + .byte W04 + .byte As2 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Fs2 , v112 + .byte W04 + .byte Fs2 , v032 + .byte W04 + .byte Gs2 , v112 + .byte W04 + .byte Gs2 , v032 + .byte W04 + .byte As2 , v112 + .byte W04 + .byte As2 , v032 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte As2 , v112 + .byte W04 + .byte As2 , v032 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Bn2 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Dn3 , v112 + .byte W04 + .byte Dn3 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Fn3 , v112 + .byte W04 + .byte Fn3 , v032 + .byte W04 + .byte Gs3 , v112 + .byte W04 + .byte Gs3 , v032 + .byte W04 + .byte N08 , Cs3 , v112 + .byte W08 + .byte N04 , Cn3 + .byte W04 + .byte Cn3 , v032 + .byte W04 + .byte Cs3 , v112 + .byte W04 + .byte Cs3 , v032 + .byte W04 + .byte Fn3 , v112 + .byte W04 + .byte Fn3 , v032 + .byte W12 + .byte N08 , Fs3 , v112 + .byte W08 + .byte TIE , Bn3 , v088 + .byte W48 + .byte VOL , 43*bgm_title3_mvl/mxv + .byte W01 + .byte 42*bgm_title3_mvl/mxv + .byte W03 + .byte 41*bgm_title3_mvl/mxv + .byte W04 + .byte 39*bgm_title3_mvl/mxv + .byte W04 + .byte 38*bgm_title3_mvl/mxv + .byte W04 + .byte 38*bgm_title3_mvl/mxv + .byte W01 + .byte 36*bgm_title3_mvl/mxv + .byte W03 + .byte 34*bgm_title3_mvl/mxv + .byte W04 + .byte 34*bgm_title3_mvl/mxv + .byte W04 + .byte 33*bgm_title3_mvl/mxv + .byte W01 + .byte 32*bgm_title3_mvl/mxv + .byte W03 + .byte 31*bgm_title3_mvl/mxv + .byte W01 + .byte 31*bgm_title3_mvl/mxv + .byte W03 + .byte 27*bgm_title3_mvl/mxv + .byte W04 + .byte 26*bgm_title3_mvl/mxv + .byte W04 + .byte 26*bgm_title3_mvl/mxv + .byte W01 + .byte 25*bgm_title3_mvl/mxv + .byte W03 + .byte 24*bgm_title3_mvl/mxv + .byte W01 + .byte 24*bgm_title3_mvl/mxv + .byte W03 + .byte 22*bgm_title3_mvl/mxv + .byte W05 + .byte 21*bgm_title3_mvl/mxv + .byte W03 + .byte 20*bgm_title3_mvl/mxv + .byte W04 + .byte 19*bgm_title3_mvl/mxv + .byte W01 + .byte 19*bgm_title3_mvl/mxv + .byte W03 + .byte 18*bgm_title3_mvl/mxv + .byte W01 + .byte 17*bgm_title3_mvl/mxv + .byte W03 + .byte 17*bgm_title3_mvl/mxv + .byte W08 + .byte 16*bgm_title3_mvl/mxv + .byte W04 + .byte 14*bgm_title3_mvl/mxv + .byte W05 + .byte 14*bgm_title3_mvl/mxv + .byte W07 + .byte W05 + .byte 13*bgm_title3_mvl/mxv + .byte W15 + .byte 14*bgm_title3_mvl/mxv + .byte W01 + .byte 14*bgm_title3_mvl/mxv + .byte W07 + .byte 16*bgm_title3_mvl/mxv + .byte W01 + .byte 17*bgm_title3_mvl/mxv + .byte W08 + .byte 17*bgm_title3_mvl/mxv + .byte W03 + .byte 18*bgm_title3_mvl/mxv + .byte W01 + .byte 19*bgm_title3_mvl/mxv + .byte W03 + .byte 20*bgm_title3_mvl/mxv + .byte W01 + .byte 21*bgm_title3_mvl/mxv + .byte W03 + .byte EOT + .byte VOL , 46*bgm_title3_mvl/mxv + .byte N08 , Cs4 , v112 + .byte W08 + .byte Ds4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte Gs4 + .byte W08 + .byte As4 + .byte W08 + .byte N16 , Cs5 + .byte W16 + .byte N14 , Bn4 + .byte W16 + .byte N16 , As4 + .byte W16 + .byte N96 , Fs4 + .byte W48 + .byte W48 + .byte N40 , Gs4 + .byte W40 + .byte N04 , Fs4 + .byte W08 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N08 + .byte W12 + .byte N02 , Fn4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Cs5 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Dn5 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Fs4 , v112 + .byte W12 + .byte N02 , Fn4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Cs5 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , As4 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Fs4 , v112 + .byte W12 + .byte N02 , Fn4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Cs5 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Dn5 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Fs4 , v112 + .byte W08 + .byte N04 , Fs4 , v032 + .byte W04 + .byte N02 , Fn4 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , En5 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Fn5 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Fs5 , v112 + .byte W12 + .byte N02 , Fs4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Cs5 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , En5 , v112 + .byte W08 + .byte Fs5 + .byte W08 + .byte En5 + .byte W08 + .byte Ds5 + .byte W06 + .byte Cs5 + .byte W10 + .byte Bn4 + .byte W08 + .byte Cs5 + .byte W12 + .byte N02 , Fs4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Gs4 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Bn4 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Fs4 , v112 + .byte W08 + .byte N04 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Cs4 , v112 + .byte W08 + .byte As4 + .byte W08 + .byte N04 , As4 , v032 + .byte W04 + .byte N02 , Fs4 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 + .byte W08 + .byte N04 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Gs4 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte Fs4 , v112 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Cs4 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W04 + .byte Fs4 , v032 + .byte W04 + .byte N08 , Gs4 , v112 + .byte W08 + .byte N12 , As4 + .byte W12 + .byte N04 , As4 , v032 + .byte W12 + .byte Fs4 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N10 + .byte W48 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_title3_7: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 80 + .byte PAN , c_v-59 + .byte c_v+0 + .byte LFOS , 44 + .byte VOL , 67*bgm_title3_mvl/mxv + .byte XCMD , xIECV , 10 + .byte xIECL , 12 + .byte PAN , c_v-59 + .byte c_v+0 + .byte VOL , 67*bgm_title3_mvl/mxv + .byte BENDR , 12 + .byte N04 , Cn3 , v112 + .byte W04 + .byte An2 + .byte W04 + .byte Fn2 + .byte W02 + .byte En2 + .byte W02 + .byte Cn2 + .byte W04 + .byte An1 + .byte W04 + .byte Fs1 + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 79*bgm_title3_mvl/mxv + .byte PAN , c_v+0 + .byte VOL , 79*bgm_title3_mvl/mxv + .byte N08 , Fn1 + .byte W08 + .byte Fn1 , v032 + .byte W24 + .byte N04 , En1 , v112 + .byte W08 + .byte Fn1 + .byte W06 + .byte N02 , Fs1 , v084 + .byte W02 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte N04 , Fn1 , v112 + .byte W04 + .byte N08 , Fn1 , v032 + .byte W12 + .byte N04 , Fn1 , v112 + .byte W08 + .byte N04 + .byte W06 + .byte N02 , Fs1 + .byte W02 + .byte N08 , Fn1 + .byte W08 + .byte Fn1 , v032 + .byte W24 + .byte N04 , En1 , v112 + .byte W08 + .byte Fn1 + .byte W06 + .byte N02 , Fs1 + .byte W02 + .byte N08 , Fn1 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte N04 , Fn1 , v112 + .byte W04 + .byte N08 , Fn1 , v032 + .byte W12 + .byte N04 , En1 , v112 + .byte W08 + .byte Fn1 + .byte W06 + .byte N02 , Fs1 + .byte W02 + .byte N08 , Fn1 + .byte W10 + .byte Fn1 , v032 + .byte W22 + .byte N04 , En1 , v112 + .byte W08 + .byte Fn1 + .byte W06 + .byte N02 , Fs1 , v084 + .byte W02 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Fn1 , v032 + .byte W08 + .byte N04 , Fn1 , v112 + .byte W04 + .byte N08 , Fn1 , v032 + .byte W12 + .byte N04 , Fn1 , v112 + .byte W08 + .byte N02 , En1 + .byte W04 + .byte N04 , Fn1 + .byte W04 + .byte N14 , Ds1 + .byte W14 + .byte N08 , Ds1 , v032 + .byte W10 + .byte N04 , Ds1 , v112 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Dn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N04 + .byte W08 + .byte As1 + .byte W08 + .byte En2 + .byte W08 + .byte VOICE , 84 + .byte PAN , c_v+63 + .byte VOL , 30*bgm_title3_mvl/mxv + .byte N40 , An2 + .byte W16 + .byte MOD , 8 + .byte W08 + .byte 13 + .byte W16 + .byte 1 + .byte N08 , Cn3 + .byte W08 + .byte N44 , Fn3 + .byte W16 + .byte MOD , 13 + .byte W28 + .byte 1 + .byte N04 , En3 + .byte W04 + .byte N42 , Ds3 + .byte W24 + .byte MOD , 12 + .byte W16 + .byte 1 + .byte W02 + .byte N02 , En3 + .byte W02 + .byte Fn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte N24 , Gn3 + .byte W16 + .byte MOD , 13 + .byte W08 + .byte 1 + .byte N08 , Fn3 + .byte W08 + .byte En3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N44 , Cn3 + .byte W16 + .byte MOD , 12 + .byte W24 + .byte W02 + .byte 1 + .byte W02 + .byte N02 , Bn2 + .byte W02 + .byte As2 + .byte W02 + .byte N24 , An2 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 1 + .byte N16 , Cn3 + .byte W16 + .byte N08 , Dn3 + .byte W08 + .byte N20 , Ds3 + .byte W24 + .byte N04 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N08 , Gn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte En3 + .byte W08 + .byte An2 + .byte W16 + .byte N04 , Cn3 + .byte W08 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 1 + .byte N06 , En3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N08 , Dn3 + .byte W08 + .byte N24 , Cn3 + .byte W14 + .byte MOD , 12 + .byte W10 + .byte 1 + .byte N08 , As2 + .byte W16 + .byte N04 , Ds3 + .byte W08 + .byte N24 , Gn3 + .byte W14 + .byte MOD , 15 + .byte W10 + .byte 1 + .byte N16 , Ds3 + .byte W16 + .byte Dn3 + .byte W16 + .byte Ds3 + .byte W16 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 12 + .byte W24 + .byte 1 + .byte N16 , Ds3 + .byte W16 + .byte Dn3 + .byte W16 + .byte As2 + .byte W16 + .byte N24 , Cn3 + .byte W14 + .byte MOD , 12 + .byte W10 + .byte 1 + .byte N24 , Cs3 + .byte W14 + .byte MOD , 12 + .byte W10 + .byte 1 + .byte N24 , Ds3 + .byte W12 + .byte MOD , 13 + .byte W12 + .byte 1 + .byte N08 , Gn3 + .byte W08 + .byte N04 , Ds3 + .byte W08 + .byte N08 , Cs4 + .byte W08 + .byte N24 , Fn2 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 1 + .byte N08 , An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 13 + .byte W12 + .byte 1 + .byte N14 , An3 + .byte W14 + .byte N02 , Gs3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte Fn3 + .byte W02 + .byte En3 + .byte W02 + .byte N32 , Ds3 + .byte W12 + .byte MOD , 12 + .byte W20 + .byte 1 + .byte N02 , En3 + .byte W02 + .byte Fn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Gs3 + .byte W02 + .byte An3 + .byte W02 + .byte As3 + .byte W02 + .byte Bn3 + .byte W02 + .byte N32 , Cn4 + .byte W14 + .byte MOD , 13 + .byte W18 + .byte N08 , Bn3 + .byte W04 + .byte MOD , 1 + .byte W04 + .byte N06 , As3 + .byte W08 + .byte N20 , An3 + .byte W20 + .byte N02 , As3 + .byte W02 + .byte Bn3 + .byte W02 + .byte N16 , Cn4 + .byte W16 + .byte N02 , An3 + .byte W02 + .byte Gs3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte N18 , Fn3 + .byte W18 + .byte N02 , Fs3 + .byte W02 + .byte Gn3 + .byte W02 + .byte Gs3 + .byte W02 + .byte N16 , An3 + .byte W16 + .byte N02 , Gn3 + .byte W02 + .byte Fs3 + .byte W02 + .byte Fn3 + .byte W02 + .byte En3 + .byte W02 + .byte N48 , Ds3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 12 + .byte W24 + .byte 1 + .byte N48 , En3 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte 12 + .byte W24 + .byte 1 + .byte N12 , An2 + .byte W12 + .byte N02 , Gs2 + .byte W02 + .byte Gn2 + .byte W02 + .byte Fs2 + .byte W02 + .byte Fn2 + .byte W02 + .byte Ds2 + .byte W04 + .byte N04 , An2 + .byte W08 + .byte N02 , Fn2 + .byte W08 + .byte N04 , Cn3 + .byte W06 + .byte N02 , En3 + .byte W02 + .byte N24 , Fn3 + .byte W12 + .byte MOD , 13 + .byte W12 + .byte 1 + .byte N16 , Gn3 + .byte W16 + .byte N08 , An3 + .byte W08 + .byte N16 , As3 + .byte W16 + .byte An3 + .byte W16 + .byte Gn3 + .byte W16 + .byte Fn3 + .byte W16 + .byte N08 , En3 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N08 , Gn3 + .byte W08 + .byte N24 , Dn3 + .byte W16 + .byte MOD , 12 + .byte W08 + .byte 1 + .byte N08 , Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte Gs2 + .byte W08 + .byte N48 , Fn2 + .byte W16 + .byte MOD , 5 + .byte W08 + .byte 12 + .byte W24 + .byte 1 + .byte N08 , Dn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte N08 , Fn3 + .byte W08 + .byte As3 + .byte W08 + .byte Dn4 + .byte W08 + .byte N04 , Cn4 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Gn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W04 + .byte En3 + .byte W04 + .byte Cn3 + .byte W04 + .byte Gn2 + .byte W04 + .byte Cn3 + .byte W04 + .byte Gn2 + .byte W04 + .byte En2 + .byte W04 + .byte VOICE , 83 + .byte VOL , 40*bgm_title3_mvl/mxv + .byte N24 , Ds2 + .byte W12 + .byte MOD , 13 + .byte W12 + .byte 1 + .byte N08 , Cn2 + .byte W08 + .byte Ds2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N24 , Gs2 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 1 + .byte N08 , Ds2 + .byte W08 + .byte Gs2 + .byte W08 + .byte As2 + .byte W08 + .byte N18 , Ds3 + .byte W16 + .byte N16 , Cs3 + .byte W16 + .byte Cn3 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte As1 + .byte W08 + .byte Fn2 + .byte W08 + .byte An2 + .byte W08 + .byte N24 , As2 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 1 + .byte N08 , Fn2 + .byte W08 + .byte As2 + .byte W08 + .byte Dn3 + .byte W08 + .byte N24 , Fn2 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 1 + .byte N08 , An2 + .byte W08 + .byte As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N16 , Fn3 + .byte W16 + .byte Ds3 + .byte W16 + .byte Dn3 + .byte W16 + .byte Cn3 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte Gn3 + .byte W08 + .byte Dn3 + .byte W08 + .byte N04 , Bn2 + .byte W04 + .byte Cs1 + .byte W04 + .byte VOICE , 80 + .byte PAN , c_v+39 + .byte VOL , 40*bgm_title3_mvl/mxv + .byte N12 , Cn1 + .byte W12 + .byte N02 , Gn2 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Fs2 + .byte W08 + .byte Gn2 + .byte W08 +bgm_title3_7_000: + .byte N12 , Cn1 , v112 + .byte W12 + .byte N02 , Gn2 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_7_000 + .byte N12 , Cn1 , v112 + .byte W12 + .byte N02 , Gn2 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn2 + .byte W08 + .byte N04 + .byte W08 + .byte Fs2 + .byte W08 + .byte PAN , c_v+63 + .byte VOL , 30*bgm_title3_mvl/mxv + .byte N44 , Gn4 + .byte W24 + .byte MOD , 12 + .byte W20 + .byte 1 + .byte W02 + .byte N02 , Gs4 + .byte W02 + .byte N24 , An4 + .byte W24 + .byte Ds4 + .byte W24 + .byte VOL , 26*bgm_title3_mvl/mxv + .byte N32 , Dn4 + .byte W12 + .byte MOD , 8 + .byte W16 + .byte 1 + .byte W04 + .byte N08 , Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte N24 , As3 + .byte W24 + .byte N08 , Cn4 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Ds4 + .byte W06 + .byte N02 , En4 + .byte W02 + .byte N24 , Fn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N08 , Cs4 + .byte W08 + .byte Ds4 + .byte W08 + .byte Cs4 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte N06 , As3 + .byte W06 + .byte N02 , Dn4 + .byte W02 + .byte N12 , Ds4 + .byte W12 + .byte N02 , Dn4 , v088 + .byte W04 + .byte N08 , Cn4 , v112 + .byte W08 + .byte N02 , Bn3 , v096 + .byte W02 + .byte As3 , v092 + .byte W02 + .byte An3 , v088 + .byte W02 + .byte Gs3 + .byte W10 + .byte N04 , Ds4 , v112 + .byte W08 + .byte N16 , Gs4 + .byte W16 + .byte N02 , Gn4 , v084 + .byte W02 + .byte Fs4 , v080 + .byte W02 + .byte Fn4 , v072 + .byte W02 + .byte En4 + .byte W02 + .byte N08 , Cn4 , v112 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte Dn4 + .byte W06 + .byte N02 , En4 + .byte W02 + .byte N48 , Ds4 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 1 + .byte N24 , Cs4 + .byte W24 + .byte N16 , Bn3 + .byte W24 + .byte N14 , Cs4 + .byte W16 + .byte N04 , As3 + .byte W08 + .byte N12 , Fs3 + .byte W16 + .byte N04 , As3 + .byte W08 + .byte N16 , Fs4 + .byte W16 + .byte N04 , Cs4 + .byte W08 + .byte N14 , As3 + .byte W16 + .byte N04 , Cs4 + .byte W08 + .byte N24 , Ds4 + .byte W24 + .byte Cs4 + .byte W24 + .byte N16 , Cn4 + .byte W16 + .byte N04 , Gs3 + .byte W08 + .byte N04 + .byte W16 + .byte N08 , Ds4 + .byte W08 + .byte N40 , Fn4 + .byte W24 + .byte MOD , 8 + .byte W16 + .byte N04 , Fs4 + .byte W02 + .byte MOD , 1 + .byte W02 + .byte N04 , Fn4 + .byte W04 + .byte N24 , Cs4 + .byte W24 + .byte N08 , Bn3 + .byte W08 + .byte As3 + .byte W08 + .byte Gs3 + .byte W08 + .byte VOL , 33*bgm_title3_mvl/mxv + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cs3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cs3 + .byte W24 + .byte N04 + .byte W08 +bgm_title3_7_001: + .byte N16 , Ds3 , v112 + .byte W16 + .byte N04 , Cs3 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Ds3 + .byte W16 + .byte N04 , Cs3 + .byte W24 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_7_001 + .byte PATT + .word bgm_title3_7_001 + .byte PATT + .word bgm_title3_7_001 + .byte PATT + .word bgm_title3_7_001 + .byte PATT + .word bgm_title3_7_001 + .byte PATT + .word bgm_title3_7_001 + .byte W48 + .byte N08 , Bn1 , v112 + .byte W08 + .byte N04 , As1 + .byte W08 + .byte N08 , Bn1 + .byte W08 + .byte Ds2 + .byte W16 + .byte N04 , Fs2 + .byte W08 + .byte Ds2 + .byte W16 + .byte N08 , Fs2 + .byte W08 + .byte N24 , Bn2 + .byte W24 + .byte PAN , c_v-55 + .byte N04 , Fs3 + .byte W16 + .byte N08 , Bn3 + .byte W08 + .byte N72 , Ds4 + .byte W24 + .byte MOD , 10 + .byte W48 + .byte 1 + .byte N08 , Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gs3 + .byte W08 + .byte As3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte Ds4 + .byte W16 + .byte Cs4 + .byte W16 + .byte N48 , Bn3 + .byte W24 + .byte MOD , 12 + .byte W24 + .byte 1 + .byte N24 , Cs4 + .byte W24 + .byte Bn3 + .byte W24 + .byte N32 , Dn4 + .byte W12 + .byte MOD , 10 + .byte W20 + .byte 1 + .byte N08 , Bn3 + .byte W08 + .byte Dn4 + .byte W08 +bgm_title3_7_002: + .byte N08 , Cs4 , v112 + .byte W12 + .byte N02 , Cn4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Gs4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , An4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte N08 + .byte W12 + .byte N02 , Cn4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Gs4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Fn4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte PATT + .word bgm_title3_7_002 + .byte N08 , Cs4 , v112 + .byte W12 + .byte N02 , Cn4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Bn4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Cn5 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Cs5 + .byte W12 + .byte N02 , Cs4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 , Fs4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Bn4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N08 + .byte W08 + .byte Fs4 + .byte W12 + .byte N02 , Cs4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Fs4 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Bn3 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte Fs4 + .byte W12 + .byte N02 , Cs4 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N08 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N04 + .byte W08 + .byte N08 , Bn3 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte N08 + .byte W08 + .byte N06 , Fs4 + .byte W24 + .byte N04 , Cs3 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N10 + .byte W48 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_title3_8: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte XCMD , xIECV , 10 + .byte xIECL , 12 + .byte PAN , c_v+0 + .byte VOL , 36*bgm_title3_mvl/mxv + .byte BENDR , 12 + .byte W24 + .byte PAN , c_v+63 + .byte VOL , 36*bgm_title3_mvl/mxv + .byte N04 , An2 , v112 + .byte W08 + .byte Fn2 + .byte W08 + .byte An2 + .byte W08 + .byte Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N04 + .byte W16 + .byte Cn3 + .byte W04 + .byte N02 , Gn3 + .byte W02 + .byte Gs3 + .byte W02 + .byte N24 , An3 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 1 + .byte N04 , Fn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W16 + .byte An3 + .byte W04 + .byte N02 , Ds4 + .byte W02 + .byte En4 + .byte W02 + .byte N24 , Fn4 + .byte W10 + .byte MOD , 12 + .byte W14 + .byte 1 + .byte N04 , An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W16 + .byte Cn4 + .byte W04 + .byte N02 , Gn4 + .byte W02 + .byte Gs4 + .byte W02 + .byte N08 , An4 + .byte W08 + .byte N04 , Fn4 + .byte W08 + .byte An3 + .byte W08 + .byte N14 , Gn3 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Gs3 + .byte W04 + .byte VOICE , 4 + .byte W02 + .byte N02 , En4 + .byte W02 + .byte PAN , c_v-62 + .byte VOL , 40*bgm_title3_mvl/mxv + .byte N06 , Fn4 + .byte W08 + .byte N02 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W06 + .byte En4 + .byte W02 + .byte N06 , Fn4 + .byte W08 + .byte N02 , En4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte An3 + .byte W08 + .byte PAN , c_v-62 + .byte W96 + .byte VOL , 31*bgm_title3_mvl/mxv + .byte W96 + .byte W96 + .byte VOICE , 88 + .byte VOL , 36*bgm_title3_mvl/mxv + .byte N02 , Fs3 + .byte W02 + .byte N06 , Fn3 + .byte W06 + .byte N02 , Ds3 + .byte W02 + .byte Dn3 + .byte W02 + .byte Cn3 + .byte W04 + .byte N04 , An3 + .byte W06 + .byte N02 , Cs4 + .byte W02 + .byte N06 , Cn4 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Fn4 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte Gn4 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Ds4 + .byte W56 + .byte VOICE , 80 + .byte N04 , Fn4 + .byte W08 + .byte Gn4 + .byte W08 + .byte An4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Ds4 + .byte W08 + .byte N16 , Cn4 + .byte W16 + .byte Dn4 + .byte W16 + .byte As3 + .byte W16 + .byte N04 , Gn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N24 , Bn3 + .byte W24 + .byte As3 + .byte W24 + .byte N08 , Ds4 + .byte W08 + .byte N04 , As3 + .byte W08 + .byte N08 , Ds3 + .byte W08 + .byte VOICE , 4 + .byte VOL , 37*bgm_title3_mvl/mxv + .byte W48 + .byte N24 , Cn3 + .byte W24 + .byte N08 , Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Bn3 + .byte W08 + .byte Cn4 + .byte W08 + .byte N04 , Dn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte Cn4 + .byte W08 + .byte As3 + .byte W08 + .byte N06 , An3 + .byte W10 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W06 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOL , 38*bgm_title3_mvl/mxv + .byte N08 , An2 + .byte W08 + .byte As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte An2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N16 , Fn2 + .byte W16 + .byte Gn2 + .byte W16 + .byte Fn2 + .byte W16 + .byte N48 , Ds2 + .byte W24 + .byte MOD , 10 + .byte W24 + .byte 1 + .byte N16 , Gn2 + .byte W16 + .byte N08 , As2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N04 , Cn3 + .byte W08 + .byte An2 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N02 , Cn3 + .byte W08 + .byte N04 , Fn3 + .byte W08 + .byte An3 + .byte W16 + .byte Fn3 + .byte W08 + .byte N24 , Cn4 + .byte W24 + .byte N04 , As3 + .byte W16 + .byte Fn3 + .byte W08 + .byte N24 , Ds4 + .byte W24 + .byte N02 + .byte W08 + .byte Dn4 + .byte W08 + .byte N04 , Ds4 + .byte W24 + .byte N04 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte N08 , As2 + .byte W08 + .byte Dn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte N02 , Fs3 + .byte W02 + .byte N20 , Fn3 + .byte W22 + .byte N04 , Dn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte Gs3 + .byte W08 + .byte VOICE , 88 + .byte N06 , As3 + .byte W06 + .byte N04 , Fn3 + .byte W10 + .byte As3 + .byte W06 + .byte N02 , Fs4 + .byte W02 + .byte N08 , Fn4 + .byte W08 + .byte N02 , En4 , v092 + .byte W02 + .byte Ds4 , v088 + .byte W02 + .byte Dn4 , v084 + .byte W02 + .byte Cs4 , v076 + .byte W02 + .byte Cn4 , v072 + .byte W02 + .byte Bn3 , v068 + .byte W06 + .byte N48 , As3 , v112 + .byte W24 + .byte MOD , 12 + .byte W24 + .byte VOICE , 81 + .byte PAN , c_v+0 + .byte MOD , 1 + .byte VOL , 22*bgm_title3_mvl/mxv + .byte BEND , c_v+1 + .byte N02 , Gs5 + .byte W02 + .byte Ds5 , v080 + .byte W02 + .byte Cn5 + .byte W02 + .byte Gs4 + .byte W02 + .byte Ds5 , v112 + .byte W02 + .byte Cn5 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn5 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn4 + .byte W02 + .byte Ds5 , v112 + .byte W02 + .byte Cn5 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn5 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs3 + .byte W02 + .byte Cn5 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Cn4 , v084 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Gs3 + .byte W02 + .byte Ds3 + .byte W02 + .byte Cn4 , v112 + .byte W02 + .byte Gs3 , v080 + .byte W02 + .byte Ds3 + .byte W02 + .byte Cn3 + .byte W02 + .byte Gs2 , v112 + .byte W02 + .byte Ds3 , v080 + .byte W02 + .byte Gs3 + .byte W02 + .byte Cn4 + .byte W02 + .byte Ds3 , v112 + .byte W02 + .byte Gs3 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs3 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs4 + .byte W02 + .byte Ds3 , v112 + .byte W02 + .byte Gs3 , v080 + .byte W02 + .byte Cn4 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs3 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn5 + .byte W02 + .byte Gs3 , v112 + .byte W02 + .byte Cn4 , v080 + .byte W02 + .byte Ds4 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds5 + .byte W02 + .byte Cn4 , v112 + .byte W02 + .byte Ds4 , v080 + .byte W02 + .byte Gs4 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds4 , v112 + .byte W02 + .byte Gs4 , v080 + .byte W02 + .byte Cn5 + .byte W02 + .byte Ds5 + .byte W02 + .byte Gs4 , v112 + .byte W02 + .byte Cn5 , v080 + .byte W02 + .byte Ds5 + .byte W02 + .byte Gs5 + .byte W02 + .byte As5 , v112 + .byte W02 + .byte Fn5 , v080 + .byte W02 + .byte Dn5 + .byte W02 + .byte As4 + .byte W02 + .byte Fn5 , v112 + .byte W02 + .byte Dn5 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn5 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn5 , v112 + .byte W02 + .byte Dn5 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn5 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn4 + .byte W02 + .byte As4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte As3 + .byte W02 + .byte Dn5 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn4 + .byte W02 + .byte As4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte As3 + .byte W02 + .byte Fn4 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Fn3 + .byte W02 + .byte As4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte As3 + .byte W02 + .byte Fn4 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Fn3 + .byte W02 + .byte Dn4 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Fn3 + .byte W02 + .byte Dn3 + .byte W02 + .byte As2 , v112 + .byte W02 + .byte Dn3 , v080 + .byte W02 + .byte Fn3 + .byte W02 + .byte As3 + .byte W02 + .byte Dn3 , v112 + .byte W02 + .byte Fn3 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn3 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn4 + .byte W02 + .byte Dn3 , v112 + .byte W02 + .byte Fn3 , v080 + .byte W02 + .byte As3 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn3 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn4 + .byte W02 + .byte As3 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte As4 + .byte W02 + .byte Fn3 , v112 + .byte W02 + .byte As3 , v080 + .byte W02 + .byte Dn4 + .byte W02 + .byte Fn4 + .byte W02 + .byte As3 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte As4 + .byte W02 + .byte Dn4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Dn5 + .byte W02 + .byte As3 , v112 + .byte W02 + .byte Dn4 , v080 + .byte W02 + .byte Fn4 + .byte W02 + .byte As4 + .byte W02 + .byte Dn4 , v112 + .byte W02 + .byte Fn4 , v080 + .byte W02 + .byte As4 + .byte W02 + .byte Dn5 + .byte W02 + .byte Fn4 , v112 + .byte W02 + .byte As4 , v080 + .byte W02 + .byte Dn5 + .byte W02 + .byte Fn5 + .byte W02 + .byte VOICE , 81 + .byte PAN , c_v-34 + .byte VOL , 38*bgm_title3_mvl/mxv + .byte BEND , c_v+0 + .byte N08 , Cn2 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Bn1 + .byte W08 + .byte Cn2 + .byte W08 +bgm_title3_8_000: + .byte N06 , Cn2 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_8_000 + .byte N06 , Cn2 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte As1 + .byte W08 + .byte N04 + .byte W08 + .byte Bn1 + .byte W08 + .byte VOICE , 4 + .byte PAN , c_v-62 + .byte VOL , 34*bgm_title3_mvl/mxv + .byte N08 , As2 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte As2 + .byte W08 + .byte N08 , Cn3 + .byte W08 + .byte N04 , As2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N24 , Fn2 + .byte W24 + .byte Gn2 + .byte W24 + .byte VOL , 28*bgm_title3_mvl/mxv + .byte N08 , As2 + .byte W08 + .byte N04 , An2 + .byte W08 + .byte As2 + .byte W08 + .byte N08 , Dn3 + .byte W08 + .byte N04 , Cs3 + .byte W06 + .byte Dn3 + .byte W10 + .byte N16 , As3 + .byte W16 + .byte Fn3 + .byte W16 + .byte Dn3 + .byte W16 + .byte N48 , As3 + .byte W24 + .byte MOD , 9 + .byte W24 + .byte 1 + .byte N24 , Fn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte N08 , Cn3 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cn3 + .byte W08 + .byte N08 , Ds3 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N24 , Gs3 + .byte W24 + .byte N02 , Gn3 + .byte W02 + .byte Fn3 , v064 + .byte W02 + .byte Ds3 + .byte W02 + .byte Cs3 + .byte W02 + .byte Cn3 + .byte W02 + .byte As2 + .byte W06 + .byte N04 , Cn3 , v112 + .byte W04 + .byte Ds3 + .byte W04 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 10 + .byte W24 + .byte 1 + .byte N24 , Gs3 + .byte W24 + .byte N16 , Cs3 + .byte W16 + .byte N08 , Fn3 + .byte W08 + .byte N16 , Gs3 + .byte W16 + .byte Fs3 + .byte W16 + .byte Fn3 + .byte W16 + .byte Fs3 + .byte W14 + .byte As2 + .byte W18 + .byte Cs3 + .byte W16 + .byte N08 + .byte W08 + .byte N04 , Cn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte N08 , Ds3 + .byte W08 + .byte N04 , Dn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte N08 , Fn3 + .byte W08 + .byte N04 , En3 + .byte W08 + .byte Fn3 + .byte W08 + .byte N10 , Fs3 + .byte W10 + .byte N04 , Fn3 + .byte W06 + .byte Fs3 + .byte W08 + .byte N40 , Gs3 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte N04 , As3 + .byte W04 + .byte Gs3 + .byte W04 + .byte MOD , 1 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Gs3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N08 , Fn3 + .byte W08 + .byte Ds3 + .byte W08 + .byte Cs3 + .byte W08 + .byte VOL , 34*bgm_title3_mvl/mxv + .byte N16 , Fs2 + .byte W16 + .byte N04 , Fn2 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Fs2 + .byte W16 + .byte N04 , Fn2 + .byte W24 + .byte N04 + .byte W08 +bgm_title3_8_001: + .byte N16 , Fs2 , v112 + .byte W16 + .byte N04 , Fn2 + .byte W24 + .byte N04 + .byte W08 + .byte N16 , Fs2 + .byte W16 + .byte N04 , Fn2 + .byte W24 + .byte N04 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_8_001 + .byte PATT + .word bgm_title3_8_001 + .byte PATT + .word bgm_title3_8_001 + .byte PATT + .word bgm_title3_8_001 + .byte PATT + .word bgm_title3_8_001 + .byte PATT + .word bgm_title3_8_001 + .byte N08 , Fs4 , v112 + .byte W08 + .byte N04 , Fn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte As4 + .byte W16 + .byte N08 , Cs5 + .byte W08 + .byte TIE , Fs5 + .byte W48 + .byte W96 + .byte W96 + .byte EOT + .byte PAN , c_v-1 + .byte VOL , 29*bgm_title3_mvl/mxv + .byte N16 , Ds2 + .byte W16 + .byte Fs2 + .byte W16 + .byte Bn2 + .byte W16 + .byte Fs2 + .byte W16 + .byte Bn2 + .byte W16 + .byte Dn3 + .byte W16 + .byte Fs3 + .byte W16 + .byte Dn3 + .byte W16 + .byte Bn2 + .byte W16 + .byte N24 , Bn3 , v080 + .byte W24 + .byte N04 , Fs3 , v112 + .byte W04 + .byte Ds3 , v068 + .byte W04 + .byte Bn2 + .byte W04 + .byte Fs2 + .byte W04 + .byte Ds2 + .byte W04 + .byte Bn1 + .byte W04 + .byte VOICE , 81 + .byte VOL , 63*bgm_title3_mvl/mxv + .byte N06 , Fs1 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 +bgm_title3_8_002: + .byte N06 , Fs1 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_8_002 + .byte PATT + .word bgm_title3_8_002 + .byte N06 , Fs1 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte PATT + .word bgm_title3_8_002 + .byte PATT + .word bgm_title3_8_002 + .byte VOL , 25*bgm_title3_mvl/mxv + .byte N06 , Cs4 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N10 + .byte W48 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_title3_9: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 65*bgm_title3_mvl/mxv + .byte W24 + .byte N72 , An2 , v112 + .byte W96 + .byte N72 + .byte W96 + .byte N72 + .byte W96 + .byte W96 + .byte An2 , v104 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N24 , An2 , v084 + .byte W48 + .byte N24 + .byte W24 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N48 + .byte W48 + .byte N24 , An2 , v096 + .byte W24 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W96 + .byte N48 + .byte W48 + .byte N44 , An2 , v096 + .byte W48 + .byte An2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte VOL , 58*bgm_title3_mvl/mxv + .byte N48 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte N48 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 127 + .byte VOL , 68*bgm_title3_mvl/mxv + .byte N01 , Dn5 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte N01 + .byte W04 + .byte Dn5 , v048 + .byte W04 + .byte Dn5 , v052 + .byte W04 + .byte Dn5 , v056 + .byte W04 + .byte Dn5 , v064 + .byte W04 + .byte Dn5 , v068 + .byte W04 + .byte Dn5 , v080 + .byte W04 + .byte Dn5 , v084 + .byte W04 + .byte Dn5 , v092 + .byte W04 + .byte Dn5 , v096 + .byte W04 + .byte N01 + .byte W04 + .byte Dn5 , v104 + .byte W04 + .byte Dn5 , v116 + .byte W04 + .byte VOICE , 0 + .byte N04 , En1 , v112 + .byte N48 , An2 + .byte W08 + .byte N04 , En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 +bgm_title3_9_000: + .byte N04 , En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_title3_9_000 + .byte N04 , En1 , v112 + .byte W08 + .byte En1 , v080 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v080 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v064 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PATT + .word bgm_title3_9_000 + .byte N48 , An2 , v112 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@********************** Track 10 **********************@ + +bgm_title3_10: + .byte KEYSH , bgm_title3_key+0 + .byte VOICE , 6 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte XCMD , xIECV , 16 + .byte xIECL , 12 + .byte PAN , c_v-64 + .byte LFOS , 44 + .byte BENDR , 12 + .byte BEND , c_v+0 + .byte W24 + .byte N04 , Fn3 , v112 + .byte W08 + .byte Cn3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Fn3 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W16 + .byte An3 + .byte W04 + .byte N02 , Ds4 + .byte W02 + .byte En4 + .byte W02 + .byte N24 , Fn4 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N04 , Cn4 + .byte W08 + .byte An3 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte An4 + .byte W16 + .byte Fn4 + .byte W04 + .byte N02 , As4 + .byte W02 + .byte Bn4 + .byte W02 + .byte N24 , Cn5 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N04 , Fn4 + .byte W08 + .byte Cn4 + .byte W08 + .byte Fn4 + .byte W08 + .byte An4 + .byte W08 + .byte Fn4 + .byte W08 + .byte An4 + .byte W08 + .byte Cn5 + .byte W16 + .byte An4 + .byte W04 + .byte N02 , Ds5 + .byte W02 + .byte En5 + .byte W02 + .byte N08 , Fn5 + .byte W08 + .byte Cn5 + .byte W08 + .byte N06 , Gn4 + .byte W06 + .byte N02 , An4 + .byte W02 + .byte N14 , As4 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N02 + .byte W08 + .byte An4 + .byte W08 + .byte As4 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Bn4 + .byte W07 + .byte PAN , c_v+0 + .byte W01 + .byte VOICE , 87 + .byte BEND , c_v+4 + .byte N04 , Fn1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte N08 , Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 +bgm_title3_10_000: + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W08 + .byte Bn1 + .byte W08 + .byte En2 + .byte W08 + .byte PEND +bgm_title3_10_001: + .byte N08 , Fn1 , v112 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte PEND + .byte N20 , Ds1 , v112 + .byte W24 + .byte N04 + .byte W08 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N08 + .byte W08 + .byte As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte En1 + .byte W08 + .byte Bn1 + .byte W08 + .byte En2 + .byte W08 + .byte PATT + .word bgm_title3_10_001 + .byte PATT + .word bgm_title3_10_000 + .byte PATT + .word bgm_title3_10_001 + .byte N08 , Ds1 , v112 + .byte W08 + .byte N04 , Dn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N24 , Cs2 + .byte W12 + .byte MOD , 10 + .byte W12 + .byte 0 + .byte N16 , As1 + .byte W16 + .byte N08 , Ds1 + .byte W08 + .byte As1 + .byte W08 + .byte Cs1 + .byte W08 + .byte N04 , Ds1 + .byte W04 + .byte En1 + .byte W04 + .byte N08 , Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte Fn1 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte En1 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W08 + .byte As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte Ds1 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , En1 , v112 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte PATT + .word bgm_title3_10_001 + .byte N04 , Ds1 , v112 + .byte W08 + .byte N04 + .byte W16 + .byte N12 + .byte W16 + .byte N08 , En1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N16 , Fn1 + .byte W16 + .byte N06 , Gn1 + .byte W16 + .byte N08 , En1 + .byte W08 + .byte Fn1 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W16 + .byte N04 , Fn1 , v080 + .byte W08 + .byte N08 , Fn1 , v112 + .byte W08 + .byte Cn2 + .byte W08 + .byte Fn2 + .byte W08 + .byte En1 + .byte W16 + .byte N04 , En1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W16 + .byte N04 , Ds1 , v080 + .byte W08 + .byte N08 , Ds1 , v112 + .byte W08 + .byte As1 + .byte W08 + .byte Ds2 + .byte W08 + .byte Dn1 + .byte W16 + .byte N04 , Dn1 , v080 + .byte W08 + .byte N08 , Cn1 , v112 + .byte W16 + .byte N04 , Cn1 , v080 + .byte W08 + .byte N40 , As1 , v112 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte 0 + .byte N08 , Gs1 + .byte W08 + .byte N24 , Dn1 + .byte W14 + .byte MOD , 8 + .byte W10 + .byte 0 + .byte N08 , Fn1 + .byte W08 + .byte En1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N24 , Dn1 + .byte W12 + .byte MOD , 9 + .byte W12 + .byte 0 + .byte N08 , As1 + .byte W08 + .byte Dn1 + .byte W08 + .byte Fn1 + .byte W08 + .byte N24 , Cn2 + .byte W14 + .byte MOD , 8 + .byte W10 + .byte 0 + .byte N08 , As1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Fn1 + .byte W08 + .byte N24 , Ds1 + .byte W14 + .byte MOD , 8 + .byte W10 + .byte 0 + .byte N08 , Cn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Gs1 + .byte W08 + .byte N14 , Ds2 + .byte W16 + .byte Dn2 + .byte W16 + .byte Cs2 + .byte W16 + .byte Cn2 + .byte W16 + .byte Bn1 + .byte W16 + .byte As1 + .byte W16 + .byte N08 , Gs1 + .byte W08 + .byte As1 + .byte W08 + .byte Gs1 + .byte W08 + .byte Gn1 + .byte W08 + .byte Fn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte N24 , As1 + .byte W24 + .byte N08 , An1 + .byte W08 + .byte Fn1 + .byte W08 + .byte As1 + .byte W08 + .byte N14 , Fn2 + .byte W16 + .byte En2 + .byte W16 + .byte Ds2 + .byte W16 + .byte Dn2 + .byte W16 + .byte Cs2 + .byte W16 + .byte Cn2 + .byte W16 + .byte N08 , As1 + .byte W08 + .byte Cn2 + .byte W08 + .byte As1 + .byte W08 + .byte Gn1 + .byte W08 + .byte As1 + .byte W08 + .byte Bn1 + .byte W08 + .byte VOICE , 6 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N24 , Cn2 + .byte W24 + .byte Gn2 + .byte W14 + .byte MOD , 12 + .byte W10 + .byte 1 + .byte N24 , En2 + .byte W01 + .byte MOD , 1 + .byte W11 + .byte 12 + .byte W12 + .byte 1 + .byte N24 , As2 + .byte W12 + .byte MOD , 12 + .byte W12 + .byte 1 + .byte N48 , Cn3 + .byte W12 + .byte MOD , 5 + .byte W12 + .byte 15 + .byte W24 + .byte 0 + .byte N22 , As2 + .byte W24 + .byte N04 , Cn3 + .byte W08 + .byte As2 + .byte W08 + .byte Gn2 + .byte W08 + .byte N08 , Cn3 + .byte W08 + .byte N04 , Bn2 + .byte W08 + .byte Cn3 + .byte W06 + .byte N02 , Fs3 + .byte W02 + .byte N08 , Gn3 + .byte W08 + .byte N04 , Fs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N08 , En3 + .byte W08 + .byte N04 , Ds3 + .byte W08 + .byte En3 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N04 , An3 + .byte W08 + .byte As3 + .byte W08 + .byte VOL , 45*bgm_title3_mvl/mxv + .byte N04 , Cn4 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W08 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte VOL , 28*bgm_title3_mvl/mxv + .byte BEND , c_v+1 + .byte N44 , Cn5 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N24 , Dn5 + .byte W24 + .byte An4 + .byte W24 + .byte N32 , Cn5 + .byte W24 + .byte MOD , 7 + .byte W08 + .byte N08 , As4 + .byte W02 + .byte MOD , 0 + .byte W06 + .byte N08 , An4 + .byte W08 + .byte N24 , Fn4 + .byte W24 + .byte N08 , Gn4 + .byte W08 + .byte N04 , Gs4 + .byte W08 + .byte An4 + .byte W06 + .byte N02 + .byte W02 + .byte N48 , As4 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N24 , Cn5 + .byte W24 + .byte N22 , Gn4 + .byte W22 + .byte N02 , An4 + .byte W02 + .byte N14 , As4 + .byte W14 + .byte N02 , An4 + .byte W02 + .byte N04 , Gs4 + .byte W16 + .byte N04 + .byte W08 + .byte Cn5 + .byte W08 + .byte N16 , Ds5 + .byte W16 + .byte N02 , Dn5 , v084 + .byte W02 + .byte Cs5 , v080 + .byte W02 + .byte Cn5 , v072 + .byte W02 + .byte Bn4 + .byte W02 + .byte N08 , Fn4 , v112 + .byte W08 + .byte N04 , Fs4 + .byte W08 + .byte Gn4 + .byte W06 + .byte N02 + .byte W02 + .byte N48 , Gs4 + .byte W24 + .byte MOD , 8 + .byte W24 + .byte 0 + .byte N24 , As4 + .byte W24 + .byte N16 , Gs4 + .byte W24 + .byte N16 + .byte W16 + .byte N04 , Fs4 + .byte W08 + .byte N16 , Fn4 + .byte W16 + .byte N04 , Fs4 + .byte W06 + .byte N02 , Dn5 + .byte W02 + .byte N16 , Cs5 + .byte W16 + .byte N04 , As4 + .byte W08 + .byte N16 , Gs4 + .byte W16 + .byte N04 , As4 + .byte W08 + .byte N64 , Gs4 + .byte W40 + .byte MOD , 8 + .byte W24 + .byte N04 , Ds4 + .byte W08 + .byte MOD , 0 + .byte N04 + .byte W16 + .byte N08 , Gs4 + .byte W08 + .byte N40 , Fs4 + .byte W24 + .byte MOD , 9 + .byte W16 + .byte 0 + .byte N04 , Gs4 + .byte W04 + .byte Fs4 + .byte W04 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOICE , 87 + .byte VOL , 59*bgm_title3_mvl/mxv + .byte MOD , 0 + .byte BEND , c_v+5 + .byte N12 , Fs1 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte Fn1 + .byte W08 + .byte N12 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Fn1 + .byte W08 +bgm_title3_10_002: + .byte N12 , Fs1 , v112 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte Fn1 + .byte W08 + .byte N12 , Fs1 + .byte W16 + .byte N04 + .byte W08 + .byte N04 + .byte W16 + .byte Fn1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_title3_10_002 + .byte PATT + .word bgm_title3_10_002 + .byte PATT + .word bgm_title3_10_002 + .byte PATT + .word bgm_title3_10_002 + .byte PATT + .word bgm_title3_10_002 + .byte N12 , Fs1 , v112 + .byte W16 + .byte N04 , Fn1 + .byte W08 + .byte Fs1 + .byte W16 + .byte Gs1 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , Bn1 + .byte W08 + .byte N08 , Fn1 + .byte W08 + .byte Ds1 + .byte W08 + .byte Cs1 + .byte W08 + .byte BEND , c_v+0 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_title3: + .byte 10 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_title3_pri @ Priority + .byte bgm_title3_rev @ Reverb. + + .word bgm_title3_grp + + .word bgm_title3_1 + .word bgm_title3_2 + .word bgm_title3_3 + .word bgm_title3_4 + .word bgm_title3_5 + .word bgm_title3_6 + .word bgm_title3_7 + .word bgm_title3_8 + .word bgm_title3_9 + .word bgm_title3_10 + + .end diff --git a/sound/songs/bgm_tonekusa.s b/sound/songs/bgm_tonekusa.s new file mode 100644 index 000000000..af64b10c5 --- /dev/null +++ b/sound/songs/bgm_tonekusa.s @@ -0,0 +1,2847 @@ + .include "MPlayDef.s" + + .equ bgm_tonekusa_grp, voicegroup_8447A00 + .equ bgm_tonekusa_pri, 0 + .equ bgm_tonekusa_rev, reverb_set+50 + .equ bgm_tonekusa_mvl, 127 + .equ bgm_tonekusa_key, 0 + .equ bgm_tonekusa_tbs, 1 + .equ bgm_tonekusa_exg, 0 + .equ bgm_tonekusa_cmp, 1 + + .section .rodata + .global bgm_tonekusa + .align 2 + +@********************** Track 1 **********************@ + +bgm_tonekusa_1: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_1_B1: + .byte TEMPO , 148*bgm_tonekusa_tbs/2 + .byte VOICE , 24 + .byte PAN , c_v+0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte N72 , Fn4 , v048 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte 7 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N72 , Cn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N96 , Fn4 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 7 + .byte VOL , 97*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 87*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 81*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 72*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 59*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 34*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 18*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 3*bgm_tonekusa_mvl/mxv + .byte W01 + .byte 11*bgm_tonekusa_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N72 , Gn4 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , An4 + .byte W12 + .byte As4 + .byte W12 +bgm_tonekusa_1_000: + .byte N24 , Fn4 , v048 + .byte W24 + .byte Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte Ds4 + .byte W24 + .byte PEND + .byte N72 , Dn4 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N96 , Cn4 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte 7 + .byte VOL , 97*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 87*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 81*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 72*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 59*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 34*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 18*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 3*bgm_tonekusa_mvl/mxv + .byte W01 + .byte 11*bgm_tonekusa_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N72 , Gn4 + .byte W24 + .byte MOD , 4 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte N12 , As3 + .byte W48 + .byte N48 , Ds4 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N16 + .byte W16 + .byte Dn4 + .byte W16 + .byte Cn4 + .byte W16 + .byte N48 , Dn4 + .byte W24 + .byte MOD , 2 + .byte W24 + .byte 0 + .byte N48 , Fn4 + .byte W24 + .byte MOD , 2 + .byte W24 + .byte 0 + .byte N48 , Gn4 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte W12 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte PATT + .word bgm_tonekusa_1_000 + .byte N48 , Dn4 , v048 + .byte W48 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N18 , Cn4 + .byte W18 + .byte N12 , Gn3 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte N48 , As3 + .byte W48 + .byte VOICE , 73 + .byte N03 , Fs4 , v064 + .byte W03 + .byte N09 , Fn4 + .byte W09 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N72 , Fn4 + .byte W24 + .byte MOD , 3 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N66 , Cn4 + .byte W42 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte N03 , Ds4 + .byte W03 + .byte N21 , Dn4 + .byte W21 + .byte N24 , Ds4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Gn4 + .byte W24 + .byte N72 , Fn4 + .byte W48 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N03 , Gs4 + .byte W03 + .byte N44 , Gn4 + .byte W56 + .byte W01 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte N09 , As4 + .byte W09 + .byte N03 , En4 + .byte W03 + .byte N24 , Fn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte Ds4 + .byte W24 + .byte N03 , Cs4 + .byte W03 + .byte N44 , Dn4 + .byte W21 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N02 , Ds4 + .byte W02 + .byte N14 , Dn4 + .byte W14 + .byte N16 , Ds4 + .byte W16 + .byte Dn4 + .byte W16 + .byte N72 , Cn4 + .byte W48 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte VOICE , 48 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N12 , Fn4 , v040 + .byte W12 + .byte Fs4 + .byte W12 + .byte N48 , Gn4 , v044 + .byte W60 + .byte N03 , Gs4 + .byte W03 + .byte N09 , Gn4 + .byte W09 + .byte N12 , An4 + .byte W12 + .byte Gn4 , v040 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte Dn4 , v032 + .byte W24 + .byte N12 , As3 , v040 + .byte W48 + .byte N48 , Ds4 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte N04 + .byte W04 + .byte N02 , Fn4 , v044 + .byte W02 + .byte N10 , Ds4 + .byte W10 + .byte N16 , Dn4 , v040 + .byte W16 + .byte Cn4 + .byte W16 + .byte N24 , Dn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Fs4 , v044 + .byte W24 + .byte N44 , Gn4 + .byte W24 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte W12 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N12 , Gn4 , v036 + .byte W12 + .byte An4 , v032 + .byte W12 + .byte As4 , v040 + .byte W12 + .byte N24 , Dn5 , v044 + .byte W24 + .byte Cn5 , v040 + .byte W24 + .byte As4 , v032 + .byte W24 + .byte Fn4 , v028 + .byte W24 + .byte N48 , Dn4 + .byte W48 + .byte N03 , Cn4 , v024 + .byte W03 + .byte Dn4 , v028 + .byte W03 + .byte N18 , Cn4 + .byte W18 + .byte N12 , Gn3 + .byte W12 + .byte N06 , An3 , v032 + .byte W12 + .byte N72 , As3 , v044 + .byte W48 + .byte VOL , 89*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 59*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 5*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 100*bgm_tonekusa_mvl/mxv + .byte MOD , 0 + .byte W24 + .byte VOICE , 24 + .byte W48 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte GOTO + .word bgm_tonekusa_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_tonekusa_2: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_2_B1: + .byte VOICE , 45 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v-15 + .byte W24 + .byte N12 , Fn3 , v080 + .byte W12 + .byte Fn3 , v020 + .byte W12 + .byte An3 , v080 + .byte W12 + .byte An3 , v020 + .byte W12 + .byte Cn4 , v080 + .byte W12 + .byte Cn4 , v020 + .byte W12 + .byte W24 + .byte Fn3 , v076 + .byte W12 + .byte Fn3 , v020 + .byte W12 + .byte An3 , v076 + .byte W12 + .byte An3 , v020 + .byte W12 + .byte Gn3 , v080 + .byte W12 + .byte Gn3 , v020 + .byte W12 + .byte W24 + .byte Ds3 , v080 + .byte W12 + .byte Ds3 , v020 + .byte W12 + .byte An2 , v080 + .byte W12 + .byte An2 , v020 + .byte W12 + .byte Cn3 , v080 + .byte W12 + .byte Cn3 , v020 + .byte W12 + .byte Fn2 , v080 + .byte W12 + .byte Fn2 , v020 + .byte W84 + .byte W96 + .byte W96 + .byte N06 , Dn3 , v076 + .byte W06 + .byte Ds3 + .byte W06 + .byte N12 , Dn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Dn4 + .byte W12 + .byte VOICE , 73 + .byte N06 , Ds5 , v036 + .byte W06 + .byte N03 , Fn5 + .byte W03 + .byte N15 , Ds5 + .byte W15 + .byte N06 , Cn5 + .byte W06 + .byte Cn5 , v020 + .byte W06 + .byte An4 , v036 + .byte W06 + .byte An4 , v020 + .byte W06 + .byte Fn4 , v040 + .byte W06 + .byte Fn4 , v020 + .byte W06 + .byte Ds4 , v040 + .byte W06 + .byte Ds4 , v020 + .byte W06 + .byte Cn4 , v040 + .byte W06 + .byte Cn4 , v020 + .byte W06 + .byte Fn4 , v036 + .byte W06 + .byte Fn4 , v020 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tonekusa_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_tonekusa_3: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_3_B1: + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte W96 + .byte W96 + .byte W96 + .byte W24 + .byte N24 , As3 , v032 + .byte W24 + .byte An3 + .byte W24 + .byte Cn4 + .byte W24 + .byte N72 , As3 + .byte W72 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N48 , Fn3 + .byte W48 + .byte Dn4 + .byte W48 + .byte W96 + .byte W96 + .byte N72 , Ds4 + .byte W72 + .byte N12 , Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte N12 , Fn3 + .byte W48 + .byte N48 , An3 + .byte W48 + .byte N16 + .byte W16 + .byte Gn3 + .byte W16 + .byte An3 + .byte W16 + .byte N48 , As3 + .byte W48 + .byte Dn4 + .byte W48 + .byte Ds4 + .byte W60 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Cn4 + .byte W24 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tonekusa_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_tonekusa_4: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_4_B1: + .byte VOICE , 45 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte PAN , c_v+0 + .byte BENDR , 12 + .byte LFOS , 44 + .byte W96 + .byte W24 + .byte N12 , Fn2 , v080 + .byte W12 + .byte Fn2 , v020 + .byte W12 + .byte An2 , v080 + .byte W12 + .byte An2 , v020 + .byte W12 + .byte Cn3 , v080 + .byte W12 + .byte Cn3 , v020 + .byte W12 + .byte W96 + .byte VOICE , 60 + .byte MOD , 0 + .byte W24 + .byte N24 , As2 , v064 + .byte W24 + .byte An2 + .byte W24 + .byte Gs2 + .byte W24 + .byte Gn2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Ds2 + .byte W24 + .byte Fn2 + .byte W24 + .byte Gn2 + .byte W24 + .byte Fn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte As1 + .byte W24 + .byte Ds2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Dn2 + .byte W24 + .byte As1 + .byte W24 + .byte Gn1 + .byte W24 + .byte N12 , Ds2 + .byte W12 + .byte Dn2 + .byte W12 + .byte N24 , Cn2 + .byte W24 + .byte Gn1 + .byte W24 + .byte Fn1 + .byte W24 + .byte Cn2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Gn1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Ds2 + .byte W24 + .byte Gn2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Fn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte N12 , As1 + .byte W24 + .byte N24 , Ds2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Fn1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Fn2 + .byte W24 + .byte An2 + .byte W24 + .byte Fn2 + .byte W24 + .byte As2 + .byte W24 + .byte N12 , Dn2 + .byte W24 + .byte N24 , As1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Gn2 , v072 + .byte W24 + .byte Cn3 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte As2 + .byte W24 + .byte Ds3 + .byte W24 + .byte Fn1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Fn2 + .byte W24 + .byte An2 + .byte W24 + .byte N48 , As1 + .byte W24 + .byte VOL , 81*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W05 + .byte VOL , 61*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 37*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 15*bgm_tonekusa_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte W48 + .byte VOICE , 60 + .byte N72 , Fn1 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOL , 81*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 61*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 37*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 15*bgm_tonekusa_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N12 , An1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W24 + .byte N24 + .byte W24 + .byte N12 , An1 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fn1 + .byte W12 + .byte An1 + .byte W12 + .byte N72 , As1 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOL , 81*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 61*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 37*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 15*bgm_tonekusa_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N12 , Dn2 + .byte W12 + .byte Fn2 + .byte W12 + .byte As1 + .byte W24 + .byte N24 , As2 + .byte W24 + .byte An2 + .byte W24 + .byte Fn2 + .byte W24 + .byte N72 , Ds2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte VOL , 81*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 61*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 37*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 15*bgm_tonekusa_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N12 , Fn2 + .byte W12 + .byte Gn2 + .byte W12 + .byte Fn2 + .byte W24 + .byte N24 + .byte W24 + .byte As1 + .byte W24 + .byte Ds2 + .byte W24 + .byte Dn2 + .byte W24 + .byte As1 + .byte W24 + .byte Gn1 + .byte W24 + .byte N12 , Ds2 + .byte W12 + .byte Dn2 + .byte W12 + .byte Cn2 + .byte W24 + .byte N24 + .byte W24 + .byte Ds1 + .byte W24 + .byte Fn1 + .byte W24 + .byte Gn1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Ds2 + .byte W24 + .byte Gn2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Fn2 + .byte W24 + .byte Dn2 + .byte W24 + .byte N12 , As1 + .byte W24 + .byte N24 , Ds2 + .byte W12 + .byte MOD , 6 + .byte W12 +bgm_tonekusa_4_000: + .byte MOD , 0 + .byte N24 , Fn1 , v072 + .byte W24 + .byte Cn2 + .byte W24 + .byte Fn2 + .byte W24 + .byte An2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte PEND + .byte 0 + .byte N24 , Fn2 + .byte W24 + .byte As2 + .byte W24 + .byte N12 , Dn2 + .byte W24 + .byte N24 , As1 + .byte W24 + .byte Cn2 + .byte W24 + .byte Gn2 + .byte W24 + .byte Cn3 + .byte W24 + .byte Ds3 + .byte W12 + .byte MOD , 7 + .byte W12 + .byte 0 + .byte N24 , Fn3 + .byte W24 + .byte Dn3 + .byte W24 + .byte As2 + .byte W24 + .byte Fn3 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte PATT + .word bgm_tonekusa_4_000 + .byte MOD , 0 + .byte N72 , As1 , v072 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte VOL , 81*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 62*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 40*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 19*bgm_tonekusa_mvl/mxv + .byte W07 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte N12 , Gs1 + .byte W12 + .byte An1 + .byte W12 + .byte N48 , As1 + .byte W24 + .byte MOD , 5 + .byte W24 + .byte 0 + .byte N48 , Fn2 + .byte W24 + .byte VOL , 81*bgm_tonekusa_mvl/mxv + .byte MOD , 6 + .byte W05 + .byte VOL , 62*bgm_tonekusa_mvl/mxv + .byte W07 + .byte 40*bgm_tonekusa_mvl/mxv + .byte W05 + .byte 19*bgm_tonekusa_mvl/mxv + .byte W07 + .byte GOTO + .word bgm_tonekusa_4_B1 + .byte MOD , 0 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte FINE + +@********************** Track 5 **********************@ + +bgm_tonekusa_5: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_5_B1: + .byte VOICE , 46 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte PAN , c_v+12 + .byte BENDR , 12 + .byte LFOS , 44 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W12 + .byte N12 , Ds3 , v064 + .byte W12 + .byte As2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Gn4 + .byte W12 + .byte W12 + .byte As4 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte N03 , Fn4 , v060 + .byte W03 + .byte Gn4 , v056 + .byte W03 + .byte N06 , Fn4 , v060 + .byte W06 + .byte N12 , Ds4 , v056 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 , v052 + .byte W12 + .byte W12 + .byte Cn3 , v064 + .byte W12 + .byte Bn2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N03 , Dn4 , v060 + .byte W03 + .byte Ds4 , v048 + .byte W03 + .byte N06 , Dn4 , v056 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte Fn3 , v060 + .byte W12 + .byte Dn3 + .byte W12 + .byte W12 + .byte Cn3 , v064 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W24 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte W12 + .byte Fn4 + .byte W12 + .byte En4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N03 , Dn4 , v060 + .byte W03 + .byte Ds4 , v056 + .byte W03 + .byte N06 , Dn4 , v060 + .byte W06 + .byte N12 , As3 + .byte W12 + .byte Fn3 , v056 + .byte W12 + .byte Dn3 , v060 + .byte W12 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W24 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte N03 , Dn3 , v044 + .byte W03 + .byte Fn3 , v056 + .byte W03 + .byte N12 , As3 , v060 + .byte W12 + .byte As3 , v024 + .byte W36 + .byte W24 + .byte N06 , An4 , v060 + .byte W12 + .byte N12 , An4 , v020 + .byte W36 + .byte N06 , Fn4 , v060 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte W24 + .byte N06 , An4 , v056 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte N06 , Fn4 , v056 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte N06 , An4 , v060 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v060 + .byte W12 + .byte N12 , As4 , v020 + .byte W36 + .byte N06 , Fn4 , v056 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v056 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte N06 , Fn4 , v056 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte N06 , As4 , v056 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v056 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte N06 , Gn4 , v056 + .byte W12 + .byte N12 , Gn4 , v020 + .byte W12 + .byte N06 , Ds5 , v056 + .byte W12 + .byte N12 , Ds5 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v056 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte N06 , An4 , v056 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte N06 , As4 , v056 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte W24 + .byte N06 , Dn5 , v056 + .byte W12 + .byte N12 , Dn5 , v020 + .byte W12 + .byte N06 , As4 , v056 + .byte W12 + .byte N12 , As4 , v020 + .byte W36 + .byte N06 , Fn4 , v056 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte N06 , Cn5 , v056 + .byte W12 + .byte N12 , Cn5 , v020 + .byte W12 + .byte N06 , An4 , v056 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte N06 , Fn4 , v056 + .byte W12 + .byte N12 , Fn4 , v016 + .byte W12 +bgm_tonekusa_5_000: + .byte VOICE , 24 + .byte BEND , c_v+0 + .byte N12 , As3 , v032 + .byte W12 + .byte Ds4 , v060 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , As3 , v032 + .byte W12 + .byte Gn3 , v060 + .byte W12 + .byte Ds4 + .byte W06 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W03 + .byte N12 , As3 , v040 + .byte W12 + .byte Gn3 , v048 + .byte W12 + .byte Ds4 , v060 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte PEND + .byte N12 , Dn3 , v040 + .byte W12 + .byte As3 , v060 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , Fn3 , v040 + .byte W12 + .byte Dn3 , v056 + .byte W12 + .byte As3 , v060 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , Fn3 , v040 + .byte W12 + .byte Cs3 , v044 + .byte W12 + .byte Dn3 , v048 + .byte W12 + .byte Ds3 , v040 + .byte W12 + .byte Cn4 , v060 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , An3 , v044 + .byte W12 + .byte Fn3 , v040 + .byte W12 + .byte Cn4 , v060 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , An3 , v048 + .byte W12 + .byte Fn3 , v044 + .byte W12 + .byte Cn4 , v056 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , Dn4 , v040 + .byte W12 + .byte As3 , v060 + .byte W12 + .byte Fn3 , v040 + .byte W12 + .byte Dn3 , v060 + .byte W12 + .byte Fn3 , v044 + .byte W12 + .byte Dn3 , v060 + .byte W12 + .byte N24 , Cs4 + .byte W12 + .byte BEND , c_v+6 + .byte W12 + .byte PATT + .word bgm_tonekusa_5_000 + .byte N12 , Dn4 , v040 + .byte W12 + .byte Cn4 , v048 + .byte W12 + .byte As3 , v060 + .byte W12 + .byte Fn3 , v048 + .byte W12 + .byte As3 , v032 + .byte W12 + .byte Fn3 , v052 + .byte W12 + .byte As3 , v040 + .byte W12 + .byte Cn4 , v056 + .byte W12 + .byte Fn3 , v032 + .byte W12 + .byte Cn4 , v060 + .byte W03 + .byte BEND , c_v+1 + .byte W03 + .byte c_v+0 + .byte W06 + .byte N12 , An3 , v048 + .byte W12 + .byte Fn3 , v044 + .byte W12 + .byte Cn4 + .byte W09 + .byte BEND , c_v+0 + .byte W03 + .byte c_v+0 + .byte N12 , An3 , v060 + .byte W12 + .byte Fn3 , v044 + .byte W12 + .byte Fn4 , v048 + .byte W06 + .byte BEND , c_v+0 + .byte W03 + .byte c_v+0 + .byte W03 + .byte VOICE , 45 + .byte N12 , Fn2 , v060 + .byte W24 + .byte As2 + .byte W24 + .byte Dn3 + .byte W24 + .byte Fn3 + .byte W12 + .byte VOICE , 46 + .byte N03 , As3 , v028 + .byte W03 + .byte Dn4 , v032 + .byte W03 + .byte Fn4 , v040 + .byte W03 + .byte An4 , v048 + .byte W03 + .byte N12 , As4 + .byte W12 + .byte As4 , v028 + .byte W84 + .byte GOTO + .word bgm_tonekusa_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_tonekusa_6: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_6_B1: + .byte VOICE , 80 + .byte PAN , c_v-60 + .byte VOL , 39*bgm_tonekusa_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 4*bgm_tonekusa_mvl/mxv + .byte N72 , Dn3 , v072 + .byte W02 + .byte VOL , 9*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 12*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 15*bgm_tonekusa_mvl/mxv + .byte W04 + .byte 18*bgm_tonekusa_mvl/mxv + .byte W02 + .byte 20*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 23*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 25*bgm_tonekusa_mvl/mxv + .byte W04 + .byte 28*bgm_tonekusa_mvl/mxv + .byte MOD , 6 + .byte W02 + .byte VOL , 29*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 33*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 34*bgm_tonekusa_mvl/mxv + .byte W06 + .byte 37*bgm_tonekusa_mvl/mxv + .byte W10 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W24 + .byte MOD , 0 + .byte N24 , Cs3 + .byte W24 + .byte VOL , 33*bgm_tonekusa_mvl/mxv + .byte N48 , Ds3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Gn3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte N48 , Dn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Dn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N96 , Fn3 + .byte W48 + .byte MOD , 6 + .byte W48 + .byte 0 + .byte N48 , Cn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Gn2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Dn2 + .byte W24 + .byte Ds2 + .byte W24 + .byte N48 , Cn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Ds3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Dn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , An2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Fn2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , An2 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Fn2 , v064 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , As2 , v072 + .byte W24 + .byte N12 , Fn2 + .byte W12 + .byte Dn2 + .byte W12 + .byte N24 , As1 + .byte W24 + .byte Bn1 + .byte W24 + .byte VOL , 39*bgm_tonekusa_mvl/mxv + .byte N12 , Cn2 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn2 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte As3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An2 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn2 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn2 + .byte W12 + .byte As3 + .byte W12 + .byte Dn2 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds2 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds4 + .byte W12 +bgm_tonekusa_6_000: + .byte N12 , As3 , v072 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte PEND + .byte Fn2 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An2 + .byte W12 + .byte PATT + .word bgm_tonekusa_6_000 + .byte N12 , Gn2 , v072 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte Fn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn2 + .byte W12 + .byte An3 + .byte W12 + .byte An2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Cn3 + .byte W12 + .byte Ds2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Ds2 + .byte W12 + .byte As2 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte As2 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte GOTO + .word bgm_tonekusa_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_tonekusa_7: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_7_B1: + .byte VOICE , 81 + .byte PAN , c_v+63 + .byte VOL , 39*bgm_tonekusa_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 4*bgm_tonekusa_mvl/mxv + .byte N72 , Fn3 , v072 + .byte W02 + .byte VOL , 9*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 12*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 15*bgm_tonekusa_mvl/mxv + .byte W04 + .byte 18*bgm_tonekusa_mvl/mxv + .byte W02 + .byte 20*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 23*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 25*bgm_tonekusa_mvl/mxv + .byte W04 + .byte 28*bgm_tonekusa_mvl/mxv + .byte MOD , 7 + .byte W02 + .byte VOL , 29*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 33*bgm_tonekusa_mvl/mxv + .byte W03 + .byte 34*bgm_tonekusa_mvl/mxv + .byte W06 + .byte 37*bgm_tonekusa_mvl/mxv + .byte W10 + .byte 39*bgm_tonekusa_mvl/mxv + .byte W24 + .byte MOD , 0 + .byte N24 , Fs3 + .byte W24 + .byte VOL , 31*bgm_tonekusa_mvl/mxv + .byte N48 , Gn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , As3 + .byte W24 + .byte N12 , An3 + .byte W12 + .byte Gn3 + .byte W12 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As3 + .byte W24 + .byte MOD , 6 + .byte W24 +bgm_tonekusa_7_000: + .byte MOD , 0 + .byte N48 , As3 , v072 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte PEND + .byte 0 + .byte N96 , An3 + .byte W48 + .byte MOD , 7 + .byte W48 + .byte 0 + .byte N48 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cn4 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte PATT + .word bgm_tonekusa_7_000 + .byte MOD , 0 + .byte N48 , An3 , v072 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Fn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , As3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Dn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Cn3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N48 , Ds3 + .byte W24 + .byte MOD , 6 + .byte W24 + .byte 0 + .byte N24 , Fn3 + .byte W24 + .byte N12 , Ds3 + .byte W12 + .byte Cn3 + .byte W12 + .byte N24 , Dn3 + .byte W24 + .byte As2 + .byte W24 + .byte VOL , 37*bgm_tonekusa_mvl/mxv + .byte N12 , Fn2 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Fn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Fn2 + .byte W12 + .byte Fn4 + .byte W12 + .byte An2 + .byte W12 + .byte An3 + .byte W12 + .byte Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fn2 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn4 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte As2 + .byte W12 + .byte Ds4 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gn4 + .byte W12 + .byte As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Fn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte Dn4 + .byte W12 + .byte As2 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fn2 + .byte W12 + .byte As3 + .byte W12 + .byte As2 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn2 + .byte W12 + .byte Ds4 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Ds4 + .byte W12 + .byte As3 + .byte W12 + .byte Gn3 + .byte W12 + .byte Gn4 + .byte W12 +bgm_tonekusa_7_001: + .byte N12 , Dn4 , v072 + .byte W12 + .byte As3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte As3 + .byte W12 + .byte Dn4 + .byte W12 + .byte PEND + .byte An2 + .byte W12 + .byte Cn4 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Ds4 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Ds3 + .byte W12 + .byte PATT + .word bgm_tonekusa_7_001 + .byte N12 , As2 , v072 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte Gn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte As3 + .byte W12 + .byte Fn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte As4 + .byte W12 + .byte Fn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cn4 + .byte W12 + .byte An2 + .byte W12 + .byte Cn4 + .byte W12 + .byte Cn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte An3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte As3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte Fn2 + .byte W12 + .byte As3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn4 + .byte W12 + .byte Fn3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W12 + .byte GOTO + .word bgm_tonekusa_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_tonekusa_8: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_8_B1: + .byte VOICE , 82 + .byte PAN , c_v+0 + .byte VOL , 37*bgm_tonekusa_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte BEND , c_v+1 + .byte N72 , Fn4 , v064 + .byte W72 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 +bgm_tonekusa_8_000: + .byte N72 , Cn4 , v064 + .byte W72 + .byte N12 , As3 + .byte W12 + .byte Cn4 + .byte W12 + .byte PEND +bgm_tonekusa_8_001: + .byte N24 , Dn4 , v064 + .byte W24 + .byte Ds4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Gn4 + .byte W24 + .byte PEND + .byte N96 , Fn4 + .byte W96 + .byte N72 , Gn4 + .byte W72 + .byte N12 , An4 + .byte W12 + .byte As4 + .byte W12 +bgm_tonekusa_8_002: + .byte N24 , Fn4 , v064 + .byte W24 + .byte Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte Ds4 + .byte W24 + .byte PEND + .byte N72 , Dn4 + .byte W72 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N96 , Cn4 + .byte W96 + .byte N72 , Gn4 + .byte W72 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 +bgm_tonekusa_8_003: + .byte N24 , Fn4 , v064 + .byte W24 + .byte Dn4 + .byte W24 + .byte N12 , As3 + .byte W48 + .byte PEND +bgm_tonekusa_8_004: + .byte N48 , Ds4 , v064 + .byte W48 + .byte N16 + .byte W16 + .byte Dn4 + .byte W16 + .byte Cn4 + .byte W16 + .byte PEND + .byte N48 , Dn4 + .byte W48 + .byte Fn4 + .byte W48 +bgm_tonekusa_8_005: + .byte N48 , Gn4 , v064 + .byte W60 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte As4 + .byte W12 + .byte PEND + .byte PATT + .word bgm_tonekusa_8_002 + .byte N48 , Dn4 , v064 + .byte W48 + .byte N03 , Cn4 + .byte W03 + .byte Dn4 + .byte W03 + .byte N18 , Cn4 + .byte W18 + .byte N12 , Gn3 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte N48 , As3 + .byte W48 + .byte VOICE , 83 + .byte N03 , Fs4 + .byte W03 + .byte N09 , Fn4 + .byte W09 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N72 , Fn4 + .byte W72 + .byte N12 , Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte PATT + .word bgm_tonekusa_8_000 + .byte PATT + .word bgm_tonekusa_8_001 + .byte N72 , Fn4 , v064 + .byte W72 + .byte N12 , Ds4 + .byte W12 + .byte Fn4 + .byte W12 + .byte N48 , Gn4 + .byte W60 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte N09 , As4 + .byte W09 + .byte N03 , En4 + .byte W03 + .byte PATT + .word bgm_tonekusa_8_002 + .byte N48 , Dn4 , v064 + .byte W48 + .byte N16 + .byte W16 + .byte Ds4 + .byte W16 + .byte Dn4 + .byte W16 + .byte N72 , Cn4 + .byte W72 + .byte N12 , Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N48 , Gn4 + .byte W60 + .byte N12 + .byte W12 + .byte An4 + .byte W12 + .byte Gn4 + .byte W12 + .byte PATT + .word bgm_tonekusa_8_003 + .byte PATT + .word bgm_tonekusa_8_004 + .byte N24 , Dn4 , v064 + .byte W24 + .byte Ds4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte PATT + .word bgm_tonekusa_8_005 + .byte N24 , Dn5 , v064 + .byte W24 + .byte Cn5 + .byte W24 + .byte As4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N48 , Dn4 + .byte W48 + .byte N24 , Cn4 + .byte W24 + .byte N12 , Gn3 + .byte W12 + .byte N06 , An3 + .byte W12 + .byte N72 , As3 + .byte W96 + .byte W48 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Dn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte GOTO + .word bgm_tonekusa_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_tonekusa_9: + .byte KEYSH , bgm_tonekusa_key+0 +bgm_tonekusa_9_B1: + .byte VOICE , 46 + .byte VOL , 100*bgm_tonekusa_mvl/mxv + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+11 + .byte W96 + .byte W96 + .byte W84 + .byte N03 , Fn4 , v032 + .byte W03 + .byte An4 + .byte W03 + .byte Cn5 + .byte W03 + .byte Ds5 + .byte W03 + .byte N24 , Fn5 , v048 + .byte W24 + .byte N06 , Dn5 + .byte W12 + .byte N12 , Dn5 , v020 + .byte W12 + .byte N06 , Ds5 , v048 + .byte W12 + .byte N12 , Ds5 , v020 + .byte W12 + .byte N06 , Fn5 , v048 + .byte W12 + .byte N12 , Fn5 , v020 + .byte W12 + .byte N06 , Gn5 , v048 + .byte W12 + .byte N12 , Gn5 , v020 + .byte W36 + .byte N06 , As5 , v048 + .byte W12 + .byte N12 , As5 , v020 + .byte W36 +bgm_tonekusa_9_000: + .byte N06 , Fn5 , v048 + .byte W12 + .byte N12 , Fn5 , v020 + .byte W36 + .byte N06 , As5 , v048 + .byte W12 + .byte N12 , As5 , v020 + .byte W36 + .byte PEND + .byte PATT + .word bgm_tonekusa_9_000 + .byte N06 , Cn5 , v048 + .byte W12 + .byte N12 , Cn5 , v020 + .byte W36 + .byte N06 , Fn5 , v048 + .byte W12 + .byte N12 , Fn5 , v020 + .byte W36 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOICE , 9 + .byte W24 + .byte N06 , An4 , v044 + .byte W12 + .byte N12 , An4 , v020 + .byte W36 + .byte N06 , Fn4 , v044 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte W24 + .byte N06 , An4 , v044 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte N06 , Fn4 , v044 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte N06 , An4 , v044 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v044 + .byte W12 + .byte N12 , As4 , v020 + .byte W36 + .byte N06 , Fn4 , v044 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v044 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte N06 , Fn4 , v044 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte N06 , As4 , v044 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v044 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte N06 , Gn4 , v044 + .byte W12 + .byte N12 , Gn4 , v020 + .byte W12 + .byte N06 , Ds5 , v044 + .byte W12 + .byte N12 , Ds5 , v020 + .byte W12 + .byte W24 + .byte N06 , As4 , v044 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte N06 , An4 , v044 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte N06 , As4 , v044 + .byte W12 + .byte N12 , As4 , v020 + .byte W12 + .byte W24 + .byte N06 , Dn5 , v044 + .byte W12 + .byte N12 , Dn5 , v020 + .byte W12 + .byte N06 , As4 , v044 + .byte W12 + .byte N12 , As4 , v020 + .byte W36 + .byte N06 , Fn4 , v044 + .byte W12 + .byte N12 , Fn4 , v020 + .byte W12 + .byte N06 , Cn5 , v044 + .byte W12 + .byte N12 , Cn5 , v020 + .byte W12 + .byte N06 , An4 , v044 + .byte W12 + .byte N12 , An4 , v020 + .byte W12 + .byte N06 , Fn4 , v044 + .byte W12 + .byte VOICE , 73 + .byte N12 , Dn4 , v048 + .byte W12 + .byte N48 , Ds4 + .byte W60 + .byte N03 , En4 + .byte W03 + .byte N09 , Ds4 + .byte W09 + .byte N12 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte N24 , Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte N12 , Fn3 + .byte W48 + .byte N48 , An3 + .byte W48 + .byte N04 , Cn4 + .byte W04 + .byte N02 , Dn4 + .byte W02 + .byte N10 , Cn4 + .byte W10 + .byte N16 , An3 + .byte W16 + .byte Fn3 + .byte W16 + .byte N24 , As3 + .byte W24 + .byte Cn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N48 + .byte W60 + .byte N12 + .byte W12 + .byte Fn4 + .byte W12 + .byte Gn4 + .byte W12 + .byte N24 , As4 + .byte W24 + .byte Fn4 + .byte W24 + .byte Dn4 + .byte W24 + .byte As3 + .byte W24 + .byte N48 , Fn3 + .byte W48 + .byte N03 , Gn3 + .byte W03 + .byte An3 + .byte W03 + .byte N18 , Gn3 + .byte W18 + .byte N12 , Dn3 + .byte W12 + .byte N06 , Fn3 + .byte W12 + .byte N72 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tonekusa_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_tonekusa: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_tonekusa_pri @ Priority + .byte bgm_tonekusa_rev @ Reverb. + + .word bgm_tonekusa_grp + + .word bgm_tonekusa_1 + .word bgm_tonekusa_2 + .word bgm_tonekusa_3 + .word bgm_tonekusa_4 + .word bgm_tonekusa_5 + .word bgm_tonekusa_6 + .word bgm_tonekusa_7 + .word bgm_tonekusa_8 + .word bgm_tonekusa_9 + + .end diff --git a/sound/songs/bgm_tozan.s b/sound/songs/bgm_tozan.s new file mode 100644 index 000000000..aca0cb03d --- /dev/null +++ b/sound/songs/bgm_tozan.s @@ -0,0 +1,6388 @@ + .include "MPlayDef.s" + + .equ bgm_tozan_grp, voicegroup_843C7BC + .equ bgm_tozan_pri, 0 + .equ bgm_tozan_rev, reverb_set+50 + .equ bgm_tozan_mvl, 127 + .equ bgm_tozan_key, 0 + .equ bgm_tozan_tbs, 1 + .equ bgm_tozan_exg, 0 + .equ bgm_tozan_cmp, 1 + + .section .rodata + .global bgm_tozan + .align 2 + +@********************** Track 1 **********************@ + +bgm_tozan_1: + .byte KEYSH , bgm_tozan_key+0 + .byte TEMPO , 124*bgm_tozan_tbs/2 + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte VOL , 27*bgm_tozan_mvl/mxv + .byte N03 , Cn4 , v112 + .byte W12 + .byte Cn4 , v096 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 125 + .byte N03 , Gn4 , v112 + .byte W09 + .byte VOICE , 127 + .byte W03 + .byte N03 , Cn4 , v096 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 125 + .byte N03 , Gn4 , v112 + .byte W09 + .byte VOICE , 127 + .byte W03 + .byte N03 , Cn4 , v096 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 127 + .byte N03 , Cn4 , v112 + .byte W12 + .byte Cn4 , v096 + .byte W06 + .byte N03 + .byte W06 + .byte N02 , Cn4 , v112 + .byte W04 + .byte Cn4 , v088 + .byte W04 + .byte N02 + .byte W04 + .byte N03 , Cn4 , v112 + .byte W06 + .byte Cn4 , v096 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte Cn4 , v096 + .byte W06 + .byte N03 + .byte W06 + .byte VOICE , 126 + .byte VOL , 3*bgm_tozan_mvl/mxv + .byte PAN , c_v-1 + .byte N48 , Fn4 , v120 + .byte W02 + .byte VOL , 4*bgm_tozan_mvl/mxv + .byte W03 + .byte 6*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W04 + .byte 7*bgm_tozan_mvl/mxv + .byte W02 + .byte 8*bgm_tozan_mvl/mxv + .byte W03 + .byte 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 12*bgm_tozan_mvl/mxv + .byte W04 + .byte 15*bgm_tozan_mvl/mxv + .byte W02 + .byte 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 +bgm_tozan_1_B1: +bgm_tozan_1_000: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte VOL , 27*bgm_tozan_mvl/mxv + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W24 + .byte N03 + .byte W12 + .byte VOICE , 125 + .byte PAN , c_v+0 + .byte N06 , Gn3 , v124 + .byte W24 + .byte PEND +bgm_tozan_1_001: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W24 + .byte N03 + .byte W06 + .byte Cn4 , v096 + .byte W06 + .byte VOICE , 125 + .byte PAN , c_v+0 + .byte N06 , Gn3 , v124 + .byte W12 + .byte N03 , Gn3 , v064 + .byte W12 + .byte PEND +bgm_tozan_1_002: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W24 + .byte N03 + .byte W12 + .byte VOICE , 125 + .byte PAN , c_v+0 + .byte N06 , Gn3 , v124 + .byte W24 + .byte PEND +bgm_tozan_1_003: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte VOICE , 126 + .byte VOL , 3*bgm_tozan_mvl/mxv + .byte PAN , c_v-1 + .byte N48 , Fn4 , v120 + .byte W02 + .byte VOL , 4*bgm_tozan_mvl/mxv + .byte W03 + .byte 6*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W04 + .byte 7*bgm_tozan_mvl/mxv + .byte W02 + .byte 8*bgm_tozan_mvl/mxv + .byte W03 + .byte 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 12*bgm_tozan_mvl/mxv + .byte W04 + .byte VOICE , 125 + .byte VOL , 15*bgm_tozan_mvl/mxv + .byte W02 + .byte 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 + .byte PEND + .byte PATT + .word bgm_tozan_1_000 + .byte PATT + .word bgm_tozan_1_001 + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte PAN , c_v-1 + .byte W12 + .byte N03 + .byte W06 + .byte Cn4 , v096 + .byte W06 + .byte Gn3 , v124 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cn4 , v096 + .byte W06 + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte VOICE , 126 + .byte VOL , 3*bgm_tozan_mvl/mxv + .byte N48 , Fn4 , v120 + .byte W02 + .byte VOL , 4*bgm_tozan_mvl/mxv + .byte W03 + .byte 6*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W04 + .byte 7*bgm_tozan_mvl/mxv + .byte W02 + .byte 8*bgm_tozan_mvl/mxv + .byte W03 + .byte 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 12*bgm_tozan_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 15*bgm_tozan_mvl/mxv + .byte W02 + .byte 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 + .byte PATT + .word bgm_tozan_1_000 +bgm_tozan_1_004: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W24 + .byte N03 + .byte W06 + .byte Cn4 , v096 + .byte W06 + .byte VOICE , 125 + .byte PAN , c_v+0 + .byte N06 , Gn3 , v124 + .byte W12 + .byte N03 , Gn3 , v064 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte PEND + .byte PATT + .word bgm_tozan_1_002 +bgm_tozan_1_005: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte VOICE , 126 + .byte VOL , 3*bgm_tozan_mvl/mxv + .byte PAN , c_v-1 + .byte N48 , Fn4 , v120 + .byte W02 + .byte VOL , 4*bgm_tozan_mvl/mxv + .byte W03 + .byte 6*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W04 + .byte 7*bgm_tozan_mvl/mxv + .byte W02 + .byte 8*bgm_tozan_mvl/mxv + .byte W03 + .byte 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 12*bgm_tozan_mvl/mxv + .byte W04 + .byte 15*bgm_tozan_mvl/mxv + .byte W02 + .byte 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 + .byte PEND + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte VOL , 24*bgm_tozan_mvl/mxv + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W03 + .byte VOL , 27*bgm_tozan_mvl/mxv + .byte W09 + .byte N03 , En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W24 + .byte N03 + .byte W12 + .byte VOICE , 125 + .byte PAN , c_v+0 + .byte N03 , Gn3 , v124 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Fn4 + .byte W12 + .byte PATT + .word bgm_tozan_1_001 + .byte PATT + .word bgm_tozan_1_002 +bgm_tozan_1_006: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte Cn4 , v088 + .byte W04 + .byte N02 + .byte W04 + .byte N03 , Cn4 , v112 + .byte W06 + .byte Cn4 , v096 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Gn3 , v124 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Cn4 + .byte W06 + .byte Cn4 , v096 + .byte W06 + .byte PEND + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte VOL , 29*bgm_tozan_mvl/mxv + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+63 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v108 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte En4 , v064 + .byte W06 +bgm_tozan_1_007: + .byte PAN , c_v-62 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+63 + .byte N02 , En4 , v112 + .byte W04 + .byte En4 , v068 + .byte W04 + .byte En4 , v092 + .byte W04 + .byte N03 , En4 , v076 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v108 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_tozan_1_007 +bgm_tozan_1_008: + .byte PAN , c_v-62 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+63 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v108 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PEND + .byte PATT + .word bgm_tozan_1_008 + .byte PAN , c_v-62 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , En4 , v112 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte N03 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte N02 , En4 , v112 + .byte W04 + .byte En4 , v096 + .byte W04 + .byte N02 + .byte W04 + .byte N03 , En4 , v116 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v112 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte En4 , v060 + .byte W06 + .byte En4 , v064 + .byte W06 + .byte PAN , c_v-62 + .byte VOL , 39*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , Cn4 , v112 + .byte W12 + .byte Cn4 , v088 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Gn3 , v076 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte En4 , v092 + .byte W06 +bgm_tozan_1_009: + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte VOL , 27*bgm_tozan_mvl/mxv + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W24 + .byte N03 + .byte W12 + .byte VOICE , 125 + .byte PAN , c_v+0 + .byte N06 , Gn3 , v124 + .byte W24 + .byte PEND + .byte PATT + .word bgm_tozan_1_001 + .byte PATT + .word bgm_tozan_1_002 + .byte PATT + .word bgm_tozan_1_003 + .byte PATT + .word bgm_tozan_1_009 + .byte PATT + .word bgm_tozan_1_001 + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte PAN , c_v-1 + .byte W12 + .byte N03 , Dn4 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte An3 , v124 + .byte W06 + .byte An3 , v112 + .byte W06 + .byte Dn4 + .byte W06 + .byte Dn4 , v096 + .byte W06 + .byte PAN , c_v-64 + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte VOICE , 126 + .byte VOL , 3*bgm_tozan_mvl/mxv + .byte N48 , Fn4 , v120 + .byte W02 + .byte VOL , 4*bgm_tozan_mvl/mxv + .byte W03 + .byte 6*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W04 + .byte 7*bgm_tozan_mvl/mxv + .byte W02 + .byte 8*bgm_tozan_mvl/mxv + .byte W03 + .byte 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 12*bgm_tozan_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 15*bgm_tozan_mvl/mxv + .byte W02 + .byte 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 + .byte PATT + .word bgm_tozan_1_000 + .byte PATT + .word bgm_tozan_1_004 + .byte PATT + .word bgm_tozan_1_002 + .byte PATT + .word bgm_tozan_1_005 + .byte VOICE , 127 + .byte PAN , c_v-64 + .byte VOL , 27*bgm_tozan_mvl/mxv + .byte N03 , Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W12 + .byte En4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W24 + .byte N03 + .byte W12 + .byte VOICE , 125 + .byte PAN , c_v+0 + .byte N03 , Gn3 , v124 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte Fn4 + .byte W12 + .byte PATT + .word bgm_tozan_1_001 + .byte PATT + .word bgm_tozan_1_002 + .byte PATT + .word bgm_tozan_1_006 + .byte W24 + .byte VOICE , 126 + .byte VOL , 3*bgm_tozan_mvl/mxv + .byte PAN , c_v-1 + .byte N48 , Fn4 , v120 + .byte W02 + .byte VOL , 4*bgm_tozan_mvl/mxv + .byte W03 + .byte 6*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W04 + .byte 7*bgm_tozan_mvl/mxv + .byte W02 + .byte 8*bgm_tozan_mvl/mxv + .byte W03 + .byte 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 12*bgm_tozan_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 15*bgm_tozan_mvl/mxv + .byte W02 + .byte 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 + .byte 27*bgm_tozan_mvl/mxv + .byte N03 , Cn4 , v112 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte W24 + .byte VOICE , 126 + .byte VOL , 3*bgm_tozan_mvl/mxv + .byte PAN , c_v-1 + .byte N48 , Fn4 , v120 + .byte W02 + .byte VOL , 4*bgm_tozan_mvl/mxv + .byte W03 + .byte 6*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W04 + .byte 7*bgm_tozan_mvl/mxv + .byte W02 + .byte 8*bgm_tozan_mvl/mxv + .byte W03 + .byte 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 12*bgm_tozan_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte VOL , 15*bgm_tozan_mvl/mxv + .byte W02 + .byte 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 + .byte 27*bgm_tozan_mvl/mxv + .byte N03 , Cn4 , v112 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte Cn4 , v112 + .byte W06 + .byte Cn4 , v064 + .byte W06 + .byte VOL , 9*bgm_tozan_mvl/mxv + .byte N24 , Fn4 , v112 + .byte W02 + .byte VOL , 11*bgm_tozan_mvl/mxv + .byte W03 + .byte 15*bgm_tozan_mvl/mxv + .byte W03 + .byte 19*bgm_tozan_mvl/mxv + .byte W04 + .byte 22*bgm_tozan_mvl/mxv + .byte W02 + .byte 27*bgm_tozan_mvl/mxv + .byte W03 + .byte 39*bgm_tozan_mvl/mxv + .byte W30 + .byte W01 + .byte 9*bgm_tozan_mvl/mxv + .byte N24 + .byte W02 + .byte VOL , 9*bgm_tozan_mvl/mxv + .byte W03 + .byte 13*bgm_tozan_mvl/mxv + .byte W03 + .byte 15*bgm_tozan_mvl/mxv + .byte W04 + .byte 19*bgm_tozan_mvl/mxv + .byte W02 + .byte 29*bgm_tozan_mvl/mxv + .byte W03 + .byte 40*bgm_tozan_mvl/mxv + .byte W04 + .byte 46*bgm_tozan_mvl/mxv + .byte W24 + .byte W03 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tozan_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_tozan_2: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte VOL , 70*bgm_tozan_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+19 + .byte BEND , c_v+0 + .byte N12 , Ds2 , v108 + .byte W48 + .byte PAN , c_v-25 + .byte N16 , Gn1 , v120 + .byte W36 + .byte N03 , As1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte PAN , c_v+19 + .byte N12 , Ds2 + .byte W24 + .byte PAN , c_v-22 + .byte N12 , As1 + .byte W24 + .byte N36 , Ds1 + .byte W36 + .byte PAN , c_v+14 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 +bgm_tozan_2_B1: + .byte PAN , c_v+16 + .byte N12 , Ds2 , v112 + .byte W12 + .byte N06 , Gs1 + .byte W84 +bgm_tozan_2_000: + .byte N03 , Bn2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W24 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte N06 , Gs1 + .byte W24 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_tozan_2_001: + .byte N12 , Ds2 , v112 + .byte W12 + .byte N06 , Gs1 + .byte W72 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_tozan_2_002: + .byte N03 , Ds2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W24 + .byte N03 , Bn2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W36 + .byte PEND +bgm_tozan_2_003: + .byte N12 , Ds2 , v112 + .byte W12 + .byte N06 , Ds1 + .byte W72 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_tozan_2_004: + .byte N12 , Ds2 , v112 + .byte W12 + .byte N06 , Ds1 + .byte W24 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Ds2 + .byte W12 + .byte N06 , Ds1 + .byte W36 + .byte PEND + .byte W96 +bgm_tozan_2_005: + .byte VOICE , 56 + .byte W06 + .byte N03 , Ds3 , v112 + .byte W12 + .byte Cs3 + .byte W06 + .byte Ds3 + .byte W03 + .byte En3 + .byte W03 + .byte Cs3 + .byte W06 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte N03 , Fn3 , v072 + .byte W03 + .byte Ds3 , v068 + .byte W03 + .byte Dn3 + .byte W03 + .byte Cn3 , v060 + .byte W03 + .byte As2 + .byte W06 + .byte PEND +bgm_tozan_2_006: + .byte VOICE , 47 + .byte N12 , Ds2 , v112 + .byte W12 + .byte N05 , Gs1 + .byte W84 + .byte PEND + .byte PATT + .word bgm_tozan_2_000 + .byte PATT + .word bgm_tozan_2_001 +bgm_tozan_2_007: + .byte N03 , Ds2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs1 + .byte W84 + .byte PEND +bgm_tozan_2_008: + .byte N12 , Ds2 , v112 + .byte W12 + .byte N05 , Ds1 + .byte W72 + .byte N03 , As2 + .byte W06 + .byte N03 + .byte W06 + .byte PEND + .byte PATT + .word bgm_tozan_2_004 + .byte VOICE , 56 + .byte W96 +bgm_tozan_2_009: + .byte W48 + .byte VOICE , 60 + .byte N48 , Gn3 , v112 + .byte W32 + .byte W01 + .byte VOICE , 47 + .byte W15 + .byte PEND + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W48 + .byte N12 , Ds2 + .byte W12 + .byte N06 , Gs1 + .byte W84 + .byte PATT + .word bgm_tozan_2_000 + .byte PATT + .word bgm_tozan_2_001 + .byte PATT + .word bgm_tozan_2_002 + .byte PATT + .word bgm_tozan_2_003 + .byte PATT + .word bgm_tozan_2_004 + .byte W96 + .byte PATT + .word bgm_tozan_2_005 + .byte PATT + .word bgm_tozan_2_006 + .byte PATT + .word bgm_tozan_2_000 + .byte PATT + .word bgm_tozan_2_001 + .byte PATT + .word bgm_tozan_2_007 + .byte PATT + .word bgm_tozan_2_008 + .byte PATT + .word bgm_tozan_2_004 + .byte VOICE , 56 + .byte W96 + .byte PATT + .word bgm_tozan_2_009 +bgm_tozan_2_010: + .byte N12 , Gs2 , v112 + .byte W12 + .byte Gs1 + .byte W24 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte Gs1 + .byte W36 + .byte PEND + .byte PATT + .word bgm_tozan_2_010 + .byte N12 , Gs2 , v112 + .byte W12 + .byte Gs1 + .byte W24 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte Gs1 + .byte W24 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N12 + .byte W12 + .byte Gs1 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte Gs2 + .byte W24 + .byte PAN , c_v+24 + .byte N06 + .byte W12 + .byte PAN , c_v-18 + .byte N12 , Gs1 , v127 + .byte W60 + .byte PAN , c_v+23 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W12 + .byte PAN , c_v-19 + .byte N12 , Gs1 , v127 + .byte W60 + .byte PAN , c_v+23 + .byte W12 + .byte N03 , Gs2 , v096 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte Ds3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte PAN , c_v-19 + .byte N12 , Gs1 , v127 + .byte W60 + .byte PAN , c_v+23 + .byte W12 + .byte N03 , Ds3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gs2 + .byte W12 + .byte PAN , c_v-19 + .byte N12 , Gs1 , v127 + .byte W84 + .byte GOTO + .word bgm_tozan_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_tozan_3: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 56 + .byte LFOS , 44 + .byte VOL , 32*bgm_tozan_mvl/mxv + .byte PAN , c_v+16 + .byte BEND , c_v+0 + .byte N24 , Gn1 , v112 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte PAN , c_v-16 + .byte MOD , 0 + .byte N24 , Ds2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOL , 41*bgm_tozan_mvl/mxv + .byte PAN , c_v+47 + .byte MOD , 0 + .byte N24 , As1 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte PAN , c_v-46 + .byte MOD , 0 + .byte N24 , Gn2 + .byte W03 + .byte MOD , 0 + .byte W09 + .byte 6 + .byte W12 + .byte VOL , 58*bgm_tozan_mvl/mxv + .byte PAN , c_v+9 + .byte MOD , 0 + .byte N96 , As2 + .byte W12 + .byte VOL , 36*bgm_tozan_mvl/mxv + .byte W02 + .byte 26*bgm_tozan_mvl/mxv + .byte W03 + .byte 21*bgm_tozan_mvl/mxv + .byte W03 + .byte 17*bgm_tozan_mvl/mxv + .byte W04 + .byte 14*bgm_tozan_mvl/mxv + .byte W02 + .byte 12*bgm_tozan_mvl/mxv + .byte W01 + .byte 12*bgm_tozan_mvl/mxv + .byte W02 + .byte 14*bgm_tozan_mvl/mxv + .byte W03 + .byte 17*bgm_tozan_mvl/mxv + .byte W04 + .byte 18*bgm_tozan_mvl/mxv + .byte W02 + .byte 20*bgm_tozan_mvl/mxv + .byte W03 + .byte 23*bgm_tozan_mvl/mxv + .byte W03 + .byte 24*bgm_tozan_mvl/mxv + .byte W04 + .byte 26*bgm_tozan_mvl/mxv + .byte MOD , 5 + .byte W02 + .byte VOL , 29*bgm_tozan_mvl/mxv + .byte W03 + .byte 31*bgm_tozan_mvl/mxv + .byte W03 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 38*bgm_tozan_mvl/mxv + .byte W02 + .byte 41*bgm_tozan_mvl/mxv + .byte W03 + .byte 42*bgm_tozan_mvl/mxv + .byte W03 + .byte 46*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 49*bgm_tozan_mvl/mxv + .byte W02 + .byte 55*bgm_tozan_mvl/mxv + .byte W03 + .byte 57*bgm_tozan_mvl/mxv + .byte W03 + .byte 60*bgm_tozan_mvl/mxv + .byte W04 + .byte 62*bgm_tozan_mvl/mxv + .byte W02 + .byte 64*bgm_tozan_mvl/mxv + .byte W03 + .byte 68*bgm_tozan_mvl/mxv + .byte W03 + .byte 72*bgm_tozan_mvl/mxv + .byte W04 +bgm_tozan_3_B1: + .byte VOICE , 56 + .byte VOL , 65*bgm_tozan_mvl/mxv + .byte MOD , 1 + .byte PAN , c_v+0 + .byte W06 + .byte N03 , Fn3 , v112 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Ds3 + .byte W06 + .byte Ds3 , v032 + .byte W06 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N03 , An3 , v112 + .byte W03 + .byte An3 , v032 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W09 + .byte N03 , As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte N12 , Gs3 , v112 + .byte W12 + .byte Fn3 + .byte W12 +bgm_tozan_3_000: + .byte PAN , c_v-48 + .byte VOL , 74*bgm_tozan_mvl/mxv + .byte N03 , Bn3 , v112 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte N09 , Bn3 , v032 + .byte W15 + .byte N03 , Ds4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W09 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W09 + .byte Dn4 , v112 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte N03 , Dn4 + .byte W03 + .byte N06 , Dn4 , v032 + .byte W03 + .byte PEND + .byte VOL , 55*bgm_tozan_mvl/mxv + .byte PAN , c_v-18 + .byte W03 + .byte c_v-16 + .byte W06 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , Ds3 + .byte W06 + .byte Ds3 , v032 + .byte W06 + .byte VOICE , 56 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N24 , As3 , v112 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOL , 66*bgm_tozan_mvl/mxv + .byte PAN , c_v-24 + .byte N06 , Fs3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W15 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Gs4 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte Bn4 , v032 + .byte W03 + .byte N06 , Bn4 , v112 + .byte W06 +bgm_tozan_3_001: + .byte N06 , Ds5 , v112 + .byte W06 + .byte N03 , Dn5 + .byte W03 + .byte Cn5 , v064 + .byte W03 + .byte Bn4 + .byte W03 + .byte An4 + .byte W03 + .byte Gn4 + .byte W54 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte N09 , Ds4 , v032 + .byte W12 + .byte PEND +bgm_tozan_3_002: + .byte W06 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v032 + .byte W03 + .byte N06 , Gn3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte As3 , v032 + .byte W24 + .byte Gn2 , v112 + .byte W06 + .byte Fn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte As2 + .byte W06 + .byte PEND + .byte N96 , Ds3 + .byte W03 + .byte VOL , 66*bgm_tozan_mvl/mxv + .byte W03 + .byte 58*bgm_tozan_mvl/mxv + .byte W02 + .byte 43*bgm_tozan_mvl/mxv + .byte W04 + .byte 36*bgm_tozan_mvl/mxv + .byte W02 + .byte 27*bgm_tozan_mvl/mxv + .byte W04 + .byte 24*bgm_tozan_mvl/mxv + .byte W06 + .byte 19*bgm_tozan_mvl/mxv + .byte W02 + .byte 20*bgm_tozan_mvl/mxv + .byte W04 + .byte 23*bgm_tozan_mvl/mxv + .byte W02 + .byte 26*bgm_tozan_mvl/mxv + .byte W04 + .byte 29*bgm_tozan_mvl/mxv + .byte W02 + .byte 32*bgm_tozan_mvl/mxv + .byte W04 + .byte 33*bgm_tozan_mvl/mxv + .byte W02 + .byte 36*bgm_tozan_mvl/mxv + .byte W04 + .byte 36*bgm_tozan_mvl/mxv + .byte W02 + .byte 39*bgm_tozan_mvl/mxv + .byte W04 + .byte 40*bgm_tozan_mvl/mxv + .byte W02 + .byte 42*bgm_tozan_mvl/mxv + .byte W04 + .byte 44*bgm_tozan_mvl/mxv + .byte W06 + .byte 47*bgm_tozan_mvl/mxv + .byte W02 + .byte 49*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 54*bgm_tozan_mvl/mxv + .byte W02 + .byte 57*bgm_tozan_mvl/mxv + .byte W04 + .byte 60*bgm_tozan_mvl/mxv + .byte W02 + .byte 63*bgm_tozan_mvl/mxv + .byte W04 + .byte 66*bgm_tozan_mvl/mxv + .byte W02 + .byte 68*bgm_tozan_mvl/mxv + .byte W04 + .byte 73*bgm_tozan_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 65*bgm_tozan_mvl/mxv + .byte MOD , 1 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W09 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte En4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v032 + .byte W03 + .byte As3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Dn4 , v072 + .byte W03 + .byte Cn4 , v068 + .byte W03 + .byte As3 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Gn3 + .byte W06 + .byte VOICE , 56 + .byte VOL , 65*bgm_tozan_mvl/mxv + .byte W12 + .byte N06 , As3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W06 + .byte As3 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 +bgm_tozan_3_003: + .byte PAN , c_v-48 + .byte VOL , 74*bgm_tozan_mvl/mxv + .byte N03 , Bn3 , v112 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte Bn3 , v032 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W15 + .byte N03 , Ds4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte Dn4 , v032 + .byte W06 + .byte Bn3 , v112 + .byte W06 + .byte N03 , Dn4 + .byte W06 + .byte PEND + .byte PAN , c_v-32 + .byte VOL , 55*bgm_tozan_mvl/mxv + .byte N03 , Ds3 + .byte W03 + .byte Ds3 , v032 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v032 + .byte W03 + .byte N06 , As3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N24 , As3 , v112 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOL , 66*bgm_tozan_mvl/mxv + .byte N06 , Fs3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W15 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Gs4 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte Bn4 , v032 + .byte W03 + .byte N06 , Bn4 , v112 + .byte W06 +bgm_tozan_3_004: + .byte N06 , Ds5 , v112 + .byte W06 + .byte N03 , Dn5 + .byte W03 + .byte Cn5 , v064 + .byte W03 + .byte Bn4 + .byte W03 + .byte An4 + .byte W03 + .byte Gn4 + .byte W54 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte Ds4 , v032 + .byte W12 + .byte PEND + .byte PATT + .word bgm_tozan_3_002 +bgm_tozan_3_005: + .byte N96 , Ds3 , v112 + .byte W48 + .byte VOL , 66*bgm_tozan_mvl/mxv + .byte W02 + .byte 62*bgm_tozan_mvl/mxv + .byte W03 + .byte 61*bgm_tozan_mvl/mxv + .byte W03 + .byte 55*bgm_tozan_mvl/mxv + .byte W04 + .byte 52*bgm_tozan_mvl/mxv + .byte W02 + .byte 48*bgm_tozan_mvl/mxv + .byte W03 + .byte 41*bgm_tozan_mvl/mxv + .byte W03 + .byte 38*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 34*bgm_tozan_mvl/mxv + .byte W02 + .byte 28*bgm_tozan_mvl/mxv + .byte W03 + .byte 24*bgm_tozan_mvl/mxv + .byte W03 + .byte 22*bgm_tozan_mvl/mxv + .byte W04 + .byte 19*bgm_tozan_mvl/mxv + .byte W02 + .byte 12*bgm_tozan_mvl/mxv + .byte W03 + .byte 7*bgm_tozan_mvl/mxv + .byte W03 + .byte 3*bgm_tozan_mvl/mxv + .byte W04 + .byte PEND + .byte VOICE , 60 + .byte MOD , 1 + .byte VOL , 68*bgm_tozan_mvl/mxv + .byte N96 , Ds2 + .byte W72 + .byte MOD , 7 + .byte W24 + .byte VOICE , 56 + .byte MOD , 1 + .byte PAN , c_v+16 + .byte VOL , 68*bgm_tozan_mvl/mxv + .byte N06 , Fs4 + .byte W06 + .byte N03 , Fn4 , v076 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W78 + .byte W48 + .byte Gs3 , v112 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte N03 , Fn3 , v104 + .byte W03 + .byte Fn3 , v032 + .byte W03 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Cs4 , v076 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte Gs3 + .byte W09 + .byte Cs4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte N06 , Cs4 , v032 + .byte W48 + .byte W03 + .byte W48 + .byte N03 , Gs3 , v112 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v032 + .byte W03 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Cs4 , v076 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte Gs3 + .byte W09 + .byte W96 + .byte VOL , 68*bgm_tozan_mvl/mxv + .byte W48 + .byte N03 , As3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte PAN , c_v-32 + .byte W06 + .byte N03 , Fn3 + .byte W03 + .byte N06 , Fn3 , v032 + .byte W09 + .byte N03 , Dn3 , v112 + .byte W03 + .byte Dn3 , v032 + .byte W03 + .byte Fn3 , v112 + .byte W03 + .byte Fn3 , v032 + .byte W03 + .byte Dn3 , v112 + .byte W03 + .byte Dn3 , v032 + .byte W03 + .byte Fn3 , v112 + .byte W03 + .byte Fn3 , v032 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W03 + .byte MOD , 1 + .byte PAN , c_v-39 + .byte VOL , 57*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , Fn3 , v112 + .byte W03 + .byte En3 + .byte W03 + .byte N06 , Ds3 + .byte W06 + .byte Ds3 , v032 + .byte W06 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N03 , An3 , v112 + .byte W03 + .byte An3 , v032 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte N06 , As3 , v032 + .byte W09 + .byte N03 , As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte N12 , Gs3 , v112 + .byte W12 + .byte Fn3 + .byte W12 + .byte PATT + .word bgm_tozan_3_000 + .byte PAN , c_v-32 + .byte VOL , 54*bgm_tozan_mvl/mxv + .byte W09 + .byte N03 , En3 , v112 + .byte W03 + .byte N06 , Ds3 + .byte W06 + .byte Ds3 , v032 + .byte W06 + .byte VOICE , 56 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N24 , As3 , v112 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOL , 67*bgm_tozan_mvl/mxv + .byte N06 , Fs3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W15 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Gs4 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte Bn4 , v032 + .byte W03 + .byte N06 , Bn4 , v112 + .byte W06 + .byte PATT + .word bgm_tozan_3_001 + .byte PATT + .word bgm_tozan_3_002 + .byte N96 , Ds3 , v112 + .byte W03 + .byte VOL , 66*bgm_tozan_mvl/mxv + .byte W03 + .byte 58*bgm_tozan_mvl/mxv + .byte W02 + .byte 43*bgm_tozan_mvl/mxv + .byte W04 + .byte 36*bgm_tozan_mvl/mxv + .byte W02 + .byte 27*bgm_tozan_mvl/mxv + .byte W04 + .byte 24*bgm_tozan_mvl/mxv + .byte W06 + .byte 19*bgm_tozan_mvl/mxv + .byte W02 + .byte 20*bgm_tozan_mvl/mxv + .byte W04 + .byte 23*bgm_tozan_mvl/mxv + .byte W02 + .byte 26*bgm_tozan_mvl/mxv + .byte W04 + .byte 26*bgm_tozan_mvl/mxv + .byte W02 + .byte 25*bgm_tozan_mvl/mxv + .byte W04 + .byte 26*bgm_tozan_mvl/mxv + .byte W06 + .byte 27*bgm_tozan_mvl/mxv + .byte W02 + .byte 29*bgm_tozan_mvl/mxv + .byte W04 + .byte 30*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 38*bgm_tozan_mvl/mxv + .byte W02 + .byte 41*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W02 + .byte 46*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 46*bgm_tozan_mvl/mxv + .byte W02 + .byte 49*bgm_tozan_mvl/mxv + .byte W04 + .byte 52*bgm_tozan_mvl/mxv + .byte W02 + .byte 58*bgm_tozan_mvl/mxv + .byte W04 + .byte 63*bgm_tozan_mvl/mxv + .byte W02 + .byte 69*bgm_tozan_mvl/mxv + .byte W04 + .byte 75*bgm_tozan_mvl/mxv + .byte W06 + .byte VOICE , 56 + .byte VOL , 65*bgm_tozan_mvl/mxv + .byte MOD , 1 + .byte VOL , 65*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v032 + .byte W09 + .byte N03 , Cs4 , v112 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte En4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Cs4 , v032 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v032 + .byte W03 + .byte Gn3 , v112 + .byte W03 + .byte Gn3 , v032 + .byte W03 + .byte As3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Ds4 + .byte W06 + .byte N03 , Dn4 , v072 + .byte W03 + .byte Cn4 , v068 + .byte W03 + .byte As3 + .byte W03 + .byte An3 , v060 + .byte W03 + .byte Gn3 + .byte W06 + .byte VOICE , 56 + .byte VOL , 54*bgm_tozan_mvl/mxv + .byte W12 + .byte N06 , As3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , Gs3 + .byte W12 + .byte Gn3 + .byte W12 + .byte An3 + .byte W06 + .byte As3 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte PATT + .word bgm_tozan_3_003 + .byte PAN , c_v-32 + .byte VOL , 54*bgm_tozan_mvl/mxv + .byte N03 , Ds3 , v112 + .byte W03 + .byte Ds3 , v032 + .byte W03 + .byte Ds3 , v112 + .byte W03 + .byte Ds3 , v032 + .byte W03 + .byte N06 , As3 , v112 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gn3 , v112 + .byte W03 + .byte N06 , Gn3 , v032 + .byte W09 + .byte N24 , As3 , v112 + .byte W24 + .byte N12 , Gs3 + .byte W12 + .byte Fn3 + .byte W12 + .byte VOL , 66*bgm_tozan_mvl/mxv + .byte N06 , Fs3 + .byte W06 + .byte N03 , Gs3 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W09 + .byte N03 , Gs3 , v112 + .byte W03 + .byte N06 , Gs3 , v032 + .byte W15 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v032 + .byte W03 + .byte N06 , Dn4 , v112 + .byte W06 + .byte Ds4 + .byte W06 + .byte N03 , Gs4 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte Gs4 , v032 + .byte W03 + .byte N06 , Gn4 , v112 + .byte W06 + .byte Gs4 + .byte W06 + .byte N03 , Bn4 + .byte W03 + .byte Bn4 , v032 + .byte W03 + .byte N06 , Bn4 , v112 + .byte W06 + .byte PATT + .word bgm_tozan_3_004 + .byte PATT + .word bgm_tozan_3_002 + .byte PATT + .word bgm_tozan_3_005 + .byte VOICE , 60 + .byte MOD , 1 + .byte VOL , 71*bgm_tozan_mvl/mxv + .byte N96 , Ds2 , v112 + .byte W72 + .byte MOD , 7 + .byte W24 + .byte 1 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte VOICE , 60 + .byte N03 + .byte W06 + .byte Gs3 + .byte W12 + .byte N06 + .byte W06 + .byte N24 , Gn3 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte VOICE , 56 + .byte N03 + .byte W06 + .byte Gs3 + .byte W12 + .byte N06 + .byte W06 + .byte N24 , Bn3 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte VOICE , 60 + .byte MOD , 0 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte VOICE , 56 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N12 , Gs3 + .byte W12 + .byte N06 , Gn3 + .byte W12 + .byte VOICE , 60 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte VOICE , 56 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte N03 , Ds3 + .byte W06 + .byte N03 + .byte W06 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tozan_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_tozan_4: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 60 + .byte LFOS , 44 + .byte MOD , 1 + .byte PAN , c_v-48 + .byte VOL , 55*bgm_tozan_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Ds2 , v112 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte PAN , c_v+42 + .byte N24 , As2 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte PAN , c_v-31 + .byte VOL , 65*bgm_tozan_mvl/mxv + .byte MOD , 0 + .byte N24 , Gn2 + .byte W12 + .byte MOD , 3 + .byte W12 + .byte 0 + .byte PAN , c_v+23 + .byte N24 , Cs3 + .byte W03 + .byte MOD , 0 + .byte W09 + .byte 3 + .byte W12 + .byte VOL , 72*bgm_tozan_mvl/mxv + .byte MOD , 0 + .byte PAN , c_v+0 + .byte N96 , Ds3 , v124 + .byte W09 + .byte VOL , 67*bgm_tozan_mvl/mxv + .byte W03 + .byte 63*bgm_tozan_mvl/mxv + .byte W02 + .byte 60*bgm_tozan_mvl/mxv + .byte W03 + .byte 57*bgm_tozan_mvl/mxv + .byte W03 + .byte 54*bgm_tozan_mvl/mxv + .byte W04 + .byte 48*bgm_tozan_mvl/mxv + .byte W02 + .byte 46*bgm_tozan_mvl/mxv + .byte W01 + .byte 47*bgm_tozan_mvl/mxv + .byte W02 + .byte 48*bgm_tozan_mvl/mxv + .byte W03 + .byte 50*bgm_tozan_mvl/mxv + .byte W04 + .byte 50*bgm_tozan_mvl/mxv + .byte W02 + .byte 51*bgm_tozan_mvl/mxv + .byte W03 + .byte 52*bgm_tozan_mvl/mxv + .byte W03 + .byte 55*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 4 + .byte VOL , 55*bgm_tozan_mvl/mxv + .byte W02 + .byte 57*bgm_tozan_mvl/mxv + .byte W03 + .byte 58*bgm_tozan_mvl/mxv + .byte W03 + .byte 60*bgm_tozan_mvl/mxv + .byte W06 + .byte 62*bgm_tozan_mvl/mxv + .byte W03 + .byte 63*bgm_tozan_mvl/mxv + .byte W03 + .byte 65*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 67*bgm_tozan_mvl/mxv + .byte W02 + .byte 69*bgm_tozan_mvl/mxv + .byte W03 + .byte 70*bgm_tozan_mvl/mxv + .byte W03 + .byte 73*bgm_tozan_mvl/mxv + .byte W04 + .byte 73*bgm_tozan_mvl/mxv + .byte W02 + .byte 75*bgm_tozan_mvl/mxv + .byte W03 + .byte 76*bgm_tozan_mvl/mxv + .byte W03 + .byte 77*bgm_tozan_mvl/mxv + .byte W04 +bgm_tozan_4_B1: + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte MOD , 0 + .byte VOL , 74*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , As3 , v088 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , Gs3 , v112 + .byte W06 + .byte Gs3 , v020 + .byte W06 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Dn4 , v112 + .byte W03 + .byte N06 , Dn4 , v020 + .byte W09 + .byte N03 , Fn4 , v112 + .byte W03 + .byte Fn4 , v020 + .byte W03 + .byte Fs4 , v112 + .byte W03 + .byte N06 , Fs4 , v020 + .byte W09 + .byte N03 , Fs4 , v112 + .byte W03 + .byte Fs4 , v020 + .byte W03 + .byte N12 , Fn4 , v112 + .byte W12 + .byte Cs4 + .byte W12 +bgm_tozan_4_000: + .byte VOICE , 56 + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v020 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v020 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v020 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte N09 , Ds4 , v020 + .byte W03 + .byte VOL , 58*bgm_tozan_mvl/mxv + .byte PAN , c_v+32 + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W09 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Bn3 , v032 + .byte W09 + .byte As3 , v112 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte PEND +bgm_tozan_4_001: + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte W09 + .byte N03 , An3 , v112 + .byte W03 + .byte N06 , Gs3 + .byte W06 + .byte Gs3 , v020 + .byte W06 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Dn4 , v112 + .byte W03 + .byte N06 , Dn4 , v020 + .byte W06 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N24 , Fs4 + .byte W24 + .byte N12 , Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte PEND + .byte VOICE , 56 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W12 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N60 , Gs4 + .byte W06 + .byte VOL , 67*bgm_tozan_mvl/mxv + .byte W02 + .byte 58*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v-16 + .byte W03 + .byte VOL , 46*bgm_tozan_mvl/mxv + .byte PAN , c_v-32 + .byte W02 + .byte VOL , 33*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v-48 + .byte W03 + .byte VOL , 29*bgm_tozan_mvl/mxv + .byte W03 + .byte 28*bgm_tozan_mvl/mxv + .byte W03 + .byte 29*bgm_tozan_mvl/mxv + .byte W02 + .byte 32*bgm_tozan_mvl/mxv + .byte W04 + .byte 35*bgm_tozan_mvl/mxv + .byte W02 + .byte 36*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 38*bgm_tozan_mvl/mxv + .byte PAN , c_v-32 + .byte W02 + .byte VOL , 42*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte VOL , 47*bgm_tozan_mvl/mxv + .byte PAN , c_v+16 + .byte W02 + .byte VOL , 49*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v+32 + .byte W03 + .byte VOL , 55*bgm_tozan_mvl/mxv + .byte PAN , c_v+48 + .byte W02 + .byte VOL , 63*bgm_tozan_mvl/mxv + .byte W04 + .byte 72*bgm_tozan_mvl/mxv + .byte W02 + .byte 52*bgm_tozan_mvl/mxv + .byte W01 + .byte 78*bgm_tozan_mvl/mxv + .byte W03 + .byte VOICE , 60 + .byte MOD , 1 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Ds4 + .byte W03 + .byte VOL , 75*bgm_tozan_mvl/mxv + .byte W03 + .byte N06 , As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Ds3 , v020 + .byte W06 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v020 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v020 + .byte W09 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N06 , Gn2 , v020 + .byte W09 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v020 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte N09 , Ds3 , v020 + .byte W12 +bgm_tozan_4_002: + .byte VOICE , 56 + .byte W06 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N06 , Gn2 , v020 + .byte W09 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v020 + .byte W03 + .byte N06 , Gn2 , v112 + .byte W06 + .byte Fn2 + .byte W06 + .byte Gn2 + .byte W06 + .byte As2 + .byte W06 + .byte As2 , v020 + .byte W24 + .byte VOICE , 60 + .byte N06 , Ds3 , v112 + .byte W06 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Gn3 + .byte W06 + .byte PEND + .byte N96 , As3 + .byte W03 + .byte VOL , 69*bgm_tozan_mvl/mxv + .byte W03 + .byte 58*bgm_tozan_mvl/mxv + .byte W02 + .byte 46*bgm_tozan_mvl/mxv + .byte W04 + .byte 39*bgm_tozan_mvl/mxv + .byte W02 + .byte 31*bgm_tozan_mvl/mxv + .byte W04 + .byte 26*bgm_tozan_mvl/mxv + .byte W02 + .byte 22*bgm_tozan_mvl/mxv + .byte W04 + .byte 19*bgm_tozan_mvl/mxv + .byte W02 + .byte 20*bgm_tozan_mvl/mxv + .byte W04 + .byte 22*bgm_tozan_mvl/mxv + .byte W02 + .byte 23*bgm_tozan_mvl/mxv + .byte W04 + .byte 23*bgm_tozan_mvl/mxv + .byte W02 + .byte 26*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 30*bgm_tozan_mvl/mxv + .byte W04 + .byte 33*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 38*bgm_tozan_mvl/mxv + .byte W02 + .byte 40*bgm_tozan_mvl/mxv + .byte W04 + .byte 42*bgm_tozan_mvl/mxv + .byte W02 + .byte 46*bgm_tozan_mvl/mxv + .byte W04 + .byte 49*bgm_tozan_mvl/mxv + .byte W02 + .byte 50*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 54*bgm_tozan_mvl/mxv + .byte W02 + .byte 57*bgm_tozan_mvl/mxv + .byte W04 + .byte 63*bgm_tozan_mvl/mxv + .byte W02 + .byte 68*bgm_tozan_mvl/mxv + .byte W04 + .byte 73*bgm_tozan_mvl/mxv + .byte W02 + .byte 75*bgm_tozan_mvl/mxv + .byte W10 +bgm_tozan_4_003: + .byte MOD , 1 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte N12 , As3 , v020 + .byte W96 + .byte PEND +bgm_tozan_4_004: + .byte W12 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Dn4 , v112 + .byte W03 + .byte N06 , Dn4 , v020 + .byte W09 + .byte N03 , Fn4 , v112 + .byte W03 + .byte Fn4 , v020 + .byte W03 + .byte Fs4 , v112 + .byte W03 + .byte N06 , Fs4 , v020 + .byte W09 + .byte N03 , Fs4 , v112 + .byte W03 + .byte Fs4 , v020 + .byte W03 + .byte N12 , Fn4 , v112 + .byte W12 + .byte Cs4 + .byte W12 + .byte PEND +bgm_tozan_4_005: + .byte N03 , Ds4 , v112 + .byte W03 + .byte Ds4 , v020 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte Ds4 , v020 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v020 + .byte W03 + .byte Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W03 + .byte VOICE , 56 + .byte PAN , c_v+32 + .byte VOL , 58*bgm_tozan_mvl/mxv + .byte W12 + .byte N03 , Bn3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N06 , As3 + .byte W06 + .byte As3 , v032 + .byte W06 + .byte Gn3 , v112 + .byte W06 + .byte N03 , As3 + .byte W06 + .byte PEND + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 74*bgm_tozan_mvl/mxv + .byte N03 , Gs3 + .byte W03 + .byte Gs3 , v020 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v020 + .byte W03 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Dn4 , v112 + .byte W03 + .byte N06 , Dn4 , v020 + .byte W06 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N24 , Fs4 + .byte W24 + .byte N12 , Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W12 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N60 , Gs4 + .byte W06 + .byte VOL , 67*bgm_tozan_mvl/mxv + .byte W02 + .byte 58*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v-16 + .byte W03 + .byte VOL , 46*bgm_tozan_mvl/mxv + .byte PAN , c_v-32 + .byte W02 + .byte VOL , 33*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v-48 + .byte W03 + .byte VOL , 29*bgm_tozan_mvl/mxv + .byte W03 + .byte 28*bgm_tozan_mvl/mxv + .byte W03 + .byte 29*bgm_tozan_mvl/mxv + .byte W02 + .byte 32*bgm_tozan_mvl/mxv + .byte W04 + .byte 35*bgm_tozan_mvl/mxv + .byte W02 + .byte 36*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 38*bgm_tozan_mvl/mxv + .byte PAN , c_v-32 + .byte W02 + .byte VOL , 42*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte VOL , 47*bgm_tozan_mvl/mxv + .byte PAN , c_v+16 + .byte W02 + .byte VOL , 49*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v+32 + .byte W03 + .byte VOL , 55*bgm_tozan_mvl/mxv + .byte PAN , c_v+48 + .byte W02 + .byte VOL , 63*bgm_tozan_mvl/mxv + .byte W04 + .byte 72*bgm_tozan_mvl/mxv + .byte W02 + .byte 52*bgm_tozan_mvl/mxv + .byte W01 + .byte 78*bgm_tozan_mvl/mxv + .byte W03 + .byte MOD , 1 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Ds3 , v020 + .byte W06 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v020 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v020 + .byte W09 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N06 , Gn2 , v020 + .byte W09 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v020 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte Ds3 , v020 + .byte W12 + .byte PATT + .word bgm_tozan_4_002 +bgm_tozan_4_006: + .byte PAN , c_v-5 + .byte TIE , As3 , v104 + .byte W12 + .byte PAN , c_v-23 + .byte W12 + .byte c_v-39 + .byte W12 + .byte c_v-53 + .byte W12 + .byte c_v-62 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte W02 + .byte 68*bgm_tozan_mvl/mxv + .byte W03 + .byte 63*bgm_tozan_mvl/mxv + .byte W03 + .byte 57*bgm_tozan_mvl/mxv + .byte W04 + .byte 54*bgm_tozan_mvl/mxv + .byte W02 + .byte 48*bgm_tozan_mvl/mxv + .byte W03 + .byte 44*bgm_tozan_mvl/mxv + .byte W03 + .byte 41*bgm_tozan_mvl/mxv + .byte W04 + .byte 37*bgm_tozan_mvl/mxv + .byte W02 + .byte 31*bgm_tozan_mvl/mxv + .byte W03 + .byte 27*bgm_tozan_mvl/mxv + .byte W03 + .byte 24*bgm_tozan_mvl/mxv + .byte W04 + .byte PAN , c_v-23 + .byte VOL , 22*bgm_tozan_mvl/mxv + .byte W02 + .byte 19*bgm_tozan_mvl/mxv + .byte W03 + .byte 17*bgm_tozan_mvl/mxv + .byte W03 + .byte 15*bgm_tozan_mvl/mxv + .byte W04 + .byte PEND +bgm_tozan_4_007: + .byte MOD , 3 + .byte PAN , c_v+48 + .byte W02 + .byte VOL , 22*bgm_tozan_mvl/mxv + .byte W03 + .byte 23*bgm_tozan_mvl/mxv + .byte W03 + .byte 28*bgm_tozan_mvl/mxv + .byte W04 + .byte PAN , c_v+63 + .byte VOL , 31*bgm_tozan_mvl/mxv + .byte W02 + .byte 37*bgm_tozan_mvl/mxv + .byte W03 + .byte 38*bgm_tozan_mvl/mxv + .byte W03 + .byte 45*bgm_tozan_mvl/mxv + .byte W04 + .byte 49*bgm_tozan_mvl/mxv + .byte W02 + .byte 56*bgm_tozan_mvl/mxv + .byte W03 + .byte 61*bgm_tozan_mvl/mxv + .byte W03 + .byte 66*bgm_tozan_mvl/mxv + .byte W04 + .byte 73*bgm_tozan_mvl/mxv + .byte W12 + .byte MOD , 7 + .byte PAN , c_v+62 + .byte W12 + .byte c_v+24 + .byte W12 + .byte PEND + .byte EOT , As3 + .byte MOD , 1 + .byte PAN , c_v-1 + .byte N24 , Cs4 , v112 + .byte W24 + .byte VOICE , 60 + .byte VOL , 58*bgm_tozan_mvl/mxv + .byte N60 , Ds4 + .byte W12 + .byte PAN , c_v+0 + .byte W05 + .byte c_v+9 + .byte W07 + .byte c_v+25 + .byte W05 + .byte c_v+41 + .byte W07 + .byte c_v+50 + .byte W05 + .byte c_v+63 + .byte W07 + .byte MOD , 7 + .byte W05 + .byte PAN , c_v+41 + .byte W07 + .byte MOD , 1 + .byte PAN , c_v+24 + .byte N06 , Cs4 + .byte W05 + .byte PAN , c_v+11 + .byte W01 + .byte N06 , Cs4 , v020 + .byte W06 + .byte PAN , c_v+2 + .byte W12 + .byte N06 , Gs3 , v112 + .byte W06 + .byte Gs3 , v020 + .byte W06 + .byte PAN , c_v-1 + .byte N96 , As3 , v112 + .byte W05 + .byte PAN , c_v-16 + .byte W07 + .byte c_v-32 + .byte W05 + .byte c_v-39 + .byte W07 + .byte c_v-48 + .byte W05 + .byte c_v-53 + .byte W07 + .byte c_v-58 + .byte W05 + .byte c_v-62 + .byte W30 + .byte W01 + .byte MOD , 7 + .byte PAN , c_v-53 + .byte W05 + .byte c_v-28 + .byte W07 + .byte c_v+0 + .byte W12 + .byte MOD , 1 + .byte N60 , Cs4 + .byte W24 + .byte PAN , c_v+2 + .byte W05 + .byte c_v+11 + .byte W07 + .byte c_v+24 + .byte W05 + .byte c_v+16 + .byte W07 + .byte MOD , 7 + .byte PAN , c_v+25 + .byte W05 + .byte c_v+32 + .byte W07 + .byte MOD , 1 + .byte PAN , c_v+54 + .byte N06 , Cs4 , v020 + .byte W05 + .byte PAN , c_v+63 + .byte W07 + .byte N06 , Bn3 , v112 + .byte W06 + .byte Bn3 , v020 + .byte W06 + .byte Cs4 , v112 + .byte W06 + .byte Bn3 + .byte W06 + .byte PAN , c_v+34 + .byte N06 , As3 + .byte W06 + .byte N03 , Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte N60 , Gs3 + .byte W21 + .byte PAN , c_v+32 + .byte W05 + .byte c_v+25 + .byte W06 + .byte c_v+20 + .byte W04 + .byte MOD , 7 + .byte PAN , c_v+16 + .byte W05 + .byte c_v+15 + .byte W03 + .byte c_v+9 + .byte W06 + .byte c_v+8 + .byte W03 + .byte c_v+6 + .byte W03 + .byte c_v+0 + .byte W04 + .byte MOD , 1 + .byte N06 , Gs3 , v020 + .byte W24 + .byte N36 , Fs3 , v112 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 1 + .byte N06 , Fn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte N24 , Gs3 + .byte W24 + .byte Ds3 + .byte W24 + .byte N36 , Gs3 + .byte W24 + .byte MOD , 7 + .byte W12 + .byte 1 + .byte N06 , Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N24 , As3 + .byte W24 + .byte N03 , Gs3 , v092 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 , v088 + .byte W03 + .byte Ds3 , v080 + .byte W03 + .byte Cs3 + .byte W03 + .byte Cn3 , v076 + .byte W03 + .byte As2 + .byte W06 + .byte VOICE , 56 + .byte VOL , 72*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , As3 , v112 + .byte W03 + .byte N06 , As3 , v020 + .byte W09 + .byte N03 , Fn3 , v112 + .byte W03 + .byte Fn3 , v020 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v020 + .byte W03 + .byte As3 , v112 + .byte W03 + .byte As3 , v020 + .byte W03 + .byte Dn4 , v112 + .byte W03 + .byte Dn4 , v020 + .byte W03 + .byte Fn4 , v112 + .byte W03 + .byte Fn4 , v020 + .byte W03 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte W06 + .byte N03 , As3 , v088 + .byte W03 + .byte An3 + .byte W03 + .byte N06 , Gs3 , v112 + .byte W06 + .byte Gs3 , v020 + .byte W06 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Dn4 , v112 + .byte W03 + .byte N06 , Dn4 , v020 + .byte W09 + .byte N03 , Fn4 , v112 + .byte W03 + .byte Fn4 , v020 + .byte W03 + .byte Fs4 , v112 + .byte W03 + .byte N06 , Fs4 , v020 + .byte W09 + .byte N03 , Fs4 , v112 + .byte W03 + .byte Fs4 , v020 + .byte W03 + .byte N12 , Fn4 , v112 + .byte W12 + .byte Cs4 + .byte W12 + .byte PATT + .word bgm_tozan_4_000 + .byte PATT + .word bgm_tozan_4_001 + .byte VOICE , 56 + .byte N06 , Dn4 , v112 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W12 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N60 , Gs4 + .byte W09 + .byte PAN , c_v-16 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-48 + .byte W21 + .byte MOD , 7 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte PAN , c_v-32 + .byte W02 + .byte VOL , 71*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W02 + .byte VOL , 70*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v+16 + .byte W02 + .byte VOL , 68*bgm_tozan_mvl/mxv + .byte W01 + .byte PAN , c_v+32 + .byte W03 + .byte VOL , 65*bgm_tozan_mvl/mxv + .byte PAN , c_v+48 + .byte W02 + .byte VOL , 61*bgm_tozan_mvl/mxv + .byte W03 + .byte 57*bgm_tozan_mvl/mxv + .byte W03 + .byte 52*bgm_tozan_mvl/mxv + .byte W04 + .byte VOICE , 60 + .byte MOD , 1 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Ds3 , v020 + .byte W06 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v020 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v020 + .byte W09 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N06 , Gn2 , v020 + .byte W09 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v020 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte N09 , Ds3 , v020 + .byte W12 + .byte PATT + .word bgm_tozan_4_002 + .byte N96 , As3 , v112 + .byte W03 + .byte VOL , 69*bgm_tozan_mvl/mxv + .byte W03 + .byte 58*bgm_tozan_mvl/mxv + .byte W02 + .byte 46*bgm_tozan_mvl/mxv + .byte W04 + .byte 39*bgm_tozan_mvl/mxv + .byte W02 + .byte 31*bgm_tozan_mvl/mxv + .byte W04 + .byte 26*bgm_tozan_mvl/mxv + .byte W02 + .byte 22*bgm_tozan_mvl/mxv + .byte W04 + .byte 19*bgm_tozan_mvl/mxv + .byte W02 + .byte 20*bgm_tozan_mvl/mxv + .byte W04 + .byte 22*bgm_tozan_mvl/mxv + .byte W02 + .byte 23*bgm_tozan_mvl/mxv + .byte W04 + .byte 24*bgm_tozan_mvl/mxv + .byte W02 + .byte 23*bgm_tozan_mvl/mxv + .byte W06 + .byte 24*bgm_tozan_mvl/mxv + .byte W06 + .byte 26*bgm_tozan_mvl/mxv + .byte W04 + .byte 28*bgm_tozan_mvl/mxv + .byte W02 + .byte 29*bgm_tozan_mvl/mxv + .byte W04 + .byte 33*bgm_tozan_mvl/mxv + .byte W02 + .byte 35*bgm_tozan_mvl/mxv + .byte W04 + .byte 38*bgm_tozan_mvl/mxv + .byte W02 + .byte 40*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 7 + .byte VOL , 43*bgm_tozan_mvl/mxv + .byte W02 + .byte 46*bgm_tozan_mvl/mxv + .byte W04 + .byte 49*bgm_tozan_mvl/mxv + .byte W02 + .byte 55*bgm_tozan_mvl/mxv + .byte W04 + .byte 61*bgm_tozan_mvl/mxv + .byte W02 + .byte 66*bgm_tozan_mvl/mxv + .byte W04 + .byte 71*bgm_tozan_mvl/mxv + .byte W02 + .byte 73*bgm_tozan_mvl/mxv + .byte W01 + .byte 76*bgm_tozan_mvl/mxv + .byte W03 + .byte PATT + .word bgm_tozan_4_003 + .byte PATT + .word bgm_tozan_4_004 + .byte PATT + .word bgm_tozan_4_005 + .byte VOICE , 60 + .byte PAN , c_v+0 + .byte VOL , 73*bgm_tozan_mvl/mxv + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v020 + .byte W03 + .byte Gs3 , v112 + .byte W03 + .byte Gs3 , v020 + .byte W03 + .byte N06 , Fs4 , v112 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Dn4 , v112 + .byte W03 + .byte N06 , Dn4 , v020 + .byte W06 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N24 , Fs4 + .byte W24 + .byte N12 , Fn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte N06 , Dn4 + .byte W06 + .byte N03 , Ds4 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W09 + .byte N03 , Ds4 , v112 + .byte W03 + .byte N06 , Ds4 , v020 + .byte W12 + .byte N03 , Gn4 , v112 + .byte W03 + .byte N60 , Gs4 + .byte W09 + .byte PAN , c_v-16 + .byte W03 + .byte c_v-32 + .byte W03 + .byte c_v-48 + .byte W21 + .byte MOD , 7 + .byte PAN , c_v+21 + .byte W03 + .byte c_v+26 + .byte W03 + .byte c_v+36 + .byte W03 + .byte c_v+48 + .byte W03 + .byte c_v+48 + .byte W12 + .byte MOD , 1 + .byte PAN , c_v+0 + .byte N06 , Ds4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Ds3 , v020 + .byte W06 + .byte N03 , Cs3 , v112 + .byte W03 + .byte N06 , Cs3 , v020 + .byte W09 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v020 + .byte W09 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N06 , Gn2 , v020 + .byte W09 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v020 + .byte W03 + .byte N06 , Dn3 , v112 + .byte W06 + .byte Ds3 + .byte W06 + .byte Ds3 , v020 + .byte W12 + .byte PATT + .word bgm_tozan_4_002 + .byte PATT + .word bgm_tozan_4_006 + .byte PATT + .word bgm_tozan_4_007 + .byte EOT , As3 + .byte MOD , 1 + .byte PAN , c_v+0 + .byte N24 , Cs4 , v112 + .byte W24 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte N03 + .byte W06 + .byte Ds4 + .byte W12 + .byte N06 + .byte W06 + .byte N24 , Dn4 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte 0 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte VOICE , 56 + .byte N03 + .byte W06 + .byte Ds4 + .byte W12 + .byte N06 + .byte W06 + .byte N24 , Fs4 + .byte W15 + .byte MOD , 6 + .byte W09 + .byte VOICE , 60 + .byte MOD , 0 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte VOICE , 56 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N12 , Ds4 + .byte W12 + .byte N06 , Dn4 + .byte W12 + .byte VOICE , 60 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte VOICE , 56 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tozan_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_tozan_5: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 48 + .byte PAN , c_v+0 + .byte VOL , 48*bgm_tozan_mvl/mxv + .byte LFOS , 44 + .byte W96 + .byte W96 +bgm_tozan_5_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte VOL , 48*bgm_tozan_mvl/mxv + .byte N04 , Bn2 , v112 + .byte W04 + .byte Ds3 , v084 + .byte W04 + .byte Fs3 + .byte W04 + .byte As3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Ds3 , v084 + .byte W04 + .byte Fs3 + .byte W04 + .byte As3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Ds3 , v084 + .byte W04 + .byte Fs3 + .byte W04 + .byte As3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Bn2 , v112 + .byte W04 + .byte Ds3 , v084 + .byte W04 + .byte Fs3 + .byte W04 + .byte As3 + .byte W04 + .byte Fs3 + .byte W04 + .byte Ds3 + .byte W04 + .byte PAN , c_v-16 + .byte N04 , As2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte PAN , c_v-32 + .byte N04 , As2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte PAN , c_v-48 + .byte N04 , As2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte PAN , c_v-62 + .byte N04 , As2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte Fn3 + .byte W04 + .byte Gs3 + .byte W04 + .byte Fn3 + .byte W04 + .byte Cs3 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , An2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte En3 + .byte W04 + .byte Gs3 + .byte W04 + .byte En3 + .byte W04 + .byte Cs3 + .byte W04 + .byte An2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte En3 + .byte W04 + .byte Gs3 + .byte W04 + .byte En3 + .byte W04 + .byte Cs3 + .byte W04 + .byte An2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte En3 + .byte W04 + .byte Gs3 + .byte W04 + .byte En3 + .byte W04 + .byte Cs3 + .byte W04 + .byte An2 , v112 + .byte W04 + .byte Cs3 , v084 + .byte W04 + .byte En3 + .byte W04 + .byte Gs3 + .byte W04 + .byte En3 + .byte W04 + .byte Cs3 + .byte W04 + .byte PAN , c_v+16 + .byte N04 , Gs2 , v112 + .byte W04 + .byte Cn3 , v084 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte PAN , c_v+32 + .byte N04 , Gs2 , v112 + .byte W04 + .byte Cn3 , v084 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte PAN , c_v+48 + .byte N04 , Gs2 , v112 + .byte W04 + .byte Cn3 , v084 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte PAN , c_v+63 + .byte N04 , Gs2 , v112 + .byte W04 + .byte Cn3 , v084 + .byte W04 + .byte Ds3 + .byte W04 + .byte Gn3 + .byte W04 + .byte Ds3 + .byte W04 + .byte Cn3 + .byte W04 + .byte PAN , c_v+0 + .byte N36 , As2 , v112 + .byte W36 + .byte N06 , Gs2 + .byte W06 + .byte As2 + .byte W06 + .byte N24 , Cn3 + .byte W24 + .byte N06 , Gs2 + .byte W06 + .byte As2 + .byte W06 + .byte Cn3 + .byte W06 + .byte Cs3 + .byte W06 + .byte N36 , En3 + .byte W36 + .byte N06 , Ds3 + .byte W06 + .byte En3 + .byte W06 + .byte N24 , Fn3 + .byte W48 + .byte W48 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tozan_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_tozan_6: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 87 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 12 + .byte PAN , c_v+0 + .byte BENDR , 12 + .byte VOL , 39*bgm_tozan_mvl/mxv + .byte N12 , Ds2 , v112 + .byte W48 + .byte As1 + .byte W36 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N09 , Ds2 + .byte W24 + .byte As1 + .byte W24 + .byte Ds1 + .byte W36 + .byte N06 , Gn1 + .byte W06 + .byte As1 + .byte W06 +bgm_tozan_6_B1: + .byte VOICE , 81 + .byte PAN , c_v+0 + .byte VOL , 39*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , As2 , v088 + .byte W03 + .byte An2 + .byte W03 + .byte N06 , Gs2 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte Cs3 + .byte W09 + .byte N03 , Fn3 + .byte W03 +bgm_tozan_6_000: + .byte PAN , c_v-64 + .byte N03 , Fs3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Bn2 , v068 + .byte W03 + .byte Dn3 + .byte W03 + .byte N06 , Fn3 , v112 + .byte W12 + .byte Cs3 + .byte W06 + .byte N03 , Fn3 + .byte W06 + .byte PEND +bgm_tozan_6_001: + .byte PAN , c_v+0 + .byte W12 + .byte N03 , Gs2 , v112 + .byte W12 + .byte Ds3 + .byte W12 + .byte Dn3 + .byte W09 + .byte Gn3 + .byte W03 + .byte N24 , Fs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte PEND + .byte N06 , Dn3 + .byte W06 + .byte N03 , Ds3 + .byte W12 + .byte N03 + .byte W15 + .byte Gn3 + .byte W03 + .byte N60 , Gs3 + .byte W18 + .byte VOL , 32*bgm_tozan_mvl/mxv + .byte W02 + .byte 24*bgm_tozan_mvl/mxv + .byte W04 + .byte 20*bgm_tozan_mvl/mxv + .byte W02 + .byte 15*bgm_tozan_mvl/mxv + .byte W03 + .byte 14*bgm_tozan_mvl/mxv + .byte W03 + .byte 19*bgm_tozan_mvl/mxv + .byte W04 + .byte MOD , 8 + .byte VOL , 23*bgm_tozan_mvl/mxv + .byte W02 + .byte 33*bgm_tozan_mvl/mxv + .byte W03 + .byte 36*bgm_tozan_mvl/mxv + .byte W03 + .byte 43*bgm_tozan_mvl/mxv + .byte W04 + .byte 47*bgm_tozan_mvl/mxv + .byte W02 + .byte 47*bgm_tozan_mvl/mxv + .byte W01 + .byte 55*bgm_tozan_mvl/mxv + .byte W03 + .byte 57*bgm_tozan_mvl/mxv + .byte W03 + .byte 60*bgm_tozan_mvl/mxv + .byte W03 + .byte MOD , 0 + .byte VOL , 38*bgm_tozan_mvl/mxv + .byte N06 , Ds3 + .byte W06 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Ds2 + .byte W12 + .byte N03 , Cs2 + .byte W12 + .byte As1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W06 + .byte N06 , Dn2 + .byte W06 + .byte Ds2 + .byte W18 + .byte W96 + .byte W96 + .byte W96 +bgm_tozan_6_002: + .byte W12 + .byte N06 , Fs3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 , Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte Cs3 + .byte W09 + .byte N03 , Fn3 + .byte W03 + .byte PEND + .byte PATT + .word bgm_tozan_6_000 +bgm_tozan_6_003: + .byte PAN , c_v+0 + .byte N03 , Gs2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 , Ds3 + .byte W12 + .byte Dn3 + .byte W09 + .byte Gn3 + .byte W03 + .byte N24 , Fs3 + .byte W24 + .byte N12 , Fn3 + .byte W12 + .byte Cs3 + .byte W12 + .byte PEND +bgm_tozan_6_004: + .byte N06 , Dn3 , v112 + .byte W06 + .byte N03 , Ds3 + .byte W12 + .byte N03 + .byte W15 + .byte Gn3 + .byte W03 + .byte N60 , Gs3 + .byte W36 + .byte MOD , 8 + .byte W24 + .byte PEND +bgm_tozan_6_005: + .byte MOD , 0 + .byte N06 , Ds3 , v112 + .byte W06 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte Ds2 + .byte W12 + .byte N03 , Cs2 + .byte W12 + .byte As1 + .byte W12 + .byte Gn1 + .byte W12 + .byte Ds1 + .byte W06 + .byte N06 , Dn2 + .byte W06 + .byte Ds2 + .byte W18 + .byte PEND + .byte W96 + .byte W96 +bgm_tozan_6_006: + .byte VOICE , 60 + .byte W24 + .byte N48 , As2 , v112 + .byte W72 + .byte PEND + .byte VOICE , 81 + .byte VOL , 43*bgm_tozan_mvl/mxv + .byte PAN , c_v-63 + .byte N06 , As3 + .byte W06 + .byte N03 , Gs3 , v076 + .byte W03 + .byte Gn3 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cs3 + .byte W78 + .byte W48 + .byte Cs3 , v112 + .byte W06 + .byte N06 , Fn3 + .byte W12 + .byte N03 , As2 + .byte W06 + .byte N06 , Fn3 + .byte W06 + .byte N03 , Ds3 , v076 + .byte W03 + .byte Cs3 + .byte W03 + .byte Cn3 + .byte W03 + .byte As2 + .byte W09 + .byte En3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W54 + .byte W48 + .byte Ds3 + .byte W06 + .byte N06 , Gs3 + .byte W12 + .byte N03 , Ds3 + .byte W06 + .byte N06 , Gs3 + .byte W06 + .byte N03 , Gn3 , v076 + .byte W03 + .byte Fn3 + .byte W03 + .byte Ds3 + .byte W03 + .byte Cs3 + .byte W09 + .byte W96 + .byte W48 + .byte Fn3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte W06 + .byte Dn3 + .byte W12 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte As2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte PAN , c_v+0 + .byte VOL , 49*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , As2 , v088 + .byte W03 + .byte An2 + .byte W03 + .byte N06 , Gs2 , v112 + .byte W12 + .byte N03 , Ds3 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fn3 + .byte W06 + .byte Fs3 + .byte W12 + .byte N03 + .byte W06 + .byte N12 , Fn3 + .byte W12 + .byte Cs3 + .byte W09 + .byte N03 , Fn3 + .byte W03 + .byte PATT + .word bgm_tozan_6_000 + .byte PATT + .word bgm_tozan_6_001 + .byte PATT + .word bgm_tozan_6_004 + .byte PATT + .word bgm_tozan_6_005 + .byte W96 + .byte W96 + .byte W96 + .byte PATT + .word bgm_tozan_6_002 + .byte PATT + .word bgm_tozan_6_000 + .byte PATT + .word bgm_tozan_6_003 + .byte PATT + .word bgm_tozan_6_004 + .byte PATT + .word bgm_tozan_6_005 + .byte W96 + .byte W96 + .byte PATT + .word bgm_tozan_6_006 + .byte N03 , Gs2 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte VOICE , 60 + .byte N03 + .byte W06 + .byte Ds3 + .byte W12 + .byte N06 + .byte W06 + .byte N24 , Dn3 + .byte W24 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte VOICE , 56 + .byte N03 + .byte W06 + .byte Ds3 + .byte W12 + .byte N06 + .byte W06 + .byte N24 , Fs3 + .byte W24 + .byte VOICE , 60 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte VOICE , 56 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N12 , Ds3 + .byte W12 + .byte N06 , Dn3 + .byte W12 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Fs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N03 , Gs2 + .byte W06 + .byte N03 + .byte W06 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tozan_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_tozan_7: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 49*bgm_tozan_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N24 , Ds1 , v112 + .byte W03 + .byte BEND , c_v+0 + .byte W09 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , As1 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Gn1 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte 0 + .byte N24 , Cs2 + .byte W12 + .byte MOD , 6 + .byte W12 + .byte VOICE , 83 + .byte PAN , c_v+0 + .byte VOL , 14*bgm_tozan_mvl/mxv + .byte MOD , 0 + .byte N72 , Ds4 + .byte W02 + .byte VOL , 18*bgm_tozan_mvl/mxv + .byte W03 + .byte 21*bgm_tozan_mvl/mxv + .byte W03 + .byte 24*bgm_tozan_mvl/mxv + .byte W04 + .byte 26*bgm_tozan_mvl/mxv + .byte W02 + .byte 29*bgm_tozan_mvl/mxv + .byte W03 + .byte 33*bgm_tozan_mvl/mxv + .byte W03 + .byte 36*bgm_tozan_mvl/mxv + .byte W04 + .byte 38*bgm_tozan_mvl/mxv + .byte MOD , 4 + .byte W02 + .byte VOL , 41*bgm_tozan_mvl/mxv + .byte W03 + .byte 46*bgm_tozan_mvl/mxv + .byte W03 + .byte 47*bgm_tozan_mvl/mxv + .byte W04 + .byte 50*bgm_tozan_mvl/mxv + .byte W02 + .byte 54*bgm_tozan_mvl/mxv + .byte W03 + .byte 56*bgm_tozan_mvl/mxv + .byte W03 + .byte 61*bgm_tozan_mvl/mxv + .byte W04 + .byte 65*bgm_tozan_mvl/mxv + .byte MOD , 8 + .byte W02 + .byte VOL , 71*bgm_tozan_mvl/mxv + .byte W03 + .byte 71*bgm_tozan_mvl/mxv + .byte W03 + .byte 61*bgm_tozan_mvl/mxv + .byte W01 + .byte 74*bgm_tozan_mvl/mxv + .byte W15 + .byte MOD , 1 + .byte VOL , 63*bgm_tozan_mvl/mxv + .byte N03 , Cs4 , v088 + .byte W03 + .byte As3 + .byte W03 + .byte Gn3 , v084 + .byte W03 + .byte Ds3 , v080 + .byte W03 + .byte Cs3 , v072 + .byte W03 + .byte As2 , v068 + .byte W03 + .byte Gn2 , v064 + .byte W03 + .byte Ds2 , v060 + .byte W03 +bgm_tozan_7_B1: + .byte VOICE , 88 + .byte PAN , c_v-63 + .byte VOL , 58*bgm_tozan_mvl/mxv + .byte N18 , Gs1 , v112 + .byte W18 + .byte N03 , Ds2 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Bn2 , v112 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N06 , Ds2 + .byte W06 + .byte Ds2 , v036 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 +bgm_tozan_7_000: + .byte PAN , c_v-63 + .byte N18 , Gs1 , v112 + .byte W18 + .byte N03 , Ds2 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Bn2 , v112 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Ds2 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v036 + .byte W03 + .byte PAN , c_v+0 + .byte N12 , Bn1 , v112 + .byte W12 + .byte PEND +bgm_tozan_7_001: + .byte PAN , c_v-63 + .byte N18 , Gs1 , v112 + .byte W18 + .byte N03 , Ds2 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Bn2 , v112 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N06 , Ds2 + .byte W06 + .byte Ds2 , v036 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte PEND +bgm_tozan_7_002: + .byte PAN , c_v-63 + .byte N18 , Gs1 , v112 + .byte W18 + .byte N03 , Ds2 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Bn2 , v112 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N03 , Ds2 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte Cs2 , v112 + .byte W03 + .byte Cs2 , v036 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , As1 , v112 + .byte W03 + .byte As1 , v036 + .byte W03 + .byte Gn1 , v112 + .byte W03 + .byte Gn1 , v036 + .byte W03 + .byte PEND +bgm_tozan_7_003: + .byte PAN , c_v-63 + .byte N18 , Ds1 , v112 + .byte W18 + .byte N03 , As1 + .byte W03 + .byte N06 , As1 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N06 , As1 + .byte W06 + .byte As1 , v036 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte PEND +bgm_tozan_7_004: + .byte PAN , c_v-63 + .byte N18 , Ds1 , v112 + .byte W18 + .byte N03 , As1 + .byte W03 + .byte N06 , As1 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N03 , As1 + .byte W03 + .byte As1 , v036 + .byte W03 + .byte Ds2 , v112 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte PAN , c_v+0 + .byte N12 , Gn1 , v112 + .byte W12 + .byte PEND + .byte PATT + .word bgm_tozan_7_003 +bgm_tozan_7_005: + .byte PAN , c_v-63 + .byte N18 , Ds1 , v112 + .byte W18 + .byte N03 , As1 + .byte W03 + .byte N06 , As1 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N03 , Gn1 + .byte W03 + .byte Gn1 , v036 + .byte W03 + .byte Cs2 , v112 + .byte W03 + .byte Cs2 , v036 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Ds2 , v072 + .byte W03 + .byte Gn2 , v080 + .byte W03 + .byte As2 , v096 + .byte W03 + .byte Cs3 , v104 + .byte W03 + .byte PEND + .byte PATT + .word bgm_tozan_7_001 + .byte PATT + .word bgm_tozan_7_000 + .byte PAN , c_v-63 + .byte N18 , Gs1 , v112 + .byte W18 + .byte N03 , Ds2 + .byte W03 + .byte Ds2 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Bn2 , v112 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N06 , Ds2 + .byte W06 + .byte Ds2 , v036 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte PATT + .word bgm_tozan_7_002 + .byte PATT + .word bgm_tozan_7_003 + .byte PATT + .word bgm_tozan_7_004 + .byte PATT + .word bgm_tozan_7_003 +bgm_tozan_7_006: + .byte PAN , c_v-63 + .byte N18 , Ds1 , v112 + .byte W18 + .byte N03 , As1 + .byte W03 + .byte N06 , As1 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N03 , Gn1 + .byte W03 + .byte Gn1 , v036 + .byte W03 + .byte Cs2 , v112 + .byte W03 + .byte Cs2 , v036 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Ds2 , v112 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte Gn2 , v112 + .byte W03 + .byte Gn2 , v036 + .byte W03 + .byte PEND + .byte VOICE , 80 + .byte N08 , Bn1 , v112 + .byte W08 + .byte Fs1 + .byte W10 + .byte N03 , Fs2 + .byte W03 + .byte N06 , Fs2 , v036 + .byte W15 + .byte N03 , As2 , v112 + .byte W03 + .byte N06 , As2 , v036 + .byte W15 + .byte N03 , As2 , v112 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte N12 , Ds2 , v112 + .byte W12 + .byte N06 , Fs2 + .byte W06 + .byte Fs2 , v036 + .byte W06 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte N08 , As1 , v112 + .byte W08 + .byte Fn1 + .byte W10 + .byte N03 , Fn2 + .byte W03 + .byte N06 , Fn2 , v036 + .byte W15 + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W15 + .byte N03 , Gs2 , v112 + .byte W03 + .byte Gs2 , v036 + .byte W03 + .byte N12 , Cs2 , v112 + .byte W12 + .byte N03 , Fn2 + .byte W03 + .byte Fn2 , v036 + .byte W03 + .byte Gs2 , v112 + .byte W03 + .byte Gs2 , v036 + .byte W03 + .byte N12 , As1 , v112 + .byte W12 + .byte N08 , An1 + .byte W08 + .byte En1 + .byte W10 + .byte N03 , En2 + .byte W03 + .byte N06 , En2 , v036 + .byte W15 + .byte N03 , Gs2 , v112 + .byte W03 + .byte N06 , Gs2 , v036 + .byte W15 + .byte N03 , Gs2 , v112 + .byte W03 + .byte Gs2 , v036 + .byte W03 + .byte N12 , Cs2 , v112 + .byte W12 + .byte N06 , En2 + .byte W06 + .byte En2 , v036 + .byte W06 + .byte An1 , v112 + .byte W06 + .byte An1 , v036 + .byte W06 + .byte N08 , Gs1 , v112 + .byte W08 + .byte Ds1 + .byte W10 + .byte N03 , Ds2 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W15 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N06 , Gn2 , v036 + .byte W15 + .byte N03 , Gn2 , v112 + .byte W03 + .byte Gn2 , v036 + .byte W03 + .byte N12 , Cn2 , v112 + .byte W12 + .byte N03 , Ds2 + .byte W03 + .byte Ds2 , v036 + .byte W03 + .byte Gn2 , v112 + .byte W03 + .byte Gn2 , v036 + .byte W03 + .byte N12 , Gs1 , v112 + .byte W12 + .byte N18 , Fs1 + .byte W18 + .byte N06 , As1 + .byte W06 + .byte As1 , v036 + .byte W12 + .byte Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte Fn1 , v112 + .byte W06 + .byte Gs1 + .byte W06 + .byte Cn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Ds2 , v036 + .byte W06 + .byte Fn2 , v112 + .byte W06 + .byte Fn2 , v036 + .byte W06 + .byte Gn2 , v112 + .byte W06 + .byte N18 , En1 + .byte W18 + .byte N06 , Bn1 + .byte W06 + .byte Bn1 , v036 + .byte W12 + .byte Ds2 , v112 + .byte W06 + .byte Ds2 , v036 + .byte W06 + .byte Dn1 , v112 + .byte W06 + .byte Fn1 + .byte W06 + .byte Gs1 + .byte W06 + .byte As1 + .byte W06 + .byte Dn2 + .byte W06 + .byte Fn2 + .byte W06 + .byte Gs2 + .byte W06 + .byte As2 + .byte W06 + .byte As2 , v036 + .byte W06 + .byte N03 , Dn2 , v112 + .byte W03 + .byte N06 , Dn2 , v036 + .byte W09 + .byte N03 , Dn2 , v112 + .byte W06 + .byte N03 + .byte W03 + .byte Dn2 , v036 + .byte W03 + .byte As2 , v112 + .byte W03 + .byte As2 , v036 + .byte W03 + .byte Dn2 , v112 + .byte W03 + .byte Dn2 , v036 + .byte W03 + .byte An1 , v112 + .byte W03 + .byte An1 , v036 + .byte W03 + .byte PAN , c_v-63 + .byte VOL , 58*bgm_tozan_mvl/mxv + .byte N18 , Gs1 , v112 + .byte W18 + .byte N03 , Ds2 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Bn2 , v112 + .byte W03 + .byte N06 , Bn2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Bn2 , v112 + .byte W03 + .byte Bn2 , v036 + .byte W03 + .byte N12 , Bn1 , v112 + .byte W12 + .byte N06 , Ds2 + .byte W06 + .byte Ds2 , v036 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Cs2 , v112 + .byte W06 + .byte Cs2 , v036 + .byte W06 + .byte PATT + .word bgm_tozan_7_000 + .byte PATT + .word bgm_tozan_7_001 + .byte PATT + .word bgm_tozan_7_002 + .byte PATT + .word bgm_tozan_7_003 + .byte PATT + .word bgm_tozan_7_004 + .byte PATT + .word bgm_tozan_7_003 + .byte PATT + .word bgm_tozan_7_005 + .byte PATT + .word bgm_tozan_7_001 + .byte PATT + .word bgm_tozan_7_000 + .byte PATT + .word bgm_tozan_7_001 + .byte PATT + .word bgm_tozan_7_002 + .byte PAN , c_v-63 + .byte N18 , Ds1 , v112 + .byte W18 + .byte N03 , As1 + .byte W03 + .byte N06 , As1 , v036 + .byte W15 + .byte PAN , c_v+0 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W09 + .byte PAN , c_v+63 + .byte W06 + .byte N03 , Ds2 , v112 + .byte W03 + .byte N06 , Ds2 , v036 + .byte W03 + .byte N12 , Ds1 , v112 + .byte W12 + .byte N06 , As1 + .byte W06 + .byte As1 , v036 + .byte W06 + .byte PAN , c_v+0 + .byte N06 , Gn1 , v112 + .byte W06 + .byte Gn1 , v036 + .byte W06 + .byte PATT + .word bgm_tozan_7_004 + .byte PATT + .word bgm_tozan_7_003 + .byte PATT + .word bgm_tozan_7_006 + .byte VOICE , 88 + .byte PAN , c_v+0 + .byte N12 , Gs2 , v112 + .byte W12 + .byte Gs1 + .byte W12 + .byte N06 , Gs1 , v036 + .byte W12 + .byte N01 , Gs1 , v048 + .byte W06 + .byte Gs1 , v060 + .byte W06 + .byte Gs1 , v072 + .byte W06 + .byte Gs1 , v084 + .byte W06 + .byte Gs1 , v096 + .byte W06 + .byte Gs1 , v104 + .byte W06 + .byte Gs1 , v112 + .byte W03 + .byte N03 , Bn1 , v096 + .byte W03 + .byte Cs2 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 , v112 + .byte W03 + .byte N12 , Gs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte N06 , Gs1 , v036 + .byte W12 + .byte N01 , Gs1 , v048 + .byte W06 + .byte Gs1 , v060 + .byte W06 + .byte Gs1 , v072 + .byte W06 + .byte Gs1 , v084 + .byte W06 + .byte Gs1 , v096 + .byte W06 + .byte Gs1 , v104 + .byte W06 + .byte Gs1 , v112 + .byte W06 + .byte N03 , Cs2 , v096 + .byte W03 + .byte Dn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte En2 + .byte W03 + .byte Fn2 + .byte W03 + .byte Gn2 , v112 + .byte W03 + .byte N12 , Gs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte N06 , Gs1 , v036 + .byte W12 + .byte N03 , Gs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Gs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte N06 , Gs1 , v036 + .byte W12 + .byte N03 , Gs1 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N12 , Gs2 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte N12 , Gs2 , v112 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte N12 , Gs2 , v112 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte Gs1 , v036 + .byte W03 + .byte N03 , Gn2 , v112 + .byte W03 + .byte N12 , Gs2 + .byte W12 + .byte N06 , Gs1 + .byte W06 + .byte Gs1 , v036 + .byte W06 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tozan_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_tozan_8: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 63*bgm_tozan_mvl/mxv + .byte N06 , En1 , v112 + .byte N72 , An2 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte N03 , En1 , v064 + .byte W03 + .byte En1 , v020 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N06 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte En1 , v088 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte En1 , v080 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 +bgm_tozan_8_B1: + .byte N48 , An2 , v112 + .byte W48 + .byte N03 , Fs1 + .byte W06 + .byte Fs1 , v064 + .byte W12 + .byte Fs1 , v084 + .byte W06 + .byte N06 , Dn1 , v112 + .byte W12 + .byte N12 , As1 , v064 + .byte W12 +bgm_tozan_8_000: + .byte N06 , Dn1 , v112 + .byte W06 + .byte Dn1 , v076 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte En1 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte PEND +bgm_tozan_8_001: + .byte N06 , Cn1 , v124 + .byte W18 + .byte Cn1 , v112 + .byte W18 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Dn1 + .byte W12 + .byte PEND + .byte En1 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W21 + .byte N03 , En1 , v080 + .byte W03 + .byte N06 , En1 , v127 + .byte W12 + .byte Dn1 , v096 + .byte W12 +bgm_tozan_8_002: + .byte N48 , An2 , v112 + .byte W48 + .byte N03 , Fs1 + .byte W06 + .byte Fs1 , v072 + .byte W06 + .byte N12 , As1 , v064 + .byte W12 + .byte N06 , En1 , v112 + .byte W12 + .byte N03 , Cn1 + .byte W06 + .byte N03 + .byte W06 + .byte PEND +bgm_tozan_8_003: + .byte N06 , Cn1 , v124 + .byte W18 + .byte Cn1 , v112 + .byte W18 + .byte N06 + .byte W24 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , En1 + .byte W12 + .byte Dn1 , v096 + .byte W12 + .byte PEND +bgm_tozan_8_004: + .byte N06 , Cn1 , v124 + .byte W18 + .byte Cn1 , v112 + .byte W18 + .byte N06 + .byte W18 + .byte N06 + .byte W06 + .byte N06 + .byte W12 + .byte Dn1 + .byte W12 + .byte En1 + .byte W12 + .byte PEND + .byte N48 , An2 + .byte W48 + .byte N03 , Fs1 + .byte W06 + .byte Fs1 , v076 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 , v116 + .byte W06 + .byte Cn1 , v092 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v112 + .byte W06 +bgm_tozan_8_005: + .byte N48 , An2 , v112 + .byte W48 + .byte N03 , Fs1 + .byte W06 + .byte Fs1 , v064 + .byte W12 + .byte Fs1 , v116 + .byte W06 + .byte N06 , Dn1 , v112 + .byte W24 + .byte PEND + .byte PATT + .word bgm_tozan_8_000 + .byte PATT + .word bgm_tozan_8_001 + .byte N06 , En1 , v120 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W21 + .byte N03 , En1 , v084 + .byte W03 + .byte N06 , En1 , v127 + .byte W12 + .byte Dn1 , v096 + .byte W12 + .byte PATT + .word bgm_tozan_8_002 + .byte PATT + .word bgm_tozan_8_001 + .byte PATT + .word bgm_tozan_8_004 + .byte W48 + .byte N03 , Fs1 , v112 + .byte W06 + .byte Fs1 , v076 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 , v116 + .byte W06 + .byte Cn1 , v092 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte VOL , 70*bgm_tozan_mvl/mxv + .byte N48 , An2 + .byte W48 + .byte N06 , Cn1 , v048 + .byte W06 + .byte Dn1 , v040 + .byte W06 + .byte Cn1 , v064 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v080 + .byte W12 + .byte N12 , As1 , v064 + .byte W12 + .byte N04 , Cn1 , v112 + .byte W08 + .byte Cn1 , v068 + .byte W08 + .byte Cn1 , v076 + .byte W05 + .byte N03 , En1 , v048 + .byte W03 + .byte N06 , En1 , v100 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N03 , Fs1 , v064 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte N06 , Cn1 , v104 + .byte W12 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v108 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cn1 , v076 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Dn1 , v088 + .byte W06 + .byte Dn1 , v068 + .byte W06 + .byte Cn1 , v112 + .byte W08 + .byte N04 , Cn1 , v068 + .byte W08 + .byte Cn1 , v076 + .byte W02 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v108 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte N12 , As1 , v064 + .byte W12 + .byte N06 , Cn1 , v112 + .byte W18 + .byte N03 , En1 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte Cn1 + .byte W06 + .byte Dn1 , v080 + .byte W06 + .byte Cn1 , v112 + .byte W06 + .byte Dn1 + .byte W06 + .byte Cn1 + .byte W06 + .byte N03 , En1 , v044 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte W12 + .byte En1 , v108 + .byte W12 + .byte Cn1 , v112 + .byte W06 + .byte En1 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 , v116 + .byte W06 + .byte Cn1 , v108 + .byte W06 + .byte En1 , v124 + .byte W12 + .byte Cn1 , v112 + .byte W12 + .byte En1 + .byte W06 + .byte N03 , En1 , v068 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v088 + .byte W06 + .byte En1 , v096 + .byte W06 + .byte En1 , v104 + .byte W06 + .byte En1 , v116 + .byte W06 + .byte VOL , 39*bgm_tozan_mvl/mxv + .byte W06 + .byte N03 , Gs1 , v112 + .byte W12 + .byte Gs1 , v076 + .byte W06 + .byte Gs1 , v112 + .byte W06 + .byte Gs1 , v076 + .byte W06 + .byte N12 , As1 , v072 + .byte W12 + .byte VOL , 70*bgm_tozan_mvl/mxv + .byte N48 , An2 , v112 + .byte W48 + .byte N03 , Fs1 + .byte W06 + .byte Fs1 , v064 + .byte W12 + .byte Fs1 , v084 + .byte W06 + .byte N06 , Dn1 , v112 + .byte W12 + .byte N12 , As1 , v064 + .byte W12 + .byte PATT + .word bgm_tozan_8_000 + .byte PATT + .word bgm_tozan_8_001 + .byte N06 , En1 , v112 + .byte W06 + .byte N06 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W21 + .byte N03 , En1 , v072 + .byte W03 + .byte N06 , En1 , v116 + .byte W12 + .byte Dn1 , v096 + .byte W12 + .byte PATT + .word bgm_tozan_8_002 + .byte PATT + .word bgm_tozan_8_003 + .byte PATT + .word bgm_tozan_8_004 + .byte N48 , An2 , v112 + .byte W48 + .byte N03 , Fs1 + .byte W06 + .byte Fs1 , v076 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 , v120 + .byte W06 + .byte Cn1 , v092 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte PATT + .word bgm_tozan_8_005 + .byte N06 , Dn1 , v120 + .byte W06 + .byte Dn1 , v076 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Dn1 , v112 + .byte W06 + .byte Dn1 , v072 + .byte W06 + .byte Dn1 , v112 + .byte W12 + .byte En1 , v084 + .byte W12 + .byte Dn1 , v112 + .byte W12 + .byte En1 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte PATT + .word bgm_tozan_8_001 + .byte N06 , En1 , v120 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte Cn1 + .byte W12 + .byte En1 + .byte W12 + .byte Cn1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W21 + .byte N03 , En1 , v072 + .byte W03 + .byte N06 , En1 , v116 + .byte W12 + .byte Dn1 , v096 + .byte W12 + .byte PATT + .word bgm_tozan_8_002 + .byte PATT + .word bgm_tozan_8_001 + .byte PATT + .word bgm_tozan_8_004 + .byte W48 + .byte N03 , Fs1 , v112 + .byte W06 + .byte Fs1 , v076 + .byte W06 + .byte Fs1 , v068 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Cn1 , v112 + .byte W06 + .byte Cn1 , v092 + .byte W06 + .byte En1 , v084 + .byte W06 + .byte En1 , v112 + .byte W06 + .byte W72 + .byte N24 , Gn2 + .byte W24 + .byte W72 + .byte An2 + .byte W24 + .byte W24 + .byte Gn2 + .byte W48 + .byte An2 + .byte W24 + .byte Gn2 , v076 + .byte W24 + .byte An2 , v080 + .byte W24 + .byte Gn2 , v096 + .byte W24 + .byte An2 + .byte W12 + .byte N02 , En1 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N06 + .byte N72 , An2 + .byte N06 , En3 , v084 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte N03 , En1 + .byte N06 , Dn3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte En3 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v084 + .byte N06 , En3 , v064 + .byte W06 + .byte N03 , En1 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 , v032 + .byte W03 + .byte N03 + .byte N06 , Dn3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte N03 , En1 , v032 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N03 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N03 , Dn3 , v084 + .byte W03 + .byte Dn3 , v048 + .byte W03 + .byte N06 , En1 , v088 + .byte N03 , Dn3 , v048 + .byte W03 + .byte N03 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v080 + .byte N06 , Dn3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte N03 , En1 , v032 + .byte N06 , Dn3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N03 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte N03 , En1 , v032 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N03 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte N03 , En1 , v032 + .byte N06 , Dn3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte En3 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v084 + .byte N06 , En3 , v064 + .byte W06 + .byte N03 , En1 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 , v032 + .byte W03 + .byte N03 + .byte N06 , Dn3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte N03 , En1 , v032 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N03 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N03 , Dn3 , v084 + .byte W03 + .byte Dn3 , v032 + .byte W03 + .byte N06 , En1 , v088 + .byte N03 , Dn3 , v048 + .byte W03 + .byte Dn3 , v032 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v080 + .byte N06 , Dn3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , En3 , v064 + .byte W06 + .byte N03 , En1 , v032 + .byte N06 , Dn3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N03 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N06 , En1 , v112 + .byte N06 , En3 , v084 + .byte W06 + .byte En1 , v112 + .byte N06 , Dn3 , v064 + .byte W06 + .byte N03 , En1 , v032 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte N03 + .byte N06 , En3 + .byte W03 + .byte N03 , En1 + .byte W03 + .byte GOTO + .word bgm_tozan_8_B1 + .byte FINE + +@********************** Track 9 **********************@ + +bgm_tozan_9: + .byte KEYSH , bgm_tozan_key+0 + .byte VOICE , 29 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 12 + .byte BENDR , 12 + .byte VOL , 49*bgm_tozan_mvl/mxv + .byte PAN , c_v+63 + .byte BEND , c_v+0 + .byte W96 + .byte N96 , Ds2 , v112 + .byte W96 +bgm_tozan_9_B1: +bgm_tozan_9_000: + .byte W92 + .byte W01 + .byte N03 , Dn3 , v112 + .byte W03 + .byte PEND +bgm_tozan_9_001: + .byte N03 , Ds3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W18 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W06 + .byte Gn2 , v068 + .byte W03 + .byte As2 + .byte W03 + .byte N06 , Cs3 , v112 + .byte W12 + .byte As2 + .byte W06 + .byte N03 , Cs3 + .byte W06 + .byte PEND + .byte W96 +bgm_tozan_9_002: + .byte W36 + .byte N03 , Ds3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte N03 , Gs3 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , Gn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte N03 , Bn3 + .byte W06 + .byte N06 + .byte W06 + .byte PEND +bgm_tozan_9_003: + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Dn4 , v064 + .byte W03 + .byte Cn4 + .byte W03 + .byte Bn3 + .byte W03 + .byte An3 + .byte W03 + .byte Gn3 + .byte W78 + .byte PEND + .byte W96 + .byte W96 +bgm_tozan_9_004: + .byte W06 + .byte N03 , Gn2 , v112 + .byte W12 + .byte Fn2 + .byte W06 + .byte Fs2 , v084 + .byte W03 + .byte Gn2 , v112 + .byte W03 + .byte En2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Cs2 + .byte W06 + .byte Gn2 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N06 , As2 + .byte W06 + .byte N03 , An2 , v048 + .byte W03 + .byte Gn2 , v052 + .byte W03 + .byte Fn2 + .byte W03 + .byte Ds2 + .byte W03 + .byte Cs2 + .byte W06 + .byte PEND + .byte PATT + .word bgm_tozan_9_000 + .byte PATT + .word bgm_tozan_9_001 + .byte W96 + .byte PATT + .word bgm_tozan_9_002 + .byte PATT + .word bgm_tozan_9_003 + .byte W96 + .byte W96 + .byte W96 + .byte N06 , Fs4 , v112 + .byte W06 + .byte N03 , Fn4 , v076 + .byte W03 + .byte En4 + .byte W03 + .byte Ds4 + .byte W03 + .byte Cs4 + .byte W03 + .byte Bn3 + .byte W78 + .byte W48 + .byte Gs3 , v112 + .byte W06 + .byte N06 , Cs4 + .byte W06 + .byte Cs4 , v032 + .byte W06 + .byte N03 , Fn3 , v104 + .byte W03 + .byte Fn3 , v032 + .byte W03 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Cs4 , v076 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte Gs3 + .byte W09 + .byte Cs4 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W12 + .byte N03 + .byte W12 + .byte N03 + .byte W03 + .byte N06 , Cs4 , v032 + .byte W48 + .byte W03 + .byte W48 + .byte N03 , Gs3 , v112 + .byte W06 + .byte N06 , Cn4 + .byte W06 + .byte Cn4 , v032 + .byte W06 + .byte N03 , Gs3 , v112 + .byte W03 + .byte Gs3 , v032 + .byte W03 + .byte N06 , Ds4 , v112 + .byte W06 + .byte N03 , Cs4 , v076 + .byte W03 + .byte Cn4 + .byte W03 + .byte As3 + .byte W03 + .byte Gs3 + .byte W09 + .byte W96 + .byte W48 + .byte As3 , v112 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W06 + .byte N03 + .byte W30 + .byte W48 + .byte PAN , c_v+63 + .byte W92 + .byte W01 + .byte N03 , Dn3 + .byte W03 + .byte PATT + .word bgm_tozan_9_001 + .byte W96 + .byte PATT + .word bgm_tozan_9_002 + .byte PATT + .word bgm_tozan_9_003 + .byte W96 + .byte W96 + .byte PATT + .word bgm_tozan_9_004 + .byte PATT + .word bgm_tozan_9_000 + .byte PATT + .word bgm_tozan_9_001 + .byte W96 + .byte PATT + .word bgm_tozan_9_002 + .byte PATT + .word bgm_tozan_9_003 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tozan_9_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_tozan: + .byte 9 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_tozan_pri @ Priority + .byte bgm_tozan_rev @ Reverb. + + .word bgm_tozan_grp + + .word bgm_tozan_1 + .word bgm_tozan_2 + .word bgm_tozan_3 + .word bgm_tozan_4 + .word bgm_tozan_5 + .word bgm_tozan_6 + .word bgm_tozan_7 + .word bgm_tozan_8 + .word bgm_tozan_9 + + .end diff --git a/sound/songs/bgm_tsuretek.s b/sound/songs/bgm_tsuretek.s new file mode 100644 index 000000000..25ee83556 --- /dev/null +++ b/sound/songs/bgm_tsuretek.s @@ -0,0 +1,1217 @@ + .include "MPlayDef.s" + + .equ bgm_tsuretek_grp, voicegroup_84419E8 + .equ bgm_tsuretek_pri, 0 + .equ bgm_tsuretek_rev, reverb_set+50 + .equ bgm_tsuretek_mvl, 127 + .equ bgm_tsuretek_key, 0 + .equ bgm_tsuretek_tbs, 1 + .equ bgm_tsuretek_exg, 0 + .equ bgm_tsuretek_cmp, 1 + + .section .rodata + .global bgm_tsuretek + .align 2 + +@********************** Track 1 **********************@ + +bgm_tsuretek_1: + .byte KEYSH , bgm_tsuretek_key+0 + .byte TEMPO , 128*bgm_tsuretek_tbs/2 + .byte VOICE , 127 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 35*bgm_tsuretek_mvl/mxv + .byte PAN , c_v+0 + .byte N04 , Cn5 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Cn5 , v096 + .byte W08 + .byte Cn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 , v112 + .byte W16 + .byte Cn5 , v084 + .byte W08 + .byte Cn5 , v112 + .byte W16 + .byte Cn5 , v060 + .byte W04 + .byte N04 + .byte W04 + .byte Cn5 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Cn5 , v096 + .byte W08 + .byte Cn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 , v112 + .byte W08 + .byte Cn5 , v060 + .byte W08 + .byte Cn5 , v084 + .byte W08 + .byte Cn5 , v112 + .byte W16 + .byte Cn5 , v060 + .byte W04 + .byte N04 + .byte W04 +bgm_tsuretek_1_B1: +bgm_tsuretek_1_000: + .byte N04 , Cn5 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Cn5 , v096 + .byte W08 + .byte Cn5 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte Cn5 , v112 + .byte W16 + .byte Cn5 , v084 + .byte W08 + .byte Cn5 , v112 + .byte W16 + .byte Cn5 , v060 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_tsuretek_1_000 + .byte PATT + .word bgm_tsuretek_1_000 + .byte PATT + .word bgm_tsuretek_1_000 +bgm_tsuretek_1_001: + .byte N04 , Cn5 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v048 + .byte W04 + .byte Cn5 , v060 + .byte W04 + .byte Cn5 , v044 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Cn5 , v040 + .byte W04 + .byte Cn5 , v112 + .byte W16 + .byte Cn5 , v084 + .byte W08 + .byte Cn5 , v096 + .byte W04 + .byte Cn5 , v048 + .byte W04 + .byte Cn5 , v060 + .byte W04 + .byte Cn5 , v044 + .byte W04 + .byte Cn5 , v052 + .byte W04 + .byte Cn5 , v040 + .byte W04 + .byte PEND +bgm_tsuretek_1_002: + .byte N04 , Cn5 , v112 + .byte W12 + .byte N04 + .byte W12 + .byte N04 + .byte W04 + .byte Cn5 , v084 + .byte W12 + .byte Cn5 , v112 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W04 + .byte Cn5 , v048 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_tsuretek_1_000 + .byte PATT + .word bgm_tsuretek_1_000 + .byte PATT + .word bgm_tsuretek_1_000 + .byte PATT + .word bgm_tsuretek_1_000 + .byte PATT + .word bgm_tsuretek_1_001 + .byte PATT + .word bgm_tsuretek_1_002 + .byte GOTO + .word bgm_tsuretek_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_tsuretek_2: + .byte KEYSH , bgm_tsuretek_key+0 + .byte VOICE , 24 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 54*bgm_tsuretek_mvl/mxv + .byte N16 , En5 , v112 + .byte W16 + .byte N04 , Dn5 + .byte W08 + .byte Cs5 + .byte W16 + .byte Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W24 + .byte N04 + .byte W08 + .byte Gs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte En5 + .byte W48 +bgm_tsuretek_2_B1: + .byte N04 , An3 , v112 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , En4 + .byte W24 + .byte N04 , Dn4 + .byte W16 + .byte Fs4 + .byte W08 + .byte N16 , An4 + .byte W24 + .byte N04 , An3 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , En4 + .byte W24 + .byte N04 , Dn4 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , Bn3 + .byte W24 + .byte N04 , En3 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N12 , En4 + .byte W16 + .byte N04 + .byte W08 + .byte Dn4 + .byte W16 + .byte Fs4 + .byte W08 + .byte An4 + .byte W16 + .byte N04 + .byte W08 + .byte Gs4 + .byte W16 + .byte En4 + .byte W08 + .byte N12 , Fs4 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte An4 + .byte W16 + .byte N04 + .byte W08 + .byte N16 + .byte W24 + .byte W96 + .byte W96 + .byte N04 , Cs5 + .byte W16 + .byte An4 + .byte W08 + .byte N16 + .byte W24 + .byte N04 , Fs5 + .byte W16 + .byte An4 + .byte W08 + .byte N16 + .byte W24 + .byte N04 , Cs5 + .byte W16 + .byte An4 + .byte W08 + .byte N16 + .byte W24 + .byte N04 , Bn4 + .byte W16 + .byte An4 + .byte W08 + .byte N16 , Gs4 + .byte W24 + .byte N04 , Cs5 + .byte W08 + .byte An4 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte Fs5 + .byte W16 + .byte An4 + .byte W08 + .byte N04 + .byte W16 + .byte En5 + .byte W08 + .byte Dn5 + .byte W16 + .byte Bn4 + .byte W08 + .byte N12 , An4 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte An4 + .byte W16 + .byte N04 + .byte W08 + .byte N16 + .byte W24 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tsuretek_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_tsuretek_3: + .byte KEYSH , bgm_tsuretek_key+0 + .byte VOICE , 35 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+3 + .byte VOL , 74*bgm_tsuretek_mvl/mxv + .byte N04 , Gs1 , v127 + .byte W08 + .byte Bn1 + .byte W08 + .byte Dn2 + .byte W08 + .byte En2 + .byte W16 + .byte Gs2 + .byte W08 + .byte Dn2 + .byte W08 + .byte En2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Bn2 + .byte W16 + .byte Dn3 + .byte W08 + .byte BEND , c_v+0 + .byte N04 , En2 + .byte W24 + .byte Bn1 + .byte W24 + .byte En2 + .byte W24 + .byte BEND , c_v+0 + .byte N24 , Gs1 + .byte W04 + .byte BEND , c_v-8 + .byte W04 + .byte c_v-23 + .byte W04 + .byte c_v-42 + .byte W04 + .byte c_v-52 + .byte W04 + .byte c_v-62 + .byte W04 +bgm_tsuretek_3_B1: + .byte BEND , c_v+0 + .byte N04 , An1 , v127 + .byte W24 + .byte N16 , En1 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte Bn1 + .byte W24 + .byte N16 , Dn2 + .byte W16 + .byte N04 , Gs1 + .byte W08 +bgm_tsuretek_3_000: + .byte N04 , An1 , v127 + .byte W24 + .byte N16 , En1 + .byte W16 + .byte N04 , An1 + .byte W08 + .byte Bn1 + .byte W24 + .byte N16 , Dn2 + .byte W16 + .byte N04 , Gs1 + .byte W08 + .byte PEND + .byte PATT + .word bgm_tsuretek_3_000 +bgm_tsuretek_3_001: + .byte N04 , Gs1 , v127 + .byte W24 + .byte N16 , En1 + .byte W16 + .byte N04 , Gs1 + .byte W08 + .byte An1 + .byte W16 + .byte Cs2 + .byte W08 + .byte N16 , An1 + .byte W24 + .byte PEND + .byte W96 + .byte W96 + .byte PATT + .word bgm_tsuretek_3_000 + .byte PATT + .word bgm_tsuretek_3_000 + .byte PATT + .word bgm_tsuretek_3_000 + .byte PATT + .word bgm_tsuretek_3_001 + .byte N04 , En1 , v127 + .byte W16 + .byte N04 + .byte W08 + .byte N24 + .byte W24 + .byte N04 + .byte W16 + .byte N04 + .byte W08 + .byte N24 + .byte W24 + .byte N04 + .byte W12 + .byte N04 + .byte W12 + .byte Gs1 + .byte W04 + .byte En1 + .byte W12 + .byte Gs1 + .byte W08 + .byte N16 , Bn1 + .byte W48 + .byte GOTO + .word bgm_tsuretek_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_tsuretek_4: + .byte KEYSH , bgm_tsuretek_key+0 + .byte VOICE , 45 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 46*bgm_tsuretek_mvl/mxv + .byte PAN , c_v-17 + .byte N16 , Bn4 , v112 + .byte W16 + .byte N04 , An4 + .byte W08 + .byte Gs4 + .byte W16 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Gn4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte Bn3 + .byte W24 + .byte Gs3 + .byte W08 + .byte Bn3 + .byte W08 + .byte En4 + .byte W08 + .byte Gs4 + .byte W48 +bgm_tsuretek_4_B1: +bgm_tsuretek_4_000: + .byte N04 , En3 , v112 + .byte W16 + .byte An3 + .byte W08 + .byte N16 , Cs4 + .byte W24 + .byte N04 , Bn3 + .byte W16 + .byte Dn4 + .byte W08 + .byte N16 , Fs4 + .byte W24 + .byte PEND +bgm_tsuretek_4_001: + .byte N04 , En3 , v112 + .byte W16 + .byte An3 + .byte W08 + .byte N16 , Cs4 + .byte W24 + .byte N04 , Bn3 + .byte W16 + .byte An3 + .byte W08 + .byte N16 , Gs3 + .byte W24 + .byte PEND + .byte N04 , An2 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte N12 , Cs4 + .byte W16 + .byte N04 + .byte W08 + .byte Bn3 + .byte W16 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W16 + .byte N04 + .byte W08 + .byte Dn4 + .byte W16 + .byte An3 + .byte W08 + .byte N12 , Cs4 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte En4 + .byte W16 + .byte N04 + .byte W08 + .byte N16 + .byte W24 + .byte W96 + .byte W96 + .byte PATT + .word bgm_tsuretek_4_000 + .byte PATT + .word bgm_tsuretek_4_001 + .byte N04 , An2 , v112 + .byte W08 + .byte En3 + .byte W08 + .byte An3 + .byte W08 + .byte N12 , Cs4 + .byte W16 + .byte N04 + .byte W08 + .byte Bn3 + .byte W16 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W16 + .byte Bn4 + .byte W08 + .byte An4 + .byte W16 + .byte Fs4 + .byte W08 + .byte N12 , En4 + .byte W16 + .byte N04 , Dn4 + .byte W08 + .byte En4 + .byte W16 + .byte N04 + .byte W08 + .byte N16 + .byte W24 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tsuretek_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_tsuretek_5: + .byte KEYSH , bgm_tsuretek_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte VOL , 37*bgm_tsuretek_mvl/mxv + .byte PAN , c_v-62 + .byte N16 , En3 , v112 + .byte W16 + .byte N04 , Dn3 + .byte W08 + .byte Cs3 + .byte W16 + .byte Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Cn3 + .byte W08 + .byte Bn2 + .byte W08 + .byte An2 + .byte W08 + .byte Gs2 + .byte W08 + .byte Fs2 + .byte W08 + .byte En2 + .byte W24 + .byte N04 + .byte W08 + .byte Gs2 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 + .byte W48 +bgm_tsuretek_5_B1: +bgm_tsuretek_5_000: + .byte W16 + .byte N04 , An2 , v112 + .byte W04 + .byte Gs2 + .byte W04 + .byte N12 , An2 + .byte W16 + .byte N04 + .byte W08 + .byte Gs2 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , Fs2 + .byte W16 + .byte N04 , Gs2 + .byte W08 + .byte PEND +bgm_tsuretek_5_001: + .byte W16 + .byte N04 , An2 , v112 + .byte W04 + .byte Gs2 + .byte W04 + .byte N12 , An2 + .byte W16 + .byte N04 + .byte W08 + .byte Bn2 + .byte W16 + .byte An2 + .byte W08 + .byte N16 , Gs2 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte PEND +bgm_tsuretek_5_002: + .byte W16 + .byte N04 , An2 , v112 + .byte W04 + .byte Gs2 + .byte W04 + .byte N12 , An2 + .byte W16 + .byte N04 + .byte W08 + .byte Gs2 + .byte W16 + .byte Bn2 + .byte W08 + .byte N16 , Dn3 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte PEND +bgm_tsuretek_5_003: + .byte W16 + .byte N04 , Bn2 , v112 + .byte W04 + .byte Cs3 + .byte W04 + .byte N12 , Dn3 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte Cs3 + .byte W16 + .byte Bn2 + .byte W08 + .byte N16 , An2 + .byte W16 + .byte N04 , En2 + .byte W08 + .byte PEND + .byte W96 + .byte W96 + .byte PATT + .word bgm_tsuretek_5_000 + .byte PATT + .word bgm_tsuretek_5_001 + .byte PATT + .word bgm_tsuretek_5_002 + .byte PATT + .word bgm_tsuretek_5_003 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tsuretek_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_tsuretek_6: + .byte KEYSH , bgm_tsuretek_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 37*bgm_tsuretek_mvl/mxv + .byte N16 , Bn3 , v112 + .byte W16 + .byte N04 , An3 + .byte W08 + .byte Gs3 + .byte W16 + .byte An3 + .byte W08 + .byte Gs3 + .byte W08 + .byte Gn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte En3 + .byte W08 + .byte Dn3 + .byte W08 + .byte Cs3 + .byte W08 + .byte Bn2 + .byte W24 + .byte Gs2 + .byte W08 + .byte Bn2 + .byte W08 + .byte En3 + .byte W08 + .byte Gs3 + .byte W48 +bgm_tsuretek_6_B1: +bgm_tsuretek_6_000: + .byte W16 + .byte N04 , Cs3 , v112 + .byte W04 + .byte Cn3 + .byte W04 + .byte N12 , Cs3 + .byte W16 + .byte N04 + .byte W08 + .byte Bn2 + .byte W16 + .byte N04 + .byte W08 + .byte N16 , An2 + .byte W16 + .byte N04 , Bn2 + .byte W08 + .byte PEND +bgm_tsuretek_6_001: + .byte W16 + .byte N04 , Cs3 , v112 + .byte W04 + .byte Cn3 + .byte W04 + .byte N12 , Cs3 + .byte W16 + .byte N04 + .byte W08 + .byte Dn3 + .byte W16 + .byte Cs3 + .byte W08 + .byte N16 , Bn2 + .byte W16 + .byte N04 , En3 + .byte W08 + .byte PEND +bgm_tsuretek_6_002: + .byte W16 + .byte N04 , Cs3 , v112 + .byte W04 + .byte Cn3 + .byte W04 + .byte N12 , Cs3 + .byte W16 + .byte N04 + .byte W08 + .byte Bn2 + .byte W16 + .byte Dn3 + .byte W08 + .byte N16 , Fs3 + .byte W16 + .byte N04 , Dn3 + .byte W08 + .byte PEND +bgm_tsuretek_6_003: + .byte W16 + .byte N04 , Dn3 , v112 + .byte W04 + .byte En3 + .byte W04 + .byte N12 , Fs3 + .byte W16 + .byte N04 , Dn3 + .byte W08 + .byte En3 + .byte W16 + .byte Dn3 + .byte W08 + .byte N16 , Cs3 + .byte W16 + .byte N04 , An2 + .byte W08 + .byte PEND + .byte W96 + .byte W96 + .byte PATT + .word bgm_tsuretek_6_000 + .byte PATT + .word bgm_tsuretek_6_001 + .byte PATT + .word bgm_tsuretek_6_002 + .byte PATT + .word bgm_tsuretek_6_003 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tsuretek_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_tsuretek_7: + .byte KEYSH , bgm_tsuretek_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 55*bgm_tsuretek_mvl/mxv + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v060 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W08 + .byte En1 , v060 + .byte W08 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v060 + .byte W04 + .byte N04 + .byte W04 +bgm_tsuretek_7_B1: +bgm_tsuretek_7_000: + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v096 + .byte W08 + .byte En1 , v064 + .byte W08 + .byte N04 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v060 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_tsuretek_7_000 + .byte PATT + .word bgm_tsuretek_7_000 + .byte PATT + .word bgm_tsuretek_7_000 +bgm_tsuretek_7_001: + .byte N04 , En1 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte En1 , v096 + .byte W04 + .byte En1 , v048 + .byte W04 + .byte En1 , v060 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte En1 , v040 + .byte W04 + .byte En1 , v112 + .byte W16 + .byte En1 , v084 + .byte W08 + .byte En1 , v096 + .byte W04 + .byte En1 , v048 + .byte W04 + .byte En1 , v060 + .byte W04 + .byte En1 , v044 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte En1 , v040 + .byte W04 + .byte PEND +bgm_tsuretek_7_002: + .byte N04 , En1 , v112 + .byte W12 + .byte N04 + .byte W12 + .byte N04 + .byte W04 + .byte En1 , v084 + .byte W12 + .byte En1 , v112 + .byte W08 + .byte N04 + .byte W24 + .byte N04 + .byte W04 + .byte En1 , v048 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_tsuretek_7_000 + .byte PATT + .word bgm_tsuretek_7_000 + .byte PATT + .word bgm_tsuretek_7_000 + .byte PATT + .word bgm_tsuretek_7_000 + .byte PATT + .word bgm_tsuretek_7_001 + .byte PATT + .word bgm_tsuretek_7_002 + .byte GOTO + .word bgm_tsuretek_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_tsuretek_8: + .byte KEYSH , bgm_tsuretek_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 32*bgm_tsuretek_mvl/mxv + .byte N16 , En5 , v112 + .byte W16 + .byte N04 , Dn5 + .byte W08 + .byte Cs5 + .byte W16 + .byte Dn5 + .byte W08 + .byte Cs5 + .byte W08 + .byte Cn5 + .byte W08 + .byte Bn4 + .byte W08 + .byte An4 + .byte W08 + .byte Gs4 + .byte W08 + .byte Fs4 + .byte W08 + .byte En4 + .byte W24 + .byte N04 + .byte W08 + .byte Gs4 + .byte W08 + .byte Bn4 + .byte W08 + .byte En5 + .byte W48 +bgm_tsuretek_8_B1: + .byte N04 , An3 , v112 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , En4 + .byte W24 + .byte N04 , Dn4 + .byte W16 + .byte Fs4 + .byte W08 + .byte N16 , An4 + .byte W24 + .byte N04 , An3 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , En4 + .byte W24 + .byte N04 , Dn4 + .byte W16 + .byte Cs4 + .byte W08 + .byte N16 , Bn3 + .byte W24 + .byte N04 , En3 + .byte W08 + .byte An3 + .byte W08 + .byte Cs4 + .byte W08 + .byte N12 , En4 + .byte W16 + .byte N04 + .byte W08 + .byte Dn4 + .byte W16 + .byte Fs4 + .byte W08 + .byte An4 + .byte W16 + .byte N04 + .byte W08 + .byte Gs4 + .byte W16 + .byte En4 + .byte W08 + .byte N12 , Fs4 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte An4 + .byte W04 + .byte VOL , 32*bgm_tsuretek_mvl/mxv + .byte PAN , c_v+0 + .byte W12 + .byte N04 + .byte W08 + .byte N16 + .byte W24 + .byte W96 + .byte W96 + .byte N04 , Cs5 + .byte W16 + .byte An4 + .byte W08 + .byte N16 + .byte W24 + .byte N04 , Fs5 + .byte W16 + .byte An4 + .byte W08 + .byte N16 + .byte W24 + .byte N04 , Cs5 + .byte W16 + .byte An4 + .byte W08 + .byte N16 + .byte W24 + .byte N04 , Bn4 + .byte W16 + .byte An4 + .byte W08 + .byte N16 , Gs4 + .byte W24 + .byte N04 , Cs5 + .byte W08 + .byte An4 + .byte W08 + .byte N04 + .byte W08 + .byte N12 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte Fs5 + .byte W16 + .byte An4 + .byte W08 + .byte N04 + .byte W16 + .byte En5 + .byte W08 + .byte Dn5 + .byte W16 + .byte Bn4 + .byte W08 + .byte N12 , An4 + .byte W16 + .byte N04 , Gs4 + .byte W08 + .byte An4 + .byte W16 + .byte N04 + .byte W08 + .byte N16 + .byte W24 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_tsuretek_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_tsuretek: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_tsuretek_pri @ Priority + .byte bgm_tsuretek_rev @ Reverb. + + .word bgm_tsuretek_grp + + .word bgm_tsuretek_1 + .word bgm_tsuretek_2 + .word bgm_tsuretek_3 + .word bgm_tsuretek_4 + .word bgm_tsuretek_5 + .word bgm_tsuretek_6 + .word bgm_tsuretek_7 + .word bgm_tsuretek_8 + + .end diff --git a/sound/songs/bgm_yama_eye.s b/sound/songs/bgm_yama_eye.s new file mode 100644 index 000000000..517fee6cd --- /dev/null +++ b/sound/songs/bgm_yama_eye.s @@ -0,0 +1,1039 @@ + .include "MPlayDef.s" + + .equ bgm_yama_eye_grp, voicegroup_844CBF0 + .equ bgm_yama_eye_pri, 0 + .equ bgm_yama_eye_rev, reverb_set+50 + .equ bgm_yama_eye_mvl, 127 + .equ bgm_yama_eye_key, 0 + .equ bgm_yama_eye_tbs, 1 + .equ bgm_yama_eye_exg, 0 + .equ bgm_yama_eye_cmp, 1 + + .section .rodata + .global bgm_yama_eye + .align 2 + +@********************** Track 1 **********************@ + +bgm_yama_eye_1: + .byte KEYSH , bgm_yama_eye_key+0 + .byte TEMPO , 128*bgm_yama_eye_tbs/2 + .byte VOICE , 1 + .byte LFOS , 44 + .byte PAN , c_v+4 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 38*bgm_yama_eye_mvl/mxv + .byte N04 , Fs5 , v112 + .byte W16 + .byte Dn5 + .byte W04 + .byte Bn4 + .byte W04 + .byte N48 , An4 + .byte W48 + .byte N16 , Gn4 + .byte W16 + .byte N08 , Fs4 + .byte W08 +bgm_yama_eye_1_B1: + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte GOTO + .word bgm_yama_eye_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +bgm_yama_eye_2: + .byte KEYSH , bgm_yama_eye_key+0 + .byte VOICE , 60 + .byte LFOS , 44 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 62*bgm_yama_eye_mvl/mxv + .byte N04 , Fs4 , v112 + .byte W16 + .byte Dn4 + .byte W04 + .byte Bn3 + .byte W04 + .byte N48 , An3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N16 , Gn3 + .byte W16 + .byte N08 , Fs3 + .byte W08 +bgm_yama_eye_2_B1: + .byte N08 , Dn4 , v096 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W16 + .byte Dn4 + .byte W08 + .byte N48 , An3 + .byte W24 + .byte MOD , 7 + .byte VOL , 58*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 50*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 43*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 33*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 31*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 26*bgm_yama_eye_mvl/mxv + .byte W04 + .byte MOD , 0 + .byte VOL , 63*bgm_yama_eye_mvl/mxv + .byte N08 , Fs3 + .byte W08 + .byte N04 , Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 + .byte W16 + .byte Fs3 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte An2 + .byte W24 + .byte N04 , Fs3 + .byte W16 + .byte N04 + .byte W08 + .byte Fn3 + .byte W16 + .byte Fs3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Gs3 + .byte W04 + .byte Gn3 + .byte W04 + .byte N24 , Fs3 + .byte W24 + .byte N72 , Gn3 + .byte W24 + .byte VOL , 62*bgm_yama_eye_mvl/mxv + .byte MOD , 8 + .byte W08 + .byte VOL , 60*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 58*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 55*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 53*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 52*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 50*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 46*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 41*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 40*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 36*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 63*bgm_yama_eye_mvl/mxv + .byte MOD , 0 + .byte W24 + .byte N08 , En4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte Gn4 + .byte W16 + .byte En4 + .byte W08 + .byte N48 , Bn3 + .byte W24 + .byte VOL , 62*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 60*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 57*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 47*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 41*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 38*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 63*bgm_yama_eye_mvl/mxv + .byte N08 , Cs4 + .byte W08 + .byte N04 , Cn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W16 + .byte Cs4 + .byte W08 + .byte N32 , Bn4 , v072 + .byte W32 + .byte N08 , As4 , v068 + .byte W08 + .byte N04 , An4 + .byte W08 + .byte N08 , An3 , v096 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Gs3 + .byte W16 + .byte N04 , An3 + .byte W08 + .byte N08 , Bn3 + .byte W16 + .byte N04 , Cs4 + .byte W08 + .byte N08 , Dn4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte N72 , Fs4 + .byte W24 + .byte VOL , 62*bgm_yama_eye_mvl/mxv + .byte MOD , 5 + .byte W04 + .byte VOL , 60*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 55*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 52*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 50*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 46*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 43*bgm_yama_eye_mvl/mxv + .byte W08 + .byte 40*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 38*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 36*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 33*bgm_yama_eye_mvl/mxv + .byte W04 + .byte 63*bgm_yama_eye_mvl/mxv + .byte MOD , 0 + .byte W24 + .byte GOTO + .word bgm_yama_eye_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +bgm_yama_eye_3: + .byte KEYSH , bgm_yama_eye_key+0 + .byte VOICE , 58 + .byte BENDR , 12 + .byte LFOS , 44 + .byte BENDR , 12 + .byte LFOS , 44 + .byte PAN , c_v+0 + .byte VOL , 76*bgm_yama_eye_mvl/mxv + .byte N04 , An1 , v112 + .byte W16 + .byte Fs1 + .byte W04 + .byte Dn1 + .byte W04 + .byte N48 , An0 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N16 , Cs1 + .byte W24 +bgm_yama_eye_3_B1: + .byte N08 , Dn1 , v112 + .byte W48 + .byte An0 + .byte W48 +bgm_yama_eye_3_000: + .byte N08 , Dn1 , v112 + .byte W24 + .byte An0 + .byte W24 + .byte Dn1 + .byte W08 + .byte N04 , Cs1 , v072 + .byte W04 + .byte Cn1 + .byte W04 + .byte Bn0 + .byte W04 + .byte As0 + .byte W04 + .byte N24 , An0 , v112 + .byte W16 + .byte BEND , c_v+20 + .byte W08 + .byte PEND + .byte c_v+0 + .byte N08 , Dn1 + .byte W48 + .byte An0 + .byte W48 +bgm_yama_eye_3_001: + .byte N08 , En1 , v112 + .byte W24 + .byte Bn0 + .byte W24 + .byte En1 + .byte W08 + .byte N04 , Ds1 , v072 + .byte W04 + .byte Dn1 + .byte W04 + .byte Cs1 + .byte W04 + .byte Cn1 + .byte W04 + .byte N24 , Bn0 , v112 + .byte W16 + .byte BEND , c_v+20 + .byte W08 + .byte PEND + .byte c_v+0 + .byte N08 , En1 + .byte W48 + .byte Bn0 + .byte W48 + .byte PATT + .word bgm_yama_eye_3_001 + .byte BEND , c_v+0 + .byte N08 , An0 , v112 + .byte W48 + .byte En0 + .byte W48 + .byte PATT + .word bgm_yama_eye_3_000 + .byte GOTO + .word bgm_yama_eye_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +bgm_yama_eye_4: + .byte KEYSH , bgm_yama_eye_key+0 + .byte VOICE , 47 + .byte LFOS , 44 + .byte BENDR , 12 + .byte VOL , 76*bgm_yama_eye_mvl/mxv + .byte PAN , c_v+32 + .byte N04 , An2 , v124 + .byte W16 + .byte Fs2 + .byte W04 + .byte PAN , c_v+0 + .byte N04 , Dn2 , v120 + .byte W04 + .byte PAN , c_v-32 + .byte N08 , An1 , v127 + .byte W24 + .byte PAN , c_v+22 + .byte N08 , An2 , v124 + .byte W16 + .byte N04 , An2 , v112 + .byte W08 + .byte PAN , c_v-33 + .byte N08 , An1 , v127 + .byte W16 + .byte N04 , An1 , v112 + .byte W08 +bgm_yama_eye_4_B1: + .byte PAN , c_v+22 + .byte BEND , c_v+0 + .byte N08 , Dn2 , v127 + .byte W48 + .byte PAN , c_v-33 + .byte N08 , An1 , v112 + .byte W48 + .byte PAN , c_v+24 + .byte BEND , c_v+0 + .byte N08 , Dn2 , v127 + .byte W24 + .byte PAN , c_v-32 + .byte N08 , An1 , v112 + .byte W24 + .byte PAN , c_v+24 + .byte N08 , Dn2 + .byte W16 + .byte N04 , Dn2 , v064 + .byte W08 + .byte PAN , c_v-33 + .byte N24 , An1 , v120 + .byte W16 + .byte BEND , c_v+20 + .byte W08 + .byte PAN , c_v+21 + .byte BEND , c_v+0 + .byte N08 , Dn2 , v127 + .byte W48 + .byte PAN , c_v-33 + .byte N08 , An1 , v112 + .byte W48 + .byte PAN , c_v+24 + .byte BEND , c_v+0 + .byte N08 , En2 , v127 + .byte W24 + .byte PAN , c_v-32 + .byte N08 , Bn1 , v112 + .byte W24 + .byte PAN , c_v+24 + .byte N08 , En2 + .byte W16 + .byte N04 , En2 , v064 + .byte W08 + .byte PAN , c_v-33 + .byte N24 , Bn1 , v120 + .byte W16 + .byte BEND , c_v+20 + .byte W08 + .byte PAN , c_v+25 + .byte BEND , c_v+0 + .byte N08 , En2 , v127 + .byte W48 + .byte PAN , c_v-32 + .byte N08 , Bn1 , v112 + .byte W48 + .byte PAN , c_v+24 + .byte BEND , c_v+0 + .byte N08 , En2 , v127 + .byte W24 + .byte PAN , c_v-32 + .byte N08 , Bn1 , v112 + .byte W24 + .byte PAN , c_v+28 + .byte N08 , En2 + .byte W16 + .byte N04 , En2 , v064 + .byte W08 + .byte PAN , c_v-33 + .byte N24 , Bn1 , v120 + .byte W16 + .byte BEND , c_v+20 + .byte W08 + .byte PAN , c_v+24 + .byte BEND , c_v+0 + .byte N08 , An1 , v127 + .byte W48 + .byte PAN , c_v-33 + .byte N08 , En1 , v112 + .byte W48 + .byte PAN , c_v+24 + .byte BEND , c_v+0 + .byte N08 , Dn2 , v127 + .byte W24 + .byte PAN , c_v-32 + .byte N08 , An1 , v112 + .byte W24 + .byte PAN , c_v+24 + .byte N08 , Dn2 + .byte W16 + .byte N04 , Dn2 , v064 + .byte W08 + .byte PAN , c_v-32 + .byte N24 , An1 , v120 + .byte W16 + .byte BEND , c_v+20 + .byte W08 + .byte GOTO + .word bgm_yama_eye_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +bgm_yama_eye_5: + .byte KEYSH , bgm_yama_eye_key+0 + .byte VOICE , 80 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v-64 + .byte VOL , 35*bgm_yama_eye_mvl/mxv + .byte N04 , An2 , v112 + .byte W16 + .byte Fs2 + .byte W04 + .byte Dn2 + .byte W04 + .byte N48 , An1 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N16 , Cs2 + .byte W16 + .byte N04 , Dn3 + .byte W04 + .byte En3 + .byte W04 +bgm_yama_eye_5_B1: +bgm_yama_eye_5_000: + .byte N12 , Fs3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte Fs3 , v088 + .byte W08 + .byte N02 + .byte W16 + .byte An3 , v112 + .byte W08 + .byte Fs3 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte PEND + .byte N04 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte An3 + .byte W08 + .byte Fs3 + .byte W08 + .byte N02 + .byte W08 + .byte N08 , Fn3 + .byte W08 + .byte N02 , Fs3 + .byte W08 + .byte PATT + .word bgm_yama_eye_5_000 +bgm_yama_eye_5_001: + .byte N04 , Gn3 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte Bn3 + .byte W08 + .byte Gn3 + .byte W08 + .byte N02 + .byte W08 + .byte N08 , Fs3 + .byte W08 + .byte N02 , Gn3 + .byte W08 + .byte PEND + .byte N12 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte Gn3 , v088 + .byte W08 + .byte N02 + .byte W16 + .byte Gn3 , v112 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte PATT + .word bgm_yama_eye_5_001 + .byte N12 , En3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte En3 , v088 + .byte W08 + .byte N02 + .byte W16 + .byte An3 , v112 + .byte W08 + .byte En3 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 , Dn3 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N08 , Cs3 + .byte W08 + .byte N02 , Dn3 + .byte W08 + .byte GOTO + .word bgm_yama_eye_5_B1 + .byte FINE + +@********************** Track 6 **********************@ + +bgm_yama_eye_6: + .byte KEYSH , bgm_yama_eye_key+0 + .byte VOICE , 81 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+63 + .byte VOL , 37*bgm_yama_eye_mvl/mxv + .byte N04 , Dn3 , v112 + .byte W16 + .byte An2 + .byte W04 + .byte Gn2 + .byte W04 + .byte N48 , Dn3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N16 , Cs3 + .byte W16 + .byte N04 , Fs3 + .byte W04 + .byte Gn3 + .byte W04 +bgm_yama_eye_6_B1: +bgm_yama_eye_6_000: + .byte N12 , An3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte N02 + .byte W16 + .byte Dn4 , v112 + .byte W08 + .byte An3 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte PEND + .byte N04 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte Dn4 + .byte W08 + .byte An3 + .byte W08 + .byte N02 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N02 , An3 + .byte W08 + .byte PATT + .word bgm_yama_eye_6_000 +bgm_yama_eye_6_001: + .byte N04 , Bn3 , v112 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte En4 + .byte W08 + .byte Bn3 + .byte W08 + .byte N02 + .byte W08 + .byte N08 , As3 + .byte W08 + .byte N02 , Bn3 + .byte W08 + .byte PEND + .byte N12 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte Bn3 , v088 + .byte W08 + .byte N02 + .byte W16 + .byte Bn3 , v112 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte PATT + .word bgm_yama_eye_6_001 + .byte N12 , An3 , v112 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte An3 , v088 + .byte W08 + .byte N02 + .byte W16 + .byte Cs4 , v112 + .byte W08 + .byte An3 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N04 + .byte W12 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W04 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W16 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N02 + .byte W08 + .byte N08 , Gs3 + .byte W08 + .byte N02 , An3 + .byte W08 + .byte GOTO + .word bgm_yama_eye_6_B1 + .byte FINE + +@********************** Track 7 **********************@ + +bgm_yama_eye_7: + .byte KEYSH , bgm_yama_eye_key+0 + .byte VOICE , 0 + .byte PAN , c_v+0 + .byte VOL , 56*bgm_yama_eye_mvl/mxv + .byte W96 +bgm_yama_eye_7_B1: +bgm_yama_eye_7_000: + .byte N04 , En1 , v112 + .byte W16 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte En1 , v112 + .byte W08 + .byte En1 , v060 + .byte W08 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PEND +bgm_yama_eye_7_001: + .byte N04 , En1 , v112 + .byte W08 + .byte En1 , v060 + .byte W08 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W16 + .byte En1 , v084 + .byte W08 + .byte En1 , v112 + .byte W04 + .byte En1 , v052 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte N04 + .byte W04 + .byte PEND + .byte PATT + .word bgm_yama_eye_7_000 + .byte PATT + .word bgm_yama_eye_7_001 + .byte PATT + .word bgm_yama_eye_7_000 + .byte PATT + .word bgm_yama_eye_7_001 + .byte PATT + .word bgm_yama_eye_7_000 + .byte PATT + .word bgm_yama_eye_7_001 + .byte GOTO + .word bgm_yama_eye_7_B1 + .byte FINE + +@********************** Track 8 **********************@ + +bgm_yama_eye_8: + .byte KEYSH , bgm_yama_eye_key+0 + .byte VOICE , 82 + .byte LFOS , 44 + .byte XCMD , xIECV , 18 + .byte xIECV , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 22*bgm_yama_eye_mvl/mxv + .byte W48 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte W24 +bgm_yama_eye_8_B1: + .byte BEND , c_v+1 + .byte N08 , Dn4 , v112 + .byte W08 + .byte N04 , Cs4 + .byte W08 + .byte Dn4 + .byte W08 + .byte Fs4 + .byte W16 + .byte Dn4 + .byte W08 + .byte N48 , An3 + .byte W24 + .byte MOD , 7 + .byte W24 + .byte 0 + .byte N08 , Fs3 + .byte W08 + .byte N04 , Fn3 + .byte W08 + .byte Fs3 + .byte W08 + .byte An3 + .byte W16 + .byte Fs3 + .byte W08 + .byte N24 , Dn3 + .byte W24 + .byte An2 + .byte W24 + .byte N04 , Fs3 + .byte W16 + .byte N04 + .byte W08 + .byte Fn3 + .byte W16 + .byte Fs3 + .byte W08 + .byte N16 , An3 + .byte W16 + .byte N04 , Gs3 , v080 + .byte W04 + .byte Gn3 + .byte W04 + .byte N24 , Fs3 , v112 + .byte W24 + .byte N72 , Gn3 + .byte W24 + .byte MOD , 8 + .byte W48 + .byte 0 + .byte W24 + .byte N08 , En4 + .byte W08 + .byte N04 , Ds4 + .byte W08 + .byte En4 + .byte W08 + .byte Gn4 + .byte W16 + .byte En4 + .byte W08 + .byte N48 , Bn3 + .byte W48 + .byte N08 , Cs4 + .byte W08 + .byte N04 , Cn4 + .byte W08 + .byte Cs4 + .byte W08 + .byte En4 + .byte W16 + .byte Cs4 + .byte W08 + .byte N32 , Bn4 , v068 + .byte W32 + .byte N08 , As4 , v076 + .byte W08 + .byte N04 , An4 + .byte W08 + .byte N08 , An3 , v112 + .byte W16 + .byte N04 + .byte W08 + .byte N08 , Gs3 + .byte W16 + .byte N04 , An3 + .byte W08 + .byte N08 , Bn3 + .byte W16 + .byte N04 , Cs4 + .byte W08 + .byte N08 , Dn4 + .byte W16 + .byte N04 , En4 + .byte W08 + .byte N72 , Fs4 + .byte W24 + .byte MOD , 5 + .byte W48 + .byte 0 + .byte W24 + .byte GOTO + .word bgm_yama_eye_8_B1 + .byte FINE + +@******************************************************@ + .align 2 + +bgm_yama_eye: + .byte 8 @ NumTrks + .byte 0 @ NumBlks + .byte bgm_yama_eye_pri @ Priority + .byte bgm_yama_eye_rev @ Reverb. + + .word bgm_yama_eye_grp + + .word bgm_yama_eye_1 + .word bgm_yama_eye_2 + .word bgm_yama_eye_3 + .word bgm_yama_eye_4 + .word bgm_yama_eye_5 + .word bgm_yama_eye_6 + .word bgm_yama_eye_7 + .word bgm_yama_eye_8 + + .end diff --git a/sound/songs/se_a.s b/sound/songs/se_a.s new file mode 100644 index 000000000..40acc4e17 --- /dev/null +++ b/sound/songs/se_a.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_a_grp, voicegroup_8451F90 + .equ se_a_pri, 4 + .equ se_a_rev, reverb_set+50 + .equ se_a_mvl, 127 + .equ se_a_key, 0 + .equ se_a_tbs, 1 + .equ se_a_exg, 0 + .equ se_a_cmp, 1 + + .section .rodata + .global se_a + .align 2 + +@********************** Track 1 **********************@ + +se_a_1: + .byte KEYSH , se_a_key+0 + .byte TEMPO , 240*se_a_tbs/2 + .byte VOICE , 122 + .byte BENDR , 12 + .byte VOL , 95*se_a_mvl/mxv + .byte BEND , c_v+0 + .byte N72 , Cn3 , v127 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_a: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_a_pri @ Priority + .byte se_a_rev @ Reverb. + + .word se_a_grp + + .word se_a_1 + + .end diff --git a/sound/songs/se_ban.s b/sound/songs/se_ban.s new file mode 100644 index 000000000..e1e6d3c67 --- /dev/null +++ b/sound/songs/se_ban.s @@ -0,0 +1,70 @@ + .include "MPlayDef.s" + + .equ se_ban_grp, voicegroup_8451F90 + .equ se_ban_pri, 4 + .equ se_ban_rev, reverb_set+50 + .equ se_ban_mvl, 127 + .equ se_ban_key, 0 + .equ se_ban_tbs, 1 + .equ se_ban_exg, 0 + .equ se_ban_cmp, 1 + + .section .rodata + .global se_ban + .align 2 + +@********************** Track 1 **********************@ + +se_ban_1: + .byte KEYSH , se_ban_key+0 + .byte TEMPO , 240*se_ban_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 110*se_ban_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , En2 , v127 + .byte W03 + .byte Dn2 + .byte W03 + .byte N06 , Gn1 + .byte W06 + .byte N60 , An2 + .byte W12 + .byte W24 + .byte VOL , 94*se_ban_mvl/mxv + .byte BEND , c_v-5 + .byte W03 + .byte VOL , 81*se_ban_mvl/mxv + .byte W03 + .byte 71*se_ban_mvl/mxv + .byte BEND , c_v-12 + .byte W03 + .byte VOL , 47*se_ban_mvl/mxv + .byte W03 + .byte 32*se_ban_mvl/mxv + .byte BEND , c_v-19 + .byte W03 + .byte VOL , 20*se_ban_mvl/mxv + .byte W03 + .byte 7*se_ban_mvl/mxv + .byte BEND , c_v-28 + .byte W03 + .byte VOL , 0*se_ban_mvl/mxv + .byte BEND , c_v-37 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_ban: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_ban_pri @ Priority + .byte se_ban_rev @ Reverb. + + .word se_ban_grp + + .word se_ban_1 + + .end diff --git a/sound/songs/se_basabasa.s b/sound/songs/se_basabasa.s new file mode 100644 index 000000000..fcc748bf1 --- /dev/null +++ b/sound/songs/se_basabasa.s @@ -0,0 +1,123 @@ + .include "MPlayDef.s" + + .equ se_basabasa_grp, voicegroup_8451F90 + .equ se_basabasa_pri, 5 + .equ se_basabasa_rev, reverb_set+50 + .equ se_basabasa_mvl, 127 + .equ se_basabasa_key, 0 + .equ se_basabasa_tbs, 1 + .equ se_basabasa_exg, 0 + .equ se_basabasa_cmp, 1 + + .section .rodata + .global se_basabasa + .align 2 + +@********************** Track 1 **********************@ + +se_basabasa_1: + .byte KEYSH , se_basabasa_key+0 +se_basabasa_1_B1: + .byte TEMPO , 220*se_basabasa_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 40*se_basabasa_mvl/mxv + .byte BEND , c_v-32 + .byte N07 , An1 , v127 + .byte W01 + .byte VOL , 52*se_basabasa_mvl/mxv + .byte PAN , c_v+10 + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 68*se_basabasa_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 82*se_basabasa_mvl/mxv + .byte PAN , c_v-9 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 105*se_basabasa_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+37 + .byte W02 + .byte PAN , c_v+10 + .byte BEND , c_v+63 + .byte W03 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 40*se_basabasa_mvl/mxv + .byte PAN , c_v+10 + .byte BEND , c_v+1 + .byte N06 + .byte W02 + .byte VOL , 52*se_basabasa_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+38 + .byte W01 + .byte VOL , 79*se_basabasa_mvl/mxv + .byte PAN , c_v-9 + .byte BEND , c_v+48 + .byte W01 + .byte VOL , 105*se_basabasa_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W10 + .byte W12 + .byte W12 + .byte GOTO + .word se_basabasa_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +se_basabasa_2: + .byte KEYSH , se_basabasa_key+0 +se_basabasa_2_B1: + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte VOL , 52*se_basabasa_mvl/mxv + .byte N07 , Gn2 , v040 + .byte W01 + .byte VOL , 69*se_basabasa_mvl/mxv + .byte W01 + .byte 83*se_basabasa_mvl/mxv + .byte W01 + .byte 105*se_basabasa_mvl/mxv + .byte W01 + .byte 67*se_basabasa_mvl/mxv + .byte W02 + .byte 23*se_basabasa_mvl/mxv + .byte W04 + .byte VOICE , 25 + .byte VOL , 52*se_basabasa_mvl/mxv + .byte N06 , Gs4 + .byte W02 + .byte VOL , 81*se_basabasa_mvl/mxv + .byte W01 + .byte 105*se_basabasa_mvl/mxv + .byte W02 + .byte 52*se_basabasa_mvl/mxv + .byte W09 + .byte W12 + .byte W12 + .byte GOTO + .word se_basabasa_2_B1 + .byte FINE + +@******************************************************@ + .align 2 + +se_basabasa: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_basabasa_pri @ Priority + .byte se_basabasa_rev @ Reverb. + + .word se_basabasa_grp + + .word se_basabasa_1 + .word se_basabasa_2 + + .end diff --git a/sound/songs/se_bidoro.s b/sound/songs/se_bidoro.s new file mode 100644 index 000000000..a0b316a50 --- /dev/null +++ b/sound/songs/se_bidoro.s @@ -0,0 +1,61 @@ + .include "MPlayDef.s" + + .equ se_bidoro_grp, voicegroup_8451F90 + .equ se_bidoro_pri, 5 + .equ se_bidoro_rev, reverb_set+50 + .equ se_bidoro_mvl, 127 + .equ se_bidoro_key, 0 + .equ se_bidoro_tbs, 1 + .equ se_bidoro_exg, 0 + .equ se_bidoro_cmp, 1 + + .section .rodata + .global se_bidoro + .align 2 + +@********************** Track 1 **********************@ + +se_bidoro_1: + .byte KEYSH , se_bidoro_key+0 + .byte TEMPO , 120*se_bidoro_tbs/2 + .byte VOICE , 28 + .byte VOL , 26*se_bidoro_mvl/mxv + .byte BENDR , 8 + .byte BEND , c_v+0 + .byte N01 , En3 , v116 + .byte W01 + .byte VOL , 105*se_bidoro_mvl/mxv + .byte BEND , c_v-4 + .byte N01 , Bn2 + .byte W01 + .byte BEND , c_v+3 + .byte N01 , Cn3 + .byte W04 + .byte W04 + .byte BEND , c_v+0 + .byte N04 , Bn3 + .byte W02 + .byte VOL , 26*se_bidoro_mvl/mxv + .byte BEND , c_v-7 + .byte W01 + .byte VOL , 105*se_bidoro_mvl/mxv + .byte BEND , c_v-13 + .byte W01 + .byte c_v-23 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_bidoro: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_bidoro_pri @ Priority + .byte se_bidoro_rev @ Reverb. + + .word se_bidoro_grp + + .word se_bidoro_1 + + .end diff --git a/sound/songs/se_boo.s b/sound/songs/se_boo.s new file mode 100644 index 000000000..b91c0e009 --- /dev/null +++ b/sound/songs/se_boo.s @@ -0,0 +1,47 @@ + .include "MPlayDef.s" + + .equ se_boo_grp, voicegroup_8451990 + .equ se_boo_pri, 4 + .equ se_boo_rev, reverb_set+50 + .equ se_boo_mvl, 127 + .equ se_boo_key, 0 + .equ se_boo_tbs, 1 + .equ se_boo_exg, 0 + .equ se_boo_cmp, 1 + + .section .rodata + .global se_boo + .align 2 + +@********************** Track 1 **********************@ + +se_boo_1: + .byte KEYSH , se_boo_key+0 + .byte TEMPO , 100*se_boo_tbs/2 + .byte VOICE , 5 + .byte BENDR , 12 + .byte VOL , 110*se_boo_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Cn3 , v127 + .byte W03 + .byte Cn2 , v112 + .byte W03 + .byte W03 + .byte Cn2 , v024 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_boo: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_boo_pri @ Priority + .byte se_boo_rev @ Reverb. + + .word se_boo_grp + + .word se_boo_1 + + .end diff --git a/sound/songs/se_bowa.s b/sound/songs/se_bowa.s new file mode 100644 index 000000000..db224e4a2 --- /dev/null +++ b/sound/songs/se_bowa.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_bowa_grp, voicegroup_8451990 + .equ se_bowa_pri, 4 + .equ se_bowa_rev, reverb_set+50 + .equ se_bowa_mvl, 127 + .equ se_bowa_key, 0 + .equ se_bowa_tbs, 1 + .equ se_bowa_exg, 0 + .equ se_bowa_cmp, 1 + + .section .rodata + .global se_bowa + .align 2 + +@********************** Track 1 **********************@ + +se_bowa_1: + .byte KEYSH , se_bowa_key+0 + .byte TEMPO , 128*se_bowa_tbs/2 + .byte VOICE , 7 + .byte BENDR , 12 + .byte VOL , 70*se_bowa_mvl/mxv + .byte BEND , c_v+2 + .byte N04 , Fn2 , v127 + .byte W04 + .byte N01 , Dn3 + .byte W02 + .byte VOICE , 8 + .byte FINE + +@******************************************************@ + .align 2 + +se_bowa: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_bowa_pri @ Priority + .byte se_bowa_rev @ Reverb. + + .word se_bowa_grp + + .word se_bowa_1 + + .end diff --git a/sound/songs/se_bowa2.s b/sound/songs/se_bowa2.s new file mode 100644 index 000000000..1d21871e0 --- /dev/null +++ b/sound/songs/se_bowa2.s @@ -0,0 +1,83 @@ + .include "MPlayDef.s" + + .equ se_bowa2_grp, voicegroup_8451990 + .equ se_bowa2_pri, 5 + .equ se_bowa2_rev, reverb_set+50 + .equ se_bowa2_mvl, 127 + .equ se_bowa2_key, 0 + .equ se_bowa2_tbs, 1 + .equ se_bowa2_exg, 0 + .equ se_bowa2_cmp, 1 + + .section .rodata + .global se_bowa2 + .align 2 + +@********************** Track 1 **********************@ + +se_bowa2_1: + .byte KEYSH , se_bowa2_key+0 + .byte TEMPO , 90*se_bowa2_tbs/2 + .byte VOICE , 86 + .byte VOL , 100*se_bowa2_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , Gn1 , v100 + .byte W03 + .byte N05 , Fn2 + .byte W03 + .byte W03 + .byte N06 , Fn2 , v052 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_bowa2_2: + .byte KEYSH , se_bowa2_key+0 + .byte VOICE , 0 + .byte VOL , 100*se_bowa2_mvl/mxv + .byte BENDR , 12 + .byte BEND , c_v+0 + .byte N03 , Gn3 , v052 + .byte W03 + .byte Cn2 , v112 + .byte W03 + .byte W03 + .byte Cn1 , v092 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 3 **********************@ + +se_bowa2_3: + .byte KEYSH , se_bowa2_key+0 + .byte VOICE , 124 + .byte VOL , 100*se_bowa2_mvl/mxv + .byte N03 , Gn3 , v052 + .byte W03 + .byte N06 , Gs4 + .byte W03 + .byte W03 + .byte Gs4 , v020 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_bowa2: + .byte 3 @ NumTrks + .byte 0 @ NumBlks + .byte se_bowa2_pri @ Priority + .byte se_bowa2_rev @ Reverb. + + .word se_bowa2_grp + + .word se_bowa2_1 + .word se_bowa2_2 + .word se_bowa2_3 + + .end diff --git a/sound/songs/se_bt_start.s b/sound/songs/se_bt_start.s new file mode 100644 index 000000000..ea699104b --- /dev/null +++ b/sound/songs/se_bt_start.s @@ -0,0 +1,212 @@ + .include "MPlayDef.s" + + .equ se_bt_start_grp, voicegroup_8451F90 + .equ se_bt_start_pri, 5 + .equ se_bt_start_rev, reverb_set+50 + .equ se_bt_start_mvl, 127 + .equ se_bt_start_key, 0 + .equ se_bt_start_tbs, 1 + .equ se_bt_start_exg, 0 + .equ se_bt_start_cmp, 1 + + .section .rodata + .global se_bt_start + .align 2 + +@********************** Track 1 **********************@ + +se_bt_start_1: + .byte KEYSH , se_bt_start_key+0 + .byte TEMPO , 110*se_bt_start_tbs/2 + .byte VOICE , 66 + .byte BENDR , 12 + .byte VOL , 90*se_bt_start_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N90 , Gs3 , v040 + .byte W06 + .byte W06 + .byte BEND , c_v+1 + .byte W04 + .byte c_v+3 + .byte W02 + .byte W04 + .byte c_v+5 + .byte W02 + .byte W04 + .byte c_v+8 + .byte W02 + .byte W03 + .byte c_v+11 + .byte W03 + .byte W03 + .byte c_v+18 + .byte W03 + .byte W02 + .byte c_v+24 + .byte W04 + .byte c_v+30 + .byte W02 + .byte c_v+38 + .byte W02 + .byte c_v+43 + .byte W02 + .byte W01 + .byte c_v+56 + .byte W02 + .byte c_v+63 + .byte W03 + .byte W03 + .byte VOL , 83*se_bt_start_mvl/mxv + .byte W03 + .byte 75*se_bt_start_mvl/mxv + .byte W04 + .byte 68*se_bt_start_mvl/mxv + .byte W02 + .byte W01 + .byte 55*se_bt_start_mvl/mxv + .byte W04 + .byte 42*se_bt_start_mvl/mxv + .byte W01 + .byte W03 + .byte 29*se_bt_start_mvl/mxv + .byte W03 + .byte 17*se_bt_start_mvl/mxv + .byte W03 + .byte 8*se_bt_start_mvl/mxv + .byte W03 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_bt_start_2: + .byte KEYSH , se_bt_start_key+0 + .byte VOICE , 2 + .byte VOL , 14*se_bt_start_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v+0 + .byte TIE , Gn3 , v100 + .byte W01 + .byte VOL , 19*se_bt_start_mvl/mxv + .byte W01 + .byte 30*se_bt_start_mvl/mxv + .byte W02 + .byte 37*se_bt_start_mvl/mxv + .byte W02 + .byte W02 + .byte 44*se_bt_start_mvl/mxv + .byte W04 + .byte 49*se_bt_start_mvl/mxv + .byte W04 + .byte 53*se_bt_start_mvl/mxv + .byte W02 + .byte W03 + .byte 58*se_bt_start_mvl/mxv + .byte W03 + .byte W02 + .byte 64*se_bt_start_mvl/mxv + .byte W04 + .byte 68*se_bt_start_mvl/mxv + .byte W03 + .byte 74*se_bt_start_mvl/mxv + .byte W03 + .byte W01 + .byte BEND , c_v+1 + .byte W01 + .byte VOL , 81*se_bt_start_mvl/mxv + .byte W04 + .byte BEND , c_v+2 + .byte W01 + .byte VOL , 90*se_bt_start_mvl/mxv + .byte W03 + .byte BEND , c_v+4 + .byte W02 + .byte W03 + .byte c_v+5 + .byte W03 + .byte W01 + .byte c_v+6 + .byte W03 + .byte c_v+6 + .byte W02 + .byte W02 + .byte c_v+8 + .byte W02 + .byte c_v+10 + .byte W02 + .byte W01 + .byte c_v+14 + .byte W02 + .byte c_v+17 + .byte W03 + .byte c_v+24 + .byte W02 + .byte c_v+30 + .byte W01 + .byte c_v+41 + .byte W01 + .byte c_v+46 + .byte W02 + .byte c_v+55 + .byte W01 + .byte c_v+60 + .byte W01 + .byte c_v+63 + .byte W01 + .byte VOL , 87*se_bt_start_mvl/mxv + .byte W03 + .byte 85*se_bt_start_mvl/mxv + .byte PAN , c_v-4 + .byte W02 + .byte VOL , 78*se_bt_start_mvl/mxv + .byte PAN , c_v+4 + .byte W02 + .byte VOL , 75*se_bt_start_mvl/mxv + .byte PAN , c_v-6 + .byte W02 + .byte W01 + .byte VOL , 69*se_bt_start_mvl/mxv + .byte PAN , c_v+6 + .byte W02 + .byte VOL , 59*se_bt_start_mvl/mxv + .byte PAN , c_v-20 + .byte W03 + .byte VOL , 49*se_bt_start_mvl/mxv + .byte PAN , c_v+22 + .byte W02 + .byte VOL , 41*se_bt_start_mvl/mxv + .byte PAN , c_v-37 + .byte W02 + .byte VOL , 30*se_bt_start_mvl/mxv + .byte PAN , c_v+37 + .byte W02 + .byte W01 + .byte VOL , 19*se_bt_start_mvl/mxv + .byte PAN , c_v-48 + .byte W02 + .byte VOL , 10*se_bt_start_mvl/mxv + .byte PAN , c_v+48 + .byte W01 + .byte VOL , 4*se_bt_start_mvl/mxv + .byte W02 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_bt_start: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_bt_start_pri @ Priority + .byte se_bt_start_rev @ Reverb. + + .word se_bt_start_grp + + .word se_bt_start_1 + .word se_bt_start_2 + + .end diff --git a/sound/songs/se_c_gaji.s b/sound/songs/se_c_gaji.s new file mode 100644 index 000000000..fa87d3f12 --- /dev/null +++ b/sound/songs/se_c_gaji.s @@ -0,0 +1,44 @@ + .include "MPlayDef.s" + + .equ se_c_gaji_grp, voicegroup_8451F90 + .equ se_c_gaji_pri, 5 + .equ se_c_gaji_rev, reverb_set+50 + .equ se_c_gaji_mvl, 127 + .equ se_c_gaji_key, 0 + .equ se_c_gaji_tbs, 1 + .equ se_c_gaji_exg, 0 + .equ se_c_gaji_cmp, 1 + + .section .rodata + .global se_c_gaji + .align 2 + +@********************** Track 1 **********************@ + +se_c_gaji_1: + .byte KEYSH , se_c_gaji_key+0 + .byte TEMPO , 150*se_c_gaji_tbs/2 + .byte VOICE , 14 + .byte VOL , 90*se_c_gaji_mvl/mxv + .byte BEND , c_v-7 + .byte N02 , Cn5 , v112 + .byte W02 + .byte N09 , Gn4 + .byte W04 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_c_gaji: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_c_gaji_pri @ Priority + .byte se_c_gaji_rev @ Reverb. + + .word se_c_gaji_grp + + .word se_c_gaji_1 + + .end diff --git a/sound/songs/se_c_maku_d.s b/sound/songs/se_c_maku_d.s new file mode 100644 index 000000000..e143734a6 --- /dev/null +++ b/sound/songs/se_c_maku_d.s @@ -0,0 +1,95 @@ + .include "MPlayDef.s" + + .equ se_c_maku_d_grp, voicegroup_8451F90 + .equ se_c_maku_d_pri, 5 + .equ se_c_maku_d_rev, reverb_set+50 + .equ se_c_maku_d_mvl, 127 + .equ se_c_maku_d_key, 0 + .equ se_c_maku_d_tbs, 1 + .equ se_c_maku_d_exg, 0 + .equ se_c_maku_d_cmp, 1 + + .section .rodata + .global se_c_maku_d + .align 2 + +@********************** Track 1 **********************@ + +se_c_maku_d_1: + .byte KEYSH , se_c_maku_d_key+0 + .byte TEMPO , 150*se_c_maku_d_tbs/2 + .byte VOICE , 25 + .byte VOL , 12*se_c_maku_d_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Gs4 , v060 + .byte W01 + .byte VOL , 22*se_c_maku_d_mvl/mxv + .byte W01 + .byte 33*se_c_maku_d_mvl/mxv + .byte W01 + .byte 46*se_c_maku_d_mvl/mxv + .byte W01 + .byte 58*se_c_maku_d_mvl/mxv + .byte W02 + .byte 70*se_c_maku_d_mvl/mxv + .byte W02 + .byte 60*se_c_maku_d_mvl/mxv + .byte W01 + .byte 42*se_c_maku_d_mvl/mxv + .byte W01 + .byte 22*se_c_maku_d_mvl/mxv + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_c_maku_d_2: + .byte KEYSH , se_c_maku_d_key+0 + .byte VOICE , 15 + .byte VOL , 12*se_c_maku_d_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Fn3 , v100 + .byte W01 + .byte VOL , 22*se_c_maku_d_mvl/mxv + .byte BEND , c_v-4 + .byte W01 + .byte VOL , 33*se_c_maku_d_mvl/mxv + .byte BEND , c_v-7 + .byte W01 + .byte VOL , 46*se_c_maku_d_mvl/mxv + .byte BEND , c_v-10 + .byte W01 + .byte VOL , 58*se_c_maku_d_mvl/mxv + .byte BEND , c_v-15 + .byte W02 + .byte VOL , 70*se_c_maku_d_mvl/mxv + .byte BEND , c_v-23 + .byte W01 + .byte c_v-31 + .byte W01 + .byte VOL , 60*se_c_maku_d_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte VOL , 42*se_c_maku_d_mvl/mxv + .byte BEND , c_v-48 + .byte W01 + .byte VOL , 22*se_c_maku_d_mvl/mxv + .byte BEND , c_v-55 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_c_maku_d: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_c_maku_d_pri @ Priority + .byte se_c_maku_d_rev @ Reverb. + + .word se_c_maku_d_grp + + .word se_c_maku_d_1 + .word se_c_maku_d_2 + + .end diff --git a/sound/songs/se_c_maku_u.s b/sound/songs/se_c_maku_u.s new file mode 100644 index 000000000..b2025dda7 --- /dev/null +++ b/sound/songs/se_c_maku_u.s @@ -0,0 +1,95 @@ + .include "MPlayDef.s" + + .equ se_c_maku_u_grp, voicegroup_8451F90 + .equ se_c_maku_u_pri, 5 + .equ se_c_maku_u_rev, reverb_set+50 + .equ se_c_maku_u_mvl, 127 + .equ se_c_maku_u_key, 0 + .equ se_c_maku_u_tbs, 1 + .equ se_c_maku_u_exg, 0 + .equ se_c_maku_u_cmp, 1 + + .section .rodata + .global se_c_maku_u + .align 2 + +@********************** Track 1 **********************@ + +se_c_maku_u_1: + .byte KEYSH , se_c_maku_u_key+0 + .byte TEMPO , 150*se_c_maku_u_tbs/2 + .byte VOICE , 25 + .byte VOL , 12*se_c_maku_u_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Gs4 , v060 + .byte W01 + .byte VOL , 22*se_c_maku_u_mvl/mxv + .byte W01 + .byte 33*se_c_maku_u_mvl/mxv + .byte W01 + .byte 46*se_c_maku_u_mvl/mxv + .byte W01 + .byte 58*se_c_maku_u_mvl/mxv + .byte W02 + .byte 70*se_c_maku_u_mvl/mxv + .byte W02 + .byte 60*se_c_maku_u_mvl/mxv + .byte W01 + .byte 42*se_c_maku_u_mvl/mxv + .byte W01 + .byte 22*se_c_maku_u_mvl/mxv + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_c_maku_u_2: + .byte KEYSH , se_c_maku_u_key+0 + .byte VOICE , 15 + .byte VOL , 12*se_c_maku_u_mvl/mxv + .byte BEND , c_v+0 + .byte N12 , Fn3 , v100 + .byte W01 + .byte VOL , 22*se_c_maku_u_mvl/mxv + .byte BEND , c_v+3 + .byte W01 + .byte VOL , 33*se_c_maku_u_mvl/mxv + .byte BEND , c_v+6 + .byte W01 + .byte VOL , 46*se_c_maku_u_mvl/mxv + .byte BEND , c_v+9 + .byte W01 + .byte VOL , 58*se_c_maku_u_mvl/mxv + .byte BEND , c_v+12 + .byte W02 + .byte VOL , 70*se_c_maku_u_mvl/mxv + .byte BEND , c_v+17 + .byte W01 + .byte c_v+20 + .byte W01 + .byte VOL , 60*se_c_maku_u_mvl/mxv + .byte BEND , c_v+25 + .byte W01 + .byte VOL , 42*se_c_maku_u_mvl/mxv + .byte BEND , c_v+32 + .byte W01 + .byte VOL , 22*se_c_maku_u_mvl/mxv + .byte BEND , c_v+38 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_c_maku_u: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_c_maku_u_pri @ Priority + .byte se_c_maku_u_rev @ Reverb. + + .word se_c_maku_u_grp + + .word se_c_maku_u_1 + .word se_c_maku_u_2 + + .end diff --git a/sound/songs/se_c_pasi.s b/sound/songs/se_c_pasi.s new file mode 100644 index 000000000..530db344f --- /dev/null +++ b/sound/songs/se_c_pasi.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_c_pasi_grp, voicegroup_8451F90 + .equ se_c_pasi_pri, 5 + .equ se_c_pasi_rev, reverb_set+50 + .equ se_c_pasi_mvl, 127 + .equ se_c_pasi_key, 0 + .equ se_c_pasi_tbs, 1 + .equ se_c_pasi_exg, 0 + .equ se_c_pasi_cmp, 1 + + .section .rodata + .global se_c_pasi + .align 2 + +@********************** Track 1 **********************@ + +se_c_pasi_1: + .byte KEYSH , se_c_pasi_key+0 + .byte TEMPO , 150*se_c_pasi_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 110*se_c_pasi_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Gn3 , v112 + .byte W04 + .byte Gn4 , v064 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_c_pasi: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_c_pasi_pri @ Priority + .byte se_c_pasi_rev @ Reverb. + + .word se_c_pasi_grp + + .word se_c_pasi_1 + + .end diff --git a/sound/songs/se_c_pikon.s b/sound/songs/se_c_pikon.s new file mode 100644 index 000000000..ff0d49778 --- /dev/null +++ b/sound/songs/se_c_pikon.s @@ -0,0 +1,54 @@ + .include "MPlayDef.s" + + .equ se_c_pikon_grp, voicegroup_8451F90 + .equ se_c_pikon_pri, 5 + .equ se_c_pikon_rev, reverb_set+50 + .equ se_c_pikon_mvl, 127 + .equ se_c_pikon_key, 0 + .equ se_c_pikon_tbs, 1 + .equ se_c_pikon_exg, 0 + .equ se_c_pikon_cmp, 1 + + .section .rodata + .global se_c_pikon + .align 2 + +@********************** Track 1 **********************@ + +se_c_pikon_1: + .byte KEYSH , se_c_pikon_key+0 + .byte TEMPO , 150*se_c_pikon_tbs/2 + .byte VOICE , 14 + .byte VOL , 90*se_c_pikon_mvl/mxv + .byte BEND , c_v-7 + .byte N02 , Cn5 , v112 + .byte W02 + .byte Cn6 + .byte W04 + .byte W01 + .byte Cn6 , v060 + .byte W05 + .byte W02 + .byte Cn5 , v112 + .byte W02 + .byte Cn6 + .byte W02 + .byte W03 + .byte Cn6 , v060 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_c_pikon: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_c_pikon_pri @ Priority + .byte se_c_pikon_rev @ Reverb. + + .word se_c_pikon_grp + + .word se_c_pikon_1 + + .end diff --git a/sound/songs/se_c_syu.s b/sound/songs/se_c_syu.s new file mode 100644 index 000000000..9d6b5be03 --- /dev/null +++ b/sound/songs/se_c_syu.s @@ -0,0 +1,54 @@ + .include "MPlayDef.s" + + .equ se_c_syu_grp, voicegroup_8451F90 + .equ se_c_syu_pri, 5 + .equ se_c_syu_rev, reverb_set+50 + .equ se_c_syu_mvl, 127 + .equ se_c_syu_key, 0 + .equ se_c_syu_tbs, 1 + .equ se_c_syu_exg, 0 + .equ se_c_syu_cmp, 1 + + .section .rodata + .global se_c_syu + .align 2 + +@********************** Track 1 **********************@ + +se_c_syu_1: + .byte KEYSH , se_c_syu_key+0 + .byte TEMPO , 150*se_c_syu_tbs/2 + .byte VOICE , 36 + .byte VOL , 49*se_c_syu_mvl/mxv + .byte BEND , c_v-64 + .byte N03 , Cn6 , v112 + .byte W01 + .byte VOL , 68*se_c_syu_mvl/mxv + .byte BEND , c_v-1 + .byte W01 + .byte VOL , 90*se_c_syu_mvl/mxv + .byte BEND , c_v+63 + .byte W01 + .byte VOL , 69*se_c_syu_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , Cn6 , v040 + .byte W01 + .byte VOL , 90*se_c_syu_mvl/mxv + .byte BEND , c_v+63 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_c_syu: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_c_syu_pri @ Priority + .byte se_c_syu_rev @ Reverb. + + .word se_c_syu_grp + + .word se_c_syu_1 + + .end diff --git a/sound/songs/se_card.s b/sound/songs/se_card.s new file mode 100644 index 000000000..43ee32232 --- /dev/null +++ b/sound/songs/se_card.s @@ -0,0 +1,84 @@ + .include "MPlayDef.s" + + .equ se_card_grp, voicegroup_8451F90 + .equ se_card_pri, 4 + .equ se_card_rev, reverb_set+50 + .equ se_card_mvl, 127 + .equ se_card_key, 0 + .equ se_card_tbs, 1 + .equ se_card_exg, 0 + .equ se_card_cmp, 1 + + .section .rodata + .global se_card + .align 2 + +@********************** Track 1 **********************@ + +se_card_1: + .byte KEYSH , se_card_key+0 + .byte TEMPO , 180*se_card_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 45*se_card_mvl/mxv + .byte BEND , c_v+63 + .byte N02 , Gn3 , v044 + .byte W01 + .byte VOL , 87*se_card_mvl/mxv + .byte W01 + .byte 120*se_card_mvl/mxv + .byte N01 , Gn4 + .byte W02 + .byte N30 , Cn4 , v127 + .byte W02 + .byte BEND , c_v+59 + .byte W01 + .byte VOL , 3*se_card_mvl/mxv + .byte W01 + .byte 30*se_card_mvl/mxv + .byte W01 + .byte 68*se_card_mvl/mxv + .byte BEND , c_v+55 + .byte W01 + .byte VOL , 92*se_card_mvl/mxv + .byte W02 + .byte 120*se_card_mvl/mxv + .byte BEND , c_v+46 + .byte W03 + .byte VOL , 111*se_card_mvl/mxv + .byte BEND , c_v+37 + .byte W03 + .byte VOL , 95*se_card_mvl/mxv + .byte BEND , c_v+28 + .byte W03 + .byte VOL , 79*se_card_mvl/mxv + .byte BEND , c_v+20 + .byte W03 + .byte VOL , 63*se_card_mvl/mxv + .byte BEND , c_v+11 + .byte W03 + .byte VOL , 46*se_card_mvl/mxv + .byte BEND , c_v+2 + .byte W03 + .byte VOL , 30*se_card_mvl/mxv + .byte BEND , c_v-7 + .byte W03 + .byte VOL , 14*se_card_mvl/mxv + .byte BEND , c_v-16 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_card: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_card_pri @ Priority + .byte se_card_rev @ Reverb. + + .word se_card_grp + + .word se_card_1 + + .end diff --git a/sound/songs/se_dansa.s b/sound/songs/se_dansa.s new file mode 100644 index 000000000..414ee2cee --- /dev/null +++ b/sound/songs/se_dansa.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ se_dansa_grp, voicegroup_8451990 + .equ se_dansa_pri, 4 + .equ se_dansa_rev, reverb_set+50 + .equ se_dansa_mvl, 127 + .equ se_dansa_key, 0 + .equ se_dansa_tbs, 1 + .equ se_dansa_exg, 0 + .equ se_dansa_cmp, 1 + + .section .rodata + .global se_dansa + .align 2 + +@********************** Track 1 **********************@ + +se_dansa_1: + .byte KEYSH , se_dansa_key+0 + .byte TEMPO , 120*se_dansa_tbs/2 + .byte VOICE , 85 + .byte VOL , 100*se_dansa_mvl/mxv + .byte BEND , c_v-6 + .byte N02 , Ds2 , v052 + .byte W02 + .byte VOICE , 86 + .byte N06 , Gn3 , v092 + .byte W01 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_dansa: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_dansa_pri @ Priority + .byte se_dansa_rev @ Reverb. + + .word se_dansa_grp + + .word se_dansa_1 + + .end diff --git a/sound/songs/se_daugi.s b/sound/songs/se_daugi.s new file mode 100644 index 000000000..b61c9628a --- /dev/null +++ b/sound/songs/se_daugi.s @@ -0,0 +1,80 @@ + .include "MPlayDef.s" + + .equ se_daugi_grp, voicegroup_8451990 + .equ se_daugi_pri, 5 + .equ se_daugi_rev, reverb_set+50 + .equ se_daugi_mvl, 127 + .equ se_daugi_key, 0 + .equ se_daugi_tbs, 1 + .equ se_daugi_exg, 0 + .equ se_daugi_cmp, 1 + + .section .rodata + .global se_daugi + .align 2 + +@********************** Track 1 **********************@ + +se_daugi_1: + .byte KEYSH , se_daugi_key+0 + .byte TEMPO , 128*se_daugi_tbs/2 + .byte VOICE , 89 + .byte BENDR , 12 + .byte VOL , 90*se_daugi_mvl/mxv + .byte BEND , c_v-1 + .byte N03 , Fs2 , v127 + .byte W03 + .byte N01 , Ds3 + .byte W03 + .byte VOICE , 6 + .byte N03 , Gs3 , v100 + .byte W03 + .byte W01 + .byte N18 , Fn5 , v072 + .byte W02 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_daugi_2: + .byte KEYSH , se_daugi_key+0 + .byte VOICE , 14 + .byte VOL , 90*se_daugi_mvl/mxv + .byte BEND , c_v-8 + .byte N03 , Gs3 , v100 + .byte W03 + .byte W03 + .byte Gs3 , v060 + .byte W03 + .byte W01 + .byte N18 , Fn5 + .byte W02 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_daugi: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_daugi_pri @ Priority + .byte se_daugi_rev @ Reverb. + + .word se_daugi_grp + + .word se_daugi_1 + .word se_daugi_2 + + .end diff --git a/sound/songs/se_dendou.s b/sound/songs/se_dendou.s new file mode 100644 index 000000000..8cf2a0d1e --- /dev/null +++ b/sound/songs/se_dendou.s @@ -0,0 +1,197 @@ + .include "MPlayDef.s" + + .equ se_dendou_grp, voicegroup_8451F90 + .equ se_dendou_pri, 5 + .equ se_dendou_rev, reverb_set+50 + .equ se_dendou_mvl, 127 + .equ se_dendou_key, 0 + .equ se_dendou_tbs, 1 + .equ se_dendou_exg, 0 + .equ se_dendou_cmp, 1 + + .section .rodata + .global se_dendou + .align 2 + +@********************** Track 1 **********************@ + +se_dendou_1: + .byte KEYSH , se_dendou_key+0 + .byte TEMPO , 150*se_dendou_tbs/2 + .byte VOICE , 60 + .byte BENDR , 12 + .byte VOL , 25*se_dendou_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte TIE , Bn2 , v127 + .byte W01 + .byte PAN , c_v+2 + .byte W01 + .byte c_v+5 + .byte W01 + .byte VOL , 34*se_dendou_mvl/mxv + .byte W01 + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 46*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte VOL , 56*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W01 + .byte VOL , 70*se_dendou_mvl/mxv + .byte W01 + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 80*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte VOL , 88*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte VOL , 96*se_dendou_mvl/mxv + .byte PAN , c_v+5 + .byte W02 + .byte c_v+2 + .byte W02 + .byte VOL , 100*se_dendou_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte c_v-2 + .byte W02 +se_dendou_1_000: + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W02 + .byte c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte c_v-2 + .byte W02 + .byte PEND + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte PATT + .word se_dendou_1_000 + .byte VOL , 96*se_dendou_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W01 + .byte VOL , 92*se_dendou_mvl/mxv + .byte W01 + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 84*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte VOL , 72*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte VOL , 63*se_dendou_mvl/mxv + .byte PAN , c_v+5 + .byte W02 + .byte VOL , 52*se_dendou_mvl/mxv + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 37*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W01 + .byte VOL , 22*se_dendou_mvl/mxv + .byte W01 + .byte 12*se_dendou_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte EOT , Bn2 + .byte FINE + +@******************************************************@ + .align 2 + +se_dendou: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_dendou_pri @ Priority + .byte se_dendou_rev @ Reverb. + + .word se_dendou_grp + + .word se_dendou_1 + + .end diff --git a/sound/songs/se_doku.s b/sound/songs/se_doku.s new file mode 100644 index 000000000..c4f470dbd --- /dev/null +++ b/sound/songs/se_doku.s @@ -0,0 +1,50 @@ + .include "MPlayDef.s" + + .equ se_doku_grp, voicegroup_8451990 + .equ se_doku_pri, 5 + .equ se_doku_rev, reverb_set+50 + .equ se_doku_mvl, 127 + .equ se_doku_key, 0 + .equ se_doku_tbs, 1 + .equ se_doku_exg, 0 + .equ se_doku_cmp, 1 + + .section .rodata + .global se_doku + .align 2 + +@********************** Track 1 **********************@ + +se_doku_1: + .byte KEYSH , se_doku_key+0 + .byte TEMPO , 150*se_doku_tbs/2 + .byte VOICE , 16 + .byte BENDR , 12 + .byte VOL , 110*se_doku_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , Ds3 , v100 + .byte W04 + .byte N02 + .byte W05 + .byte N02 + .byte W05 + .byte N02 + .byte W05 + .byte N02 + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_doku: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_doku_pri @ Priority + .byte se_doku_rev @ Reverb. + + .word se_doku_grp + + .word se_doku_1 + + .end diff --git a/sound/songs/se_door.s b/sound/songs/se_door.s new file mode 100644 index 000000000..847f3ccea --- /dev/null +++ b/sound/songs/se_door.s @@ -0,0 +1,42 @@ + .include "MPlayDef.s" + + .equ se_door_grp, voicegroup_8451990 + .equ se_door_pri, 5 + .equ se_door_rev, reverb_set+50 + .equ se_door_mvl, 127 + .equ se_door_key, 0 + .equ se_door_tbs, 1 + .equ se_door_exg, 0 + .equ se_door_cmp, 1 + + .section .rodata + .global se_door + .align 2 + +@********************** Track 1 **********************@ + +se_door_1: + .byte KEYSH , se_door_key+0 + .byte TEMPO , 110*se_door_tbs/2 + .byte VOICE , 127 + .byte VOL , 80*se_door_mvl/mxv + .byte N03 , Dn3 , v127 + .byte W06 + .byte N12 , Fs3 + .byte W18 + .byte FINE + +@******************************************************@ + .align 2 + +se_door: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_door_pri @ Priority + .byte se_door_rev @ Reverb. + + .word se_door_grp + + .word se_door_1 + + .end diff --git a/sound/songs/se_e.s b/sound/songs/se_e.s new file mode 100644 index 000000000..dd524b0e2 --- /dev/null +++ b/sound/songs/se_e.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_e_grp, voicegroup_8451F90 + .equ se_e_pri, 4 + .equ se_e_rev, reverb_set+50 + .equ se_e_mvl, 127 + .equ se_e_key, 0 + .equ se_e_tbs, 1 + .equ se_e_exg, 0 + .equ se_e_cmp, 1 + + .section .rodata + .global se_e + .align 2 + +@********************** Track 1 **********************@ + +se_e_1: + .byte KEYSH , se_e_key+0 + .byte TEMPO , 240*se_e_tbs/2 + .byte VOICE , 125 + .byte BENDR , 12 + .byte VOL , 120*se_e_mvl/mxv + .byte BEND , c_v+0 + .byte N72 , Cn3 , v127 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_e: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_e_pri @ Priority + .byte se_e_rev @ Reverb. + + .word se_e_grp + + .word se_e_1 + + .end diff --git a/sound/songs/se_elebeta.s b/sound/songs/se_elebeta.s new file mode 100644 index 000000000..e1b24e85e --- /dev/null +++ b/sound/songs/se_elebeta.s @@ -0,0 +1,71 @@ + .include "MPlayDef.s" + + .equ se_elebeta_grp, voicegroup_8451F90 + .equ se_elebeta_pri, 4 + .equ se_elebeta_rev, reverb_set+50 + .equ se_elebeta_mvl, 127 + .equ se_elebeta_key, 0 + .equ se_elebeta_tbs, 1 + .equ se_elebeta_exg, 0 + .equ se_elebeta_cmp, 1 + + .section .rodata + .global se_elebeta + .align 2 + +@********************** Track 1 **********************@ + +se_elebeta_1: + .byte KEYSH , se_elebeta_key+0 + .byte TEMPO , 150*se_elebeta_tbs/2 + .byte VOICE , 38 + .byte BENDR , 2 + .byte VOL , 100*se_elebeta_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , Fs4 , v080 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte EOT + .byte FINE + +@********************** Track 2 **********************@ + +se_elebeta_2: + .byte KEYSH , se_elebeta_key+0 + .byte VOICE , 27 + .byte VOL , 100*se_elebeta_mvl/mxv + .byte TIE , Fn3 , v032 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_elebeta: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_elebeta_pri @ Priority + .byte se_elebeta_rev @ Reverb. + + .word se_elebeta_grp + + .word se_elebeta_1 + .word se_elebeta_2 + + .end diff --git a/sound/songs/se_esuka.s b/sound/songs/se_esuka.s new file mode 100644 index 000000000..7b094c5b3 --- /dev/null +++ b/sound/songs/se_esuka.s @@ -0,0 +1,93 @@ + .include "MPlayDef.s" + + .equ se_esuka_grp, voicegroup_8451F90 + .equ se_esuka_pri, 4 + .equ se_esuka_rev, reverb_set+50 + .equ se_esuka_mvl, 127 + .equ se_esuka_key, 0 + .equ se_esuka_tbs, 1 + .equ se_esuka_exg, 0 + .equ se_esuka_cmp, 1 + + .section .rodata + .global se_esuka + .align 2 + +@********************** Track 1 **********************@ + +se_esuka_1: + .byte KEYSH , se_esuka_key+0 + .byte TEMPO , 150*se_esuka_tbs/2 + .byte VOICE , 38 + .byte BENDR , 2 + .byte VOL , 51*se_esuka_mvl/mxv + .byte BEND , c_v-32 + .byte TIE , En5 , v080 + .byte W01 + .byte BEND , c_v-26 + .byte W01 + .byte VOL , 56*se_esuka_mvl/mxv + .byte W01 + .byte BEND , c_v-21 + .byte W01 + .byte VOL , 62*se_esuka_mvl/mxv + .byte W02 + .byte BEND , c_v-15 + .byte W01 + .byte VOL , 69*se_esuka_mvl/mxv + .byte W01 + .byte BEND , c_v-7 + .byte W01 + .byte VOL , 75*se_esuka_mvl/mxv + .byte W01 + .byte BEND , c_v+0 + .byte W02 + .byte VOL , 85*se_esuka_mvl/mxv + .byte W02 + .byte 92*se_esuka_mvl/mxv + .byte W02 + .byte 100*se_esuka_mvl/mxv + .byte W08 + .byte W24 + .byte W24 + .byte W24 + .byte W03 + .byte 96*se_esuka_mvl/mxv + .byte W03 + .byte 88*se_esuka_mvl/mxv + .byte W03 + .byte 81*se_esuka_mvl/mxv + .byte BEND , c_v-5 + .byte W03 + .byte VOL , 74*se_esuka_mvl/mxv + .byte BEND , c_v-8 + .byte W02 + .byte VOL , 62*se_esuka_mvl/mxv + .byte BEND , c_v-12 + .byte W02 + .byte VOL , 49*se_esuka_mvl/mxv + .byte BEND , c_v-21 + .byte W03 + .byte VOL , 39*se_esuka_mvl/mxv + .byte BEND , c_v-26 + .byte W02 + .byte VOL , 25*se_esuka_mvl/mxv + .byte BEND , c_v-32 + .byte W03 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_esuka: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_esuka_pri @ Priority + .byte se_esuka_rev @ Reverb. + + .word se_esuka_grp + + .word se_esuka_1 + + .end diff --git a/sound/songs/se_exp.s b/sound/songs/se_exp.s new file mode 100644 index 000000000..36ffde851 --- /dev/null +++ b/sound/songs/se_exp.s @@ -0,0 +1,333 @@ + .include "MPlayDef.s" + + .equ se_exp_grp, voicegroup_8451F90 + .equ se_exp_pri, 5 + .equ se_exp_rev, reverb_set+50 + .equ se_exp_mvl, 127 + .equ se_exp_key, 0 + .equ se_exp_tbs, 1 + .equ se_exp_exg, 0 + .equ se_exp_cmp, 1 + + .section .rodata + .global se_exp + .align 2 + +@********************** Track 1 **********************@ + +se_exp_1: + .byte KEYSH , se_exp_key+0 + .byte TEMPO , 240*se_exp_tbs/2 + .byte VOICE , 19 + .byte BENDR , 26 + .byte VOL , 80*se_exp_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte TIE , Fn3 , v112 + .byte W01 + .byte BEND , c_v+8 + .byte W01 + .byte c_v+16 + .byte W01 + .byte c_v+22 + .byte W01 + .byte c_v+31 + .byte W02 + .byte c_v+38 + .byte W01 + .byte VOL , 71*se_exp_mvl/mxv + .byte BEND , c_v+8 + .byte W01 + .byte c_v+16 + .byte W01 + .byte c_v+22 + .byte W01 + .byte c_v+31 + .byte W02 + .byte c_v+38 + .byte W01 + .byte c_v+15 + .byte W01 + .byte VOL , 50*se_exp_mvl/mxv + .byte BEND , c_v+1 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+0 + .byte W02 + .byte c_v+3 + .byte W01 + .byte VOL , 51*se_exp_mvl/mxv + .byte BEND , c_v+3 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W01 + .byte c_v+4 + .byte W02 + .byte VOL , 52*se_exp_mvl/mxv + .byte BEND , c_v+4 + .byte W01 + .byte c_v+7 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v+5 + .byte W01 + .byte VOL , 52*se_exp_mvl/mxv + .byte BEND , c_v+8 + .byte W02 + .byte c_v+8 + .byte W01 + .byte c_v+7 + .byte W01 + .byte c_v+10 + .byte W01 + .byte VOL , 54*se_exp_mvl/mxv + .byte BEND , c_v+10 + .byte W01 + .byte c_v+9 + .byte W02 + .byte c_v+12 + .byte W01 + .byte c_v+12 + .byte W01 + .byte VOL , 55*se_exp_mvl/mxv + .byte BEND , c_v+11 + .byte W01 + .byte c_v+14 + .byte W01 + .byte c_v+13 + .byte W02 + .byte c_v+12 + .byte W01 + .byte VOL , 56*se_exp_mvl/mxv + .byte BEND , c_v+16 + .byte W01 + .byte c_v+15 + .byte W01 + .byte c_v+14 + .byte W01 + .byte c_v+17 + .byte W02 + .byte VOL , 57*se_exp_mvl/mxv + .byte BEND , c_v+17 + .byte W01 + .byte c_v+16 + .byte W01 + .byte c_v+20 + .byte W01 + .byte c_v+19 + .byte W01 + .byte VOL , 57*se_exp_mvl/mxv + .byte BEND , c_v+19 + .byte W02 + .byte c_v+21 + .byte W01 + .byte c_v+20 + .byte W01 + .byte c_v+20 + .byte W01 + .byte VOL , 59*se_exp_mvl/mxv + .byte BEND , c_v+23 + .byte W01 + .byte c_v+22 + .byte W02 + .byte c_v+21 + .byte W01 + .byte c_v+25 + .byte W01 + .byte VOL , 60*se_exp_mvl/mxv + .byte BEND , c_v+24 + .byte W01 + .byte c_v+23 + .byte W01 + .byte c_v+26 + .byte W02 + .byte c_v+25 + .byte W01 + .byte VOL , 61*se_exp_mvl/mxv + .byte BEND , c_v+24 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+27 + .byte W01 + .byte c_v+26 + .byte W02 + .byte VOL , 62*se_exp_mvl/mxv + .byte BEND , c_v+30 + .byte W01 + .byte c_v+29 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+32 + .byte W01 + .byte VOL , 62*se_exp_mvl/mxv + .byte BEND , c_v+30 + .byte W02 + .byte c_v+30 + .byte W01 + .byte c_v+33 + .byte W01 + .byte c_v+32 + .byte W01 + .byte VOL , 64*se_exp_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte c_v+35 + .byte W02 + .byte c_v+34 + .byte W01 + .byte c_v+33 + .byte W01 + .byte VOL , 65*se_exp_mvl/mxv + .byte BEND , c_v+37 + .byte W01 + .byte c_v+36 + .byte W01 + .byte c_v+35 + .byte W02 + .byte c_v+39 + .byte W01 + .byte VOL , 66*se_exp_mvl/mxv + .byte BEND , c_v+38 + .byte W01 + .byte c_v+37 + .byte W01 + .byte c_v+40 + .byte W01 + .byte c_v+39 + .byte W02 + .byte VOL , 67*se_exp_mvl/mxv + .byte BEND , c_v+38 + .byte W01 + .byte c_v+42 + .byte W01 + .byte c_v+41 + .byte W01 + .byte c_v+40 + .byte W01 + .byte VOL , 68*se_exp_mvl/mxv + .byte BEND , c_v+44 + .byte W02 + .byte c_v+43 + .byte W01 + .byte c_v+42 + .byte W01 + .byte c_v+46 + .byte W01 + .byte VOL , 69*se_exp_mvl/mxv + .byte BEND , c_v+45 + .byte W01 + .byte c_v+44 + .byte W02 + .byte c_v+48 + .byte W01 + .byte c_v+46 + .byte W01 + .byte VOL , 70*se_exp_mvl/mxv + .byte BEND , c_v+45 + .byte W01 + .byte c_v+49 + .byte W01 + .byte c_v+48 + .byte W02 + .byte c_v+48 + .byte W01 + .byte VOL , 71*se_exp_mvl/mxv + .byte BEND , c_v+51 + .byte W01 + .byte c_v+50 + .byte W01 + .byte c_v+49 + .byte W01 + .byte c_v+53 + .byte W02 + .byte VOL , 72*se_exp_mvl/mxv + .byte BEND , c_v+52 + .byte W01 + .byte c_v+51 + .byte W01 + .byte c_v+55 + .byte W01 + .byte c_v+53 + .byte W01 + .byte VOL , 73*se_exp_mvl/mxv + .byte BEND , c_v+52 + .byte W02 + .byte c_v+56 + .byte W01 + .byte c_v+55 + .byte W01 + .byte c_v+54 + .byte W01 + .byte VOL , 74*se_exp_mvl/mxv + .byte BEND , c_v+58 + .byte W01 + .byte c_v+57 + .byte W02 + .byte c_v+56 + .byte W01 + .byte c_v+59 + .byte W01 + .byte VOL , 75*se_exp_mvl/mxv + .byte BEND , c_v+59 + .byte W01 + .byte c_v+58 + .byte W01 + .byte c_v+62 + .byte W02 + .byte c_v+61 + .byte W01 + .byte VOL , 76*se_exp_mvl/mxv + .byte BEND , c_v+60 + .byte W01 + .byte c_v+63 + .byte W01 + .byte c_v+62 + .byte W01 + .byte c_v+61 + .byte W02 + .byte VOL , 77*se_exp_mvl/mxv + .byte BEND , c_v+63 + .byte W01 + .byte c_v+62 + .byte W01 + .byte c_v+61 + .byte W01 + .byte c_v+63 + .byte W01 + .byte VOL , 78*se_exp_mvl/mxv + .byte BEND , c_v+62 + .byte W02 + .byte c_v+61 + .byte W01 + .byte c_v+63 + .byte W01 + .byte c_v+62 + .byte W01 + .byte VOL , 79*se_exp_mvl/mxv + .byte BEND , c_v+61 + .byte W01 + .byte c_v+63 + .byte W02 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_exp: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_exp_pri @ Priority + .byte se_exp_rev @ Reverb. + + .word se_exp_grp + + .word se_exp_1 + + .end diff --git a/sound/songs/se_expmax.s b/sound/songs/se_expmax.s new file mode 100644 index 000000000..2e34c941d --- /dev/null +++ b/sound/songs/se_expmax.s @@ -0,0 +1,76 @@ + .include "MPlayDef.s" + + .equ se_expmax_grp, voicegroup_8451F90 + .equ se_expmax_pri, 5 + .equ se_expmax_rev, reverb_set+50 + .equ se_expmax_mvl, 127 + .equ se_expmax_key, 0 + .equ se_expmax_tbs, 1 + .equ se_expmax_exg, 0 + .equ se_expmax_cmp, 1 + + .section .rodata + .global se_expmax + .align 2 + +@********************** Track 1 **********************@ + +se_expmax_1: + .byte KEYSH , se_expmax_key+0 + .byte TEMPO , 150*se_expmax_tbs/2 + .byte VOICE , 46 + .byte VOL , 94*se_expmax_mvl/mxv + .byte BENDR , 2 + .byte LFOS , 40 + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte N06 , An5 , v112 + .byte W01 + .byte N15 , En6 , v104 + .byte W02 + .byte W01 + .byte MOD , 5 + .byte W02 + .byte W03 + .byte W03 + .byte W03 + .byte W01 + .byte 0 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_expmax_2: + .byte KEYSH , se_expmax_key+0 + .byte VOICE , 53 + .byte BENDR , 2 + .byte VOL , 43*se_expmax_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte N06 , An4 , v108 + .byte W01 + .byte N12 , Cs6 , v104 + .byte W02 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_expmax: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_expmax_pri @ Priority + .byte se_expmax_rev @ Reverb. + + .word se_expmax_grp + + .word se_expmax_1 + .word se_expmax_2 + + .end diff --git a/sound/songs/se_fu_zaku.s b/sound/songs/se_fu_zaku.s new file mode 100644 index 000000000..813e9bec6 --- /dev/null +++ b/sound/songs/se_fu_zaku.s @@ -0,0 +1,54 @@ + .include "MPlayDef.s" + + .equ se_fu_zaku_grp, voicegroup_8451990 + .equ se_fu_zaku_pri, 4 + .equ se_fu_zaku_rev, reverb_set+50 + .equ se_fu_zaku_mvl, 127 + .equ se_fu_zaku_key, 0 + .equ se_fu_zaku_tbs, 1 + .equ se_fu_zaku_exg, 0 + .equ se_fu_zaku_cmp, 1 + + .section .rodata + .global se_fu_zaku + .align 2 + +@********************** Track 1 **********************@ + +se_fu_zaku_1: + .byte KEYSH , se_fu_zaku_key+0 + .byte TEMPO , 150*se_fu_zaku_tbs/2 + .byte VOICE , 126 + .byte VOL , 120*se_fu_zaku_mvl/mxv + .byte N01 , Cn3 , v068 + .byte W01 + .byte En3 , v064 + .byte W01 + .byte Gn3 + .byte W03 + .byte N02 , An2 , v048 + .byte W08 + .byte N01 , Cn3 , v068 + .byte W01 + .byte En3 , v064 + .byte W01 + .byte Gn3 + .byte W03 + .byte N02 , An2 , v048 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_fu_zaku: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_fu_zaku_pri @ Priority + .byte se_fu_zaku_rev @ Reverb. + + .word se_fu_zaku_grp + + .word se_fu_zaku_1 + + .end diff --git a/sound/songs/se_fu_zaku2.s b/sound/songs/se_fu_zaku2.s new file mode 100644 index 000000000..db2a316d1 --- /dev/null +++ b/sound/songs/se_fu_zaku2.s @@ -0,0 +1,48 @@ + .include "MPlayDef.s" + + .equ se_fu_zaku2_grp, voicegroup_8451990 + .equ se_fu_zaku2_pri, 4 + .equ se_fu_zaku2_rev, reverb_set+50 + .equ se_fu_zaku2_mvl, 127 + .equ se_fu_zaku2_key, 0 + .equ se_fu_zaku2_tbs, 1 + .equ se_fu_zaku2_exg, 0 + .equ se_fu_zaku2_cmp, 1 + + .section .rodata + .global se_fu_zaku2 + .align 2 + +@********************** Track 1 **********************@ + +se_fu_zaku2_1: + .byte KEYSH , se_fu_zaku2_key+0 + .byte TEMPO , 150*se_fu_zaku2_tbs/2 + .byte VOICE , 126 + .byte VOL , 110*se_fu_zaku2_mvl/mxv + .byte N01 , An2 , v112 + .byte W01 + .byte En3 + .byte W01 + .byte Gn3 + .byte W01 + .byte W02 + .byte N02 , Cn3 , v092 + .byte W01 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_fu_zaku2: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_fu_zaku2_pri @ Priority + .byte se_fu_zaku2_rev @ Reverb. + + .word se_fu_zaku2_grp + + .word se_fu_zaku2_1 + + .end diff --git a/sound/songs/se_fu_zuzuzu.s b/sound/songs/se_fu_zuzuzu.s new file mode 100644 index 000000000..3b7446301 --- /dev/null +++ b/sound/songs/se_fu_zuzuzu.s @@ -0,0 +1,73 @@ + .include "MPlayDef.s" + + .equ se_fu_zuzuzu_grp, voicegroup_8451990 + .equ se_fu_zuzuzu_pri, 4 + .equ se_fu_zuzuzu_rev, reverb_set+50 + .equ se_fu_zuzuzu_mvl, 127 + .equ se_fu_zuzuzu_key, 0 + .equ se_fu_zuzuzu_tbs, 1 + .equ se_fu_zuzuzu_exg, 0 + .equ se_fu_zuzuzu_cmp, 1 + + .section .rodata + .global se_fu_zuzuzu + .align 2 + +@********************** Track 1 **********************@ + +se_fu_zuzuzu_1: + .byte KEYSH , se_fu_zuzuzu_key+0 + .byte TEMPO , 120*se_fu_zuzuzu_tbs/2 + .byte VOICE , 126 + .byte VOL , 127*se_fu_zuzuzu_mvl/mxv + .byte N08 , An2 , v112 + .byte W03 + .byte W03 + .byte W02 + .byte N01 , Gs2 + .byte W01 + .byte W01 + .byte N08 , An2 , v096 + .byte W02 + .byte W03 + .byte W03 + .byte W01 + .byte N01 , Gs2 , v092 + .byte W01 + .byte N08 , An2 , v080 + .byte W01 + .byte W03 + .byte W03 + .byte W02 + .byte N01 , Gs2 , v076 + .byte W01 + .byte N08 , An2 , v064 + .byte W03 + .byte W03 + .byte W03 + .byte N01 , Gs2 , v060 + .byte W02 + .byte N09 , An2 , v048 + .byte W01 + .byte W03 + .byte W03 + .byte W02 + .byte N01 , Gs2 , v040 + .byte W01 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_fu_zuzuzu: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_fu_zuzuzu_pri @ Priority + .byte se_fu_zuzuzu_rev @ Reverb. + + .word se_fu_zuzuzu_grp + + .word se_fu_zuzuzu_1 + + .end diff --git a/sound/songs/se_fuusen1.s b/sound/songs/se_fuusen1.s new file mode 100644 index 000000000..e0ae744ce --- /dev/null +++ b/sound/songs/se_fuusen1.s @@ -0,0 +1,53 @@ + .include "MPlayDef.s" + + .equ se_fuusen1_grp, voicegroup_8451F90 + .equ se_fuusen1_pri, 4 + .equ se_fuusen1_rev, reverb_set+50 + .equ se_fuusen1_mvl, 127 + .equ se_fuusen1_key, 0 + .equ se_fuusen1_tbs, 1 + .equ se_fuusen1_exg, 0 + .equ se_fuusen1_cmp, 1 + + .section .rodata + .global se_fuusen1 + .align 2 + +@********************** Track 1 **********************@ + +se_fuusen1_1: + .byte KEYSH , se_fuusen1_key+0 + .byte TEMPO , 240*se_fuusen1_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 105*se_fuusen1_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Cn4 , v127 + .byte W06 + .byte VOICE , 23 + .byte N02 , Cn3 , v112 + .byte W07 + .byte N01 , Cn4 + .byte W05 + .byte Cn3 , v100 + .byte W02 + .byte Gn3 , v092 + .byte W02 + .byte Cn3 , v072 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_fuusen1: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_fuusen1_pri @ Priority + .byte se_fuusen1_rev @ Reverb. + + .word se_fuusen1_grp + + .word se_fuusen1_1 + + .end diff --git a/sound/songs/se_fuusen2.s b/sound/songs/se_fuusen2.s new file mode 100644 index 000000000..29bc3b40f --- /dev/null +++ b/sound/songs/se_fuusen2.s @@ -0,0 +1,52 @@ + .include "MPlayDef.s" + + .equ se_fuusen2_grp, voicegroup_8451F90 + .equ se_fuusen2_pri, 4 + .equ se_fuusen2_rev, reverb_set+50 + .equ se_fuusen2_mvl, 127 + .equ se_fuusen2_key, 0 + .equ se_fuusen2_tbs, 1 + .equ se_fuusen2_exg, 0 + .equ se_fuusen2_cmp, 1 + + .section .rodata + .global se_fuusen2 + .align 2 + +@********************** Track 1 **********************@ + +se_fuusen2_1: + .byte KEYSH , se_fuusen2_key+0 + .byte TEMPO , 240*se_fuusen2_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 105*se_fuusen2_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Gn4 , v127 + .byte W04 + .byte N01 , Gn4 , v112 + .byte W02 + .byte W02 + .byte Gs3 , v052 + .byte W04 + .byte VOICE , 23 + .byte N02 , Fn3 , v112 + .byte W04 + .byte N01 , Cn4 , v072 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_fuusen2: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_fuusen2_pri @ Priority + .byte se_fuusen2_rev @ Reverb. + + .word se_fuusen2_grp + + .word se_fuusen2_1 + + .end diff --git a/sound/songs/se_fuusen3.s b/sound/songs/se_fuusen3.s new file mode 100644 index 000000000..5e659c2a0 --- /dev/null +++ b/sound/songs/se_fuusen3.s @@ -0,0 +1,60 @@ + .include "MPlayDef.s" + + .equ se_fuusen3_grp, voicegroup_8451F90 + .equ se_fuusen3_pri, 4 + .equ se_fuusen3_rev, reverb_set+50 + .equ se_fuusen3_mvl, 127 + .equ se_fuusen3_key, 0 + .equ se_fuusen3_tbs, 1 + .equ se_fuusen3_exg, 0 + .equ se_fuusen3_cmp, 1 + + .section .rodata + .global se_fuusen3 + .align 2 + +@********************** Track 1 **********************@ + +se_fuusen3_1: + .byte KEYSH , se_fuusen3_key+0 + .byte TEMPO , 240*se_fuusen3_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 105*se_fuusen3_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , Fn3 , v127 + .byte W02 + .byte N01 , Cn4 , v112 + .byte W02 + .byte N03 , Fn3 , v052 + .byte W02 + .byte W02 + .byte VOICE , 23 + .byte N01 , En4 , v092 + .byte W01 + .byte Cn5 + .byte W03 + .byte Gn3 + .byte W01 + .byte En4 + .byte W02 + .byte En3 , v048 + .byte W01 + .byte Bn3 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_fuusen3: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_fuusen3_pri @ Priority + .byte se_fuusen3_rev @ Reverb. + + .word se_fuusen3_grp + + .word se_fuusen3_1 + + .end diff --git a/sound/songs/se_hashi.s b/sound/songs/se_hashi.s new file mode 100644 index 000000000..e5705792b --- /dev/null +++ b/sound/songs/se_hashi.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ se_hashi_grp, voicegroup_8451F90 + .equ se_hashi_pri, 4 + .equ se_hashi_rev, reverb_set+50 + .equ se_hashi_mvl, 127 + .equ se_hashi_key, 0 + .equ se_hashi_tbs, 1 + .equ se_hashi_exg, 0 + .equ se_hashi_cmp, 1 + + .section .rodata + .global se_hashi + .align 2 + +@********************** Track 1 **********************@ + +se_hashi_1: + .byte KEYSH , se_hashi_key+0 + .byte TEMPO , 150*se_hashi_tbs/2 + .byte VOICE , 26 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 95*se_hashi_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Cn3 , v127 + .byte W03 + .byte W03 + .byte Gn3 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_hashi: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_hashi_pri @ Priority + .byte se_hashi_rev @ Reverb. + + .word se_hashi_grp + + .word se_hashi_1 + + .end diff --git a/sound/songs/se_hazure.s b/sound/songs/se_hazure.s new file mode 100644 index 000000000..9b50d444a --- /dev/null +++ b/sound/songs/se_hazure.s @@ -0,0 +1,55 @@ + .include "MPlayDef.s" + + .equ se_hazure_grp, voicegroup_8451990 + .equ se_hazure_pri, 4 + .equ se_hazure_rev, reverb_set+50 + .equ se_hazure_mvl, 127 + .equ se_hazure_key, 0 + .equ se_hazure_tbs, 1 + .equ se_hazure_exg, 0 + .equ se_hazure_cmp, 1 + + .section .rodata + .global se_hazure + .align 2 + +@********************** Track 1 **********************@ + +se_hazure_1: + .byte KEYSH , se_hazure_key+0 + .byte TEMPO , 240*se_hazure_tbs/2 + .byte VOICE , 92 + .byte BENDR , 12 + .byte VOL , 120*se_hazure_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Cn2 , v127 + .byte W03 + .byte Cn2 , v020 + .byte W03 + .byte N18 , Cn2 , v127 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte N09 , Cn2 , v020 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_hazure: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_hazure_pri @ Priority + .byte se_hazure_rev @ Reverb. + + .word se_hazure_grp + + .word se_hazure_1 + + .end diff --git a/sound/songs/se_hi_turun.s b/sound/songs/se_hi_turun.s new file mode 100644 index 000000000..95271dbb2 --- /dev/null +++ b/sound/songs/se_hi_turun.s @@ -0,0 +1,62 @@ + .include "MPlayDef.s" + + .equ se_hi_turun_grp, voicegroup_8451F90 + .equ se_hi_turun_pri, 4 + .equ se_hi_turun_rev, reverb_set+50 + .equ se_hi_turun_mvl, 127 + .equ se_hi_turun_key, 0 + .equ se_hi_turun_tbs, 1 + .equ se_hi_turun_exg, 0 + .equ se_hi_turun_cmp, 1 + + .section .rodata + .global se_hi_turun + .align 2 + +@********************** Track 1 **********************@ + +se_hi_turun_1: + .byte KEYSH , se_hi_turun_key+0 + .byte TEMPO , 220*se_hi_turun_tbs/2 + .byte VOICE , 9 + .byte VOL , 90*se_hi_turun_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Gn4 , v112 + .byte W03 + .byte Dn4 + .byte W03 + .byte Gn4 + .byte W03 + .byte N21 , Gn5 + .byte W03 + .byte W03 + .byte VOL , 81*se_hi_turun_mvl/mxv + .byte BEND , c_v+6 + .byte W03 + .byte VOL , 72*se_hi_turun_mvl/mxv + .byte BEND , c_v+20 + .byte W03 + .byte VOL , 46*se_hi_turun_mvl/mxv + .byte BEND , c_v+37 + .byte W03 + .byte VOL , 24*se_hi_turun_mvl/mxv + .byte BEND , c_v+63 + .byte W03 + .byte VOL , 7*se_hi_turun_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_hi_turun: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_hi_turun_pri @ Priority + .byte se_hi_turun_rev @ Reverb. + + .word se_hi_turun_grp + + .word se_hi_turun_1 + + .end diff --git a/sound/songs/se_hinsi.s b/sound/songs/se_hinsi.s new file mode 100644 index 000000000..90d12a0f3 --- /dev/null +++ b/sound/songs/se_hinsi.s @@ -0,0 +1,50 @@ + .include "MPlayDef.s" + + .equ se_hinsi_grp, voicegroup_8451990 + .equ se_hinsi_pri, 3 + .equ se_hinsi_rev, reverb_set+50 + .equ se_hinsi_mvl, 127 + .equ se_hinsi_key, 0 + .equ se_hinsi_tbs, 1 + .equ se_hinsi_exg, 0 + .equ se_hinsi_cmp, 1 + + .section .rodata + .global se_hinsi + .align 2 + +@********************** Track 1 **********************@ + +se_hinsi_1: + .byte KEYSH , se_hinsi_key+0 +se_hinsi_1_B1: + .byte TEMPO , 150*se_hinsi_tbs/2 + .byte VOICE , 15 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 100*se_hinsi_mvl/mxv + .byte BEND , c_v+17 + .byte N12 , Dn4 , v080 + .byte W12 + .byte BEND , c_v+31 + .byte N12 , An3 + .byte W12 + .byte W12 + .byte GOTO + .word se_hinsi_1_B1 + .byte FINE + +@******************************************************@ + .align 2 + +se_hinsi: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_hinsi_pri @ Priority + .byte se_hinsi_rev @ Reverb. + + .word se_hinsi_grp + + .word se_hinsi_1 + + .end diff --git a/sound/songs/se_i.s b/sound/songs/se_i.s new file mode 100644 index 000000000..c6a94b534 --- /dev/null +++ b/sound/songs/se_i.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_i_grp, voicegroup_8451F90 + .equ se_i_pri, 4 + .equ se_i_rev, reverb_set+50 + .equ se_i_mvl, 127 + .equ se_i_key, 0 + .equ se_i_tbs, 1 + .equ se_i_exg, 0 + .equ se_i_cmp, 1 + + .section .rodata + .global se_i + .align 2 + +@********************** Track 1 **********************@ + +se_i_1: + .byte KEYSH , se_i_key+0 + .byte TEMPO , 240*se_i_tbs/2 + .byte VOICE , 123 + .byte BENDR , 12 + .byte VOL , 120*se_i_mvl/mxv + .byte BEND , c_v+0 + .byte N72 , Cn3 , v127 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_i: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_i_pri @ Priority + .byte se_i_rev @ Reverb. + + .word se_i_grp + + .word se_i_1 + + .end diff --git a/sound/songs/se_jido_doa.s b/sound/songs/se_jido_doa.s new file mode 100644 index 000000000..ba1dc67e5 --- /dev/null +++ b/sound/songs/se_jido_doa.s @@ -0,0 +1,41 @@ + .include "MPlayDef.s" + + .equ se_jido_doa_grp, voicegroup_8451F90 + .equ se_jido_doa_pri, 4 + .equ se_jido_doa_rev, reverb_set+50 + .equ se_jido_doa_mvl, 127 + .equ se_jido_doa_key, 0 + .equ se_jido_doa_tbs, 1 + .equ se_jido_doa_exg, 0 + .equ se_jido_doa_cmp, 1 + + .section .rodata + .global se_jido_doa + .align 2 + +@********************** Track 1 **********************@ + +se_jido_doa_1: + .byte KEYSH , se_jido_doa_key+0 + .byte TEMPO , 120*se_jido_doa_tbs/2 + .byte VOICE , 1 + .byte VOL , 95*se_jido_doa_mvl/mxv + .byte N12 , Cn2 , v127 + .byte W12 + .byte VOL , 0*se_jido_doa_mvl/mxv + .byte FINE + +@******************************************************@ + .align 2 + +se_jido_doa: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_jido_doa_pri @ Priority + .byte se_jido_doa_rev @ Reverb. + + .word se_jido_doa_grp + + .word se_jido_doa_1 + + .end diff --git a/sound/songs/se_jihanki.s b/sound/songs/se_jihanki.s new file mode 100644 index 000000000..50d9b74e4 --- /dev/null +++ b/sound/songs/se_jihanki.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ se_jihanki_grp, voicegroup_8451F90 + .equ se_jihanki_pri, 4 + .equ se_jihanki_rev, reverb_set+50 + .equ se_jihanki_mvl, 127 + .equ se_jihanki_key, 0 + .equ se_jihanki_tbs, 1 + .equ se_jihanki_exg, 0 + .equ se_jihanki_cmp, 1 + + .section .rodata + .global se_jihanki + .align 2 + +@********************** Track 1 **********************@ + +se_jihanki_1: + .byte KEYSH , se_jihanki_key+0 + .byte TEMPO , 150*se_jihanki_tbs/2 + .byte VOICE , 8 + .byte VOL , 110*se_jihanki_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Cn4 , v092 + .byte W03 + .byte Cn5 + .byte W03 + .byte W03 + .byte N02 , En3 , v127 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_jihanki: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_jihanki_pri @ Priority + .byte se_jihanki_rev @ Reverb. + + .word se_jihanki_grp + + .word se_jihanki_1 + + .end diff --git a/sound/songs/se_jite_pyoko.s b/sound/songs/se_jite_pyoko.s new file mode 100644 index 000000000..08ec5c2eb --- /dev/null +++ b/sound/songs/se_jite_pyoko.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_jite_pyoko_grp, voicegroup_8451990 + .equ se_jite_pyoko_pri, 4 + .equ se_jite_pyoko_rev, reverb_set+50 + .equ se_jite_pyoko_mvl, 127 + .equ se_jite_pyoko_key, 0 + .equ se_jite_pyoko_tbs, 1 + .equ se_jite_pyoko_exg, 0 + .equ se_jite_pyoko_cmp, 1 + + .section .rodata + .global se_jite_pyoko + .align 2 + +@********************** Track 1 **********************@ + +se_jite_pyoko_1: + .byte KEYSH , se_jite_pyoko_key+0 + .byte TEMPO , 180*se_jite_pyoko_tbs/2 + .byte VOICE , 85 + .byte VOL , 90*se_jite_pyoko_mvl/mxv + .byte BEND , c_v-6 + .byte N02 , Cn3 , v080 + .byte W02 + .byte VOICE , 86 + .byte N03 , Cn4 , v127 + .byte W01 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_jite_pyoko: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_jite_pyoko_pri @ Priority + .byte se_jite_pyoko_rev @ Reverb. + + .word se_jite_pyoko_grp + + .word se_jite_pyoko_1 + + .end diff --git a/sound/songs/se_jitensya.s b/sound/songs/se_jitensya.s new file mode 100644 index 000000000..1ad6ed41b --- /dev/null +++ b/sound/songs/se_jitensya.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ se_jitensya_grp, voicegroup_8451F90 + .equ se_jitensya_pri, 4 + .equ se_jitensya_rev, reverb_set+50 + .equ se_jitensya_mvl, 127 + .equ se_jitensya_key, 0 + .equ se_jitensya_tbs, 1 + .equ se_jitensya_exg, 0 + .equ se_jitensya_cmp, 1 + + .section .rodata + .global se_jitensya + .align 2 + +@********************** Track 1 **********************@ + +se_jitensya_1: + .byte KEYSH , se_jitensya_key+0 + .byte TEMPO , 120*se_jitensya_tbs/2 + .byte VOICE , 0 + .byte VOL , 90*se_jitensya_mvl/mxv + .byte N96 , Cn3 , v127 + .byte W96 + .byte FINE + +@******************************************************@ + .align 2 + +se_jitensya: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_jitensya_pri @ Priority + .byte se_jitensya_rev @ Reverb. + + .word se_jitensya_grp + + .word se_jitensya_1 + + .end diff --git a/sound/songs/se_jyuni.s b/sound/songs/se_jyuni.s new file mode 100644 index 000000000..e319bc5f5 --- /dev/null +++ b/sound/songs/se_jyuni.s @@ -0,0 +1,127 @@ + .include "MPlayDef.s" + + .equ se_jyuni_grp, voicegroup_8451990 + .equ se_jyuni_pri, 4 + .equ se_jyuni_rev, reverb_set+50 + .equ se_jyuni_mvl, 127 + .equ se_jyuni_key, 0 + .equ se_jyuni_tbs, 1 + .equ se_jyuni_exg, 0 + .equ se_jyuni_cmp, 1 + + .section .rodata + .global se_jyuni + .align 2 + +@********************** Track 1 **********************@ + +se_jyuni_1: + .byte KEYSH , se_jyuni_key+0 + .byte TEMPO , 144*se_jyuni_tbs/2 + .byte VOICE , 48 + .byte PAN , c_v+1 + .byte VOL , 110*se_jyuni_mvl/mxv + .byte N06 , Cn3 , v060 + .byte W06 + .byte N13 , Gn3 + .byte W06 + .byte W01 + .byte VOL , 105*se_jyuni_mvl/mxv + .byte W01 + .byte 100*se_jyuni_mvl/mxv + .byte W01 + .byte 89*se_jyuni_mvl/mxv + .byte W01 + .byte 72*se_jyuni_mvl/mxv + .byte W02 + .byte 55*se_jyuni_mvl/mxv + .byte W01 + .byte 38*se_jyuni_mvl/mxv + .byte W01 + .byte 22*se_jyuni_mvl/mxv + .byte W01 + .byte 110*se_jyuni_mvl/mxv + .byte N12 , Gn3 , v032 + .byte W03 + .byte W01 + .byte VOL , 100*se_jyuni_mvl/mxv + .byte W01 + .byte 91*se_jyuni_mvl/mxv + .byte W01 + .byte 75*se_jyuni_mvl/mxv + .byte W01 + .byte 43*se_jyuni_mvl/mxv + .byte W02 + .byte 24*se_jyuni_mvl/mxv + .byte W01 + .byte 9*se_jyuni_mvl/mxv + .byte W05 + .byte FINE + +@********************** Track 2 **********************@ + +se_jyuni_2: + .byte KEYSH , se_jyuni_key+0 + .byte VOICE , 80 + .byte VOL , 110*se_jyuni_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn3 , v060 + .byte W06 + .byte N13 , Gn3 + .byte W06 + .byte W09 + .byte PAN , c_v-48 + .byte N12 , Gn3 , v032 + .byte W03 + .byte W12 + .byte FINE + +@********************** Track 3 **********************@ + +se_jyuni_3: + .byte KEYSH , se_jyuni_key+0 + .byte VOICE , 81 + .byte VOL , 110*se_jyuni_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Gn2 , v060 + .byte W06 + .byte N13 , Cn3 + .byte W06 + .byte W09 + .byte PAN , c_v+48 + .byte N12 , Cn3 , v032 + .byte W03 + .byte W12 + .byte FINE + +@********************** Track 4 **********************@ + +se_jyuni_4: + .byte KEYSH , se_jyuni_key+0 + .byte VOICE , 47 + .byte VOL , 110*se_jyuni_mvl/mxv + .byte N06 , Gn1 , v127 + .byte W06 + .byte N13 , Cn2 + .byte W06 + .byte W12 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_jyuni: + .byte 4 @ NumTrks + .byte 0 @ NumBlks + .byte se_jyuni_pri @ Priority + .byte se_jyuni_rev @ Reverb. + + .word se_jyuni_grp + + .word se_jyuni_1 + .word se_jyuni_2 + .word se_jyuni_3 + .word se_jyuni_4 + + .end diff --git a/sound/songs/se_kaidan.s b/sound/songs/se_kaidan.s new file mode 100644 index 000000000..731e15331 --- /dev/null +++ b/sound/songs/se_kaidan.s @@ -0,0 +1,61 @@ + .include "MPlayDef.s" + + .equ se_kaidan_grp, voicegroup_8451990 + .equ se_kaidan_pri, 5 + .equ se_kaidan_rev, reverb_set+50 + .equ se_kaidan_mvl, 127 + .equ se_kaidan_key, 0 + .equ se_kaidan_tbs, 1 + .equ se_kaidan_exg, 0 + .equ se_kaidan_cmp, 1 + + .section .rodata + .global se_kaidan + .align 2 + +@********************** Track 1 **********************@ + +se_kaidan_1: + .byte KEYSH , se_kaidan_key+0 + .byte TEMPO , 120*se_kaidan_tbs/2 + .byte VOICE , 126 + .byte VOL , 120*se_kaidan_mvl/mxv + .byte N02 , An2 , v068 + .byte W02 + .byte Cn3 , v127 + .byte W01 + .byte W01 + .byte En4 , v068 + .byte W02 + .byte W03 + .byte W03 + .byte An2 + .byte W02 + .byte Cn3 , v100 + .byte W01 + .byte W01 + .byte En4 , v068 + .byte W02 + .byte W03 + .byte W03 + .byte An2 , v032 + .byte W02 + .byte Cn3 , v052 + .byte W01 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_kaidan: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_kaidan_pri @ Priority + .byte se_kaidan_rev @ Reverb. + + .word se_kaidan_grp + + .word se_kaidan_1 + + .end diff --git a/sound/songs/se_kaifuku.s b/sound/songs/se_kaifuku.s new file mode 100644 index 000000000..4dd43574d --- /dev/null +++ b/sound/songs/se_kaifuku.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ se_kaifuku_grp, voicegroup_8451990 + .equ se_kaifuku_pri, 5 + .equ se_kaifuku_rev, reverb_set+50 + .equ se_kaifuku_mvl, 127 + .equ se_kaifuku_key, 0 + .equ se_kaifuku_tbs, 1 + .equ se_kaifuku_exg, 0 + .equ se_kaifuku_cmp, 1 + + .section .rodata + .global se_kaifuku + .align 2 + +@********************** Track 1 **********************@ + +se_kaifuku_1: + .byte KEYSH , se_kaifuku_key+0 + .byte TEMPO , 132*se_kaifuku_tbs/2 + .byte VOICE , 91 + .byte VOL , 100*se_kaifuku_mvl/mxv + .byte BEND , c_v-6 + .byte N02 , Cn3 , v112 + .byte W04 + .byte N02 + .byte W04 + .byte VOICE , 90 + .byte N15 + .byte W16 + .byte FINE + +@******************************************************@ + .align 2 + +se_kaifuku: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_kaifuku_pri @ Priority + .byte se_kaifuku_rev @ Reverb. + + .word se_kaifuku_grp + + .word se_kaifuku_1 + + .end diff --git a/sound/songs/se_ki_gasyan.s b/sound/songs/se_ki_gasyan.s new file mode 100644 index 000000000..5337efa04 --- /dev/null +++ b/sound/songs/se_ki_gasyan.s @@ -0,0 +1,76 @@ + .include "MPlayDef.s" + + .equ se_ki_gasyan_grp, voicegroup_8451F90 + .equ se_ki_gasyan_pri, 4 + .equ se_ki_gasyan_rev, reverb_set+50 + .equ se_ki_gasyan_mvl, 127 + .equ se_ki_gasyan_key, 0 + .equ se_ki_gasyan_tbs, 1 + .equ se_ki_gasyan_exg, 0 + .equ se_ki_gasyan_cmp, 1 + + .section .rodata + .global se_ki_gasyan + .align 2 + +@********************** Track 1 **********************@ + +se_ki_gasyan_1: + .byte KEYSH , se_ki_gasyan_key+0 + .byte TEMPO , 150*se_ki_gasyan_tbs/2 + .byte VOICE , 8 + .byte VOL , 100*se_ki_gasyan_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Cn3 , v127 + .byte W02 + .byte N02 , Gn2 + .byte W04 + .byte N17 , Cn3 + .byte W06 + .byte VOL , 98*se_ki_gasyan_mvl/mxv + .byte W01 + .byte 91*se_ki_gasyan_mvl/mxv + .byte W01 + .byte 81*se_ki_gasyan_mvl/mxv + .byte W02 + .byte 75*se_ki_gasyan_mvl/mxv + .byte W01 + .byte 60*se_ki_gasyan_mvl/mxv + .byte W01 + .byte 42*se_ki_gasyan_mvl/mxv + .byte W01 + .byte 25*se_ki_gasyan_mvl/mxv + .byte W02 + .byte 10*se_ki_gasyan_mvl/mxv + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_ki_gasyan_2: + .byte VOL , 100*se_ki_gasyan_mvl/mxv + .byte KEYSH , se_ki_gasyan_key+0 + .byte VOICE , 4 + .byte N01 , Cn3 , v064 + .byte W02 + .byte N02 + .byte W04 + .byte N02 + .byte W18 + .byte FINE + +@******************************************************@ + .align 2 + +se_ki_gasyan: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_ki_gasyan_pri @ Priority + .byte se_ki_gasyan_rev @ Reverb. + + .word se_ki_gasyan_grp + + .word se_ki_gasyan_1 + .word se_ki_gasyan_2 + + .end diff --git a/sound/songs/se_kon.s b/sound/songs/se_kon.s new file mode 100644 index 000000000..bac102a13 --- /dev/null +++ b/sound/songs/se_kon.s @@ -0,0 +1,53 @@ + .include "MPlayDef.s" + + .equ se_kon_grp, voicegroup_8451F90 + .equ se_kon_pri, 4 + .equ se_kon_rev, reverb_set+50 + .equ se_kon_mvl, 127 + .equ se_kon_key, 0 + .equ se_kon_tbs, 1 + .equ se_kon_exg, 0 + .equ se_kon_cmp, 1 + + .section .rodata + .global se_kon + .align 2 + +@********************** Track 1 **********************@ + +se_kon_1: + .byte KEYSH , se_kon_key+0 + .byte TEMPO , 150*se_kon_tbs/2 + .byte VOICE , 16 + .byte VOL , 100*se_kon_mvl/mxv + .byte BEND , c_v+1 + .byte N12 , Fn4 , v112 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_kon_2: + .byte KEYSH , se_kon_key+0 + .byte VOICE , 17 + .byte VOL , 100*se_kon_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , Fn4 , v100 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_kon: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kon_pri @ Priority + .byte se_kon_rev @ Reverb. + + .word se_kon_grp + + .word se_kon_1 + .word se_kon_2 + + .end diff --git a/sound/songs/se_kon2.s b/sound/songs/se_kon2.s new file mode 100644 index 000000000..82c8cfc8d --- /dev/null +++ b/sound/songs/se_kon2.s @@ -0,0 +1,53 @@ + .include "MPlayDef.s" + + .equ se_kon2_grp, voicegroup_8451F90 + .equ se_kon2_pri, 4 + .equ se_kon2_rev, reverb_set+50 + .equ se_kon2_mvl, 127 + .equ se_kon2_key, 0 + .equ se_kon2_tbs, 1 + .equ se_kon2_exg, 0 + .equ se_kon2_cmp, 1 + + .section .rodata + .global se_kon2 + .align 2 + +@********************** Track 1 **********************@ + +se_kon2_1: + .byte KEYSH , se_kon2_key+0 + .byte TEMPO , 150*se_kon2_tbs/2 + .byte VOICE , 16 + .byte VOL , 100*se_kon2_mvl/mxv + .byte BEND , c_v+1 + .byte N12 , Fn4 , v100 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_kon2_2: + .byte KEYSH , se_kon2_key+0 + .byte VOICE , 17 + .byte VOL , 100*se_kon2_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , Fn4 , v088 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_kon2: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kon2_pri @ Priority + .byte se_kon2_rev @ Reverb. + + .word se_kon2_grp + + .word se_kon2_1 + .word se_kon2_2 + + .end diff --git a/sound/songs/se_kon3.s b/sound/songs/se_kon3.s new file mode 100644 index 000000000..b18e2c23c --- /dev/null +++ b/sound/songs/se_kon3.s @@ -0,0 +1,53 @@ + .include "MPlayDef.s" + + .equ se_kon3_grp, voicegroup_8451F90 + .equ se_kon3_pri, 4 + .equ se_kon3_rev, reverb_set+50 + .equ se_kon3_mvl, 127 + .equ se_kon3_key, 0 + .equ se_kon3_tbs, 1 + .equ se_kon3_exg, 0 + .equ se_kon3_cmp, 1 + + .section .rodata + .global se_kon3 + .align 2 + +@********************** Track 1 **********************@ + +se_kon3_1: + .byte KEYSH , se_kon3_key+0 + .byte TEMPO , 150*se_kon3_tbs/2 + .byte VOICE , 16 + .byte VOL , 100*se_kon3_mvl/mxv + .byte BEND , c_v+1 + .byte N12 , Fn4 , v088 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_kon3_2: + .byte KEYSH , se_kon3_key+0 + .byte VOICE , 17 + .byte VOL , 100*se_kon3_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , Fn4 , v072 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_kon3: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kon3_pri @ Priority + .byte se_kon3_rev @ Reverb. + + .word se_kon3_grp + + .word se_kon3_1 + .word se_kon3_2 + + .end diff --git a/sound/songs/se_kon4.s b/sound/songs/se_kon4.s new file mode 100644 index 000000000..ef5881065 --- /dev/null +++ b/sound/songs/se_kon4.s @@ -0,0 +1,53 @@ + .include "MPlayDef.s" + + .equ se_kon4_grp, voicegroup_8451F90 + .equ se_kon4_pri, 4 + .equ se_kon4_rev, reverb_set+50 + .equ se_kon4_mvl, 127 + .equ se_kon4_key, 0 + .equ se_kon4_tbs, 1 + .equ se_kon4_exg, 0 + .equ se_kon4_cmp, 1 + + .section .rodata + .global se_kon4 + .align 2 + +@********************** Track 1 **********************@ + +se_kon4_1: + .byte KEYSH , se_kon4_key+0 + .byte TEMPO , 150*se_kon4_tbs/2 + .byte VOICE , 16 + .byte VOL , 100*se_kon4_mvl/mxv + .byte BEND , c_v+1 + .byte N12 , Fn4 , v076 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_kon4_2: + .byte KEYSH , se_kon4_key+0 + .byte VOICE , 17 + .byte VOL , 100*se_kon4_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , Fn4 , v056 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_kon4: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kon4_pri @ Priority + .byte se_kon4_rev @ Reverb. + + .word se_kon4_grp + + .word se_kon4_1 + .word se_kon4_2 + + .end diff --git a/sound/songs/se_kouka_h.s b/sound/songs/se_kouka_h.s new file mode 100644 index 000000000..35a7318e8 --- /dev/null +++ b/sound/songs/se_kouka_h.s @@ -0,0 +1,105 @@ + .include "MPlayDef.s" + + .equ se_kouka_h_grp, voicegroup_8451990 + .equ se_kouka_h_pri, 5 + .equ se_kouka_h_rev, reverb_set+50 + .equ se_kouka_h_mvl, 127 + .equ se_kouka_h_key, 0 + .equ se_kouka_h_tbs, 1 + .equ se_kouka_h_exg, 0 + .equ se_kouka_h_cmp, 1 + + .section .rodata + .global se_kouka_h + .align 2 + +@********************** Track 1 **********************@ + +se_kouka_h_1: + .byte KEYSH , se_kouka_h_key+0 + .byte TEMPO , 90*se_kouka_h_tbs/2 + .byte VOICE , 125 + .byte VOL , 110*se_kouka_h_mvl/mxv + .byte N03 , Cn3 , v100 + .byte W03 + .byte An2 + .byte W03 + .byte Cn3 + .byte W03 + .byte N06 , Gn3 , v072 + .byte W03 + .byte W03 + .byte N03 , Cn3 , v052 + .byte W03 + .byte N06 , Gn3 , v048 + .byte W03 + .byte W03 + .byte N03 , Cn3 , v028 + .byte W03 + .byte N06 , Gn3 + .byte W03 + .byte W03 + .byte N03 , Cn3 + .byte W03 + .byte N06 , Gn3 + .byte W03 + .byte W03 + .byte N03 , Cn3 , v012 + .byte W03 + .byte N06 , Gn3 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_kouka_h_2: + .byte KEYSH , se_kouka_h_key+0 + .byte VOICE , 0 + .byte VOL , 110*se_kouka_h_mvl/mxv + .byte N03 , Cn4 , v127 + .byte W03 + .byte Cn3 + .byte W03 + .byte Cn4 + .byte W03 + .byte N06 , Gn3 , v088 + .byte W03 + .byte W03 + .byte N03 , Cn3 , v064 + .byte W03 + .byte N06 , Gn3 + .byte W03 + .byte W03 + .byte N03 , Cn3 , v044 + .byte W03 + .byte N06 , Gn3 + .byte W03 + .byte W03 + .byte N03 , Cn3 , v028 + .byte W03 + .byte N06 , Gn3 + .byte W03 + .byte W03 + .byte N03 , Cn3 , v012 + .byte W03 + .byte N06 , Gn3 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_kouka_h: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kouka_h_pri @ Priority + .byte se_kouka_h_rev @ Reverb. + + .word se_kouka_h_grp + + .word se_kouka_h_1 + .word se_kouka_h_2 + + .end diff --git a/sound/songs/se_kouka_l.s b/sound/songs/se_kouka_l.s new file mode 100644 index 000000000..1fa9a8043 --- /dev/null +++ b/sound/songs/se_kouka_l.s @@ -0,0 +1,56 @@ + .include "MPlayDef.s" + + .equ se_kouka_l_grp, voicegroup_8451990 + .equ se_kouka_l_pri, 5 + .equ se_kouka_l_rev, reverb_set+50 + .equ se_kouka_l_mvl, 127 + .equ se_kouka_l_key, 0 + .equ se_kouka_l_tbs, 1 + .equ se_kouka_l_exg, 0 + .equ se_kouka_l_cmp, 1 + + .section .rodata + .global se_kouka_l + .align 2 + +@********************** Track 1 **********************@ + +se_kouka_l_1: + .byte KEYSH , se_kouka_l_key+0 + .byte TEMPO , 90*se_kouka_l_tbs/2 + .byte VOICE , 127 + .byte VOL , 110*se_kouka_l_mvl/mxv + .byte N03 , Gn2 , v100 + .byte W03 + .byte N06 , As2 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_kouka_l_2: + .byte KEYSH , se_kouka_l_key+0 + .byte VOICE , 0 + .byte VOL , 110*se_kouka_l_mvl/mxv + .byte N09 , As1 , v127 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_kouka_l: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kouka_l_pri @ Priority + .byte se_kouka_l_rev @ Reverb. + + .word se_kouka_l_grp + + .word se_kouka_l_1 + .word se_kouka_l_2 + + .end diff --git a/sound/songs/se_kouka_m.s b/sound/songs/se_kouka_m.s new file mode 100644 index 000000000..f60b84adb --- /dev/null +++ b/sound/songs/se_kouka_m.s @@ -0,0 +1,82 @@ + .include "MPlayDef.s" + + .equ se_kouka_m_grp, voicegroup_8451990 + .equ se_kouka_m_pri, 5 + .equ se_kouka_m_rev, reverb_set+50 + .equ se_kouka_m_mvl, 127 + .equ se_kouka_m_key, 0 + .equ se_kouka_m_tbs, 1 + .equ se_kouka_m_exg, 0 + .equ se_kouka_m_cmp, 1 + + .section .rodata + .global se_kouka_m + .align 2 + +@********************** Track 1 **********************@ + +se_kouka_m_1: + .byte KEYSH , se_kouka_m_key+0 + .byte TEMPO , 90*se_kouka_m_tbs/2 + .byte VOICE , 125 + .byte VOL , 110*se_kouka_m_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , As2 , v100 + .byte W03 + .byte BEND , c_v-33 + .byte N36 , Ds3 + .byte W03 + .byte BEND , c_v+0 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_kouka_m_2: + .byte KEYSH , se_kouka_m_key+0 + .byte VOICE , 0 + .byte VOL , 110*se_kouka_m_mvl/mxv + .byte N03 , Cn3 , v127 + .byte W03 + .byte N18 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_kouka_m: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kouka_m_pri @ Priority + .byte se_kouka_m_rev @ Reverb. + + .word se_kouka_m_grp + + .word se_kouka_m_1 + .word se_kouka_m_2 + + .end diff --git a/sound/songs/se_mizu.s b/sound/songs/se_mizu.s new file mode 100644 index 000000000..2d0ad81ab --- /dev/null +++ b/sound/songs/se_mizu.s @@ -0,0 +1,54 @@ + .include "MPlayDef.s" + + .equ se_mizu_grp, voicegroup_8451F90 + .equ se_mizu_pri, 4 + .equ se_mizu_rev, reverb_set+50 + .equ se_mizu_mvl, 127 + .equ se_mizu_key, 0 + .equ se_mizu_tbs, 1 + .equ se_mizu_exg, 0 + .equ se_mizu_cmp, 1 + + .section .rodata + .global se_mizu + .align 2 + +@********************** Track 1 **********************@ + +se_mizu_1: + .byte KEYSH , se_mizu_key+0 + .byte TEMPO , 150*se_mizu_tbs/2 + .byte VOICE , 23 + .byte VOL , 20*se_mizu_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v-25 + .byte N03 , Gs4 , v112 + .byte W01 + .byte BEND , c_v-9 + .byte W01 + .byte c_v+9 + .byte W04 + .byte W02 + .byte VOL , 17*se_mizu_mvl/mxv + .byte BEND , c_v+18 + .byte N02 , Gs4 , v127 + .byte W01 + .byte BEND , c_v+34 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_mizu: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_mizu_pri @ Priority + .byte se_mizu_rev @ Reverb. + + .word se_mizu_grp + + .word se_mizu_1 + + .end diff --git a/sound/songs/se_moter.s b/sound/songs/se_moter.s new file mode 100644 index 000000000..688987228 --- /dev/null +++ b/sound/songs/se_moter.s @@ -0,0 +1,49 @@ + .include "MPlayDef.s" + + .equ se_moter_grp, voicegroup_8451F90 + .equ se_moter_pri, 4 + .equ se_moter_rev, reverb_set+50 + .equ se_moter_mvl, 127 + .equ se_moter_key, 0 + .equ se_moter_tbs, 1 + .equ se_moter_exg, 0 + .equ se_moter_cmp, 1 + + .section .rodata + .global se_moter + .align 2 + +@********************** Track 1 **********************@ + +se_moter_1: + .byte KEYSH , se_moter_key+0 +se_moter_1_B1: + .byte TEMPO , 150*se_moter_tbs/2 + .byte VOICE , 15 + .byte VOL , 90*se_moter_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte TIE , Gn2 , v100 + .byte W96 + .byte W96 + .byte W48 + .byte EOT + .byte GOTO + .word se_moter_1_B1 + .byte W48 + .byte FINE + +@******************************************************@ + .align 2 + +se_moter: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_moter_pri @ Priority + .byte se_moter_rev @ Reverb. + + .word se_moter_grp + + .word se_moter_1 + + .end diff --git a/sound/songs/se_mu_pachi.s b/sound/songs/se_mu_pachi.s new file mode 100644 index 000000000..dab374614 --- /dev/null +++ b/sound/songs/se_mu_pachi.s @@ -0,0 +1,47 @@ + .include "MPlayDef.s" + + .equ se_mu_pachi_grp, voicegroup_8451990 + .equ se_mu_pachi_pri, 4 + .equ se_mu_pachi_rev, reverb_set+50 + .equ se_mu_pachi_mvl, 127 + .equ se_mu_pachi_key, 0 + .equ se_mu_pachi_tbs, 1 + .equ se_mu_pachi_exg, 0 + .equ se_mu_pachi_cmp, 1 + + .section .rodata + .global se_mu_pachi + .align 2 + +@********************** Track 1 **********************@ + +se_mu_pachi_1: + .byte KEYSH , se_mu_pachi_key+0 + .byte TEMPO , 150*se_mu_pachi_tbs/2 + .byte VOICE , 122 + .byte VOL , 100*se_mu_pachi_mvl/mxv + .byte N01 , Ds3 , v127 + .byte W02 + .byte VOICE , 126 + .byte N01 , Gs4 + .byte W01 + .byte W03 + .byte W01 + .byte Gs4 , v088 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_mu_pachi: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_mu_pachi_pri @ Priority + .byte se_mu_pachi_rev @ Reverb. + + .word se_mu_pachi_grp + + .word se_mu_pachi_1 + + .end diff --git a/sound/songs/se_n.s b/sound/songs/se_n.s new file mode 100644 index 000000000..fbdda1ba6 --- /dev/null +++ b/sound/songs/se_n.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_n_grp, voicegroup_8451F90 + .equ se_n_pri, 4 + .equ se_n_rev, reverb_set+50 + .equ se_n_mvl, 127 + .equ se_n_key, 0 + .equ se_n_tbs, 1 + .equ se_n_exg, 0 + .equ se_n_cmp, 1 + + .section .rodata + .global se_n + .align 2 + +@********************** Track 1 **********************@ + +se_n_1: + .byte KEYSH , se_n_key+0 + .byte TEMPO , 240*se_n_tbs/2 + .byte VOICE , 127 + .byte BENDR , 12 + .byte VOL , 127*se_n_mvl/mxv + .byte BEND , c_v+0 + .byte N72 , Cn3 , v127 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_n: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_n_pri @ Priority + .byte se_n_rev @ Reverb. + + .word se_n_grp + + .word se_n_1 + + .end diff --git a/sound/songs/se_nageru.s b/sound/songs/se_nageru.s new file mode 100644 index 000000000..4afab82c1 --- /dev/null +++ b/sound/songs/se_nageru.s @@ -0,0 +1,64 @@ + .include "MPlayDef.s" + + .equ se_nageru_grp, voicegroup_8451F90 + .equ se_nageru_pri, 5 + .equ se_nageru_rev, reverb_set+50 + .equ se_nageru_mvl, 127 + .equ se_nageru_key, 0 + .equ se_nageru_tbs, 1 + .equ se_nageru_exg, 0 + .equ se_nageru_cmp, 1 + + .section .rodata + .global se_nageru + .align 2 + +@********************** Track 1 **********************@ + +se_nageru_1: + .byte KEYSH , se_nageru_key+0 + .byte TEMPO , 150*se_nageru_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte VOL , 120*se_nageru_mvl/mxv + .byte BEND , c_v+12 + .byte N06 , An2 , v127 + .byte W03 + .byte VOL , 78*se_nageru_mvl/mxv + .byte BEND , c_v+20 + .byte W03 + .byte VOL , 120*se_nageru_mvl/mxv + .byte BEND , c_v+36 + .byte N18 , Cn3 + .byte W02 + .byte BEND , c_v+35 + .byte W03 + .byte c_v+32 + .byte W02 + .byte c_v+26 + .byte W03 + .byte VOL , 102*se_nageru_mvl/mxv + .byte BEND , c_v+18 + .byte W02 + .byte VOL , 68*se_nageru_mvl/mxv + .byte BEND , c_v+7 + .byte W03 + .byte VOL , 34*se_nageru_mvl/mxv + .byte BEND , c_v-9 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_nageru: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_nageru_pri @ Priority + .byte se_nageru_rev @ Reverb. + + .word se_nageru_grp + + .word se_nageru_1 + + .end diff --git a/sound/songs/se_naminori.s b/sound/songs/se_naminori.s new file mode 100644 index 000000000..ae9fabfa7 --- /dev/null +++ b/sound/songs/se_naminori.s @@ -0,0 +1,94 @@ + .include "MPlayDef.s" + + .equ se_naminori_grp, voicegroup_8451990 + .equ se_naminori_pri, 4 + .equ se_naminori_rev, reverb_set+50 + .equ se_naminori_mvl, 127 + .equ se_naminori_key, 0 + .equ se_naminori_tbs, 1 + .equ se_naminori_exg, 0 + .equ se_naminori_cmp, 1 + + .section .rodata + .global se_naminori + .align 2 + +@********************** Track 1 **********************@ + +se_naminori_1: + .byte KEYSH , se_naminori_key+0 + .byte TEMPO , 220*se_naminori_tbs/2 + .byte VOICE , 123 + .byte VOL , 75*se_naminori_mvl/mxv + .byte N03 , Ds3 , v127 + .byte W03 + .byte TIE , Cn4 + .byte W21 + .byte W24 + .byte W18 + .byte VOL , 75*se_naminori_mvl/mxv + .byte W06 + .byte 71*se_naminori_mvl/mxv + .byte W05 + .byte 67*se_naminori_mvl/mxv + .byte W03 + .byte 62*se_naminori_mvl/mxv + .byte W04 + .byte 59*se_naminori_mvl/mxv + .byte W05 + .byte 57*se_naminori_mvl/mxv + .byte W03 + .byte 54*se_naminori_mvl/mxv + .byte W04 + .byte W02 + .byte 50*se_naminori_mvl/mxv + .byte W03 + .byte 49*se_naminori_mvl/mxv + .byte W03 + .byte 44*se_naminori_mvl/mxv + .byte W04 + .byte 41*se_naminori_mvl/mxv + .byte W02 + .byte 38*se_naminori_mvl/mxv + .byte W03 + .byte 35*se_naminori_mvl/mxv + .byte W03 + .byte 32*se_naminori_mvl/mxv + .byte W04 + .byte 28*se_naminori_mvl/mxv + .byte W02 + .byte 24*se_naminori_mvl/mxv + .byte W03 + .byte 21*se_naminori_mvl/mxv + .byte W03 + .byte 18*se_naminori_mvl/mxv + .byte W04 + .byte 14*se_naminori_mvl/mxv + .byte W02 + .byte 11*se_naminori_mvl/mxv + .byte W03 + .byte 9*se_naminori_mvl/mxv + .byte W03 + .byte 6*se_naminori_mvl/mxv + .byte W04 + .byte 3*se_naminori_mvl/mxv + .byte W02 + .byte 1*se_naminori_mvl/mxv + .byte W22 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_naminori: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_naminori_pri @ Priority + .byte se_naminori_rev @ Reverb. + + .word se_naminori_grp + + .word se_naminori_1 + + .end diff --git a/sound/songs/se_nigeru.s b/sound/songs/se_nigeru.s new file mode 100644 index 000000000..e70852566 --- /dev/null +++ b/sound/songs/se_nigeru.s @@ -0,0 +1,64 @@ + .include "MPlayDef.s" + + .equ se_nigeru_grp, voicegroup_8451990 + .equ se_nigeru_pri, 5 + .equ se_nigeru_rev, reverb_set+50 + .equ se_nigeru_mvl, 127 + .equ se_nigeru_key, 0 + .equ se_nigeru_tbs, 1 + .equ se_nigeru_exg, 0 + .equ se_nigeru_cmp, 1 + + .section .rodata + .global se_nigeru + .align 2 + +@********************** Track 1 **********************@ + +se_nigeru_1: + .byte KEYSH , se_nigeru_key+0 + .byte TEMPO , 150*se_nigeru_tbs/2 + .byte VOICE , 126 + .byte VOL , 90*se_nigeru_mvl/mxv + .byte N03 , Fn4 , v120 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte N02 , Fs3 + .byte W03 + .byte N03 , Gs4 , v072 + .byte W03 + .byte N02 , Fs3 , v096 + .byte W03 + .byte N03 , Gs4 , v056 + .byte W03 + .byte N02 , Fs3 , v080 + .byte W03 + .byte N03 , Gs4 , v040 + .byte W03 + .byte N02 , Fs3 , v064 + .byte W03 + .byte N03 , Gs4 , v024 + .byte W03 + .byte N02 , Fs3 , v048 + .byte W03 + .byte N03 , Gs4 , v020 + .byte W03 + .byte Fs3 , v028 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_nigeru: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_nigeru_pri @ Priority + .byte se_nigeru_rev @ Reverb. + + .word se_nigeru_grp + + .word se_nigeru_1 + + .end diff --git a/sound/songs/se_o.s b/sound/songs/se_o.s new file mode 100644 index 000000000..47373ea36 --- /dev/null +++ b/sound/songs/se_o.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_o_grp, voicegroup_8451F90 + .equ se_o_pri, 4 + .equ se_o_rev, reverb_set+50 + .equ se_o_mvl, 127 + .equ se_o_key, 0 + .equ se_o_tbs, 1 + .equ se_o_exg, 0 + .equ se_o_cmp, 1 + + .section .rodata + .global se_o + .align 2 + +@********************** Track 1 **********************@ + +se_o_1: + .byte KEYSH , se_o_key+0 + .byte TEMPO , 240*se_o_tbs/2 + .byte VOICE , 126 + .byte BENDR , 12 + .byte VOL , 120*se_o_mvl/mxv + .byte BEND , c_v+0 + .byte N72 , Cn3 , v127 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_o: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_o_pri @ Priority + .byte se_o_rev @ Reverb. + + .word se_o_grp + + .word se_o_1 + + .end diff --git a/sound/songs/se_op_basyu.s b/sound/songs/se_op_basyu.s new file mode 100644 index 000000000..f452019c8 --- /dev/null +++ b/sound/songs/se_op_basyu.s @@ -0,0 +1,174 @@ + .include "MPlayDef.s" + + .equ se_op_basyu_grp, voicegroup_8451990 + .equ se_op_basyu_pri, 5 + .equ se_op_basyu_rev, reverb_set+50 + .equ se_op_basyu_mvl, 127 + .equ se_op_basyu_key, 0 + .equ se_op_basyu_tbs, 1 + .equ se_op_basyu_exg, 0 + .equ se_op_basyu_cmp, 1 + + .section .rodata + .global se_op_basyu + .align 2 + +@********************** Track 1 **********************@ + +se_op_basyu_1: + .byte KEYSH , se_op_basyu_key+0 + .byte TEMPO , 110*se_op_basyu_tbs/2 + .byte VOICE , 123 + .byte BENDR , 12 + .byte VOL , 100*se_op_basyu_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N60 , Gs2 , v052 + .byte W06 + .byte W06 + .byte BEND , c_v+0 + .byte W02 + .byte c_v+1 + .byte W04 + .byte c_v+2 + .byte W02 + .byte c_v+3 + .byte W02 + .byte c_v+5 + .byte W02 + .byte W01 + .byte c_v+6 + .byte W02 + .byte c_v+8 + .byte W03 + .byte c_v+9 + .byte W02 + .byte c_v+11 + .byte W02 + .byte c_v+13 + .byte W02 + .byte W01 + .byte c_v+15 + .byte W02 + .byte c_v+17 + .byte W03 + .byte c_v+19 + .byte W02 + .byte c_v+24 + .byte W02 + .byte c_v+27 + .byte W02 + .byte W01 + .byte c_v+30 + .byte W02 + .byte c_v+38 + .byte W03 + .byte c_v+43 + .byte W02 + .byte c_v+56 + .byte W02 + .byte c_v+63 + .byte W02 + .byte c_v+0 + .byte N72 , Gs3 + .byte W04 + .byte BEND , c_v+0 + .byte W02 + .byte W01 + .byte c_v+1 + .byte W03 + .byte c_v+2 + .byte W02 + .byte W01 + .byte c_v+3 + .byte W02 + .byte c_v+5 + .byte W03 + .byte c_v+6 + .byte W02 + .byte c_v+8 + .byte W02 + .byte c_v+9 + .byte W02 + .byte VOL , 98*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte VOL , 96*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+13 + .byte W01 + .byte VOL , 92*se_op_basyu_mvl/mxv + .byte W02 + .byte BEND , c_v+15 + .byte W01 + .byte VOL , 92*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 85*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+19 + .byte W02 + .byte VOL , 81*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+24 + .byte W01 + .byte VOL , 74*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+27 + .byte W01 + .byte VOL , 66*se_op_basyu_mvl/mxv + .byte W02 + .byte BEND , c_v+30 + .byte W01 + .byte VOL , 62*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+38 + .byte W01 + .byte VOL , 56*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+43 + .byte W02 + .byte VOL , 50*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+56 + .byte W01 + .byte VOL , 42*se_op_basyu_mvl/mxv + .byte W01 + .byte BEND , c_v+63 + .byte W01 + .byte VOL , 34*se_op_basyu_mvl/mxv + .byte W02 + .byte W01 + .byte 29*se_op_basyu_mvl/mxv + .byte W02 + .byte 25*se_op_basyu_mvl/mxv + .byte W03 + .byte 23*se_op_basyu_mvl/mxv + .byte W02 + .byte 19*se_op_basyu_mvl/mxv + .byte W02 + .byte 14*se_op_basyu_mvl/mxv + .byte W02 + .byte W01 + .byte 11*se_op_basyu_mvl/mxv + .byte W02 + .byte 5*se_op_basyu_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_op_basyu: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_op_basyu_pri @ Priority + .byte se_op_basyu_rev @ Reverb. + + .word se_op_basyu_grp + + .word se_op_basyu_1 + + .end diff --git a/sound/songs/se_pc_logon.s b/sound/songs/se_pc_logon.s new file mode 100644 index 000000000..520d41844 --- /dev/null +++ b/sound/songs/se_pc_logon.s @@ -0,0 +1,49 @@ + .include "MPlayDef.s" + + .equ se_pc_logon_grp, voicegroup_8451990 + .equ se_pc_logon_pri, 5 + .equ se_pc_logon_rev, reverb_set+50 + .equ se_pc_logon_mvl, 127 + .equ se_pc_logon_key, 0 + .equ se_pc_logon_tbs, 1 + .equ se_pc_logon_exg, 0 + .equ se_pc_logon_cmp, 1 + + .section .rodata + .global se_pc_logon + .align 2 + +@********************** Track 1 **********************@ + +se_pc_logon_1: + .byte KEYSH , se_pc_logon_key+0 + .byte TEMPO , 144*se_pc_logon_tbs/2 + .byte VOICE , 4 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 100*se_pc_logon_mvl/mxv + .byte BEND , c_v-6 + .byte N08 , Cn4 , v112 + .byte W08 + .byte N04 , Cn4 , v028 + .byte W04 + .byte N08 , Cn4 , v112 + .byte W08 + .byte N04 , Cn4 , v024 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_pc_logon: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_pc_logon_pri @ Priority + .byte se_pc_logon_rev @ Reverb. + + .word se_pc_logon_grp + + .word se_pc_logon_1 + + .end diff --git a/sound/songs/se_pc_off.s b/sound/songs/se_pc_off.s new file mode 100644 index 000000000..671532c03 --- /dev/null +++ b/sound/songs/se_pc_off.s @@ -0,0 +1,48 @@ + .include "MPlayDef.s" + + .equ se_pc_off_grp, voicegroup_8451990 + .equ se_pc_off_pri, 5 + .equ se_pc_off_rev, reverb_set+50 + .equ se_pc_off_mvl, 127 + .equ se_pc_off_key, 0 + .equ se_pc_off_tbs, 1 + .equ se_pc_off_exg, 0 + .equ se_pc_off_cmp, 1 + + .section .rodata + .global se_pc_off + .align 2 + +@********************** Track 1 **********************@ + +se_pc_off_1: + .byte KEYSH , se_pc_off_key+0 + .byte TEMPO , 120*se_pc_off_tbs/2 + .byte VOICE , 6 + .byte VOL , 100*se_pc_off_mvl/mxv + .byte BEND , c_v-8 + .byte N04 , Cn3 , v112 + .byte W04 + .byte Cn2 + .byte W02 + .byte W02 + .byte Cn1 + .byte W04 + .byte Cn1 , v024 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_pc_off: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_pc_off_pri @ Priority + .byte se_pc_off_rev @ Reverb. + + .word se_pc_off_grp + + .word se_pc_off_1 + + .end diff --git a/sound/songs/se_pc_on.s b/sound/songs/se_pc_on.s new file mode 100644 index 000000000..a649fda69 --- /dev/null +++ b/sound/songs/se_pc_on.s @@ -0,0 +1,74 @@ + .include "MPlayDef.s" + + .equ se_pc_on_grp, voicegroup_8451990 + .equ se_pc_on_pri, 5 + .equ se_pc_on_rev, reverb_set+50 + .equ se_pc_on_mvl, 127 + .equ se_pc_on_key, 0 + .equ se_pc_on_tbs, 1 + .equ se_pc_on_exg, 0 + .equ se_pc_on_cmp, 1 + + .section .rodata + .global se_pc_on + .align 2 + +@********************** Track 1 **********************@ + +se_pc_on_1: + .byte KEYSH , se_pc_on_key+0 + .byte TEMPO , 144*se_pc_on_tbs/2 + .byte VOICE , 4 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 100*se_pc_on_mvl/mxv + .byte BEND , c_v-11 + .byte N12 , Cn6 , v112 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte N04 , Cn5 , v080 + .byte W03 + .byte W01 + .byte Cn4 + .byte W02 + .byte W02 + .byte Gn4 + .byte W01 + .byte W03 + .byte Cn4 + .byte W03 + .byte W01 + .byte Cn5 + .byte W02 + .byte W02 + .byte Cn4 + .byte W01 + .byte W03 + .byte Cn6 , v100 + .byte W03 + .byte W01 + .byte Cn4 , v080 + .byte W02 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_pc_on: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_pc_on_pri @ Priority + .byte se_pc_on_rev @ Reverb. + + .word se_pc_on_grp + + .word se_pc_on_1 + + .end diff --git a/sound/songs/se_pin.s b/sound/songs/se_pin.s new file mode 100644 index 000000000..c145163a0 --- /dev/null +++ b/sound/songs/se_pin.s @@ -0,0 +1,50 @@ + .include "MPlayDef.s" + + .equ se_pin_grp, voicegroup_8451990 + .equ se_pin_pri, 4 + .equ se_pin_rev, reverb_set+50 + .equ se_pin_mvl, 127 + .equ se_pin_key, 0 + .equ se_pin_tbs, 1 + .equ se_pin_exg, 0 + .equ se_pin_cmp, 1 + + .section .rodata + .global se_pin + .align 2 + +@********************** Track 1 **********************@ + +se_pin_1: + .byte KEYSH , se_pin_key+0 + .byte TEMPO , 100*se_pin_tbs/2 + .byte VOICE , 5 + .byte BENDR , 12 + .byte VOL , 60*se_pin_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Gn5 , v127 + .byte W03 + .byte Gn6 , v112 + .byte W03 + .byte Gn6 , v024 + .byte W03 + .byte Gn6 , v068 + .byte W03 + .byte Gn6 , v024 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_pin: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_pin_pri @ Priority + .byte se_pin_rev @ Reverb. + + .word se_pin_grp + + .word se_pin_1 + + .end diff --git a/sound/songs/se_pinpon.s b/sound/songs/se_pinpon.s new file mode 100644 index 000000000..0dfea28ea --- /dev/null +++ b/sound/songs/se_pinpon.s @@ -0,0 +1,98 @@ + .include "MPlayDef.s" + + .equ se_pinpon_grp, voicegroup_8451990 + .equ se_pinpon_pri, 5 + .equ se_pinpon_rev, reverb_set+50 + .equ se_pinpon_mvl, 127 + .equ se_pinpon_key, 0 + .equ se_pinpon_tbs, 1 + .equ se_pinpon_exg, 0 + .equ se_pinpon_cmp, 1 + + .section .rodata + .global se_pinpon + .align 2 + +@********************** Track 1 **********************@ + +se_pinpon_1: + .byte KEYSH , se_pinpon_key+0 + .byte TEMPO , 150*se_pinpon_tbs/2 + .byte VOICE , 15 + .byte BENDR , 2 + .byte VOL , 90*se_pinpon_mvl/mxv + .byte BEND , c_v+1 + .byte N24 , Ds4 , v092 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte BEND , c_v+15 + .byte N36 , Bn3 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_pinpon_2: + .byte KEYSH , se_pinpon_key+0 + .byte VOICE , 14 + .byte VOL , 90*se_pinpon_mvl/mxv + .byte BEND , c_v+1 + .byte N24 , Ds4 , v072 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte BEND , c_v+15 + .byte N36 , Bn3 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_pinpon: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_pinpon_pri @ Priority + .byte se_pinpon_rev @ Reverb. + + .word se_pinpon_grp + + .word se_pinpon_1 + .word se_pinpon_2 + + .end diff --git a/sound/songs/se_pn_off.s b/sound/songs/se_pn_off.s new file mode 100644 index 000000000..48cbc5da8 --- /dev/null +++ b/sound/songs/se_pn_off.s @@ -0,0 +1,86 @@ + .include "MPlayDef.s" + + .equ se_pn_off_grp, voicegroup_8451990 + .equ se_pn_off_pri, 5 + .equ se_pn_off_rev, reverb_set+50 + .equ se_pn_off_mvl, 127 + .equ se_pn_off_key, 0 + .equ se_pn_off_tbs, 1 + .equ se_pn_off_exg, 0 + .equ se_pn_off_cmp, 1 + + .section .rodata + .global se_pn_off + .align 2 + +@********************** Track 1 **********************@ + +se_pn_off_1: + .byte KEYSH , se_pn_off_key+0 + .byte TEMPO , 144*se_pn_off_tbs/2 + .byte VOICE , 4 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 100*se_pn_off_mvl/mxv + .byte BEND , c_v-6 + .byte N02 , Gn4 , v060 + .byte W02 + .byte N01 , Gn4 , v032 + .byte W01 + .byte N02 , Dn4 , v060 + .byte W03 + .byte N01 , Dn4 , v032 + .byte W01 + .byte N02 , Gn4 , v060 + .byte W02 + .byte Gn4 , v032 + .byte W03 + .byte Gn3 , v060 + .byte W02 + .byte Gn3 , v032 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_pn_off_2: + .byte KEYSH , se_pn_off_key+0 + .byte VOICE , 14 + .byte VOL , 50*se_pn_off_mvl/mxv + .byte BEND , c_v-2 + .byte W01 + .byte N02 , Gn4 , v060 + .byte W02 + .byte N01 , Gn4 , v032 + .byte W01 + .byte N02 , Dn4 , v060 + .byte W02 + .byte W01 + .byte N01 , Dn4 , v032 + .byte W01 + .byte N02 , Gn4 , v060 + .byte W02 + .byte Gn4 , v032 + .byte W02 + .byte W01 + .byte Gn3 , v060 + .byte W02 + .byte Gn3 , v032 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_pn_off: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_pn_off_pri @ Priority + .byte se_pn_off_rev @ Reverb. + + .word se_pn_off_grp + + .word se_pn_off_1 + .word se_pn_off_2 + + .end diff --git a/sound/songs/se_pn_on.s b/sound/songs/se_pn_on.s new file mode 100644 index 000000000..d0f515aaf --- /dev/null +++ b/sound/songs/se_pn_on.s @@ -0,0 +1,86 @@ + .include "MPlayDef.s" + + .equ se_pn_on_grp, voicegroup_8451990 + .equ se_pn_on_pri, 5 + .equ se_pn_on_rev, reverb_set+50 + .equ se_pn_on_mvl, 127 + .equ se_pn_on_key, 0 + .equ se_pn_on_tbs, 1 + .equ se_pn_on_exg, 0 + .equ se_pn_on_cmp, 1 + + .section .rodata + .global se_pn_on + .align 2 + +@********************** Track 1 **********************@ + +se_pn_on_1: + .byte KEYSH , se_pn_on_key+0 + .byte TEMPO , 144*se_pn_on_tbs/2 + .byte VOICE , 4 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 100*se_pn_on_mvl/mxv + .byte BEND , c_v-6 + .byte N02 , Cn4 , v060 + .byte W02 + .byte N01 , Cn4 , v032 + .byte W01 + .byte N02 , Gn4 , v060 + .byte W03 + .byte N01 , Gn4 , v032 + .byte W01 + .byte N02 , Cn4 , v060 + .byte W02 + .byte Cn4 , v032 + .byte W03 + .byte Cn5 , v060 + .byte W02 + .byte Cn5 , v032 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_pn_on_2: + .byte KEYSH , se_pn_on_key+0 + .byte VOICE , 14 + .byte VOL , 50*se_pn_on_mvl/mxv + .byte BEND , c_v-2 + .byte W01 + .byte N02 , Cn4 , v060 + .byte W02 + .byte N01 , Cn4 , v032 + .byte W01 + .byte N02 , Gn4 , v060 + .byte W02 + .byte W01 + .byte N01 , Gn4 , v032 + .byte W01 + .byte N02 , Cn4 , v060 + .byte W02 + .byte Cn4 , v032 + .byte W02 + .byte W01 + .byte Cn5 , v060 + .byte W02 + .byte Cn5 , v032 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_pn_on: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_pn_on_pri @ Priority + .byte se_pn_on_rev @ Reverb. + + .word se_pn_on_grp + + .word se_pn_on_1 + .word se_pn_on_2 + + .end diff --git a/sound/songs/se_poke_dead.s b/sound/songs/se_poke_dead.s new file mode 100644 index 000000000..fb7f58770 --- /dev/null +++ b/sound/songs/se_poke_dead.s @@ -0,0 +1,84 @@ + .include "MPlayDef.s" + + .equ se_poke_dead_grp, voicegroup_8451990 + .equ se_poke_dead_pri, 5 + .equ se_poke_dead_rev, reverb_set+50 + .equ se_poke_dead_mvl, 127 + .equ se_poke_dead_key, 0 + .equ se_poke_dead_tbs, 1 + .equ se_poke_dead_exg, 0 + .equ se_poke_dead_cmp, 1 + + .section .rodata + .global se_poke_dead + .align 2 + +@********************** Track 1 **********************@ + +se_poke_dead_1: + .byte KEYSH , se_poke_dead_key+0 + .byte TEMPO , 90*se_poke_dead_tbs/2 + .byte VOICE , 90 + .byte VOL , 110*se_poke_dead_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , Cn4 , v100 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_poke_dead_2: + .byte KEYSH , se_poke_dead_key+0 + .byte VOICE , 124 + .byte BENDR , 12 + .byte VOL , 82*se_poke_dead_mvl/mxv + .byte BEND , c_v+0 + .byte N05 , Gs4 , v060 + .byte W03 + .byte VOL , 94*se_poke_dead_mvl/mxv + .byte W03 + .byte 103*se_poke_dead_mvl/mxv + .byte N22 + .byte W03 + .byte VOL , 110*se_poke_dead_mvl/mxv + .byte W03 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@********************** Track 3 **********************@ + +se_poke_dead_3: + .byte KEYSH , se_poke_dead_key+0 + .byte VOICE , 0 + .byte VOL , 110*se_poke_dead_mvl/mxv + .byte N06 , Cn3 , v080 + .byte W06 + .byte N18 , Cn3 , v092 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_poke_dead: + .byte 3 @ NumTrks + .byte 0 @ NumBlks + .byte se_poke_dead_pri @ Priority + .byte se_poke_dead_rev @ Reverb. + + .word se_poke_dead_grp + + .word se_poke_dead_1 + .word se_poke_dead_2 + .word se_poke_dead_3 + + .end diff --git a/sound/songs/se_reapoke.s b/sound/songs/se_reapoke.s new file mode 100644 index 000000000..366d5c84a --- /dev/null +++ b/sound/songs/se_reapoke.s @@ -0,0 +1,106 @@ + .include "MPlayDef.s" + + .equ se_reapoke_grp, voicegroup_8451F90 + .equ se_reapoke_pri, 5 + .equ se_reapoke_rev, reverb_set+50 + .equ se_reapoke_mvl, 127 + .equ se_reapoke_key, 0 + .equ se_reapoke_tbs, 1 + .equ se_reapoke_exg, 0 + .equ se_reapoke_cmp, 1 + + .section .rodata + .global se_reapoke + .align 2 + +@********************** Track 1 **********************@ + +se_reapoke_1: + .byte KEYSH , se_reapoke_key+0 + .byte TEMPO , 220*se_reapoke_tbs/2 + .byte VOICE , 46 + .byte VOL , 95*se_reapoke_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N03 , Cn6 , v127 + .byte W01 + .byte PAN , c_v+2 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Gn6 + .byte W01 + .byte PAN , c_v+0 + .byte W02 + .byte W03 + .byte BEND , c_v+1 + .byte N03 , Cn6 , v104 + .byte W01 + .byte PAN , c_v-2 + .byte BEND , c_v+2 + .byte W02 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Gn6 + .byte W01 + .byte PAN , c_v+0 + .byte W04 + .byte W01 + .byte BEND , c_v+1 + .byte N03 , Cs6 , v080 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Gs6 + .byte W02 + .byte PAN , c_v+0 + .byte W04 + .byte BEND , c_v+1 + .byte N03 , Cs6 , v048 + .byte W02 + .byte PAN , c_v-5 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Gs6 + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte W02 + .byte c_v+4 + .byte BEND , c_v+1 + .byte N03 , Cs6 , v032 + .byte W01 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W02 + .byte c_v+0 + .byte N06 , Gs6 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_reapoke: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_reapoke_pri @ Priority + .byte se_reapoke_rev @ Reverb. + + .word se_reapoke_grp + + .word se_reapoke_1 + + .end diff --git a/sound/songs/se_regi.s b/sound/songs/se_regi.s new file mode 100644 index 000000000..295f1e47f --- /dev/null +++ b/sound/songs/se_regi.s @@ -0,0 +1,63 @@ + .include "MPlayDef.s" + + .equ se_regi_grp, voicegroup_8451990 + .equ se_regi_pri, 5 + .equ se_regi_rev, reverb_set+50 + .equ se_regi_mvl, 127 + .equ se_regi_key, 0 + .equ se_regi_tbs, 1 + .equ se_regi_exg, 0 + .equ se_regi_cmp, 1 + + .section .rodata + .global se_regi + .align 2 + +@********************** Track 1 **********************@ + +se_regi_1: + .byte KEYSH , se_regi_key+0 + .byte TEMPO , 128*se_regi_tbs/2 + .byte VOICE , 6 + .byte BENDR , 12 + .byte VOL , 90*se_regi_mvl/mxv + .byte BEND , c_v-1 + .byte N01 , Ds3 , v127 + .byte W02 + .byte N03 , Gs3 , v100 + .byte W05 + .byte N16 , Fn5 , v072 + .byte W05 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_regi_2: + .byte KEYSH , se_regi_key+0 + .byte VOICE , 14 + .byte VOL , 90*se_regi_mvl/mxv + .byte BEND , c_v-8 + .byte W02 + .byte N03 , Gs3 , v060 + .byte W05 + .byte N16 , Fn5 + .byte W05 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_regi: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_regi_pri @ Priority + .byte se_regi_rev @ Reverb. + + .word se_regi_grp + + .word se_regi_1 + .word se_regi_2 + + .end diff --git a/sound/songs/se_ru_bari.s b/sound/songs/se_ru_bari.s new file mode 100644 index 000000000..dc73542e2 --- /dev/null +++ b/sound/songs/se_ru_bari.s @@ -0,0 +1,64 @@ + .include "MPlayDef.s" + + .equ se_ru_bari_grp, voicegroup_8451990 + .equ se_ru_bari_pri, 4 + .equ se_ru_bari_rev, reverb_set+50 + .equ se_ru_bari_mvl, 127 + .equ se_ru_bari_key, 0 + .equ se_ru_bari_tbs, 1 + .equ se_ru_bari_exg, 0 + .equ se_ru_bari_cmp, 1 + + .section .rodata + .global se_ru_bari + .align 2 + +@********************** Track 1 **********************@ + +se_ru_bari_1: + .byte KEYSH , se_ru_bari_key+0 + .byte TEMPO , 150*se_ru_bari_tbs/2 + .byte VOICE , 9 + .byte VOL , 100*se_ru_bari_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Gn5 , v088 + .byte W01 + .byte N01 + .byte W02 + .byte Cn6 , v072 + .byte W03 + .byte Cn6 , v056 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_ru_bari_2: + .byte KEYSH , se_ru_bari_key+0 + .byte VOICE , 122 + .byte VOL , 100*se_ru_bari_mvl/mxv + .byte N01 , Gn2 , v112 + .byte W02 + .byte VOICE , 123 + .byte W01 + .byte N01 , Gs4 , v096 + .byte W03 + .byte Gs4 , v112 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_ru_bari: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_ru_bari_pri @ Priority + .byte se_ru_bari_rev @ Reverb. + + .word se_ru_bari_grp + + .word se_ru_bari_1 + .word se_ru_bari_2 + + .end diff --git a/sound/songs/se_ru_gashin.s b/sound/songs/se_ru_gashin.s new file mode 100644 index 000000000..10c136a92 --- /dev/null +++ b/sound/songs/se_ru_gashin.s @@ -0,0 +1,64 @@ + .include "MPlayDef.s" + + .equ se_ru_gashin_grp, voicegroup_8451F90 + .equ se_ru_gashin_pri, 4 + .equ se_ru_gashin_rev, reverb_set+50 + .equ se_ru_gashin_mvl, 127 + .equ se_ru_gashin_key, 0 + .equ se_ru_gashin_tbs, 1 + .equ se_ru_gashin_exg, 0 + .equ se_ru_gashin_cmp, 1 + + .section .rodata + .global se_ru_gashin + .align 2 + +@********************** Track 1 **********************@ + +se_ru_gashin_1: + .byte KEYSH , se_ru_gashin_key+0 + .byte TEMPO , 150*se_ru_gashin_tbs/2 + .byte VOICE , 3 + .byte VOL , 90*se_ru_gashin_mvl/mxv + .byte BEND , c_v+16 + .byte N03 , En3 , v112 + .byte W01 + .byte BEND , c_v+38 + .byte W01 + .byte c_v+62 + .byte W02 + .byte N12 , En4 + .byte W02 + .byte W06 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_ru_gashin_2: + .byte KEYSH , se_ru_gashin_key+0 + .byte VOICE , 4 + .byte VOL , 90*se_ru_gashin_mvl/mxv + .byte N03 , Gs3 , v096 + .byte W04 + .byte N12 , Gs4 + .byte W02 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_ru_gashin: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_ru_gashin_pri @ Priority + .byte se_ru_gashin_rev @ Reverb. + + .word se_ru_gashin_grp + + .word se_ru_gashin_1 + .word se_ru_gashin_2 + + .end diff --git a/sound/songs/se_ru_gasyan.s b/sound/songs/se_ru_gasyan.s new file mode 100644 index 000000000..15ccd44ed --- /dev/null +++ b/sound/songs/se_ru_gasyan.s @@ -0,0 +1,83 @@ + .include "MPlayDef.s" + + .equ se_ru_gasyan_grp, voicegroup_8451F90 + .equ se_ru_gasyan_pri, 4 + .equ se_ru_gasyan_rev, reverb_set+50 + .equ se_ru_gasyan_mvl, 127 + .equ se_ru_gasyan_key, 0 + .equ se_ru_gasyan_tbs, 1 + .equ se_ru_gasyan_exg, 0 + .equ se_ru_gasyan_cmp, 1 + + .section .rodata + .global se_ru_gasyan + .align 2 + +@********************** Track 1 **********************@ + +se_ru_gasyan_1: + .byte KEYSH , se_ru_gasyan_key+0 + .byte TEMPO , 120*se_ru_gasyan_tbs/2 + .byte VOICE , 3 + .byte VOL , 100*se_ru_gasyan_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Gn3 , v120 + .byte W03 + .byte W01 + .byte Cn4 + .byte W01 + .byte BEND , c_v+12 + .byte W01 + .byte c_v+22 + .byte W01 + .byte N01 , Cn5 , v112 + .byte W01 + .byte BEND , c_v+35 + .byte W01 + .byte W01 + .byte c_v+46 + .byte W01 + .byte c_v+54 + .byte N01 , Cn4 , v104 + .byte W01 + .byte W01 + .byte BEND , c_v+63 + .byte W01 + .byte N01 , Cn5 , v096 + .byte W01 + .byte FINE + +@********************** Track 2 **********************@ + +se_ru_gasyan_2: + .byte KEYSH , se_ru_gasyan_key+0 + .byte VOICE , 4 + .byte VOL , 100*se_ru_gasyan_mvl/mxv + .byte N01 , Gs3 , v064 + .byte W03 + .byte W01 + .byte N01 + .byte W02 + .byte Fn4 + .byte W03 + .byte Gs3 + .byte W03 + .byte Fn4 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_ru_gasyan: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_ru_gasyan_pri @ Priority + .byte se_ru_gasyan_rev @ Reverb. + + .word se_ru_gasyan_grp + + .word se_ru_gasyan_1 + .word se_ru_gasyan_2 + + .end diff --git a/sound/songs/se_ru_hyuu.s b/sound/songs/se_ru_hyuu.s new file mode 100644 index 000000000..d46442223 --- /dev/null +++ b/sound/songs/se_ru_hyuu.s @@ -0,0 +1,80 @@ + .include "MPlayDef.s" + + .equ se_ru_hyuu_grp, voicegroup_8451F90 + .equ se_ru_hyuu_pri, 4 + .equ se_ru_hyuu_rev, reverb_set+50 + .equ se_ru_hyuu_mvl, 127 + .equ se_ru_hyuu_key, 0 + .equ se_ru_hyuu_tbs, 1 + .equ se_ru_hyuu_exg, 0 + .equ se_ru_hyuu_cmp, 1 + + .section .rodata + .global se_ru_hyuu + .align 2 + +@********************** Track 1 **********************@ + +se_ru_hyuu_1: + .byte KEYSH , se_ru_hyuu_key+0 + .byte TEMPO , 170*se_ru_hyuu_tbs/2 + .byte VOICE , 22 + .byte VOL , 110*se_ru_hyuu_mvl/mxv + .byte BEND , c_v+60 + .byte N44 , Gn3 , v080 + .byte W03 + .byte BEND , c_v+57 + .byte W03 + .byte c_v+52 + .byte W03 + .byte c_v+43 + .byte W03 + .byte c_v+36 + .byte W03 + .byte c_v+30 + .byte W03 + .byte c_v+22 + .byte W03 + .byte c_v+16 + .byte W03 + .byte VOL , 104*se_ru_hyuu_mvl/mxv + .byte BEND , c_v+11 + .byte W03 + .byte VOL , 90*se_ru_hyuu_mvl/mxv + .byte BEND , c_v+3 + .byte W03 + .byte VOL , 82*se_ru_hyuu_mvl/mxv + .byte BEND , c_v-8 + .byte W03 + .byte VOL , 71*se_ru_hyuu_mvl/mxv + .byte BEND , c_v-16 + .byte W03 + .byte VOL , 58*se_ru_hyuu_mvl/mxv + .byte BEND , c_v-24 + .byte W03 + .byte VOL , 45*se_ru_hyuu_mvl/mxv + .byte BEND , c_v-36 + .byte W03 + .byte VOL , 36*se_ru_hyuu_mvl/mxv + .byte BEND , c_v-50 + .byte W03 + .byte VOL , 11*se_ru_hyuu_mvl/mxv + .byte BEND , c_v-63 + .byte W03 + .byte VOL , 3*se_ru_hyuu_mvl/mxv + .byte FINE + +@******************************************************@ + .align 2 + +se_ru_hyuu: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_ru_hyuu_pri @ Priority + .byte se_ru_hyuu_rev @ Reverb. + + .word se_ru_hyuu_grp + + .word se_ru_hyuu_1 + + .end diff --git a/sound/songs/se_save.s b/sound/songs/se_save.s new file mode 100644 index 000000000..3e8f1ea3a --- /dev/null +++ b/sound/songs/se_save.s @@ -0,0 +1,78 @@ + .include "MPlayDef.s" + + .equ se_save_grp, voicegroup_8451F90 + .equ se_save_pri, 5 + .equ se_save_rev, reverb_set+50 + .equ se_save_mvl, 127 + .equ se_save_key, 0 + .equ se_save_tbs, 1 + .equ se_save_exg, 0 + .equ se_save_cmp, 1 + + .section .rodata + .global se_save + .align 2 + +@********************** Track 1 **********************@ + +se_save_1: + .byte KEYSH , se_save_key+0 + .byte TEMPO , 150*se_save_tbs/2 + .byte VOICE , 14 + .byte VOL , 80*se_save_mvl/mxv + .byte BEND , c_v+17 + .byte N03 , En3 , v096 + .byte W03 + .byte Bn2 + .byte W03 + .byte En3 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , Cn5 + .byte W06 + .byte N24 , Cn6 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_save_2: + .byte KEYSH , se_save_key+0 + .byte VOICE , 17 + .byte VOL , 80*se_save_mvl/mxv + .byte N03 , En3 , v100 + .byte W03 + .byte Bn2 + .byte W03 + .byte En3 + .byte W03 + .byte Bn3 + .byte W03 + .byte N06 , Cn5 + .byte W06 + .byte N24 , Cn6 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_save: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_save_pri @ Priority + .byte se_save_rev @ Reverb. + + .word se_save_grp + + .word se_save_1 + .word se_save_2 + + .end diff --git a/sound/songs/se_seikai.s b/sound/songs/se_seikai.s new file mode 100644 index 000000000..b5bebbcc7 --- /dev/null +++ b/sound/songs/se_seikai.s @@ -0,0 +1,44 @@ + .include "MPlayDef.s" + + .equ se_seikai_grp, voicegroup_8451990 + .equ se_seikai_pri, 4 + .equ se_seikai_rev, reverb_set+50 + .equ se_seikai_mvl, 127 + .equ se_seikai_key, 0 + .equ se_seikai_tbs, 1 + .equ se_seikai_exg, 0 + .equ se_seikai_cmp, 1 + + .section .rodata + .global se_seikai + .align 2 + +@********************** Track 1 **********************@ + +se_seikai_1: + .byte KEYSH , se_seikai_key+0 + .byte TEMPO , 240*se_seikai_tbs/2 + .byte VOICE , 5 + .byte BENDR , 12 + .byte VOL , 80*se_seikai_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Gn5 , v127 + .byte W06 + .byte N18 , Ds5 + .byte W18 + .byte FINE + +@******************************************************@ + .align 2 + +se_seikai: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_seikai_pri @ Priority + .byte se_seikai_rev @ Reverb. + + .word se_seikai_grp + + .word se_seikai_1 + + .end diff --git a/sound/songs/se_select.s b/sound/songs/se_select.s new file mode 100644 index 000000000..21645c326 --- /dev/null +++ b/sound/songs/se_select.s @@ -0,0 +1,50 @@ + .include "MPlayDef.s" + + .equ se_select_grp, voicegroup_8451990 + .equ se_select_pri, 5 + .equ se_select_rev, reverb_set+50 + .equ se_select_mvl, 127 + .equ se_select_key, 0 + .equ se_select_tbs, 1 + .equ se_select_exg, 0 + .equ se_select_cmp, 1 + + .section .rodata + .global se_select + .align 2 + +@********************** Track 1 **********************@ + +se_select_1: + .byte KEYSH , se_select_key+0 + .byte TEMPO , 300*se_select_tbs/2 + .byte VOICE , 87 + .byte VOL , 80*se_select_mvl/mxv + .byte BEND , c_v+13 + .byte N03 , As5 , v068 + .byte W03 + .byte Gn6 , v127 + .byte W03 + .byte Gn6 , v068 + .byte W03 + .byte Gn6 , v127 + .byte W03 + .byte VOICE , 88 + .byte N06 , Gn6 , v068 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_select: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_select_pri @ Priority + .byte se_select_rev @ Reverb. + + .word se_select_grp + + .word se_select_1 + + .end diff --git a/sound/songs/se_stop.s b/sound/songs/se_stop.s new file mode 100644 index 000000000..c2bae91cd --- /dev/null +++ b/sound/songs/se_stop.s @@ -0,0 +1,28 @@ + .include "MPlayDef.s" + + .equ se_stop_grp, voicegroup_842FC88 + .equ se_stop_pri, 0 + .equ se_stop_rev, reverb_set+40 + .equ se_stop_mvl, 127 + .equ se_stop_key, 0 + .equ se_stop_tbs, 1 + .equ se_stop_exg, 0 + .equ se_stop_cmp, 1 + + .section .rodata + .global se_stop + .align 2 + +@******************************************************@ + .align 2 + +se_stop: + .byte 0 @ NumTrks + .byte 0 @ NumBlks + .byte se_stop_pri @ Priority + .byte se_stop_rev @ Reverb. + + .word se_stop_grp + + + .end diff --git a/sound/songs/se_suikomu.s b/sound/songs/se_suikomu.s new file mode 100644 index 000000000..d548245b3 --- /dev/null +++ b/sound/songs/se_suikomu.s @@ -0,0 +1,78 @@ + .include "MPlayDef.s" + + .equ se_suikomu_grp, voicegroup_8451990 + .equ se_suikomu_pri, 5 + .equ se_suikomu_rev, reverb_set+50 + .equ se_suikomu_mvl, 127 + .equ se_suikomu_key, 0 + .equ se_suikomu_tbs, 1 + .equ se_suikomu_exg, 0 + .equ se_suikomu_cmp, 1 + + .section .rodata + .global se_suikomu + .align 2 + +@********************** Track 1 **********************@ + +se_suikomu_1: + .byte KEYSH , se_suikomu_key+0 + .byte VOICE , 13 + .byte BENDR , 12 + .byte VOL , 12*se_suikomu_mvl/mxv + .byte BEND , c_v+49 + .byte N06 , Gn4 , v080 + .byte W01 + .byte VOL , 44*se_suikomu_mvl/mxv + .byte BEND , c_v+22 + .byte W01 + .byte VOL , 75*se_suikomu_mvl/mxv + .byte BEND , c_v+20 + .byte W01 + .byte VOL , 87*se_suikomu_mvl/mxv + .byte BEND , c_v+33 + .byte W01 + .byte VOL , 100*se_suikomu_mvl/mxv + .byte BEND , c_v+54 + .byte W01 + .byte c_v+63 + .byte W01 + .byte W03 + .byte N03 , Gn4 , v040 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_suikomu_2: + .byte KEYSH , se_suikomu_key+0 + .byte VOICE , 123 + .byte VOL , 59*se_suikomu_mvl/mxv + .byte N06 , Gs4 , v052 + .byte W01 + .byte VOL , 72*se_suikomu_mvl/mxv + .byte W01 + .byte 90*se_suikomu_mvl/mxv + .byte W01 + .byte 100*se_suikomu_mvl/mxv + .byte W03 + .byte W03 + .byte N03 , Gs4 , v024 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_suikomu: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_suikomu_pri @ Priority + .byte se_suikomu_rev @ Reverb. + + .word se_suikomu_grp + + .word se_suikomu_1 + .word se_suikomu_2 + + .end diff --git a/sound/songs/se_t_ame.s b/sound/songs/se_t_ame.s new file mode 100644 index 000000000..674159e22 --- /dev/null +++ b/sound/songs/se_t_ame.s @@ -0,0 +1,65 @@ + .include "MPlayDef.s" + + .equ se_t_ame_grp, voicegroup_8451F90 + .equ se_t_ame_pri, 2 + .equ se_t_ame_rev, reverb_set+50 + .equ se_t_ame_mvl, 127 + .equ se_t_ame_key, 0 + .equ se_t_ame_tbs, 1 + .equ se_t_ame_exg, 0 + .equ se_t_ame_cmp, 1 + + .section .rodata + .global se_t_ame + .align 2 + +@********************** Track 1 **********************@ + +se_t_ame_1: + .byte KEYSH , se_t_ame_key+0 + .byte TEMPO , 220*se_t_ame_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 15*se_t_ame_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Gn3 , v060 + .byte W03 + .byte VOL , 27*se_t_ame_mvl/mxv + .byte W03 + .byte 39*se_t_ame_mvl/mxv + .byte W03 + .byte 44*se_t_ame_mvl/mxv + .byte W03 + .byte 52*se_t_ame_mvl/mxv + .byte W03 + .byte 59*se_t_ame_mvl/mxv + .byte W03 + .byte 68*se_t_ame_mvl/mxv + .byte W03 + .byte 80*se_t_ame_mvl/mxv + .byte W03 +se_t_ame_1_B1: + .byte N60 , Gn3 , v060 + .byte W24 + .byte W24 + .byte W12 + .byte GOTO + .word se_t_ame_1_B1 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_t_ame: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_ame_pri @ Priority + .byte se_t_ame_rev @ Reverb. + + .word se_t_ame_grp + + .word se_t_ame_1 + + .end diff --git a/sound/songs/se_t_ame_e.s b/sound/songs/se_t_ame_e.s new file mode 100644 index 000000000..a959e9476 --- /dev/null +++ b/sound/songs/se_t_ame_e.s @@ -0,0 +1,74 @@ + .include "MPlayDef.s" + + .equ se_t_ame_e_grp, voicegroup_8451F90 + .equ se_t_ame_e_pri, 2 + .equ se_t_ame_e_rev, reverb_set+50 + .equ se_t_ame_e_mvl, 127 + .equ se_t_ame_e_key, 0 + .equ se_t_ame_e_tbs, 1 + .equ se_t_ame_e_exg, 0 + .equ se_t_ame_e_cmp, 1 + + .section .rodata + .global se_t_ame_e + .align 2 + +@********************** Track 1 **********************@ + +se_t_ame_e_1: + .byte KEYSH , se_t_ame_e_key+0 + .byte TEMPO , 220*se_t_ame_e_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 80*se_t_ame_e_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Gn3 , v060 + .byte W03 + .byte VOL , 76*se_t_ame_e_mvl/mxv + .byte W03 + .byte 74*se_t_ame_e_mvl/mxv + .byte W03 + .byte 72*se_t_ame_e_mvl/mxv + .byte W03 + .byte 68*se_t_ame_e_mvl/mxv + .byte W03 + .byte 64*se_t_ame_e_mvl/mxv + .byte W03 + .byte 58*se_t_ame_e_mvl/mxv + .byte W03 + .byte 50*se_t_ame_e_mvl/mxv + .byte W03 + .byte 44*se_t_ame_e_mvl/mxv + .byte N24 + .byte W03 + .byte VOL , 38*se_t_ame_e_mvl/mxv + .byte W03 + .byte 34*se_t_ame_e_mvl/mxv + .byte W03 + .byte 27*se_t_ame_e_mvl/mxv + .byte W03 + .byte 20*se_t_ame_e_mvl/mxv + .byte W03 + .byte 15*se_t_ame_e_mvl/mxv + .byte W03 + .byte 10*se_t_ame_e_mvl/mxv + .byte W03 + .byte 6*se_t_ame_e_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_t_ame_e: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_ame_e_pri @ Priority + .byte se_t_ame_e_rev @ Reverb. + + .word se_t_ame_e_grp + + .word se_t_ame_e_1 + + .end diff --git a/sound/songs/se_t_kami.s b/sound/songs/se_t_kami.s new file mode 100644 index 000000000..b1446d227 --- /dev/null +++ b/sound/songs/se_t_kami.s @@ -0,0 +1,98 @@ + .include "MPlayDef.s" + + .equ se_t_kami_grp, voicegroup_8451F90 + .equ se_t_kami_pri, 3 + .equ se_t_kami_rev, reverb_set+50 + .equ se_t_kami_mvl, 127 + .equ se_t_kami_key, 0 + .equ se_t_kami_tbs, 1 + .equ se_t_kami_exg, 0 + .equ se_t_kami_cmp, 1 + + .section .rodata + .global se_t_kami + .align 2 + +@********************** Track 1 **********************@ + +se_t_kami_1: + .byte KEYSH , se_t_kami_key+0 + .byte TEMPO , 220*se_t_kami_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_t_kami_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , En3 , v112 + .byte W03 + .byte BEND , c_v+21 + .byte W03 + .byte c_v+0 + .byte W03 + .byte c_v+6 + .byte N15 , En3 , v120 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte c_v-9 + .byte W03 + .byte c_v-29 + .byte W06 + .byte c_v+0 + .byte N09 , Gn2 + .byte W06 + .byte BEND , c_v-8 + .byte W03 + .byte c_v-15 + .byte TIE , Gs2 , v112 + .byte W03 + .byte BEND , c_v-4 + .byte W09 + .byte c_v-8 + .byte W03 + .byte W06 + .byte c_v-13 + .byte W03 + .byte c_v-22 + .byte W09 + .byte c_v-32 + .byte W06 + .byte VOL , 102*se_t_kami_mvl/mxv + .byte BEND , c_v-38 + .byte W09 + .byte VOL , 97*se_t_kami_mvl/mxv + .byte W09 + .byte 92*se_t_kami_mvl/mxv + .byte BEND , c_v-45 + .byte W06 + .byte W03 + .byte VOL , 83*se_t_kami_mvl/mxv + .byte W06 + .byte BEND , c_v-52 + .byte W03 + .byte VOL , 72*se_t_kami_mvl/mxv + .byte W09 + .byte 63*se_t_kami_mvl/mxv + .byte W03 + .byte W06 + .byte 57*se_t_kami_mvl/mxv + .byte W06 + .byte 46*se_t_kami_mvl/mxv + .byte W12 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_t_kami: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_kami_pri @ Priority + .byte se_t_kami_rev @ Reverb. + + .word se_t_kami_grp + + .word se_t_kami_1 + + .end diff --git a/sound/songs/se_t_kami2.s b/sound/songs/se_t_kami2.s new file mode 100644 index 000000000..9b601e438 --- /dev/null +++ b/sound/songs/se_t_kami2.s @@ -0,0 +1,80 @@ + .include "MPlayDef.s" + + .equ se_t_kami2_grp, voicegroup_8451F90 + .equ se_t_kami2_pri, 3 + .equ se_t_kami2_rev, reverb_set+50 + .equ se_t_kami2_mvl, 127 + .equ se_t_kami2_key, 0 + .equ se_t_kami2_tbs, 1 + .equ se_t_kami2_exg, 0 + .equ se_t_kami2_cmp, 1 + + .section .rodata + .global se_t_kami2 + .align 2 + +@********************** Track 1 **********************@ + +se_t_kami2_1: + .byte KEYSH , se_t_kami2_key+0 + .byte TEMPO , 220*se_t_kami2_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_t_kami2_mvl/mxv + .byte BEND , c_v+35 + .byte TIE , Dn2 , v112 + .byte W03 + .byte BEND , c_v+11 + .byte W03 + .byte c_v+0 + .byte W03 + .byte c_v+6 + .byte W06 + .byte c_v+0 + .byte W09 + .byte W15 + .byte c_v+0 + .byte W06 + .byte c_v-4 + .byte W03 + .byte W06 + .byte c_v-13 + .byte W09 + .byte c_v-18 + .byte W09 + .byte VOL , 102*se_t_kami2_mvl/mxv + .byte BEND , c_v-25 + .byte W09 + .byte VOL , 97*se_t_kami2_mvl/mxv + .byte BEND , c_v-38 + .byte W09 + .byte VOL , 92*se_t_kami2_mvl/mxv + .byte BEND , c_v-45 + .byte W06 + .byte W03 + .byte VOL , 83*se_t_kami2_mvl/mxv + .byte W06 + .byte BEND , c_v-52 + .byte W03 + .byte VOL , 64*se_t_kami2_mvl/mxv + .byte W06 + .byte 47*se_t_kami2_mvl/mxv + .byte W06 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_t_kami2: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_kami2_pri @ Priority + .byte se_t_kami2_rev @ Reverb. + + .word se_t_kami2_grp + + .word se_t_kami2_1 + + .end diff --git a/sound/songs/se_t_koame.s b/sound/songs/se_t_koame.s new file mode 100644 index 000000000..81852541e --- /dev/null +++ b/sound/songs/se_t_koame.s @@ -0,0 +1,65 @@ + .include "MPlayDef.s" + + .equ se_t_koame_grp, voicegroup_8451F90 + .equ se_t_koame_pri, 2 + .equ se_t_koame_rev, reverb_set+50 + .equ se_t_koame_mvl, 127 + .equ se_t_koame_key, 0 + .equ se_t_koame_tbs, 1 + .equ se_t_koame_exg, 0 + .equ se_t_koame_cmp, 1 + + .section .rodata + .global se_t_koame + .align 2 + +@********************** Track 1 **********************@ + +se_t_koame_1: + .byte KEYSH , se_t_koame_key+0 + .byte TEMPO , 220*se_t_koame_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 15*se_t_koame_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Bn3 , v052 + .byte W03 + .byte VOL , 27*se_t_koame_mvl/mxv + .byte W03 + .byte 39*se_t_koame_mvl/mxv + .byte W03 + .byte 44*se_t_koame_mvl/mxv + .byte W03 + .byte 52*se_t_koame_mvl/mxv + .byte W03 + .byte 59*se_t_koame_mvl/mxv + .byte W03 + .byte 68*se_t_koame_mvl/mxv + .byte W03 + .byte 80*se_t_koame_mvl/mxv + .byte W03 +se_t_koame_1_B1: + .byte N60 , Bn3 , v052 + .byte W24 + .byte W24 + .byte W12 + .byte GOTO + .word se_t_koame_1_B1 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_t_koame: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_koame_pri @ Priority + .byte se_t_koame_rev @ Reverb. + + .word se_t_koame_grp + + .word se_t_koame_1 + + .end diff --git a/sound/songs/se_t_koame_e.s b/sound/songs/se_t_koame_e.s new file mode 100644 index 000000000..b36ddd99f --- /dev/null +++ b/sound/songs/se_t_koame_e.s @@ -0,0 +1,74 @@ + .include "MPlayDef.s" + + .equ se_t_koame_e_grp, voicegroup_8451F90 + .equ se_t_koame_e_pri, 2 + .equ se_t_koame_e_rev, reverb_set+50 + .equ se_t_koame_e_mvl, 127 + .equ se_t_koame_e_key, 0 + .equ se_t_koame_e_tbs, 1 + .equ se_t_koame_e_exg, 0 + .equ se_t_koame_e_cmp, 1 + + .section .rodata + .global se_t_koame_e + .align 2 + +@********************** Track 1 **********************@ + +se_t_koame_e_1: + .byte KEYSH , se_t_koame_e_key+0 + .byte TEMPO , 220*se_t_koame_e_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 80*se_t_koame_e_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Bn3 , v052 + .byte W03 + .byte VOL , 76*se_t_koame_e_mvl/mxv + .byte W03 + .byte 74*se_t_koame_e_mvl/mxv + .byte W03 + .byte 72*se_t_koame_e_mvl/mxv + .byte W03 + .byte 68*se_t_koame_e_mvl/mxv + .byte W03 + .byte 64*se_t_koame_e_mvl/mxv + .byte W03 + .byte 58*se_t_koame_e_mvl/mxv + .byte W03 + .byte 50*se_t_koame_e_mvl/mxv + .byte W03 + .byte 44*se_t_koame_e_mvl/mxv + .byte N24 + .byte W03 + .byte VOL , 38*se_t_koame_e_mvl/mxv + .byte W03 + .byte 34*se_t_koame_e_mvl/mxv + .byte W03 + .byte 27*se_t_koame_e_mvl/mxv + .byte W03 + .byte 20*se_t_koame_e_mvl/mxv + .byte W03 + .byte 15*se_t_koame_e_mvl/mxv + .byte W03 + .byte 10*se_t_koame_e_mvl/mxv + .byte W03 + .byte 6*se_t_koame_e_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_t_koame_e: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_koame_e_pri @ Priority + .byte se_t_koame_e_rev @ Reverb. + + .word se_t_koame_e_grp + + .word se_t_koame_e_1 + + .end diff --git a/sound/songs/se_t_ooame.s b/sound/songs/se_t_ooame.s new file mode 100644 index 000000000..37fbc5339 --- /dev/null +++ b/sound/songs/se_t_ooame.s @@ -0,0 +1,64 @@ + .include "MPlayDef.s" + + .equ se_t_ooame_grp, voicegroup_8451F90 + .equ se_t_ooame_pri, 2 + .equ se_t_ooame_rev, reverb_set+50 + .equ se_t_ooame_mvl, 127 + .equ se_t_ooame_key, 0 + .equ se_t_ooame_tbs, 1 + .equ se_t_ooame_exg, 0 + .equ se_t_ooame_cmp, 1 + + .section .rodata + .global se_t_ooame + .align 2 + +@********************** Track 1 **********************@ + +se_t_ooame_1: + .byte KEYSH , se_t_ooame_key+0 + .byte TEMPO , 220*se_t_ooame_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 18*se_t_ooame_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Cn3 , v060 + .byte W03 + .byte VOL , 33*se_t_ooame_mvl/mxv + .byte W03 + .byte 48*se_t_ooame_mvl/mxv + .byte W03 + .byte 55*se_t_ooame_mvl/mxv + .byte W03 + .byte 65*se_t_ooame_mvl/mxv + .byte W03 + .byte 74*se_t_ooame_mvl/mxv + .byte W03 + .byte 85*se_t_ooame_mvl/mxv + .byte W03 + .byte 100*se_t_ooame_mvl/mxv + .byte W03 +se_t_ooame_1_B1: + .byte N36 , Cn3 , v060 + .byte W24 + .byte W12 + .byte GOTO + .word se_t_ooame_1_B1 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_t_ooame: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_ooame_pri @ Priority + .byte se_t_ooame_rev @ Reverb. + + .word se_t_ooame_grp + + .word se_t_ooame_1 + + .end diff --git a/sound/songs/se_t_ooame_e.s b/sound/songs/se_t_ooame_e.s new file mode 100644 index 000000000..7d17a4d7a --- /dev/null +++ b/sound/songs/se_t_ooame_e.s @@ -0,0 +1,74 @@ + .include "MPlayDef.s" + + .equ se_t_ooame_e_grp, voicegroup_8451F90 + .equ se_t_ooame_e_pri, 2 + .equ se_t_ooame_e_rev, reverb_set+50 + .equ se_t_ooame_e_mvl, 127 + .equ se_t_ooame_e_key, 0 + .equ se_t_ooame_e_tbs, 1 + .equ se_t_ooame_e_exg, 0 + .equ se_t_ooame_e_cmp, 1 + + .section .rodata + .global se_t_ooame_e + .align 2 + +@********************** Track 1 **********************@ + +se_t_ooame_e_1: + .byte KEYSH , se_t_ooame_e_key+0 + .byte TEMPO , 220*se_t_ooame_e_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*se_t_ooame_e_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Cn3 , v060 + .byte W03 + .byte VOL , 96*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 93*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 90*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 85*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 81*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 73*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 62*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 55*se_t_ooame_e_mvl/mxv + .byte N24 + .byte W03 + .byte VOL , 48*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 42*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 33*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 25*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 18*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 12*se_t_ooame_e_mvl/mxv + .byte W03 + .byte 7*se_t_ooame_e_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_t_ooame_e: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_t_ooame_e_pri @ Priority + .byte se_t_ooame_e_rev @ Reverb. + + .word se_t_ooame_e_grp + + .word se_t_ooame_e_1 + + .end diff --git a/sound/songs/se_tama.s b/sound/songs/se_tama.s new file mode 100644 index 000000000..28f6a4b8e --- /dev/null +++ b/sound/songs/se_tama.s @@ -0,0 +1,246 @@ + .include "MPlayDef.s" + + .equ se_tama_grp, voicegroup_8451F90 + .equ se_tama_pri, 5 + .equ se_tama_rev, reverb_set+50 + .equ se_tama_mvl, 127 + .equ se_tama_key, 0 + .equ se_tama_tbs, 1 + .equ se_tama_exg, 0 + .equ se_tama_cmp, 1 + + .section .rodata + .global se_tama + .align 2 + +@********************** Track 1 **********************@ + +se_tama_1: + .byte KEYSH , se_tama_key+0 + .byte TEMPO , 110*se_tama_tbs/2 + .byte VOICE , 15 + .byte BENDR , 12 + .byte VOL , 100*se_tama_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+30 + .byte TIE , Cn4 , v100 + .byte W01 + .byte BEND , c_v+24 + .byte W01 + .byte c_v+19 + .byte W01 + .byte c_v+14 + .byte W01 + .byte c_v+8 + .byte W02 + .byte c_v+4 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+0 + .byte W04 + .byte W04 + .byte c_v+1 + .byte W02 + .byte W06 + .byte c_v+1 + .byte W06 + .byte c_v+1 + .byte W06 + .byte c_v+2 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+4 + .byte W06 + .byte c_v+4 + .byte W06 + .byte c_v+5 + .byte W06 + .byte c_v+6 + .byte W06 + .byte c_v+8 + .byte W06 + .byte c_v+10 + .byte W06 + .byte c_v+12 + .byte W06 + .byte c_v+14 + .byte W06 + .byte c_v+16 + .byte W06 + .byte c_v+18 + .byte W06 + .byte c_v+20 + .byte W06 + .byte VOL , 98*se_tama_mvl/mxv + .byte BEND , c_v+22 + .byte W03 + .byte VOL , 97*se_tama_mvl/mxv + .byte W03 + .byte BEND , c_v+24 + .byte W01 + .byte VOL , 94*se_tama_mvl/mxv + .byte W03 + .byte 91*se_tama_mvl/mxv + .byte W02 + .byte BEND , c_v+26 + .byte W02 + .byte VOL , 88*se_tama_mvl/mxv + .byte W02 + .byte 85*se_tama_mvl/mxv + .byte W02 + .byte BEND , c_v+28 + .byte W02 + .byte VOL , 80*se_tama_mvl/mxv + .byte W02 + .byte 73*se_tama_mvl/mxv + .byte W02 + .byte BEND , c_v+30 + .byte W01 + .byte VOL , 68*se_tama_mvl/mxv + .byte W02 + .byte 62*se_tama_mvl/mxv + .byte W03 + .byte 55*se_tama_mvl/mxv + .byte BEND , c_v+32 + .byte W02 + .byte VOL , 47*se_tama_mvl/mxv + .byte W02 + .byte 37*se_tama_mvl/mxv + .byte W02 + .byte BEND , c_v+36 + .byte W01 + .byte VOL , 30*se_tama_mvl/mxv + .byte W01 + .byte 20*se_tama_mvl/mxv + .byte W01 + .byte 13*se_tama_mvl/mxv + .byte W01 + .byte 4*se_tama_mvl/mxv + .byte W02 + .byte EOT + .byte FINE + +@********************** Track 2 **********************@ + +se_tama_2: + .byte KEYSH , se_tama_key+0 + .byte VOICE , 25 + .byte VOL , 15*se_tama_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte TIE , Gs2 , v060 + .byte W01 + .byte VOL , 21*se_tama_mvl/mxv + .byte W01 + .byte 33*se_tama_mvl/mxv + .byte W01 + .byte 41*se_tama_mvl/mxv + .byte W01 + .byte 49*se_tama_mvl/mxv + .byte W02 + .byte 55*se_tama_mvl/mxv + .byte W01 + .byte 61*se_tama_mvl/mxv + .byte W01 + .byte 69*se_tama_mvl/mxv + .byte W01 + .byte 76*se_tama_mvl/mxv + .byte W01 + .byte 80*se_tama_mvl/mxv + .byte W02 + .byte 86*se_tama_mvl/mxv + .byte W01 + .byte 90*se_tama_mvl/mxv + .byte W01 + .byte 100*se_tama_mvl/mxv + .byte W04 + .byte W06 + .byte W06 + .byte W06 + .byte W01 + .byte BEND , c_v+1 + .byte W05 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W02 + .byte c_v+2 + .byte W04 + .byte W01 + .byte c_v+4 + .byte W05 + .byte c_v+5 + .byte W03 + .byte VOL , 97*se_tama_mvl/mxv + .byte BEND , c_v+6 + .byte W03 + .byte VOL , 94*se_tama_mvl/mxv + .byte W01 + .byte BEND , c_v+6 + .byte W01 + .byte VOL , 87*se_tama_mvl/mxv + .byte W02 + .byte 83*se_tama_mvl/mxv + .byte BEND , c_v+8 + .byte W02 + .byte W01 + .byte VOL , 77*se_tama_mvl/mxv + .byte BEND , c_v+10 + .byte W02 + .byte VOL , 66*se_tama_mvl/mxv + .byte BEND , c_v+14 + .byte W03 + .byte VOL , 55*se_tama_mvl/mxv + .byte BEND , c_v+17 + .byte W02 + .byte VOL , 45*se_tama_mvl/mxv + .byte BEND , c_v+24 + .byte W02 + .byte VOL , 33*se_tama_mvl/mxv + .byte BEND , c_v+30 + .byte W02 + .byte c_v+41 + .byte W01 + .byte VOL , 21*se_tama_mvl/mxv + .byte BEND , c_v+46 + .byte W01 + .byte c_v+55 + .byte W01 + .byte VOL , 11*se_tama_mvl/mxv + .byte BEND , c_v+60 + .byte W01 + .byte VOL , 5*se_tama_mvl/mxv + .byte BEND , c_v+63 + .byte W02 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_tama: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_tama_pri @ Priority + .byte se_tama_rev @ Reverb. + + .word se_tama_grp + + .word se_tama_1 + .word se_tama_2 + + .end diff --git a/sound/songs/se_tamago.s b/sound/songs/se_tamago.s new file mode 100644 index 000000000..a88927fa6 --- /dev/null +++ b/sound/songs/se_tamago.s @@ -0,0 +1,111 @@ + .include "MPlayDef.s" + + .equ se_tamago_grp, voicegroup_8451F90 + .equ se_tamago_pri, 5 + .equ se_tamago_rev, reverb_set+50 + .equ se_tamago_mvl, 127 + .equ se_tamago_key, 0 + .equ se_tamago_tbs, 1 + .equ se_tamago_exg, 0 + .equ se_tamago_cmp, 1 + + .section .rodata + .global se_tamago + .align 2 + +@********************** Track 1 **********************@ + +se_tamago_1: + .byte KEYSH , se_tamago_key+0 + .byte TEMPO , 150*se_tamago_tbs/2 + .byte VOICE , 21 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 120*se_tamago_mvl/mxv + .byte BEND , c_v+1 + .byte N01 , Bn5 , v127 + .byte W01 + .byte Cn5 , v100 + .byte W01 + .byte VOICE , 18 + .byte N01 , Cn4 , v127 + .byte W02 + .byte VOICE , 36 + .byte N19 , Cn6 , v040 + .byte W02 + .byte VOL , 63*se_tamago_mvl/mxv + .byte BEND , c_v+5 + .byte W01 + .byte VOL , 77*se_tamago_mvl/mxv + .byte BEND , c_v+13 + .byte W01 + .byte VOL , 91*se_tamago_mvl/mxv + .byte BEND , c_v+21 + .byte W01 + .byte VOL , 106*se_tamago_mvl/mxv + .byte BEND , c_v+33 + .byte W01 + .byte VOL , 120*se_tamago_mvl/mxv + .byte W05 + .byte 109*se_tamago_mvl/mxv + .byte W01 + .byte 102*se_tamago_mvl/mxv + .byte W02 + .byte 84*se_tamago_mvl/mxv + .byte W01 + .byte 68*se_tamago_mvl/mxv + .byte W01 + .byte 56*se_tamago_mvl/mxv + .byte W01 + .byte 24*se_tamago_mvl/mxv + .byte W01 + .byte 10*se_tamago_mvl/mxv + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_tamago_2: + .byte KEYSH , se_tamago_key+0 + .byte VOL , 120*se_tamago_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte W07 + .byte VOICE , 46 + .byte N01 , Cn6 , v100 + .byte W02 + .byte BEND , c_v+4 + .byte N01 , Gn5 , v088 + .byte W03 + .byte BEND , c_v+8 + .byte N01 , Cn6 , v072 + .byte W02 + .byte BEND , c_v+16 + .byte N01 , Gn5 , v056 + .byte W02 + .byte BEND , c_v+23 + .byte N01 , Cn6 , v040 + .byte W03 + .byte BEND , c_v+33 + .byte N01 , Gn5 , v028 + .byte W02 + .byte BEND , c_v+53 + .byte N01 , Cn6 , v012 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_tamago: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_tamago_pri @ Priority + .byte se_tamago_rev @ Reverb. + + .word se_tamago_grp + + .word se_tamago_1 + .word se_tamago_2 + + .end diff --git a/sound/songs/se_tamakoro.s b/sound/songs/se_tamakoro.s new file mode 100644 index 000000000..758e97a08 --- /dev/null +++ b/sound/songs/se_tamakoro.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ se_tamakoro_grp, voicegroup_8451F90 + .equ se_tamakoro_pri, 2 + .equ se_tamakoro_rev, reverb_set+50 + .equ se_tamakoro_mvl, 127 + .equ se_tamakoro_key, 0 + .equ se_tamakoro_tbs, 1 + .equ se_tamakoro_exg, 0 + .equ se_tamakoro_cmp, 1 + + .section .rodata + .global se_tamakoro + .align 2 + +@********************** Track 1 **********************@ + +se_tamakoro_1: + .byte KEYSH , se_tamakoro_key+0 + .byte TEMPO , 150*se_tamakoro_tbs/2 + .byte VOICE , 63 + .byte VOL , 110*se_tamakoro_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , Dn3 , v127 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte W96 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_tamakoro: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tamakoro_pri @ Priority + .byte se_tamakoro_rev @ Reverb. + + .word se_tamakoro_grp + + .word se_tamakoro_1 + + .end diff --git a/sound/songs/se_tamakoro_e.s b/sound/songs/se_tamakoro_e.s new file mode 100644 index 000000000..a296e5b27 --- /dev/null +++ b/sound/songs/se_tamakoro_e.s @@ -0,0 +1,75 @@ + .include "MPlayDef.s" + + .equ se_tamakoro_e_grp, voicegroup_8451F90 + .equ se_tamakoro_e_pri, 2 + .equ se_tamakoro_e_rev, reverb_set+50 + .equ se_tamakoro_e_mvl, 127 + .equ se_tamakoro_e_key, 0 + .equ se_tamakoro_e_tbs, 1 + .equ se_tamakoro_e_exg, 0 + .equ se_tamakoro_e_cmp, 1 + + .section .rodata + .global se_tamakoro_e + .align 2 + +@********************** Track 1 **********************@ + +se_tamakoro_e_1: + .byte KEYSH , se_tamakoro_e_key+0 + .byte TEMPO , 150*se_tamakoro_e_tbs/2 + .byte VOICE , 63 + .byte BENDR , 6 + .byte VOL , 110*se_tamakoro_e_mvl/mxv + .byte BEND , c_v+0 + .byte N72 , Dn3 , v127 + .byte W06 + .byte VOL , 107*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-3 + .byte W06 + .byte VOL , 106*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-5 + .byte W06 + .byte VOL , 104*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-7 + .byte W06 + .byte VOL , 102*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-10 + .byte W06 + .byte VOL , 97*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-12 + .byte W06 + .byte VOL , 90*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-14 + .byte W06 + .byte VOL , 73*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-19 + .byte W06 + .byte VOL , 58*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-24 + .byte W06 + .byte VOL , 40*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-29 + .byte W06 + .byte VOL , 25*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-35 + .byte W06 + .byte VOL , 12*se_tamakoro_e_mvl/mxv + .byte BEND , c_v-46 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_tamakoro_e: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tamakoro_e_pri @ Priority + .byte se_tamakoro_e_rev @ Reverb. + + .word se_tamakoro_e_grp + + .word se_tamakoro_e_1 + + .end diff --git a/sound/songs/se_tb_kara.s b/sound/songs/se_tb_kara.s new file mode 100644 index 000000000..a808d91c9 --- /dev/null +++ b/sound/songs/se_tb_kara.s @@ -0,0 +1,43 @@ + .include "MPlayDef.s" + + .equ se_tb_kara_grp, voicegroup_8451990 + .equ se_tb_kara_pri, 5 + .equ se_tb_kara_rev, reverb_set+50 + .equ se_tb_kara_mvl, 127 + .equ se_tb_kara_key, 0 + .equ se_tb_kara_tbs, 1 + .equ se_tb_kara_exg, 0 + .equ se_tb_kara_cmp, 1 + + .section .rodata + .global se_tb_kara + .align 2 + +@********************** Track 1 **********************@ + +se_tb_kara_1: + .byte KEYSH , se_tb_kara_key+0 + .byte TEMPO , 150*se_tb_kara_tbs/2 + .byte VOICE , 119 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*se_tb_kara_mvl/mxv + .byte BEND , c_v+1 + .byte N02 , Gs4 , v040 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_tb_kara: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tb_kara_pri @ Priority + .byte se_tb_kara_rev @ Reverb. + + .word se_tb_kara_grp + + .word se_tb_kara_1 + + .end diff --git a/sound/songs/se_tb_kon.s b/sound/songs/se_tb_kon.s new file mode 100644 index 000000000..d5e811e91 --- /dev/null +++ b/sound/songs/se_tb_kon.s @@ -0,0 +1,48 @@ + .include "MPlayDef.s" + + .equ se_tb_kon_grp, voicegroup_8451F90 + .equ se_tb_kon_pri, 5 + .equ se_tb_kon_rev, reverb_set+50 + .equ se_tb_kon_mvl, 127 + .equ se_tb_kon_key, 0 + .equ se_tb_kon_tbs, 1 + .equ se_tb_kon_exg, 0 + .equ se_tb_kon_cmp, 1 + + .section .rodata + .global se_tb_kon + .align 2 + +@********************** Track 1 **********************@ + +se_tb_kon_1: + .byte KEYSH , se_tb_kon_key+0 + .byte TEMPO , 150*se_tb_kon_tbs/2 + .byte VOICE , 16 + .byte VOL , 110*se_tb_kon_mvl/mxv + .byte BEND , c_v+1 + .byte N03 , Gs4 , v072 + .byte W01 + .byte BEND , c_v-2 + .byte W01 + .byte VOL , 58*se_tb_kon_mvl/mxv + .byte BEND , c_v-10 + .byte W01 + .byte VOL , 28*se_tb_kon_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_tb_kon: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tb_kon_pri @ Priority + .byte se_tb_kon_rev @ Reverb. + + .word se_tb_kon_grp + + .word se_tb_kon_1 + + .end diff --git a/sound/songs/se_tb_start.s b/sound/songs/se_tb_start.s new file mode 100644 index 000000000..0106ec5b1 --- /dev/null +++ b/sound/songs/se_tb_start.s @@ -0,0 +1,75 @@ + .include "MPlayDef.s" + + .equ se_tb_start_grp, voicegroup_8451F90 + .equ se_tb_start_pri, 5 + .equ se_tb_start_rev, reverb_set+50 + .equ se_tb_start_mvl, 127 + .equ se_tb_start_key, 0 + .equ se_tb_start_tbs, 1 + .equ se_tb_start_exg, 0 + .equ se_tb_start_cmp, 1 + + .section .rodata + .global se_tb_start + .align 2 + +@********************** Track 1 **********************@ + +se_tb_start_1: + .byte KEYSH , se_tb_start_key+0 + .byte TEMPO , 150*se_tb_start_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v-32 + .byte VOL , 16*se_tb_start_mvl/mxv + .byte BEND , c_v+1 + .byte N09 , Gn5 , v032 + .byte W01 + .byte VOL , 63*se_tb_start_mvl/mxv + .byte W01 + .byte 98*se_tb_start_mvl/mxv + .byte W01 + .byte 110*se_tb_start_mvl/mxv + .byte W01 + .byte 99*se_tb_start_mvl/mxv + .byte BEND , c_v+5 + .byte W02 + .byte VOL , 63*se_tb_start_mvl/mxv + .byte BEND , c_v+13 + .byte W01 + .byte VOL , 22*se_tb_start_mvl/mxv + .byte BEND , c_v+21 + .byte W01 + .byte VOL , 9*se_tb_start_mvl/mxv + .byte BEND , c_v+33 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_tb_start_2: + .byte KEYSH , se_tb_start_key+0 + .byte VOICE , 71 + .byte PAN , c_v+32 + .byte VOL , 110*se_tb_start_mvl/mxv + .byte BEND , c_v+1 + .byte N09 , Fs4 , v060 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_tb_start: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_tb_start_pri @ Priority + .byte se_tb_start_rev @ Reverb. + + .word se_tb_start_grp + + .word se_tb_start_1 + .word se_tb_start_2 + + .end diff --git a/sound/songs/se_tk_kasya.s b/sound/songs/se_tk_kasya.s new file mode 100644 index 000000000..9658c2b1e --- /dev/null +++ b/sound/songs/se_tk_kasya.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ se_tk_kasya_grp, voicegroup_8451990 + .equ se_tk_kasya_pri, 4 + .equ se_tk_kasya_rev, reverb_set+50 + .equ se_tk_kasya_mvl, 127 + .equ se_tk_kasya_key, 0 + .equ se_tk_kasya_tbs, 1 + .equ se_tk_kasya_exg, 0 + .equ se_tk_kasya_cmp, 1 + + .section .rodata + .global se_tk_kasya + .align 2 + +@********************** Track 1 **********************@ + +se_tk_kasya_1: + .byte KEYSH , se_tk_kasya_key+0 + .byte TEMPO , 150*se_tk_kasya_tbs/2 + .byte VOICE , 126 + .byte VOL , 110*se_tk_kasya_mvl/mxv + .byte N01 , Gs3 , v127 + .byte W01 + .byte Cn4 , v068 + .byte W02 + .byte W02 + .byte N03 , Gs4 , v127 + .byte W01 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_tk_kasya: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tk_kasya_pri @ Priority + .byte se_tk_kasya_rev @ Reverb. + + .word se_tk_kasya_grp + + .word se_tk_kasya_1 + + .end diff --git a/sound/songs/se_tk_warpin.s b/sound/songs/se_tk_warpin.s new file mode 100644 index 000000000..c7121f797 --- /dev/null +++ b/sound/songs/se_tk_warpin.s @@ -0,0 +1,56 @@ + .include "MPlayDef.s" + + .equ se_tk_warpin_grp, voicegroup_8451990 + .equ se_tk_warpin_pri, 4 + .equ se_tk_warpin_rev, reverb_set+50 + .equ se_tk_warpin_mvl, 127 + .equ se_tk_warpin_key, 0 + .equ se_tk_warpin_tbs, 1 + .equ se_tk_warpin_exg, 0 + .equ se_tk_warpin_cmp, 1 + + .section .rodata + .global se_tk_warpin + .align 2 + +@********************** Track 1 **********************@ + +se_tk_warpin_1: + .byte KEYSH , se_tk_warpin_key+0 + .byte TEMPO , 110*se_tk_warpin_tbs/2 + .byte VOICE , 90 + .byte VOL , 90*se_tk_warpin_mvl/mxv + .byte N06 , En4 , v127 + .byte W03 + .byte W03 + .byte N03 , En4 , v016 + .byte W03 + .byte N06 , En4 , v112 + .byte W03 + .byte W03 + .byte N03 , En4 , v016 + .byte W03 + .byte N06 , En4 , v088 + .byte W03 + .byte W03 + .byte N03 , En4 , v016 + .byte W03 + .byte N06 , En4 , v064 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_tk_warpin: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tk_warpin_pri @ Priority + .byte se_tk_warpin_rev @ Reverb. + + .word se_tk_warpin_grp + + .word se_tk_warpin_1 + + .end diff --git a/sound/songs/se_tk_warpout.s b/sound/songs/se_tk_warpout.s new file mode 100644 index 000000000..fd9f2f377 --- /dev/null +++ b/sound/songs/se_tk_warpout.s @@ -0,0 +1,60 @@ + .include "MPlayDef.s" + + .equ se_tk_warpout_grp, voicegroup_8451990 + .equ se_tk_warpout_pri, 4 + .equ se_tk_warpout_rev, reverb_set+50 + .equ se_tk_warpout_mvl, 127 + .equ se_tk_warpout_key, 0 + .equ se_tk_warpout_tbs, 1 + .equ se_tk_warpout_exg, 0 + .equ se_tk_warpout_cmp, 1 + + .section .rodata + .global se_tk_warpout + .align 2 + +@********************** Track 1 **********************@ + +se_tk_warpout_1: + .byte KEYSH , se_tk_warpout_key+0 + .byte TEMPO , 110*se_tk_warpout_tbs/2 + .byte VOICE , 93 + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte VOL , 90*se_tk_warpout_mvl/mxv + .byte N06 , En5 , v064 + .byte W03 + .byte W03 + .byte N03 , En5 , v016 + .byte W03 + .byte N06 , En5 , v088 + .byte W03 + .byte W03 + .byte N03 , En5 , v016 + .byte W03 + .byte N06 , En5 , v112 + .byte W03 + .byte W03 + .byte N03 , En5 , v016 + .byte W03 + .byte N06 , En5 , v127 + .byte W03 + .byte W03 + .byte N03 , En5 , v016 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_tk_warpout: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tk_warpout_pri @ Priority + .byte se_tk_warpout_rev @ Reverb. + + .word se_tk_warpout_grp + + .word se_tk_warpout_1 + + .end diff --git a/sound/songs/se_toy_a.s b/sound/songs/se_toy_a.s new file mode 100644 index 000000000..88a189413 --- /dev/null +++ b/sound/songs/se_toy_a.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_a_grp, voicegroup_8451F90 + .equ se_toy_a_pri, 4 + .equ se_toy_a_rev, reverb_set+50 + .equ se_toy_a_mvl, 127 + .equ se_toy_a_key, 0 + .equ se_toy_a_tbs, 1 + .equ se_toy_a_exg, 0 + .equ se_toy_a_cmp, 1 + + .section .rodata + .global se_toy_a + .align 2 + +@********************** Track 1 **********************@ + +se_toy_a_1: + .byte KEYSH , se_toy_a_key+0 + .byte TEMPO , 150*se_toy_a_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_a_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , An5 , v112 + .byte W06 + .byte W06 + .byte N06 , An5 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_a_2: + .byte KEYSH , se_toy_a_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_a_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , En6 , v060 + .byte W06 + .byte W06 + .byte N06 , En6 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_a: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_a_pri @ Priority + .byte se_toy_a_rev @ Reverb. + + .word se_toy_a_grp + + .word se_toy_a_1 + .word se_toy_a_2 + + .end diff --git a/sound/songs/se_toy_b.s b/sound/songs/se_toy_b.s new file mode 100644 index 000000000..4200959eb --- /dev/null +++ b/sound/songs/se_toy_b.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_b_grp, voicegroup_8451F90 + .equ se_toy_b_pri, 4 + .equ se_toy_b_rev, reverb_set+50 + .equ se_toy_b_mvl, 127 + .equ se_toy_b_key, 0 + .equ se_toy_b_tbs, 1 + .equ se_toy_b_exg, 0 + .equ se_toy_b_cmp, 1 + + .section .rodata + .global se_toy_b + .align 2 + +@********************** Track 1 **********************@ + +se_toy_b_1: + .byte KEYSH , se_toy_b_key+0 + .byte TEMPO , 150*se_toy_b_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_b_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Bn5 , v112 + .byte W06 + .byte W06 + .byte N06 , Bn5 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_b_2: + .byte KEYSH , se_toy_b_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_b_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Fs6 , v060 + .byte W06 + .byte W06 + .byte N06 , Fs6 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_b_pri @ Priority + .byte se_toy_b_rev @ Reverb. + + .word se_toy_b_grp + + .word se_toy_b_1 + .word se_toy_b_2 + + .end diff --git a/sound/songs/se_toy_c.s b/sound/songs/se_toy_c.s new file mode 100644 index 000000000..48b705b93 --- /dev/null +++ b/sound/songs/se_toy_c.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_c_grp, voicegroup_8451F90 + .equ se_toy_c_pri, 4 + .equ se_toy_c_rev, reverb_set+50 + .equ se_toy_c_mvl, 127 + .equ se_toy_c_key, 0 + .equ se_toy_c_tbs, 1 + .equ se_toy_c_exg, 0 + .equ se_toy_c_cmp, 1 + + .section .rodata + .global se_toy_c + .align 2 + +@********************** Track 1 **********************@ + +se_toy_c_1: + .byte KEYSH , se_toy_c_key+0 + .byte TEMPO , 150*se_toy_c_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_c_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Cn5 , v112 + .byte W06 + .byte W06 + .byte N06 , Cn5 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_c_2: + .byte KEYSH , se_toy_c_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_c_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Gn5 , v060 + .byte W06 + .byte W06 + .byte N06 , Gn5 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_c: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_c_pri @ Priority + .byte se_toy_c_rev @ Reverb. + + .word se_toy_c_grp + + .word se_toy_c_1 + .word se_toy_c_2 + + .end diff --git a/sound/songs/se_toy_c1.s b/sound/songs/se_toy_c1.s new file mode 100644 index 000000000..3ca357f5e --- /dev/null +++ b/sound/songs/se_toy_c1.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_c1_grp, voicegroup_8451F90 + .equ se_toy_c1_pri, 4 + .equ se_toy_c1_rev, reverb_set+50 + .equ se_toy_c1_mvl, 127 + .equ se_toy_c1_key, 0 + .equ se_toy_c1_tbs, 1 + .equ se_toy_c1_exg, 0 + .equ se_toy_c1_cmp, 1 + + .section .rodata + .global se_toy_c1 + .align 2 + +@********************** Track 1 **********************@ + +se_toy_c1_1: + .byte KEYSH , se_toy_c1_key+0 + .byte TEMPO , 150*se_toy_c1_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_c1_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Cn6 , v112 + .byte W06 + .byte W06 + .byte N06 , Cn6 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_c1_2: + .byte KEYSH , se_toy_c1_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_c1_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Gn6 , v060 + .byte W06 + .byte W06 + .byte N06 , Gn6 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_c1: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_c1_pri @ Priority + .byte se_toy_c1_rev @ Reverb. + + .word se_toy_c1_grp + + .word se_toy_c1_1 + .word se_toy_c1_2 + + .end diff --git a/sound/songs/se_toy_d.s b/sound/songs/se_toy_d.s new file mode 100644 index 000000000..4a267d6f5 --- /dev/null +++ b/sound/songs/se_toy_d.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_d_grp, voicegroup_8451F90 + .equ se_toy_d_pri, 4 + .equ se_toy_d_rev, reverb_set+50 + .equ se_toy_d_mvl, 127 + .equ se_toy_d_key, 0 + .equ se_toy_d_tbs, 1 + .equ se_toy_d_exg, 0 + .equ se_toy_d_cmp, 1 + + .section .rodata + .global se_toy_d + .align 2 + +@********************** Track 1 **********************@ + +se_toy_d_1: + .byte KEYSH , se_toy_d_key+0 + .byte TEMPO , 150*se_toy_d_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_d_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Dn5 , v112 + .byte W06 + .byte W06 + .byte N06 , Dn5 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_d_2: + .byte KEYSH , se_toy_d_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_d_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , An5 , v060 + .byte W06 + .byte W06 + .byte N06 , An5 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_d: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_d_pri @ Priority + .byte se_toy_d_rev @ Reverb. + + .word se_toy_d_grp + + .word se_toy_d_1 + .word se_toy_d_2 + + .end diff --git a/sound/songs/se_toy_dango.s b/sound/songs/se_toy_dango.s new file mode 100644 index 000000000..d04759c63 --- /dev/null +++ b/sound/songs/se_toy_dango.s @@ -0,0 +1,52 @@ + .include "MPlayDef.s" + + .equ se_toy_dango_grp, voicegroup_8451F90 + .equ se_toy_dango_pri, 4 + .equ se_toy_dango_rev, reverb_set+50 + .equ se_toy_dango_mvl, 127 + .equ se_toy_dango_key, 0 + .equ se_toy_dango_tbs, 1 + .equ se_toy_dango_exg, 0 + .equ se_toy_dango_cmp, 1 + + .section .rodata + .global se_toy_dango + .align 2 + +@********************** Track 1 **********************@ + +se_toy_dango_1: + .byte KEYSH , se_toy_dango_key+0 + .byte TEMPO , 150*se_toy_dango_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_toy_dango_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Cn4 , v112 + .byte W01 + .byte VOICE , 26 + .byte W01 + .byte N01 , Fn4 , v127 + .byte W01 + .byte W01 + .byte VOICE , 36 + .byte W02 + .byte N01 , Cn3 , v056 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_dango: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_dango_pri @ Priority + .byte se_toy_dango_rev @ Reverb. + + .word se_toy_dango_grp + + .word se_toy_dango_1 + + .end diff --git a/sound/songs/se_toy_e.s b/sound/songs/se_toy_e.s new file mode 100644 index 000000000..289902e7a --- /dev/null +++ b/sound/songs/se_toy_e.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_e_grp, voicegroup_8451F90 + .equ se_toy_e_pri, 4 + .equ se_toy_e_rev, reverb_set+50 + .equ se_toy_e_mvl, 127 + .equ se_toy_e_key, 0 + .equ se_toy_e_tbs, 1 + .equ se_toy_e_exg, 0 + .equ se_toy_e_cmp, 1 + + .section .rodata + .global se_toy_e + .align 2 + +@********************** Track 1 **********************@ + +se_toy_e_1: + .byte KEYSH , se_toy_e_key+0 + .byte TEMPO , 150*se_toy_e_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_e_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , En5 , v112 + .byte W06 + .byte W06 + .byte N06 , En5 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_e_2: + .byte KEYSH , se_toy_e_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_e_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Bn5 , v060 + .byte W06 + .byte W06 + .byte N06 , Bn5 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_e: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_e_pri @ Priority + .byte se_toy_e_rev @ Reverb. + + .word se_toy_e_grp + + .word se_toy_e_1 + .word se_toy_e_2 + + .end diff --git a/sound/songs/se_toy_f.s b/sound/songs/se_toy_f.s new file mode 100644 index 000000000..38c12638c --- /dev/null +++ b/sound/songs/se_toy_f.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_f_grp, voicegroup_8451F90 + .equ se_toy_f_pri, 4 + .equ se_toy_f_rev, reverb_set+50 + .equ se_toy_f_mvl, 127 + .equ se_toy_f_key, 0 + .equ se_toy_f_tbs, 1 + .equ se_toy_f_exg, 0 + .equ se_toy_f_cmp, 1 + + .section .rodata + .global se_toy_f + .align 2 + +@********************** Track 1 **********************@ + +se_toy_f_1: + .byte KEYSH , se_toy_f_key+0 + .byte TEMPO , 150*se_toy_f_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_f_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Fn5 , v112 + .byte W06 + .byte W06 + .byte N06 , Fn5 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_f_2: + .byte KEYSH , se_toy_f_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_f_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Cn6 , v060 + .byte W06 + .byte W06 + .byte N06 , Cn6 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_f: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_f_pri @ Priority + .byte se_toy_f_rev @ Reverb. + + .word se_toy_f_grp + + .word se_toy_f_1 + .word se_toy_f_2 + + .end diff --git a/sound/songs/se_toy_g.s b/sound/songs/se_toy_g.s new file mode 100644 index 000000000..9a9183f73 --- /dev/null +++ b/sound/songs/se_toy_g.s @@ -0,0 +1,59 @@ + .include "MPlayDef.s" + + .equ se_toy_g_grp, voicegroup_8451F90 + .equ se_toy_g_pri, 4 + .equ se_toy_g_rev, reverb_set+50 + .equ se_toy_g_mvl, 127 + .equ se_toy_g_key, 0 + .equ se_toy_g_tbs, 1 + .equ se_toy_g_exg, 0 + .equ se_toy_g_cmp, 1 + + .section .rodata + .global se_toy_g + .align 2 + +@********************** Track 1 **********************@ + +se_toy_g_1: + .byte KEYSH , se_toy_g_key+0 + .byte TEMPO , 150*se_toy_g_tbs/2 + .byte VOICE , 48 + .byte VOL , 110*se_toy_g_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Gn5 , v112 + .byte W06 + .byte W06 + .byte N06 , Gn5 , v040 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_toy_g_2: + .byte KEYSH , se_toy_g_key+0 + .byte VOICE , 17 + .byte VOL , 110*se_toy_g_mvl/mxv + .byte BEND , c_v-7 + .byte N12 , Dn6 , v060 + .byte W06 + .byte W06 + .byte N06 , Dn6 , v032 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_g: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_g_pri @ Priority + .byte se_toy_g_rev @ Reverb. + + .word se_toy_g_grp + + .word se_toy_g_1 + .word se_toy_g_2 + + .end diff --git a/sound/songs/se_toy_kabe.s b/sound/songs/se_toy_kabe.s new file mode 100644 index 000000000..9956dd7a8 --- /dev/null +++ b/sound/songs/se_toy_kabe.s @@ -0,0 +1,75 @@ + .include "MPlayDef.s" + + .equ se_toy_kabe_grp, voicegroup_8451F90 + .equ se_toy_kabe_pri, 4 + .equ se_toy_kabe_rev, reverb_set+50 + .equ se_toy_kabe_mvl, 127 + .equ se_toy_kabe_key, 0 + .equ se_toy_kabe_tbs, 1 + .equ se_toy_kabe_exg, 0 + .equ se_toy_kabe_cmp, 1 + + .section .rodata + .global se_toy_kabe + .align 2 + +@********************** Track 1 **********************@ + +se_toy_kabe_1: + .byte KEYSH , se_toy_kabe_key+0 + .byte TEMPO , 240*se_toy_kabe_tbs/2 + .byte VOICE , 41 + .byte BENDR , 12 + .byte VOL , 110*se_toy_kabe_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Fs4 , v127 + .byte W01 + .byte BEND , c_v-8 + .byte W01 + .byte c_v-23 + .byte W01 + .byte W01 + .byte c_v+0 + .byte N10 , Cn4 + .byte W02 + .byte W03 + .byte W01 + .byte VOL , 96*se_toy_kabe_mvl/mxv + .byte W02 + .byte 82*se_toy_kabe_mvl/mxv + .byte W01 + .byte 45*se_toy_kabe_mvl/mxv + .byte W01 + .byte 20*se_toy_kabe_mvl/mxv + .byte W01 + .byte W03 + .byte W01 + .byte 110*se_toy_kabe_mvl/mxv + .byte N10 , Cn4 , v040 + .byte W02 + .byte W03 + .byte W01 + .byte VOL , 96*se_toy_kabe_mvl/mxv + .byte W01 + .byte 82*se_toy_kabe_mvl/mxv + .byte W01 + .byte 45*se_toy_kabe_mvl/mxv + .byte W01 + .byte 20*se_toy_kabe_mvl/mxv + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_toy_kabe: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_toy_kabe_pri @ Priority + .byte se_toy_kabe_rev @ Reverb. + + .word se_toy_kabe_grp + + .word se_toy_kabe_1 + + .end diff --git a/sound/songs/se_track_door.s b/sound/songs/se_track_door.s new file mode 100644 index 000000000..88eb8b8e3 --- /dev/null +++ b/sound/songs/se_track_door.s @@ -0,0 +1,61 @@ + .include "MPlayDef.s" + + .equ se_track_door_grp, voicegroup_8451F90 + .equ se_track_door_pri, 4 + .equ se_track_door_rev, reverb_set+50 + .equ se_track_door_mvl, 127 + .equ se_track_door_key, 0 + .equ se_track_door_tbs, 1 + .equ se_track_door_exg, 0 + .equ se_track_door_cmp, 1 + + .section .rodata + .global se_track_door + .align 2 + +@********************** Track 1 **********************@ + +se_track_door_1: + .byte KEYSH , se_track_door_key+0 + .byte TEMPO , 150*se_track_door_tbs/2 + .byte VOICE , 8 + .byte VOL , 110*se_track_door_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Cn2 , v092 + .byte W06 + .byte N01 , Cn3 + .byte W02 + .byte N02 , Cn4 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_track_door_2: + .byte VOL , 110*se_track_door_mvl/mxv + .byte KEYSH , se_track_door_key+0 + .byte VOICE , 4 + .byte N03 , Cn2 , v032 + .byte W05 + .byte N01 , Cn4 + .byte W01 + .byte W02 + .byte N02 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_track_door: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_track_door_pri @ Priority + .byte se_track_door_rev @ Reverb. + + .word se_track_door_grp + + .word se_track_door_1 + .word se_track_door_2 + + .end diff --git a/sound/songs/se_track_haik.s b/sound/songs/se_track_haik.s new file mode 100644 index 000000000..bdba51513 --- /dev/null +++ b/sound/songs/se_track_haik.s @@ -0,0 +1,49 @@ + .include "MPlayDef.s" + + .equ se_track_haik_grp, voicegroup_8451990 + .equ se_track_haik_pri, 4 + .equ se_track_haik_rev, reverb_set+50 + .equ se_track_haik_mvl, 127 + .equ se_track_haik_key, 0 + .equ se_track_haik_tbs, 1 + .equ se_track_haik_exg, 0 + .equ se_track_haik_cmp, 1 + + .section .rodata + .global se_track_haik + .align 2 + +@********************** Track 1 **********************@ + +se_track_haik_1: + .byte KEYSH , se_track_haik_key+0 + .byte TEMPO , 150*se_track_haik_tbs/2 + .byte VOICE , 120 + .byte VOL , 127*se_track_haik_mvl/mxv + .byte N06 , Bn3 , v028 + .byte W03 + .byte W03 + .byte N21 , Gs4 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_track_haik: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_track_haik_pri @ Priority + .byte se_track_haik_rev @ Reverb. + + .word se_track_haik_grp + + .word se_track_haik_1 + + .end diff --git a/sound/songs/se_track_move.s b/sound/songs/se_track_move.s new file mode 100644 index 000000000..d73bb5a5f --- /dev/null +++ b/sound/songs/se_track_move.s @@ -0,0 +1,146 @@ + .include "MPlayDef.s" + + .equ se_track_move_grp, voicegroup_8451F90 + .equ se_track_move_pri, 4 + .equ se_track_move_rev, reverb_set+50 + .equ se_track_move_mvl, 127 + .equ se_track_move_key, 0 + .equ se_track_move_tbs, 1 + .equ se_track_move_exg, 0 + .equ se_track_move_cmp, 1 + + .section .rodata + .global se_track_move + .align 2 + +@********************** Track 1 **********************@ + +se_track_move_1: + .byte KEYSH , se_track_move_key+0 + .byte TEMPO , 150*se_track_move_tbs/2 + .byte VOICE , 10 + .byte VOL , 18*se_track_move_mvl/mxv + .byte BEND , c_v+0 + .byte N96 , Cs3 , v127 + .byte W08 + .byte VOL , 31*se_track_move_mvl/mxv + .byte W08 + .byte 42*se_track_move_mvl/mxv + .byte W08 + .byte 59*se_track_move_mvl/mxv + .byte W08 + .byte 74*se_track_move_mvl/mxv + .byte W08 + .byte 88*se_track_move_mvl/mxv + .byte W08 + .byte 106*se_track_move_mvl/mxv + .byte W08 + .byte 118*se_track_move_mvl/mxv + .byte W08 + .byte 127*se_track_move_mvl/mxv + .byte W32 +se_track_move_1_B1: + .byte TIE , Cs3 , v127 + .byte W96 + .byte W96 + .byte W96 + .byte EOT + .byte GOTO + .word se_track_move_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +se_track_move_2: + .byte KEYSH , se_track_move_key+0 + .byte VOICE , 11 + .byte VOL , 18*se_track_move_mvl/mxv + .byte W08 + .byte 31*se_track_move_mvl/mxv + .byte W04 + .byte N03 , Fn2 , v044 + .byte W04 + .byte VOL , 42*se_track_move_mvl/mxv + .byte W02 + .byte N03 , An2 + .byte W06 + .byte VOL , 59*se_track_move_mvl/mxv + .byte W06 + .byte N03 , Cs2 , v052 + .byte W02 + .byte VOL , 74*se_track_move_mvl/mxv + .byte W08 + .byte 88*se_track_move_mvl/mxv + .byte W08 + .byte 106*se_track_move_mvl/mxv + .byte N03 , Gn2 , v044 + .byte W08 + .byte VOL , 118*se_track_move_mvl/mxv + .byte W08 + .byte 127*se_track_move_mvl/mxv + .byte W08 + .byte N01 , Bn2 , v032 + .byte W12 + .byte N03 , Fn2 , v044 + .byte W12 +se_track_move_2_B1: + .byte W12 + .byte N03 , Fn2 , v044 + .byte W06 + .byte An2 , v032 + .byte W12 + .byte Cs2 , v052 + .byte W12 + .byte An2 , v032 + .byte W06 + .byte Gn2 , v044 + .byte W24 + .byte N03 + .byte W12 + .byte Fn2 + .byte W12 + .byte Gn2 + .byte W18 + .byte Cs2 , v052 + .byte W12 + .byte N01 , Bn2 , v032 + .byte W06 + .byte N03 , Fn2 , v044 + .byte W24 + .byte N03 + .byte W18 + .byte Cs2 , v052 + .byte W18 + .byte Gn2 , v044 + .byte W18 + .byte An2 + .byte W12 + .byte Cs2 , v052 + .byte W18 + .byte Gn2 , v044 + .byte W12 + .byte Fn2 + .byte W18 + .byte N01 , Bn2 , v032 + .byte W06 + .byte N03 , Fn2 , v044 + .byte W12 + .byte GOTO + .word se_track_move_2_B1 + .byte FINE + +@******************************************************@ + .align 2 + +se_track_move: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_track_move_pri @ Priority + .byte se_track_move_rev @ Reverb. + + .word se_track_move_grp + + .word se_track_move_1 + .word se_track_move_2 + + .end diff --git a/sound/songs/se_track_stop.s b/sound/songs/se_track_stop.s new file mode 100644 index 000000000..8b658db50 --- /dev/null +++ b/sound/songs/se_track_stop.s @@ -0,0 +1,123 @@ + .include "MPlayDef.s" + + .equ se_track_stop_grp, voicegroup_8451F90 + .equ se_track_stop_pri, 4 + .equ se_track_stop_rev, reverb_set+50 + .equ se_track_stop_mvl, 127 + .equ se_track_stop_key, 0 + .equ se_track_stop_tbs, 1 + .equ se_track_stop_exg, 0 + .equ se_track_stop_cmp, 1 + + .section .rodata + .global se_track_stop + .align 2 + +@********************** Track 1 **********************@ + +se_track_stop_1: + .byte KEYSH , se_track_stop_key+0 + .byte TEMPO , 150*se_track_stop_tbs/2 + .byte VOICE , 10 + .byte VOL , 127*se_track_stop_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , Cs3 , v127 + .byte W09 + .byte BEND , c_v-9 + .byte W09 + .byte c_v-18 + .byte W06 + .byte W09 + .byte c_v-26 + .byte W09 + .byte c_v-34 + .byte W06 + .byte W06 + .byte c_v-43 + .byte W05 + .byte VOL , 123*se_track_stop_mvl/mxv + .byte W04 + .byte BEND , c_v-54 + .byte W02 + .byte VOL , 117*se_track_stop_mvl/mxv + .byte W06 + .byte 110*se_track_stop_mvl/mxv + .byte W01 + .byte BEND , c_v-64 + .byte W08 + .byte VOL , 101*se_track_stop_mvl/mxv + .byte W06 + .byte 89*se_track_stop_mvl/mxv + .byte W09 + .byte 77*se_track_stop_mvl/mxv + .byte W01 + .byte W05 + .byte 60*se_track_stop_mvl/mxv + .byte W09 + .byte 48*se_track_stop_mvl/mxv + .byte W06 + .byte 36*se_track_stop_mvl/mxv + .byte W04 + .byte W03 + .byte 23*se_track_stop_mvl/mxv + .byte W06 + .byte 8*se_track_stop_mvl/mxv + .byte W09 + .byte 0*se_track_stop_mvl/mxv + .byte W01 + .byte EOT + .byte W05 + .byte FINE + +@********************** Track 2 **********************@ + +se_track_stop_2: + .byte KEYSH , se_track_stop_key+0 + .byte VOICE , 13 + .byte VOL , 90*se_track_stop_mvl/mxv + .byte W06 + .byte N09 , Gs6 , v024 + .byte W18 + .byte W05 + .byte N15 + .byte W19 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@********************** Track 3 **********************@ + +se_track_stop_3: + .byte KEYSH , se_track_stop_key+0 + .byte VOICE , 12 + .byte VOL , 90*se_track_stop_mvl/mxv + .byte W06 + .byte N09 , An6 , v024 + .byte W18 + .byte W05 + .byte N15 + .byte W19 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_track_stop: + .byte 3 @ NumTrks + .byte 0 @ NumBlks + .byte se_track_stop_pri @ Priority + .byte se_track_stop_rev @ Reverb. + + .word se_track_stop_grp + + .word se_track_stop_1 + .word se_track_stop_2 + .word se_track_stop_3 + + .end diff --git a/sound/songs/se_tu_saa.s b/sound/songs/se_tu_saa.s new file mode 100644 index 000000000..53279de6c --- /dev/null +++ b/sound/songs/se_tu_saa.s @@ -0,0 +1,55 @@ + .include "MPlayDef.s" + + .equ se_tu_saa_grp, voicegroup_8451990 + .equ se_tu_saa_pri, 4 + .equ se_tu_saa_rev, reverb_set+50 + .equ se_tu_saa_mvl, 127 + .equ se_tu_saa_key, 0 + .equ se_tu_saa_tbs, 1 + .equ se_tu_saa_exg, 0 + .equ se_tu_saa_cmp, 1 + + .section .rodata + .global se_tu_saa + .align 2 + +@********************** Track 1 **********************@ + +se_tu_saa_1: + .byte KEYSH , se_tu_saa_key+0 + .byte TEMPO , 220*se_tu_saa_tbs/2 + .byte VOICE , 123 + .byte VOL , 90*se_tu_saa_mvl/mxv + .byte N03 , Cn4 , v060 + .byte W03 + .byte VOL , 62*se_tu_saa_mvl/mxv + .byte N32 , Gs4 + .byte W03 + .byte VOL , 68*se_tu_saa_mvl/mxv + .byte W03 + .byte 72*se_tu_saa_mvl/mxv + .byte W03 + .byte 78*se_tu_saa_mvl/mxv + .byte W03 + .byte 85*se_tu_saa_mvl/mxv + .byte W03 + .byte 90*se_tu_saa_mvl/mxv + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_tu_saa: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_tu_saa_pri @ Priority + .byte se_tu_saa_rev @ Reverb. + + .word se_tu_saa_grp + + .word se_tu_saa_1 + + .end diff --git a/sound/songs/se_u.s b/sound/songs/se_u.s new file mode 100644 index 000000000..637d29424 --- /dev/null +++ b/sound/songs/se_u.s @@ -0,0 +1,45 @@ + .include "MPlayDef.s" + + .equ se_u_grp, voicegroup_8451F90 + .equ se_u_pri, 4 + .equ se_u_rev, reverb_set+50 + .equ se_u_mvl, 127 + .equ se_u_key, 0 + .equ se_u_tbs, 1 + .equ se_u_exg, 0 + .equ se_u_cmp, 1 + + .section .rodata + .global se_u + .align 2 + +@********************** Track 1 **********************@ + +se_u_1: + .byte KEYSH , se_u_key+0 + .byte TEMPO , 240*se_u_tbs/2 + .byte VOICE , 124 + .byte BENDR , 12 + .byte VOL , 127*se_u_mvl/mxv + .byte BEND , c_v+0 + .byte N72 , Cn3 , v127 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_u: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_u_pri @ Priority + .byte se_u_rev @ Reverb. + + .word se_u_grp + + .word se_u_1 + + .end diff --git a/sound/songs/se_w003.s b/sound/songs/se_w003.s new file mode 100644 index 000000000..3a0547f02 --- /dev/null +++ b/sound/songs/se_w003.s @@ -0,0 +1,52 @@ + .include "MPlayDef.s" + + .equ se_w003_grp, voicegroup_8451F90 + .equ se_w003_pri, 4 + .equ se_w003_rev, reverb_set+50 + .equ se_w003_mvl, 127 + .equ se_w003_key, 0 + .equ se_w003_tbs, 1 + .equ se_w003_exg, 0 + .equ se_w003_cmp, 1 + + .section .rodata + .global se_w003 + .align 2 + +@********************** Track 1 **********************@ + +se_w003_1: + .byte KEYSH , se_w003_key+0 + .byte TEMPO , 150*se_w003_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 110*se_w003_mvl/mxv + .byte PAN , c_v+9 + .byte BEND , c_v+0 + .byte N02 , Bn3 , v112 + .byte W04 + .byte PAN , c_v-9 + .byte N02 , Fn5 , v064 + .byte W02 + .byte PAN , c_v+0 + .byte N02 , Bn3 , v036 + .byte W03 + .byte VOICE , 18 + .byte N02 , Cn6 , v096 + .byte W15 + .byte FINE + +@******************************************************@ + .align 2 + +se_w003: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w003_pri @ Priority + .byte se_w003_rev @ Reverb. + + .word se_w003_grp + + .word se_w003_1 + + .end diff --git a/sound/songs/se_w004.s b/sound/songs/se_w004.s new file mode 100644 index 000000000..95d5fc727 --- /dev/null +++ b/sound/songs/se_w004.s @@ -0,0 +1,75 @@ + .include "MPlayDef.s" + + .equ se_w004_grp, voicegroup_8451F90 + .equ se_w004_pri, 4 + .equ se_w004_rev, reverb_set+50 + .equ se_w004_mvl, 127 + .equ se_w004_key, 0 + .equ se_w004_tbs, 1 + .equ se_w004_exg, 0 + .equ se_w004_cmp, 1 + + .section .rodata + .global se_w004 + .align 2 + +@********************** Track 1 **********************@ + +se_w004_1: + .byte KEYSH , se_w004_key+0 + .byte TEMPO , 150*se_w004_tbs/2 + .byte VOICE , 6 + .byte VOL , 120*se_w004_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Cn3 , v127 + .byte W01 + .byte PAN , c_v-10 + .byte BEND , c_v-27 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v-47 + .byte W01 + .byte c_v-64 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N02 , Dn3 , v084 + .byte W02 + .byte BEND , c_v-32 + .byte W18 + .byte FINE + +@********************** Track 2 **********************@ + +se_w004_2: + .byte KEYSH , se_w004_key+0 + .byte VOICE , 5 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 120*se_w004_mvl/mxv + .byte PAN , c_v+9 + .byte N03 , An2 , v052 + .byte W04 + .byte N02 + .byte W02 + .byte PAN , c_v-8 + .byte W18 + .byte FINE + +@******************************************************@ + .align 2 + +se_w004: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w004_pri @ Priority + .byte se_w004_rev @ Reverb. + + .word se_w004_grp + + .word se_w004_1 + .word se_w004_2 + + .end diff --git a/sound/songs/se_w006.s b/sound/songs/se_w006.s new file mode 100644 index 000000000..c50707ba8 --- /dev/null +++ b/sound/songs/se_w006.s @@ -0,0 +1,107 @@ + .include "MPlayDef.s" + + .equ se_w006_grp, voicegroup_8451F90 + .equ se_w006_pri, 4 + .equ se_w006_rev, reverb_set+50 + .equ se_w006_mvl, 127 + .equ se_w006_key, 0 + .equ se_w006_tbs, 1 + .equ se_w006_exg, 0 + .equ se_w006_cmp, 1 + + .section .rodata + .global se_w006 + .align 2 + +@********************** Track 1 **********************@ + +se_w006_1: + .byte KEYSH , se_w006_key+0 + .byte TEMPO , 150*se_w006_tbs/2 + .byte VOICE , 39 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 95*se_w006_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , An5 , v100 + .byte W01 + .byte Fn5 , v064 + .byte W01 + .byte N06 , Gn5 , v100 + .byte W01 + .byte VOL , 85*se_w006_mvl/mxv + .byte PAN , c_v-13 + .byte W01 + .byte VOL , 59*se_w006_mvl/mxv + .byte PAN , c_v+11 + .byte W02 + .byte VOL , 33*se_w006_mvl/mxv + .byte PAN , c_v-14 + .byte W01 + .byte VOL , 5*se_w006_mvl/mxv + .byte PAN , c_v+11 + .byte W03 + .byte VOL , 95*se_w006_mvl/mxv + .byte PAN , c_v+1 + .byte N01 , An5 + .byte W02 + .byte Fn5 , v064 + .byte W01 + .byte N19 , Gn5 , v100 + .byte W01 + .byte PAN , c_v-13 + .byte W01 + .byte c_v+11 + .byte W01 + .byte c_v-14 + .byte W02 + .byte c_v+11 + .byte W01 + .byte c_v-13 + .byte W01 + .byte c_v+11 + .byte VOL , 85*se_w006_mvl/mxv + .byte W01 + .byte PAN , c_v-14 + .byte VOL , 77*se_w006_mvl/mxv + .byte W01 + .byte PAN , c_v+11 + .byte VOL , 69*se_w006_mvl/mxv + .byte W02 + .byte PAN , c_v-13 + .byte VOL , 59*se_w006_mvl/mxv + .byte W01 + .byte PAN , c_v+11 + .byte VOL , 52*se_w006_mvl/mxv + .byte W01 + .byte PAN , c_v-14 + .byte VOL , 41*se_w006_mvl/mxv + .byte W01 + .byte 33*se_w006_mvl/mxv + .byte PAN , c_v+11 + .byte W01 + .byte VOL , 23*se_w006_mvl/mxv + .byte PAN , c_v-14 + .byte W02 + .byte VOL , 14*se_w006_mvl/mxv + .byte PAN , c_v+11 + .byte W01 + .byte VOL , 5*se_w006_mvl/mxv + .byte PAN , c_v-13 + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w006: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w006_pri @ Priority + .byte se_w006_rev @ Reverb. + + .word se_w006_grp + + .word se_w006_1 + + .end diff --git a/sound/songs/se_w007.s b/sound/songs/se_w007.s new file mode 100644 index 000000000..8e6977178 --- /dev/null +++ b/sound/songs/se_w007.s @@ -0,0 +1,138 @@ + .include "MPlayDef.s" + + .equ se_w007_grp, voicegroup_8451F90 + .equ se_w007_pri, 4 + .equ se_w007_rev, reverb_set+50 + .equ se_w007_mvl, 127 + .equ se_w007_key, 0 + .equ se_w007_tbs, 1 + .equ se_w007_exg, 0 + .equ se_w007_cmp, 1 + + .section .rodata + .global se_w007 + .align 2 + +@********************** Track 1 **********************@ + +se_w007_1: + .byte KEYSH , se_w007_key+0 + .byte TEMPO , 220*se_w007_tbs/2 + .byte VOICE , 6 + .byte VOL , 110*se_w007_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , Cn3 , v127 + .byte W01 + .byte BEND , c_v-9 + .byte W01 + .byte c_v-21 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v-40 + .byte W01 + .byte c_v-64 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , En3 + .byte W01 + .byte BEND , c_v-9 + .byte W01 + .byte c_v-21 + .byte W01 + .byte PAN , c_v+7 + .byte BEND , c_v-40 + .byte W01 + .byte c_v-64 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N09 , An2 + .byte W01 + .byte BEND , c_v-9 + .byte W01 + .byte c_v-19 + .byte W01 + .byte c_v-29 + .byte W01 + .byte VOL , 86*se_w007_mvl/mxv + .byte BEND , c_v-39 + .byte W02 + .byte VOL , 69*se_w007_mvl/mxv + .byte BEND , c_v-45 + .byte W01 + .byte VOL , 53*se_w007_mvl/mxv + .byte BEND , c_v-56 + .byte W01 + .byte VOL , 20*se_w007_mvl/mxv + .byte BEND , c_v-64 + .byte W01 + .byte VOICE , 29 + .byte VOL , 110*se_w007_mvl/mxv + .byte BEND , c_v+0 + .byte N48 + .byte W03 + .byte W02 + .byte PAN , c_v-8 + .byte W04 + .byte c_v+5 + .byte W03 + .byte c_v-6 + .byte W04 + .byte c_v+6 + .byte W03 + .byte c_v-3 + .byte W08 + .byte W03 + .byte VOL , 78*se_w007_mvl/mxv + .byte W04 + .byte 64*se_w007_mvl/mxv + .byte W03 + .byte 51*se_w007_mvl/mxv + .byte W04 + .byte 38*se_w007_mvl/mxv + .byte W04 + .byte 25*se_w007_mvl/mxv + .byte W03 + .byte 12*se_w007_mvl/mxv + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w007_2: + .byte KEYSH , se_w007_key+0 + .byte VOICE , 5 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 110*se_w007_mvl/mxv + .byte PAN , c_v+9 + .byte N03 , Gs2 , v052 + .byte W06 + .byte PAN , c_v-7 + .byte N03 + .byte W06 + .byte PAN , c_v+0 + .byte N03 + .byte W12 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w007: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w007_pri @ Priority + .byte se_w007_rev @ Reverb. + + .word se_w007_grp + + .word se_w007_1 + .word se_w007_2 + + .end diff --git a/sound/songs/se_w010.s b/sound/songs/se_w010.s new file mode 100644 index 000000000..4c0cd4d0e --- /dev/null +++ b/sound/songs/se_w010.s @@ -0,0 +1,70 @@ + .include "MPlayDef.s" + + .equ se_w010_grp, voicegroup_8451F90 + .equ se_w010_pri, 4 + .equ se_w010_rev, reverb_set+50 + .equ se_w010_mvl, 127 + .equ se_w010_key, 0 + .equ se_w010_tbs, 1 + .equ se_w010_exg, 0 + .equ se_w010_cmp, 1 + + .section .rodata + .global se_w010 + .align 2 + +@********************** Track 1 **********************@ + +se_w010_1: + .byte KEYSH , se_w010_key+0 + .byte TEMPO , 220*se_w010_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte PAN , c_v+14 + .byte VOL , 42*se_w010_mvl/mxv + .byte BEND , c_v+39 + .byte N10 , Gn5 , v092 + .byte W01 + .byte VOL , 55*se_w010_mvl/mxv + .byte W01 + .byte 71*se_w010_mvl/mxv + .byte BEND , c_v+23 + .byte W01 + .byte PAN , c_v-15 + .byte VOL , 86*se_w010_mvl/mxv + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 110*se_w010_mvl/mxv + .byte BEND , c_v-23 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-34 + .byte W01 + .byte c_v-55 + .byte W01 + .byte c_v-64 + .byte W02 + .byte VOICE , 21 + .byte BEND , c_v+63 + .byte N01 , Cn5 + .byte W02 + .byte Gn5 + .byte W02 + .byte Gn5 , v064 + .byte W10 + .byte FINE + +@******************************************************@ + .align 2 + +se_w010: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w010_pri @ Priority + .byte se_w010_rev @ Reverb. + + .word se_w010_grp + + .word se_w010_1 + + .end diff --git a/sound/songs/se_w011.s b/sound/songs/se_w011.s new file mode 100644 index 000000000..914499938 --- /dev/null +++ b/sound/songs/se_w011.s @@ -0,0 +1,89 @@ + .include "MPlayDef.s" + + .equ se_w011_grp, voicegroup_8451F90 + .equ se_w011_pri, 4 + .equ se_w011_rev, reverb_set+50 + .equ se_w011_mvl, 127 + .equ se_w011_key, 0 + .equ se_w011_tbs, 1 + .equ se_w011_exg, 0 + .equ se_w011_cmp, 1 + + .section .rodata + .global se_w011 + .align 2 + +@********************** Track 1 **********************@ + +se_w011_1: + .byte KEYSH , se_w011_key+0 + .byte TEMPO , 220*se_w011_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte PAN , c_v+4 + .byte VOL , 42*se_w011_mvl/mxv + .byte BEND , c_v+39 + .byte N06 , Cn5 , v084 + .byte W01 + .byte VOL , 55*se_w011_mvl/mxv + .byte BEND , c_v+18 + .byte W01 + .byte VOL , 71*se_w011_mvl/mxv + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v-4 + .byte VOL , 86*se_w011_mvl/mxv + .byte BEND , c_v-18 + .byte W01 + .byte VOL , 110*se_w011_mvl/mxv + .byte BEND , c_v-50 + .byte W02 + .byte PAN , c_v+0 + .byte W04 + .byte VOICE , 8 + .byte PAN , c_v-11 + .byte BEND , c_v+0 + .byte N06 , Gn4 , v120 + .byte W02 + .byte PAN , c_v+11 + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-26 + .byte W01 + .byte PAN , c_v-12 + .byte BEND , c_v-46 + .byte W01 + .byte PAN , c_v+11 + .byte BEND , c_v-54 + .byte W09 + .byte FINE + +@********************** Track 2 **********************@ + +se_w011_2: + .byte KEYSH , se_w011_key+0 + .byte VOICE , 27 + .byte VOL , 110*se_w011_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn2 , v040 + .byte W10 + .byte N02 , Gn2 + .byte W14 + .byte FINE + +@******************************************************@ + .align 2 + +se_w011: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w011_pri @ Priority + .byte se_w011_rev @ Reverb. + + .word se_w011_grp + + .word se_w011_1 + .word se_w011_2 + + .end diff --git a/sound/songs/se_w013.s b/sound/songs/se_w013.s new file mode 100644 index 000000000..ce4d5eb93 --- /dev/null +++ b/sound/songs/se_w013.s @@ -0,0 +1,86 @@ + .include "MPlayDef.s" + + .equ se_w013_grp, voicegroup_8451F90 + .equ se_w013_pri, 4 + .equ se_w013_rev, reverb_set+50 + .equ se_w013_mvl, 127 + .equ se_w013_key, 0 + .equ se_w013_tbs, 1 + .equ se_w013_exg, 0 + .equ se_w013_cmp, 1 + + .section .rodata + .global se_w013 + .align 2 + +@********************** Track 1 **********************@ + +se_w013_1: + .byte KEYSH , se_w013_key+0 + .byte TEMPO , 220*se_w013_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w013_mvl/mxv + .byte PAN , c_v+14 + .byte BEND , c_v+0 + .byte N09 , Cn5 , v092 + .byte W03 + .byte PAN , c_v-15 + .byte BEND , c_v-32 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+28 + .byte W03 + .byte VOICE , 2 + .byte BEND , c_v-64 + .byte N21 , Bn2 , v108 + .byte W03 + .byte BEND , c_v-55 + .byte W03 + .byte PAN , c_v+4 + .byte BEND , c_v-45 + .byte W03 + .byte PAN , c_v-5 + .byte BEND , c_v+30 + .byte W03 + .byte PAN , c_v+15 + .byte BEND , c_v+39 + .byte W03 + .byte PAN , c_v-15 + .byte BEND , c_v+54 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W21 + .byte FINE + +@********************** Track 2 **********************@ + +se_w013_2: + .byte KEYSH , se_w013_key+0 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte VOL , 110*se_w013_mvl/mxv + .byte N06 , Fn3 , v040 + .byte W09 + .byte N24 , Gn3 + .byte W15 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w013: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w013_pri @ Priority + .byte se_w013_rev @ Reverb. + + .word se_w013_grp + + .word se_w013_1 + .word se_w013_2 + + .end diff --git a/sound/songs/se_w013b.s b/sound/songs/se_w013b.s new file mode 100644 index 000000000..cf58f3d10 --- /dev/null +++ b/sound/songs/se_w013b.s @@ -0,0 +1,62 @@ + .include "MPlayDef.s" + + .equ se_w013b_grp, voicegroup_8451F90 + .equ se_w013b_pri, 4 + .equ se_w013b_rev, reverb_set+50 + .equ se_w013b_mvl, 127 + .equ se_w013b_key, 0 + .equ se_w013b_tbs, 1 + .equ se_w013b_exg, 0 + .equ se_w013b_cmp, 1 + + .section .rodata + .global se_w013b + .align 2 + +@********************** Track 1 **********************@ + +se_w013b_1: + .byte KEYSH , se_w013b_key+0 + .byte TEMPO , 250*se_w013b_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 90*se_w013b_mvl/mxv + .byte BEND , c_v+0 + .byte N14 , An4 , v108 + .byte W03 + .byte PAN , c_v+5 + .byte BEND , c_v+6 + .byte W01 + .byte VOL , 80*se_w013b_mvl/mxv + .byte W02 + .byte PAN , c_v+15 + .byte BEND , c_v+1 + .byte W01 + .byte VOL , 64*se_w013b_mvl/mxv + .byte W02 + .byte PAN , c_v+6 + .byte VOL , 38*se_w013b_mvl/mxv + .byte BEND , c_v-9 + .byte W02 + .byte c_v-34 + .byte W01 + .byte PAN , c_v-1 + .byte VOL , 11*se_w013b_mvl/mxv + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_w013b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w013b_pri @ Priority + .byte se_w013b_rev @ Reverb. + + .word se_w013b_grp + + .word se_w013b_1 + + .end diff --git a/sound/songs/se_w014.s b/sound/songs/se_w014.s new file mode 100644 index 000000000..d865869f2 --- /dev/null +++ b/sound/songs/se_w014.s @@ -0,0 +1,211 @@ + .include "MPlayDef.s" + + .equ se_w014_grp, voicegroup_8451F90 + .equ se_w014_pri, 4 + .equ se_w014_rev, reverb_set+50 + .equ se_w014_mvl, 127 + .equ se_w014_key, 0 + .equ se_w014_tbs, 1 + .equ se_w014_exg, 0 + .equ se_w014_cmp, 1 + + .section .rodata + .global se_w014 + .align 2 + +@********************** Track 1 **********************@ + +se_w014_1: + .byte KEYSH , se_w014_key+0 + .byte TEMPO , 150*se_w014_tbs/2 + .byte VOICE , 28 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*se_w014_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Fn5 , v100 + .byte W01 + .byte PAN , c_v-6 + .byte N01 , Fs5 , v088 + .byte W01 + .byte PAN , c_v+5 + .byte N01 , Gn5 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Fs5 + .byte W01 + .byte N14 , Gn5 , v100 + .byte W02 + .byte PAN , c_v-4 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+5 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v-4 + .byte W02 + .byte VOL , 95*se_w014_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 92*se_w014_mvl/mxv + .byte PAN , c_v+5 + .byte W01 + .byte VOL , 87*se_w014_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 79*se_w014_mvl/mxv + .byte PAN , c_v-4 + .byte W01 + .byte VOL , 66*se_w014_mvl/mxv + .byte PAN , c_v+0 + .byte W02 + .byte VOL , 58*se_w014_mvl/mxv + .byte W01 + .byte VOICE , 22 + .byte VOL , 100*se_w014_mvl/mxv + .byte N10 , Cn4 , v092 + .byte W01 + .byte BEND , c_v+3 + .byte W01 + .byte c_v+5 + .byte W01 + .byte PAN , c_v-1 + .byte BEND , c_v+7 + .byte W02 + .byte VOL , 96*se_w014_mvl/mxv + .byte BEND , c_v+12 + .byte W01 + .byte VOL , 90*se_w014_mvl/mxv + .byte PAN , c_v-3 + .byte BEND , c_v+16 + .byte W01 + .byte VOL , 84*se_w014_mvl/mxv + .byte BEND , c_v+20 + .byte W01 + .byte VOL , 70*se_w014_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+26 + .byte W01 + .byte VOL , 61*se_w014_mvl/mxv + .byte BEND , c_v+32 + .byte W03 + .byte VOL , 100*se_w014_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N10 + .byte W01 + .byte BEND , c_v+3 + .byte W01 + .byte c_v+5 + .byte W01 + .byte PAN , c_v+2 + .byte BEND , c_v+7 + .byte W02 + .byte VOL , 96*se_w014_mvl/mxv + .byte BEND , c_v+12 + .byte W01 + .byte VOL , 90*se_w014_mvl/mxv + .byte PAN , c_v+5 + .byte BEND , c_v+16 + .byte W01 + .byte VOL , 84*se_w014_mvl/mxv + .byte BEND , c_v+20 + .byte W01 + .byte VOL , 70*se_w014_mvl/mxv + .byte PAN , c_v+7 + .byte BEND , c_v+26 + .byte W01 + .byte VOL , 61*se_w014_mvl/mxv + .byte BEND , c_v+32 + .byte W03 + .byte VOL , 100*se_w014_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N16 + .byte W01 + .byte BEND , c_v+3 + .byte W01 + .byte c_v+5 + .byte W01 + .byte PAN , c_v+3 + .byte BEND , c_v+7 + .byte W02 + .byte VOL , 96*se_w014_mvl/mxv + .byte BEND , c_v+12 + .byte W01 + .byte VOL , 90*se_w014_mvl/mxv + .byte PAN , c_v-2 + .byte BEND , c_v+16 + .byte W01 + .byte VOL , 84*se_w014_mvl/mxv + .byte BEND , c_v+20 + .byte W01 + .byte VOL , 70*se_w014_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+26 + .byte W01 + .byte VOL , 61*se_w014_mvl/mxv + .byte BEND , c_v+32 + .byte W02 + .byte VOL , 56*se_w014_mvl/mxv + .byte PAN , c_v-4 + .byte BEND , c_v+36 + .byte W01 + .byte VOL , 48*se_w014_mvl/mxv + .byte BEND , c_v+42 + .byte W01 + .byte VOL , 37*se_w014_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v+48 + .byte W01 + .byte VOL , 25*se_w014_mvl/mxv + .byte BEND , c_v+56 + .byte W01 + .byte VOL , 11*se_w014_mvl/mxv + .byte PAN , c_v-11 + .byte BEND , c_v+63 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w014_2: + .byte KEYSH , se_w014_key+0 + .byte VOICE , 25 + .byte VOL , 100*se_w014_mvl/mxv + .byte N04 , Cn3 , v040 + .byte W04 + .byte N14 , Gs4 + .byte W08 + .byte VOL , 89*se_w014_mvl/mxv + .byte W01 + .byte 72*se_w014_mvl/mxv + .byte W01 + .byte 46*se_w014_mvl/mxv + .byte W01 + .byte 25*se_w014_mvl/mxv + .byte W01 + .byte 11*se_w014_mvl/mxv + .byte W08 + .byte W12 + .byte W12 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_w014: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w014_pri @ Priority + .byte se_w014_rev @ Reverb. + + .word se_w014_grp + + .word se_w014_1 + .word se_w014_2 + + .end diff --git a/sound/songs/se_w015.s b/sound/songs/se_w015.s new file mode 100644 index 000000000..c084a2fd5 --- /dev/null +++ b/sound/songs/se_w015.s @@ -0,0 +1,104 @@ + .include "MPlayDef.s" + + .equ se_w015_grp, voicegroup_8451F90 + .equ se_w015_pri, 4 + .equ se_w015_rev, reverb_set+50 + .equ se_w015_mvl, 127 + .equ se_w015_key, 0 + .equ se_w015_tbs, 1 + .equ se_w015_exg, 0 + .equ se_w015_cmp, 1 + + .section .rodata + .global se_w015 + .align 2 + +@********************** Track 1 **********************@ + +se_w015_1: + .byte KEYSH , se_w015_key+0 + .byte TEMPO , 220*se_w015_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 120*se_w015_mvl/mxv + .byte BEND , c_v+0 + .byte N15 , Cn3 , v108 + .byte W03 + .byte VOL , 102*se_w015_mvl/mxv + .byte BEND , c_v+22 + .byte W02 + .byte c_v+8 + .byte W01 + .byte VOL , 88*se_w015_mvl/mxv + .byte W03 + .byte 75*se_w015_mvl/mxv + .byte BEND , c_v-13 + .byte W03 + .byte VOL , 55*se_w015_mvl/mxv + .byte W03 + .byte VOICE , 18 + .byte VOL , 120*se_w015_mvl/mxv + .byte PAN , c_v+14 + .byte BEND , c_v+0 + .byte N09 , Cn5 , v092 + .byte W03 + .byte PAN , c_v-15 + .byte BEND , c_v-32 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+28 + .byte W03 + .byte VOICE , 2 + .byte BEND , c_v-64 + .byte N21 , Cn3 , v108 + .byte W03 + .byte BEND , c_v-55 + .byte W03 + .byte PAN , c_v+4 + .byte BEND , c_v-45 + .byte W03 + .byte PAN , c_v-5 + .byte BEND , c_v+30 + .byte W03 + .byte PAN , c_v+15 + .byte BEND , c_v+39 + .byte W03 + .byte PAN , c_v-15 + .byte BEND , c_v+54 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w015_2: + .byte KEYSH , se_w015_key+0 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte VOL , 120*se_w015_mvl/mxv + .byte N15 , Cn2 , v040 + .byte W15 + .byte N06 , Fs3 + .byte W09 + .byte N24 , Gs3 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w015: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w015_pri @ Priority + .byte se_w015_rev @ Reverb. + + .word se_w015_grp + + .word se_w015_1 + .word se_w015_2 + + .end diff --git a/sound/songs/se_w016.s b/sound/songs/se_w016.s new file mode 100644 index 000000000..96bba5689 --- /dev/null +++ b/sound/songs/se_w016.s @@ -0,0 +1,103 @@ + .include "MPlayDef.s" + + .equ se_w016_grp, voicegroup_8451F90 + .equ se_w016_pri, 4 + .equ se_w016_rev, reverb_set+50 + .equ se_w016_mvl, 127 + .equ se_w016_key, 0 + .equ se_w016_tbs, 1 + .equ se_w016_exg, 0 + .equ se_w016_cmp, 1 + + .section .rodata + .global se_w016 + .align 2 + +@********************** Track 1 **********************@ + +se_w016_1: + .byte KEYSH , se_w016_key+0 + .byte TEMPO , 150*se_w016_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 64*se_w016_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Cn3 , v108 + .byte W03 + .byte VOL , 79*se_w016_mvl/mxv + .byte BEND , c_v+22 + .byte W02 + .byte c_v+8 + .byte W01 + .byte VOL , 84*se_w016_mvl/mxv + .byte PAN , c_v-4 + .byte W03 + .byte VOL , 91*se_w016_mvl/mxv + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 100*se_w016_mvl/mxv + .byte PAN , c_v-8 + .byte W03 + .byte VOL , 110*se_w016_mvl/mxv + .byte W03 + .byte PAN , c_v-12 + .byte W06 +se_w016_1_B1: + .byte PAN , c_v-17 + .byte BEND , c_v+0 + .byte N48 , Cn3 , v108 + .byte W03 + .byte BEND , c_v-7 + .byte W03 + .byte PAN , c_v-9 + .byte BEND , c_v-12 + .byte W03 + .byte c_v-20 + .byte W03 + .byte PAN , c_v-3 + .byte W03 + .byte c_v+6 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v+10 + .byte W03 + .byte BEND , c_v-6 + .byte W03 + .byte PAN , c_v+16 + .byte W03 + .byte BEND , c_v+6 + .byte W03 + .byte PAN , c_v+13 + .byte BEND , c_v+11 + .byte W03 + .byte c_v+20 + .byte W03 + .byte PAN , c_v+8 + .byte W03 + .byte c_v+0 + .byte BEND , c_v+12 + .byte W03 + .byte PAN , c_v-8 + .byte BEND , c_v+7 + .byte W03 + .byte PAN , c_v-11 + .byte W03 + .byte GOTO + .word se_w016_1_B1 + .byte FINE + +@******************************************************@ + .align 2 + +se_w016: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w016_pri @ Priority + .byte se_w016_rev @ Reverb. + + .word se_w016_grp + + .word se_w016_1 + + .end diff --git a/sound/songs/se_w016b.s b/sound/songs/se_w016b.s new file mode 100644 index 000000000..16eb22b52 --- /dev/null +++ b/sound/songs/se_w016b.s @@ -0,0 +1,72 @@ + .include "MPlayDef.s" + + .equ se_w016b_grp, voicegroup_8451F90 + .equ se_w016b_pri, 4 + .equ se_w016b_rev, reverb_set+50 + .equ se_w016b_mvl, 127 + .equ se_w016b_key, 0 + .equ se_w016b_tbs, 1 + .equ se_w016b_exg, 0 + .equ se_w016b_cmp, 1 + + .section .rodata + .global se_w016b + .align 2 + +@********************** Track 1 **********************@ + +se_w016b_1: + .byte KEYSH , se_w016b_key+0 + .byte TEMPO , 150*se_w016b_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w016b_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Cn3 , v108 + .byte W02 + .byte PAN , c_v-19 + .byte W04 + .byte c_v+0 + .byte W01 + .byte VOL , 97*se_w016b_mvl/mxv + .byte W01 + .byte PAN , c_v+16 + .byte W01 + .byte VOL , 84*se_w016b_mvl/mxv + .byte W03 + .byte 76*se_w016b_mvl/mxv + .byte PAN , c_v+2 + .byte W02 + .byte VOL , 55*se_w016b_mvl/mxv + .byte PAN , c_v-8 + .byte W02 + .byte VOL , 39*se_w016b_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 25*se_w016b_mvl/mxv + .byte W01 + .byte PAN , c_v+8 + .byte W01 + .byte VOL , 13*se_w016b_mvl/mxv + .byte W03 + .byte 7*se_w016b_mvl/mxv + .byte PAN , c_v+0 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w016b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w016b_pri @ Priority + .byte se_w016b_rev @ Reverb. + + .word se_w016b_grp + + .word se_w016b_1 + + .end diff --git a/sound/songs/se_w017.s b/sound/songs/se_w017.s new file mode 100644 index 000000000..7b72c55fd --- /dev/null +++ b/sound/songs/se_w017.s @@ -0,0 +1,125 @@ + .include "MPlayDef.s" + + .equ se_w017_grp, voicegroup_8451F90 + .equ se_w017_pri, 4 + .equ se_w017_rev, reverb_set+50 + .equ se_w017_mvl, 127 + .equ se_w017_key, 0 + .equ se_w017_tbs, 1 + .equ se_w017_exg, 0 + .equ se_w017_cmp, 1 + + .section .rodata + .global se_w017 + .align 2 + +@********************** Track 1 **********************@ + +se_w017_1: + .byte KEYSH , se_w017_key+0 + .byte TEMPO , 220*se_w017_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 40*se_w017_mvl/mxv + .byte BEND , c_v-32 + .byte N10 , An1 , v127 + .byte W01 + .byte VOL , 52*se_w017_mvl/mxv + .byte PAN , c_v+10 + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 68*se_w017_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 82*se_w017_mvl/mxv + .byte PAN , c_v-9 + .byte BEND , c_v+8 + .byte W01 + .byte VOL , 105*se_w017_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+19 + .byte W02 + .byte PAN , c_v+10 + .byte BEND , c_v+28 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+38 + .byte W01 + .byte PAN , c_v-9 + .byte BEND , c_v+49 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W05 + .byte VOL , 40*se_w017_mvl/mxv + .byte BEND , c_v+1 + .byte N06 + .byte W01 + .byte VOL , 52*se_w017_mvl/mxv + .byte PAN , c_v+10 + .byte BEND , c_v+38 + .byte W01 + .byte VOL , 79*se_w017_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+48 + .byte W02 + .byte VOL , 105*se_w017_mvl/mxv + .byte PAN , c_v-9 + .byte BEND , c_v+63 + .byte W01 + .byte PAN , c_v+0 + .byte W05 + .byte FINE + +@********************** Track 2 **********************@ + +se_w017_2: + .byte KEYSH , se_w017_key+0 + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte VOL , 52*se_w017_mvl/mxv + .byte N10 , Gn2 , v040 + .byte W01 + .byte VOL , 69*se_w017_mvl/mxv + .byte W01 + .byte 83*se_w017_mvl/mxv + .byte W01 + .byte 105*se_w017_mvl/mxv + .byte W01 + .byte 85*se_w017_mvl/mxv + .byte W02 + .byte 52*se_w017_mvl/mxv + .byte W01 + .byte 29*se_w017_mvl/mxv + .byte W01 + .byte 12*se_w017_mvl/mxv + .byte W06 + .byte VOICE , 25 + .byte VOL , 52*se_w017_mvl/mxv + .byte N06 , Gs4 + .byte W01 + .byte VOL , 81*se_w017_mvl/mxv + .byte W01 + .byte 105*se_w017_mvl/mxv + .byte W03 + .byte 52*se_w017_mvl/mxv + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w017: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w017_pri @ Priority + .byte se_w017_rev @ Reverb. + + .word se_w017_grp + + .word se_w017_1 + .word se_w017_2 + + .end diff --git a/sound/songs/se_w019.s b/sound/songs/se_w019.s new file mode 100644 index 000000000..c9b20488e --- /dev/null +++ b/sound/songs/se_w019.s @@ -0,0 +1,251 @@ + .include "MPlayDef.s" + + .equ se_w019_grp, voicegroup_8451F90 + .equ se_w019_pri, 4 + .equ se_w019_rev, reverb_set+50 + .equ se_w019_mvl, 127 + .equ se_w019_key, 0 + .equ se_w019_tbs, 1 + .equ se_w019_exg, 0 + .equ se_w019_cmp, 1 + + .section .rodata + .global se_w019 + .align 2 + +@********************** Track 1 **********************@ + +se_w019_1: + .byte KEYSH , se_w019_key+0 + .byte TEMPO , 220*se_w019_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 90*se_w019_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , En2 , v127 + .byte W01 + .byte VOL , 55*se_w019_mvl/mxv + .byte PAN , c_v+10 + .byte BEND , c_v-16 + .byte N07 , An1 + .byte W01 + .byte VOL , 71*se_w019_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 86*se_w019_mvl/mxv + .byte PAN , c_v-9 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 110*se_w019_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+33 + .byte W02 + .byte PAN , c_v+10 + .byte BEND , c_v+54 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W02 + .byte VOL , 90*se_w019_mvl/mxv + .byte PAN , c_v+10 + .byte BEND , c_v+1 + .byte N04 + .byte W01 + .byte VOL , 54*se_w019_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+38 + .byte W02 + .byte VOL , 83*se_w019_mvl/mxv + .byte PAN , c_v-9 + .byte BEND , c_v+48 + .byte W01 + .byte VOL , 110*se_w019_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W03 + .byte VOL , 90*se_w019_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Ds2 , v104 + .byte W02 + .byte PAN , c_v+10 + .byte VOL , 55*se_w019_mvl/mxv + .byte BEND , c_v-16 + .byte N07 , Gs1 , v100 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 71*se_w019_mvl/mxv + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v-9 + .byte VOL , 86*se_w019_mvl/mxv + .byte BEND , c_v+17 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 110*se_w019_mvl/mxv + .byte BEND , c_v+33 + .byte W01 + .byte PAN , c_v+10 + .byte BEND , c_v+54 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W02 + .byte PAN , c_v+10 + .byte VOL , 90*se_w019_mvl/mxv + .byte BEND , c_v+1 + .byte N04 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 54*se_w019_mvl/mxv + .byte BEND , c_v+38 + .byte W01 + .byte PAN , c_v-9 + .byte VOL , 83*se_w019_mvl/mxv + .byte BEND , c_v+48 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 110*se_w019_mvl/mxv + .byte BEND , c_v+63 + .byte W03 + .byte VOL , 90*se_w019_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Dn2 , v088 + .byte W01 + .byte PAN , c_v+10 + .byte VOL , 55*se_w019_mvl/mxv + .byte BEND , c_v-16 + .byte N07 , Gn1 , v060 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 71*se_w019_mvl/mxv + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v-9 + .byte VOL , 86*se_w019_mvl/mxv + .byte BEND , c_v+17 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 110*se_w019_mvl/mxv + .byte BEND , c_v+33 + .byte W01 + .byte PAN , c_v+10 + .byte BEND , c_v+54 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte W03 + .byte PAN , c_v+10 + .byte VOL , 90*se_w019_mvl/mxv + .byte BEND , c_v+1 + .byte N04 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 54*se_w019_mvl/mxv + .byte BEND , c_v+38 + .byte W01 + .byte PAN , c_v-9 + .byte VOL , 83*se_w019_mvl/mxv + .byte BEND , c_v+48 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 110*se_w019_mvl/mxv + .byte BEND , c_v+63 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w019_2: + .byte KEYSH , se_w019_key+0 + .byte VOICE , 25 + .byte PAN , c_v+0 + .byte VOL , 110*se_w019_mvl/mxv + .byte N08 , Cn2 , v040 + .byte W01 + .byte VOL , 72*se_w019_mvl/mxv + .byte W01 + .byte 87*se_w019_mvl/mxv + .byte W01 + .byte 110*se_w019_mvl/mxv + .byte W01 + .byte 89*se_w019_mvl/mxv + .byte W02 + .byte 49*se_w019_mvl/mxv + .byte W01 + .byte 14*se_w019_mvl/mxv + .byte W02 + .byte 110*se_w019_mvl/mxv + .byte N04 , Gn4 + .byte W01 + .byte VOL , 84*se_w019_mvl/mxv + .byte W02 + .byte 110*se_w019_mvl/mxv + .byte W02 + .byte 55*se_w019_mvl/mxv + .byte W02 + .byte 110*se_w019_mvl/mxv + .byte N08 , Cn2 , v032 + .byte W02 + .byte VOL , 72*se_w019_mvl/mxv + .byte W01 + .byte 87*se_w019_mvl/mxv + .byte W01 + .byte 110*se_w019_mvl/mxv + .byte W01 + .byte 89*se_w019_mvl/mxv + .byte W01 + .byte 49*se_w019_mvl/mxv + .byte W02 + .byte 14*se_w019_mvl/mxv + .byte W02 + .byte 110*se_w019_mvl/mxv + .byte N04 , Gn4 + .byte W01 + .byte VOL , 84*se_w019_mvl/mxv + .byte W01 + .byte 110*se_w019_mvl/mxv + .byte W03 + .byte 55*se_w019_mvl/mxv + .byte W02 + .byte 110*se_w019_mvl/mxv + .byte N08 , Cn2 , v020 + .byte W01 + .byte VOL , 72*se_w019_mvl/mxv + .byte W02 + .byte 87*se_w019_mvl/mxv + .byte W01 + .byte 110*se_w019_mvl/mxv + .byte W01 + .byte 89*se_w019_mvl/mxv + .byte W01 + .byte 49*se_w019_mvl/mxv + .byte W01 + .byte 14*se_w019_mvl/mxv + .byte W03 + .byte 110*se_w019_mvl/mxv + .byte N04 , Gn4 + .byte W01 + .byte VOL , 84*se_w019_mvl/mxv + .byte W01 + .byte 110*se_w019_mvl/mxv + .byte W03 + .byte 55*se_w019_mvl/mxv + .byte FINE + +@******************************************************@ + .align 2 + +se_w019: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w019_pri @ Priority + .byte se_w019_rev @ Reverb. + + .word se_w019_grp + + .word se_w019_1 + .word se_w019_2 + + .end diff --git a/sound/songs/se_w020.s b/sound/songs/se_w020.s new file mode 100644 index 000000000..34a6e5823 --- /dev/null +++ b/sound/songs/se_w020.s @@ -0,0 +1,81 @@ + .include "MPlayDef.s" + + .equ se_w020_grp, voicegroup_8451F90 + .equ se_w020_pri, 4 + .equ se_w020_rev, reverb_set+50 + .equ se_w020_mvl, 127 + .equ se_w020_key, 0 + .equ se_w020_tbs, 1 + .equ se_w020_exg, 0 + .equ se_w020_cmp, 1 + + .section .rodata + .global se_w020 + .align 2 + +@********************** Track 1 **********************@ + +se_w020_1: + .byte KEYSH , se_w020_key+0 + .byte TEMPO , 150*se_w020_tbs/2 + .byte VOICE , 38 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*se_w020_mvl/mxv + .byte BEND , c_v+0 + .byte N05 , Fs2 , v127 + .byte W01 + .byte PAN , c_v-5 + .byte BEND , c_v-3 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v-5 + .byte W01 + .byte PAN , c_v-8 + .byte BEND , c_v-9 + .byte W01 + .byte PAN , c_v+11 + .byte BEND , c_v-12 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N11 + .byte W02 + .byte BEND , c_v-10 + .byte W01 + .byte c_v-6 + .byte W01 + .byte PAN , c_v-5 + .byte BEND , c_v-4 + .byte W01 + .byte c_v+0 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v-3 + .byte W02 + .byte c_v+3 + .byte W01 + .byte PAN , c_v-8 + .byte BEND , c_v-9 + .byte W01 + .byte c_v-21 + .byte W01 + .byte PAN , c_v+11 + .byte BEND , c_v-28 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w020: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w020_pri @ Priority + .byte se_w020_rev @ Reverb. + + .word se_w020_grp + + .word se_w020_1 + + .end diff --git a/sound/songs/se_w025.s b/sound/songs/se_w025.s new file mode 100644 index 000000000..0736a80bc --- /dev/null +++ b/sound/songs/se_w025.s @@ -0,0 +1,150 @@ + .include "MPlayDef.s" + + .equ se_w025_grp, voicegroup_8451F90 + .equ se_w025_pri, 4 + .equ se_w025_rev, reverb_set+50 + .equ se_w025_mvl, 127 + .equ se_w025_key, 0 + .equ se_w025_tbs, 1 + .equ se_w025_exg, 0 + .equ se_w025_cmp, 1 + + .section .rodata + .global se_w025 + .align 2 + +@********************** Track 1 **********************@ + +se_w025_1: + .byte KEYSH , se_w025_key+0 + .byte TEMPO , 150*se_w025_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 63*se_w025_mvl/mxv + .byte BEND , c_v-48 + .byte N72 , Fn4 , v108 + .byte W02 + .byte VOL , 68*se_w025_mvl/mxv + .byte BEND , c_v-43 + .byte W01 + .byte PAN , c_v+5 + .byte W01 + .byte BEND , c_v-38 + .byte W02 + .byte PAN , c_v+15 + .byte VOL , 70*se_w025_mvl/mxv + .byte W01 + .byte BEND , c_v-34 + .byte W02 + .byte PAN , c_v+6 + .byte VOL , 75*se_w025_mvl/mxv + .byte BEND , c_v-30 + .byte W03 + .byte PAN , c_v-1 + .byte BEND , c_v-28 + .byte W01 + .byte VOL , 78*se_w025_mvl/mxv + .byte W01 + .byte BEND , c_v-24 + .byte W01 + .byte PAN , c_v-9 + .byte W01 + .byte VOL , 85*se_w025_mvl/mxv + .byte BEND , c_v-21 + .byte W02 + .byte PAN , c_v-15 + .byte W01 + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 90*se_w025_mvl/mxv + .byte W01 + .byte PAN , c_v-9 + .byte BEND , c_v-12 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v-8 + .byte W02 + .byte c_v-3 + .byte W01 + .byte PAN , c_v+5 + .byte W01 + .byte BEND , c_v+2 + .byte W02 + .byte PAN , c_v+15 + .byte W01 + .byte BEND , c_v+5 + .byte W02 + .byte PAN , c_v+6 + .byte BEND , c_v+9 + .byte W03 + .byte PAN , c_v-1 + .byte BEND , c_v+11 + .byte W02 + .byte c_v+14 + .byte W01 + .byte PAN , c_v-9 + .byte W01 + .byte BEND , c_v+19 + .byte W02 + .byte PAN , c_v-15 + .byte W01 + .byte BEND , c_v+23 + .byte W02 + .byte PAN , c_v-9 + .byte BEND , c_v+27 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+29 + .byte W02 + .byte c_v+33 + .byte W01 + .byte PAN , c_v+5 + .byte W01 + .byte BEND , c_v+35 + .byte W02 + .byte VOL , 74*se_w025_mvl/mxv + .byte PAN , c_v+15 + .byte W01 + .byte BEND , c_v+38 + .byte W02 + .byte VOL , 58*se_w025_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+42 + .byte W03 + .byte VOL , 47*se_w025_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v+45 + .byte W02 + .byte c_v+48 + .byte W01 + .byte VOL , 34*se_w025_mvl/mxv + .byte PAN , c_v-9 + .byte W01 + .byte BEND , c_v+50 + .byte W02 + .byte VOL , 22*se_w025_mvl/mxv + .byte PAN , c_v-15 + .byte W01 + .byte BEND , c_v+54 + .byte W02 + .byte VOL , 6*se_w025_mvl/mxv + .byte PAN , c_v-9 + .byte BEND , c_v+58 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w025: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w025_pri @ Priority + .byte se_w025_rev @ Reverb. + + .word se_w025_grp + + .word se_w025_1 + + .end diff --git a/sound/songs/se_w025b.s b/sound/songs/se_w025b.s new file mode 100644 index 000000000..7d3c05b4c --- /dev/null +++ b/sound/songs/se_w025b.s @@ -0,0 +1,128 @@ + .include "MPlayDef.s" + + .equ se_w025b_grp, voicegroup_8451F90 + .equ se_w025b_pri, 4 + .equ se_w025b_rev, reverb_set+50 + .equ se_w025b_mvl, 127 + .equ se_w025b_key, 0 + .equ se_w025b_tbs, 1 + .equ se_w025b_exg, 0 + .equ se_w025b_cmp, 1 + + .section .rodata + .global se_w025b + .align 2 + +@********************** Track 1 **********************@ + +se_w025b_1: + .byte KEYSH , se_w025b_key+0 + .byte TEMPO , 220*se_w025b_tbs/2 + .byte VOICE , 6 + .byte VOL , 110*se_w025b_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N04 , En3 , v127 + .byte W01 + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v+10 + .byte BEND , c_v-38 + .byte W01 + .byte PAN , c_v-9 + .byte BEND , c_v-64 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , An2 + .byte W01 + .byte PAN , c_v+7 + .byte BEND , c_v-28 + .byte W01 + .byte c_v-64 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Cn3 , v060 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v-28 + .byte W02 + .byte c_v-64 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N10 , Gn2 , v127 + .byte W01 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 101*se_w025b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v-15 + .byte W02 + .byte c_v-20 + .byte W01 + .byte VOL , 83*se_w025b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-24 + .byte W01 + .byte c_v-30 + .byte W01 + .byte VOL , 58*se_w025b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-39 + .byte W01 + .byte c_v-53 + .byte W02 + .byte VOL , 25*se_w025b_mvl/mxv + .byte BEND , c_v-64 + .byte W24 + .byte FINE + +@********************** Track 2 **********************@ + +se_w025b_2: + .byte KEYSH , se_w025b_key+0 + .byte VOICE , 5 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 110*se_w025b_mvl/mxv + .byte PAN , c_v+9 + .byte N03 , Gs2 , v092 + .byte W06 + .byte PAN , c_v-7 + .byte N03 , Gs2 , v052 + .byte W03 + .byte N03 + .byte W05 + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte N13 + .byte W04 + .byte VOL , 101*se_w025b_mvl/mxv + .byte W02 + .byte 83*se_w025b_mvl/mxv + .byte W02 + .byte 58*se_w025b_mvl/mxv + .byte W02 + .byte W01 + .byte 25*se_w025b_mvl/mxv + .byte W23 + .byte FINE + +@******************************************************@ + .align 2 + +se_w025b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w025b_pri @ Priority + .byte se_w025b_rev @ Reverb. + + .word se_w025b_grp + + .word se_w025b_1 + .word se_w025b_2 + + .end diff --git a/sound/songs/se_w026.s b/sound/songs/se_w026.s new file mode 100644 index 000000000..d0f7335e1 --- /dev/null +++ b/sound/songs/se_w026.s @@ -0,0 +1,71 @@ + .include "MPlayDef.s" + + .equ se_w026_grp, voicegroup_8451F90 + .equ se_w026_pri, 4 + .equ se_w026_rev, reverb_set+50 + .equ se_w026_mvl, 127 + .equ se_w026_key, 0 + .equ se_w026_tbs, 1 + .equ se_w026_exg, 0 + .equ se_w026_cmp, 1 + + .section .rodata + .global se_w026 + .align 2 + +@********************** Track 1 **********************@ + +se_w026_1: + .byte KEYSH , se_w026_key+0 + .byte TEMPO , 180*se_w026_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w026_mvl/mxv + .byte BEND , c_v-12 + .byte N19 , Gn3 , v108 + .byte W02 + .byte BEND , c_v-5 + .byte W01 + .byte VOL , 101*se_w026_mvl/mxv + .byte W01 + .byte PAN , c_v-9 + .byte BEND , c_v+8 + .byte W02 + .byte VOL , 84*se_w026_mvl/mxv + .byte BEND , c_v+4 + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 64*se_w026_mvl/mxv + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v+8 + .byte W02 + .byte VOL , 45*se_w026_mvl/mxv + .byte BEND , c_v-31 + .byte W02 + .byte VOL , 32*se_w026_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte VOICE , 2 + .byte W01 + .byte VOL , 13*se_w026_mvl/mxv + .byte BEND , c_v-52 + .byte W08 + .byte FINE + +@******************************************************@ + .align 2 + +se_w026: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w026_pri @ Priority + .byte se_w026_rev @ Reverb. + + .word se_w026_grp + + .word se_w026_1 + + .end diff --git a/sound/songs/se_w028.s b/sound/songs/se_w028.s new file mode 100644 index 000000000..36eb70a19 --- /dev/null +++ b/sound/songs/se_w028.s @@ -0,0 +1,95 @@ + .include "MPlayDef.s" + + .equ se_w028_grp, voicegroup_8451F90 + .equ se_w028_pri, 4 + .equ se_w028_rev, reverb_set+50 + .equ se_w028_mvl, 127 + .equ se_w028_key, 0 + .equ se_w028_tbs, 1 + .equ se_w028_exg, 0 + .equ se_w028_cmp, 1 + + .section .rodata + .global se_w028 + .align 2 + +@********************** Track 1 **********************@ + +se_w028_1: + .byte KEYSH , se_w028_key+0 + .byte TEMPO , 150*se_w028_tbs/2 + .byte VOICE , 26 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w028_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , Gn5 , v092 + .byte W02 + .byte Cn5 + .byte W04 + .byte VOICE , 36 + .byte VOL , 84*se_w028_mvl/mxv + .byte PAN , c_v+5 + .byte N15 , Gn5 , v040 + .byte W01 + .byte PAN , c_v-10 + .byte W01 + .byte c_v+5 + .byte W01 + .byte c_v-10 + .byte W01 + .byte VOL , 94*se_w028_mvl/mxv + .byte PAN , c_v+5 + .byte W02 + .byte c_v-10 + .byte W01 + .byte c_v+5 + .byte W01 + .byte c_v-10 + .byte W01 + .byte VOL , 110*se_w028_mvl/mxv + .byte PAN , c_v+5 + .byte W01 + .byte c_v-10 + .byte W02 + .byte VOL , 96*se_w028_mvl/mxv + .byte PAN , c_v+5 + .byte W01 + .byte VOL , 68*se_w028_mvl/mxv + .byte PAN , c_v-10 + .byte W01 + .byte VOL , 15*se_w028_mvl/mxv + .byte PAN , c_v+5 + .byte W01 + .byte c_v-10 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w028_2: + .byte KEYSH , se_w028_key+0 + .byte VOICE , 25 + .byte VOL , 110*se_w028_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Cn3 , v040 + .byte W02 + .byte N01 + .byte W22 + .byte FINE + +@******************************************************@ + .align 2 + +se_w028: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w028_pri @ Priority + .byte se_w028_rev @ Reverb. + + .word se_w028_grp + + .word se_w028_1 + .word se_w028_2 + + .end diff --git a/sound/songs/se_w029.s b/sound/songs/se_w029.s new file mode 100644 index 000000000..8faaaabf6 --- /dev/null +++ b/sound/songs/se_w029.s @@ -0,0 +1,87 @@ + .include "MPlayDef.s" + + .equ se_w029_grp, voicegroup_8451F90 + .equ se_w029_pri, 4 + .equ se_w029_rev, reverb_set+50 + .equ se_w029_mvl, 127 + .equ se_w029_key, 0 + .equ se_w029_tbs, 1 + .equ se_w029_exg, 0 + .equ se_w029_cmp, 1 + + .section .rodata + .global se_w029 + .align 2 + +@********************** Track 1 **********************@ + +se_w029_1: + .byte KEYSH , se_w029_key+0 + .byte TEMPO , 150*se_w029_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 25*se_w029_mvl/mxv + .byte BEND , c_v-48 + .byte N07 , Cn1 , v127 + .byte W01 + .byte VOL , 41*se_w029_mvl/mxv + .byte BEND , c_v-31 + .byte W01 + .byte PAN , c_v+7 + .byte VOL , 57*se_w029_mvl/mxv + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 79*se_w029_mvl/mxv + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v+11 + .byte VOL , 110*se_w029_mvl/mxv + .byte BEND , c_v+14 + .byte W02 + .byte c_v+32 + .byte W01 + .byte PAN , c_v+14 + .byte W01 + .byte VOL , 25*se_w029_mvl/mxv + .byte BEND , c_v-48 + .byte N07 , Dn1 + .byte W01 + .byte PAN , c_v+19 + .byte VOL , 41*se_w029_mvl/mxv + .byte BEND , c_v-31 + .byte W01 + .byte VOL , 57*se_w029_mvl/mxv + .byte BEND , c_v-16 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 79*se_w029_mvl/mxv + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 110*se_w029_mvl/mxv + .byte BEND , c_v+14 + .byte W01 + .byte PAN , c_v-8 + .byte BEND , c_v+32 + .byte W02 + .byte PAN , c_v-11 + .byte W03 + .byte c_v-15 + .byte W05 + .byte VOL , 110*se_w029_mvl/mxv + .byte FINE + +@******************************************************@ + .align 2 + +se_w029: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w029_pri @ Priority + .byte se_w029_rev @ Reverb. + + .word se_w029_grp + + .word se_w029_1 + + .end diff --git a/sound/songs/se_w030.s b/sound/songs/se_w030.s new file mode 100644 index 000000000..7a7ab0bf7 --- /dev/null +++ b/sound/songs/se_w030.s @@ -0,0 +1,67 @@ + .include "MPlayDef.s" + + .equ se_w030_grp, voicegroup_8451F90 + .equ se_w030_pri, 4 + .equ se_w030_rev, reverb_set+50 + .equ se_w030_mvl, 127 + .equ se_w030_key, 0 + .equ se_w030_tbs, 1 + .equ se_w030_exg, 0 + .equ se_w030_cmp, 1 + + .section .rodata + .global se_w030 + .align 2 + +@********************** Track 1 **********************@ + +se_w030_1: + .byte KEYSH , se_w030_key+0 + .byte TEMPO , 150*se_w030_tbs/2 + .byte VOICE , 21 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w030_mvl/mxv + .byte BEND , c_v+1 + .byte N01 , Bn5 , v127 + .byte W02 + .byte VOICE , 18 + .byte N01 , Cn4 + .byte W02 + .byte VOICE , 36 + .byte N06 , Gn5 , v040 + .byte W02 + .byte VOL , 58*se_w030_mvl/mxv + .byte PAN , c_v+16 + .byte BEND , c_v+5 + .byte W01 + .byte VOL , 71*se_w030_mvl/mxv + .byte PAN , c_v-14 + .byte BEND , c_v+13 + .byte W01 + .byte VOL , 84*se_w030_mvl/mxv + .byte PAN , c_v+16 + .byte BEND , c_v+21 + .byte W01 + .byte VOL , 97*se_w030_mvl/mxv + .byte PAN , c_v-14 + .byte BEND , c_v+33 + .byte W01 + .byte VOL , 110*se_w030_mvl/mxv + .byte W14 + .byte FINE + +@******************************************************@ + .align 2 + +se_w030: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w030_pri @ Priority + .byte se_w030_rev @ Reverb. + + .word se_w030_grp + + .word se_w030_1 + + .end diff --git a/sound/songs/se_w036.s b/sound/songs/se_w036.s new file mode 100644 index 000000000..af1acfc08 --- /dev/null +++ b/sound/songs/se_w036.s @@ -0,0 +1,95 @@ + .include "MPlayDef.s" + + .equ se_w036_grp, voicegroup_8451F90 + .equ se_w036_pri, 4 + .equ se_w036_rev, reverb_set+50 + .equ se_w036_mvl, 127 + .equ se_w036_key, 0 + .equ se_w036_tbs, 1 + .equ se_w036_exg, 0 + .equ se_w036_cmp, 1 + + .section .rodata + .global se_w036 + .align 2 + +@********************** Track 1 **********************@ + +se_w036_1: + .byte KEYSH , se_w036_key+0 + .byte TEMPO , 150*se_w036_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 105*se_w036_mvl/mxv + .byte BEND , c_v-48 + .byte N10 , Gn0 , v127 + .byte W02 + .byte PAN , c_v+7 + .byte BEND , c_v-32 + .byte W01 + .byte c_v-16 + .byte W01 + .byte PAN , c_v+11 + .byte BEND , c_v+0 + .byte W02 + .byte c_v+15 + .byte W01 + .byte PAN , c_v+14 + .byte W01 + .byte BEND , c_v+32 + .byte W01 + .byte PAN , c_v+19 + .byte W03 + .byte c_v+0 + .byte VOL , 105*se_w036_mvl/mxv + .byte BEND , c_v-32 + .byte N10 + .byte W02 + .byte PAN , c_v-8 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W01 + .byte PAN , c_v-11 + .byte BEND , c_v+16 + .byte W02 + .byte c_v+32 + .byte W01 + .byte PAN , c_v-15 + .byte W01 + .byte BEND , c_v+48 + .byte W01 + .byte PAN , c_v-20 + .byte W03 + .byte c_v+0 + .byte VOL , 105*se_w036_mvl/mxv + .byte BEND , c_v-16 + .byte N10 + .byte W02 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+16 + .byte W01 + .byte c_v+32 + .byte W02 + .byte c_v+47 + .byte W02 + .byte c_v+63 + .byte W16 + .byte FINE + +@******************************************************@ + .align 2 + +se_w036: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w036_pri @ Priority + .byte se_w036_rev @ Reverb. + + .word se_w036_grp + + .word se_w036_1 + + .end diff --git a/sound/songs/se_w039.s b/sound/songs/se_w039.s new file mode 100644 index 000000000..a7f7743b8 --- /dev/null +++ b/sound/songs/se_w039.s @@ -0,0 +1,63 @@ + .include "MPlayDef.s" + + .equ se_w039_grp, voicegroup_8451F90 + .equ se_w039_pri, 4 + .equ se_w039_rev, reverb_set+50 + .equ se_w039_mvl, 127 + .equ se_w039_key, 0 + .equ se_w039_tbs, 1 + .equ se_w039_exg, 0 + .equ se_w039_cmp, 1 + + .section .rodata + .global se_w039 + .align 2 + +@********************** Track 1 **********************@ + +se_w039_1: + .byte KEYSH , se_w039_key+0 + .byte TEMPO , 150*se_w039_tbs/2 + .byte VOICE , 15 + .byte BENDR , 12 + .byte PAN , c_v+18 + .byte VOL , 48*se_w039_mvl/mxv + .byte BEND , c_v-48 + .byte N04 , Gn2 , v127 + .byte W01 + .byte VOL , 81*se_w039_mvl/mxv + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 110*se_w039_mvl/mxv + .byte BEND , c_v+16 + .byte W01 + .byte c_v+0 + .byte W04 + .byte VOL , 48*se_w039_mvl/mxv + .byte PAN , c_v-16 + .byte BEND , c_v-48 + .byte N04 , An2 + .byte W01 + .byte VOL , 81*se_w039_mvl/mxv + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 110*se_w039_mvl/mxv + .byte BEND , c_v+16 + .byte W15 + .byte VOL , 110*se_w039_mvl/mxv + .byte FINE + +@******************************************************@ + .align 2 + +se_w039: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w039_pri @ Priority + .byte se_w039_rev @ Reverb. + + .word se_w039_grp + + .word se_w039_1 + + .end diff --git a/sound/songs/se_w043.s b/sound/songs/se_w043.s new file mode 100644 index 000000000..43a7da037 --- /dev/null +++ b/sound/songs/se_w043.s @@ -0,0 +1,105 @@ + .include "MPlayDef.s" + + .equ se_w043_grp, voicegroup_8451F90 + .equ se_w043_pri, 4 + .equ se_w043_rev, reverb_set+50 + .equ se_w043_mvl, 127 + .equ se_w043_key, 0 + .equ se_w043_tbs, 1 + .equ se_w043_exg, 0 + .equ se_w043_cmp, 1 + + .section .rodata + .global se_w043 + .align 2 + +@********************** Track 1 **********************@ + +se_w043_1: + .byte KEYSH , se_w043_key+0 + .byte TEMPO , 150*se_w043_tbs/2 + .byte VOICE , 18 + .byte VOL , 110*se_w043_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , En3 , v124 + .byte W02 + .byte As3 + .byte W04 + .byte W01 + .byte N03 , En3 , v092 + .byte W05 + .byte W04 + .byte PAN , c_v-6 + .byte N02 , En3 , v076 + .byte W02 + .byte W01 + .byte PAN , c_v+6 + .byte N02 , As3 + .byte W05 + .byte PAN , c_v+0 + .byte N03 , En3 , v052 + .byte W06 + .byte W03 + .byte PAN , c_v-12 + .byte N02 , En3 , v056 + .byte W03 + .byte PAN , c_v+10 + .byte N02 , As3 + .byte W04 + .byte PAN , c_v+0 + .byte N03 , En3 , v032 + .byte W02 + .byte W06 + .byte W01 + .byte PAN , c_v-16 + .byte N02 , En3 , v044 + .byte W02 + .byte PAN , c_v+16 + .byte N02 , As3 + .byte W03 + .byte W02 + .byte PAN , c_v+0 + .byte N03 , En3 , v020 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_w043_2: + .byte KEYSH , se_w043_key+0 + .byte VOICE , 5 + .byte VOL , 110*se_w043_mvl/mxv + .byte N01 , Cn3 , v040 + .byte W03 + .byte En3 + .byte W03 + .byte W01 + .byte Gn3 + .byte W05 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w043: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w043_pri @ Priority + .byte se_w043_rev @ Reverb. + + .word se_w043_grp + + .word se_w043_1 + .word se_w043_2 + + .end diff --git a/sound/songs/se_w044.s b/sound/songs/se_w044.s new file mode 100644 index 000000000..db359a673 --- /dev/null +++ b/sound/songs/se_w044.s @@ -0,0 +1,100 @@ + .include "MPlayDef.s" + + .equ se_w044_grp, voicegroup_8451F90 + .equ se_w044_pri, 4 + .equ se_w044_rev, reverb_set+50 + .equ se_w044_mvl, 127 + .equ se_w044_key, 0 + .equ se_w044_tbs, 1 + .equ se_w044_exg, 0 + .equ se_w044_cmp, 1 + + .section .rodata + .global se_w044 + .align 2 + +@********************** Track 1 **********************@ + +se_w044_1: + .byte KEYSH , se_w044_key+0 + .byte TEMPO , 220*se_w044_tbs/2 + .byte VOICE , 26 + .byte BENDR , 12 + .byte PAN , c_v+6 + .byte VOL , 110*se_w044_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , Gn3 , v112 + .byte W02 + .byte Gs3 + .byte W01 + .byte PAN , c_v-7 + .byte W01 + .byte N02 , An3 + .byte W02 + .byte PAN , c_v+7 + .byte W02 + .byte c_v-8 + .byte W02 + .byte VOICE , 21 + .byte PAN , c_v+0 + .byte N01 , Cn5 , v116 + .byte W02 + .byte PAN , c_v+10 + .byte N01 , Cn4 , v108 + .byte W01 + .byte PAN , c_v-8 + .byte N01 , Gn4 , v104 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Gn3 , v096 + .byte W01 + .byte PAN , c_v+10 + .byte N01 , Cn4 , v088 + .byte W01 + .byte PAN , c_v-8 + .byte N01 , Cn3 , v080 + .byte W02 + .byte PAN , c_v+0 + .byte N01 , Gn3 , v072 + .byte W01 + .byte PAN , c_v+10 + .byte N01 , Gn2 , v064 + .byte W01 + .byte PAN , c_v-8 + .byte N01 , Cn3 , v056 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Gn2 , v048 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w044_2: + .byte KEYSH , se_w044_key+0 + .byte VOICE , 27 + .byte VOL , 110*se_w044_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W10 + .byte N01 , Gn2 , v040 + .byte W08 + .byte N01 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w044: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w044_pri @ Priority + .byte se_w044_rev @ Reverb. + + .word se_w044_grp + + .word se_w044_1 + .word se_w044_2 + + .end diff --git a/sound/songs/se_w047.s b/sound/songs/se_w047.s new file mode 100644 index 000000000..c5eff393d --- /dev/null +++ b/sound/songs/se_w047.s @@ -0,0 +1,198 @@ + .include "MPlayDef.s" + + .equ se_w047_grp, voicegroup_8451F90 + .equ se_w047_pri, 4 + .equ se_w047_rev, reverb_set+50 + .equ se_w047_mvl, 127 + .equ se_w047_key, 0 + .equ se_w047_tbs, 1 + .equ se_w047_exg, 0 + .equ se_w047_cmp, 1 + + .section .rodata + .global se_w047 + .align 2 + +@********************** Track 1 **********************@ + +se_w047_1: + .byte KEYSH , se_w047_key+0 + .byte TEMPO , 100*se_w047_tbs/2 + .byte VOICE , 73 + .byte BENDR , 12 + .byte LFOS , 40 + .byte PAN , c_v+0 + .byte VOL , 95*se_w047_mvl/mxv + .byte BEND , c_v+0 + .byte N44 , Gn4 , v112 + .byte W06 + .byte W06 + .byte W03 + .byte MOD , 7 + .byte W03 + .byte W03 + .byte VOL , 83*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte 69*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte 50*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte 24*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 95*se_w047_mvl/mxv + .byte N21 , Fn5 + .byte W06 + .byte W06 +se_w047_1_000: + .byte VOL , 86*se_w047_mvl/mxv + .byte MOD , 7 + .byte W03 + .byte VOL , 75*se_w047_mvl/mxv + .byte W03 + .byte PEND +se_w047_1_001: + .byte VOL , 55*se_w047_mvl/mxv + .byte W03 + .byte 26*se_w047_mvl/mxv + .byte MOD , 0 + .byte W03 + .byte PEND + .byte VOL , 95*se_w047_mvl/mxv + .byte N21 , Ds5 , v112 + .byte W06 + .byte W06 + .byte PATT + .word se_w047_1_000 + .byte PATT + .word se_w047_1_001 + .byte VOL , 95*se_w047_mvl/mxv + .byte N66 , Gn4 , v112 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte MOD , 7 + .byte W06 + .byte W06 + .byte W06 + .byte VOL , 83*se_w047_mvl/mxv + .byte W06 + .byte 69*se_w047_mvl/mxv + .byte W06 + .byte 50*se_w047_mvl/mxv + .byte W06 + .byte 24*se_w047_mvl/mxv + .byte W06 + .byte MOD , 0 + .byte W06 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w047_2: + .byte KEYSH , se_w047_key+0 + .byte VOICE , 73 + .byte LFOS , 40 + .byte VOL , 95*se_w047_mvl/mxv + .byte BEND , c_v+9 + .byte W06 + .byte W06 + .byte PAN , c_v+12 + .byte N44 , Gn4 , v060 + .byte W06 + .byte W06 + .byte W03 + .byte MOD , 7 + .byte W03 + .byte W03 + .byte VOL , 83*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte 69*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte 50*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte 24*se_w047_mvl/mxv + .byte W03 + .byte W03 + .byte MOD , 0 + .byte W03 + .byte VOL , 95*se_w047_mvl/mxv + .byte PAN , c_v-12 + .byte N21 , Fn5 + .byte W06 + .byte W06 +se_w047_2_000: + .byte VOL , 86*se_w047_mvl/mxv + .byte MOD , 7 + .byte W03 + .byte VOL , 75*se_w047_mvl/mxv + .byte W03 + .byte PEND +se_w047_2_001: + .byte VOL , 55*se_w047_mvl/mxv + .byte W03 + .byte 26*se_w047_mvl/mxv + .byte MOD , 0 + .byte W03 + .byte PEND + .byte VOL , 95*se_w047_mvl/mxv + .byte PAN , c_v+12 + .byte N21 , Ds5 , v060 + .byte W06 + .byte W06 + .byte PATT + .word se_w047_2_000 + .byte PATT + .word se_w047_2_001 + .byte VOL , 95*se_w047_mvl/mxv + .byte PAN , c_v-12 + .byte N66 , Gn4 , v060 + .byte W06 + .byte W06 + .byte PAN , c_v-8 + .byte W06 + .byte W06 + .byte MOD , 7 + .byte PAN , c_v+0 + .byte W06 + .byte W06 + .byte c_v+7 + .byte W06 + .byte VOL , 83*se_w047_mvl/mxv + .byte W06 + .byte 69*se_w047_mvl/mxv + .byte PAN , c_v+15 + .byte W06 + .byte VOL , 50*se_w047_mvl/mxv + .byte W06 + .byte 24*se_w047_mvl/mxv + .byte PAN , c_v+8 + .byte W06 + .byte MOD , 0 + .byte FINE + +@******************************************************@ + .align 2 + +se_w047: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w047_pri @ Priority + .byte se_w047_rev @ Reverb. + + .word se_w047_grp + + .word se_w047_1 + .word se_w047_2 + + .end diff --git a/sound/songs/se_w048.s b/sound/songs/se_w048.s new file mode 100644 index 000000000..5cd1512df --- /dev/null +++ b/sound/songs/se_w048.s @@ -0,0 +1,161 @@ + .include "MPlayDef.s" + + .equ se_w048_grp, voicegroup_8451F90 + .equ se_w048_pri, 4 + .equ se_w048_rev, reverb_set+50 + .equ se_w048_mvl, 127 + .equ se_w048_key, 0 + .equ se_w048_tbs, 1 + .equ se_w048_exg, 0 + .equ se_w048_cmp, 1 + + .section .rodata + .global se_w048 + .align 2 + +@********************** Track 1 **********************@ + +se_w048_1: + .byte KEYSH , se_w048_key+0 + .byte TEMPO , 150*se_w048_tbs/2 + .byte VOICE , 43 + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte VOL , 61*se_w048_mvl/mxv + .byte BEND , c_v-4 + .byte N07 , Gs4 , v127 + .byte W01 + .byte PAN , c_v+6 + .byte VOL , 75*se_w048_mvl/mxv + .byte BEND , c_v-1 + .byte W01 + .byte PAN , c_v-7 + .byte VOL , 93*se_w048_mvl/mxv + .byte BEND , c_v+2 + .byte W01 + .byte PAN , c_v+9 + .byte VOL , 110*se_w048_mvl/mxv + .byte BEND , c_v+4 + .byte W01 + .byte PAN , c_v-12 + .byte BEND , c_v+7 + .byte W02 + .byte W02 + .byte VOL , 0*se_w048_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-4 + .byte N32 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v-1 + .byte W01 + .byte PAN , c_v-7 + .byte VOL , 36*se_w048_mvl/mxv + .byte BEND , c_v+2 + .byte W02 + .byte PAN , c_v+9 + .byte VOL , 67*se_w048_mvl/mxv + .byte BEND , c_v-1 + .byte W01 + .byte PAN , c_v-13 + .byte VOL , 84*se_w048_mvl/mxv + .byte BEND , c_v-4 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v-6 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 92*se_w048_mvl/mxv + .byte BEND , c_v-8 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-7 + .byte W02 + .byte PAN , c_v+6 + .byte VOL , 99*se_w048_mvl/mxv + .byte BEND , c_v-4 + .byte W01 + .byte PAN , c_v-7 + .byte BEND , c_v-1 + .byte W01 + .byte VOL , 105*se_w048_mvl/mxv + .byte PAN , c_v+9 + .byte BEND , c_v+2 + .byte W01 + .byte VOL , 110*se_w048_mvl/mxv + .byte PAN , c_v-13 + .byte BEND , c_v-1 + .byte W01 + .byte PAN , c_v-1 + .byte BEND , c_v-4 + .byte W02 + .byte VOL , 46*se_w048_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-1 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+2 + .byte W01 + .byte VOL , 67*se_w048_mvl/mxv + .byte PAN , c_v-7 + .byte BEND , c_v-1 + .byte W01 + .byte PAN , c_v+9 + .byte BEND , c_v-4 + .byte W01 + .byte VOL , 84*se_w048_mvl/mxv + .byte PAN , c_v-13 + .byte BEND , c_v-6 + .byte W02 + .byte VOL , 100*se_w048_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 110*se_w048_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v-7 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-4 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v-1 + .byte W01 + .byte VOL , 101*se_w048_mvl/mxv + .byte PAN , c_v-7 + .byte BEND , c_v+2 + .byte W02 + .byte VOL , 85*se_w048_mvl/mxv + .byte PAN , c_v+9 + .byte BEND , c_v-1 + .byte W01 + .byte VOL , 75*se_w048_mvl/mxv + .byte PAN , c_v-13 + .byte BEND , c_v-4 + .byte W01 + .byte VOL , 48*se_w048_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v-6 + .byte W01 + .byte VOL , 24*se_w048_mvl/mxv + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 6*se_w048_mvl/mxv + .byte BEND , c_v-7 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w048: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w048_pri @ Priority + .byte se_w048_rev @ Reverb. + + .word se_w048_grp + + .word se_w048_1 + + .end diff --git a/sound/songs/se_w052.s b/sound/songs/se_w052.s new file mode 100644 index 000000000..6aa7ed4d7 --- /dev/null +++ b/sound/songs/se_w052.s @@ -0,0 +1,61 @@ + .include "MPlayDef.s" + + .equ se_w052_grp, voicegroup_8451F90 + .equ se_w052_pri, 4 + .equ se_w052_rev, reverb_set+50 + .equ se_w052_mvl, 127 + .equ se_w052_key, 0 + .equ se_w052_tbs, 1 + .equ se_w052_exg, 0 + .equ se_w052_cmp, 1 + + .section .rodata + .global se_w052 + .align 2 + +@********************** Track 1 **********************@ + +se_w052_1: + .byte KEYSH , se_w052_key+0 + .byte TEMPO , 150*se_w052_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 61*se_w052_mvl/mxv + .byte BEND , c_v+8 + .byte N10 , Gn3 , v127 + .byte W01 + .byte VOL , 84*se_w052_mvl/mxv + .byte W01 + .byte 97*se_w052_mvl/mxv + .byte BEND , c_v+16 + .byte W01 + .byte VOL , 110*se_w052_mvl/mxv + .byte W01 + .byte BEND , c_v+7 + .byte W02 + .byte c_v-12 + .byte W01 + .byte VOL , 89*se_w052_mvl/mxv + .byte W01 + .byte 64*se_w052_mvl/mxv + .byte BEND , c_v-42 + .byte W01 + .byte VOL , 34*se_w052_mvl/mxv + .byte W15 + .byte FINE + +@******************************************************@ + .align 2 + +se_w052: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w052_pri @ Priority + .byte se_w052_rev @ Reverb. + + .word se_w052_grp + + .word se_w052_1 + + .end diff --git a/sound/songs/se_w053.s b/sound/songs/se_w053.s new file mode 100644 index 000000000..eb5b88c47 --- /dev/null +++ b/sound/songs/se_w053.s @@ -0,0 +1,175 @@ + .include "MPlayDef.s" + + .equ se_w053_grp, voicegroup_8451F90 + .equ se_w053_pri, 4 + .equ se_w053_rev, reverb_set+50 + .equ se_w053_mvl, 127 + .equ se_w053_key, 0 + .equ se_w053_tbs, 1 + .equ se_w053_exg, 0 + .equ se_w053_cmp, 1 + + .section .rodata + .global se_w053 + .align 2 + +@********************** Track 1 **********************@ + +se_w053_1: + .byte KEYSH , se_w053_key+0 + .byte TEMPO , 150*se_w053_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte VOL , 110*se_w053_mvl/mxv + .byte PAN , c_v+4 + .byte BEND , c_v+50 + .byte TIE , Cn3 , v127 + .byte W01 + .byte BEND , c_v+32 + .byte W02 + .byte PAN , c_v-5 + .byte BEND , c_v+16 + .byte W02 + .byte c_v-8 + .byte W02 + .byte PAN , c_v+8 + .byte BEND , c_v-15 + .byte W02 + .byte c_v-10 + .byte W01 + .byte PAN , c_v-9 + .byte W02 + .byte BEND , c_v+0 + .byte W02 + .byte PAN , c_v+4 + .byte BEND , c_v+2 + .byte W04 + .byte PAN , c_v-5 + .byte BEND , c_v+10 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+16 + .byte W03 + .byte PAN , c_v+4 + .byte W01 + .byte BEND , c_v+21 + .byte W02 + .byte PAN , c_v-5 + .byte W04 + .byte c_v+8 + .byte W03 + .byte c_v-9 + .byte W04 + .byte c_v+4 + .byte W04 + .byte c_v-5 + .byte W03 + .byte c_v+0 + .byte W03 +se_w053_1_000: + .byte PAN , c_v+4 + .byte W03 + .byte c_v-5 + .byte W04 + .byte c_v+8 + .byte W03 + .byte c_v-9 + .byte W04 + .byte c_v+4 + .byte W04 + .byte c_v-5 + .byte W03 + .byte c_v+0 + .byte W03 + .byte PEND + .byte PATT + .word se_w053_1_000 + .byte PATT + .word se_w053_1_000 + .byte PATT + .word se_w053_1_000 + .byte PAN , c_v+4 + .byte W03 + .byte c_v-5 + .byte W03 + .byte VOL , 103*se_w053_mvl/mxv + .byte W01 + .byte PAN , c_v+8 + .byte W03 + .byte VOL , 96*se_w053_mvl/mxv + .byte PAN , c_v-9 + .byte W04 + .byte c_v+4 + .byte W02 + .byte VOL , 88*se_w053_mvl/mxv + .byte W02 + .byte PAN , c_v-5 + .byte W03 + .byte c_v+0 + .byte W01 + .byte VOL , 73*se_w053_mvl/mxv + .byte W02 + .byte PAN , c_v+4 + .byte W03 + .byte VOL , 62*se_w053_mvl/mxv + .byte PAN , c_v-5 + .byte W04 + .byte c_v+8 + .byte W01 + .byte VOL , 47*se_w053_mvl/mxv + .byte W02 + .byte PAN , c_v-9 + .byte W03 + .byte VOL , 27*se_w053_mvl/mxv + .byte W01 + .byte PAN , c_v+4 + .byte W04 + .byte VOL , 10*se_w053_mvl/mxv + .byte PAN , c_v-5 + .byte W03 + .byte c_v+0 + .byte W03 + .byte EOT , Cn3 + .byte FINE + +@********************** Track 2 **********************@ + +se_w053_2: + .byte KEYSH , se_w053_key+0 + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte VOL , 110*se_w053_mvl/mxv + .byte N24 , Fn2 , v060 + .byte W10 + .byte VOL , 99*se_w053_mvl/mxv + .byte W05 + .byte 82*se_w053_mvl/mxv + .byte W04 + .byte 54*se_w053_mvl/mxv + .byte W02 + .byte 25*se_w053_mvl/mxv + .byte W03 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w053: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w053_pri @ Priority + .byte se_w053_rev @ Reverb. + + .word se_w053_grp + + .word se_w053_1 + .word se_w053_2 + + .end diff --git a/sound/songs/se_w054.s b/sound/songs/se_w054.s new file mode 100644 index 000000000..050ddf3be --- /dev/null +++ b/sound/songs/se_w054.s @@ -0,0 +1,94 @@ + .include "MPlayDef.s" + + .equ se_w054_grp, voicegroup_8451F90 + .equ se_w054_pri, 4 + .equ se_w054_rev, reverb_set+50 + .equ se_w054_mvl, 127 + .equ se_w054_key, 0 + .equ se_w054_tbs, 1 + .equ se_w054_exg, 0 + .equ se_w054_cmp, 1 + + .section .rodata + .global se_w054 + .align 2 + +@********************** Track 1 **********************@ + +se_w054_1: + .byte KEYSH , se_w054_key+0 + .byte TEMPO , 150*se_w054_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 7*se_w054_mvl/mxv + .byte BEND , c_v+1 + .byte N18 , Cn5 , v052 + .byte W01 + .byte VOL , 20*se_w054_mvl/mxv + .byte PAN , c_v+16 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 41*se_w054_mvl/mxv + .byte PAN , c_v-14 + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 70*se_w054_mvl/mxv + .byte PAN , c_v+16 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 93*se_w054_mvl/mxv + .byte PAN , c_v-14 + .byte BEND , c_v+0 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 110*se_w054_mvl/mxv + .byte BEND , c_v+8 + .byte W01 + .byte PAN , c_v+16 + .byte BEND , c_v+16 + .byte W01 + .byte PAN , c_v-14 + .byte W01 + .byte VOL , 98*se_w054_mvl/mxv + .byte PAN , c_v+16 + .byte BEND , c_v+10 + .byte W01 + .byte VOL , 85*se_w054_mvl/mxv + .byte PAN , c_v-14 + .byte BEND , c_v+4 + .byte W02 + .byte VOL , 69*se_w054_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-7 + .byte W01 + .byte VOL , 51*se_w054_mvl/mxv + .byte PAN , c_v+16 + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v-14 + .byte VOL , 38*se_w054_mvl/mxv + .byte BEND , c_v-28 + .byte W01 + .byte VOL , 17*se_w054_mvl/mxv + .byte BEND , c_v-32 + .byte W01 + .byte VOL , 4*se_w054_mvl/mxv + .byte BEND , c_v-38 + .byte W08 + .byte FINE + +@******************************************************@ + .align 2 + +se_w054: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w054_pri @ Priority + .byte se_w054_rev @ Reverb. + + .word se_w054_grp + + .word se_w054_1 + + .end diff --git a/sound/songs/se_w056.s b/sound/songs/se_w056.s new file mode 100644 index 000000000..f4c0ee502 --- /dev/null +++ b/sound/songs/se_w056.s @@ -0,0 +1,124 @@ + .include "MPlayDef.s" + + .equ se_w056_grp, voicegroup_8451F90 + .equ se_w056_pri, 4 + .equ se_w056_rev, reverb_set+50 + .equ se_w056_mvl, 127 + .equ se_w056_key, 0 + .equ se_w056_tbs, 1 + .equ se_w056_exg, 0 + .equ se_w056_cmp, 1 + + .section .rodata + .global se_w056 + .align 2 + +@********************** Track 1 **********************@ + +se_w056_1: + .byte KEYSH , se_w056_key+0 + .byte TEMPO , 150*se_w056_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 115*se_w056_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , Gn2 , v127 + .byte W06 + .byte PAN , c_v-4 + .byte W06 + .byte c_v-10 + .byte W06 + .byte c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+4 + .byte W06 + .byte c_v+11 + .byte W06 + .byte c_v+4 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v-4 + .byte W06 + .byte c_v-10 + .byte W06 + .byte c_v-5 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+4 + .byte W06 + .byte c_v+11 + .byte W02 + .byte VOL , 103*se_w056_mvl/mxv + .byte W04 + .byte PAN , c_v+4 + .byte W01 + .byte VOL , 85*se_w056_mvl/mxv + .byte W05 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 71*se_w056_mvl/mxv + .byte W05 + .byte 52*se_w056_mvl/mxv + .byte PAN , c_v-4 + .byte W04 + .byte VOL , 32*se_w056_mvl/mxv + .byte W02 + .byte PAN , c_v-10 + .byte W03 + .byte VOL , 11*se_w056_mvl/mxv + .byte W03 + .byte PAN , c_v-5 + .byte W01 + .byte VOL , 6*se_w056_mvl/mxv + .byte W05 + .byte EOT + .byte FINE + +@********************** Track 2 **********************@ + +se_w056_2: + .byte KEYSH , se_w056_key+0 + .byte VOL , 58*se_w056_mvl/mxv + .byte N14 , Gn3 , v080 + .byte W01 + .byte VOICE , 25 + .byte VOL , 76*se_w056_mvl/mxv + .byte W01 + .byte 89*se_w056_mvl/mxv + .byte W01 + .byte 100*se_w056_mvl/mxv + .byte W01 + .byte 115*se_w056_mvl/mxv + .byte W06 + .byte 90*se_w056_mvl/mxv + .byte W02 + .byte 76*se_w056_mvl/mxv + .byte W01 + .byte 58*se_w056_mvl/mxv + .byte W11 + .byte W24 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w056: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w056_pri @ Priority + .byte se_w056_rev @ Reverb. + + .word se_w056_grp + + .word se_w056_1 + .word se_w056_2 + + .end diff --git a/sound/songs/se_w057.s b/sound/songs/se_w057.s new file mode 100644 index 000000000..64d14cd1f --- /dev/null +++ b/sound/songs/se_w057.s @@ -0,0 +1,109 @@ + .include "MPlayDef.s" + + .equ se_w057_grp, voicegroup_8451F90 + .equ se_w057_pri, 4 + .equ se_w057_rev, reverb_set+50 + .equ se_w057_mvl, 127 + .equ se_w057_key, 0 + .equ se_w057_tbs, 1 + .equ se_w057_exg, 0 + .equ se_w057_cmp, 1 + + .section .rodata + .global se_w057 + .align 2 + +@********************** Track 1 **********************@ + +se_w057_1: + .byte KEYSH , se_w057_key+0 + .byte TEMPO , 150*se_w057_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte VOL , 27*se_w057_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N96 , Cn3 , v112 + .byte W04 + .byte VOL , 45*se_w057_mvl/mxv + .byte W02 + .byte PAN , c_v-4 + .byte W02 + .byte BEND , c_v+4 + .byte W01 + .byte VOL , 60*se_w057_mvl/mxv + .byte W03 + .byte PAN , c_v-10 + .byte W02 + .byte BEND , c_v+9 + .byte W01 + .byte VOL , 88*se_w057_mvl/mxv + .byte W03 + .byte PAN , c_v-5 + .byte W02 + .byte BEND , c_v+14 + .byte W04 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 110*se_w057_mvl/mxv + .byte W02 + .byte BEND , c_v+19 + .byte W03 + .byte PAN , c_v+4 + .byte W02 + .byte BEND , c_v+24 + .byte W04 + .byte PAN , c_v+11 + .byte W06 + .byte c_v+4 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v-4 + .byte W02 + .byte BEND , c_v+19 + .byte W04 + .byte PAN , c_v-10 + .byte W01 + .byte VOL , 98*se_w057_mvl/mxv + .byte W05 + .byte 81*se_w057_mvl/mxv + .byte PAN , c_v-5 + .byte BEND , c_v+12 + .byte W06 + .byte VOL , 68*se_w057_mvl/mxv + .byte PAN , c_v+0 + .byte W03 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 50*se_w057_mvl/mxv + .byte W02 + .byte PAN , c_v+4 + .byte W03 + .byte VOL , 31*se_w057_mvl/mxv + .byte W03 + .byte PAN , c_v+11 + .byte BEND , c_v+22 + .byte W02 + .byte VOL , 11*se_w057_mvl/mxv + .byte W04 + .byte 6*se_w057_mvl/mxv + .byte PAN , c_v+4 + .byte BEND , c_v+30 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w057: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w057_pri @ Priority + .byte se_w057_rev @ Reverb. + + .word se_w057_grp + + .word se_w057_1 + + .end diff --git a/sound/songs/se_w059.s b/sound/songs/se_w059.s new file mode 100644 index 000000000..24139fbd5 --- /dev/null +++ b/sound/songs/se_w059.s @@ -0,0 +1,103 @@ + .include "MPlayDef.s" + + .equ se_w059_grp, voicegroup_8451F90 + .equ se_w059_pri, 4 + .equ se_w059_rev, reverb_set+50 + .equ se_w059_mvl, 127 + .equ se_w059_key, 0 + .equ se_w059_tbs, 1 + .equ se_w059_exg, 0 + .equ se_w059_cmp, 1 + + .section .rodata + .global se_w059 + .align 2 + +@********************** Track 1 **********************@ + +se_w059_1: + .byte KEYSH , se_w059_key+0 + .byte TEMPO , 150*se_w059_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 64*se_w059_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Gn3 , v108 + .byte W03 + .byte VOL , 79*se_w059_mvl/mxv + .byte BEND , c_v+22 + .byte W02 + .byte c_v+8 + .byte W01 + .byte VOL , 84*se_w059_mvl/mxv + .byte PAN , c_v-4 + .byte W03 + .byte VOL , 91*se_w059_mvl/mxv + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 100*se_w059_mvl/mxv + .byte PAN , c_v-8 + .byte W03 + .byte VOL , 110*se_w059_mvl/mxv + .byte W03 + .byte PAN , c_v-12 + .byte W06 +se_w059_1_B1: + .byte PAN , c_v-17 + .byte BEND , c_v+0 + .byte N48 , Gn3 , v108 + .byte W03 + .byte BEND , c_v-7 + .byte W03 + .byte PAN , c_v-9 + .byte BEND , c_v-12 + .byte W03 + .byte c_v-20 + .byte W03 + .byte PAN , c_v-3 + .byte W03 + .byte c_v+6 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v+10 + .byte W03 + .byte BEND , c_v-6 + .byte W03 + .byte PAN , c_v+16 + .byte W03 + .byte BEND , c_v+6 + .byte W03 + .byte PAN , c_v+13 + .byte BEND , c_v+11 + .byte W03 + .byte c_v+20 + .byte W03 + .byte PAN , c_v+8 + .byte W03 + .byte c_v+0 + .byte BEND , c_v+12 + .byte W03 + .byte PAN , c_v-8 + .byte BEND , c_v+7 + .byte W03 + .byte PAN , c_v-11 + .byte W03 + .byte GOTO + .word se_w059_1_B1 + .byte FINE + +@******************************************************@ + .align 2 + +se_w059: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w059_pri @ Priority + .byte se_w059_rev @ Reverb. + + .word se_w059_grp + + .word se_w059_1 + + .end diff --git a/sound/songs/se_w059b.s b/sound/songs/se_w059b.s new file mode 100644 index 000000000..4c3f6bbe0 --- /dev/null +++ b/sound/songs/se_w059b.s @@ -0,0 +1,72 @@ + .include "MPlayDef.s" + + .equ se_w059b_grp, voicegroup_8451F90 + .equ se_w059b_pri, 4 + .equ se_w059b_rev, reverb_set+50 + .equ se_w059b_mvl, 127 + .equ se_w059b_key, 0 + .equ se_w059b_tbs, 1 + .equ se_w059b_exg, 0 + .equ se_w059b_cmp, 1 + + .section .rodata + .global se_w059b + .align 2 + +@********************** Track 1 **********************@ + +se_w059b_1: + .byte KEYSH , se_w059b_key+0 + .byte TEMPO , 150*se_w059b_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w059b_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Gn3 , v108 + .byte W02 + .byte PAN , c_v-19 + .byte W04 + .byte c_v+0 + .byte W01 + .byte VOL , 97*se_w059b_mvl/mxv + .byte W01 + .byte PAN , c_v+16 + .byte W01 + .byte VOL , 84*se_w059b_mvl/mxv + .byte W03 + .byte 76*se_w059b_mvl/mxv + .byte PAN , c_v+2 + .byte W02 + .byte VOL , 55*se_w059b_mvl/mxv + .byte PAN , c_v-8 + .byte W02 + .byte VOL , 39*se_w059b_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 25*se_w059b_mvl/mxv + .byte W01 + .byte PAN , c_v+8 + .byte W01 + .byte VOL , 13*se_w059b_mvl/mxv + .byte W03 + .byte 7*se_w059b_mvl/mxv + .byte PAN , c_v+0 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w059b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w059b_pri @ Priority + .byte se_w059b_rev @ Reverb. + + .word se_w059b_grp + + .word se_w059b_1 + + .end diff --git a/sound/songs/se_w060.s b/sound/songs/se_w060.s new file mode 100644 index 000000000..7daa91edf --- /dev/null +++ b/sound/songs/se_w060.s @@ -0,0 +1,144 @@ + .include "MPlayDef.s" + + .equ se_w060_grp, voicegroup_8451F90 + .equ se_w060_pri, 4 + .equ se_w060_rev, reverb_set+50 + .equ se_w060_mvl, 127 + .equ se_w060_key, 0 + .equ se_w060_tbs, 1 + .equ se_w060_exg, 0 + .equ se_w060_cmp, 1 + + .section .rodata + .global se_w060 + .align 2 + +@********************** Track 1 **********************@ + +se_w060_1: + .byte KEYSH , se_w060_key+0 + .byte TEMPO , 190*se_w060_tbs/2 + .byte VOICE , 45 + .byte BENDR , 8 + .byte PAN , c_v+0 + .byte VOL , 38*se_w060_mvl/mxv + .byte MOD , 30 + .byte BEND , c_v+1 + .byte N42 , As2 , v120 + .byte W01 + .byte PAN , c_v+3 + .byte W01 + .byte c_v+5 + .byte VOL , 57*se_w060_mvl/mxv + .byte W01 + .byte PAN , c_v+9 + .byte W01 + .byte VOL , 71*se_w060_mvl/mxv + .byte W02 + .byte PAN , c_v+5 + .byte W01 + .byte c_v+1 + .byte VOL , 82*se_w060_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte c_v-3 + .byte VOL , 94*se_w060_mvl/mxv + .byte W01 + .byte PAN , c_v-6 + .byte W02 + .byte c_v-10 + .byte VOL , 110*se_w060_mvl/mxv + .byte W02 + .byte PAN , c_v-6 + .byte W01 + .byte c_v-3 + .byte W01 + .byte c_v+0 + .byte W02 + .byte W06 + .byte c_v+3 + .byte W01 + .byte c_v+5 + .byte W01 + .byte c_v+9 + .byte W02 + .byte c_v+5 + .byte W02 + .byte c_v+1 + .byte VOL , 95*se_w060_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte c_v-3 + .byte VOL , 83*se_w060_mvl/mxv + .byte W01 + .byte PAN , c_v-6 + .byte W01 + .byte c_v-10 + .byte VOL , 71*se_w060_mvl/mxv + .byte W02 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 56*se_w060_mvl/mxv + .byte W01 + .byte PAN , c_v-3 + .byte W01 + .byte VOL , 38*se_w060_mvl/mxv + .byte W03 + .byte PAN , c_v+0 + .byte FINE + +@********************** Track 2 **********************@ + +se_w060_2: + .byte KEYSH , se_w060_key+0 + .byte VOICE , 47 + .byte BENDR , 8 + .byte PAN , c_v+0 + .byte VOL , 38*se_w060_mvl/mxv + .byte MOD , 30 + .byte BEND , c_v+1 + .byte N42 , As1 , v040 + .byte W02 + .byte VOL , 57*se_w060_mvl/mxv + .byte W02 + .byte 71*se_w060_mvl/mxv + .byte W02 + .byte W01 + .byte 82*se_w060_mvl/mxv + .byte W02 + .byte 94*se_w060_mvl/mxv + .byte W03 + .byte 110*se_w060_mvl/mxv + .byte W06 + .byte W06 + .byte W06 + .byte 95*se_w060_mvl/mxv + .byte W02 + .byte 83*se_w060_mvl/mxv + .byte W02 + .byte 71*se_w060_mvl/mxv + .byte W02 + .byte W01 + .byte 56*se_w060_mvl/mxv + .byte W02 + .byte 38*se_w060_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w060: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w060_pri @ Priority + .byte se_w060_rev @ Reverb. + + .word se_w060_grp + + .word se_w060_1 + .word se_w060_2 + + .end diff --git a/sound/songs/se_w060b.s b/sound/songs/se_w060b.s new file mode 100644 index 000000000..ab4922db2 --- /dev/null +++ b/sound/songs/se_w060b.s @@ -0,0 +1,216 @@ + .include "MPlayDef.s" + + .equ se_w060b_grp, voicegroup_8451F90 + .equ se_w060b_pri, 4 + .equ se_w060b_rev, reverb_set+50 + .equ se_w060b_mvl, 127 + .equ se_w060b_key, 0 + .equ se_w060b_tbs, 1 + .equ se_w060b_exg, 0 + .equ se_w060b_cmp, 1 + + .section .rodata + .global se_w060b + .align 2 + +@********************** Track 1 **********************@ + +se_w060b_1: + .byte KEYSH , se_w060b_key+0 + .byte TEMPO , 190*se_w060b_tbs/2 + .byte VOICE , 45 + .byte BENDR , 8 + .byte VOL , 36*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-44 + .byte N12 , Gs2 , v127 + .byte W01 + .byte VOL , 52*se_w060b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 67*se_w060b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 78*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+27 + .byte W01 + .byte VOL , 105*se_w060b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+44 + .byte W02 + .byte PAN , c_v-6 + .byte BEND , c_v+63 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+44 + .byte W01 + .byte VOL , 86*se_w060b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+28 + .byte W01 + .byte VOL , 55*se_w060b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 33*se_w060b_mvl/mxv + .byte BEND , c_v+5 + .byte W02 + .byte VOICE , 37 + .byte VOL , 105*se_w060b_mvl/mxv + .byte N02 , Gs3 , v080 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte VOICE , 45 + .byte VOL , 36*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-44 + .byte N12 , As2 , v127 + .byte W01 + .byte VOL , 52*se_w060b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 67*se_w060b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+17 + .byte W02 + .byte VOL , 78*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+27 + .byte W01 + .byte VOL , 105*se_w060b_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v+44 + .byte W01 + .byte PAN , c_v-11 + .byte BEND , c_v+63 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+44 + .byte W01 + .byte VOL , 86*se_w060b_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v+28 + .byte W02 + .byte VOL , 55*se_w060b_mvl/mxv + .byte PAN , c_v-11 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 33*se_w060b_mvl/mxv + .byte BEND , c_v+5 + .byte W01 + .byte VOICE , 37 + .byte VOL , 105*se_w060b_mvl/mxv + .byte N02 , As3 , v056 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte VOICE , 45 + .byte VOL , 36*se_w060b_mvl/mxv + .byte BEND , c_v-44 + .byte N12 , Gs2 , v080 + .byte W02 + .byte VOL , 52*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 67*se_w060b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 78*se_w060b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+27 + .byte W01 + .byte VOL , 105*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+44 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+63 + .byte W02 + .byte PAN , c_v-6 + .byte BEND , c_v+44 + .byte W01 + .byte VOL , 86*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+28 + .byte W01 + .byte VOL , 55*se_w060b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 33*se_w060b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+5 + .byte W01 + .byte VOICE , 37 + .byte VOL , 105*se_w060b_mvl/mxv + .byte N02 , Gs3 , v024 + .byte W02 + .byte BEND , c_v+16 + .byte W01 + .byte VOICE , 45 + .byte VOL , 36*se_w060b_mvl/mxv + .byte BEND , c_v-44 + .byte N12 , As2 , v040 + .byte W01 + .byte VOL , 52*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 67*se_w060b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v+17 + .byte W01 + .byte VOL , 78*se_w060b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+27 + .byte W02 + .byte VOL , 105*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+44 + .byte W01 + .byte PAN , c_v+11 + .byte BEND , c_v+63 + .byte W01 + .byte PAN , c_v-11 + .byte BEND , c_v+44 + .byte W01 + .byte VOL , 86*se_w060b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+28 + .byte W01 + .byte VOL , 55*se_w060b_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v+17 + .byte W02 + .byte VOL , 33*se_w060b_mvl/mxv + .byte BEND , c_v+5 + .byte W01 + .byte VOICE , 37 + .byte VOL , 105*se_w060b_mvl/mxv + .byte N02 , As3 , v016 + .byte W01 + .byte BEND , c_v+16 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w060b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w060b_pri @ Priority + .byte se_w060b_rev @ Reverb. + + .word se_w060b_grp + + .word se_w060b_1 + + .end diff --git a/sound/songs/se_w062.s b/sound/songs/se_w062.s new file mode 100644 index 000000000..cc091bebc --- /dev/null +++ b/sound/songs/se_w062.s @@ -0,0 +1,173 @@ + .include "MPlayDef.s" + + .equ se_w062_grp, voicegroup_8451F90 + .equ se_w062_pri, 4 + .equ se_w062_rev, reverb_set+50 + .equ se_w062_mvl, 127 + .equ se_w062_key, 0 + .equ se_w062_tbs, 1 + .equ se_w062_exg, 0 + .equ se_w062_cmp, 1 + + .section .rodata + .global se_w062 + .align 2 + +@********************** Track 1 **********************@ + +se_w062_1: + .byte KEYSH , se_w062_key+0 + .byte TEMPO , 150*se_w062_tbs/2 + .byte VOICE , 9 + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte VOL , 24*se_w062_mvl/mxv + .byte BEND , c_v-17 + .byte N78 , Bn4 , v080 + .byte W01 + .byte VOL , 32*se_w062_mvl/mxv + .byte PAN , c_v+6 + .byte W01 + .byte VOL , 38*se_w062_mvl/mxv + .byte PAN , c_v-7 + .byte W01 + .byte VOL , 48*se_w062_mvl/mxv + .byte PAN , c_v+9 + .byte W01 + .byte VOL , 66*se_w062_mvl/mxv + .byte PAN , c_v-13 + .byte W02 + .byte VOL , 78*se_w062_mvl/mxv + .byte PAN , c_v+6 + .byte W01 + .byte VOL , 94*se_w062_mvl/mxv + .byte PAN , c_v-6 + .byte W01 + .byte VOL , 110*se_w062_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v-7 + .byte W02 +se_w062_1_000: + .byte PAN , c_v+9 + .byte W01 + .byte c_v-13 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v-6 + .byte W01 + .byte c_v+0 + .byte W02 + .byte PEND +se_w062_1_001: + .byte PAN , c_v+6 + .byte W01 + .byte c_v-7 + .byte W01 + .byte c_v+9 + .byte W01 + .byte c_v-13 + .byte W01 + .byte c_v+6 + .byte W02 + .byte PEND + .byte c_v-6 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v-7 + .byte W01 + .byte c_v+9 + .byte W02 + .byte c_v-13 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v-6 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+6 + .byte W02 + .byte c_v-7 + .byte W01 + .byte c_v+9 + .byte W01 + .byte c_v-13 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v-6 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v-7 + .byte W01 + .byte c_v+9 + .byte W01 + .byte c_v-13 + .byte W02 + .byte c_v+6 + .byte W01 + .byte c_v-6 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+6 + .byte W01 + .byte c_v-7 + .byte W02 + .byte PATT + .word se_w062_1_000 + .byte PATT + .word se_w062_1_001 + .byte PAN , c_v-6 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+6 + .byte W01 + .byte VOL , 103*se_w062_mvl/mxv + .byte PAN , c_v-7 + .byte W01 + .byte VOL , 91*se_w062_mvl/mxv + .byte PAN , c_v+9 + .byte W02 + .byte VOL , 72*se_w062_mvl/mxv + .byte PAN , c_v-13 + .byte W01 + .byte VOL , 58*se_w062_mvl/mxv + .byte PAN , c_v+6 + .byte W01 + .byte VOL , 38*se_w062_mvl/mxv + .byte PAN , c_v-6 + .byte W01 + .byte VOL , 15*se_w062_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 7*se_w062_mvl/mxv + .byte PAN , c_v+6 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w062: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w062_pri @ Priority + .byte se_w062_rev @ Reverb. + + .word se_w062_grp + + .word se_w062_1 + + .end diff --git a/sound/songs/se_w062b.s b/sound/songs/se_w062b.s new file mode 100644 index 000000000..d3cc6f923 --- /dev/null +++ b/sound/songs/se_w062b.s @@ -0,0 +1,131 @@ + .include "MPlayDef.s" + + .equ se_w062b_grp, voicegroup_8451F90 + .equ se_w062b_pri, 4 + .equ se_w062b_rev, reverb_set+50 + .equ se_w062b_mvl, 127 + .equ se_w062b_key, 0 + .equ se_w062b_tbs, 1 + .equ se_w062b_exg, 0 + .equ se_w062b_cmp, 1 + + .section .rodata + .global se_w062b + .align 2 + +@********************** Track 1 **********************@ + +se_w062b_1: + .byte KEYSH , se_w062b_key+0 + .byte TEMPO , 150*se_w062b_tbs/2 + .byte VOICE , 9 + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte VOL , 26*se_w062b_mvl/mxv + .byte BEND , c_v-23 + .byte N09 , Dn5 , v127 + .byte W01 + .byte VOL , 34*se_w062b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 42*se_w062b_mvl/mxv + .byte PAN , c_v-7 + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 52*se_w062b_mvl/mxv + .byte PAN , c_v+9 + .byte W01 + .byte VOL , 72*se_w062b_mvl/mxv + .byte PAN , c_v-13 + .byte BEND , c_v-18 + .byte W02 + .byte VOL , 85*se_w062b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-21 + .byte W01 + .byte VOL , 102*se_w062b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v-23 + .byte W01 + .byte VOL , 120*se_w062b_mvl/mxv + .byte BEND , c_v-24 + .byte W02 + .byte VOL , 26*se_w062b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-23 + .byte N09 , Dn5 , v100 + .byte W02 + .byte VOL , 34*se_w062b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 42*se_w062b_mvl/mxv + .byte PAN , c_v-7 + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 52*se_w062b_mvl/mxv + .byte PAN , c_v+9 + .byte W01 + .byte VOL , 72*se_w062b_mvl/mxv + .byte PAN , c_v-13 + .byte BEND , c_v-18 + .byte W01 + .byte VOL , 85*se_w062b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-21 + .byte W02 + .byte VOL , 102*se_w062b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v-23 + .byte W01 + .byte VOL , 120*se_w062b_mvl/mxv + .byte BEND , c_v-24 + .byte W02 + .byte VOL , 26*se_w062b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-23 + .byte N09 , Dn5 , v080 + .byte W01 + .byte VOL , 34*se_w062b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-20 + .byte W02 + .byte VOL , 42*se_w062b_mvl/mxv + .byte PAN , c_v-7 + .byte BEND , c_v-16 + .byte W01 + .byte VOL , 52*se_w062b_mvl/mxv + .byte PAN , c_v+9 + .byte W01 + .byte VOL , 72*se_w062b_mvl/mxv + .byte PAN , c_v-13 + .byte BEND , c_v-18 + .byte W01 + .byte VOL , 85*se_w062b_mvl/mxv + .byte PAN , c_v+6 + .byte BEND , c_v-21 + .byte W01 + .byte VOL , 102*se_w062b_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v-23 + .byte W02 + .byte VOL , 120*se_w062b_mvl/mxv + .byte BEND , c_v-24 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w062b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w062b_pri @ Priority + .byte se_w062b_rev @ Reverb. + + .word se_w062b_grp + + .word se_w062b_1 + + .end diff --git a/sound/songs/se_w063.s b/sound/songs/se_w063.s new file mode 100644 index 000000000..41c8bf8c7 --- /dev/null +++ b/sound/songs/se_w063.s @@ -0,0 +1,84 @@ + .include "MPlayDef.s" + + .equ se_w063_grp, voicegroup_8451F90 + .equ se_w063_pri, 4 + .equ se_w063_rev, reverb_set+50 + .equ se_w063_mvl, 127 + .equ se_w063_key, 0 + .equ se_w063_tbs, 1 + .equ se_w063_exg, 0 + .equ se_w063_cmp, 1 + + .section .rodata + .global se_w063 + .align 2 + +@********************** Track 1 **********************@ + +se_w063_1: + .byte KEYSH , se_w063_key+0 + .byte TEMPO , 150*se_w063_tbs/2 + .byte VOICE , 18 + .byte VOL , 110*se_w063_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , En3 , v127 + .byte W03 + .byte N01 , As3 + .byte W03 + .byte N02 , Gn3 + .byte W03 + .byte N01 , Cs4 + .byte W03 + .byte PAN , c_v+7 + .byte N02 , En3 , v072 + .byte W03 + .byte N01 , As3 + .byte W03 + .byte PAN , c_v-7 + .byte N02 , Gn3 , v040 + .byte W03 + .byte N01 , Cs4 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w063_2: + .byte KEYSH , se_w063_key+0 + .byte VOICE , 5 + .byte VOL , 110*se_w063_mvl/mxv + .byte N01 , Cn3 , v040 + .byte W02 + .byte N01 + .byte W04 + .byte N01 + .byte W02 + .byte N01 + .byte W04 +se_w063_2_000: + .byte N01 , Cn3 , v020 + .byte W02 + .byte N01 + .byte W04 + .byte PEND + .byte PATT + .word se_w063_2_000 + .byte FINE + +@******************************************************@ + .align 2 + +se_w063: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w063_pri @ Priority + .byte se_w063_rev @ Reverb. + + .word se_w063_grp + + .word se_w063_1 + .word se_w063_2 + + .end diff --git a/sound/songs/se_w063b.s b/sound/songs/se_w063b.s new file mode 100644 index 000000000..2bd19b566 --- /dev/null +++ b/sound/songs/se_w063b.s @@ -0,0 +1,115 @@ + .include "MPlayDef.s" + + .equ se_w063b_grp, voicegroup_8451F90 + .equ se_w063b_pri, 4 + .equ se_w063b_rev, reverb_set+50 + .equ se_w063b_mvl, 127 + .equ se_w063b_key, 0 + .equ se_w063b_tbs, 1 + .equ se_w063b_exg, 0 + .equ se_w063b_cmp, 1 + + .section .rodata + .global se_w063b + .align 2 + +@********************** Track 1 **********************@ + +se_w063b_1: + .byte KEYSH , se_w063b_key+0 + .byte TEMPO , 150*se_w063b_tbs/2 + .byte VOICE , 45 + .byte VOL , 110*se_w063b_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn3 , v092 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , Cs4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte c_v+0 + .byte N03 , As3 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , En4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte PAN , c_v+7 + .byte BEND , c_v+0 + .byte N03 , Gn3 , v040 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , Cs4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte PAN , c_v-7 + .byte BEND , c_v+0 + .byte N03 , As3 , v016 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , En4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w063b_2: + .byte KEYSH , se_w063b_key+0 + .byte VOICE , 5 + .byte VOL , 110*se_w063b_mvl/mxv + .byte N01 , Cn3 , v032 + .byte W02 + .byte N01 + .byte W04 + .byte N01 + .byte W02 + .byte N01 + .byte W04 +se_w063b_2_000: + .byte N01 , Cn3 , v020 + .byte W02 + .byte N01 + .byte W04 + .byte PEND + .byte PATT + .word se_w063b_2_000 + .byte FINE + +@******************************************************@ + .align 2 + +se_w063b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w063b_pri @ Priority + .byte se_w063b_rev @ Reverb. + + .word se_w063b_grp + + .word se_w063b_1 + .word se_w063b_2 + + .end diff --git a/sound/songs/se_w070.s b/sound/songs/se_w070.s new file mode 100644 index 000000000..d57092d4b --- /dev/null +++ b/sound/songs/se_w070.s @@ -0,0 +1,84 @@ + .include "MPlayDef.s" + + .equ se_w070_grp, voicegroup_8451F90 + .equ se_w070_pri, 4 + .equ se_w070_rev, reverb_set+50 + .equ se_w070_mvl, 127 + .equ se_w070_key, 0 + .equ se_w070_tbs, 1 + .equ se_w070_exg, 0 + .equ se_w070_cmp, 1 + + .section .rodata + .global se_w070 + .align 2 + +@********************** Track 1 **********************@ + +se_w070_1: + .byte KEYSH , se_w070_key+0 + .byte TEMPO , 150*se_w070_tbs/2 + .byte VOICE , 26 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w070_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Gn2 , v127 + .byte W03 + .byte PAN , c_v+6 + .byte N03 , Fs2 , v120 + .byte W04 + .byte PAN , c_v-6 + .byte N03 , Fn2 , v116 + .byte W03 + .byte PAN , c_v+11 + .byte N03 , En2 , v112 + .byte W04 + .byte PAN , c_v-11 + .byte N03 , Ds2 , v108 + .byte W04 + .byte PAN , c_v+0 + .byte N03 , Dn2 , v100 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w070_2: + .byte KEYSH , se_w070_key+0 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte VOL , 110*se_w070_mvl/mxv + .byte N02 , Fn2 , v072 + .byte W02 + .byte N01 + .byte W01 + .byte N02 , Gn2 + .byte W03 + .byte N01 , Gs2 , v060 + .byte W01 + .byte N02 , Cn3 , v040 + .byte W03 + .byte Cn3 , v032 + .byte W04 + .byte N01 , Cn3 , v028 + .byte W04 + .byte Cn3 , v020 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w070: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w070_pri @ Priority + .byte se_w070_rev @ Reverb. + + .word se_w070_grp + + .word se_w070_1 + .word se_w070_2 + + .end diff --git a/sound/songs/se_w071.s b/sound/songs/se_w071.s new file mode 100644 index 000000000..efd1c6208 --- /dev/null +++ b/sound/songs/se_w071.s @@ -0,0 +1,73 @@ + .include "MPlayDef.s" + + .equ se_w071_grp, voicegroup_8451F90 + .equ se_w071_pri, 4 + .equ se_w071_rev, reverb_set+50 + .equ se_w071_mvl, 127 + .equ se_w071_key, 0 + .equ se_w071_tbs, 1 + .equ se_w071_exg, 0 + .equ se_w071_cmp, 1 + + .section .rodata + .global se_w071 + .align 2 + +@********************** Track 1 **********************@ + +se_w071_1: + .byte KEYSH , se_w071_key+0 + .byte TEMPO , 150*se_w071_tbs/2 + .byte VOICE , 24 + .byte VOL , 110*se_w071_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N01 , Cn6 , v127 + .byte W01 + .byte Gn6 , v112 + .byte W01 + .byte VOICE , 38 + .byte VOL , 58*se_w071_mvl/mxv + .byte N08 , Gn4 + .byte W01 + .byte VOL , 68*se_w071_mvl/mxv + .byte PAN , c_v+8 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 75*se_w071_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v-48 + .byte W02 + .byte VOL , 83*se_w071_mvl/mxv + .byte PAN , c_v+8 + .byte BEND , c_v-18 + .byte W01 + .byte VOL , 90*se_w071_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v+10 + .byte W01 + .byte VOL , 101*se_w071_mvl/mxv + .byte PAN , c_v+9 + .byte BEND , c_v+39 + .byte W01 + .byte VOL , 110*se_w071_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v+63 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w071: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w071_pri @ Priority + .byte se_w071_rev @ Reverb. + + .word se_w071_grp + + .word se_w071_1 + + .end diff --git a/sound/songs/se_w071b.s b/sound/songs/se_w071b.s new file mode 100644 index 000000000..757a3b9fb --- /dev/null +++ b/sound/songs/se_w071b.s @@ -0,0 +1,155 @@ + .include "MPlayDef.s" + + .equ se_w071b_grp, voicegroup_8451F90 + .equ se_w071b_pri, 4 + .equ se_w071b_rev, reverb_set+50 + .equ se_w071b_mvl, 127 + .equ se_w071b_key, 0 + .equ se_w071b_tbs, 1 + .equ se_w071b_exg, 0 + .equ se_w071b_cmp, 1 + + .section .rodata + .global se_w071b + .align 2 + +@********************** Track 1 **********************@ + +se_w071b_1: + .byte KEYSH , se_w071b_key+0 + .byte TEMPO , 150*se_w071b_tbs/2 + .byte VOICE , 46 + .byte VOL , 110*se_w071b_mvl/mxv + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte W01 + .byte N02 , Dn6 , v112 + .byte W02 + .byte Cs6 + .byte W03 + .byte PAN , c_v+8 + .byte N02 , An5 + .byte W02 + .byte Fs5 + .byte W01 + .byte W01 + .byte Dn5 + .byte W02 + .byte PAN , c_v-7 + .byte W01 + .byte N02 , Dn5 , v104 + .byte W02 + .byte Cs5 , v100 + .byte W03 + .byte PAN , c_v+0 + .byte N02 , An4 , v096 + .byte W02 + .byte Fs4 , v092 + .byte W01 + .byte W01 + .byte Dn4 , v088 + .byte W02 + .byte PAN , c_v+15 + .byte W01 + .byte N02 , Dn6 + .byte W02 + .byte Cs6 , v084 + .byte W03 + .byte An5 , v080 + .byte W02 + .byte Fs5 , v076 + .byte W01 + .byte W01 + .byte Dn5 , v072 + .byte W02 + .byte PAN , c_v-16 + .byte W01 + .byte N02 , Dn6 , v068 + .byte W02 + .byte Cs6 , v064 + .byte W03 + .byte An5 , v060 + .byte W02 + .byte Fs5 , v056 + .byte W01 + .byte W01 + .byte Dn5 , v052 + .byte W02 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w071b_2: + .byte KEYSH , se_w071b_key+0 + .byte VOICE , 53 + .byte BENDR , 2 + .byte VOL , 43*se_w071b_mvl/mxv + .byte BEND , c_v+15 + .byte N02 , An6 , v112 + .byte W02 + .byte Fs6 + .byte W01 + .byte W01 + .byte Dn6 + .byte W02 + .byte W01 + .byte Cs6 + .byte W02 + .byte An5 + .byte W03 + .byte N02 + .byte W02 + .byte Fs5 , v104 + .byte W01 + .byte W01 + .byte Dn5 , v100 + .byte W02 + .byte W01 + .byte Cs5 , v096 + .byte W02 + .byte An4 , v092 + .byte W03 + .byte An6 , v088 + .byte W02 + .byte Fs6 , v084 + .byte W01 + .byte W01 + .byte Dn6 , v080 + .byte W02 + .byte W01 + .byte Cs6 , v076 + .byte W02 + .byte An5 , v072 + .byte W03 + .byte An6 , v068 + .byte W02 + .byte Fs6 , v064 + .byte W01 + .byte W01 + .byte Dn6 , v060 + .byte W02 + .byte W01 + .byte Cs6 , v056 + .byte W02 + .byte An5 , v052 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w071b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w071b_pri @ Priority + .byte se_w071b_rev @ Reverb. + + .word se_w071b_grp + + .word se_w071b_1 + .word se_w071b_2 + + .end diff --git a/sound/songs/se_w076.s b/sound/songs/se_w076.s new file mode 100644 index 000000000..d95eda140 --- /dev/null +++ b/sound/songs/se_w076.s @@ -0,0 +1,164 @@ + .include "MPlayDef.s" + + .equ se_w076_grp, voicegroup_8451F90 + .equ se_w076_pri, 4 + .equ se_w076_rev, reverb_set+50 + .equ se_w076_mvl, 127 + .equ se_w076_key, 0 + .equ se_w076_tbs, 1 + .equ se_w076_exg, 0 + .equ se_w076_cmp, 1 + + .section .rodata + .global se_w076 + .align 2 + +@********************** Track 1 **********************@ + +se_w076_1: + .byte KEYSH , se_w076_key+0 + .byte TEMPO , 150*se_w076_tbs/2 + .byte VOICE , 36 + .byte BENDR , 24 + .byte VOL , 25*se_w076_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+63 + .byte TIE , Cn4 , v112 + .byte W04 + .byte VOL , 40*se_w076_mvl/mxv + .byte W02 + .byte PAN , c_v-4 + .byte BEND , c_v+52 + .byte W03 + .byte VOL , 55*se_w076_mvl/mxv + .byte W03 + .byte PAN , c_v-10 + .byte BEND , c_v+41 + .byte W03 + .byte VOL , 80*se_w076_mvl/mxv + .byte W03 + .byte PAN , c_v-5 + .byte BEND , c_v+30 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+22 + .byte W01 + .byte VOL , 100*se_w076_mvl/mxv + .byte W05 + .byte PAN , c_v+4 + .byte BEND , c_v+63 + .byte W06 + .byte PAN , c_v+11 + .byte BEND , c_v+52 + .byte W06 + .byte PAN , c_v+4 + .byte BEND , c_v+41 + .byte W04 + .byte c_v+33 + .byte W02 + .byte PAN , c_v+0 + .byte W03 + .byte BEND , c_v+25 + .byte W03 + .byte PAN , c_v-4 + .byte W03 + .byte BEND , c_v+22 + .byte W03 + .byte PAN , c_v-10 + .byte W06 + .byte c_v-5 + .byte BEND , c_v+17 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+9 + .byte W06 + .byte PAN , c_v+4 + .byte W02 + .byte BEND , c_v+4 + .byte W04 + .byte PAN , c_v+11 + .byte W06 + .byte c_v+4 + .byte BEND , c_v+0 + .byte W06 + .byte PAN , c_v+0 + .byte W06 + .byte c_v-4 + .byte W02 + .byte BEND , c_v-3 + .byte W04 + .byte PAN , c_v-10 + .byte W06 + .byte c_v-5 + .byte W04 + .byte BEND , c_v-5 + .byte W02 + .byte PAN , c_v+0 + .byte W06 + .byte c_v+4 + .byte W02 + .byte BEND , c_v-7 + .byte W04 + .byte PAN , c_v+11 + .byte W06 + .byte c_v+4 + .byte W01 + .byte BEND , c_v-10 + .byte W05 + .byte PAN , c_v+0 + .byte W03 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v-4 + .byte W06 + .byte c_v-10 + .byte BEND , c_v-18 + .byte W03 + .byte VOL , 89*se_w076_mvl/mxv + .byte W03 + .byte PAN , c_v-5 + .byte W02 + .byte VOL , 74*se_w076_mvl/mxv + .byte BEND , c_v-25 + .byte W04 + .byte PAN , c_v+0 + .byte W02 + .byte VOL , 62*se_w076_mvl/mxv + .byte W01 + .byte BEND , c_v-32 + .byte W03 + .byte PAN , c_v+4 + .byte W01 + .byte VOL , 45*se_w076_mvl/mxv + .byte W01 + .byte BEND , c_v-40 + .byte W04 + .byte VOL , 28*se_w076_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v-49 + .byte W03 + .byte c_v-64 + .byte W01 + .byte VOL , 10*se_w076_mvl/mxv + .byte W02 + .byte PAN , c_v+4 + .byte W02 + .byte VOL , 5*se_w076_mvl/mxv + .byte W04 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_w076: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w076_pri @ Priority + .byte se_w076_rev @ Reverb. + + .word se_w076_grp + + .word se_w076_1 + + .end diff --git a/sound/songs/se_w077.s b/sound/songs/se_w077.s new file mode 100644 index 000000000..a5c5f9e77 --- /dev/null +++ b/sound/songs/se_w077.s @@ -0,0 +1,58 @@ + .include "MPlayDef.s" + + .equ se_w077_grp, voicegroup_8451F90 + .equ se_w077_pri, 4 + .equ se_w077_rev, reverb_set+50 + .equ se_w077_mvl, 127 + .equ se_w077_key, 0 + .equ se_w077_tbs, 1 + .equ se_w077_exg, 0 + .equ se_w077_cmp, 1 + + .section .rodata + .global se_w077 + .align 2 + +@********************** Track 1 **********************@ + +se_w077_1: + .byte KEYSH , se_w077_key+0 + .byte TEMPO , 150*se_w077_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte VOL , 55*se_w077_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N01 , Cn6 , v100 + .byte W01 + .byte VOL , 110*se_w077_mvl/mxv + .byte W01 + .byte VOICE , 36 + .byte VOL , 55*se_w077_mvl/mxv + .byte N02 , Gn6 , v080 + .byte W01 + .byte VOL , 110*se_w077_mvl/mxv + .byte W04 + .byte PAN , c_v+20 + .byte N01 , Gn6 , v024 + .byte W03 + .byte Gn6 , v016 + .byte W02 + .byte PAN , c_v-21 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_w077: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w077_pri @ Priority + .byte se_w077_rev @ Reverb. + + .word se_w077_grp + + .word se_w077_1 + + .end diff --git a/sound/songs/se_w080.s b/sound/songs/se_w080.s new file mode 100644 index 000000000..6250805c5 --- /dev/null +++ b/sound/songs/se_w080.s @@ -0,0 +1,205 @@ + .include "MPlayDef.s" + + .equ se_w080_grp, voicegroup_8451F90 + .equ se_w080_pri, 4 + .equ se_w080_rev, reverb_set+50 + .equ se_w080_mvl, 127 + .equ se_w080_key, 0 + .equ se_w080_tbs, 1 + .equ se_w080_exg, 0 + .equ se_w080_cmp, 1 + + .section .rodata + .global se_w080 + .align 2 + +@********************** Track 1 **********************@ + +se_w080_1: + .byte KEYSH , se_w080_key+0 + .byte TEMPO , 150*se_w080_tbs/2 + .byte VOICE , 46 + .byte VOL , 95*se_w080_mvl/mxv + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte W03 + .byte N06 , Dn6 , v112 + .byte W03 + .byte W03 + .byte An5 , v104 + .byte W03 + .byte W03 + .byte Dn6 , v100 + .byte W03 + .byte W03 + .byte An5 + .byte W03 + .byte W03 + .byte PAN , c_v-4 + .byte N06 , Dn6 , v096 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v092 + .byte W03 + .byte W03 + .byte PAN , c_v+4 + .byte N06 , Dn6 , v088 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v084 + .byte W03 + .byte W03 + .byte PAN , c_v-4 + .byte N06 , Dn6 , v080 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v076 + .byte W03 + .byte W03 + .byte PAN , c_v+4 + .byte N06 , Dn6 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v072 + .byte W03 + .byte W03 + .byte PAN , c_v-4 + .byte N06 , Dn6 , v068 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v064 + .byte W03 + .byte W03 + .byte PAN , c_v+4 + .byte N06 , Dn6 , v060 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v056 + .byte W03 + .byte W03 + .byte PAN , c_v-8 + .byte N06 , Dn6 , v052 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v048 + .byte W03 + .byte W03 + .byte PAN , c_v+8 + .byte N06 , Dn6 , v044 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v040 + .byte W03 + .byte W03 + .byte PAN , c_v-8 + .byte N06 , Dn6 , v036 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , An5 , v032 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w080_2: + .byte KEYSH , se_w080_key+0 + .byte VOICE , 53 + .byte BENDR , 2 + .byte VOL , 43*se_w080_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte N06 , En6 , v108 + .byte W03 + .byte W03 + .byte Bn5 , v104 + .byte W03 + .byte W03 + .byte En6 , v100 + .byte W03 + .byte W03 + .byte Bn5 , v096 + .byte W03 + .byte W03 + .byte En6 , v092 + .byte W03 + .byte W03 + .byte Bn5 , v088 + .byte W03 + .byte W03 + .byte En6 + .byte W03 + .byte W03 + .byte Bn5 , v084 + .byte W03 + .byte W03 + .byte En6 , v080 + .byte W03 + .byte W03 + .byte Bn5 , v076 + .byte W03 + .byte W03 + .byte En6 , v072 + .byte W03 + .byte W03 + .byte Bn5 , v068 + .byte W03 + .byte W03 + .byte En6 , v064 + .byte W03 + .byte W03 + .byte Bn5 + .byte W03 + .byte W03 + .byte En6 , v060 + .byte W03 + .byte W03 + .byte Bn5 , v056 + .byte W03 + .byte W03 + .byte En6 , v052 + .byte W03 + .byte W03 + .byte Bn5 , v048 + .byte W03 + .byte W03 + .byte En6 , v044 + .byte W03 + .byte W03 + .byte Bn5 , v040 + .byte W03 + .byte W03 + .byte En6 , v036 + .byte W03 + .byte W03 + .byte Bn5 , v032 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w080: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w080_pri @ Priority + .byte se_w080_rev @ Reverb. + + .word se_w080_grp + + .word se_w080_1 + .word se_w080_2 + + .end diff --git a/sound/songs/se_w081.s b/sound/songs/se_w081.s new file mode 100644 index 000000000..be80ed3e0 --- /dev/null +++ b/sound/songs/se_w081.s @@ -0,0 +1,80 @@ + .include "MPlayDef.s" + + .equ se_w081_grp, voicegroup_8451F90 + .equ se_w081_pri, 4 + .equ se_w081_rev, reverb_set+50 + .equ se_w081_mvl, 127 + .equ se_w081_key, 0 + .equ se_w081_tbs, 1 + .equ se_w081_exg, 0 + .equ se_w081_cmp, 1 + + .section .rodata + .global se_w081 + .align 2 + +@********************** Track 1 **********************@ + +se_w081_1: + .byte KEYSH , se_w081_key+0 + .byte TEMPO , 250*se_w081_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w081_mvl/mxv + .byte BEND , c_v+0 + .byte N48 , Fn4 , v108 + .byte W03 + .byte PAN , c_v+5 + .byte BEND , c_v+6 + .byte W03 + .byte PAN , c_v+15 + .byte BEND , c_v+12 + .byte W03 + .byte PAN , c_v+6 + .byte BEND , c_v+21 + .byte W02 + .byte c_v+8 + .byte W01 + .byte PAN , c_v-1 + .byte W03 + .byte c_v-9 + .byte BEND , c_v-8 + .byte W03 + .byte PAN , c_v-15 + .byte BEND , c_v-14 + .byte W03 + .byte PAN , c_v-9 + .byte BEND , c_v-8 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W06 + .byte VOL , 90*se_w081_mvl/mxv + .byte W03 + .byte 71*se_w081_mvl/mxv + .byte W03 + .byte 58*se_w081_mvl/mxv + .byte W03 + .byte 41*se_w081_mvl/mxv + .byte W03 + .byte 27*se_w081_mvl/mxv + .byte W03 + .byte 7*se_w081_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w081: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w081_pri @ Priority + .byte se_w081_rev @ Reverb. + + .word se_w081_grp + + .word se_w081_1 + + .end diff --git a/sound/songs/se_w081b.s b/sound/songs/se_w081b.s new file mode 100644 index 000000000..f4a0446f4 --- /dev/null +++ b/sound/songs/se_w081b.s @@ -0,0 +1,134 @@ + .include "MPlayDef.s" + + .equ se_w081b_grp, voicegroup_8451F90 + .equ se_w081b_pri, 4 + .equ se_w081b_rev, reverb_set+50 + .equ se_w081b_mvl, 127 + .equ se_w081b_key, 0 + .equ se_w081b_tbs, 1 + .equ se_w081b_exg, 0 + .equ se_w081b_cmp, 1 + + .section .rodata + .global se_w081b + .align 2 + +@********************** Track 1 **********************@ + +se_w081b_1: + .byte KEYSH , se_w081b_key+0 + .byte TEMPO , 250*se_w081b_tbs/2 + .byte VOICE , 10 + .byte BENDR , 12 + .byte VOL , 105*se_w081b_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v+0 + .byte N09 , En4 , v112 + .byte W03 + .byte BEND , c_v+6 + .byte W03 + .byte c_v+12 + .byte W05 + .byte c_v+8 + .byte W01 + .byte PAN , c_v+16 + .byte N09 , Gn4 + .byte W03 + .byte BEND , c_v-8 + .byte W03 + .byte c_v-14 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v-11 + .byte N09 , En4 + .byte W03 + .byte BEND , c_v-5 + .byte W03 + .byte c_v+1 + .byte W05 + .byte c_v-3 + .byte W01 + .byte PAN , c_v-16 + .byte N09 , Gn4 + .byte W03 + .byte BEND , c_v-19 + .byte W03 + .byte c_v-25 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v-19 + .byte N09 , En4 + .byte W03 + .byte BEND , c_v-13 + .byte W03 + .byte c_v-6 + .byte W05 + .byte c_v-10 + .byte W01 + .byte PAN , c_v+16 + .byte N09 , Gn4 , v096 + .byte W03 + .byte BEND , c_v-27 + .byte W03 + .byte c_v-32 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v-32 + .byte N09 , En4 , v084 + .byte W03 + .byte BEND , c_v-26 + .byte W03 + .byte c_v-19 + .byte W05 + .byte c_v-23 + .byte W01 + .byte PAN , c_v-16 + .byte N09 , Gn4 , v060 + .byte W03 + .byte BEND , c_v-40 + .byte W03 + .byte c_v-45 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w081b_2: + .byte KEYSH , se_w081b_key+0 + .byte VOICE , 5 + .byte VOL , 105*se_w081b_mvl/mxv + .byte PAN , c_v+9 + .byte N09 , Cn3 , v052 + .byte W12 + .byte PAN , c_v-7 + .byte N09 , Gn2 + .byte W12 +se_w081b_2_000: + .byte PAN , c_v+9 + .byte N09 , Cn3 , v052 + .byte W12 + .byte PAN , c_v-6 + .byte N09 , Gn2 + .byte W12 + .byte PEND + .byte PATT + .word se_w081b_2_000 + .byte PATT + .word se_w081b_2_000 + .byte FINE + +@******************************************************@ + .align 2 + +se_w081b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w081b_pri @ Priority + .byte se_w081b_rev @ Reverb. + + .word se_w081b_grp + + .word se_w081b_1 + .word se_w081b_2 + + .end diff --git a/sound/songs/se_w082.s b/sound/songs/se_w082.s new file mode 100644 index 000000000..92bcac888 --- /dev/null +++ b/sound/songs/se_w082.s @@ -0,0 +1,150 @@ + .include "MPlayDef.s" + + .equ se_w082_grp, voicegroup_8451F90 + .equ se_w082_pri, 4 + .equ se_w082_rev, reverb_set+50 + .equ se_w082_mvl, 127 + .equ se_w082_key, 0 + .equ se_w082_tbs, 1 + .equ se_w082_exg, 0 + .equ se_w082_cmp, 1 + + .section .rodata + .global se_w082 + .align 2 + +@********************** Track 1 **********************@ + +se_w082_1: + .byte KEYSH , se_w082_key+0 + .byte TEMPO , 150*se_w082_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte PAN , c_v+5 + .byte VOL , 21*se_w082_mvl/mxv + .byte BEND , c_v+0 + .byte N10 , An2 , v127 + .byte W02 + .byte VOL , 47*se_w082_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 88*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v-5 + .byte W01 + .byte VOL , 120*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 21*se_w082_mvl/mxv + .byte BEND , c_v+10 + .byte N10 , Bn2 + .byte W02 + .byte PAN , c_v+5 + .byte W01 + .byte VOL , 47*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 88*se_w082_mvl/mxv + .byte W03 + .byte PAN , c_v-5 + .byte VOL , 120*se_w082_mvl/mxv + .byte W03 + .byte PAN , c_v-2 + .byte VOL , 21*se_w082_mvl/mxv + .byte BEND , c_v+18 + .byte N10 , Cs3 + .byte W03 + .byte PAN , c_v+5 + .byte VOL , 47*se_w082_mvl/mxv + .byte W02 + .byte 88*se_w082_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 120*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v-5 + .byte W02 + .byte VOL , 20*se_w082_mvl/mxv + .byte BEND , c_v+29 + .byte N10 , Dn3 + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 47*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v+5 + .byte W01 + .byte VOL , 88*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 120*se_w082_mvl/mxv + .byte W03 + .byte PAN , c_v-5 + .byte W01 + .byte VOL , 21*se_w082_mvl/mxv + .byte BEND , c_v+37 + .byte N10 , En3 + .byte W02 + .byte PAN , c_v-2 + .byte VOL , 46*se_w082_mvl/mxv + .byte W03 + .byte PAN , c_v+5 + .byte VOL , 102*se_w082_mvl/mxv + .byte W02 + .byte 120*se_w082_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte c_v-5 + .byte VOL , 20*se_w082_mvl/mxv + .byte BEND , c_v+42 + .byte N20 , Fs3 + .byte W02 + .byte VOL , 47*se_w082_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 88*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v+5 + .byte W01 + .byte VOL , 120*se_w082_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 99*se_w082_mvl/mxv + .byte BEND , c_v+50 + .byte W02 + .byte PAN , c_v-5 + .byte W01 + .byte VOL , 74*se_w082_mvl/mxv + .byte W01 + .byte BEND , c_v+56 + .byte W01 + .byte PAN , c_v-2 + .byte VOL , 53*se_w082_mvl/mxv + .byte W03 + .byte 34*se_w082_mvl/mxv + .byte BEND , c_v+63 + .byte W01 + .byte VOL , 15*se_w082_mvl/mxv + .byte W23 + .byte FINE + +@******************************************************@ + .align 2 + +se_w082: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w082_pri @ Priority + .byte se_w082_rev @ Reverb. + + .word se_w082_grp + + .word se_w082_1 + + .end diff --git a/sound/songs/se_w085.s b/sound/songs/se_w085.s new file mode 100644 index 000000000..bf9f919b0 --- /dev/null +++ b/sound/songs/se_w085.s @@ -0,0 +1,117 @@ + .include "MPlayDef.s" + + .equ se_w085_grp, voicegroup_8451F90 + .equ se_w085_pri, 4 + .equ se_w085_rev, reverb_set+50 + .equ se_w085_mvl, 127 + .equ se_w085_key, 0 + .equ se_w085_tbs, 1 + .equ se_w085_exg, 0 + .equ se_w085_cmp, 1 + + .section .rodata + .global se_w085 + .align 2 + +@********************** Track 1 **********************@ + +se_w085_1: + .byte KEYSH , se_w085_key+0 + .byte TEMPO , 220*se_w085_tbs/2 + .byte VOICE , 18 + .byte VOL , 120*se_w085_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+32 + .byte N06 , Dn3 , v127 + .byte W02 + .byte PAN , c_v-8 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v-16 + .byte W02 + .byte c_v+0 + .byte BEND , c_v+32 + .byte N06 , Dn2 , v104 + .byte W02 + .byte PAN , c_v+9 + .byte W01 + .byte BEND , c_v-12 + .byte W01 + .byte PAN , c_v+16 + .byte W02 + .byte c_v+0 + .byte BEND , c_v+0 + .byte N21 , Dn3 , v127 + .byte W03 + .byte PAN , c_v-8 + .byte W03 + .byte c_v-15 + .byte W01 + .byte BEND , c_v-13 + .byte W02 + .byte PAN , c_v-7 + .byte W01 + .byte BEND , c_v-23 + .byte W02 + .byte VOL , 100*se_w085_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-40 + .byte W01 + .byte VOL , 86*se_w085_mvl/mxv + .byte W01 + .byte BEND , c_v-54 + .byte W01 + .byte PAN , c_v+10 + .byte VOL , 68*se_w085_mvl/mxv + .byte W02 + .byte 37*se_w085_mvl/mxv + .byte BEND , c_v-64 + .byte W01 + .byte PAN , c_v+16 + .byte W02 + .byte VOL , 17*se_w085_mvl/mxv + .byte W01 + .byte PAN , c_v+10 + .byte W15 + .byte FINE + +@********************** Track 2 **********************@ + +se_w085_2: + .byte KEYSH , se_w085_key+0 + .byte VOICE , 5 + .byte VOL , 120*se_w085_mvl/mxv + .byte PAN , c_v-7 + .byte N02 , En3 , v048 + .byte W05 + .byte PAN , c_v+10 + .byte N02 , En3 , v040 + .byte W06 + .byte PAN , c_v-7 + .byte N02 , En3 , v032 + .byte W07 + .byte PAN , c_v+10 + .byte N02 , En3 , v024 + .byte W06 + .byte PAN , c_v-7 + .byte N02 , En3 , v016 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w085: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w085_pri @ Priority + .byte se_w085_rev @ Reverb. + + .word se_w085_grp + + .word se_w085_1 + .word se_w085_2 + + .end diff --git a/sound/songs/se_w085b.s b/sound/songs/se_w085b.s new file mode 100644 index 000000000..34dfa6594 --- /dev/null +++ b/sound/songs/se_w085b.s @@ -0,0 +1,85 @@ + .include "MPlayDef.s" + + .equ se_w085b_grp, voicegroup_8451F90 + .equ se_w085b_pri, 4 + .equ se_w085b_rev, reverb_set+50 + .equ se_w085b_mvl, 127 + .equ se_w085b_key, 0 + .equ se_w085b_tbs, 1 + .equ se_w085b_exg, 0 + .equ se_w085b_cmp, 1 + + .section .rodata + .global se_w085b + .align 2 + +@********************** Track 1 **********************@ + +se_w085b_1: + .byte KEYSH , se_w085b_key+0 + .byte TEMPO , 220*se_w085b_tbs/2 + .byte VOICE , 18 + .byte VOL , 100*se_w085b_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Cn4 , v088 + .byte W06 + .byte PAN , c_v-9 + .byte N03 , Cn4 , v080 + .byte W06 + .byte PAN , c_v+9 + .byte N03 , Cn4 , v072 + .byte W06 + .byte PAN , c_v-16 + .byte N03 , Cn4 , v064 + .byte W06 + .byte PAN , c_v+16 + .byte N03 , Cn4 , v060 + .byte W06 + .byte PAN , c_v-16 + .byte N03 , Cn4 , v052 + .byte W18 + .byte FINE + +@********************** Track 2 **********************@ + +se_w085b_2: + .byte KEYSH , se_w085b_key+0 + .byte VOICE , 5 + .byte VOL , 100*se_w085b_mvl/mxv + .byte PAN , c_v+9 + .byte N02 , Gn3 , v072 + .byte W06 + .byte PAN , c_v-7 + .byte N02 , Gn3 , v068 + .byte W06 + .byte PAN , c_v+9 + .byte N02 , Gn3 , v064 + .byte W06 + .byte PAN , c_v-7 + .byte N02 , Gn3 , v060 + .byte W06 + .byte PAN , c_v+9 + .byte N02 , Gn3 , v056 + .byte W06 + .byte PAN , c_v-7 + .byte N02 , Gn3 , v048 + .byte W18 + .byte FINE + +@******************************************************@ + .align 2 + +se_w085b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w085b_pri @ Priority + .byte se_w085b_rev @ Reverb. + + .word se_w085b_grp + + .word se_w085b_1 + .word se_w085b_2 + + .end diff --git a/sound/songs/se_w086.s b/sound/songs/se_w086.s new file mode 100644 index 000000000..d4c8e7f38 --- /dev/null +++ b/sound/songs/se_w086.s @@ -0,0 +1,106 @@ + .include "MPlayDef.s" + + .equ se_w086_grp, voicegroup_8451F90 + .equ se_w086_pri, 4 + .equ se_w086_rev, reverb_set+50 + .equ se_w086_mvl, 127 + .equ se_w086_key, 0 + .equ se_w086_tbs, 1 + .equ se_w086_exg, 0 + .equ se_w086_cmp, 1 + + .section .rodata + .global se_w086 + .align 2 + +@********************** Track 1 **********************@ + +se_w086_1: + .byte KEYSH , se_w086_key+0 + .byte TEMPO , 150*se_w086_tbs/2 + .byte VOICE , 18 + .byte VOL , 110*se_w086_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+32 + .byte N06 , Gn3 , v127 + .byte W02 + .byte PAN , c_v-8 + .byte W01 + .byte BEND , c_v+0 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+32 + .byte N04 , Cn3 + .byte W02 + .byte PAN , c_v+9 + .byte W01 + .byte BEND , c_v-12 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N01 , Gn3 + .byte W02 + .byte Bn2 + .byte W02 + .byte N13 , Gn3 + .byte W02 + .byte VOL , 96*se_w086_mvl/mxv + .byte W01 + .byte 85*se_w086_mvl/mxv + .byte W01 + .byte BEND , c_v-23 + .byte W01 + .byte VOL , 66*se_w086_mvl/mxv + .byte W01 + .byte BEND , c_v-40 + .byte W01 + .byte VOL , 36*se_w086_mvl/mxv + .byte W01 + .byte BEND , c_v-54 + .byte W02 + .byte VOL , 12*se_w086_mvl/mxv + .byte W01 + .byte BEND , c_v-64 + .byte W21 + .byte FINE + +@********************** Track 2 **********************@ + +se_w086_2: + .byte KEYSH , se_w086_key+0 + .byte VOICE , 5 + .byte VOL , 110*se_w086_mvl/mxv + .byte PAN , c_v-7 + .byte N02 , En3 , v052 + .byte W04 + .byte PAN , c_v+10 + .byte N02 , En3 , v044 + .byte W04 + .byte PAN , c_v-7 + .byte N02 , En3 , v036 + .byte W04 + .byte PAN , c_v+10 + .byte N02 , En3 , v028 + .byte W04 + .byte PAN , c_v-7 + .byte N02 , En3 , v020 + .byte W08 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w086: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w086_pri @ Priority + .byte se_w086_rev @ Reverb. + + .word se_w086_grp + + .word se_w086_1 + .word se_w086_2 + + .end diff --git a/sound/songs/se_w088.s b/sound/songs/se_w088.s new file mode 100644 index 000000000..424bcbcf0 --- /dev/null +++ b/sound/songs/se_w088.s @@ -0,0 +1,65 @@ + .include "MPlayDef.s" + + .equ se_w088_grp, voicegroup_8451F90 + .equ se_w088_pri, 4 + .equ se_w088_rev, reverb_set+50 + .equ se_w088_mvl, 127 + .equ se_w088_key, 0 + .equ se_w088_tbs, 1 + .equ se_w088_exg, 0 + .equ se_w088_cmp, 1 + + .section .rodata + .global se_w088 + .align 2 + +@********************** Track 1 **********************@ + +se_w088_1: + .byte KEYSH , se_w088_key+0 + .byte TEMPO , 150*se_w088_tbs/2 + .byte VOICE , 26 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 105*se_w088_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , En3 , v127 + .byte W03 + .byte PAN , c_v-8 + .byte BEND , c_v-34 + .byte W03 + .byte PAN , c_v+7 + .byte N03 , Gn3 , v100 + .byte W03 + .byte PAN , c_v-15 + .byte BEND , c_v+4 + .byte N06 , En3 , v127 + .byte W03 + .byte PAN , c_v+16 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v-1 + .byte BEND , c_v+0 + .byte N06 , Cn3 , v084 + .byte W06 + .byte BEND , c_v-20 + .byte N06 , En3 , v068 + .byte W03 + .byte BEND , c_v-41 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w088: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w088_pri @ Priority + .byte se_w088_rev @ Reverb. + + .word se_w088_grp + + .word se_w088_1 + + .end diff --git a/sound/songs/se_w089.s b/sound/songs/se_w089.s new file mode 100644 index 000000000..8e28d251b --- /dev/null +++ b/sound/songs/se_w089.s @@ -0,0 +1,326 @@ + .include "MPlayDef.s" + + .equ se_w089_grp, voicegroup_8451F90 + .equ se_w089_pri, 4 + .equ se_w089_rev, reverb_set+50 + .equ se_w089_mvl, 127 + .equ se_w089_key, 0 + .equ se_w089_tbs, 1 + .equ se_w089_exg, 0 + .equ se_w089_cmp, 1 + + .section .rodata + .global se_w089 + .align 2 + +@********************** Track 1 **********************@ + +se_w089_1: + .byte KEYSH , se_w089_key+0 + .byte TEMPO , 150*se_w089_tbs/2 + .byte VOICE , 26 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w089_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Cs2 , v127 + .byte W03 + .byte PAN , c_v+6 + .byte N03 , Cn2 , v120 + .byte W03 + .byte W01 + .byte PAN , c_v-6 + .byte N03 , Bn1 , v116 + .byte W03 + .byte PAN , c_v+11 + .byte N03 , Cn2 , v112 + .byte W02 +se_w089_1_000: + .byte W02 + .byte PAN , c_v-11 + .byte N03 , Cs2 , v108 + .byte W04 + .byte PEND +se_w089_1_001: + .byte PAN , c_v+0 + .byte N03 , Cn2 , v100 + .byte W03 + .byte PAN , c_v+6 + .byte N03 , Cs2 , v116 + .byte W03 + .byte PEND +se_w089_1_002: + .byte W01 + .byte PAN , c_v-6 + .byte N03 , Cn2 , v112 + .byte W03 + .byte PAN , c_v+11 + .byte N03 , Cs2 , v108 + .byte W02 + .byte PEND +se_w089_1_003: + .byte W02 + .byte PAN , c_v-11 + .byte N03 , Cn2 , v100 + .byte W04 + .byte PEND +se_w089_1_004: + .byte PAN , c_v+0 + .byte N03 , Cs2 , v116 + .byte W03 + .byte PAN , c_v+6 + .byte N03 , Cn2 , v112 + .byte W03 + .byte PEND +se_w089_1_005: + .byte W01 + .byte PAN , c_v-6 + .byte N03 , Cs2 , v108 + .byte W03 + .byte PAN , c_v+11 + .byte N03 , Cn2 , v100 + .byte W02 + .byte PEND +se_w089_1_006: + .byte W02 + .byte PAN , c_v-11 + .byte N03 , Cs2 , v116 + .byte W04 + .byte PEND + .byte PAN , c_v+0 + .byte N03 , Cn2 , v112 + .byte W03 + .byte PAN , c_v+6 + .byte N03 , Cs2 , v108 + .byte W03 + .byte W01 + .byte PAN , c_v-6 + .byte N03 , Cn2 , v100 + .byte W03 + .byte PAN , c_v+11 + .byte N03 , Cs2 , v116 + .byte W02 + .byte W02 + .byte PAN , c_v-11 + .byte N03 , Cn2 , v112 + .byte W04 +se_w089_1_007: + .byte PAN , c_v+0 + .byte N03 , Cs2 , v108 + .byte W03 + .byte PAN , c_v+6 + .byte N03 , Cn2 , v100 + .byte W03 + .byte PEND +se_w089_1_008: + .byte W01 + .byte PAN , c_v-6 + .byte N03 , Cs2 , v116 + .byte W03 + .byte PAN , c_v+11 + .byte N03 , Cn2 , v112 + .byte W02 + .byte PEND + .byte PATT + .word se_w089_1_000 + .byte PATT + .word se_w089_1_001 + .byte PATT + .word se_w089_1_002 + .byte PATT + .word se_w089_1_003 + .byte PATT + .word se_w089_1_007 + .byte PATT + .word se_w089_1_008 + .byte PATT + .word se_w089_1_000 + .byte PATT + .word se_w089_1_001 + .byte PATT + .word se_w089_1_002 + .byte PATT + .word se_w089_1_003 + .byte PATT + .word se_w089_1_004 + .byte PATT + .word se_w089_1_005 + .byte PATT + .word se_w089_1_006 + .byte VOL , 106*se_w089_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Cn2 , v112 + .byte W03 + .byte VOL , 103*se_w089_mvl/mxv + .byte PAN , c_v+6 + .byte N03 , Cs2 , v108 + .byte W03 + .byte W01 + .byte VOL , 97*se_w089_mvl/mxv + .byte PAN , c_v-6 + .byte N03 , Cn2 , v100 + .byte W03 + .byte VOL , 89*se_w089_mvl/mxv + .byte PAN , c_v+11 + .byte N03 , Cs2 , v116 + .byte W02 + .byte W02 + .byte VOL , 85*se_w089_mvl/mxv + .byte PAN , c_v-11 + .byte N03 , Cn2 , v112 + .byte W04 + .byte VOL , 78*se_w089_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Cs2 , v108 + .byte W03 + .byte VOL , 72*se_w089_mvl/mxv + .byte PAN , c_v+6 + .byte N03 , Cn2 , v100 + .byte W03 + .byte W01 + .byte VOL , 66*se_w089_mvl/mxv + .byte PAN , c_v-6 + .byte N03 , Cs2 , v116 + .byte W03 + .byte VOL , 58*se_w089_mvl/mxv + .byte PAN , c_v+11 + .byte N03 , Cn2 , v112 + .byte W02 + .byte W02 + .byte VOL , 46*se_w089_mvl/mxv + .byte PAN , c_v-11 + .byte N03 , Cs2 , v108 + .byte W04 + .byte VOL , 30*se_w089_mvl/mxv + .byte PAN , c_v+0 + .byte N03 , Cn2 , v100 + .byte W03 + .byte VOL , 12*se_w089_mvl/mxv + .byte PAN , c_v+6 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w089_2: + .byte KEYSH , se_w089_key+0 + .byte VOICE , 5 + .byte PAN , c_v+0 + .byte VOL , 110*se_w089_mvl/mxv + .byte N02 , Fn2 , v072 + .byte W02 + .byte N01 + .byte W01 + .byte N02 , Gn2 + .byte W03 + .byte N01 , Gs2 , v060 + .byte W06 + .byte VOICE , 27 + .byte N06 , Bn1 , v080 + .byte W06 +se_w089_2_000: + .byte PAN , c_v+0 + .byte N06 , Bn1 , v080 + .byte W06 + .byte PEND + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word se_w089_2_000 + .byte N06 , Bn1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word se_w089_2_000 + .byte N06 , Bn1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word se_w089_2_000 + .byte N06 , Bn1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word se_w089_2_000 + .byte N06 , Bn1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word se_w089_2_000 + .byte N06 , Bn1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word se_w089_2_000 + .byte N06 , Bn1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word se_w089_2_000 + .byte N06 , Bn1 , v080 + .byte W06 + .byte N06 + .byte W06 + .byte VOL , 106*se_w089_mvl/mxv + .byte PAN , c_v+0 + .byte N06 + .byte W03 + .byte VOL , 103*se_w089_mvl/mxv + .byte W03 + .byte N06 + .byte W01 + .byte VOL , 97*se_w089_mvl/mxv + .byte W03 + .byte 89*se_w089_mvl/mxv + .byte W02 + .byte N06 + .byte W02 + .byte VOL , 85*se_w089_mvl/mxv + .byte W04 + .byte 78*se_w089_mvl/mxv + .byte PAN , c_v+0 + .byte N06 + .byte W03 + .byte VOL , 72*se_w089_mvl/mxv + .byte W03 + .byte N06 + .byte W01 + .byte VOL , 66*se_w089_mvl/mxv + .byte W03 + .byte 58*se_w089_mvl/mxv + .byte W02 + .byte N06 + .byte W02 + .byte VOL , 46*se_w089_mvl/mxv + .byte W04 + .byte 30*se_w089_mvl/mxv + .byte PAN , c_v+0 + .byte N06 + .byte W03 + .byte VOL , 12*se_w089_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w089: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w089_pri @ Priority + .byte se_w089_rev @ Reverb. + + .word se_w089_grp + + .word se_w089_1 + .word se_w089_2 + + .end diff --git a/sound/songs/se_w091.s b/sound/songs/se_w091.s new file mode 100644 index 000000000..6ad6434aa --- /dev/null +++ b/sound/songs/se_w091.s @@ -0,0 +1,66 @@ + .include "MPlayDef.s" + + .equ se_w091_grp, voicegroup_8451F90 + .equ se_w091_pri, 4 + .equ se_w091_rev, reverb_set+50 + .equ se_w091_mvl, 127 + .equ se_w091_key, 0 + .equ se_w091_tbs, 1 + .equ se_w091_exg, 0 + .equ se_w091_cmp, 1 + + .section .rodata + .global se_w091 + .align 2 + +@********************** Track 1 **********************@ + +se_w091_1: + .byte KEYSH , se_w091_key+0 + .byte TEMPO , 150*se_w091_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 115*se_w091_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Cn2 , v112 + .byte W01 + .byte VOICE , 26 + .byte N02 , Cn3 , v127 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v+4 + .byte W01 + .byte c_v+16 + .byte N03 + .byte W01 + .byte PAN , c_v-8 + .byte BEND , c_v+28 + .byte W02 + .byte c_v+45 + .byte W01 + .byte VOICE , 36 + .byte PAN , c_v+12 + .byte BEND , c_v+0 + .byte N02 , Cn3 , v056 + .byte W02 + .byte W03 + .byte PAN , c_v-12 + .byte N02 , Cn3 , v036 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w091: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w091_pri @ Priority + .byte se_w091_rev @ Reverb. + + .word se_w091_grp + + .word se_w091_1 + + .end diff --git a/sound/songs/se_w092.s b/sound/songs/se_w092.s new file mode 100644 index 000000000..199f1ab37 --- /dev/null +++ b/sound/songs/se_w092.s @@ -0,0 +1,87 @@ + .include "MPlayDef.s" + + .equ se_w092_grp, voicegroup_8451F90 + .equ se_w092_pri, 4 + .equ se_w092_rev, reverb_set+50 + .equ se_w092_mvl, 127 + .equ se_w092_key, 0 + .equ se_w092_tbs, 1 + .equ se_w092_exg, 0 + .equ se_w092_cmp, 1 + + .section .rodata + .global se_w092 + .align 2 + +@********************** Track 1 **********************@ + +se_w092_1: + .byte KEYSH , se_w092_key+0 + .byte TEMPO , 150*se_w092_tbs/2 + .byte VOICE , 31 + .byte VOL , 110*se_w092_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Dn2 , v127 + .byte W01 + .byte BEND , c_v+32 + .byte W01 + .byte VOICE , 23 + .byte BEND , c_v+0 + .byte N02 , Gn1 , v112 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+63 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Cn2 + .byte W02 + .byte PAN , c_v-7 + .byte BEND , c_v+16 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W01 + .byte N01 + .byte W01 + .byte PAN , c_v+8 + .byte N01 , Cn3 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v-16 + .byte N01 , Dn2 + .byte W02 + .byte VOICE , 23 + .byte PAN , c_v+0 + .byte N01 , Cn2 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v+16 + .byte N01 , Dn2 , v096 + .byte W01 + .byte VOICE , 23 + .byte PAN , c_v-8 + .byte BEND , c_v+16 + .byte N01 , Cn3 + .byte W02 + .byte PAN , c_v+8 + .byte N01 , Cn2 + .byte W08 + .byte FINE + +@******************************************************@ + .align 2 + +se_w092: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w092_pri @ Priority + .byte se_w092_rev @ Reverb. + + .word se_w092_grp + + .word se_w092_1 + + .end diff --git a/sound/songs/se_w100.s b/sound/songs/se_w100.s new file mode 100644 index 000000000..57ccf1e8e --- /dev/null +++ b/sound/songs/se_w100.s @@ -0,0 +1,165 @@ + .include "MPlayDef.s" + + .equ se_w100_grp, voicegroup_8451F90 + .equ se_w100_pri, 4 + .equ se_w100_rev, reverb_set+50 + .equ se_w100_mvl, 127 + .equ se_w100_key, 0 + .equ se_w100_tbs, 1 + .equ se_w100_exg, 0 + .equ se_w100_cmp, 1 + + .section .rodata + .global se_w100 + .align 2 + +@********************** Track 1 **********************@ + +se_w100_1: + .byte KEYSH , se_w100_key+0 + .byte TEMPO , 150*se_w100_tbs/2 + .byte VOICE , 45 + .byte BENDR , 24 + .byte PAN , c_v+0 + .byte VOL , 32*se_w100_mvl/mxv + .byte MOD , 30 + .byte BEND , c_v+0 + .byte N06 , Cn3 , v127 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte VOL , 49*se_w100_mvl/mxv + .byte PAN , c_v+5 + .byte BEND , c_v+9 + .byte W01 + .byte c_v+16 + .byte W01 + .byte VOL , 61*se_w100_mvl/mxv + .byte BEND , c_v+24 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+2 + .byte N06 , Dn3 , v116 + .byte W01 + .byte VOL , 71*se_w100_mvl/mxv + .byte BEND , c_v+7 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v+12 + .byte W01 + .byte VOL , 81*se_w100_mvl/mxv + .byte BEND , c_v+18 + .byte W01 + .byte c_v+27 + .byte W02 + .byte VOL , 95*se_w100_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+4 + .byte N06 , En3 , v112 + .byte W01 + .byte BEND , c_v+9 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+14 + .byte W01 + .byte c_v+20 + .byte W01 + .byte c_v+29 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+6 + .byte N06 , Fn3 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+15 + .byte W01 + .byte c_v+22 + .byte W01 + .byte c_v+31 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+9 + .byte N06 , Gn3 , v108 + .byte W01 + .byte BEND , c_v+14 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+18 + .byte W01 + .byte c_v+25 + .byte W01 + .byte c_v+34 + .byte W02 + .byte VOL , 82*se_w100_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+14 + .byte N06 , An3 , v100 + .byte W01 + .byte BEND , c_v+18 + .byte W01 + .byte VOL , 71*se_w100_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v+23 + .byte W01 + .byte c_v+30 + .byte W01 + .byte VOL , 61*se_w100_mvl/mxv + .byte BEND , c_v+38 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+14 + .byte N06 , Bn3 , v060 + .byte W01 + .byte BEND , c_v+18 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+23 + .byte W01 + .byte c_v+30 + .byte W01 + .byte c_v+38 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+14 + .byte N06 , Cn4 , v040 + .byte W01 + .byte BEND , c_v+18 + .byte W01 + .byte PAN , c_v-8 + .byte BEND , c_v+23 + .byte W01 + .byte c_v+30 + .byte W01 + .byte c_v+38 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+14 + .byte N06 , Dn4 , v020 + .byte W01 + .byte BEND , c_v+18 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+23 + .byte W01 + .byte c_v+30 + .byte W01 + .byte c_v+38 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w100: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w100_pri @ Priority + .byte se_w100_rev @ Reverb. + + .word se_w100_grp + + .word se_w100_1 + + .end diff --git a/sound/songs/se_w103.s b/sound/songs/se_w103.s new file mode 100644 index 000000000..bb109878e --- /dev/null +++ b/sound/songs/se_w103.s @@ -0,0 +1,112 @@ + .include "MPlayDef.s" + + .equ se_w103_grp, voicegroup_8451F90 + .equ se_w103_pri, 4 + .equ se_w103_rev, reverb_set+50 + .equ se_w103_mvl, 127 + .equ se_w103_key, 0 + .equ se_w103_tbs, 1 + .equ se_w103_exg, 0 + .equ se_w103_cmp, 1 + + .section .rodata + .global se_w103 + .align 2 + +@********************** Track 1 **********************@ + +se_w103_1: + .byte VOL , 110*se_w103_mvl/mxv + .byte KEYSH , se_w103_key+0 + .byte TEMPO , 150*se_w103_tbs/2 + .byte VOICE , 44 + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N21 , Fs5 , v112 + .byte W01 + .byte PAN , c_v-5 + .byte W01 + .byte c_v-10 + .byte VOL , 15*se_w103_mvl/mxv + .byte W01 + .byte PAN , c_v-4 + .byte VOL , 41*se_w103_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 69*se_w103_mvl/mxv + .byte W02 + .byte PAN , c_v+4 + .byte W01 + .byte c_v+10 + .byte VOL , 84*se_w103_mvl/mxv + .byte W01 + .byte PAN , c_v+4 + .byte W01 + .byte VOL , 97*se_w103_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v-5 + .byte W02 + .byte VOL , 110*se_w103_mvl/mxv + .byte PAN , c_v-10 + .byte W01 + .byte c_v-4 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+10 + .byte W02 + .byte VOL , 100*se_w103_mvl/mxv + .byte PAN , c_v+4 + .byte W01 + .byte VOL , 84*se_w103_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 55*se_w103_mvl/mxv + .byte W02 + .byte BEND , c_v+0 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w103_2: + .byte VOL , 110*se_w103_mvl/mxv + .byte KEYSH , se_w103_key+0 + .byte VOICE , 42 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N21 , Fn6 , v064 + .byte W06 + .byte PAN , c_v+0 + .byte W03 + .byte c_v+0 + .byte W03 + .byte W03 + .byte c_v+0 + .byte W03 + .byte W01 + .byte c_v+0 + .byte W03 + .byte BEND , c_v+0 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w103: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w103_pri @ Priority + .byte se_w103_rev @ Reverb. + + .word se_w103_grp + + .word se_w103_1 + .word se_w103_2 + + .end diff --git a/sound/songs/se_w104.s b/sound/songs/se_w104.s new file mode 100644 index 000000000..813a0bde9 --- /dev/null +++ b/sound/songs/se_w104.s @@ -0,0 +1,71 @@ + .include "MPlayDef.s" + + .equ se_w104_grp, voicegroup_8451F90 + .equ se_w104_pri, 4 + .equ se_w104_rev, reverb_set+50 + .equ se_w104_mvl, 127 + .equ se_w104_key, 0 + .equ se_w104_tbs, 1 + .equ se_w104_exg, 0 + .equ se_w104_cmp, 1 + + .section .rodata + .global se_w104 + .align 2 + +@********************** Track 1 **********************@ + +se_w104_1: + .byte KEYSH , se_w104_key+0 + .byte TEMPO , 150*se_w104_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w104_mvl/mxv + .byte BEND , c_v-18 + .byte N19 , Dn3 , v108 + .byte W02 + .byte BEND , c_v-7 + .byte W01 + .byte VOL , 101*se_w104_mvl/mxv + .byte W01 + .byte PAN , c_v-9 + .byte BEND , c_v+8 + .byte W02 + .byte VOL , 84*se_w104_mvl/mxv + .byte BEND , c_v+4 + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 64*se_w104_mvl/mxv + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v+8 + .byte W02 + .byte VOL , 45*se_w104_mvl/mxv + .byte BEND , c_v-31 + .byte W02 + .byte VOL , 32*se_w104_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte VOICE , 2 + .byte W01 + .byte VOL , 13*se_w104_mvl/mxv + .byte BEND , c_v-52 + .byte W08 + .byte FINE + +@******************************************************@ + .align 2 + +se_w104: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w104_pri @ Priority + .byte se_w104_rev @ Reverb. + + .word se_w104_grp + + .word se_w104_1 + + .end diff --git a/sound/songs/se_w107.s b/sound/songs/se_w107.s new file mode 100644 index 000000000..189df237e --- /dev/null +++ b/sound/songs/se_w107.s @@ -0,0 +1,165 @@ + .include "MPlayDef.s" + + .equ se_w107_grp, voicegroup_8451F90 + .equ se_w107_pri, 4 + .equ se_w107_rev, reverb_set+50 + .equ se_w107_mvl, 127 + .equ se_w107_key, 0 + .equ se_w107_tbs, 1 + .equ se_w107_exg, 0 + .equ se_w107_cmp, 1 + + .section .rodata + .global se_w107 + .align 2 + +@********************** Track 1 **********************@ + +se_w107_1: + .byte KEYSH , se_w107_key+0 + .byte TEMPO , 150*se_w107_tbs/2 + .byte VOICE , 45 + .byte BENDR , 24 + .byte PAN , c_v+0 + .byte VOL , 32*se_w107_mvl/mxv + .byte MOD , 30 + .byte BEND , c_v+39 + .byte N06 , Dn4 , v127 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte VOL , 49*se_w107_mvl/mxv + .byte PAN , c_v+5 + .byte BEND , c_v+23 + .byte W01 + .byte c_v+15 + .byte W01 + .byte VOL , 61*se_w107_mvl/mxv + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+35 + .byte N06 , Cn4 , v116 + .byte W01 + .byte VOL , 71*se_w107_mvl/mxv + .byte BEND , c_v+27 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v+19 + .byte W01 + .byte VOL , 81*se_w107_mvl/mxv + .byte BEND , c_v+12 + .byte W01 + .byte c_v+5 + .byte W02 + .byte VOL , 95*se_w107_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+32 + .byte N06 , Bn3 , v112 + .byte W01 + .byte BEND , c_v+24 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+16 + .byte W01 + .byte c_v+8 + .byte W01 + .byte c_v+1 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+28 + .byte N06 , An3 + .byte W01 + .byte BEND , c_v+20 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+12 + .byte W01 + .byte c_v+5 + .byte W01 + .byte c_v-2 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+24 + .byte N06 , Gn3 , v108 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+9 + .byte W01 + .byte c_v+1 + .byte W01 + .byte c_v-6 + .byte W02 + .byte VOL , 82*se_w107_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+21 + .byte N06 , Fn3 , v100 + .byte W01 + .byte BEND , c_v+13 + .byte W01 + .byte VOL , 71*se_w107_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v+5 + .byte W01 + .byte c_v-2 + .byte W01 + .byte VOL , 61*se_w107_mvl/mxv + .byte BEND , c_v-10 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+17 + .byte N06 , En3 , v060 + .byte W01 + .byte BEND , c_v+9 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+2 + .byte W01 + .byte c_v-6 + .byte W01 + .byte c_v-13 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+14 + .byte N06 , Dn3 , v040 + .byte W01 + .byte BEND , c_v+6 + .byte W01 + .byte PAN , c_v-8 + .byte BEND , c_v-2 + .byte W01 + .byte c_v-10 + .byte W01 + .byte c_v-17 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte N06 , Cn3 , v020 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v-4 + .byte W01 + .byte c_v-11 + .byte W01 + .byte c_v-18 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w107: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w107_pri @ Priority + .byte se_w107_rev @ Reverb. + + .word se_w107_grp + + .word se_w107_1 + + .end diff --git a/sound/songs/se_w109.s b/sound/songs/se_w109.s new file mode 100644 index 000000000..7528dba40 --- /dev/null +++ b/sound/songs/se_w109.s @@ -0,0 +1,117 @@ + .include "MPlayDef.s" + + .equ se_w109_grp, voicegroup_8451F90 + .equ se_w109_pri, 4 + .equ se_w109_rev, reverb_set+50 + .equ se_w109_mvl, 127 + .equ se_w109_key, 0 + .equ se_w109_tbs, 1 + .equ se_w109_exg, 0 + .equ se_w109_cmp, 1 + + .section .rodata + .global se_w109 + .align 2 + +@********************** Track 1 **********************@ + +se_w109_1: + .byte KEYSH , se_w109_key+0 + .byte TEMPO , 220*se_w109_tbs/2 + .byte VOICE , 52 + .byte VOL , 127*se_w109_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , As3 , v120 + .byte W01 + .byte BEND , c_v-8 + .byte W01 + .byte c_v-16 + .byte W01 + .byte c_v-1 + .byte N12 , As2 , v127 + .byte W03 + .byte PAN , c_v+4 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v-4 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+18 + .byte W01 + .byte PAN , c_v+10 + .byte BEND , c_v+28 + .byte W02 + .byte c_v+35 + .byte W01 + .byte PAN , c_v-10 + .byte W02 + .byte c_v+0 + .byte BEND , c_v+0 + .byte N03 , As3 , v108 + .byte W01 + .byte BEND , c_v-8 + .byte W02 + .byte c_v-17 + .byte W01 + .byte c_v-1 + .byte N12 , As2 + .byte W02 + .byte PAN , c_v+4 + .byte BEND , c_v+8 + .byte W03 + .byte PAN , c_v-4 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+18 + .byte W01 + .byte PAN , c_v+10 + .byte BEND , c_v+28 + .byte W01 + .byte c_v+35 + .byte W01 + .byte PAN , c_v-10 + .byte W03 + .byte c_v+0 + .byte BEND , c_v+0 + .byte N03 , As3 , v072 + .byte W01 + .byte BEND , c_v-8 + .byte W01 + .byte c_v-16 + .byte W01 + .byte c_v-1 + .byte N12 , As2 + .byte W03 + .byte PAN , c_v+4 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v-4 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+18 + .byte W02 + .byte PAN , c_v+10 + .byte BEND , c_v+28 + .byte W01 + .byte c_v+35 + .byte W01 + .byte PAN , c_v-10 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w109: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w109_pri @ Priority + .byte se_w109_rev @ Reverb. + + .word se_w109_grp + + .word se_w109_1 + + .end diff --git a/sound/songs/se_w112.s b/sound/songs/se_w112.s new file mode 100644 index 000000000..f4d352131 --- /dev/null +++ b/sound/songs/se_w112.s @@ -0,0 +1,276 @@ + .include "MPlayDef.s" + + .equ se_w112_grp, voicegroup_8451F90 + .equ se_w112_pri, 4 + .equ se_w112_rev, reverb_set+50 + .equ se_w112_mvl, 127 + .equ se_w112_key, 0 + .equ se_w112_tbs, 1 + .equ se_w112_exg, 0 + .equ se_w112_cmp, 1 + + .section .rodata + .global se_w112 + .align 2 + +@********************** Track 1 **********************@ + +se_w112_1: + .byte KEYSH , se_w112_key+0 + .byte TEMPO , 150*se_w112_tbs/2 + .byte VOICE , 19 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v+3 + .byte N06 , Cn6 , v088 + .byte W01 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-8 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-17 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-34 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-45 + .byte W02 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Cn6 , v084 + .byte W01 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v-1 + .byte N06 , Cn6 , v076 + .byte W01 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-21 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-38 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-48 + .byte W02 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v-1 + .byte N06 , Cn6 , v064 + .byte W01 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-21 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-38 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-48 + .byte W02 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Cn6 , v056 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-12 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Cn6 , v044 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-12 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Cn6 , v036 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Cn6 , v028 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 88*se_w112_mvl/mxv + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 56*se_w112_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 24*se_w112_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 11*se_w112_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w112_2: + .byte KEYSH , se_w112_key+0 + .byte VOICE , 53 + .byte PAN , c_v+0 + .byte VOL , 95*se_w112_mvl/mxv + .byte BEND , c_v-5 + .byte W02 + .byte N06 , An5 , v064 + .byte W02 + .byte VOL , 88*se_w112_mvl/mxv + .byte W02 + .byte 56*se_w112_mvl/mxv + .byte W01 + .byte 24*se_w112_mvl/mxv + .byte W01 + .byte 95*se_w112_mvl/mxv + .byte N06 , An5 , v056 + .byte W02 + .byte VOL , 88*se_w112_mvl/mxv + .byte W02 +se_w112_2_000: + .byte VOL , 56*se_w112_mvl/mxv + .byte W01 + .byte 24*se_w112_mvl/mxv + .byte W01 + .byte 95*se_w112_mvl/mxv + .byte N06 , An5 , v052 + .byte W02 + .byte VOL , 88*se_w112_mvl/mxv + .byte W02 + .byte PEND + .byte PATT + .word se_w112_2_000 + .byte VOL , 56*se_w112_mvl/mxv + .byte W01 + .byte 24*se_w112_mvl/mxv + .byte W01 + .byte 95*se_w112_mvl/mxv + .byte N06 , An5 , v048 + .byte W02 + .byte VOL , 88*se_w112_mvl/mxv + .byte W02 + .byte 56*se_w112_mvl/mxv + .byte W01 + .byte 24*se_w112_mvl/mxv + .byte W01 + .byte 95*se_w112_mvl/mxv + .byte N06 , An5 , v044 + .byte W02 + .byte VOL , 88*se_w112_mvl/mxv + .byte W02 + .byte 56*se_w112_mvl/mxv + .byte W01 + .byte 24*se_w112_mvl/mxv + .byte W01 + .byte 95*se_w112_mvl/mxv + .byte N06 , An5 , v040 + .byte W02 + .byte VOL , 88*se_w112_mvl/mxv + .byte W02 + .byte 56*se_w112_mvl/mxv + .byte W01 + .byte 24*se_w112_mvl/mxv + .byte W01 + .byte 95*se_w112_mvl/mxv + .byte N06 , An5 , v036 + .byte W02 + .byte VOL , 88*se_w112_mvl/mxv + .byte W02 + .byte 56*se_w112_mvl/mxv + .byte W01 + .byte 24*se_w112_mvl/mxv + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w112: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w112_pri @ Priority + .byte se_w112_rev @ Reverb. + + .word se_w112_grp + + .word se_w112_1 + .word se_w112_2 + + .end diff --git a/sound/songs/se_w114.s b/sound/songs/se_w114.s new file mode 100644 index 000000000..bc8b90fe1 --- /dev/null +++ b/sound/songs/se_w114.s @@ -0,0 +1,250 @@ + .include "MPlayDef.s" + + .equ se_w114_grp, voicegroup_8451F90 + .equ se_w114_pri, 4 + .equ se_w114_rev, reverb_set+50 + .equ se_w114_mvl, 127 + .equ se_w114_key, 0 + .equ se_w114_tbs, 1 + .equ se_w114_exg, 0 + .equ se_w114_cmp, 1 + + .section .rodata + .global se_w114 + .align 2 + +@********************** Track 1 **********************@ + +se_w114_1: + .byte KEYSH , se_w114_key+0 + .byte TEMPO , 190*se_w114_tbs/2 + .byte VOICE , 45 + .byte BENDR , 8 + .byte PAN , c_v-47 + .byte VOL , 10*se_w114_mvl/mxv + .byte MOD , 30 + .byte BEND , c_v+1 + .byte TIE , As2 , v100 + .byte W03 + .byte VOL , 14*se_w114_mvl/mxv + .byte W03 + .byte 22*se_w114_mvl/mxv + .byte PAN , c_v-45 + .byte W02 + .byte VOL , 31*se_w114_mvl/mxv + .byte W02 + .byte 39*se_w114_mvl/mxv + .byte W02 + .byte PAN , c_v-43 + .byte W02 + .byte VOL , 45*se_w114_mvl/mxv + .byte W02 + .byte 50*se_w114_mvl/mxv + .byte W02 + .byte PAN , c_v-41 + .byte W01 + .byte VOL , 61*se_w114_mvl/mxv + .byte W02 + .byte 66*se_w114_mvl/mxv + .byte W03 + .byte PAN , c_v-39 + .byte VOL , 73*se_w114_mvl/mxv + .byte W02 + .byte 78*se_w114_mvl/mxv + .byte W04 + .byte 84*se_w114_mvl/mxv + .byte PAN , c_v-37 + .byte W03 + .byte VOL , 91*se_w114_mvl/mxv + .byte W03 + .byte 98*se_w114_mvl/mxv + .byte PAN , c_v-35 + .byte W02 + .byte VOL , 104*se_w114_mvl/mxv + .byte W04 + .byte 110*se_w114_mvl/mxv + .byte PAN , c_v-32 + .byte W06 + .byte c_v-28 + .byte W06 + .byte c_v-25 + .byte VOL , 106*se_w114_mvl/mxv + .byte W04 + .byte 104*se_w114_mvl/mxv + .byte W02 + .byte PAN , c_v-23 + .byte W03 + .byte VOL , 101*se_w114_mvl/mxv + .byte W03 + .byte PAN , c_v-20 + .byte W03 + .byte VOL , 97*se_w114_mvl/mxv + .byte W03 + .byte PAN , c_v-17 + .byte W02 + .byte VOL , 91*se_w114_mvl/mxv + .byte W04 + .byte PAN , c_v-13 + .byte W03 + .byte VOL , 88*se_w114_mvl/mxv + .byte W03 + .byte PAN , c_v-10 + .byte W03 + .byte VOL , 81*se_w114_mvl/mxv + .byte W03 + .byte PAN , c_v-7 + .byte W04 + .byte VOL , 75*se_w114_mvl/mxv + .byte W02 + .byte PAN , c_v-3 + .byte W02 + .byte VOL , 74*se_w114_mvl/mxv + .byte W02 + .byte 76*se_w114_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 79*se_w114_mvl/mxv + .byte W02 + .byte 83*se_w114_mvl/mxv + .byte W03 + .byte W01 + .byte 86*se_w114_mvl/mxv + .byte W02 + .byte PAN , c_v+2 + .byte VOL , 90*se_w114_mvl/mxv + .byte W03 + .byte 95*se_w114_mvl/mxv + .byte W03 + .byte 98*se_w114_mvl/mxv + .byte W03 + .byte PAN , c_v+7 + .byte VOL , 102*se_w114_mvl/mxv + .byte W02 + .byte 104*se_w114_mvl/mxv + .byte W04 + .byte PAN , c_v+10 + .byte VOL , 110*se_w114_mvl/mxv + .byte W06 + .byte PAN , c_v+14 + .byte W06 + .byte c_v+16 + .byte W02 + .byte VOL , 106*se_w114_mvl/mxv + .byte W04 + .byte PAN , c_v+19 + .byte W01 + .byte VOL , 100*se_w114_mvl/mxv + .byte W05 + .byte PAN , c_v+22 + .byte VOL , 94*se_w114_mvl/mxv + .byte W06 + .byte PAN , c_v+25 + .byte VOL , 88*se_w114_mvl/mxv + .byte W04 + .byte 83*se_w114_mvl/mxv + .byte W02 + .byte PAN , c_v+27 + .byte W06 + .byte c_v+29 + .byte VOL , 75*se_w114_mvl/mxv + .byte W06 + .byte PAN , c_v+32 + .byte VOL , 64*se_w114_mvl/mxv + .byte W06 + .byte PAN , c_v+34 + .byte W01 + .byte VOL , 55*se_w114_mvl/mxv + .byte W05 + .byte PAN , c_v+38 + .byte W01 + .byte VOL , 47*se_w114_mvl/mxv + .byte W05 + .byte PAN , c_v+41 + .byte W01 + .byte VOL , 41*se_w114_mvl/mxv + .byte W05 + .byte PAN , c_v+44 + .byte VOL , 32*se_w114_mvl/mxv + .byte W03 + .byte 25*se_w114_mvl/mxv + .byte W03 + .byte PAN , c_v+47 + .byte W01 + .byte VOL , 12*se_w114_mvl/mxv + .byte W03 + .byte 6*se_w114_mvl/mxv + .byte W02 + .byte EOT + .byte FINE + +@********************** Track 2 **********************@ + +se_w114_2: + .byte KEYSH , se_w114_key+0 + .byte VOICE , 70 + .byte BENDR , 8 + .byte PAN , c_v+0 + .byte VOL , 110*se_w114_mvl/mxv + .byte BEND , c_v+0 + .byte N24 , Fn4 , v020 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte Fs4 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte Gn4 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte Gs4 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte Gn4 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte Fs4 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte Fn4 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte En4 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte N18 , Ds4 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w114: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w114_pri @ Priority + .byte se_w114_rev @ Reverb. + + .word se_w114_grp + + .word se_w114_1 + .word se_w114_2 + + .end diff --git a/sound/songs/se_w115.s b/sound/songs/se_w115.s new file mode 100644 index 000000000..1e2769cb0 --- /dev/null +++ b/sound/songs/se_w115.s @@ -0,0 +1,267 @@ + .include "MPlayDef.s" + + .equ se_w115_grp, voicegroup_8451F90 + .equ se_w115_pri, 4 + .equ se_w115_rev, reverb_set+50 + .equ se_w115_mvl, 127 + .equ se_w115_key, 0 + .equ se_w115_tbs, 1 + .equ se_w115_exg, 0 + .equ se_w115_cmp, 1 + + .section .rodata + .global se_w115 + .align 2 + +@********************** Track 1 **********************@ + +se_w115_1: + .byte KEYSH , se_w115_key+0 + .byte TEMPO , 150*se_w115_tbs/2 + .byte VOICE , 19 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v+6 + .byte N06 , Gn6 , v080 + .byte W01 + .byte BEND , c_v-4 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-14 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-31 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-41 + .byte W02 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Gn6 , v072 + .byte W01 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v-1 + .byte N06 , Gn6 , v068 + .byte W01 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-21 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-38 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-48 + .byte W02 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v-1 + .byte N06 , Gn6 , v060 + .byte W01 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-21 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-38 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-48 + .byte W02 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Gn6 , v052 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-12 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Gn6 , v048 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-12 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Gn6 , v040 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte PAN , c_v+0 + .byte VOL , 90*se_w115_mvl/mxv + .byte BEND , c_v-2 + .byte N06 , Gn6 , v032 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 74*se_w115_mvl/mxv + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 60*se_w115_mvl/mxv + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 20*se_w115_mvl/mxv + .byte BEND , c_v-49 + .byte W02 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w115_2: + .byte KEYSH , se_w115_key+0 + .byte VOICE , 53 + .byte PAN , c_v+0 + .byte VOL , 90*se_w115_mvl/mxv + .byte W02 + .byte N06 , En6 , v064 + .byte W02 + .byte VOL , 74*se_w115_mvl/mxv + .byte W02 + .byte 60*se_w115_mvl/mxv + .byte W01 + .byte 20*se_w115_mvl/mxv + .byte W01 + .byte 90*se_w115_mvl/mxv + .byte N06 , En6 , v056 + .byte W02 + .byte VOL , 74*se_w115_mvl/mxv + .byte W02 +se_w115_2_000: + .byte VOL , 60*se_w115_mvl/mxv + .byte W01 + .byte 20*se_w115_mvl/mxv + .byte W01 + .byte 90*se_w115_mvl/mxv + .byte N06 , En6 , v052 + .byte W02 + .byte VOL , 74*se_w115_mvl/mxv + .byte W02 + .byte PEND + .byte PATT + .word se_w115_2_000 + .byte VOL , 60*se_w115_mvl/mxv + .byte W01 + .byte 20*se_w115_mvl/mxv + .byte W01 + .byte 90*se_w115_mvl/mxv + .byte N06 , En6 , v048 + .byte W02 + .byte VOL , 74*se_w115_mvl/mxv + .byte W02 + .byte 60*se_w115_mvl/mxv + .byte W01 + .byte 20*se_w115_mvl/mxv + .byte W01 + .byte 90*se_w115_mvl/mxv + .byte N06 , En6 , v044 + .byte W02 + .byte VOL , 74*se_w115_mvl/mxv + .byte W02 + .byte 60*se_w115_mvl/mxv + .byte W01 + .byte 20*se_w115_mvl/mxv + .byte W01 + .byte 90*se_w115_mvl/mxv + .byte N06 , En6 , v040 + .byte W02 + .byte VOL , 74*se_w115_mvl/mxv + .byte W02 + .byte 60*se_w115_mvl/mxv + .byte W01 + .byte 20*se_w115_mvl/mxv + .byte W01 + .byte 90*se_w115_mvl/mxv + .byte N06 , En6 , v036 + .byte W02 + .byte VOL , 74*se_w115_mvl/mxv + .byte W02 + .byte 60*se_w115_mvl/mxv + .byte W01 + .byte 20*se_w115_mvl/mxv + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w115: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w115_pri @ Priority + .byte se_w115_rev @ Reverb. + + .word se_w115_grp + + .word se_w115_1 + .word se_w115_2 + + .end diff --git a/sound/songs/se_w118.s b/sound/songs/se_w118.s new file mode 100644 index 000000000..60c13547f --- /dev/null +++ b/sound/songs/se_w118.s @@ -0,0 +1,79 @@ + .include "MPlayDef.s" + + .equ se_w118_grp, voicegroup_8451F90 + .equ se_w118_pri, 4 + .equ se_w118_rev, reverb_set+50 + .equ se_w118_mvl, 127 + .equ se_w118_key, 0 + .equ se_w118_tbs, 1 + .equ se_w118_exg, 0 + .equ se_w118_cmp, 1 + + .section .rodata + .global se_w118 + .align 2 + +@********************** Track 1 **********************@ + +se_w118_1: + .byte KEYSH , se_w118_key+0 + .byte TEMPO , 150*se_w118_tbs/2 + .byte VOICE , 37 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 115*se_w118_mvl/mxv + .byte BEND , c_v+0 + .byte N15 , En3 , v127 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v-4 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-7 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-5 + .byte W02 + .byte PAN , c_v+4 + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+3 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v+6 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+9 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v+14 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+20 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v+25 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+46 + .byte W10 + .byte FINE + +@******************************************************@ + .align 2 + +se_w118: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w118_pri @ Priority + .byte se_w118_rev @ Reverb. + + .word se_w118_grp + + .word se_w118_1 + + .end diff --git a/sound/songs/se_w120.s b/sound/songs/se_w120.s new file mode 100644 index 000000000..789065289 --- /dev/null +++ b/sound/songs/se_w120.s @@ -0,0 +1,74 @@ + .include "MPlayDef.s" + + .equ se_w120_grp, voicegroup_8451F90 + .equ se_w120_pri, 4 + .equ se_w120_rev, reverb_set+50 + .equ se_w120_mvl, 127 + .equ se_w120_key, 0 + .equ se_w120_tbs, 1 + .equ se_w120_exg, 0 + .equ se_w120_cmp, 1 + + .section .rodata + .global se_w120 + .align 2 + +@********************** Track 1 **********************@ + +se_w120_1: + .byte KEYSH , se_w120_key+0 + .byte TEMPO , 150*se_w120_tbs/2 + .byte VOICE , 41 + .byte VOL , 115*se_w120_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N01 , Gn3 , v127 + .byte W01 + .byte Cn3 + .byte W01 + .byte N24 , An3 + .byte W06 + .byte PAN , c_v+6 + .byte W04 + .byte c_v+0 + .byte W01 + .byte VOL , 102*se_w120_mvl/mxv + .byte W02 + .byte PAN , c_v-8 + .byte VOL , 88*se_w120_mvl/mxv + .byte W03 + .byte 78*se_w120_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 67*se_w120_mvl/mxv + .byte W01 + .byte BEND , c_v-2 + .byte W01 + .byte PAN , c_v+7 + .byte VOL , 45*se_w120_mvl/mxv + .byte W02 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 13*se_w120_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-15 + .byte W22 + .byte FINE + +@******************************************************@ + .align 2 + +se_w120: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w120_pri @ Priority + .byte se_w120_rev @ Reverb. + + .word se_w120_grp + + .word se_w120_1 + + .end diff --git a/sound/songs/se_w122.s b/sound/songs/se_w122.s new file mode 100644 index 000000000..4c6b81893 --- /dev/null +++ b/sound/songs/se_w122.s @@ -0,0 +1,129 @@ + .include "MPlayDef.s" + + .equ se_w122_grp, voicegroup_8451F90 + .equ se_w122_pri, 4 + .equ se_w122_rev, reverb_set+50 + .equ se_w122_mvl, 127 + .equ se_w122_key, 0 + .equ se_w122_tbs, 1 + .equ se_w122_exg, 0 + .equ se_w122_cmp, 1 + + .section .rodata + .global se_w122 + .align 2 + +@********************** Track 1 **********************@ + +se_w122_1: + .byte KEYSH , se_w122_key+0 + .byte TEMPO , 150*se_w122_tbs/2 + .byte VOICE , 31 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w122_mvl/mxv + .byte BEND , c_v-5 + .byte N32 , Cn3 , v127 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v-9 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-25 + .byte W02 + .byte PAN , c_v+4 + .byte BEND , c_v-39 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-6 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v-3 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+6 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v+3 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+9 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v+6 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v+8 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+16 + .byte W02 + .byte PAN , c_v-4 + .byte VOL , 102*se_w122_mvl/mxv + .byte BEND , c_v+12 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+16 + .byte W01 + .byte PAN , c_v+4 + .byte VOL , 97*se_w122_mvl/mxv + .byte BEND , c_v+18 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+14 + .byte W01 + .byte PAN , c_v-4 + .byte VOL , 92*se_w122_mvl/mxv + .byte BEND , c_v+18 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+20 + .byte W01 + .byte PAN , c_v+4 + .byte VOL , 88*se_w122_mvl/mxv + .byte BEND , c_v+17 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte W01 + .byte PAN , c_v-4 + .byte VOL , 81*se_w122_mvl/mxv + .byte BEND , c_v+16 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 64*se_w122_mvl/mxv + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+4 + .byte VOL , 49*se_w122_mvl/mxv + .byte BEND , c_v+14 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 25*se_w122_mvl/mxv + .byte BEND , c_v+11 + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w122: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w122_pri @ Priority + .byte se_w122_rev @ Reverb. + + .word se_w122_grp + + .word se_w122_1 + + .end diff --git a/sound/songs/se_w127.s b/sound/songs/se_w127.s new file mode 100644 index 000000000..7d137009e --- /dev/null +++ b/sound/songs/se_w127.s @@ -0,0 +1,137 @@ + .include "MPlayDef.s" + + .equ se_w127_grp, voicegroup_8451F90 + .equ se_w127_pri, 4 + .equ se_w127_rev, reverb_set+50 + .equ se_w127_mvl, 127 + .equ se_w127_key, 0 + .equ se_w127_tbs, 1 + .equ se_w127_exg, 0 + .equ se_w127_cmp, 1 + + .section .rodata + .global se_w127 + .align 2 + +@********************** Track 1 **********************@ + +se_w127_1: + .byte KEYSH , se_w127_key+0 + .byte TEMPO , 150*se_w127_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 115*se_w127_mvl/mxv + .byte BEND , c_v-18 + .byte N60 , Gn2 , v127 + .byte W03 + .byte PAN , c_v+3 + .byte BEND , c_v-16 + .byte W04 + .byte PAN , c_v+6 + .byte BEND , c_v-14 + .byte W03 + .byte PAN , c_v+3 + .byte BEND , c_v-11 + .byte W02 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-8 + .byte W04 + .byte PAN , c_v-3 + .byte BEND , c_v-5 + .byte W03 + .byte PAN , c_v-6 + .byte BEND , c_v-2 + .byte W03 + .byte W01 + .byte PAN , c_v-3 + .byte BEND , c_v+1 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+4 + .byte W04 + .byte PAN , c_v+3 + .byte BEND , c_v+7 + .byte W02 + .byte VOL , 109*se_w127_mvl/mxv + .byte W02 + .byte PAN , c_v+6 + .byte BEND , c_v+10 + .byte W02 + .byte VOL , 103*se_w127_mvl/mxv + .byte W01 + .byte PAN , c_v+3 + .byte BEND , c_v+13 + .byte W03 + .byte VOL , 92*se_w127_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+16 + .byte W03 + .byte VOL , 79*se_w127_mvl/mxv + .byte PAN , c_v-3 + .byte BEND , c_v+18 + .byte W02 + .byte W02 + .byte VOL , 62*se_w127_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v+21 + .byte W04 + .byte VOL , 40*se_w127_mvl/mxv + .byte PAN , c_v-3 + .byte BEND , c_v+26 + .byte W02 + .byte VOL , 22*se_w127_mvl/mxv + .byte BEND , c_v+33 + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 8*se_w127_mvl/mxv + .byte BEND , c_v+43 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w127_2: + .byte KEYSH , se_w127_key+0 + .byte VOICE , 25 + .byte VOL , 115*se_w127_mvl/mxv + .byte N06 , Cn3 , v040 + .byte W06 + .byte Gn2 + .byte W06 +se_w127_2_000: + .byte N06 , Cn3 , v040 + .byte W06 + .byte Gn2 + .byte W06 + .byte PEND + .byte PATT + .word se_w127_2_000 + .byte N06 , Cn3 , v032 + .byte W06 + .byte Gn2 + .byte W06 + .byte Cn3 , v012 + .byte W06 + .byte Gn2 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w127: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w127_pri @ Priority + .byte se_w127_rev @ Reverb. + + .word se_w127_grp + + .word se_w127_1 + .word se_w127_2 + + .end diff --git a/sound/songs/se_w129.s b/sound/songs/se_w129.s new file mode 100644 index 000000000..cbcd01478 --- /dev/null +++ b/sound/songs/se_w129.s @@ -0,0 +1,111 @@ + .include "MPlayDef.s" + + .equ se_w129_grp, voicegroup_8451F90 + .equ se_w129_pri, 4 + .equ se_w129_rev, reverb_set+50 + .equ se_w129_mvl, 127 + .equ se_w129_key, 0 + .equ se_w129_tbs, 1 + .equ se_w129_exg, 0 + .equ se_w129_cmp, 1 + + .section .rodata + .global se_w129 + .align 2 + +@********************** Track 1 **********************@ + +se_w129_1: + .byte KEYSH , se_w129_key+0 + .byte TEMPO , 180*se_w129_tbs/2 + .byte VOICE , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*se_w129_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Ds6 , v100 + .byte W01 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 90*se_w129_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 77*se_w129_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 37*se_w129_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte VOL , 100*se_w129_mvl/mxv + .byte BEND , c_v+0 + .byte N06 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 90*se_w129_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 77*se_w129_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 37*se_w129_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte VOL , 100*se_w129_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Ds6 , v056 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 90*se_w129_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 77*se_w129_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 37*se_w129_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w129_2: + .byte KEYSH , se_w129_key+0 + .byte VOICE , 53 + .byte VOL , 100*se_w129_mvl/mxv + .byte W02 + .byte N06 , Cn6 , v040 + .byte W04 + .byte W02 + .byte N04 , Cn6 , v032 + .byte W04 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w129: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w129_pri @ Priority + .byte se_w129_rev @ Reverb. + + .word se_w129_grp + + .word se_w129_1 + .word se_w129_2 + + .end diff --git a/sound/songs/se_w145.s b/sound/songs/se_w145.s new file mode 100644 index 000000000..0c2e0b1ab --- /dev/null +++ b/sound/songs/se_w145.s @@ -0,0 +1,57 @@ + .include "MPlayDef.s" + + .equ se_w145_grp, voicegroup_8451F90 + .equ se_w145_pri, 4 + .equ se_w145_rev, reverb_set+50 + .equ se_w145_mvl, 127 + .equ se_w145_key, 0 + .equ se_w145_tbs, 1 + .equ se_w145_exg, 0 + .equ se_w145_cmp, 1 + + .section .rodata + .global se_w145 + .align 2 + +@********************** Track 1 **********************@ + +se_w145_1: + .byte KEYSH , se_w145_key+0 + .byte TEMPO , 220*se_w145_tbs/2 + .byte VOICE , 23 + .byte VOL , 95*se_w145_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N09 , Cn3 , v127 + .byte W03 + .byte PAN , c_v-16 + .byte BEND , c_v+6 + .byte W01 + .byte c_v+16 + .byte W02 + .byte PAN , c_v+16 + .byte BEND , c_v+37 + .byte W01 + .byte c_v+48 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-1 + .byte N03 , En3 + .byte W15 + .byte FINE + +@******************************************************@ + .align 2 + +se_w145: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w145_pri @ Priority + .byte se_w145_rev @ Reverb. + + .word se_w145_grp + + .word se_w145_1 + + .end diff --git a/sound/songs/se_w145b.s b/sound/songs/se_w145b.s new file mode 100644 index 000000000..01014e8b1 --- /dev/null +++ b/sound/songs/se_w145b.s @@ -0,0 +1,60 @@ + .include "MPlayDef.s" + + .equ se_w145b_grp, voicegroup_8451F90 + .equ se_w145b_pri, 4 + .equ se_w145b_rev, reverb_set+50 + .equ se_w145b_mvl, 127 + .equ se_w145b_key, 0 + .equ se_w145b_tbs, 1 + .equ se_w145b_exg, 0 + .equ se_w145b_cmp, 1 + + .section .rodata + .global se_w145b + .align 2 + +@********************** Track 1 **********************@ + +se_w145b_1: + .byte KEYSH , se_w145b_key+0 + .byte TEMPO , 220*se_w145b_tbs/2 + .byte VOICE , 24 + .byte VOL , 110*se_w145b_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W03 + .byte N09 , Gn4 , v127 + .byte W02 + .byte BEND , c_v+31 + .byte W02 + .byte c_v-34 + .byte W17 + .byte FINE + +@********************** Track 2 **********************@ + +se_w145b_2: + .byte KEYSH , se_w145b_key+0 + .byte VOICE , 4 + .byte VOL , 110*se_w145b_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Cn4 , v044 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w145b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w145b_pri @ Priority + .byte se_w145b_rev @ Reverb. + + .word se_w145b_grp + + .word se_w145b_1 + .word se_w145b_2 + + .end diff --git a/sound/songs/se_w145c.s b/sound/songs/se_w145c.s new file mode 100644 index 000000000..68803d046 --- /dev/null +++ b/sound/songs/se_w145c.s @@ -0,0 +1,62 @@ + .include "MPlayDef.s" + + .equ se_w145c_grp, voicegroup_8451F90 + .equ se_w145c_pri, 4 + .equ se_w145c_rev, reverb_set+50 + .equ se_w145c_mvl, 127 + .equ se_w145c_key, 0 + .equ se_w145c_tbs, 1 + .equ se_w145c_exg, 0 + .equ se_w145c_cmp, 1 + + .section .rodata + .global se_w145c + .align 2 + +@********************** Track 1 **********************@ + +se_w145c_1: + .byte KEYSH , se_w145c_key+0 + .byte TEMPO , 220*se_w145c_tbs/2 + .byte VOICE , 23 + .byte VOL , 95*se_w145c_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N12 , Gn2 , v127 + .byte W06 + .byte PAN , c_v-17 + .byte BEND , c_v+6 + .byte W01 + .byte c_v+16 + .byte W02 + .byte PAN , c_v+16 + .byte BEND , c_v+25 + .byte W01 + .byte c_v+31 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-1 + .byte W03 + .byte N06 + .byte W03 + .byte BEND , c_v+6 + .byte W01 + .byte c_v+13 + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w145c: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w145c_pri @ Priority + .byte se_w145c_rev @ Reverb. + + .word se_w145c_grp + + .word se_w145c_1 + + .end diff --git a/sound/songs/se_w146.s b/sound/songs/se_w146.s new file mode 100644 index 000000000..12b535f8b --- /dev/null +++ b/sound/songs/se_w146.s @@ -0,0 +1,79 @@ + .include "MPlayDef.s" + + .equ se_w146_grp, voicegroup_8451F90 + .equ se_w146_pri, 4 + .equ se_w146_rev, reverb_set+50 + .equ se_w146_mvl, 127 + .equ se_w146_key, 0 + .equ se_w146_tbs, 1 + .equ se_w146_exg, 0 + .equ se_w146_cmp, 1 + + .section .rodata + .global se_w146 + .align 2 + +@********************** Track 1 **********************@ + +se_w146_1: + .byte KEYSH , se_w146_key+0 + .byte TEMPO , 150*se_w146_tbs/2 + .byte VOICE , 19 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 5*se_w146_mvl/mxv + .byte BEND , c_v+0 + .byte N07 , Bn5 , v080 + .byte W01 + .byte VOL , 55*se_w146_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v+3 + .byte W01 + .byte VOL , 67*se_w146_mvl/mxv + .byte PAN , c_v+22 + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 90*se_w146_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-6 + .byte W01 + .byte PAN , c_v-12 + .byte BEND , c_v-14 + .byte W02 + .byte VOL , 4*se_w146_mvl/mxv + .byte PAN , c_v-22 + .byte BEND , c_v-23 + .byte W01 + .byte PAN , c_v-13 + .byte BEND , c_v+0 + .byte N04 , Cn6 + .byte W01 + .byte VOL , 66*se_w146_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte W01 + .byte VOL , 90*se_w146_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v+3 + .byte W01 + .byte VOL , 4*se_w146_mvl/mxv + .byte PAN , c_v+21 + .byte BEND , c_v+5 + .byte W14 + .byte VOL , 90*se_w146_mvl/mxv + .byte FINE + +@******************************************************@ + .align 2 + +se_w146: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w146_pri @ Priority + .byte se_w146_rev @ Reverb. + + .word se_w146_grp + + .word se_w146_1 + + .end diff --git a/sound/songs/se_w151.s b/sound/songs/se_w151.s new file mode 100644 index 000000000..aadf24b57 --- /dev/null +++ b/sound/songs/se_w151.s @@ -0,0 +1,202 @@ + .include "MPlayDef.s" + + .equ se_w151_grp, voicegroup_8451F90 + .equ se_w151_pri, 4 + .equ se_w151_rev, reverb_set+50 + .equ se_w151_mvl, 127 + .equ se_w151_key, 0 + .equ se_w151_tbs, 1 + .equ se_w151_exg, 0 + .equ se_w151_cmp, 1 + + .section .rodata + .global se_w151 + .align 2 + +@********************** Track 1 **********************@ + +se_w151_1: + .byte KEYSH , se_w151_key+0 + .byte TEMPO , 150*se_w151_tbs/2 + .byte VOICE , 31 + .byte VOL , 110*se_w151_mvl/mxv + .byte BENDR , 24 + .byte PAN , c_v+0 + .byte BEND , c_v-37 + .byte N06 , Gn0 , v127 + .byte W01 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+27 + .byte W01 + .byte c_v+46 + .byte W02 + .byte VOICE , 23 + .byte PAN , c_v+11 + .byte N01 , Cn1 + .byte W01 + .byte PAN , c_v-10 + .byte N01 , Cn2 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v+6 + .byte BEND , c_v-37 + .byte N06 , Dn1 + .byte W01 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W02 + .byte c_v+27 + .byte W01 + .byte c_v+46 + .byte W01 + .byte VOICE , 23 + .byte PAN , c_v-1 + .byte N01 , Fn1 + .byte W01 + .byte PAN , c_v-10 + .byte N01 , Fn2 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v+0 + .byte BEND , c_v-37 + .byte N02 , Gn0 + .byte W02 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v+27 + .byte N02 + .byte W01 + .byte BEND , c_v+46 + .byte W01 + .byte VOICE , 23 + .byte PAN , c_v+10 + .byte N01 , Cn1 + .byte W02 + .byte PAN , c_v-9 + .byte N01 , Cn2 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v+0 + .byte BEND , c_v-37 + .byte N06 , Dn1 + .byte W01 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+27 + .byte W02 + .byte c_v+46 + .byte W01 + .byte VOICE , 23 + .byte PAN , c_v+5 + .byte N01 , Cn1 + .byte W01 + .byte PAN , c_v-8 + .byte N01 , Cn2 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v+0 + .byte BEND , c_v-37 + .byte N06 , Gn0 , v112 + .byte W01 + .byte BEND , c_v-16 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+27 + .byte W01 + .byte c_v+46 + .byte W01 + .byte VOICE , 23 + .byte PAN , c_v+11 + .byte N01 , Cn1 , v100 + .byte W01 + .byte PAN , c_v-10 + .byte N01 , Cn2 , v096 + .byte W02 + .byte VOICE , 31 + .byte PAN , c_v+6 + .byte BEND , c_v-37 + .byte N06 , Dn1 + .byte W01 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+27 + .byte W01 + .byte c_v+46 + .byte W02 + .byte VOICE , 23 + .byte PAN , c_v-1 + .byte N01 , Fn1 , v084 + .byte W01 + .byte PAN , c_v-10 + .byte N01 , Fn2 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v+0 + .byte BEND , c_v-37 + .byte N02 , Gn0 , v080 + .byte W01 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W02 + .byte PAN , c_v+5 + .byte BEND , c_v+27 + .byte N02 , Gn0 , v072 + .byte W01 + .byte BEND , c_v+46 + .byte W01 + .byte VOICE , 23 + .byte PAN , c_v+10 + .byte N01 , Cn1 , v068 + .byte W01 + .byte PAN , c_v-9 + .byte N01 , Cn2 + .byte W01 + .byte VOICE , 31 + .byte PAN , c_v+0 + .byte BEND , c_v-37 + .byte N06 , Dn1 , v064 + .byte W02 + .byte BEND , c_v-16 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v+27 + .byte W01 + .byte c_v+46 + .byte W01 + .byte VOICE , 23 + .byte PAN , c_v+5 + .byte N01 , Cn1 , v056 + .byte W02 + .byte PAN , c_v-8 + .byte N01 , Cn2 , v052 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w151: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w151_pri @ Priority + .byte se_w151_rev @ Reverb. + + .word se_w151_grp + + .word se_w151_1 + + .end diff --git a/sound/songs/se_w152.s b/sound/songs/se_w152.s new file mode 100644 index 000000000..1a33d262b --- /dev/null +++ b/sound/songs/se_w152.s @@ -0,0 +1,58 @@ + .include "MPlayDef.s" + + .equ se_w152_grp, voicegroup_8451F90 + .equ se_w152_pri, 4 + .equ se_w152_rev, reverb_set+50 + .equ se_w152_mvl, 127 + .equ se_w152_key, 0 + .equ se_w152_tbs, 1 + .equ se_w152_exg, 0 + .equ se_w152_cmp, 1 + + .section .rodata + .global se_w152 + .align 2 + +@********************** Track 1 **********************@ + +se_w152_1: + .byte KEYSH , se_w152_key+0 + .byte TEMPO , 150*se_w152_tbs/2 + .byte VOICE , 23 + .byte VOL , 100*se_w152_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+2 + .byte N02 , Dn3 , v127 + .byte W01 + .byte PAN , c_v-10 + .byte BEND , c_v+4 + .byte W02 + .byte PAN , c_v+8 + .byte BEND , c_v+6 + .byte N02 , Dn3 , v084 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+9 + .byte W02 + .byte c_v-1 + .byte W02 + .byte c_v+32 + .byte N02 , Dn3 , v056 + .byte W16 + .byte FINE + +@******************************************************@ + .align 2 + +se_w152: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w152_pri @ Priority + .byte se_w152_rev @ Reverb. + + .word se_w152_grp + + .word se_w152_1 + + .end diff --git a/sound/songs/se_w153.s b/sound/songs/se_w153.s new file mode 100644 index 000000000..85121c951 --- /dev/null +++ b/sound/songs/se_w153.s @@ -0,0 +1,118 @@ + .include "MPlayDef.s" + + .equ se_w153_grp, voicegroup_8451F90 + .equ se_w153_pri, 4 + .equ se_w153_rev, reverb_set+50 + .equ se_w153_mvl, 127 + .equ se_w153_key, 0 + .equ se_w153_tbs, 1 + .equ se_w153_exg, 0 + .equ se_w153_cmp, 1 + + .section .rodata + .global se_w153 + .align 2 + +@********************** Track 1 **********************@ + +se_w153_1: + .byte KEYSH , se_w153_key+0 + .byte TEMPO , 150*se_w153_tbs/2 + .byte VOICE , 41 + .byte VOL , 125*se_w153_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N01 , Ds3 , v127 + .byte W01 + .byte As2 + .byte W02 + .byte PAN , c_v-8 + .byte N02 , Gn3 + .byte W01 + .byte PAN , c_v+7 + .byte W03 + .byte c_v+0 + .byte N01 , Ds3 + .byte W01 + .byte As2 + .byte W02 + .byte N54 , Fn3 + .byte W11 + .byte BEND , c_v+3 + .byte W03 + .byte W02 + .byte PAN , c_v+6 + .byte BEND , c_v+7 + .byte W04 + .byte PAN , c_v+0 + .byte W01 + .byte BEND , c_v+10 + .byte W02 + .byte PAN , c_v-8 + .byte W01 + .byte BEND , c_v+16 + .byte W03 + .byte PAN , c_v+0 + .byte W01 + .byte BEND , c_v+20 + .byte W02 + .byte PAN , c_v+7 + .byte W02 + .byte BEND , c_v+25 + .byte W02 + .byte PAN , c_v+0 + .byte W04 + .byte c_v-8 + .byte BEND , c_v+20 + .byte W03 + .byte PAN , c_v+6 + .byte W01 + .byte BEND , c_v+10 + .byte W03 + .byte PAN , c_v-8 + .byte W02 + .byte BEND , c_v+3 + .byte W01 + .byte PAN , c_v+7 + .byte W04 + .byte c_v-8 + .byte W10 + .byte FINE + +@********************** Track 2 **********************@ + +se_w153_2: + .byte KEYSH , se_w153_key+0 + .byte VOICE , 4 + .byte VOL , 125*se_w153_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N02 , Cn3 , v052 + .byte W01 + .byte VOL , 74*se_w153_mvl/mxv + .byte W06 + .byte 125*se_w153_mvl/mxv + .byte N02 + .byte W01 + .byte VOL , 74*se_w153_mvl/mxv + .byte W16 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w153: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w153_pri @ Priority + .byte se_w153_rev @ Reverb. + + .word se_w153_grp + + .word se_w153_1 + .word se_w153_2 + + .end diff --git a/sound/songs/se_w155.s b/sound/songs/se_w155.s new file mode 100644 index 000000000..cf3631754 --- /dev/null +++ b/sound/songs/se_w155.s @@ -0,0 +1,57 @@ + .include "MPlayDef.s" + + .equ se_w155_grp, voicegroup_8451F90 + .equ se_w155_pri, 4 + .equ se_w155_rev, reverb_set+50 + .equ se_w155_mvl, 127 + .equ se_w155_key, 0 + .equ se_w155_tbs, 1 + .equ se_w155_exg, 0 + .equ se_w155_cmp, 1 + + .section .rodata + .global se_w155 + .align 2 + +@********************** Track 1 **********************@ + +se_w155_1: + .byte KEYSH , se_w155_key+0 + .byte TEMPO , 150*se_w155_tbs/2 + .byte VOICE , 24 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w155_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Cn5 , v127 + .byte W01 + .byte PAN , c_v+10 + .byte N01 , Cn6 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Cn5 + .byte W04 + .byte N01 + .byte W01 + .byte PAN , c_v-11 + .byte N01 , Cn6 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Cn5 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w155: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w155_pri @ Priority + .byte se_w155_rev @ Reverb. + + .word se_w155_grp + + .word se_w155_1 + + .end diff --git a/sound/songs/se_w161.s b/sound/songs/se_w161.s new file mode 100644 index 000000000..277eb277b --- /dev/null +++ b/sound/songs/se_w161.s @@ -0,0 +1,99 @@ + .include "MPlayDef.s" + + .equ se_w161_grp, voicegroup_8451F90 + .equ se_w161_pri, 4 + .equ se_w161_rev, reverb_set+50 + .equ se_w161_mvl, 127 + .equ se_w161_key, 0 + .equ se_w161_tbs, 1 + .equ se_w161_exg, 0 + .equ se_w161_cmp, 1 + + .section .rodata + .global se_w161 + .align 2 + +@********************** Track 1 **********************@ + +se_w161_1: + .byte KEYSH , se_w161_key+0 + .byte TEMPO , 220*se_w161_tbs/2 + .byte VOICE , 58 + .byte BENDR , 24 + .byte PAN , c_v+0 + .byte VOL , 19*se_w161_mvl/mxv + .byte BEND , c_v-32 + .byte N16 , Gn1 , v127 + .byte W01 + .byte VOL , 43*se_w161_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 72*se_w161_mvl/mxv + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 92*se_w161_mvl/mxv + .byte BEND , c_v+7 + .byte W01 + .byte VOL , 109*se_w161_mvl/mxv + .byte BEND , c_v+19 + .byte W02 + .byte c_v+28 + .byte W01 + .byte c_v+40 + .byte W01 + .byte c_v+28 + .byte W01 + .byte VOL , 102*se_w161_mvl/mxv + .byte BEND , c_v+19 + .byte W01 + .byte VOL , 88*se_w161_mvl/mxv + .byte BEND , c_v+5 + .byte W02 + .byte VOL , 69*se_w161_mvl/mxv + .byte BEND , c_v-9 + .byte W01 + .byte VOL , 37*se_w161_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 17*se_w161_mvl/mxv + .byte BEND , c_v-34 + .byte W10 + .byte FINE + +@********************** Track 2 **********************@ + +se_w161_2: + .byte KEYSH , se_w161_key+0 + .byte VOICE , 4 + .byte VOL , 110*se_w161_mvl/mxv + .byte N02 , Gs3 , v032 + .byte W02 + .byte Gn3 + .byte W02 + .byte Fn3 + .byte W03 + .byte En3 + .byte W02 + .byte Dn3 + .byte W03 + .byte Cn3 + .byte W02 + .byte Gs2 + .byte W10 + .byte FINE + +@******************************************************@ + .align 2 + +se_w161: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w161_pri @ Priority + .byte se_w161_rev @ Reverb. + + .word se_w161_grp + + .word se_w161_1 + .word se_w161_2 + + .end diff --git a/sound/songs/se_w161b.s b/sound/songs/se_w161b.s new file mode 100644 index 000000000..8b9c06e41 --- /dev/null +++ b/sound/songs/se_w161b.s @@ -0,0 +1,124 @@ + .include "MPlayDef.s" + + .equ se_w161b_grp, voicegroup_8451F90 + .equ se_w161b_pri, 4 + .equ se_w161b_rev, reverb_set+50 + .equ se_w161b_mvl, 127 + .equ se_w161b_key, 0 + .equ se_w161b_tbs, 1 + .equ se_w161b_exg, 0 + .equ se_w161b_cmp, 1 + + .section .rodata + .global se_w161b + .align 2 + +@********************** Track 1 **********************@ + +se_w161b_1: + .byte KEYSH , se_w161b_key+0 + .byte TEMPO , 220*se_w161b_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w161b_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , An3 , v127 + .byte W03 + .byte BEND , c_v+21 + .byte W03 + .byte c_v+0 + .byte W03 + .byte c_v+6 + .byte N15 , An3 , v120 + .byte W03 + .byte BEND , c_v+2 + .byte W01 + .byte PAN , c_v+10 + .byte W02 + .byte BEND , c_v-9 + .byte W03 + .byte PAN , c_v-9 + .byte BEND , c_v-29 + .byte W06 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N09 , Cn3 , v127 + .byte W06 + .byte BEND , c_v-8 + .byte W03 + .byte c_v-15 + .byte N60 , Cs3 , v124 + .byte W03 + .byte BEND , c_v-4 + .byte W03 + .byte PAN , c_v+10 + .byte W06 + .byte c_v+0 + .byte BEND , c_v-8 + .byte W03 + .byte W03 + .byte PAN , c_v-9 + .byte W03 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v-22 + .byte W06 + .byte VOL , 103*se_w161b_mvl/mxv + .byte PAN , c_v+10 + .byte W03 + .byte BEND , c_v-32 + .byte W03 + .byte PAN , c_v+0 + .byte W03 + .byte VOL , 95*se_w161b_mvl/mxv + .byte BEND , c_v-38 + .byte W03 + .byte PAN , c_v-9 + .byte W05 + .byte BEND , c_v-45 + .byte W01 + .byte VOL , 66*se_w161b_mvl/mxv + .byte PAN , c_v+0 + .byte W05 + .byte c_v+10 + .byte W01 + .byte BEND , c_v-52 + .byte W03 + .byte VOL , 21*se_w161b_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_w161b_2: + .byte KEYSH , se_w161b_key+0 + .byte VOICE , 4 + .byte VOL , 110*se_w161b_mvl/mxv + .byte N06 , Cn3 , v060 + .byte W09 + .byte N15 + .byte W15 + .byte W24 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w161b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w161b_pri @ Priority + .byte se_w161b_rev @ Reverb. + + .word se_w161b_grp + + .word se_w161b_1 + .word se_w161b_2 + + .end diff --git a/sound/songs/se_w166.s b/sound/songs/se_w166.s new file mode 100644 index 000000000..e357e5315 --- /dev/null +++ b/sound/songs/se_w166.s @@ -0,0 +1,68 @@ + .include "MPlayDef.s" + + .equ se_w166_grp, voicegroup_8451F90 + .equ se_w166_pri, 4 + .equ se_w166_rev, reverb_set+50 + .equ se_w166_mvl, 127 + .equ se_w166_key, 0 + .equ se_w166_tbs, 1 + .equ se_w166_exg, 0 + .equ se_w166_cmp, 1 + + .section .rodata + .global se_w166 + .align 2 + +@********************** Track 1 **********************@ + +se_w166_1: + .byte KEYSH , se_w166_key+0 + .byte TEMPO , 180*se_w166_tbs/2 + .byte VOICE , 38 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w166_mvl/mxv + .byte BEND , c_v+0 + .byte N02 , Gn4 , v127 + .byte W01 + .byte VOL , 74*se_w166_mvl/mxv + .byte BEND , c_v-11 + .byte W01 + .byte VOICE , 31 + .byte VOL , 40*se_w166_mvl/mxv + .byte BEND , c_v-1 + .byte N03 , Cs5 + .byte W01 + .byte VOL , 64*se_w166_mvl/mxv + .byte PAN , c_v-6 + .byte BEND , c_v-12 + .byte W01 + .byte VOL , 86*se_w166_mvl/mxv + .byte PAN , c_v+4 + .byte BEND , c_v-16 + .byte W02 + .byte VOL , 110*se_w166_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , As5 + .byte W01 + .byte BEND , c_v+12 + .byte W01 + .byte VOL , 0*se_w166_mvl/mxv + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w166: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w166_pri @ Priority + .byte se_w166_rev @ Reverb. + + .word se_w166_grp + + .word se_w166_1 + + .end diff --git a/sound/songs/se_w171.s b/sound/songs/se_w171.s new file mode 100644 index 000000000..56a179151 --- /dev/null +++ b/sound/songs/se_w171.s @@ -0,0 +1,146 @@ + .include "MPlayDef.s" + + .equ se_w171_grp, voicegroup_8451F90 + .equ se_w171_pri, 4 + .equ se_w171_rev, reverb_set+50 + .equ se_w171_mvl, 127 + .equ se_w171_key, 0 + .equ se_w171_tbs, 1 + .equ se_w171_exg, 0 + .equ se_w171_cmp, 1 + + .section .rodata + .global se_w171 + .align 2 + +@********************** Track 1 **********************@ + +se_w171_1: + .byte KEYSH , se_w171_key+0 + .byte TEMPO , 220*se_w171_tbs/2 + .byte VOICE , 3 + .byte VOL , 110*se_w171_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W06 + .byte N03 , Gn2 , v092 + .byte W06 + .byte PAN , c_v-16 + .byte N03 , Gn2 , v088 + .byte W09 + .byte PAN , c_v-1 + .byte N03 , Fs3 , v104 + .byte W03 + .byte W03 + .byte PAN , c_v+16 + .byte N03 , Fs3 , v088 + .byte W06 + .byte PAN , c_v+0 + .byte N03 , Ds3 + .byte W06 + .byte PAN , c_v-16 + .byte N03 + .byte W09 + .byte PAN , c_v-1 + .byte N03 , An2 , v096 + .byte W06 + .byte PAN , c_v+17 + .byte N03 , An2 , v088 + .byte W09 + .byte PAN , c_v-1 + .byte N03 , Gs3 , v104 + .byte W06 + .byte PAN , c_v-16 + .byte N03 , Gs3 , v088 + .byte W03 + .byte W03 + .byte PAN , c_v-1 + .byte N03 , Fn3 + .byte W06 + .byte PAN , c_v+16 + .byte N03 + .byte W15 + .byte FINE + +@********************** Track 2 **********************@ + +se_w171_2: + .byte KEYSH , se_w171_key+0 + .byte VOICE , 20 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 110*se_w171_mvl/mxv + .byte PAN , c_v-7 + .byte BEND , c_v+55 + .byte N03 , Cn2 , v100 + .byte W06 + .byte PAN , c_v+6 + .byte BEND , c_v+36 + .byte N03 + .byte W06 + .byte PAN , c_v-7 + .byte BEND , c_v+17 + .byte N03 + .byte W06 + .byte PAN , c_v+6 + .byte BEND , c_v+2 + .byte N03 + .byte W06 + .byte PAN , c_v-7 + .byte BEND , c_v-8 + .byte N03 + .byte W06 + .byte PAN , c_v+6 + .byte BEND , c_v+12 + .byte N03 + .byte W06 + .byte PAN , c_v-7 + .byte BEND , c_v+6 + .byte N03 + .byte W06 + .byte PAN , c_v+6 + .byte BEND , c_v+0 + .byte N03 + .byte W06 + .byte PAN , c_v-7 + .byte BEND , c_v-6 + .byte N03 + .byte W06 + .byte PAN , c_v+6 + .byte BEND , c_v-19 + .byte N03 + .byte W06 + .byte PAN , c_v-7 + .byte BEND , c_v-31 + .byte N03 + .byte W06 + .byte PAN , c_v+6 + .byte BEND , c_v-44 + .byte N03 + .byte W06 + .byte PAN , c_v-7 + .byte BEND , c_v-55 + .byte N03 + .byte W06 + .byte PAN , c_v+6 + .byte BEND , c_v-64 + .byte N03 + .byte W18 + .byte FINE + +@******************************************************@ + .align 2 + +se_w171: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w171_pri @ Priority + .byte se_w171_rev @ Reverb. + + .word se_w171_grp + + .word se_w171_1 + .word se_w171_2 + + .end diff --git a/sound/songs/se_w172.s b/sound/songs/se_w172.s new file mode 100644 index 000000000..161199a3e --- /dev/null +++ b/sound/songs/se_w172.s @@ -0,0 +1,124 @@ + .include "MPlayDef.s" + + .equ se_w172_grp, voicegroup_8451F90 + .equ se_w172_pri, 4 + .equ se_w172_rev, reverb_set+50 + .equ se_w172_mvl, 127 + .equ se_w172_key, 0 + .equ se_w172_tbs, 1 + .equ se_w172_exg, 0 + .equ se_w172_cmp, 1 + + .section .rodata + .global se_w172 + .align 2 + +@********************** Track 1 **********************@ + +se_w172_1: + .byte KEYSH , se_w172_key+0 + .byte TEMPO , 150*se_w172_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 22*se_w172_mvl/mxv + .byte BEND , c_v+0 + .byte N30 , Dn4 , v127 + .byte W01 + .byte VOL , 49*se_w172_mvl/mxv + .byte W01 + .byte 71*se_w172_mvl/mxv + .byte W01 + .byte 95*se_w172_mvl/mxv + .byte BEND , c_v+8 + .byte W01 + .byte VOL , 110*se_w172_mvl/mxv + .byte W02 + .byte PAN , c_v+5 + .byte BEND , c_v+16 + .byte W01 + .byte VOL , 95*se_w172_mvl/mxv + .byte W02 + .byte 88*se_w172_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+7 + .byte W01 + .byte VOL , 93*se_w172_mvl/mxv + .byte W02 + .byte 110*se_w172_mvl/mxv + .byte PAN , c_v-5 + .byte BEND , c_v+0 + .byte W02 + .byte VOL , 86*se_w172_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-9 + .byte W01 + .byte VOL , 63*se_w172_mvl/mxv + .byte W02 + .byte 37*se_w172_mvl/mxv + .byte BEND , c_v-24 + .byte W03 + .byte VOL , 13*se_w172_mvl/mxv + .byte BEND , c_v-46 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w172_2: + .byte KEYSH , se_w172_key+0 + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte VOL , 22*se_w172_mvl/mxv + .byte N30 , Gn2 , v032 + .byte W01 + .byte VOL , 49*se_w172_mvl/mxv + .byte W01 + .byte 71*se_w172_mvl/mxv + .byte W01 + .byte 95*se_w172_mvl/mxv + .byte W01 + .byte 110*se_w172_mvl/mxv + .byte W02 + .byte W01 + .byte 95*se_w172_mvl/mxv + .byte W02 + .byte 88*se_w172_mvl/mxv + .byte W01 + .byte 93*se_w172_mvl/mxv + .byte W02 + .byte 110*se_w172_mvl/mxv + .byte W02 + .byte 86*se_w172_mvl/mxv + .byte W01 + .byte W01 + .byte 63*se_w172_mvl/mxv + .byte W02 + .byte 37*se_w172_mvl/mxv + .byte W03 + .byte 13*se_w172_mvl/mxv + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w172: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w172_pri @ Priority + .byte se_w172_rev @ Reverb. + + .word se_w172_grp + + .word se_w172_1 + .word se_w172_2 + + .end diff --git a/sound/songs/se_w172b.s b/sound/songs/se_w172b.s new file mode 100644 index 000000000..819fed35e --- /dev/null +++ b/sound/songs/se_w172b.s @@ -0,0 +1,99 @@ + .include "MPlayDef.s" + + .equ se_w172b_grp, voicegroup_8451F90 + .equ se_w172b_pri, 4 + .equ se_w172b_rev, reverb_set+50 + .equ se_w172b_mvl, 127 + .equ se_w172b_key, 0 + .equ se_w172b_tbs, 1 + .equ se_w172b_exg, 0 + .equ se_w172b_cmp, 1 + + .section .rodata + .global se_w172b + .align 2 + +@********************** Track 1 **********************@ + +se_w172b_1: + .byte KEYSH , se_w172b_key+0 + .byte TEMPO , 150*se_w172b_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w172b_mvl/mxv + .byte BEND , c_v+0 + .byte N48 , Cn4 , v127 + .byte W06 + .byte PAN , c_v+4 + .byte W03 + .byte BEND , c_v+2 + .byte W03 + .byte PAN , c_v+10 + .byte W03 + .byte BEND , c_v+5 + .byte W03 + .byte VOL , 98*se_w172b_mvl/mxv + .byte PAN , c_v+4 + .byte W03 + .byte BEND , c_v+3 + .byte W03 + .byte VOL , 88*se_w172b_mvl/mxv + .byte PAN , c_v+0 + .byte W03 + .byte BEND , c_v-5 + .byte W03 + .byte VOL , 68*se_w172b_mvl/mxv + .byte PAN , c_v-5 + .byte W03 + .byte c_v+7 + .byte BEND , c_v-9 + .byte W03 + .byte VOL , 44*se_w172b_mvl/mxv + .byte PAN , c_v+0 + .byte W03 + .byte BEND , c_v-15 + .byte W03 + .byte VOL , 13*se_w172b_mvl/mxv + .byte BEND , c_v-24 + .byte W03 + .byte c_v-40 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w172b_2: + .byte KEYSH , se_w172b_key+0 + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte VOL , 110*se_w172b_mvl/mxv + .byte N48 , Gn2 , v032 + .byte W18 + .byte VOL , 98*se_w172b_mvl/mxv + .byte W06 + .byte 88*se_w172b_mvl/mxv + .byte W06 + .byte 68*se_w172b_mvl/mxv + .byte W06 + .byte 44*se_w172b_mvl/mxv + .byte W06 + .byte 13*se_w172b_mvl/mxv + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w172b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w172b_pri @ Priority + .byte se_w172b_rev @ Reverb. + + .word se_w172b_grp + + .word se_w172b_1 + .word se_w172b_2 + + .end diff --git a/sound/songs/se_w173.s b/sound/songs/se_w173.s new file mode 100644 index 000000000..8300a9ac3 --- /dev/null +++ b/sound/songs/se_w173.s @@ -0,0 +1,105 @@ + .include "MPlayDef.s" + + .equ se_w173_grp, voicegroup_8451F90 + .equ se_w173_pri, 4 + .equ se_w173_rev, reverb_set+50 + .equ se_w173_mvl, 127 + .equ se_w173_key, 0 + .equ se_w173_tbs, 1 + .equ se_w173_exg, 0 + .equ se_w173_cmp, 1 + + .section .rodata + .global se_w173 + .align 2 + +@********************** Track 1 **********************@ + +se_w173_1: + .byte KEYSH , se_w173_key+0 + .byte TEMPO , 220*se_w173_tbs/2 + .byte VOICE , 38 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 27*se_w173_mvl/mxv + .byte BEND , c_v+0 + .byte N10 , An1 , v127 + .byte W01 + .byte VOL , 75*se_w173_mvl/mxv + .byte W01 + .byte 120*se_w173_mvl/mxv + .byte W04 + .byte W02 + .byte 75*se_w173_mvl/mxv + .byte W01 + .byte 28*se_w173_mvl/mxv + .byte W03 + .byte VOICE , 36 + .byte VOL , 83*se_w173_mvl/mxv + .byte N18 , En2 , v112 + .byte W02 + .byte VOL , 87*se_w173_mvl/mxv + .byte W02 + .byte 91*se_w173_mvl/mxv + .byte W02 + .byte W01 + .byte 97*se_w173_mvl/mxv + .byte W02 + .byte 102*se_w173_mvl/mxv + .byte W01 + .byte 109*se_w173_mvl/mxv + .byte W02 + .byte 113*se_w173_mvl/mxv + .byte W01 + .byte 120*se_w173_mvl/mxv + .byte W05 + .byte FINE + +@********************** Track 2 **********************@ + +se_w173_2: + .byte VOL , 120*se_w173_mvl/mxv + .byte KEYSH , se_w173_key+0 + .byte VOICE , 27 + .byte N01 , En2 , v052 + .byte W02 + .byte Dn2 + .byte W02 + .byte En2 + .byte W02 + .byte W01 + .byte Dn2 + .byte W02 + .byte En2 + .byte W03 + .byte W01 + .byte En2 , v064 + .byte W02 + .byte Gs2 + .byte W03 + .byte Dn3 + .byte W02 + .byte En2 + .byte W02 + .byte Gs2 + .byte W02 + .byte W01 + .byte Dn3 + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w173: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w173_pri @ Priority + .byte se_w173_rev @ Reverb. + + .word se_w173_grp + + .word se_w173_1 + .word se_w173_2 + + .end diff --git a/sound/songs/se_w179.s b/sound/songs/se_w179.s new file mode 100644 index 000000000..e28036608 --- /dev/null +++ b/sound/songs/se_w179.s @@ -0,0 +1,336 @@ + .include "MPlayDef.s" + + .equ se_w179_grp, voicegroup_8451F90 + .equ se_w179_pri, 4 + .equ se_w179_rev, reverb_set+50 + .equ se_w179_mvl, 127 + .equ se_w179_key, 0 + .equ se_w179_tbs, 1 + .equ se_w179_exg, 0 + .equ se_w179_cmp, 1 + + .section .rodata + .global se_w179 + .align 2 + +@********************** Track 1 **********************@ + +se_w179_1: + .byte KEYSH , se_w179_key+0 + .byte TEMPO , 150*se_w179_tbs/2 + .byte VOICE , 19 + .byte BENDR , 24 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v+0 + .byte VOL , 100*se_w179_mvl/mxv + .byte N03 , Cn5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v-10 + .byte BEND , c_v+0 + .byte N01 , Gn4 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v-33 + .byte N03 , Cs5 , v092 + .byte W02 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v+10 + .byte BEND , c_v+0 + .byte N01 , Gs4 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-33 + .byte N03 , Dn5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W02 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v-14 + .byte BEND , c_v+0 + .byte N01 , An4 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v-33 + .byte N03 , Ds5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W02 + .byte VOICE , 22 + .byte PAN , c_v+14 + .byte BEND , c_v+0 + .byte N01 , As4 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-33 + .byte N03 , En5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v-18 + .byte BEND , c_v+0 + .byte N01 , Bn4 , v127 + .byte W02 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v-33 + .byte N03 , Fn5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v+18 + .byte BEND , c_v+0 + .byte N01 , Cn5 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-33 + .byte N03 , Fs5 , v092 + .byte W02 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v-14 + .byte BEND , c_v+0 + .byte N01 , Cs5 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v-33 + .byte N03 , Gn5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W02 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v+14 + .byte BEND , c_v+0 + .byte N01 , Dn5 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-33 + .byte N03 , Gs5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W02 + .byte VOICE , 22 + .byte PAN , c_v-10 + .byte BEND , c_v+0 + .byte N01 , Ds5 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v-33 + .byte N03 , An5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v+10 + .byte BEND , c_v+0 + .byte N01 , En5 , v127 + .byte W02 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-33 + .byte N03 , As5 , v092 + .byte W01 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v-10 + .byte BEND , c_v+0 + .byte N01 , Fn5 , v127 + .byte W01 + .byte VOICE , 19 + .byte VOL , 100*se_w179_mvl/mxv + .byte PAN , c_v-1 + .byte BEND , c_v-33 + .byte N03 , Bn5 , v092 + .byte W02 + .byte VOL , 72*se_w179_mvl/mxv + .byte W01 + .byte 40*se_w179_mvl/mxv + .byte BEND , c_v+31 + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v+10 + .byte BEND , c_v+0 + .byte N01 , Fs5 , v127 + .byte W01 + .byte BEND , c_v-33 + .byte W03 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w179_2: + .byte KEYSH , se_w179_key+0 + .byte VOICE , 17 + .byte VOL , 100*se_w179_mvl/mxv + .byte W02 + .byte BEND , c_v+31 + .byte N03 , Cn5 , v040 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W02 + .byte W01 + .byte c_v+31 + .byte N03 , Cs5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W03 + .byte c_v+31 + .byte N03 , Dn5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W02 + .byte c_v+31 + .byte N03 , Ds5 + .byte W02 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W02 + .byte c_v+31 + .byte N03 , En5 + .byte W01 + .byte BEND , c_v+0 + .byte W02 + .byte c_v-33 + .byte W02 + .byte c_v+31 + .byte N03 , Fn5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W02 + .byte W01 + .byte c_v+31 + .byte N03 , Fs5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W03 + .byte c_v+31 + .byte N03 , Gn5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W02 + .byte c_v+31 + .byte N03 , Gs5 + .byte W02 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W02 + .byte c_v+31 + .byte N03 , An5 + .byte W01 + .byte BEND , c_v+0 + .byte W02 + .byte c_v-33 + .byte W02 + .byte c_v+31 + .byte N03 , As5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W02 + .byte W01 + .byte c_v+31 + .byte N03 , Bn5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W03 + .byte c_v+31 + .byte N03 , Bn5 , v020 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-33 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w179: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w179_pri @ Priority + .byte se_w179_rev @ Reverb. + + .word se_w179_grp + + .word se_w179_1 + .word se_w179_2 + + .end diff --git a/sound/songs/se_w185.s b/sound/songs/se_w185.s new file mode 100644 index 000000000..9f3b3c016 --- /dev/null +++ b/sound/songs/se_w185.s @@ -0,0 +1,89 @@ + .include "MPlayDef.s" + + .equ se_w185_grp, voicegroup_8451F90 + .equ se_w185_pri, 4 + .equ se_w185_rev, reverb_set+50 + .equ se_w185_mvl, 127 + .equ se_w185_key, 0 + .equ se_w185_tbs, 1 + .equ se_w185_exg, 0 + .equ se_w185_cmp, 1 + + .section .rodata + .global se_w185 + .align 2 + +@********************** Track 1 **********************@ + +se_w185_1: + .byte KEYSH , se_w185_key+0 + .byte TEMPO , 150*se_w185_tbs/2 + .byte VOICE , 45 + .byte VOL , 100*se_w185_mvl/mxv + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte BEND , c_v-5 + .byte N06 , Cn3 , v112 + .byte W01 + .byte BEND , c_v+10 + .byte W01 + .byte c_v+37 + .byte W01 + .byte c_v+55 + .byte W03 + .byte PAN , c_v-9 + .byte BEND , c_v-5 + .byte N06 , Cs3 , v096 + .byte W01 + .byte BEND , c_v+10 + .byte W01 + .byte c_v+37 + .byte W01 + .byte c_v+55 + .byte W03 + .byte PAN , c_v+7 + .byte BEND , c_v-5 + .byte N06 , Dn3 , v080 + .byte W01 + .byte BEND , c_v+10 + .byte W01 + .byte c_v+37 + .byte W01 + .byte c_v+55 + .byte W03 + .byte PAN , c_v-14 + .byte BEND , c_v-5 + .byte N06 , Ds3 , v060 + .byte W01 + .byte BEND , c_v+10 + .byte W01 + .byte c_v+37 + .byte W01 + .byte c_v+55 + .byte W03 + .byte PAN , c_v+14 + .byte BEND , c_v-5 + .byte N06 , En3 , v040 + .byte W01 + .byte BEND , c_v+10 + .byte W01 + .byte c_v+37 + .byte W01 + .byte c_v+55 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w185: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w185_pri @ Priority + .byte se_w185_rev @ Reverb. + + .word se_w185_grp + + .word se_w185_1 + + .end diff --git a/sound/songs/se_w187.s b/sound/songs/se_w187.s new file mode 100644 index 000000000..8ecb3d22e --- /dev/null +++ b/sound/songs/se_w187.s @@ -0,0 +1,72 @@ + .include "MPlayDef.s" + + .equ se_w187_grp, voicegroup_8451F90 + .equ se_w187_pri, 4 + .equ se_w187_rev, reverb_set+50 + .equ se_w187_mvl, 127 + .equ se_w187_key, 0 + .equ se_w187_tbs, 1 + .equ se_w187_exg, 0 + .equ se_w187_cmp, 1 + + .section .rodata + .global se_w187 + .align 2 + +@********************** Track 1 **********************@ + +se_w187_1: + .byte KEYSH , se_w187_key+0 + .byte TEMPO , 150*se_w187_tbs/2 + .byte VOICE , 6 + .byte BENDR , 12 + .byte VOL , 115*se_w187_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N19 , An2 , v127 + .byte W01 + .byte BEND , c_v-6 + .byte W01 + .byte c_v-10 + .byte W01 + .byte c_v-14 + .byte W01 + .byte c_v-12 + .byte W02 + .byte c_v-14 + .byte W01 + .byte c_v-18 + .byte W01 + .byte VOL , 108*se_w187_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte c_v-22 + .byte W01 + .byte VOL , 94*se_w187_mvl/mxv + .byte W03 + .byte 78*se_w187_mvl/mxv + .byte W01 + .byte 62*se_w187_mvl/mxv + .byte W01 + .byte 40*se_w187_mvl/mxv + .byte W01 + .byte 27*se_w187_mvl/mxv + .byte W02 + .byte 12*se_w187_mvl/mxv + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w187: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w187_pri @ Priority + .byte se_w187_rev @ Reverb. + + .word se_w187_grp + + .word se_w187_1 + + .end diff --git a/sound/songs/se_w195.s b/sound/songs/se_w195.s new file mode 100644 index 000000000..fe7dba273 --- /dev/null +++ b/sound/songs/se_w195.s @@ -0,0 +1,221 @@ + .include "MPlayDef.s" + + .equ se_w195_grp, voicegroup_8451F90 + .equ se_w195_pri, 4 + .equ se_w195_rev, reverb_set+50 + .equ se_w195_mvl, 127 + .equ se_w195_key, 0 + .equ se_w195_tbs, 1 + .equ se_w195_exg, 0 + .equ se_w195_cmp, 1 + + .section .rodata + .global se_w195 + .align 2 + +@********************** Track 1 **********************@ + +se_w195_1: + .byte KEYSH , se_w195_key+0 + .byte TEMPO , 100*se_w195_tbs/2 + .byte VOICE , 73 + .byte BENDR , 12 + .byte LFOS , 40 + .byte PAN , c_v+7 + .byte VOL , 25*se_w195_mvl/mxv + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 29*se_w195_mvl/mxv + .byte W03 + .byte 33*se_w195_mvl/mxv + .byte N48 , An3 , v112 + .byte W03 + .byte VOL , 40*se_w195_mvl/mxv + .byte W01 + .byte PAN , c_v+4 + .byte W02 +se_w195_1_000: + .byte VOL , 45*se_w195_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 51*se_w195_mvl/mxv + .byte W03 + .byte PEND +se_w195_1_001: + .byte VOL , 56*se_w195_mvl/mxv + .byte PAN , c_v+0 + .byte W03 + .byte VOL , 62*se_w195_mvl/mxv + .byte W03 + .byte PEND +se_w195_1_002: + .byte VOL , 72*se_w195_mvl/mxv + .byte PAN , c_v-4 + .byte W03 + .byte VOL , 81*se_w195_mvl/mxv + .byte W03 + .byte PEND +se_w195_1_003: + .byte VOL , 92*se_w195_mvl/mxv + .byte PAN , c_v-8 + .byte W03 + .byte VOL , 100*se_w195_mvl/mxv + .byte W03 + .byte PEND + .byte PAN , c_v-4 + .byte W06 + .byte VOL , 82*se_w195_mvl/mxv + .byte PAN , c_v+0 + .byte W03 + .byte VOL , 52*se_w195_mvl/mxv + .byte W03 + .byte 25*se_w195_mvl/mxv + .byte MOD , 0 + .byte PAN , c_v+4 + .byte W03 + .byte VOL , 29*se_w195_mvl/mxv + .byte W01 + .byte PAN , c_v+7 + .byte W02 + .byte VOL , 33*se_w195_mvl/mxv + .byte N72 , Gs3 , v112 + .byte W03 + .byte VOL , 40*se_w195_mvl/mxv + .byte W01 + .byte PAN , c_v+4 + .byte W02 + .byte PATT + .word se_w195_1_000 + .byte PATT + .word se_w195_1_001 + .byte PATT + .word se_w195_1_002 + .byte PATT + .word se_w195_1_003 + .byte PAN , c_v-4 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+4 + .byte W03 + .byte VOL , 87*se_w195_mvl/mxv + .byte W03 + .byte 75*se_w195_mvl/mxv + .byte PAN , c_v+7 + .byte W03 + .byte VOL , 62*se_w195_mvl/mxv + .byte W03 + .byte 48*se_w195_mvl/mxv + .byte PAN , c_v+4 + .byte W03 + .byte VOL , 33*se_w195_mvl/mxv + .byte W03 + .byte 25*se_w195_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W02 + .byte VOL , 10*se_w195_mvl/mxv + .byte W03 + .byte W01 + .byte PAN , c_v-4 + .byte W05 + .byte FINE + +@********************** Track 2 **********************@ + +se_w195_2: + .byte KEYSH , se_w195_key+0 + .byte VOICE , 73 + .byte VOL , 25*se_w195_mvl/mxv + .byte PAN , c_v-17 + .byte N48 , Cn4 , v100 + .byte W03 + .byte VOL , 29*se_w195_mvl/mxv + .byte W03 + .byte 33*se_w195_mvl/mxv + .byte W03 + .byte 40*se_w195_mvl/mxv + .byte W03 +se_w195_2_000: + .byte VOL , 45*se_w195_mvl/mxv + .byte MOD , 8 + .byte W03 + .byte VOL , 51*se_w195_mvl/mxv + .byte W03 + .byte PEND + .byte 56*se_w195_mvl/mxv + .byte W03 + .byte 62*se_w195_mvl/mxv + .byte W03 + .byte 72*se_w195_mvl/mxv + .byte W03 + .byte 81*se_w195_mvl/mxv + .byte W03 + .byte 92*se_w195_mvl/mxv + .byte W03 + .byte 100*se_w195_mvl/mxv + .byte W03 + .byte W06 + .byte 82*se_w195_mvl/mxv + .byte W03 + .byte 52*se_w195_mvl/mxv + .byte W03 + .byte 25*se_w195_mvl/mxv + .byte MOD , 0 + .byte N72 , Bn3 , v100 + .byte W03 + .byte VOL , 29*se_w195_mvl/mxv + .byte W03 + .byte 33*se_w195_mvl/mxv + .byte W03 + .byte 40*se_w195_mvl/mxv + .byte W03 + .byte PATT + .word se_w195_2_000 + .byte VOL , 56*se_w195_mvl/mxv + .byte W03 + .byte 62*se_w195_mvl/mxv + .byte W03 + .byte 72*se_w195_mvl/mxv + .byte W03 + .byte 81*se_w195_mvl/mxv + .byte W03 + .byte 92*se_w195_mvl/mxv + .byte W03 + .byte 100*se_w195_mvl/mxv + .byte W03 + .byte W06 + .byte W06 + .byte W03 + .byte 87*se_w195_mvl/mxv + .byte W03 + .byte 75*se_w195_mvl/mxv + .byte W03 + .byte 62*se_w195_mvl/mxv + .byte W03 + .byte 48*se_w195_mvl/mxv + .byte W03 + .byte 33*se_w195_mvl/mxv + .byte W03 + .byte 25*se_w195_mvl/mxv + .byte W03 + .byte 10*se_w195_mvl/mxv + .byte W03 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w195: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w195_pri @ Priority + .byte se_w195_rev @ Reverb. + + .word se_w195_grp + + .word se_w195_1 + .word se_w195_2 + + .end diff --git a/sound/songs/se_w196.s b/sound/songs/se_w196.s new file mode 100644 index 000000000..e1dafd1e1 --- /dev/null +++ b/sound/songs/se_w196.s @@ -0,0 +1,72 @@ + .include "MPlayDef.s" + + .equ se_w196_grp, voicegroup_8451F90 + .equ se_w196_pri, 4 + .equ se_w196_rev, reverb_set+50 + .equ se_w196_mvl, 127 + .equ se_w196_key, 0 + .equ se_w196_tbs, 1 + .equ se_w196_exg, 0 + .equ se_w196_cmp, 1 + + .section .rodata + .global se_w196 + .align 2 + +@********************** Track 1 **********************@ + +se_w196_1: + .byte KEYSH , se_w196_key+0 + .byte TEMPO , 150*se_w196_tbs/2 + .byte VOICE , 3 + .byte VOL , 100*se_w196_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Ds4 , v112 + .byte W04 + .byte PAN , c_v+6 + .byte N01 , Bn4 , v040 + .byte W04 + .byte PAN , c_v-5 + .byte N01 , Ds4 , v112 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Bn4 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w196_2: + .byte KEYSH , se_w196_key+0 + .byte VOICE , 5 + .byte VOL , 100*se_w196_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Dn4 , v040 + .byte W04 + .byte Bn3 + .byte W02 + .byte PAN , c_v-7 + .byte W02 + .byte c_v+9 + .byte W01 + .byte N01 , Dn4 + .byte W01 + .byte PAN , c_v-7 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w196: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w196_pri @ Priority + .byte se_w196_rev @ Reverb. + + .word se_w196_grp + + .word se_w196_1 + .word se_w196_2 + + .end diff --git a/sound/songs/se_w197.s b/sound/songs/se_w197.s new file mode 100644 index 000000000..f63bb5dce --- /dev/null +++ b/sound/songs/se_w197.s @@ -0,0 +1,95 @@ + .include "MPlayDef.s" + + .equ se_w197_grp, voicegroup_8451F90 + .equ se_w197_pri, 4 + .equ se_w197_rev, reverb_set+50 + .equ se_w197_mvl, 127 + .equ se_w197_key, 0 + .equ se_w197_tbs, 1 + .equ se_w197_exg, 0 + .equ se_w197_cmp, 1 + + .section .rodata + .global se_w197 + .align 2 + +@********************** Track 1 **********************@ + +se_w197_1: + .byte KEYSH , se_w197_key+0 + .byte TEMPO , 220*se_w197_tbs/2 + .byte VOICE , 54 + .byte VOL , 100*se_w197_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N03 , As5 , v127 + .byte W01 + .byte PAN , c_v+2 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W01 + .byte PAN , c_v+0 + .byte W02 + .byte W03 + .byte BEND , c_v+1 + .byte N03 , As5 , v104 + .byte W01 + .byte PAN , c_v-2 + .byte BEND , c_v+2 + .byte W02 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W01 + .byte PAN , c_v+0 + .byte W04 + .byte W01 + .byte BEND , c_v+1 + .byte N03 , As5 , v080 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W02 + .byte PAN , c_v+0 + .byte W04 + .byte BEND , c_v+1 + .byte N03 , As5 , v048 + .byte W02 + .byte PAN , c_v-5 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w197: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w197_pri @ Priority + .byte se_w197_rev @ Reverb. + + .word se_w197_grp + + .word se_w197_1 + + .end diff --git a/sound/songs/se_w199.s b/sound/songs/se_w199.s new file mode 100644 index 000000000..6a3a095ab --- /dev/null +++ b/sound/songs/se_w199.s @@ -0,0 +1,69 @@ + .include "MPlayDef.s" + + .equ se_w199_grp, voicegroup_8451F90 + .equ se_w199_pri, 4 + .equ se_w199_rev, reverb_set+50 + .equ se_w199_mvl, 127 + .equ se_w199_key, 0 + .equ se_w199_tbs, 1 + .equ se_w199_exg, 0 + .equ se_w199_cmp, 1 + + .section .rodata + .global se_w199 + .align 2 + +@********************** Track 1 **********************@ + +se_w199_1: + .byte KEYSH , se_w199_key+0 + .byte TEMPO , 150*se_w199_tbs/2 + .byte VOICE , 40 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w199_mvl/mxv + .byte BEND , c_v+0 + .byte N01 , Cn4 , v100 + .byte W01 + .byte Gn3 , v064 + .byte W01 + .byte N03 , Bn3 , v100 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+6 + .byte W01 + .byte PAN , c_v-5 + .byte BEND , c_v-6 + .byte W02 + .byte PAN , c_v+6 + .byte BEND , c_v+6 + .byte N01 , Cn4 + .byte W01 + .byte Gn3 , v064 + .byte W02 + .byte PAN , c_v-5 + .byte BEND , c_v-6 + .byte N01 , Bn3 , v100 + .byte W01 + .byte Gn3 , v064 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , Bn3 , v100 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w199: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w199_pri @ Priority + .byte se_w199_rev @ Reverb. + + .word se_w199_grp + + .word se_w199_1 + + .end diff --git a/sound/songs/se_w201.s b/sound/songs/se_w201.s new file mode 100644 index 000000000..d4138d506 --- /dev/null +++ b/sound/songs/se_w201.s @@ -0,0 +1,290 @@ + .include "MPlayDef.s" + + .equ se_w201_grp, voicegroup_8451F90 + .equ se_w201_pri, 4 + .equ se_w201_rev, reverb_set+50 + .equ se_w201_mvl, 127 + .equ se_w201_key, 0 + .equ se_w201_tbs, 1 + .equ se_w201_exg, 0 + .equ se_w201_cmp, 1 + + .section .rodata + .global se_w201 + .align 2 + +@********************** Track 1 **********************@ + +se_w201_1: + .byte KEYSH , se_w201_key+0 + .byte TEMPO , 200*se_w201_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte PAN , c_v-48 + .byte VOL , 11*se_w201_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , En3 , v127 + .byte W03 + .byte VOL , 17*se_w201_mvl/mxv + .byte BEND , c_v+22 + .byte W02 + .byte c_v+8 + .byte W01 + .byte VOL , 24*se_w201_mvl/mxv + .byte W03 + .byte 32*se_w201_mvl/mxv + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 52*se_w201_mvl/mxv + .byte W03 + .byte 65*se_w201_mvl/mxv + .byte W03 + .byte 76*se_w201_mvl/mxv + .byte W02 + .byte 88*se_w201_mvl/mxv + .byte PAN , c_v-43 + .byte W02 + .byte VOL , 98*se_w201_mvl/mxv + .byte W02 + .byte BEND , c_v+0 + .byte W02 + .byte VOL , 111*se_w201_mvl/mxv + .byte W01 + .byte BEND , c_v-7 + .byte W01 + .byte VOL , 127*se_w201_mvl/mxv + .byte W02 + .byte BEND , c_v-12 + .byte W02 + .byte PAN , c_v-38 + .byte W01 + .byte BEND , c_v-20 + .byte W06 + .byte c_v-13 + .byte W05 + .byte PAN , c_v-31 + .byte W01 + .byte BEND , c_v-6 + .byte W03 + .byte W03 + .byte c_v+6 + .byte W03 + .byte c_v+11 + .byte W03 + .byte c_v+20 + .byte W01 + .byte PAN , c_v-21 + .byte W05 + .byte BEND , c_v+12 + .byte W03 + .byte c_v+7 + .byte W06 + .byte PAN , c_v-16 + .byte BEND , c_v+0 + .byte W03 + .byte c_v-7 + .byte W03 + .byte c_v-12 + .byte W03 + .byte c_v-20 + .byte W06 + .byte PAN , c_v-7 + .byte BEND , c_v-13 + .byte W06 + .byte c_v-6 + .byte W03 + .byte c_v+0 + .byte W03 + .byte PAN , c_v+2 + .byte BEND , c_v+22 + .byte W02 + .byte c_v+8 + .byte W04 + .byte c_v+0 + .byte W05 + .byte PAN , c_v+10 + .byte W10 + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v+16 + .byte W02 + .byte BEND , c_v-7 + .byte W03 + .byte c_v-12 + .byte W03 + .byte PAN , c_v+24 + .byte BEND , c_v-20 + .byte W06 + .byte c_v-13 + .byte W05 + .byte PAN , c_v+32 + .byte W01 + .byte BEND , c_v-6 + .byte W03 + .byte W03 + .byte c_v+6 + .byte W03 + .byte c_v+11 + .byte W03 + .byte c_v+20 + .byte W01 + .byte PAN , c_v+40 + .byte W05 + .byte BEND , c_v+12 + .byte W03 + .byte c_v+7 + .byte W04 + .byte VOL , 114*se_w201_mvl/mxv + .byte W02 + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v+48 + .byte W01 + .byte VOL , 104*se_w201_mvl/mxv + .byte W01 + .byte BEND , c_v-7 + .byte W03 + .byte VOL , 93*se_w201_mvl/mxv + .byte BEND , c_v-12 + .byte W03 + .byte VOL , 82*se_w201_mvl/mxv + .byte BEND , c_v-20 + .byte W04 + .byte VOL , 67*se_w201_mvl/mxv + .byte W02 + .byte BEND , c_v-13 + .byte W01 + .byte VOL , 52*se_w201_mvl/mxv + .byte W03 + .byte 32*se_w201_mvl/mxv + .byte W02 + .byte 13*se_w201_mvl/mxv + .byte BEND , c_v-6 + .byte W03 + .byte EOT + .byte FINE + +@********************** Track 2 **********************@ + +se_w201_2: + .byte KEYSH , se_w201_key+0 + .byte VOICE , 57 + .byte PAN , c_v+0 + .byte VOL , 60*se_w201_mvl/mxv + .byte N03 , Cn3 , v100 + .byte W03 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W04 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W03 +se_w201_2_000: + .byte W01 + .byte N03 , En3 , v080 + .byte W03 + .byte Dn3 + .byte W04 + .byte Cn3 , v100 + .byte W04 + .byte En3 , v080 + .byte W03 + .byte Dn3 + .byte W04 + .byte Cn3 , v100 + .byte W03 + .byte En3 , v080 + .byte W02 + .byte PEND + .byte W02 + .byte Dn3 + .byte W04 + .byte Cn3 , v100 + .byte W03 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W04 + .byte En3 , v080 + .byte W04 + .byte Cn3 , v100 + .byte W03 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W04 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W03 + .byte PATT + .word se_w201_2_000 + .byte W02 + .byte N03 , Cn3 , v076 + .byte W04 + .byte En3 , v064 + .byte W03 + .byte Dn3 , v060 + .byte W04 + .byte Cn3 , v076 + .byte W03 + .byte En3 , v052 + .byte W04 + .byte Dn3 , v048 + .byte W04 + .byte Cn3 , v068 + .byte W03 + .byte En3 , v044 + .byte W04 + .byte Dn3 , v040 + .byte W03 + .byte Cn3 , v056 + .byte W04 + .byte En3 , v032 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v048 + .byte W03 + .byte W01 + .byte En3 , v024 + .byte W03 + .byte Dn3 , v020 + .byte W04 + .byte Cn3 , v036 + .byte W04 + .byte En3 , v016 + .byte W03 + .byte Dn3 , v012 + .byte W04 + .byte Cn3 , v028 + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w201: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w201_pri @ Priority + .byte se_w201_rev @ Reverb. + + .word se_w201_grp + + .word se_w201_1 + .word se_w201_2 + + .end diff --git a/sound/songs/se_w202.s b/sound/songs/se_w202.s new file mode 100644 index 000000000..db70105f3 --- /dev/null +++ b/sound/songs/se_w202.s @@ -0,0 +1,81 @@ + .include "MPlayDef.s" + + .equ se_w202_grp, voicegroup_8451F90 + .equ se_w202_pri, 4 + .equ se_w202_rev, reverb_set+50 + .equ se_w202_mvl, 127 + .equ se_w202_key, 0 + .equ se_w202_tbs, 1 + .equ se_w202_exg, 0 + .equ se_w202_cmp, 1 + + .section .rodata + .global se_w202 + .align 2 + +@********************** Track 1 **********************@ + +se_w202_1: + .byte KEYSH , se_w202_key+0 + .byte TEMPO , 150*se_w202_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w202_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Gn2 , v127 + .byte W02 + .byte PAN , c_v+3 + .byte BEND , c_v+2 + .byte W01 + .byte VOICE , 23 + .byte N02 , Cn3 , v104 + .byte W01 + .byte PAN , c_v-3 + .byte BEND , c_v+5 + .byte W02 + .byte VOICE , 36 + .byte N02 , Cn2 , v127 + .byte W01 + .byte PAN , c_v+7 + .byte W01 + .byte VOICE , 23 + .byte BEND , c_v+4 + .byte N06 , Cn3 , v104 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+0 + .byte W01 + .byte c_v-5 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-12 + .byte W01 + .byte c_v-23 + .byte W01 + .byte VOICE , 36 + .byte BEND , c_v+0 + .byte N03 , An2 , v100 + .byte W04 + .byte PAN , c_v+5 + .byte N03 , Bn2 , v076 + .byte W03 + .byte PAN , c_v-6 + .byte N02 , Cs3 , v040 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w202: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w202_pri @ Priority + .byte se_w202_rev @ Reverb. + + .word se_w202_grp + + .word se_w202_1 + + .end diff --git a/sound/songs/se_w204.s b/sound/songs/se_w204.s new file mode 100644 index 000000000..b9e3f259d --- /dev/null +++ b/sound/songs/se_w204.s @@ -0,0 +1,96 @@ + .include "MPlayDef.s" + + .equ se_w204_grp, voicegroup_8451F90 + .equ se_w204_pri, 4 + .equ se_w204_rev, reverb_set+50 + .equ se_w204_mvl, 127 + .equ se_w204_key, 0 + .equ se_w204_tbs, 1 + .equ se_w204_exg, 0 + .equ se_w204_cmp, 1 + + .section .rodata + .global se_w204 + .align 2 + +@********************** Track 1 **********************@ + +se_w204_1: + .byte KEYSH , se_w204_key+0 + .byte TEMPO , 150*se_w204_tbs/2 + .byte VOICE , 37 + .byte BENDR , 24 + .byte PAN , c_v+0 + .byte VOL , 25*se_w204_mvl/mxv + .byte BEND , c_v+11 + .byte N02 , Fn4 , v127 + .byte W01 + .byte VOL , 42*se_w204_mvl/mxv + .byte PAN , c_v+4 + .byte BEND , c_v+5 + .byte W01 + .byte VOL , 62*se_w204_mvl/mxv + .byte PAN , c_v-4 + .byte BEND , c_v+0 + .byte N15 + .byte W01 + .byte VOL , 77*se_w204_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+5 + .byte W01 + .byte VOL , 84*se_w204_mvl/mxv + .byte PAN , c_v+4 + .byte BEND , c_v+12 + .byte W02 + .byte VOL , 96*se_w204_mvl/mxv + .byte PAN , c_v-4 + .byte BEND , c_v+20 + .byte W01 + .byte VOL , 100*se_w204_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+25 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v+30 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v+34 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+40 + .byte W02 + .byte VOL , 94*se_w204_mvl/mxv + .byte PAN , c_v+4 + .byte W01 + .byte VOL , 85*se_w204_mvl/mxv + .byte PAN , c_v-4 + .byte BEND , c_v+37 + .byte W01 + .byte VOL , 66*se_w204_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+36 + .byte W01 + .byte VOL , 49*se_w204_mvl/mxv + .byte PAN , c_v+4 + .byte BEND , c_v+34 + .byte W01 + .byte VOL , 32*se_w204_mvl/mxv + .byte PAN , c_v-4 + .byte BEND , c_v+32 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w204: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w204_pri @ Priority + .byte se_w204_rev @ Reverb. + + .word se_w204_grp + + .word se_w204_1 + + .end diff --git a/sound/songs/se_w207.s b/sound/songs/se_w207.s new file mode 100644 index 000000000..7967c0e92 --- /dev/null +++ b/sound/songs/se_w207.s @@ -0,0 +1,77 @@ + .include "MPlayDef.s" + + .equ se_w207_grp, voicegroup_8451F90 + .equ se_w207_pri, 4 + .equ se_w207_rev, reverb_set+50 + .equ se_w207_mvl, 127 + .equ se_w207_key, 0 + .equ se_w207_tbs, 1 + .equ se_w207_exg, 0 + .equ se_w207_cmp, 1 + + .section .rodata + .global se_w207 + .align 2 + +@********************** Track 1 **********************@ + +se_w207_1: + .byte KEYSH , se_w207_key+0 + .byte TEMPO , 190*se_w207_tbs/2 + .byte VOICE , 2 + .byte BENDR , 8 + .byte PAN , c_v+0 + .byte VOL , 28*se_w207_mvl/mxv + .byte BEND , c_v+0 + .byte N15 , An1 , v127 + .byte W01 + .byte VOL , 60*se_w207_mvl/mxv + .byte W01 + .byte 111*se_w207_mvl/mxv + .byte W01 + .byte 120*se_w207_mvl/mxv + .byte W01 + .byte BEND , c_v-3 + .byte W02 + .byte PAN , c_v+5 + .byte BEND , c_v-6 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 109*se_w207_mvl/mxv + .byte PAN , c_v+9 + .byte BEND , c_v-10 + .byte W01 + .byte PAN , c_v-9 + .byte BEND , c_v-14 + .byte W01 + .byte VOL , 95*se_w207_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-19 + .byte W02 + .byte VOL , 71*se_w207_mvl/mxv + .byte BEND , c_v-29 + .byte W01 + .byte VOL , 41*se_w207_mvl/mxv + .byte BEND , c_v-38 + .byte W01 + .byte VOL , 15*se_w207_mvl/mxv + .byte BEND , c_v-52 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w207: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w207_pri @ Priority + .byte se_w207_rev @ Reverb. + + .word se_w207_grp + + .word se_w207_1 + + .end diff --git a/sound/songs/se_w207b.s b/sound/songs/se_w207b.s new file mode 100644 index 000000000..031a6bf04 --- /dev/null +++ b/sound/songs/se_w207b.s @@ -0,0 +1,56 @@ + .include "MPlayDef.s" + + .equ se_w207b_grp, voicegroup_8451F90 + .equ se_w207b_pri, 4 + .equ se_w207b_rev, reverb_set+50 + .equ se_w207b_mvl, 127 + .equ se_w207b_key, 0 + .equ se_w207b_tbs, 1 + .equ se_w207b_exg, 0 + .equ se_w207b_cmp, 1 + + .section .rodata + .global se_w207b + .align 2 + +@********************** Track 1 **********************@ + +se_w207b_1: + .byte KEYSH , se_w207b_key+0 + .byte TEMPO , 150*se_w207b_tbs/2 + .byte VOICE , 56 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 65*se_w207b_mvl/mxv + .byte BEND , c_v+8 + .byte N01 , Cs6 , v112 + .byte W01 + .byte BEND , c_v+0 + .byte N01 , Dn6 , v100 + .byte W01 + .byte Dn6 , v060 + .byte W04 + .byte BEND , c_v-8 + .byte N01 , Ds6 , v112 + .byte W01 + .byte BEND , c_v+0 + .byte N01 , En6 , v100 + .byte W01 + .byte En6 , v060 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w207b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w207b_pri @ Priority + .byte se_w207b_rev @ Reverb. + + .word se_w207b_grp + + .word se_w207b_1 + + .end diff --git a/sound/songs/se_w208.s b/sound/songs/se_w208.s new file mode 100644 index 000000000..1c7b58cf0 --- /dev/null +++ b/sound/songs/se_w208.s @@ -0,0 +1,129 @@ + .include "MPlayDef.s" + + .equ se_w208_grp, voicegroup_8451F90 + .equ se_w208_pri, 4 + .equ se_w208_rev, reverb_set+50 + .equ se_w208_mvl, 127 + .equ se_w208_key, 0 + .equ se_w208_tbs, 1 + .equ se_w208_exg, 0 + .equ se_w208_cmp, 1 + + .section .rodata + .global se_w208 + .align 2 + +@********************** Track 1 **********************@ + +se_w208_1: + .byte KEYSH , se_w208_key+0 + .byte TEMPO , 180*se_w208_tbs/2 + .byte VOICE , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*se_w208_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , An6 , v100 + .byte W01 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 90*se_w208_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 77*se_w208_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 37*se_w208_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte N02 , An6 , v056 + .byte W01 + .byte PAN , c_v+5 + .byte W01 + .byte c_v-6 + .byte VOL , 100*se_w208_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , An6 , v100 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 90*se_w208_mvl/mxv + .byte BEND , c_v-20 + .byte W02 + .byte PAN , c_v+1 + .byte VOL , 77*se_w208_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 37*se_w208_mvl/mxv + .byte BEND , c_v-47 + .byte W01 + .byte PAN , c_v-6 + .byte N02 , An6 , v056 + .byte W01 + .byte PAN , c_v+8 + .byte W01 + .byte c_v-10 + .byte VOL , 100*se_w208_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , An6 , v072 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 90*se_w208_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 77*se_w208_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 37*se_w208_mvl/mxv + .byte BEND , c_v-47 + .byte W01 + .byte PAN , c_v-10 + .byte W02 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w208_2: + .byte KEYSH , se_w208_key+0 + .byte VOICE , 53 + .byte VOL , 100*se_w208_mvl/mxv + .byte W02 + .byte N06 , Fs6 , v040 + .byte W04 + .byte W04 + .byte N06 + .byte W02 + .byte W06 + .byte W01 + .byte Fs6 , v032 + .byte W05 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w208: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w208_pri @ Priority + .byte se_w208_rev @ Reverb. + + .word se_w208_grp + + .word se_w208_1 + .word se_w208_2 + + .end diff --git a/sound/songs/se_w213.s b/sound/songs/se_w213.s new file mode 100644 index 000000000..730ba9310 --- /dev/null +++ b/sound/songs/se_w213.s @@ -0,0 +1,126 @@ + .include "MPlayDef.s" + + .equ se_w213_grp, voicegroup_8451F90 + .equ se_w213_pri, 4 + .equ se_w213_rev, reverb_set+50 + .equ se_w213_mvl, 127 + .equ se_w213_key, 0 + .equ se_w213_tbs, 1 + .equ se_w213_exg, 0 + .equ se_w213_cmp, 1 + + .section .rodata + .global se_w213 + .align 2 + +@********************** Track 1 **********************@ + +se_w213_1: + .byte KEYSH , se_w213_key+0 + .byte TEMPO , 210*se_w213_tbs/2 + .byte VOICE , 46 + .byte VOL , 95*se_w213_mvl/mxv + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte W03 + .byte N06 , Cn6 , v116 + .byte W03 + .byte W03 + .byte En6 , v108 + .byte W03 + .byte W03 + .byte Cs5 , v100 + .byte W03 + .byte W03 + .byte Gs5 , v088 + .byte W03 + .byte W03 + .byte PAN , c_v-4 + .byte N06 , Cs6 , v080 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , Dn6 , v072 + .byte W03 + .byte W03 + .byte PAN , c_v+4 + .byte N06 , Fs6 , v060 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , Ds5 , v052 + .byte W03 + .byte W03 + .byte PAN , c_v-4 + .byte N06 , As5 , v040 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte W03 + .byte W03 + .byte c_v+4 + .byte W03 + .byte W03 + .byte c_v+0 + .byte FINE + +@********************** Track 2 **********************@ + +se_w213_2: + .byte KEYSH , se_w213_key+0 + .byte VOICE , 53 + .byte BENDR , 2 + .byte VOL , 43*se_w213_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte N06 , Cn5 , v120 + .byte W03 + .byte W03 + .byte Gn5 , v112 + .byte W03 + .byte W03 + .byte Cn6 , v104 + .byte W03 + .byte W03 + .byte Cs6 , v092 + .byte W03 + .byte W03 + .byte Fn6 , v084 + .byte W03 + .byte W03 + .byte Dn5 , v076 + .byte W03 + .byte W03 + .byte An5 , v064 + .byte W03 + .byte W03 + .byte Dn6 , v056 + .byte W03 + .byte W03 + .byte Ds6 , v048 + .byte W03 + .byte W03 + .byte Gn6 , v036 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w213: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w213_pri @ Priority + .byte se_w213_rev @ Reverb. + + .word se_w213_grp + + .word se_w213_1 + .word se_w213_2 + + .end diff --git a/sound/songs/se_w213b.s b/sound/songs/se_w213b.s new file mode 100644 index 000000000..235000bd4 --- /dev/null +++ b/sound/songs/se_w213b.s @@ -0,0 +1,127 @@ + .include "MPlayDef.s" + + .equ se_w213b_grp, voicegroup_8451F90 + .equ se_w213b_pri, 4 + .equ se_w213b_rev, reverb_set+50 + .equ se_w213b_mvl, 127 + .equ se_w213b_key, 0 + .equ se_w213b_tbs, 1 + .equ se_w213b_exg, 0 + .equ se_w213b_cmp, 1 + + .section .rodata + .global se_w213b + .align 2 + +@********************** Track 1 **********************@ + +se_w213b_1: + .byte KEYSH , se_w213b_key+0 + .byte TEMPO , 150*se_w213b_tbs/2 + .byte VOICE , 61 + .byte BENDR , 44 + .byte PAN , c_v+0 + .byte VOL , 110*se_w213b_mvl/mxv + .byte MOD , 30 + .byte BEND , c_v+2 + .byte N54 , Dn4 , v080 + .byte W12 + .byte PAN , c_v-4 + .byte W12 + .byte c_v-10 + .byte W12 + .byte c_v-4 + .byte W12 + .byte c_v+0 + .byte W06 + .byte N54 , Cn4 + .byte W06 + .byte PAN , c_v+6 + .byte W12 + .byte c_v+9 + .byte W12 + .byte c_v+5 + .byte W12 + .byte c_v+0 + .byte W12 + .byte c_v-4 + .byte N54 , Dn4 + .byte W12 + .byte PAN , c_v-10 + .byte W12 + .byte c_v-4 + .byte W12 + .byte c_v+0 + .byte W12 + .byte c_v+6 + .byte W06 + .byte N54 , Cn4 + .byte W06 + .byte PAN , c_v+9 + .byte W12 + .byte c_v+5 + .byte W12 + .byte c_v+0 + .byte W12 + .byte c_v-4 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_w213b_2: + .byte KEYSH , se_w213b_key+0 + .byte VOICE , 62 + .byte BENDR , 44 + .byte VOL , 110*se_w213b_mvl/mxv + .byte MOD , 30 + .byte PAN , c_v+1 + .byte BEND , c_v+1 + .byte N24 , Dn4 , v040 + .byte W24 + .byte W02 + .byte PAN , c_v+47 + .byte N24 , Dn4 , v032 + .byte W22 + .byte W06 + .byte PAN , c_v+0 + .byte N24 , Cn4 , v040 + .byte W18 + .byte W08 + .byte PAN , c_v-49 + .byte N24 , Cn4 , v032 + .byte W16 + .byte W12 + .byte PAN , c_v+1 + .byte N24 , Dn4 , v040 + .byte W12 + .byte W14 + .byte PAN , c_v+47 + .byte N24 , Dn4 , v032 + .byte W10 + .byte W18 + .byte PAN , c_v+0 + .byte N24 , Cn4 , v040 + .byte W06 + .byte W20 + .byte PAN , c_v-48 + .byte N24 , Cn4 , v032 + .byte W04 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w213b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w213b_pri @ Priority + .byte se_w213b_rev @ Reverb. + + .word se_w213b_grp + + .word se_w213b_1 + .word se_w213b_2 + + .end diff --git a/sound/songs/se_w215.s b/sound/songs/se_w215.s new file mode 100644 index 000000000..aa0f20b9c --- /dev/null +++ b/sound/songs/se_w215.s @@ -0,0 +1,83 @@ + .include "MPlayDef.s" + + .equ se_w215_grp, voicegroup_8451F90 + .equ se_w215_pri, 4 + .equ se_w215_rev, reverb_set+50 + .equ se_w215_mvl, 127 + .equ se_w215_key, 0 + .equ se_w215_tbs, 1 + .equ se_w215_exg, 0 + .equ se_w215_cmp, 1 + + .section .rodata + .global se_w215 + .align 2 + +@********************** Track 1 **********************@ + +se_w215_1: + .byte KEYSH , se_w215_key+0 + .byte TEMPO , 150*se_w215_tbs/2 + .byte VOICE , 51 + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte VOL , 90*se_w215_mvl/mxv + .byte BEND , c_v+4 + .byte N03 , As5 , v100 + .byte W01 + .byte PAN , c_v-13 + .byte W01 + .byte c_v+11 + .byte W01 + .byte c_v+1 + .byte N01 , An5 + .byte W01 + .byte MOD , 7 + .byte N18 , Bn5 + .byte W02 + .byte PAN , c_v+11 + .byte W01 + .byte MOD , 0 + .byte PAN , c_v-14 + .byte W01 + .byte c_v+11 + .byte W01 + .byte c_v-13 + .byte W01 + .byte c_v+11 + .byte W02 + .byte c_v-14 + .byte W01 + .byte c_v+11 + .byte W01 + .byte c_v-13 + .byte W01 + .byte c_v+11 + .byte W01 + .byte MOD , 7 + .byte PAN , c_v-14 + .byte W02 + .byte c_v+11 + .byte W01 + .byte c_v-14 + .byte W01 + .byte c_v+11 + .byte W01 + .byte c_v-13 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w215: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w215_pri @ Priority + .byte se_w215_rev @ Reverb. + + .word se_w215_grp + + .word se_w215_1 + + .end diff --git a/sound/songs/se_w221.s b/sound/songs/se_w221.s new file mode 100644 index 000000000..4b7c2559d --- /dev/null +++ b/sound/songs/se_w221.s @@ -0,0 +1,105 @@ + .include "MPlayDef.s" + + .equ se_w221_grp, voicegroup_8451F90 + .equ se_w221_pri, 4 + .equ se_w221_rev, reverb_set+50 + .equ se_w221_mvl, 127 + .equ se_w221_key, 0 + .equ se_w221_tbs, 1 + .equ se_w221_exg, 0 + .equ se_w221_cmp, 1 + + .section .rodata + .global se_w221 + .align 2 + +@********************** Track 1 **********************@ + +se_w221_1: + .byte KEYSH , se_w221_key+0 + .byte TEMPO , 150*se_w221_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte VOL , 110*se_w221_mvl/mxv + .byte PAN , c_v+5 + .byte BEND , c_v+0 + .byte N04 , Cn3 , v127 + .byte W03 + .byte PAN , c_v+0 + .byte W01 + .byte N18 , Gn4 + .byte W02 + .byte PAN , c_v-5 + .byte W01 + .byte VOL , 98*se_w221_mvl/mxv + .byte BEND , c_v+2 + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 83*se_w221_mvl/mxv + .byte BEND , c_v+6 + .byte W02 + .byte PAN , c_v+5 + .byte W01 + .byte BEND , c_v+9 + .byte W01 + .byte VOL , 63*se_w221_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte BEND , c_v+13 + .byte W02 + .byte VOL , 44*se_w221_mvl/mxv + .byte PAN , c_v-5 + .byte W02 + .byte VOL , 28*se_w221_mvl/mxv + .byte BEND , c_v+20 + .byte W01 + .byte PAN , c_v-2 + .byte W01 + .byte VOL , 12*se_w221_mvl/mxv + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w221_2: + .byte KEYSH , se_w221_key+0 + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte VOL , 110*se_w221_mvl/mxv + .byte N01 , Gn2 , v032 + .byte W02 + .byte N01 + .byte W02 + .byte N18 + .byte W03 + .byte VOL , 98*se_w221_mvl/mxv + .byte W03 + .byte 83*se_w221_mvl/mxv + .byte W04 + .byte 63*se_w221_mvl/mxv + .byte W04 + .byte 44*se_w221_mvl/mxv + .byte W02 + .byte 28*se_w221_mvl/mxv + .byte W02 + .byte 12*se_w221_mvl/mxv + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w221: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w221_pri @ Priority + .byte se_w221_rev @ Reverb. + + .word se_w221_grp + + .word se_w221_1 + .word se_w221_2 + + .end diff --git a/sound/songs/se_w221b.s b/sound/songs/se_w221b.s new file mode 100644 index 000000000..e781c0a3c --- /dev/null +++ b/sound/songs/se_w221b.s @@ -0,0 +1,180 @@ + .include "MPlayDef.s" + + .equ se_w221b_grp, voicegroup_8451F90 + .equ se_w221b_pri, 4 + .equ se_w221b_rev, reverb_set+50 + .equ se_w221b_mvl, 127 + .equ se_w221b_key, 0 + .equ se_w221b_tbs, 1 + .equ se_w221b_exg, 0 + .equ se_w221b_cmp, 1 + + .section .rodata + .global se_w221b + .align 2 + +@********************** Track 1 **********************@ + +se_w221b_1: + .byte KEYSH , se_w221b_key+0 + .byte TEMPO , 150*se_w221b_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte VOL , 22*se_w221b_mvl/mxv + .byte PAN , c_v+5 + .byte BEND , c_v+0 + .byte N96 , Gn3 , v127 + .byte W01 + .byte VOL , 49*se_w221b_mvl/mxv + .byte W01 + .byte 71*se_w221b_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 95*se_w221b_mvl/mxv + .byte BEND , c_v+8 + .byte W01 + .byte VOL , 110*se_w221b_mvl/mxv + .byte W02 + .byte PAN , c_v-5 + .byte BEND , c_v+16 + .byte W03 + .byte VOL , 97*se_w221b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+7 + .byte W03 + .byte PAN , c_v+5 + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 84*se_w221b_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-9 + .byte W03 + .byte VOL , 76*se_w221b_mvl/mxv + .byte PAN , c_v-5 + .byte BEND , c_v-24 + .byte W03 + .byte PAN , c_v-2 + .byte BEND , c_v-46 + .byte W03 + .byte VOL , 84*se_w221b_mvl/mxv + .byte PAN , c_v+5 + .byte W03 + .byte c_v+0 + .byte W01 + .byte VOL , 92*se_w221b_mvl/mxv + .byte W02 + .byte PAN , c_v-5 + .byte W01 + .byte BEND , c_v-32 + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 86*se_w221b_mvl/mxv + .byte W02 + .byte PAN , c_v+5 + .byte W02 + .byte BEND , c_v-18 + .byte W01 + .byte VOL , 78*se_w221b_mvl/mxv + .byte PAN , c_v+0 + .byte W03 + .byte c_v-5 + .byte W02 + .byte VOL , 71*se_w221b_mvl/mxv + .byte W01 + .byte PAN , c_v-2 + .byte W03 + .byte c_v+5 + .byte W03 + .byte c_v+0 + .byte VOL , 78*se_w221b_mvl/mxv + .byte W03 + .byte PAN , c_v-5 + .byte W02 + .byte VOL , 86*se_w221b_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte c_v+5 + .byte W02 + .byte VOL , 90*se_w221b_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte c_v-5 + .byte W03 + .byte c_v-2 + .byte W01 + .byte VOL , 80*se_w221b_mvl/mxv + .byte W02 + .byte PAN , c_v+5 + .byte W03 + .byte c_v+0 + .byte W01 + .byte VOL , 86*se_w221b_mvl/mxv + .byte W02 + .byte PAN , c_v-5 + .byte W03 + .byte c_v+0 + .byte VOL , 83*se_w221b_mvl/mxv + .byte W03 + .byte PAN , c_v+5 + .byte VOL , 63*se_w221b_mvl/mxv + .byte W03 + .byte 37*se_w221b_mvl/mxv + .byte PAN , c_v+0 + .byte W03 + .byte c_v-5 + .byte VOL , 13*se_w221b_mvl/mxv + .byte W03 + .byte PAN , c_v-2 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w221b_2: + .byte KEYSH , se_w221b_key+0 + .byte VOICE , 27 + .byte VOL , 22*se_w221b_mvl/mxv + .byte N96 , Gn2 , v032 + .byte W01 + .byte VOL , 49*se_w221b_mvl/mxv + .byte W01 + .byte 71*se_w221b_mvl/mxv + .byte W01 + .byte 95*se_w221b_mvl/mxv + .byte W01 + .byte 110*se_w221b_mvl/mxv + .byte W05 + .byte 97*se_w221b_mvl/mxv + .byte W15 + .byte W24 + .byte W24 + .byte W09 + .byte 83*se_w221b_mvl/mxv + .byte W03 + .byte 63*se_w221b_mvl/mxv + .byte W03 + .byte 37*se_w221b_mvl/mxv + .byte W03 + .byte 13*se_w221b_mvl/mxv + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w221b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w221b_pri @ Priority + .byte se_w221b_rev @ Reverb. + + .word se_w221b_grp + + .word se_w221b_1 + .word se_w221b_2 + + .end diff --git a/sound/songs/se_w226.s b/sound/songs/se_w226.s new file mode 100644 index 000000000..849294d9f --- /dev/null +++ b/sound/songs/se_w226.s @@ -0,0 +1,169 @@ + .include "MPlayDef.s" + + .equ se_w226_grp, voicegroup_8451F90 + .equ se_w226_pri, 4 + .equ se_w226_rev, reverb_set+50 + .equ se_w226_mvl, 127 + .equ se_w226_key, 0 + .equ se_w226_tbs, 1 + .equ se_w226_exg, 0 + .equ se_w226_cmp, 1 + + .section .rodata + .global se_w226 + .align 2 + +@********************** Track 1 **********************@ + +se_w226_1: + .byte KEYSH , se_w226_key+0 + .byte VOICE , 19 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 12*se_w226_mvl/mxv + .byte BEND , c_v+49 + .byte N06 , Gn4 , v080 + .byte W01 + .byte VOL , 44*se_w226_mvl/mxv + .byte BEND , c_v+22 + .byte W01 + .byte VOL , 62*se_w226_mvl/mxv + .byte PAN , c_v+8 + .byte VOL , 75*se_w226_mvl/mxv + .byte BEND , c_v+20 + .byte W01 + .byte VOL , 87*se_w226_mvl/mxv + .byte BEND , c_v+33 + .byte W01 + .byte VOL , 96*se_w226_mvl/mxv + .byte PAN , c_v-7 + .byte VOL , 100*se_w226_mvl/mxv + .byte BEND , c_v+54 + .byte W01 + .byte c_v+63 + .byte W01 + .byte W02 + .byte PAN , c_v+0 + .byte N04 , Gn4 , v040 + .byte W01 + .byte W03 + .byte W03 + .byte VOICE , 45 + .byte MOD , 30 + .byte BENDR , 24 + .byte VOL , 54*se_w226_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Gn3 , v108 + .byte W01 + .byte VOL , 70*se_w226_mvl/mxv + .byte BEND , c_v+4 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 80*se_w226_mvl/mxv + .byte BEND , c_v+9 + .byte W01 + .byte VOL , 100*se_w226_mvl/mxv + .byte BEND , c_v+16 + .byte W01 + .byte c_v+24 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+2 + .byte N06 , An3 , v100 + .byte W01 + .byte BEND , c_v+7 + .byte W01 + .byte PAN , c_v-4 + .byte BEND , c_v+12 + .byte W01 + .byte c_v+18 + .byte W01 + .byte c_v+27 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+4 + .byte N06 , Bn3 , v060 + .byte W01 + .byte BEND , c_v+9 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+14 + .byte W01 + .byte c_v+20 + .byte W01 + .byte c_v+29 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+6 + .byte N06 , Cn4 , v040 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+15 + .byte W01 + .byte c_v+22 + .byte W01 + .byte c_v+31 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+9 + .byte N06 , Dn4 , v020 + .byte W01 + .byte BEND , c_v+14 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+18 + .byte W01 + .byte c_v+25 + .byte W01 + .byte c_v+34 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w226_2: + .byte KEYSH , se_w226_key+0 + .byte VOICE , 57 + .byte VOL , 59*se_w226_mvl/mxv + .byte N06 , Gs4 , v052 + .byte W01 + .byte VOL , 72*se_w226_mvl/mxv + .byte W01 + .byte 90*se_w226_mvl/mxv + .byte W01 + .byte 100*se_w226_mvl/mxv + .byte W03 + .byte W02 + .byte N04 , Gs4 , v024 + .byte W01 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w226: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w226_pri @ Priority + .byte se_w226_rev @ Reverb. + + .word se_w226_grp + + .word se_w226_1 + .word se_w226_2 + + .end diff --git a/sound/songs/se_w227.s b/sound/songs/se_w227.s new file mode 100644 index 000000000..572d586cf --- /dev/null +++ b/sound/songs/se_w227.s @@ -0,0 +1,58 @@ + .include "MPlayDef.s" + + .equ se_w227_grp, voicegroup_8451F90 + .equ se_w227_pri, 4 + .equ se_w227_rev, reverb_set+50 + .equ se_w227_mvl, 127 + .equ se_w227_key, 0 + .equ se_w227_tbs, 1 + .equ se_w227_exg, 0 + .equ se_w227_cmp, 1 + + .section .rodata + .global se_w227 + .align 2 + +@********************** Track 1 **********************@ + +se_w227_1: + .byte KEYSH , se_w227_key+0 + .byte TEMPO , 150*se_w227_tbs/2 + .byte VOICE , 59 + .byte BENDR , 12 + .byte VOL , 110*se_w227_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , En3 , v127 + .byte W01 + .byte PAN , c_v+8 + .byte W01 + .byte c_v-9 + .byte W01 + .byte c_v+14 + .byte W01 + .byte c_v-10 + .byte W02 + .byte c_v+0 + .byte N03 , An3 , v048 + .byte W01 + .byte PAN , c_v+16 + .byte W01 + .byte c_v-16 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w227: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w227_pri @ Priority + .byte se_w227_rev @ Reverb. + + .word se_w227_grp + + .word se_w227_1 + + .end diff --git a/sound/songs/se_w227b.s b/sound/songs/se_w227b.s new file mode 100644 index 000000000..8c45bdcb0 --- /dev/null +++ b/sound/songs/se_w227b.s @@ -0,0 +1,173 @@ + .include "MPlayDef.s" + + .equ se_w227b_grp, voicegroup_8451F90 + .equ se_w227b_pri, 4 + .equ se_w227b_rev, reverb_set+50 + .equ se_w227b_mvl, 127 + .equ se_w227b_key, 0 + .equ se_w227b_tbs, 1 + .equ se_w227b_exg, 0 + .equ se_w227b_cmp, 1 + + .section .rodata + .global se_w227b + .align 2 + +@********************** Track 1 **********************@ + +se_w227b_1: + .byte KEYSH , se_w227b_key+0 + .byte TEMPO , 150*se_w227b_tbs/2 + .byte VOICE , 60 + .byte BENDR , 12 + .byte VOL , 25*se_w227b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte TIE , Cn3 , v127 + .byte W01 + .byte PAN , c_v+2 + .byte W01 + .byte c_v+5 + .byte W01 + .byte VOL , 34*se_w227b_mvl/mxv + .byte W01 + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 46*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte VOL , 56*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W01 + .byte VOL , 70*se_w227b_mvl/mxv + .byte W01 + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 80*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte VOL , 88*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte VOL , 96*se_w227b_mvl/mxv + .byte PAN , c_v+5 + .byte W02 + .byte c_v+2 + .byte W02 + .byte VOL , 100*se_w227b_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte c_v-2 + .byte W02 +se_w227b_1_000: + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W02 + .byte c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte c_v-2 + .byte W02 + .byte PEND + .byte PATT + .word se_w227b_1_000 + .byte PATT + .word se_w227b_1_000 + .byte PATT + .word se_w227b_1_000 + .byte PATT + .word se_w227b_1_000 + .byte PATT + .word se_w227b_1_000 + .byte PATT + .word se_w227b_1_000 + .byte VOL , 96*se_w227b_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W01 + .byte VOL , 92*se_w227b_mvl/mxv + .byte W01 + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 84*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W02 + .byte VOL , 72*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte VOL , 63*se_w227b_mvl/mxv + .byte PAN , c_v+5 + .byte W02 + .byte VOL , 52*se_w227b_mvl/mxv + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 37*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W01 + .byte VOL , 22*se_w227b_mvl/mxv + .byte W01 + .byte 12*se_w227b_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +se_w227b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w227b_pri @ Priority + .byte se_w227b_rev @ Reverb. + + .word se_w227b_grp + + .word se_w227b_1 + + .end diff --git a/sound/songs/se_w230.s b/sound/songs/se_w230.s new file mode 100644 index 000000000..a1c9ed108 --- /dev/null +++ b/sound/songs/se_w230.s @@ -0,0 +1,192 @@ + .include "MPlayDef.s" + + .equ se_w230_grp, voicegroup_8451F90 + .equ se_w230_pri, 4 + .equ se_w230_rev, reverb_set+50 + .equ se_w230_mvl, 127 + .equ se_w230_key, 0 + .equ se_w230_tbs, 1 + .equ se_w230_exg, 0 + .equ se_w230_cmp, 1 + + .section .rodata + .global se_w230 + .align 2 + +@********************** Track 1 **********************@ + +se_w230_1: + .byte KEYSH , se_w230_key+0 + .byte TEMPO , 150*se_w230_tbs/2 + .byte VOICE , 61 + .byte BENDR , 44 + .byte PAN , c_v+0 + .byte VOL , 110*se_w230_mvl/mxv + .byte BEND , c_v+2 + .byte N36 , En3 , v096 + .byte W12 + .byte PAN , c_v-4 + .byte BEND , c_v+2 + .byte W12 + .byte PAN , c_v-10 + .byte BEND , c_v+4 + .byte W12 + .byte PAN , c_v-4 + .byte BEND , c_v+5 + .byte N36 , Fn3 + .byte W12 + .byte PAN , c_v+0 + .byte BEND , c_v+6 + .byte W12 + .byte PAN , c_v+6 + .byte BEND , c_v+7 + .byte W12 + .byte PAN , c_v+9 + .byte BEND , c_v+8 + .byte N36 , En3 , v088 + .byte W12 + .byte PAN , c_v+5 + .byte BEND , c_v+8 + .byte W12 + .byte PAN , c_v+0 + .byte BEND , c_v+9 + .byte W12 + .byte PAN , c_v-4 + .byte BEND , c_v+10 + .byte N60 , Fs3 , v056 + .byte W12 + .byte PAN , c_v-10 + .byte BEND , c_v+11 + .byte W12 + .byte PAN , c_v-4 + .byte BEND , c_v+12 + .byte W04 + .byte VOL , 103*se_w230_mvl/mxv + .byte W04 + .byte 97*se_w230_mvl/mxv + .byte W04 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte W01 + .byte VOL , 91*se_w230_mvl/mxv + .byte W05 + .byte 81*se_w230_mvl/mxv + .byte W03 + .byte 72*se_w230_mvl/mxv + .byte W03 + .byte PAN , c_v+6 + .byte BEND , c_v+13 + .byte W01 + .byte VOL , 62*se_w230_mvl/mxv + .byte W02 + .byte 51*se_w230_mvl/mxv + .byte W03 + .byte 39*se_w230_mvl/mxv + .byte W02 + .byte 24*se_w230_mvl/mxv + .byte W02 + .byte 12*se_w230_mvl/mxv + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w230_2: + .byte KEYSH , se_w230_key+0 + .byte VOICE , 22 + .byte BENDR , 44 + .byte PAN , c_v+1 + .byte VOL , 38*se_w230_mvl/mxv + .byte BEND , c_v+1 + .byte TIE , Gn3 , v100 + .byte W03 + .byte VOL , 50*se_w230_mvl/mxv + .byte W04 + .byte 62*se_w230_mvl/mxv + .byte W02 + .byte BEND , c_v-1 + .byte W01 + .byte VOL , 65*se_w230_mvl/mxv + .byte W04 + .byte 74*se_w230_mvl/mxv + .byte W04 + .byte 78*se_w230_mvl/mxv + .byte BEND , c_v-2 + .byte W03 + .byte VOL , 86*se_w230_mvl/mxv + .byte W03 + .byte 95*se_w230_mvl/mxv + .byte W03 + .byte 105*se_w230_mvl/mxv + .byte W01 + .byte BEND , c_v-4 + .byte W03 + .byte VOL , 110*se_w230_mvl/mxv + .byte W13 + .byte BEND , c_v-2 + .byte W04 + .byte W10 + .byte c_v-1 + .byte W10 + .byte c_v+0 + .byte W04 + .byte W03 + .byte c_v+1 + .byte W10 + .byte c_v+1 + .byte W11 + .byte W02 + .byte c_v+2 + .byte W14 + .byte c_v+3 + .byte W08 + .byte VOL , 105*se_w230_mvl/mxv + .byte W03 + .byte 101*se_w230_mvl/mxv + .byte W05 + .byte 96*se_w230_mvl/mxv + .byte W04 + .byte BEND , c_v+2 + .byte W01 + .byte VOL , 91*se_w230_mvl/mxv + .byte W03 + .byte 86*se_w230_mvl/mxv + .byte W05 + .byte 78*se_w230_mvl/mxv + .byte W03 + .byte W02 + .byte 68*se_w230_mvl/mxv + .byte W01 + .byte BEND , c_v+1 + .byte W04 + .byte VOL , 58*se_w230_mvl/mxv + .byte W03 + .byte 48*se_w230_mvl/mxv + .byte W04 + .byte 37*se_w230_mvl/mxv + .byte BEND , c_v+0 + .byte W04 + .byte VOL , 23*se_w230_mvl/mxv + .byte W01 + .byte BEND , c_v-1 + .byte W02 + .byte VOL , 12*se_w230_mvl/mxv + .byte W03 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_w230: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w230_pri @ Priority + .byte se_w230_rev @ Reverb. + + .word se_w230_grp + + .word se_w230_1 + .word se_w230_2 + + .end diff --git a/sound/songs/se_w231.s b/sound/songs/se_w231.s new file mode 100644 index 000000000..596c9b219 --- /dev/null +++ b/sound/songs/se_w231.s @@ -0,0 +1,74 @@ + .include "MPlayDef.s" + + .equ se_w231_grp, voicegroup_8451F90 + .equ se_w231_pri, 4 + .equ se_w231_rev, reverb_set+50 + .equ se_w231_mvl, 127 + .equ se_w231_key, 0 + .equ se_w231_tbs, 1 + .equ se_w231_exg, 0 + .equ se_w231_cmp, 1 + + .section .rodata + .global se_w231 + .align 2 + +@********************** Track 1 **********************@ + +se_w231_1: + .byte KEYSH , se_w231_key+0 + .byte TEMPO , 150*se_w231_tbs/2 + .byte VOICE , 28 + .byte VOL , 100*se_w231_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+16 + .byte N03 , Gs3 , v080 + .byte W01 + .byte BEND , c_v+38 + .byte W01 + .byte c_v+62 + .byte W02 + .byte N17 , Gs4 , v096 + .byte W03 + .byte PAN , c_v+6 + .byte W02 + .byte c_v+0 + .byte W03 + .byte c_v-8 + .byte W02 + .byte c_v+0 + .byte W02 + .byte c_v+6 + .byte W03 + .byte c_v+0 + .byte W05 + .byte FINE + +@********************** Track 2 **********************@ + +se_w231_2: + .byte KEYSH , se_w231_key+0 + .byte VOICE , 4 + .byte VOL , 100*se_w231_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , En4 , v060 + .byte W04 + .byte N17 , Gs4 , v096 + .byte W20 + .byte FINE + +@******************************************************@ + .align 2 + +se_w231: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w231_pri @ Priority + .byte se_w231_rev @ Reverb. + + .word se_w231_grp + + .word se_w231_1 + .word se_w231_2 + + .end diff --git a/sound/songs/se_w233.s b/sound/songs/se_w233.s new file mode 100644 index 000000000..21366e40e --- /dev/null +++ b/sound/songs/se_w233.s @@ -0,0 +1,75 @@ + .include "MPlayDef.s" + + .equ se_w233_grp, voicegroup_8451F90 + .equ se_w233_pri, 4 + .equ se_w233_rev, reverb_set+50 + .equ se_w233_mvl, 127 + .equ se_w233_key, 0 + .equ se_w233_tbs, 1 + .equ se_w233_exg, 0 + .equ se_w233_cmp, 1 + + .section .rodata + .global se_w233 + .align 2 + +@********************** Track 1 **********************@ + +se_w233_1: + .byte KEYSH , se_w233_key+0 + .byte TEMPO , 220*se_w233_tbs/2 + .byte VOICE , 22 + .byte VOL , 110*se_w233_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+16 + .byte BEND , c_v+46 + .byte N09 , Cn3 , v127 + .byte W03 + .byte VOL , 104*se_w233_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+23 + .byte W03 + .byte VOL , 93*se_w233_mvl/mxv + .byte PAN , c_v-16 + .byte BEND , c_v-15 + .byte W03 + .byte VOICE , 21 + .byte VOL , 110*se_w233_mvl/mxv + .byte BEND , c_v+0 + .byte N03 , Gn4 + .byte W06 + .byte PAN , c_v+16 + .byte N03 , Cn5 + .byte W09 + .byte FINE + +@********************** Track 2 **********************@ + +se_w233_2: + .byte KEYSH , se_w233_key+0 + .byte VOICE , 4 + .byte VOL , 110*se_w233_mvl/mxv + .byte W09 + .byte PAN , c_v+8 + .byte N03 , Cn3 , v052 + .byte W06 + .byte PAN , c_v-7 + .byte N03 + .byte W09 + .byte FINE + +@******************************************************@ + .align 2 + +se_w233: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w233_pri @ Priority + .byte se_w233_rev @ Reverb. + + .word se_w233_grp + + .word se_w233_1 + .word se_w233_2 + + .end diff --git a/sound/songs/se_w233b.s b/sound/songs/se_w233b.s new file mode 100644 index 000000000..de6316afb --- /dev/null +++ b/sound/songs/se_w233b.s @@ -0,0 +1,108 @@ + .include "MPlayDef.s" + + .equ se_w233b_grp, voicegroup_8451F90 + .equ se_w233b_pri, 4 + .equ se_w233b_rev, reverb_set+50 + .equ se_w233b_mvl, 127 + .equ se_w233b_key, 0 + .equ se_w233b_tbs, 1 + .equ se_w233b_exg, 0 + .equ se_w233b_cmp, 1 + + .section .rodata + .global se_w233b + .align 2 + +@********************** Track 1 **********************@ + +se_w233b_1: + .byte KEYSH , se_w233b_key+0 + .byte TEMPO , 220*se_w233b_tbs/2 + .byte VOICE , 6 + .byte VOL , 110*se_w233b_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , Cn3 , v127 + .byte W01 + .byte BEND , c_v-9 + .byte W01 + .byte c_v-21 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v-40 + .byte W01 + .byte c_v-64 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N06 , En3 + .byte W01 + .byte BEND , c_v-9 + .byte W01 + .byte c_v-21 + .byte W01 + .byte PAN , c_v+7 + .byte BEND , c_v-40 + .byte W01 + .byte c_v-64 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N09 , An2 + .byte W01 + .byte BEND , c_v-9 + .byte W01 + .byte c_v-19 + .byte W01 + .byte c_v-29 + .byte W01 + .byte VOL , 86*se_w233b_mvl/mxv + .byte BEND , c_v-39 + .byte W02 + .byte VOL , 69*se_w233b_mvl/mxv + .byte BEND , c_v-45 + .byte W01 + .byte VOL , 53*se_w233b_mvl/mxv + .byte BEND , c_v-56 + .byte W01 + .byte VOL , 20*se_w233b_mvl/mxv + .byte BEND , c_v-64 + .byte W04 + .byte c_v-64 + .byte FINE + +@********************** Track 2 **********************@ + +se_w233b_2: + .byte KEYSH , se_w233b_key+0 + .byte VOICE , 5 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 110*se_w233b_mvl/mxv + .byte PAN , c_v+9 + .byte N03 , Gs2 , v052 + .byte W06 + .byte PAN , c_v-7 + .byte N03 + .byte W06 + .byte PAN , c_v+0 + .byte N03 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_w233b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w233b_pri @ Priority + .byte se_w233b_rev @ Reverb. + + .word se_w233b_grp + + .word se_w233b_1 + .word se_w233b_2 + + .end diff --git a/sound/songs/se_w234.s b/sound/songs/se_w234.s new file mode 100644 index 000000000..732d01a11 --- /dev/null +++ b/sound/songs/se_w234.s @@ -0,0 +1,135 @@ + .include "MPlayDef.s" + + .equ se_w234_grp, voicegroup_8451F90 + .equ se_w234_pri, 5 + .equ se_w234_rev, reverb_set+50 + .equ se_w234_mvl, 127 + .equ se_w234_key, 0 + .equ se_w234_tbs, 1 + .equ se_w234_exg, 0 + .equ se_w234_cmp, 1 + + .section .rodata + .global se_w234 + .align 2 + +@********************** Track 1 **********************@ + +se_w234_1: + .byte KEYSH , se_w234_key+0 + .byte TEMPO , 150*se_w234_tbs/2 + .byte VOICE , 46 + .byte VOL , 95*se_w234_mvl/mxv + .byte BENDR , 2 + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte W03 + .byte N06 , Ds6 , v112 + .byte W03 + .byte W03 + .byte En5 , v104 + .byte W03 + .byte W03 + .byte Ds6 , v096 + .byte W03 + .byte W03 + .byte En5 , v088 + .byte W03 + .byte W03 + .byte PAN , c_v-4 + .byte N06 , Ds6 , v080 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , En5 , v072 + .byte W03 + .byte W03 + .byte PAN , c_v+4 + .byte N06 , Ds6 , v064 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , En5 , v056 + .byte W03 + .byte W03 + .byte PAN , c_v-4 + .byte N06 , Ds6 , v044 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , En5 , v036 + .byte W03 + .byte W03 + .byte PAN , c_v+4 + .byte N06 , Ds6 , v028 + .byte W03 + .byte W03 + .byte PAN , c_v+0 + .byte N06 , En5 , v020 + .byte W03 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w234_2: + .byte KEYSH , se_w234_key+0 + .byte VOICE , 53 + .byte BENDR , 2 + .byte VOL , 43*se_w234_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+15 + .byte N06 , Gs6 , v108 + .byte W03 + .byte W03 + .byte Bn5 + .byte W03 + .byte W03 + .byte Gs6 , v100 + .byte W03 + .byte W03 + .byte Bn5 , v092 + .byte W03 + .byte W03 + .byte Gs6 , v084 + .byte W03 + .byte W03 + .byte Bn5 , v076 + .byte W03 + .byte W03 + .byte Gs6 , v068 + .byte W03 + .byte W03 + .byte Bn5 , v060 + .byte W03 + .byte W03 + .byte Gs6 , v052 + .byte W03 + .byte W03 + .byte Bn5 , v040 + .byte W03 + .byte W03 + .byte Gs6 , v032 + .byte W03 + .byte W03 + .byte Bn5 , v024 + .byte W03 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w234: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w234_pri @ Priority + .byte se_w234_rev @ Reverb. + + .word se_w234_grp + + .word se_w234_1 + .word se_w234_2 + + .end diff --git a/sound/songs/se_w236.s b/sound/songs/se_w236.s new file mode 100644 index 000000000..03589421d --- /dev/null +++ b/sound/songs/se_w236.s @@ -0,0 +1,218 @@ + .include "MPlayDef.s" + + .equ se_w236_grp, voicegroup_8451F90 + .equ se_w236_pri, 4 + .equ se_w236_rev, reverb_set+50 + .equ se_w236_mvl, 127 + .equ se_w236_key, 0 + .equ se_w236_tbs, 1 + .equ se_w236_exg, 0 + .equ se_w236_cmp, 1 + + .section .rodata + .global se_w236 + .align 2 + +@********************** Track 1 **********************@ + +se_w236_1: + .byte KEYSH , se_w236_key+0 + .byte TEMPO , 150*se_w236_tbs/2 + .byte VOICE , 46 + .byte VOL , 100*se_w236_mvl/mxv + .byte BENDR , 4 + .byte PAN , c_v+0 + .byte MOD , 6 + .byte BEND , c_v+3 + .byte N01 , Ds6 , v092 + .byte W01 + .byte Dn6 + .byte W01 + .byte Gn5 + .byte W01 + .byte N20 , Gn6 , v100 + .byte W21 +se_w236_1_000: + .byte N01 , Ds6 , v056 + .byte W01 + .byte Dn6 + .byte W01 + .byte Gn5 + .byte W01 + .byte N20 , Gn6 , v064 + .byte W03 + .byte PAN , c_v+6 + .byte W04 + .byte c_v-4 + .byte W05 + .byte c_v+6 + .byte W05 + .byte c_v-4 + .byte W04 + .byte PEND +se_w236_1_001: + .byte PAN , c_v+0 + .byte N01 , Gs5 , v092 + .byte W01 + .byte Gn5 + .byte W01 + .byte Cn5 + .byte W01 + .byte N20 , Cn6 , v100 + .byte W21 + .byte PEND +se_w236_1_002: + .byte PAN , c_v+16 + .byte N01 , Gs5 , v056 + .byte W01 + .byte Gn5 + .byte W01 + .byte Cn5 + .byte W01 + .byte N20 , Cn6 , v064 + .byte W21 + .byte PEND +se_w236_1_003: + .byte PAN , c_v-16 + .byte N01 , Gs5 , v040 + .byte W01 + .byte Gn5 + .byte W01 + .byte Cn5 + .byte W01 + .byte N20 , Cn6 + .byte W21 + .byte PEND +se_w236_1_004: + .byte PAN , c_v+32 + .byte N01 , Gs5 , v020 + .byte W01 + .byte Gn5 + .byte W01 + .byte Cn5 + .byte W01 + .byte PAN , c_v-32 + .byte N20 , Cn6 + .byte W21 + .byte PEND + .byte PAN , c_v+0 + .byte N01 , Ds6 , v092 + .byte W01 + .byte Dn6 + .byte W01 + .byte Gn5 + .byte W01 + .byte N20 , Gn6 , v100 + .byte W21 + .byte PATT + .word se_w236_1_000 + .byte PATT + .word se_w236_1_001 + .byte PATT + .word se_w236_1_002 + .byte PATT + .word se_w236_1_003 + .byte PATT + .word se_w236_1_004 + .byte FINE + +@********************** Track 2 **********************@ + +se_w236_2: + .byte KEYSH , se_w236_key+0 + .byte VOICE , 55 + .byte PAN , c_v+0 + .byte VOL , 39*se_w236_mvl/mxv + .byte BEND , c_v-4 + .byte W10 + .byte N01 , Ds6 , v112 + .byte W02 + .byte Dn6 + .byte W01 + .byte Gn5 + .byte W01 + .byte N04 , Gn6 + .byte W05 + .byte Gn6 , v096 + .byte W05 +se_w236_2_000: + .byte PAN , c_v+50 + .byte N04 , Gn6 , v080 + .byte W04 + .byte PAN , c_v-48 + .byte N04 , Gn6 , v064 + .byte W05 + .byte PAN , c_v+50 + .byte N04 , Gn6 , v048 + .byte W05 + .byte PAN , c_v-49 + .byte N04 , Gn6 , v032 + .byte W10 + .byte PEND +se_w236_2_001: + .byte PAN , c_v+0 + .byte W10 + .byte N01 , Gs5 , v112 + .byte W02 + .byte Gn5 + .byte W01 + .byte Cn5 + .byte W01 + .byte N04 , Cn6 + .byte W05 + .byte Cn6 , v096 + .byte W05 + .byte PEND +se_w236_2_002: + .byte PAN , c_v+50 + .byte N04 , Cn6 , v080 + .byte W04 + .byte PAN , c_v-48 + .byte N04 , Cn6 , v064 + .byte W05 + .byte PAN , c_v+50 + .byte N04 , Cn6 , v048 + .byte W05 + .byte PAN , c_v-49 + .byte N04 , Cn6 , v032 + .byte W10 + .byte PEND + .byte W24 + .byte W24 + .byte PAN , c_v+0 + .byte W10 + .byte N01 , Ds6 , v112 + .byte W02 + .byte Dn6 + .byte W01 + .byte Gn5 + .byte W01 + .byte N04 , Gn6 + .byte W05 + .byte Gn6 , v096 + .byte W05 + .byte PATT + .word se_w236_2_000 + .byte PATT + .word se_w236_2_001 + .byte PATT + .word se_w236_2_002 + .byte W24 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w236: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w236_pri @ Priority + .byte se_w236_rev @ Reverb. + + .word se_w236_grp + + .word se_w236_1 + .word se_w236_2 + + .end diff --git a/sound/songs/se_w239.s b/sound/songs/se_w239.s new file mode 100644 index 000000000..a4a4270fe --- /dev/null +++ b/sound/songs/se_w239.s @@ -0,0 +1,210 @@ + .include "MPlayDef.s" + + .equ se_w239_grp, voicegroup_8451F90 + .equ se_w239_pri, 4 + .equ se_w239_rev, reverb_set+50 + .equ se_w239_mvl, 127 + .equ se_w239_key, 0 + .equ se_w239_tbs, 1 + .equ se_w239_exg, 0 + .equ se_w239_cmp, 1 + + .section .rodata + .global se_w239 + .align 2 + +@********************** Track 1 **********************@ + +se_w239_1: + .byte KEYSH , se_w239_key+0 + .byte TEMPO , 150*se_w239_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 67*se_w239_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , Dn2 , v127 + .byte W03 + .byte VOL , 83*se_w239_mvl/mxv + .byte BEND , c_v+22 + .byte W03 + .byte VOL , 88*se_w239_mvl/mxv + .byte PAN , c_v-4 + .byte W03 + .byte VOL , 95*se_w239_mvl/mxv + .byte W02 + .byte BEND , c_v+8 + .byte W01 + .byte VOL , 105*se_w239_mvl/mxv + .byte PAN , c_v-8 + .byte W03 + .byte VOL , 115*se_w239_mvl/mxv + .byte W02 + .byte BEND , c_v+0 + .byte W01 + .byte PAN , c_v-12 + .byte W06 + .byte c_v-17 + .byte BEND , c_v+0 + .byte W03 + .byte c_v-7 + .byte W03 + .byte PAN , c_v-9 + .byte W06 + .byte c_v-3 + .byte W01 + .byte BEND , c_v-12 + .byte W02 + .byte PAN , c_v+6 + .byte W03 + .byte c_v+10 + .byte W06 + .byte c_v+16 + .byte W01 + .byte BEND , c_v-20 + .byte W05 + .byte PAN , c_v+13 + .byte W06 + .byte c_v+8 + .byte W03 + .byte c_v+0 + .byte W01 + .byte BEND , c_v-13 + .byte W02 + .byte PAN , c_v-8 + .byte W03 + .byte c_v-11 + .byte W03 + .byte c_v-17 + .byte W01 + .byte BEND , c_v-6 + .byte W05 + .byte PAN , c_v-9 + .byte W06 + .byte c_v-3 + .byte W03 + .byte c_v+6 + .byte W03 + .byte c_v+10 + .byte W01 + .byte BEND , c_v+6 + .byte W05 + .byte PAN , c_v+16 + .byte W06 + .byte c_v+13 + .byte W06 + .byte c_v+8 + .byte W03 + .byte c_v+0 + .byte BEND , c_v+11 + .byte W03 + .byte PAN , c_v-8 + .byte W03 + .byte c_v-11 + .byte VOL , 103*se_w239_mvl/mxv + .byte W03 + .byte PAN , c_v-17 + .byte W01 + .byte BEND , c_v+20 + .byte W05 + .byte PAN , c_v-9 + .byte W01 + .byte VOL , 97*se_w239_mvl/mxv + .byte W05 + .byte PAN , c_v-3 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+6 + .byte VOL , 88*se_w239_mvl/mxv + .byte W03 + .byte PAN , c_v+10 + .byte W02 + .byte BEND , c_v+7 + .byte W02 + .byte VOL , 79*se_w239_mvl/mxv + .byte W02 + .byte PAN , c_v+16 + .byte W04 + .byte VOL , 62*se_w239_mvl/mxv + .byte BEND , c_v+0 + .byte W02 + .byte PAN , c_v+13 + .byte W04 + .byte VOL , 45*se_w239_mvl/mxv + .byte W02 + .byte PAN , c_v+8 + .byte W01 + .byte BEND , c_v-7 + .byte W01 + .byte VOL , 33*se_w239_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte c_v-8 + .byte W01 + .byte VOL , 18*se_w239_mvl/mxv + .byte W02 + .byte PAN , c_v-11 + .byte W03 + .byte EOT + .byte FINE + +@********************** Track 2 **********************@ + +se_w239_2: + .byte KEYSH , se_w239_key+0 + .byte VOICE , 25 + .byte VOL , 67*se_w239_mvl/mxv + .byte TIE , Gs4 , v012 + .byte W03 + .byte VOL , 83*se_w239_mvl/mxv + .byte W03 + .byte 88*se_w239_mvl/mxv + .byte W03 + .byte 95*se_w239_mvl/mxv + .byte W03 + .byte 105*se_w239_mvl/mxv + .byte W03 + .byte 115*se_w239_mvl/mxv + .byte W09 + .byte W24 + .byte W24 + .byte W24 + .byte W21 + .byte 103*se_w239_mvl/mxv + .byte W03 + .byte W07 + .byte 97*se_w239_mvl/mxv + .byte W08 + .byte 88*se_w239_mvl/mxv + .byte W07 + .byte 79*se_w239_mvl/mxv + .byte W02 + .byte W04 + .byte 62*se_w239_mvl/mxv + .byte W06 + .byte 45*se_w239_mvl/mxv + .byte W04 + .byte 33*se_w239_mvl/mxv + .byte W05 + .byte 18*se_w239_mvl/mxv + .byte W05 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_w239: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w239_pri @ Priority + .byte se_w239_rev @ Reverb. + + .word se_w239_grp + + .word se_w239_1 + .word se_w239_2 + + .end diff --git a/sound/songs/se_w240.s b/sound/songs/se_w240.s new file mode 100644 index 000000000..d445038bf --- /dev/null +++ b/sound/songs/se_w240.s @@ -0,0 +1,116 @@ + .include "MPlayDef.s" + + .equ se_w240_grp, voicegroup_8451F90 + .equ se_w240_pri, 4 + .equ se_w240_rev, reverb_set+50 + .equ se_w240_mvl, 127 + .equ se_w240_key, 0 + .equ se_w240_tbs, 1 + .equ se_w240_exg, 0 + .equ se_w240_cmp, 1 + + .section .rodata + .global se_w240 + .align 2 + +@********************** Track 1 **********************@ + +se_w240_1: + .byte KEYSH , se_w240_key+0 + .byte TEMPO , 220*se_w240_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 20*se_w240_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , Gn3 , v064 + .byte W03 + .byte VOL , 37*se_w240_mvl/mxv + .byte W03 + .byte 53*se_w240_mvl/mxv + .byte W03 + .byte 60*se_w240_mvl/mxv + .byte W03 + .byte 71*se_w240_mvl/mxv + .byte W03 + .byte 81*se_w240_mvl/mxv + .byte W03 + .byte 93*se_w240_mvl/mxv + .byte W03 + .byte 110*se_w240_mvl/mxv + .byte W03 + .byte PAN , c_v+3 + .byte W06 + .byte c_v+11 + .byte W12 + .byte c_v+20 + .byte W06 + .byte c_v+25 + .byte W12 + .byte c_v+14 + .byte W06 + .byte c_v+8 + .byte W06 + .byte W06 + .byte c_v-3 + .byte W12 + .byte c_v-16 + .byte W06 + .byte W06 + .byte c_v-26 + .byte W12 + .byte c_v-16 + .byte W06 + .byte VOL , 104*se_w240_mvl/mxv + .byte PAN , c_v-5 + .byte W03 + .byte VOL , 101*se_w240_mvl/mxv + .byte W03 + .byte 98*se_w240_mvl/mxv + .byte PAN , c_v+6 + .byte W03 + .byte VOL , 93*se_w240_mvl/mxv + .byte W03 + .byte 90*se_w240_mvl/mxv + .byte PAN , c_v+14 + .byte W03 + .byte VOL , 86*se_w240_mvl/mxv + .byte W03 + .byte 83*se_w240_mvl/mxv + .byte W03 + .byte 77*se_w240_mvl/mxv + .byte W03 + .byte 73*se_w240_mvl/mxv + .byte PAN , c_v+24 + .byte W03 + .byte VOL , 66*se_w240_mvl/mxv + .byte W03 + .byte 58*se_w240_mvl/mxv + .byte W03 + .byte 44*se_w240_mvl/mxv + .byte W03 + .byte 32*se_w240_mvl/mxv + .byte PAN , c_v+15 + .byte W03 + .byte VOL , 16*se_w240_mvl/mxv + .byte W03 + .byte 1*se_w240_mvl/mxv + .byte PAN , c_v+4 + .byte W06 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_w240: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w240_pri @ Priority + .byte se_w240_rev @ Reverb. + + .word se_w240_grp + + .word se_w240_1 + + .end diff --git a/sound/songs/se_w250.s b/sound/songs/se_w250.s new file mode 100644 index 000000000..ac5c123e7 --- /dev/null +++ b/sound/songs/se_w250.s @@ -0,0 +1,125 @@ + .include "MPlayDef.s" + + .equ se_w250_grp, voicegroup_8451F90 + .equ se_w250_pri, 4 + .equ se_w250_rev, reverb_set+50 + .equ se_w250_mvl, 127 + .equ se_w250_key, 0 + .equ se_w250_tbs, 1 + .equ se_w250_exg, 0 + .equ se_w250_cmp, 1 + + .section .rodata + .global se_w250 + .align 2 + +@********************** Track 1 **********************@ + +se_w250_1: + .byte KEYSH , se_w250_key+0 + .byte TEMPO , 150*se_w250_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 115*se_w250_mvl/mxv + .byte BEND , c_v-18 + .byte TIE , Dn2 , v127 + .byte W03 + .byte BEND , c_v-12 + .byte W03 + .byte PAN , c_v-5 + .byte W02 + .byte BEND , c_v-8 + .byte W04 + .byte PAN , c_v-10 + .byte W01 + .byte BEND , c_v-3 + .byte W03 + .byte c_v+2 + .byte W02 + .byte PAN , c_v-13 + .byte W04 + .byte BEND , c_v+5 + .byte W02 + .byte PAN , c_v-16 + .byte W04 + .byte BEND , c_v+14 + .byte W02 + .byte PAN , c_v-14 + .byte W06 + .byte c_v-9 + .byte BEND , c_v+18 + .byte W06 + .byte PAN , c_v-6 + .byte W01 + .byte BEND , c_v+24 + .byte W05 + .byte PAN , c_v+0 + .byte W06 + .byte c_v+3 + .byte W06 + .byte c_v+7 + .byte W06 + .byte c_v+11 + .byte BEND , c_v+17 + .byte W06 + .byte PAN , c_v+16 + .byte BEND , c_v+10 + .byte W06 + .byte PAN , c_v+11 + .byte W01 + .byte BEND , c_v+5 + .byte W05 + .byte PAN , c_v+6 + .byte W02 + .byte VOL , 103*se_w250_mvl/mxv + .byte W01 + .byte BEND , c_v+0 + .byte W03 + .byte PAN , c_v+4 + .byte W01 + .byte VOL , 85*se_w250_mvl/mxv + .byte W01 + .byte BEND , c_v-5 + .byte W04 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 71*se_w250_mvl/mxv + .byte W02 + .byte BEND , c_v-8 + .byte W03 + .byte VOL , 52*se_w250_mvl/mxv + .byte PAN , c_v-4 + .byte W03 + .byte BEND , c_v-12 + .byte W01 + .byte VOL , 32*se_w250_mvl/mxv + .byte W02 + .byte PAN , c_v-10 + .byte W03 + .byte VOL , 11*se_w250_mvl/mxv + .byte BEND , c_v-19 + .byte W03 + .byte PAN , c_v-15 + .byte W01 + .byte VOL , 6*se_w250_mvl/mxv + .byte W01 + .byte BEND , c_v-28 + .byte W04 + .byte EOT + .byte FINE + +@******************************************************@ + .align 2 + +se_w250: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w250_pri @ Priority + .byte se_w250_rev @ Reverb. + + .word se_w250_grp + + .word se_w250_1 + + .end diff --git a/sound/songs/se_w253.s b/sound/songs/se_w253.s new file mode 100644 index 000000000..3588725f3 --- /dev/null +++ b/sound/songs/se_w253.s @@ -0,0 +1,86 @@ + .include "MPlayDef.s" + + .equ se_w253_grp, voicegroup_8451F90 + .equ se_w253_pri, 4 + .equ se_w253_rev, reverb_set+50 + .equ se_w253_mvl, 127 + .equ se_w253_key, 0 + .equ se_w253_tbs, 1 + .equ se_w253_exg, 0 + .equ se_w253_cmp, 1 + + .section .rodata + .global se_w253 + .align 2 + +@********************** Track 1 **********************@ + +se_w253_1: + .byte KEYSH , se_w253_key+0 + .byte TEMPO , 150*se_w253_tbs/2 + .byte VOICE , 60 + .byte BENDR , 12 + .byte VOL , 25*se_w253_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N24 , Gs2 , v127 + .byte W01 + .byte PAN , c_v+2 + .byte VOL , 51*se_w253_mvl/mxv + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 74*se_w253_mvl/mxv + .byte W01 + .byte 89*se_w253_mvl/mxv + .byte BEND , c_v+1 + .byte W01 + .byte PAN , c_v+2 + .byte VOL , 100*se_w253_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte c_v-2 + .byte BEND , c_v+4 + .byte W01 + .byte PAN , c_v-4 + .byte W02 + .byte c_v-2 + .byte BEND , c_v+5 + .byte W02 + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+5 + .byte W02 + .byte c_v+2 + .byte W02 + .byte c_v+0 + .byte W01 + .byte VOL , 85*se_w253_mvl/mxv + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte VOL , 62*se_w253_mvl/mxv + .byte W01 + .byte 33*se_w253_mvl/mxv + .byte W01 + .byte PAN , c_v-2 + .byte VOL , 11*se_w253_mvl/mxv + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w253: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w253_pri @ Priority + .byte se_w253_rev @ Reverb. + + .word se_w253_grp + + .word se_w253_1 + + .end diff --git a/sound/songs/se_w255.s b/sound/songs/se_w255.s new file mode 100644 index 000000000..f00a1be05 --- /dev/null +++ b/sound/songs/se_w255.s @@ -0,0 +1,88 @@ + .include "MPlayDef.s" + + .equ se_w255_grp, voicegroup_8451F90 + .equ se_w255_pri, 4 + .equ se_w255_rev, reverb_set+50 + .equ se_w255_mvl, 127 + .equ se_w255_key, 0 + .equ se_w255_tbs, 1 + .equ se_w255_exg, 0 + .equ se_w255_cmp, 1 + + .section .rodata + .global se_w255 + .align 2 + +@********************** Track 1 **********************@ + +se_w255_1: + .byte KEYSH , se_w255_key+0 + .byte TEMPO , 150*se_w255_tbs/2 + .byte VOICE , 65 + .byte BENDR , 12 + .byte VOL , 110*se_w255_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn3 , v112 + .byte W01 + .byte PAN , c_v-7 + .byte BEND , c_v-17 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v-36 + .byte W01 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn4 + .byte W02 + .byte PAN , c_v-7 + .byte BEND , c_v+15 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+28 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn4 , v064 + .byte W01 + .byte PAN , c_v-7 + .byte BEND , c_v+15 + .byte W02 + .byte PAN , c_v+8 + .byte BEND , c_v+28 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w255_2: + .byte KEYSH , se_w255_key+0 + .byte VOICE , 57 + .byte VOL , 110*se_w255_mvl/mxv + .byte N03 , En3 , v052 + .byte W03 + .byte W01 + .byte N03 + .byte W02 + .byte W03 + .byte En3 , v032 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w255: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w255_pri @ Priority + .byte se_w255_rev @ Reverb. + + .word se_w255_grp + + .word se_w255_1 + .word se_w255_2 + + .end diff --git a/sound/songs/se_w257.s b/sound/songs/se_w257.s new file mode 100644 index 000000000..dcc3750ba --- /dev/null +++ b/sound/songs/se_w257.s @@ -0,0 +1,206 @@ + .include "MPlayDef.s" + + .equ se_w257_grp, voicegroup_8451F90 + .equ se_w257_pri, 4 + .equ se_w257_rev, reverb_set+50 + .equ se_w257_mvl, 127 + .equ se_w257_key, 0 + .equ se_w257_tbs, 1 + .equ se_w257_exg, 0 + .equ se_w257_cmp, 1 + + .section .rodata + .global se_w257 + .align 2 + +@********************** Track 1 **********************@ + +se_w257_1: + .byte KEYSH , se_w257_key+0 + .byte TEMPO , 150*se_w257_tbs/2 + .byte VOICE , 29 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 23*se_w257_mvl/mxv + .byte BEND , c_v+0 + .byte TIE , Fn4 , v127 + .byte W01 + .byte VOL , 51*se_w257_mvl/mxv + .byte W01 + .byte 75*se_w257_mvl/mxv + .byte W01 + .byte 99*se_w257_mvl/mxv + .byte BEND , c_v+8 + .byte W01 + .byte VOL , 115*se_w257_mvl/mxv + .byte W02 + .byte PAN , c_v+6 + .byte BEND , c_v+16 + .byte W01 + .byte VOL , 99*se_w257_mvl/mxv + .byte W02 + .byte 92*se_w257_mvl/mxv + .byte BEND , c_v+7 + .byte W01 + .byte VOL , 97*se_w257_mvl/mxv + .byte W02 + .byte 105*se_w257_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 110*se_w257_mvl/mxv + .byte BEND , c_v-9 + .byte W03 + .byte PAN , c_v-8 + .byte BEND , c_v-24 + .byte W03 + .byte VOL , 115*se_w257_mvl/mxv + .byte BEND , c_v-38 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v-41 + .byte W04 + .byte c_v-45 + .byte W02 + .byte PAN , c_v+6 + .byte W02 + .byte BEND , c_v-39 + .byte W04 + .byte PAN , c_v+0 + .byte W03 + .byte BEND , c_v-35 + .byte W03 + .byte PAN , c_v-8 + .byte W03 + .byte BEND , c_v-30 + .byte W03 + .byte PAN , c_v+0 + .byte W03 + .byte BEND , c_v-26 + .byte W03 + .byte PAN , c_v+6 + .byte W01 + .byte BEND , c_v-22 + .byte W05 + .byte PAN , c_v+0 + .byte BEND , c_v-18 + .byte W04 + .byte c_v-13 + .byte W02 + .byte PAN , c_v-8 + .byte W06 + .byte c_v+0 + .byte W06 + .byte c_v+6 + .byte W03 + .byte BEND , c_v-7 + .byte W03 + .byte PAN , c_v+0 + .byte W04 + .byte BEND , c_v-3 + .byte W02 + .byte PAN , c_v-8 + .byte VOL , 113*se_w257_mvl/mxv + .byte W04 + .byte 110*se_w257_mvl/mxv + .byte W02 + .byte PAN , c_v+0 + .byte W02 + .byte BEND , c_v-7 + .byte W02 + .byte VOL , 105*se_w257_mvl/mxv + .byte W02 + .byte PAN , c_v+6 + .byte W03 + .byte VOL , 98*se_w257_mvl/mxv + .byte BEND , c_v-11 + .byte W03 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 91*se_w257_mvl/mxv + .byte W03 + .byte 81*se_w257_mvl/mxv + .byte BEND , c_v-15 + .byte W02 + .byte PAN , c_v-8 + .byte W02 + .byte VOL , 74*se_w257_mvl/mxv + .byte W01 + .byte BEND , c_v-22 + .byte W03 + .byte PAN , c_v+0 + .byte VOL , 63*se_w257_mvl/mxv + .byte W01 + .byte BEND , c_v-30 + .byte W01 + .byte VOL , 50*se_w257_mvl/mxv + .byte W02 + .byte 40*se_w257_mvl/mxv + .byte BEND , c_v-39 + .byte W02 + .byte PAN , c_v+6 + .byte W01 + .byte VOL , 28*se_w257_mvl/mxv + .byte BEND , c_v-52 + .byte W02 + .byte VOL , 17*se_w257_mvl/mxv + .byte W03 + .byte EOT + .byte FINE + +@********************** Track 2 **********************@ + +se_w257_2: + .byte KEYSH , se_w257_key+0 + .byte VOICE , 27 + .byte PAN , c_v+0 + .byte VOL , 23*se_w257_mvl/mxv + .byte N30 , Gn2 , v032 + .byte W01 + .byte VOL , 51*se_w257_mvl/mxv + .byte W01 + .byte 75*se_w257_mvl/mxv + .byte W01 + .byte 99*se_w257_mvl/mxv + .byte W01 + .byte 115*se_w257_mvl/mxv + .byte W03 + .byte 99*se_w257_mvl/mxv + .byte W02 + .byte 92*se_w257_mvl/mxv + .byte W01 + .byte 97*se_w257_mvl/mxv + .byte W02 + .byte 115*se_w257_mvl/mxv + .byte W12 + .byte PAN , c_v+0 + .byte W12 + .byte W12 + .byte c_v+0 + .byte W12 + .byte W12 + .byte c_v+0 + .byte W12 + .byte W12 + .byte c_v+0 + .byte W12 + .byte W12 + .byte c_v+0 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_w257: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w257_pri @ Priority + .byte se_w257_rev @ Reverb. + + .word se_w257_grp + + .word se_w257_1 + .word se_w257_2 + + .end diff --git a/sound/songs/se_w258.s b/sound/songs/se_w258.s new file mode 100644 index 000000000..52c4b826d --- /dev/null +++ b/sound/songs/se_w258.s @@ -0,0 +1,98 @@ + .include "MPlayDef.s" + + .equ se_w258_grp, voicegroup_8451F90 + .equ se_w258_pri, 4 + .equ se_w258_rev, reverb_set+50 + .equ se_w258_mvl, 127 + .equ se_w258_key, 0 + .equ se_w258_tbs, 1 + .equ se_w258_exg, 0 + .equ se_w258_cmp, 1 + + .section .rodata + .global se_w258 + .align 2 + +@********************** Track 1 **********************@ + +se_w258_1: + .byte KEYSH , se_w258_key+0 + .byte TEMPO , 150*se_w258_tbs/2 + .byte VOICE , 3 + .byte VOL , 100*se_w258_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Fn4 , v112 + .byte W04 + .byte PAN , c_v+6 + .byte N02 , Ds5 , v040 + .byte W02 + .byte W02 + .byte PAN , c_v-5 + .byte N01 , Gn4 , v112 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Ds5 + .byte W03 + .byte W01 + .byte PAN , c_v+6 + .byte N02 , Ds5 , v020 + .byte W03 + .byte PAN , c_v-5 + .byte N01 , Gn4 , v064 + .byte W02 + .byte PAN , c_v+0 + .byte N01 , Ds5 + .byte W03 + .byte PAN , c_v+11 + .byte N02 , Ds5 , v020 + .byte W03 + .byte W01 + .byte PAN , c_v-13 + .byte N01 , Gn4 , v064 + .byte W01 + .byte PAN , c_v+0 + .byte N01 , Ds5 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_w258_2: + .byte KEYSH , se_w258_key+0 + .byte VOICE , 4 + .byte VOL , 100*se_w258_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Dn4 , v040 + .byte W04 + .byte Bn3 + .byte W02 + .byte W03 + .byte Dn4 + .byte W03 + .byte W01 + .byte Bn3 , v032 + .byte W05 + .byte Dn4 + .byte W03 + .byte Bn3 , v012 + .byte W03 + .byte W02 + .byte Dn4 + .byte W04 + .byte FINE + +@******************************************************@ + .align 2 + +se_w258: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w258_pri @ Priority + .byte se_w258_rev @ Reverb. + + .word se_w258_grp + + .word se_w258_1 + .word se_w258_2 + + .end diff --git a/sound/songs/se_w260.s b/sound/songs/se_w260.s new file mode 100644 index 000000000..11874e1f3 --- /dev/null +++ b/sound/songs/se_w260.s @@ -0,0 +1,67 @@ + .include "MPlayDef.s" + + .equ se_w260_grp, voicegroup_8451F90 + .equ se_w260_pri, 4 + .equ se_w260_rev, reverb_set+50 + .equ se_w260_mvl, 127 + .equ se_w260_key, 0 + .equ se_w260_tbs, 1 + .equ se_w260_exg, 0 + .equ se_w260_cmp, 1 + + .section .rodata + .global se_w260 + .align 2 + +@********************** Track 1 **********************@ + +se_w260_1: + .byte KEYSH , se_w260_key+0 + .byte TEMPO , 150*se_w260_tbs/2 + .byte VOICE , 41 + .byte VOL , 100*se_w260_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N01 , Dn5 , v127 + .byte W01 + .byte Gn4 + .byte W01 + .byte N09 , En5 + .byte W02 + .byte PAN , c_v+6 + .byte W02 + .byte VOL , 92*se_w260_mvl/mxv + .byte PAN , c_v-8 + .byte W01 + .byte VOL , 83*se_w260_mvl/mxv + .byte PAN , c_v+6 + .byte W01 + .byte VOL , 71*se_w260_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v-4 + .byte W01 + .byte VOL , 46*se_w260_mvl/mxv + .byte PAN , c_v+11 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 22*se_w260_mvl/mxv + .byte PAN , c_v-12 + .byte BEND , c_v-15 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_w260: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w260_pri @ Priority + .byte se_w260_rev @ Reverb. + + .word se_w260_grp + + .word se_w260_1 + + .end diff --git a/sound/songs/se_w268.s b/sound/songs/se_w268.s new file mode 100644 index 000000000..3b45b223f --- /dev/null +++ b/sound/songs/se_w268.s @@ -0,0 +1,186 @@ + .include "MPlayDef.s" + + .equ se_w268_grp, voicegroup_8451F90 + .equ se_w268_pri, 4 + .equ se_w268_rev, reverb_set+50 + .equ se_w268_mvl, 127 + .equ se_w268_key, 0 + .equ se_w268_tbs, 1 + .equ se_w268_exg, 0 + .equ se_w268_cmp, 1 + + .section .rodata + .global se_w268 + .align 2 + +@********************** Track 1 **********************@ + +se_w268_1: + .byte KEYSH , se_w268_key+0 + .byte TEMPO , 150*se_w268_tbs/2 + .byte VOICE , 18 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 34*se_w268_mvl/mxv + .byte BEND , c_v+0 + .byte N66 , Cn5 , v127 + .byte W01 + .byte PAN , c_v-2 + .byte W01 + .byte VOL , 43*se_w268_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte BEND , c_v-2 + .byte W01 + .byte VOL , 58*se_w268_mvl/mxv + .byte PAN , c_v+0 + .byte W02 + .byte c_v-2 + .byte W01 + .byte VOL , 70*se_w268_mvl/mxv + .byte PAN , c_v-4 + .byte BEND , c_v-4 + .byte W01 + .byte PAN , c_v-2 + .byte W01 + .byte VOL , 76*se_w268_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte BEND , c_v-6 + .byte W02 + .byte VOL , 90*se_w268_mvl/mxv + .byte PAN , c_v+4 + .byte W01 + .byte c_v+2 + .byte W01 + .byte c_v+0 + .byte BEND , c_v-8 + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte c_v-2 + .byte W02 + .byte c_v+0 + .byte BEND , c_v-13 + .byte W01 + .byte PAN , c_v+2 + .byte W01 + .byte c_v+0 + .byte W01 + .byte c_v-2 + .byte BEND , c_v-15 + .byte W01 + .byte PAN , c_v-4 + .byte W02 + .byte c_v-2 + .byte W01 + .byte c_v+0 + .byte BEND , c_v-19 + .byte W01 + .byte PAN , c_v+2 + .byte W01 + .byte c_v+4 + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+2 + .byte W02 + .byte c_v+0 + .byte BEND , c_v-19 + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte c_v-2 + .byte BEND , c_v-17 + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte W02 + .byte c_v+0 + .byte BEND , c_v-19 + .byte W01 + .byte PAN , c_v-2 + .byte W01 + .byte c_v-4 + .byte W01 + .byte c_v-2 + .byte BEND , c_v-22 + .byte W01 + .byte PAN , c_v+0 + .byte W02 + .byte c_v+2 + .byte BEND , c_v-28 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v-24 + .byte W01 + .byte PAN , c_v+2 + .byte W01 + .byte VOL , 84*se_w268_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v+0 + .byte W02 + .byte c_v-2 + .byte W01 + .byte VOL , 78*se_w268_mvl/mxv + .byte PAN , c_v+0 + .byte W01 + .byte c_v+2 + .byte BEND , c_v-27 + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 70*se_w268_mvl/mxv + .byte PAN , c_v-2 + .byte W02 + .byte c_v-4 + .byte W01 + .byte VOL , 55*se_w268_mvl/mxv + .byte PAN , c_v-2 + .byte BEND , c_v-29 + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 46*se_w268_mvl/mxv + .byte PAN , c_v+2 + .byte W01 + .byte c_v+4 + .byte BEND , c_v-31 + .byte W02 + .byte VOL , 36*se_w268_mvl/mxv + .byte PAN , c_v+2 + .byte W01 + .byte c_v+0 + .byte W01 + .byte VOL , 24*se_w268_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-36 + .byte W01 + .byte PAN , c_v-2 + .byte W01 + .byte VOL , 13*se_w268_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v-42 + .byte W02 + .byte VOL , 5*se_w268_mvl/mxv + .byte PAN , c_v+2 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w268: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w268_pri @ Priority + .byte se_w268_rev @ Reverb. + + .word se_w268_grp + + .word se_w268_1 + + .end diff --git a/sound/songs/se_w280.s b/sound/songs/se_w280.s new file mode 100644 index 000000000..fb7766e79 --- /dev/null +++ b/sound/songs/se_w280.s @@ -0,0 +1,100 @@ + .include "MPlayDef.s" + + .equ se_w280_grp, voicegroup_8451F90 + .equ se_w280_pri, 4 + .equ se_w280_rev, reverb_set+50 + .equ se_w280_mvl, 127 + .equ se_w280_key, 0 + .equ se_w280_tbs, 1 + .equ se_w280_exg, 0 + .equ se_w280_cmp, 1 + + .section .rodata + .global se_w280 + .align 2 + +@********************** Track 1 **********************@ + +se_w280_1: + .byte KEYSH , se_w280_key+0 + .byte TEMPO , 150*se_w280_tbs/2 + .byte VOICE , 41 + .byte VOL , 110*se_w280_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Cn4 , v127 + .byte W01 + .byte N03 , Cn5 + .byte W01 + .byte PAN , c_v+5 + .byte W01 + .byte c_v-6 + .byte W01 + .byte VOICE , 3 + .byte PAN , c_v+0 + .byte N01 , Gs4 , v112 + .byte W02 + .byte W03 + .byte PAN , c_v+7 + .byte N01 , Dn5 , v096 + .byte W03 + .byte W02 + .byte PAN , c_v+0 + .byte N01 , Gs4 , v084 + .byte W04 + .byte W01 + .byte PAN , c_v-8 + .byte N01 , Dn5 , v068 + .byte W05 + .byte PAN , c_v+7 + .byte N01 , Gs4 , v052 + .byte W04 + .byte PAN , c_v-8 + .byte N01 , Dn5 , v032 + .byte W02 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w280_2: + .byte KEYSH , se_w280_key+0 + .byte VOICE , 4 + .byte VOL , 110*se_w280_mvl/mxv + .byte PAN , c_v+0 + .byte N01 , Cn3 , v064 + .byte W01 + .byte N03 , Gn3 + .byte W05 + .byte W01 + .byte N02 , En4 , v040 + .byte W05 + .byte Gn3 + .byte W04 + .byte En4 , v032 + .byte W02 + .byte W03 + .byte Gn3 + .byte W03 + .byte W02 + .byte En4 , v020 + .byte W04 + .byte W01 + .byte Gn3 + .byte W05 + .byte FINE + +@******************************************************@ + .align 2 + +se_w280: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w280_pri @ Priority + .byte se_w280_rev @ Reverb. + + .word se_w280_grp + + .word se_w280_1 + .word se_w280_2 + + .end diff --git a/sound/songs/se_w281.s b/sound/songs/se_w281.s new file mode 100644 index 000000000..0cb5b56c3 --- /dev/null +++ b/sound/songs/se_w281.s @@ -0,0 +1,127 @@ + .include "MPlayDef.s" + + .equ se_w281_grp, voicegroup_8451F90 + .equ se_w281_pri, 4 + .equ se_w281_rev, reverb_set+50 + .equ se_w281_mvl, 127 + .equ se_w281_key, 0 + .equ se_w281_tbs, 1 + .equ se_w281_exg, 0 + .equ se_w281_cmp, 1 + + .section .rodata + .global se_w281 + .align 2 + +@********************** Track 1 **********************@ + +se_w281_1: + .byte VOL , 110*se_w281_mvl/mxv + .byte KEYSH , se_w281_key+0 + .byte TEMPO , 150*se_w281_tbs/2 + .byte VOICE , 61 + .byte BENDR , 44 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N48 , Cn4 , v108 + .byte W02 + .byte BEND , c_v-1 + .byte W01 + .byte c_v+0 + .byte W03 + .byte c_v+0 + .byte W01 + .byte c_v+0 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v+0 + .byte W02 + .byte PAN , c_v-4 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+1 + .byte W02 + .byte c_v+1 + .byte W02 + .byte c_v+1 + .byte W02 + .byte c_v+1 + .byte W01 + .byte c_v+1 + .byte W03 + .byte PAN , c_v-10 + .byte BEND , c_v+1 + .byte W01 + .byte c_v+2 + .byte W02 + .byte c_v+2 + .byte W03 + .byte c_v+1 + .byte W02 + .byte c_v+2 + .byte W01 + .byte c_v+1 + .byte W03 + .byte PAN , c_v-4 + .byte BEND , c_v+1 + .byte W01 + .byte c_v+1 + .byte W02 + .byte c_v+1 + .byte W01 + .byte c_v+0 + .byte W02 + .byte c_v+0 + .byte W01 + .byte c_v-1 + .byte W01 + .byte c_v-1 + .byte W01 + .byte c_v-3 + .byte W01 + .byte c_v-3 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w281_2: + .byte KEYSH , se_w281_key+0 + .byte VOICE , 66 + .byte BENDR , 44 + .byte PAN , c_v+1 + .byte VOL , 110*se_w281_mvl/mxv + .byte N48 , Dn3 , v020 + .byte W24 + .byte W03 + .byte VOL , 103*se_w281_mvl/mxv + .byte W04 + .byte 96*se_w281_mvl/mxv + .byte W03 + .byte 83*se_w281_mvl/mxv + .byte W04 + .byte 67*se_w281_mvl/mxv + .byte W04 + .byte 49*se_w281_mvl/mxv + .byte W03 + .byte 23*se_w281_mvl/mxv + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w281: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w281_pri @ Priority + .byte se_w281_rev @ Reverb. + + .word se_w281_grp + + .word se_w281_1 + .word se_w281_2 + + .end diff --git a/sound/songs/se_w287.s b/sound/songs/se_w287.s new file mode 100644 index 000000000..9964c6dee --- /dev/null +++ b/sound/songs/se_w287.s @@ -0,0 +1,283 @@ + .include "MPlayDef.s" + + .equ se_w287_grp, voicegroup_8451F90 + .equ se_w287_pri, 4 + .equ se_w287_rev, reverb_set+50 + .equ se_w287_mvl, 127 + .equ se_w287_key, 0 + .equ se_w287_tbs, 1 + .equ se_w287_exg, 0 + .equ se_w287_cmp, 1 + + .section .rodata + .global se_w287 + .align 2 + +@********************** Track 1 **********************@ + +se_w287_1: + .byte KEYSH , se_w287_key+0 + .byte TEMPO , 170*se_w287_tbs/2 + .byte VOICE , 67 + .byte VOL , 70*se_w287_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , An5 , v076 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+5 + .byte N02 , An4 + .byte W01 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte N02 , Dn5 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte c_v+23 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+32 + .byte N02 , Dn4 + .byte W01 + .byte BEND , c_v+42 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , As5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+5 + .byte N02 , As4 + .byte W01 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte N02 , Ds5 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte c_v+23 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+32 + .byte N02 , Ds4 + .byte W01 + .byte BEND , c_v+42 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Bn5 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+5 + .byte N02 , Bn4 + .byte W01 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte N02 , En5 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte c_v+23 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+32 + .byte N02 , En4 + .byte W01 + .byte BEND , c_v+42 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Cn6 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+5 + .byte N02 , Cn5 + .byte W01 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte N02 , Fn5 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte c_v+23 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+32 + .byte N02 , Fn4 + .byte W01 + .byte BEND , c_v+42 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Cs6 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+5 + .byte N02 , Cs5 + .byte W01 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte N02 , Fn5 , v056 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte c_v+23 + .byte W01 + .byte PAN , c_v-12 + .byte BEND , c_v+32 + .byte N02 , Fn4 + .byte W01 + .byte BEND , c_v+42 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Cs6 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v+12 + .byte BEND , c_v+5 + .byte N02 , Cs5 + .byte W01 + .byte BEND , c_v+8 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+12 + .byte N02 , Fn5 , v032 + .byte W01 + .byte BEND , c_v+16 + .byte W01 + .byte c_v+23 + .byte W01 + .byte PAN , c_v-16 + .byte BEND , c_v+32 + .byte N02 , Fn4 + .byte W01 + .byte BEND , c_v+42 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N02 , Cs6 + .byte W01 + .byte BEND , c_v+0 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v+16 + .byte BEND , c_v+5 + .byte N02 , Cs5 + .byte W01 + .byte BEND , c_v+8 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w287_2: + .byte KEYSH , se_w287_key+0 + .byte VOICE , 55 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 70*se_w287_mvl/mxv + .byte N02 , Cn3 , v052 + .byte W03 + .byte N02 + .byte W03 + .byte W01 + .byte Cs3 + .byte W03 + .byte N02 + .byte W02 + .byte W02 + .byte Dn3 + .byte W04 + .byte N02 + .byte W03 + .byte Ds3 + .byte W03 + .byte W01 + .byte N02 + .byte W03 + .byte En3 + .byte W02 + .byte W02 + .byte N02 + .byte W04 + .byte Fn3 + .byte W03 + .byte N02 + .byte W03 + .byte W01 + .byte Fs3 + .byte W03 + .byte N02 + .byte W02 + .byte W02 + .byte Gn3 + .byte W04 + .byte Gn3 , v032 + .byte W03 + .byte Gs3 + .byte W03 + .byte W01 + .byte N02 + .byte W03 + .byte An3 , v020 + .byte W02 + .byte W02 + .byte N02 + .byte W04 + .byte As3 , v012 + .byte W03 + .byte N02 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w287: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w287_pri @ Priority + .byte se_w287_rev @ Reverb. + + .word se_w287_grp + + .word se_w287_1 + .word se_w287_2 + + .end diff --git a/sound/songs/se_w287b.s b/sound/songs/se_w287b.s new file mode 100644 index 000000000..0fd968bdb --- /dev/null +++ b/sound/songs/se_w287b.s @@ -0,0 +1,271 @@ + .include "MPlayDef.s" + + .equ se_w287b_grp, voicegroup_8451F90 + .equ se_w287b_pri, 4 + .equ se_w287b_rev, reverb_set+50 + .equ se_w287b_mvl, 127 + .equ se_w287b_key, 0 + .equ se_w287b_tbs, 1 + .equ se_w287b_exg, 0 + .equ se_w287b_cmp, 1 + + .section .rodata + .global se_w287b + .align 2 + +@********************** Track 1 **********************@ + +se_w287b_1: + .byte KEYSH , se_w287b_key+0 + .byte TEMPO , 170*se_w287b_tbs/2 + .byte VOICE , 67 + .byte VOL , 70*se_w287b_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+42 + .byte N02 , Cs6 , v076 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte c_v+24 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+16 + .byte N02 , Cs5 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+8 + .byte N02 , Fs5 + .byte W01 + .byte BEND , c_v+5 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+0 + .byte N02 , Fs4 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+42 + .byte N02 , Cn6 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte c_v+24 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+16 + .byte N02 , Cn5 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+8 + .byte N02 , Fn5 + .byte W01 + .byte BEND , c_v+5 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+0 + .byte N02 , Fn4 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+42 + .byte N02 , Bn5 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte c_v+24 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+16 + .byte N02 , Bn4 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+8 + .byte N02 , En5 + .byte W01 + .byte BEND , c_v+5 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+0 + .byte N02 , En4 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+42 + .byte N02 , As5 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte c_v+24 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+16 + .byte N02 , As4 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+8 + .byte N02 , Ds5 + .byte W01 + .byte BEND , c_v+5 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v+0 + .byte N02 , Ds4 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+42 + .byte N02 , An5 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte c_v+24 + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v+16 + .byte N02 , An4 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+8 + .byte N02 , Cs5 , v056 + .byte W01 + .byte BEND , c_v+5 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v-12 + .byte BEND , c_v+0 + .byte N02 , Cs4 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+42 + .byte N02 , An5 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte c_v+24 + .byte W01 + .byte PAN , c_v+12 + .byte BEND , c_v+16 + .byte N02 , An4 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+8 + .byte N02 , Cs5 , v032 + .byte W01 + .byte BEND , c_v+5 + .byte W01 + .byte c_v+2 + .byte W01 + .byte PAN , c_v-16 + .byte BEND , c_v+0 + .byte N02 , Cs4 + .byte W03 + .byte PAN , c_v+0 + .byte BEND , c_v+42 + .byte N02 , An5 + .byte W01 + .byte BEND , c_v+31 + .byte W01 + .byte c_v+24 + .byte W01 + .byte PAN , c_v+16 + .byte BEND , c_v+16 + .byte N02 , An4 + .byte W01 + .byte BEND , c_v+12 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w287b_2: + .byte KEYSH , se_w287b_key+0 + .byte VOICE , 55 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 70*se_w287b_mvl/mxv + .byte N02 , As3 , v052 + .byte W03 + .byte N02 + .byte W03 + .byte W01 + .byte An3 + .byte W03 + .byte N02 + .byte W02 + .byte W02 + .byte Gs3 + .byte W04 + .byte N02 + .byte W03 + .byte Gn3 + .byte W03 + .byte W01 + .byte N02 + .byte W03 + .byte Fs3 + .byte W02 + .byte W02 + .byte N02 + .byte W04 + .byte Fn3 + .byte W03 + .byte N02 + .byte W03 + .byte W01 + .byte En3 + .byte W03 + .byte N02 + .byte W02 + .byte W02 + .byte Ds3 + .byte W04 + .byte Ds3 , v032 + .byte W03 + .byte Dn3 + .byte W03 + .byte W01 + .byte N02 + .byte W03 + .byte Cs3 , v020 + .byte W02 + .byte W02 + .byte N02 + .byte W04 + .byte Cn3 , v012 + .byte W03 + .byte N02 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w287b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w287b_pri @ Priority + .byte se_w287b_rev @ Reverb. + + .word se_w287b_grp + + .word se_w287b_1 + .word se_w287b_2 + + .end diff --git a/sound/songs/se_w291.s b/sound/songs/se_w291.s new file mode 100644 index 000000000..6c1bce800 --- /dev/null +++ b/sound/songs/se_w291.s @@ -0,0 +1,123 @@ + .include "MPlayDef.s" + + .equ se_w291_grp, voicegroup_8451F90 + .equ se_w291_pri, 4 + .equ se_w291_rev, reverb_set+50 + .equ se_w291_mvl, 127 + .equ se_w291_key, 0 + .equ se_w291_tbs, 1 + .equ se_w291_exg, 0 + .equ se_w291_cmp, 1 + + .section .rodata + .global se_w291 + .align 2 + +@********************** Track 1 **********************@ + +se_w291_1: + .byte KEYSH , se_w291_key+0 + .byte TEMPO , 150*se_w291_tbs/2 + .byte VOICE , 36 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 105*se_w291_mvl/mxv + .byte BEND , c_v-18 + .byte N06 , Fn2 , v127 + .byte W03 + .byte PAN , c_v+3 + .byte BEND , c_v-16 + .byte W04 + .byte PAN , c_v+6 + .byte BEND , c_v-14 + .byte N04 + .byte W03 + .byte PAN , c_v+3 + .byte BEND , c_v-11 + .byte W02 + .byte N36 , Gn3 , v092 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v-8 + .byte W04 + .byte PAN , c_v-3 + .byte BEND , c_v-5 + .byte W02 + .byte VOL , 100*se_w291_mvl/mxv + .byte W01 + .byte PAN , c_v-6 + .byte BEND , c_v-2 + .byte W03 + .byte VOL , 94*se_w291_mvl/mxv + .byte W01 + .byte PAN , c_v-3 + .byte BEND , c_v+1 + .byte W02 + .byte VOL , 84*se_w291_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+4 + .byte W04 + .byte PAN , c_v+3 + .byte VOL , 72*se_w291_mvl/mxv + .byte BEND , c_v+2 + .byte W04 + .byte PAN , c_v+6 + .byte VOL , 57*se_w291_mvl/mxv + .byte BEND , c_v-3 + .byte W03 + .byte PAN , c_v+3 + .byte VOL , 37*se_w291_mvl/mxv + .byte BEND , c_v-7 + .byte W03 + .byte VOL , 20*se_w291_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-11 + .byte W01 + .byte VOL , 7*se_w291_mvl/mxv + .byte W02 + .byte PAN , c_v-3 + .byte BEND , c_v-16 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w291_2: + .byte KEYSH , se_w291_key+0 + .byte VOICE , 25 + .byte VOL , 105*se_w291_mvl/mxv + .byte N06 , An2 , v040 + .byte W06 + .byte Gn2 + .byte W06 + .byte Gs3 , v044 + .byte W07 + .byte Gs3 , v036 + .byte W05 + .byte W02 + .byte Gs3 , v028 + .byte W07 + .byte Gs3 , v020 + .byte W03 + .byte W04 + .byte Gs3 , v012 + .byte W08 + .byte FINE + +@******************************************************@ + .align 2 + +se_w291: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w291_pri @ Priority + .byte se_w291_rev @ Reverb. + + .word se_w291_grp + + .word se_w291_1 + .word se_w291_2 + + .end diff --git a/sound/songs/se_w298.s b/sound/songs/se_w298.s new file mode 100644 index 000000000..4f36ca8c6 --- /dev/null +++ b/sound/songs/se_w298.s @@ -0,0 +1,121 @@ + .include "MPlayDef.s" + + .equ se_w298_grp, voicegroup_8451F90 + .equ se_w298_pri, 4 + .equ se_w298_rev, reverb_set+50 + .equ se_w298_mvl, 127 + .equ se_w298_key, 0 + .equ se_w298_tbs, 1 + .equ se_w298_exg, 0 + .equ se_w298_cmp, 1 + + .section .rodata + .global se_w298 + .align 2 + +@********************** Track 1 **********************@ + +se_w298_1: + .byte KEYSH , se_w298_key+0 + .byte TEMPO , 170*se_w298_tbs/2 + .byte VOICE , 37 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w298_mvl/mxv + .byte BEND , c_v-4 + .byte N03 , Gn4 , v100 + .byte W06 + .byte PAN , c_v+16 + .byte N03 , Gn4 , v056 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , An5 , v100 + .byte W03 + .byte W03 + .byte PAN , c_v-15 + .byte N03 , An5 , v056 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Cn6 , v100 + .byte W06 + .byte PAN , c_v+16 + .byte N03 , Cn6 , v056 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Gn4 , v072 + .byte W03 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , Gn4 , v028 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , An5 , v072 + .byte W06 + .byte PAN , c_v+16 + .byte N03 , An5 , v028 + .byte W03 + .byte PAN , c_v+0 + .byte N03 , Cn6 , v072 + .byte W03 + .byte W03 + .byte PAN , c_v-16 + .byte N03 , Cn6 , v028 + .byte W03 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w298_2: + .byte KEYSH , se_w298_key+0 + .byte VOICE , 47 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte MOD , 20 + .byte VOL , 44*se_w298_mvl/mxv + .byte BEND , c_v-2 + .byte W03 + .byte N03 , Gn3 , v112 + .byte W03 + .byte W03 + .byte Gn3 , v068 + .byte W03 + .byte An4 , v112 + .byte W06 + .byte An4 , v068 + .byte W03 + .byte Cn5 , v112 + .byte W03 + .byte W03 + .byte Cn5 , v068 + .byte W03 + .byte Gn3 , v080 + .byte W06 + .byte Gn3 , v036 + .byte W03 + .byte An4 , v080 + .byte W03 + .byte W03 + .byte An4 , v036 + .byte W03 + .byte Cn5 , v080 + .byte W06 + .byte Cn5 , v036 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w298: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w298_pri @ Priority + .byte se_w298_rev @ Reverb. + + .word se_w298_grp + + .word se_w298_1 + .word se_w298_2 + + .end diff --git a/sound/songs/se_w320.s b/sound/songs/se_w320.s new file mode 100644 index 000000000..a0e4cbc2c --- /dev/null +++ b/sound/songs/se_w320.s @@ -0,0 +1,130 @@ + .include "MPlayDef.s" + + .equ se_w320_grp, voicegroup_8451F90 + .equ se_w320_pri, 4 + .equ se_w320_rev, reverb_set+50 + .equ se_w320_mvl, 127 + .equ se_w320_key, 0 + .equ se_w320_tbs, 1 + .equ se_w320_exg, 0 + .equ se_w320_cmp, 1 + + .section .rodata + .global se_w320 + .align 2 + +@********************** Track 1 **********************@ + +se_w320_1: + .byte KEYSH , se_w320_key+0 + .byte TEMPO , 100*se_w320_tbs/2 + .byte VOICE , 64 + .byte BENDR , 2 + .byte LFOS , 40 + .byte PAN , c_v+0 + .byte VOL , 70*se_w320_mvl/mxv + .byte BEND , c_v-16 + .byte N21 , Gn5 , v112 + .byte W03 + .byte BEND , c_v-8 + .byte W03 + .byte c_v+0 + .byte W03 + .byte MOD , 10 + .byte W03 + .byte W09 + .byte 0 + .byte W03 + .byte N09 , An5 + .byte W12 + .byte En5 + .byte W12 + .byte BEND , c_v-14 + .byte N66 , Gn5 + .byte W06 + .byte BEND , c_v-8 + .byte W06 + .byte c_v-4 + .byte W06 + .byte c_v+0 + .byte W06 + .byte MOD , 10 + .byte W12 + .byte W12 + .byte W06 + .byte VOL , 61*se_w320_mvl/mxv + .byte W06 + .byte 51*se_w320_mvl/mxv + .byte W06 + .byte 36*se_w320_mvl/mxv + .byte W06 + .byte 18*se_w320_mvl/mxv + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_w320_2: + .byte KEYSH , se_w320_key+0 + .byte VOICE , 64 + .byte BENDR , 2 + .byte LFOS , 40 + .byte VOL , 70*se_w320_mvl/mxv + .byte W12 + .byte PAN , c_v+12 + .byte BEND , c_v-16 + .byte N21 , Gn5 , v072 + .byte W03 + .byte BEND , c_v-8 + .byte W03 + .byte c_v+0 + .byte W03 + .byte MOD , 10 + .byte W03 + .byte W09 + .byte 0 + .byte W03 + .byte PAN , c_v-12 + .byte N09 , An5 + .byte W12 + .byte PAN , c_v+14 + .byte N09 , En5 + .byte W12 + .byte PAN , c_v-15 + .byte BEND , c_v-14 + .byte N66 , Gn5 + .byte W06 + .byte BEND , c_v-8 + .byte W06 + .byte c_v-4 + .byte W06 + .byte c_v+0 + .byte W06 + .byte MOD , 10 + .byte W12 + .byte W06 + .byte VOL , 61*se_w320_mvl/mxv + .byte W06 + .byte 51*se_w320_mvl/mxv + .byte W06 + .byte 36*se_w320_mvl/mxv + .byte W06 + .byte 18*se_w320_mvl/mxv + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_w320: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w320_pri @ Priority + .byte se_w320_rev @ Reverb. + + .word se_w320_grp + + .word se_w320_1 + .word se_w320_2 + + .end diff --git a/sound/songs/se_w322.s b/sound/songs/se_w322.s new file mode 100644 index 000000000..ba1442dcf --- /dev/null +++ b/sound/songs/se_w322.s @@ -0,0 +1,208 @@ + .include "MPlayDef.s" + + .equ se_w322_grp, voicegroup_8451F90 + .equ se_w322_pri, 4 + .equ se_w322_rev, reverb_set+50 + .equ se_w322_mvl, 127 + .equ se_w322_key, 0 + .equ se_w322_tbs, 1 + .equ se_w322_exg, 0 + .equ se_w322_cmp, 1 + + .section .rodata + .global se_w322 + .align 2 + +@********************** Track 1 **********************@ + +se_w322_1: + .byte KEYSH , se_w322_key+0 + .byte TEMPO , 150*se_w322_tbs/2 + .byte VOICE , 46 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 110*se_w322_mvl/mxv + .byte BEND , c_v-4 + .byte N09 , As5 , v112 + .byte W06 + .byte W03 + .byte PAN , c_v-5 + .byte N08 , Cn5 + .byte W03 + .byte W06 + .byte PAN , c_v-9 + .byte N10 , Gn5 + .byte W06 + .byte W04 + .byte PAN , c_v-5 + .byte N09 , Fn6 + .byte W02 + .byte W06 + .byte W02 + .byte PAN , c_v+0 + .byte N09 , An5 + .byte W04 + .byte W06 + .byte PAN , c_v+4 + .byte N09 , As5 + .byte W06 + .byte W03 + .byte PAN , c_v+9 + .byte N08 , Cn5 , v108 + .byte W03 + .byte W06 + .byte PAN , c_v+4 + .byte N10 , Gn5 , v104 + .byte W06 + .byte W04 + .byte PAN , c_v+0 + .byte N09 , Fn6 , v096 + .byte W02 + .byte W06 + .byte W02 + .byte PAN , c_v-5 + .byte N09 , An5 , v092 + .byte W04 + .byte W04 + .byte PAN , c_v-9 + .byte W02 + .byte N09 , As5 , v084 + .byte W06 + .byte W03 + .byte PAN , c_v-5 + .byte N08 , Cn5 , v080 + .byte W03 + .byte W06 + .byte N10 , Gn5 , v072 + .byte W01 + .byte PAN , c_v+0 + .byte W05 + .byte W04 + .byte c_v+4 + .byte N09 , Fn6 , v068 + .byte W02 + .byte W06 + .byte W02 + .byte PAN , c_v+9 + .byte N09 , An5 , v060 + .byte W04 + .byte W04 + .byte PAN , c_v+4 + .byte W02 + .byte N09 , As5 , v056 + .byte W06 + .byte W03 + .byte PAN , c_v+0 + .byte N08 , Cn5 , v052 + .byte W03 + .byte W06 + .byte N10 , Gn5 , v044 + .byte W01 + .byte PAN , c_v-5 + .byte W05 + .byte W03 + .byte c_v-9 + .byte W01 + .byte N09 , Fn6 , v040 + .byte W02 + .byte W06 + .byte W02 + .byte PAN , c_v-5 + .byte N09 , An5 , v032 + .byte W04 + .byte W06 + .byte PAN , c_v+0 + .byte W06 + .byte FINE + +@********************** Track 2 **********************@ + +se_w322_2: + .byte KEYSH , se_w322_key+0 + .byte VOICE , 53 + .byte XCMD , xIECV , 9 + .byte xIECL , 8 + .byte VOL , 43*se_w322_mvl/mxv + .byte BEND , c_v-2 + .byte W04 + .byte N08 , Fn5 , v112 + .byte W02 + .byte W06 + .byte W01 + .byte N10 , Ds5 + .byte W05 + .byte W06 + .byte N09 , As6 + .byte W06 + .byte W03 + .byte Cn6 + .byte W03 + .byte W06 + .byte N10 , Fn5 + .byte W06 + .byte W04 + .byte N08 + .byte W02 + .byte W06 + .byte W01 + .byte N10 , Ds5 , v104 + .byte W05 + .byte W06 + .byte N09 , As6 , v100 + .byte W06 + .byte W03 + .byte Cn6 , v092 + .byte W03 + .byte W06 + .byte N10 , Fn5 , v088 + .byte W06 + .byte W04 + .byte N08 , Fn5 , v080 + .byte W02 + .byte W06 + .byte W01 + .byte N10 , Ds5 , v076 + .byte W05 + .byte W06 + .byte N09 , As6 , v072 + .byte W06 + .byte W03 + .byte Cn6 , v064 + .byte W03 + .byte W06 + .byte N10 , Fn5 , v060 + .byte W06 + .byte W04 + .byte N08 , Fn5 , v052 + .byte W02 + .byte W06 + .byte W01 + .byte N10 , Ds5 , v048 + .byte W05 + .byte W06 + .byte N09 , As6 , v040 + .byte W06 + .byte W03 + .byte Cn6 , v036 + .byte W03 + .byte W06 + .byte N12 , Fn5 , v032 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w322: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w322_pri @ Priority + .byte se_w322_rev @ Reverb. + + .word se_w322_grp + + .word se_w322_1 + .word se_w322_2 + + .end diff --git a/sound/songs/se_w327.s b/sound/songs/se_w327.s new file mode 100644 index 000000000..b5adcc2b1 --- /dev/null +++ b/sound/songs/se_w327.s @@ -0,0 +1,103 @@ + .include "MPlayDef.s" + + .equ se_w327_grp, voicegroup_8451F90 + .equ se_w327_pri, 4 + .equ se_w327_rev, reverb_set+50 + .equ se_w327_mvl, 127 + .equ se_w327_key, 0 + .equ se_w327_tbs, 1 + .equ se_w327_exg, 0 + .equ se_w327_cmp, 1 + + .section .rodata + .global se_w327 + .align 2 + +@********************** Track 1 **********************@ + +se_w327_1: + .byte KEYSH , se_w327_key+0 + .byte TEMPO , 220*se_w327_tbs/2 + .byte VOICE , 41 + .byte VOL , 110*se_w327_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+6 + .byte BEND , c_v+0 + .byte N02 , Cn4 , v127 + .byte W03 + .byte VOL , 104*se_w327_mvl/mxv + .byte W03 + .byte 93*se_w327_mvl/mxv + .byte PAN , c_v-6 + .byte N02 , Cn5 + .byte W03 + .byte VOL , 110*se_w327_mvl/mxv + .byte W01 + .byte VOICE , 22 + .byte PAN , c_v+0 + .byte N24 , Cn4 , v060 + .byte W02 + .byte W02 + .byte BEND , c_v+0 + .byte W04 + .byte c_v+1 + .byte W03 + .byte c_v+1 + .byte W01 + .byte VOL , 105*se_w327_mvl/mxv + .byte W02 + .byte BEND , c_v+0 + .byte W01 + .byte VOL , 103*se_w327_mvl/mxv + .byte W02 + .byte 91*se_w327_mvl/mxv + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 77*se_w327_mvl/mxv + .byte BEND , c_v-1 + .byte W02 + .byte VOL , 61*se_w327_mvl/mxv + .byte BEND , c_v-2 + .byte W01 + .byte VOL , 38*se_w327_mvl/mxv + .byte W01 + .byte 15*se_w327_mvl/mxv + .byte BEND , c_v-3 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w327_2: + .byte KEYSH , se_w327_key+0 + .byte VOICE , 4 + .byte VOL , 110*se_w327_mvl/mxv + .byte N02 , Cn3 , v060 + .byte W03 + .byte Gn2 + .byte W03 + .byte Gs4 + .byte W04 + .byte Gs4 , v020 + .byte W02 + .byte W06 + .byte W06 + .byte W06 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w327: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w327_pri @ Priority + .byte se_w327_rev @ Reverb. + + .word se_w327_grp + + .word se_w327_1 + .word se_w327_2 + + .end diff --git a/sound/songs/se_w328.s b/sound/songs/se_w328.s new file mode 100644 index 000000000..a5926e443 --- /dev/null +++ b/sound/songs/se_w328.s @@ -0,0 +1,197 @@ + .include "MPlayDef.s" + + .equ se_w328_grp, voicegroup_8451F90 + .equ se_w328_pri, 4 + .equ se_w328_rev, reverb_set+50 + .equ se_w328_mvl, 127 + .equ se_w328_key, 0 + .equ se_w328_tbs, 1 + .equ se_w328_exg, 0 + .equ se_w328_cmp, 1 + + .section .rodata + .global se_w328 + .align 2 + +@********************** Track 1 **********************@ + +se_w328_1: + .byte KEYSH , se_w328_key+0 + .byte TEMPO , 150*se_w328_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 64*se_w328_mvl/mxv + .byte BEND , c_v+0 + .byte N96 , En2 , v127 + .byte W03 + .byte VOL , 79*se_w328_mvl/mxv + .byte BEND , c_v+22 + .byte W02 + .byte c_v+8 + .byte W01 + .byte VOL , 84*se_w328_mvl/mxv + .byte PAN , c_v-4 + .byte W03 + .byte VOL , 91*se_w328_mvl/mxv + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 100*se_w328_mvl/mxv + .byte PAN , c_v-8 + .byte W03 + .byte VOL , 110*se_w328_mvl/mxv + .byte W03 + .byte PAN , c_v-12 + .byte W06 + .byte c_v-17 + .byte BEND , c_v+0 + .byte W03 + .byte c_v-7 + .byte W03 + .byte PAN , c_v-9 + .byte BEND , c_v-12 + .byte W03 + .byte c_v-20 + .byte W03 + .byte PAN , c_v-3 + .byte W03 + .byte c_v+6 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v+10 + .byte W03 + .byte BEND , c_v-6 + .byte W03 + .byte PAN , c_v+16 + .byte W03 + .byte BEND , c_v+6 + .byte W03 + .byte PAN , c_v+13 + .byte BEND , c_v+11 + .byte W03 + .byte c_v+20 + .byte W03 + .byte PAN , c_v+8 + .byte W03 + .byte c_v+0 + .byte BEND , c_v+12 + .byte W03 + .byte PAN , c_v-8 + .byte BEND , c_v+7 + .byte W03 + .byte PAN , c_v-11 + .byte W03 + .byte c_v-17 + .byte VOL , 98*se_w328_mvl/mxv + .byte BEND , c_v+0 + .byte W03 + .byte VOL , 90*se_w328_mvl/mxv + .byte BEND , c_v-7 + .byte W03 + .byte PAN , c_v-9 + .byte BEND , c_v-12 + .byte W01 + .byte VOL , 80*se_w328_mvl/mxv + .byte W02 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 71*se_w328_mvl/mxv + .byte W02 + .byte PAN , c_v-3 + .byte W02 + .byte VOL , 58*se_w328_mvl/mxv + .byte W01 + .byte PAN , c_v+6 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v+10 + .byte VOL , 45*se_w328_mvl/mxv + .byte W02 + .byte 27*se_w328_mvl/mxv + .byte W01 + .byte BEND , c_v-6 + .byte W01 + .byte VOL , 11*se_w328_mvl/mxv + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w328_2: + .byte KEYSH , se_w328_key+0 + .byte VOICE , 57 + .byte PAN , c_v+0 + .byte VOL , 110*se_w328_mvl/mxv + .byte N03 , Cn3 , v100 + .byte W03 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W04 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W03 + .byte W01 + .byte En3 , v080 + .byte W03 + .byte Dn3 + .byte W04 + .byte Cn3 , v100 + .byte W04 + .byte En3 , v080 + .byte W03 + .byte Dn3 + .byte W04 + .byte Cn3 , v100 + .byte W03 + .byte En3 , v080 + .byte W02 + .byte W02 + .byte Dn3 + .byte W04 + .byte Cn3 , v100 + .byte W03 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v100 + .byte W04 + .byte En3 , v080 + .byte W04 + .byte Dn3 + .byte W03 + .byte Cn3 , v092 + .byte W04 + .byte En3 , v060 + .byte W03 + .byte Dn3 , v052 + .byte W04 + .byte Cn3 , v060 + .byte W04 + .byte En3 , v032 + .byte W03 + .byte N02 , Dn3 , v020 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w328: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w328_pri @ Priority + .byte se_w328_rev @ Reverb. + + .word se_w328_grp + + .word se_w328_1 + .word se_w328_2 + + .end diff --git a/sound/songs/se_wall_hit.s b/sound/songs/se_wall_hit.s new file mode 100644 index 000000000..0e2695e33 --- /dev/null +++ b/sound/songs/se_wall_hit.s @@ -0,0 +1,41 @@ + .include "MPlayDef.s" + + .equ se_wall_hit_grp, voicegroup_8451990 + .equ se_wall_hit_pri, 2 + .equ se_wall_hit_rev, reverb_set+50 + .equ se_wall_hit_mvl, 127 + .equ se_wall_hit_key, 0 + .equ se_wall_hit_tbs, 1 + .equ se_wall_hit_exg, 0 + .equ se_wall_hit_cmp, 1 + + .section .rodata + .global se_wall_hit + .align 2 + +@********************** Track 1 **********************@ + +se_wall_hit_1: + .byte KEYSH , se_wall_hit_key+0 + .byte TEMPO , 220*se_wall_hit_tbs/2 + .byte VOICE , 89 + .byte VOL , 80*se_wall_hit_mvl/mxv + .byte BEND , c_v+0 + .byte N18 , Gn1 , v127 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_wall_hit: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_wall_hit_pri @ Priority + .byte se_wall_hit_rev @ Reverb. + + .word se_wall_hit_grp + + .word se_wall_hit_1 + + .end diff --git a/sound/songs/se_win_open.s b/sound/songs/se_win_open.s new file mode 100644 index 000000000..cab4d51a4 --- /dev/null +++ b/sound/songs/se_win_open.s @@ -0,0 +1,42 @@ + .include "MPlayDef.s" + + .equ se_win_open_grp, voicegroup_8451990 + .equ se_win_open_pri, 5 + .equ se_win_open_rev, reverb_set+50 + .equ se_win_open_mvl, 127 + .equ se_win_open_key, 0 + .equ se_win_open_tbs, 1 + .equ se_win_open_exg, 0 + .equ se_win_open_cmp, 1 + + .section .rodata + .global se_win_open + .align 2 + +@********************** Track 1 **********************@ + +se_win_open_1: + .byte KEYSH , se_win_open_key+0 + .byte TEMPO , 220*se_win_open_tbs/2 + .byte VOICE , 127 + .byte VOL , 110*se_win_open_mvl/mxv + .byte N03 , Ds3 , v127 + .byte W03 + .byte N15 , Gn4 + .byte W21 + .byte FINE + +@******************************************************@ + .align 2 + +se_win_open: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_win_open_pri @ Priority + .byte se_win_open_rev @ Reverb. + + .word se_win_open_grp + + .word se_win_open_1 + + .end diff --git a/sound/songs/se_z_page.s b/sound/songs/se_z_page.s new file mode 100644 index 000000000..1c805a6c4 --- /dev/null +++ b/sound/songs/se_z_page.s @@ -0,0 +1,54 @@ + .include "MPlayDef.s" + + .equ se_z_page_grp, voicegroup_8451990 + .equ se_z_page_pri, 5 + .equ se_z_page_rev, reverb_set+50 + .equ se_z_page_mvl, 127 + .equ se_z_page_key, 0 + .equ se_z_page_tbs, 1 + .equ se_z_page_exg, 0 + .equ se_z_page_cmp, 1 + + .section .rodata + .global se_z_page + .align 2 + +@********************** Track 1 **********************@ + +se_z_page_1: + .byte KEYSH , se_z_page_key+0 + .byte TEMPO , 100*se_z_page_tbs/2 + .byte VOICE , 4 + .byte BENDR , 12 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 90*se_z_page_mvl/mxv + .byte BEND , c_v+4 + .byte N01 , Cn5 , v064 + .byte W01 + .byte Cn5 , v020 + .byte W01 + .byte Cn5 , v064 + .byte W01 + .byte Cn5 , v020 + .byte W01 + .byte Cn6 , v064 + .byte W02 + .byte Cn6 , v020 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_z_page: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_z_page_pri @ Priority + .byte se_z_page_rev @ Reverb. + + .word se_z_page_grp + + .word se_z_page_1 + + .end diff --git a/sound/songs/se_z_scroll.s b/sound/songs/se_z_scroll.s new file mode 100644 index 000000000..33f24e961 --- /dev/null +++ b/sound/songs/se_z_scroll.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ se_z_scroll_grp, voicegroup_8451990 + .equ se_z_scroll_pri, 5 + .equ se_z_scroll_rev, reverb_set+50 + .equ se_z_scroll_mvl, 127 + .equ se_z_scroll_key, 0 + .equ se_z_scroll_tbs, 1 + .equ se_z_scroll_exg, 0 + .equ se_z_scroll_cmp, 1 + + .section .rodata + .global se_z_scroll + .align 2 + +@********************** Track 1 **********************@ + +se_z_scroll_1: + .byte KEYSH , se_z_scroll_key+0 + .byte TEMPO , 100*se_z_scroll_tbs/2 + .byte VOICE , 4 + .byte BENDR , 12 + .byte XCMD , xIECV , 10 + .byte xIECL , 8 + .byte VOL , 40*se_z_scroll_mvl/mxv + .byte BEND , c_v+4 + .byte N01 , Gn4 , v127 + .byte W01 + .byte Gn4 , v020 + .byte W02 + .byte FINE + +@******************************************************@ + .align 2 + +se_z_scroll: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_z_scroll_pri @ Priority + .byte se_z_scroll_rev @ Reverb. + + .word se_z_scroll_grp + + .word se_z_scroll_1 + + .end diff --git a/sound/songs/se_z_search.s b/sound/songs/se_z_search.s new file mode 100644 index 000000000..2469b5279 --- /dev/null +++ b/sound/songs/se_z_search.s @@ -0,0 +1,304 @@ + .include "MPlayDef.s" + + .equ se_z_search_grp, voicegroup_8451990 + .equ se_z_search_pri, 5 + .equ se_z_search_rev, reverb_set+50 + .equ se_z_search_mvl, 127 + .equ se_z_search_key, 0 + .equ se_z_search_tbs, 1 + .equ se_z_search_exg, 0 + .equ se_z_search_cmp, 1 + + .section .rodata + .global se_z_search + .align 2 + +@********************** Track 1 **********************@ + +se_z_search_1: + .byte KEYSH , se_z_search_key+0 + .byte TEMPO , 144*se_z_search_tbs/2 + .byte VOICE , 4 + .byte XCMD , xIECV , 12 + .byte xIECL , 10 + .byte VOL , 100*se_z_search_mvl/mxv + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds4 , v060 + .byte W03 + .byte BEND , c_v+6 + .byte N01 , Ds3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , As4 , v060 + .byte W03 + .byte BEND , c_v+6 + .byte N01 , As3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W02 + .byte BEND , c_v-6 + .byte N02 , As4 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , As3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W03 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds4 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W03 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds4 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds3 , v040 + .byte W02 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , As4 , v060 + .byte W03 + .byte BEND , c_v+6 + .byte N01 , As3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , As4 , v060 + .byte W02 + .byte W01 + .byte BEND , c_v+6 + .byte N01 , As3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W02 + .byte BEND , c_v-6 + .byte N02 , Ds4 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , Ds3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds5 , v060 + .byte W03 + .byte BEND , c_v+6 + .byte N01 , Ds4 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , As4 , v060 + .byte W02 + .byte BEND , c_v+6 + .byte N01 , As3 , v040 + .byte W01 + .byte BEND , c_v-6 + .byte N02 , Ds4 , v060 + .byte W03 + .byte BEND , c_v+6 + .byte N01 , Ds3 , v040 + .byte W01 + .byte BEND , c_v-7 + .byte N02 , Ds5 , v060 + .byte W04 + .byte FINE + +@********************** Track 2 **********************@ + +se_z_search_2: + .byte KEYSH , se_z_search_key+0 + .byte VOICE , 14 + .byte VOL , 50*se_z_search_mvl/mxv + .byte BEND , c_v-8 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W01 + .byte N02 , Ds4 , v060 + .byte W02 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W02 + .byte N02 , As4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , As3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W02 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W01 + .byte N02 , As4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , As3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W01 + .byte N02 , Ds4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds3 , v040 + .byte W02 + .byte N02 , Ds5 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W01 + .byte N02 , Ds4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W02 + .byte c_v-8 + .byte N01 , Ds3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W01 + .byte N02 , As4 , v060 + .byte W02 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , As3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W02 + .byte N02 , As4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , As3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W02 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W01 + .byte N02 , Ds4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W02 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds4 , v040 + .byte W01 + .byte N02 , As4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , As3 , v040 + .byte W02 + .byte N02 , Ds4 , v060 + .byte W01 + .byte BEND , c_v+4 + .byte W01 + .byte c_v-8 + .byte N01 , Ds3 , v040 + .byte W01 + .byte N02 , Ds5 , v060 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_z_search: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_z_search_pri @ Priority + .byte se_z_search_rev @ Reverb. + + .word se_z_search_grp + + .word se_z_search_1 + .word se_z_search_2 + + .end diff --git a/sound/songs/song_248.s b/sound/songs/song_248.s new file mode 100644 index 000000000..121b187c2 --- /dev/null +++ b/sound/songs/song_248.s @@ -0,0 +1,41 @@ + .include "MPlayDef.s" + + .equ song_248_grp, voicegroup_84549F0 + .equ song_248_pri, 4 + .equ song_248_rev, 0 + .equ song_248_mvl, 127 + .equ song_248_key, 0 + .equ song_248_tbs, 1 + .equ song_248_exg, 0 + .equ song_248_cmp, 1 + + .section .rodata + .global song_248 + .align 2 + +@********************** Track 1 **********************@ + +song_248_1: + .byte KEYSH , song_248_key+0 + .byte TEMPO , 120*song_248_tbs/2 + .byte VOICE , 0 + .byte VOL , 127*song_248_mvl/mxv + .byte N44 , Cn3 , v127 + .byte W44 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +song_248: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_248_pri @ Priority + .byte song_248_rev @ Reverb. + + .word song_248_grp + + .word song_248_1 + + .end diff --git a/sound/songs/song_249.s b/sound/songs/song_249.s new file mode 100644 index 000000000..71d1b6aa0 --- /dev/null +++ b/sound/songs/song_249.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_249_grp, voicegroup_84549F0 + .equ song_249_pri, 4 + .equ song_249_rev, 0 + .equ song_249_mvl, 127 + .equ song_249_key, 0 + .equ song_249_tbs, 1 + .equ song_249_exg, 0 + .equ song_249_cmp, 1 + + .section .rodata + .global song_249 + .align 2 + +@********************** Track 1 **********************@ + +song_249_1: + .byte KEYSH , song_249_key+0 + .byte TEMPO , 120*song_249_tbs/2 + .byte VOICE , 1 + .byte VOL , 117*song_249_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_249_1_B1: + .byte W96 + .byte GOTO + .word song_249_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_249: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_249_pri @ Priority + .byte song_249_rev @ Reverb. + + .word song_249_grp + + .word song_249_1 + + .end diff --git a/sound/songs/song_250.s b/sound/songs/song_250.s new file mode 100644 index 000000000..62e725123 --- /dev/null +++ b/sound/songs/song_250.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_250_grp, voicegroup_84549F0 + .equ song_250_pri, 4 + .equ song_250_rev, 0 + .equ song_250_mvl, 127 + .equ song_250_key, 0 + .equ song_250_tbs, 1 + .equ song_250_exg, 0 + .equ song_250_cmp, 1 + + .section .rodata + .global song_250 + .align 2 + +@********************** Track 1 **********************@ + +song_250_1: + .byte KEYSH , song_250_key+0 + .byte TEMPO , 120*song_250_tbs/2 + .byte VOICE , 2 + .byte VOL , 127*song_250_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_250: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_250_pri @ Priority + .byte song_250_rev @ Reverb. + + .word song_250_grp + + .word song_250_1 + + .end diff --git a/sound/songs/song_251.s b/sound/songs/song_251.s new file mode 100644 index 000000000..1e1c10bff --- /dev/null +++ b/sound/songs/song_251.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_251_grp, voicegroup_84549F0 + .equ song_251_pri, 4 + .equ song_251_rev, 0 + .equ song_251_mvl, 127 + .equ song_251_key, 0 + .equ song_251_tbs, 1 + .equ song_251_exg, 0 + .equ song_251_cmp, 1 + + .section .rodata + .global song_251 + .align 2 + +@********************** Track 1 **********************@ + +song_251_1: + .byte KEYSH , song_251_key+0 + .byte TEMPO , 120*song_251_tbs/2 + .byte VOICE , 3 + .byte VOL , 127*song_251_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_251: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_251_pri @ Priority + .byte song_251_rev @ Reverb. + + .word song_251_grp + + .word song_251_1 + + .end diff --git a/sound/songs/song_252.s b/sound/songs/song_252.s new file mode 100644 index 000000000..88e91e9aa --- /dev/null +++ b/sound/songs/song_252.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_252_grp, voicegroup_84549F0 + .equ song_252_pri, 4 + .equ song_252_rev, 0 + .equ song_252_mvl, 127 + .equ song_252_key, 0 + .equ song_252_tbs, 1 + .equ song_252_exg, 0 + .equ song_252_cmp, 1 + + .section .rodata + .global song_252 + .align 2 + +@********************** Track 1 **********************@ + +song_252_1: + .byte KEYSH , song_252_key+0 + .byte TEMPO , 120*song_252_tbs/2 + .byte VOICE , 4 + .byte VOL , 127*song_252_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_252_1_B1: + .byte W96 + .byte GOTO + .word song_252_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_252: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_252_pri @ Priority + .byte song_252_rev @ Reverb. + + .word song_252_grp + + .word song_252_1 + + .end diff --git a/sound/songs/song_253.s b/sound/songs/song_253.s new file mode 100644 index 000000000..00fabf09b --- /dev/null +++ b/sound/songs/song_253.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_253_grp, voicegroup_84549F0 + .equ song_253_pri, 4 + .equ song_253_rev, 0 + .equ song_253_mvl, 127 + .equ song_253_key, 0 + .equ song_253_tbs, 1 + .equ song_253_exg, 0 + .equ song_253_cmp, 1 + + .section .rodata + .global song_253 + .align 2 + +@********************** Track 1 **********************@ + +song_253_1: + .byte KEYSH , song_253_key+0 + .byte TEMPO , 120*song_253_tbs/2 + .byte VOICE , 5 + .byte VOL , 127*song_253_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_253: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_253_pri @ Priority + .byte song_253_rev @ Reverb. + + .word song_253_grp + + .word song_253_1 + + .end diff --git a/sound/songs/song_254.s b/sound/songs/song_254.s new file mode 100644 index 000000000..ada594c03 --- /dev/null +++ b/sound/songs/song_254.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_254_grp, voicegroup_84549F0 + .equ song_254_pri, 4 + .equ song_254_rev, 0 + .equ song_254_mvl, 127 + .equ song_254_key, 0 + .equ song_254_tbs, 1 + .equ song_254_exg, 0 + .equ song_254_cmp, 1 + + .section .rodata + .global song_254 + .align 2 + +@********************** Track 1 **********************@ + +song_254_1: + .byte KEYSH , song_254_key+0 + .byte TEMPO , 120*song_254_tbs/2 + .byte VOICE , 6 + .byte VOL , 127*song_254_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_254: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_254_pri @ Priority + .byte song_254_rev @ Reverb. + + .word song_254_grp + + .word song_254_1 + + .end diff --git a/sound/songs/song_255.s b/sound/songs/song_255.s new file mode 100644 index 000000000..ebc528c13 --- /dev/null +++ b/sound/songs/song_255.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_255_grp, voicegroup_84549F0 + .equ song_255_pri, 4 + .equ song_255_rev, 0 + .equ song_255_mvl, 127 + .equ song_255_key, 0 + .equ song_255_tbs, 1 + .equ song_255_exg, 0 + .equ song_255_cmp, 1 + + .section .rodata + .global song_255 + .align 2 + +@********************** Track 1 **********************@ + +song_255_1: + .byte KEYSH , song_255_key+0 + .byte TEMPO , 120*song_255_tbs/2 + .byte VOICE , 7 + .byte VOL , 127*song_255_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_255_1_B1: + .byte W96 + .byte GOTO + .word song_255_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_255: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_255_pri @ Priority + .byte song_255_rev @ Reverb. + + .word song_255_grp + + .word song_255_1 + + .end diff --git a/sound/songs/song_256.s b/sound/songs/song_256.s new file mode 100644 index 000000000..165f6e841 --- /dev/null +++ b/sound/songs/song_256.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_256_grp, voicegroup_84549F0 + .equ song_256_pri, 4 + .equ song_256_rev, 0 + .equ song_256_mvl, 127 + .equ song_256_key, 0 + .equ song_256_tbs, 1 + .equ song_256_exg, 0 + .equ song_256_cmp, 1 + + .section .rodata + .global song_256 + .align 2 + +@********************** Track 1 **********************@ + +song_256_1: + .byte KEYSH , song_256_key+0 + .byte TEMPO , 120*song_256_tbs/2 + .byte VOICE , 8 + .byte VOL , 127*song_256_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_256: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_256_pri @ Priority + .byte song_256_rev @ Reverb. + + .word song_256_grp + + .word song_256_1 + + .end diff --git a/sound/songs/song_257.s b/sound/songs/song_257.s new file mode 100644 index 000000000..3866c45a8 --- /dev/null +++ b/sound/songs/song_257.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_257_grp, voicegroup_84549F0 + .equ song_257_pri, 4 + .equ song_257_rev, 0 + .equ song_257_mvl, 127 + .equ song_257_key, 0 + .equ song_257_tbs, 1 + .equ song_257_exg, 0 + .equ song_257_cmp, 1 + + .section .rodata + .global song_257 + .align 2 + +@********************** Track 1 **********************@ + +song_257_1: + .byte KEYSH , song_257_key+0 + .byte TEMPO , 120*song_257_tbs/2 + .byte VOICE , 9 + .byte VOL , 127*song_257_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_257: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_257_pri @ Priority + .byte song_257_rev @ Reverb. + + .word song_257_grp + + .word song_257_1 + + .end diff --git a/sound/songs/song_258.s b/sound/songs/song_258.s new file mode 100644 index 000000000..8672eb4de --- /dev/null +++ b/sound/songs/song_258.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_258_grp, voicegroup_84549F0 + .equ song_258_pri, 4 + .equ song_258_rev, 0 + .equ song_258_mvl, 127 + .equ song_258_key, 0 + .equ song_258_tbs, 1 + .equ song_258_exg, 0 + .equ song_258_cmp, 1 + + .section .rodata + .global song_258 + .align 2 + +@********************** Track 1 **********************@ + +song_258_1: + .byte KEYSH , song_258_key+0 + .byte TEMPO , 120*song_258_tbs/2 + .byte VOICE , 10 + .byte VOL , 127*song_258_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_258_1_B1: + .byte W96 + .byte GOTO + .word song_258_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_258: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_258_pri @ Priority + .byte song_258_rev @ Reverb. + + .word song_258_grp + + .word song_258_1 + + .end diff --git a/sound/songs/song_259.s b/sound/songs/song_259.s new file mode 100644 index 000000000..d4a2ac094 --- /dev/null +++ b/sound/songs/song_259.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_259_grp, voicegroup_84549F0 + .equ song_259_pri, 4 + .equ song_259_rev, 0 + .equ song_259_mvl, 127 + .equ song_259_key, 0 + .equ song_259_tbs, 1 + .equ song_259_exg, 0 + .equ song_259_cmp, 1 + + .section .rodata + .global song_259 + .align 2 + +@********************** Track 1 **********************@ + +song_259_1: + .byte KEYSH , song_259_key+0 + .byte TEMPO , 120*song_259_tbs/2 + .byte VOICE , 11 + .byte VOL , 127*song_259_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_259: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_259_pri @ Priority + .byte song_259_rev @ Reverb. + + .word song_259_grp + + .word song_259_1 + + .end diff --git a/sound/songs/song_260.s b/sound/songs/song_260.s new file mode 100644 index 000000000..a281d8feb --- /dev/null +++ b/sound/songs/song_260.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_260_grp, voicegroup_84549F0 + .equ song_260_pri, 4 + .equ song_260_rev, 0 + .equ song_260_mvl, 127 + .equ song_260_key, 0 + .equ song_260_tbs, 1 + .equ song_260_exg, 0 + .equ song_260_cmp, 1 + + .section .rodata + .global song_260 + .align 2 + +@********************** Track 1 **********************@ + +song_260_1: + .byte KEYSH , song_260_key+0 + .byte TEMPO , 120*song_260_tbs/2 + .byte VOICE , 12 + .byte VOL , 127*song_260_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_260: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_260_pri @ Priority + .byte song_260_rev @ Reverb. + + .word song_260_grp + + .word song_260_1 + + .end diff --git a/sound/songs/song_261.s b/sound/songs/song_261.s new file mode 100644 index 000000000..b0e012095 --- /dev/null +++ b/sound/songs/song_261.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_261_grp, voicegroup_84549F0 + .equ song_261_pri, 4 + .equ song_261_rev, 0 + .equ song_261_mvl, 127 + .equ song_261_key, 0 + .equ song_261_tbs, 1 + .equ song_261_exg, 0 + .equ song_261_cmp, 1 + + .section .rodata + .global song_261 + .align 2 + +@********************** Track 1 **********************@ + +song_261_1: + .byte KEYSH , song_261_key+0 + .byte TEMPO , 120*song_261_tbs/2 + .byte VOICE , 13 + .byte VOL , 127*song_261_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_261_1_B1: + .byte W96 + .byte GOTO + .word song_261_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_261: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_261_pri @ Priority + .byte song_261_rev @ Reverb. + + .word song_261_grp + + .word song_261_1 + + .end diff --git a/sound/songs/song_262.s b/sound/songs/song_262.s new file mode 100644 index 000000000..cbd714193 --- /dev/null +++ b/sound/songs/song_262.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_262_grp, voicegroup_84549F0 + .equ song_262_pri, 4 + .equ song_262_rev, 0 + .equ song_262_mvl, 127 + .equ song_262_key, 0 + .equ song_262_tbs, 1 + .equ song_262_exg, 0 + .equ song_262_cmp, 1 + + .section .rodata + .global song_262 + .align 2 + +@********************** Track 1 **********************@ + +song_262_1: + .byte KEYSH , song_262_key+0 + .byte TEMPO , 120*song_262_tbs/2 + .byte VOICE , 14 + .byte VOL , 127*song_262_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_262: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_262_pri @ Priority + .byte song_262_rev @ Reverb. + + .word song_262_grp + + .word song_262_1 + + .end diff --git a/sound/songs/song_263.s b/sound/songs/song_263.s new file mode 100644 index 000000000..820231977 --- /dev/null +++ b/sound/songs/song_263.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_263_grp, voicegroup_84549F0 + .equ song_263_pri, 4 + .equ song_263_rev, 0 + .equ song_263_mvl, 127 + .equ song_263_key, 0 + .equ song_263_tbs, 1 + .equ song_263_exg, 0 + .equ song_263_cmp, 1 + + .section .rodata + .global song_263 + .align 2 + +@********************** Track 1 **********************@ + +song_263_1: + .byte KEYSH , song_263_key+0 + .byte TEMPO , 120*song_263_tbs/2 + .byte VOICE , 15 + .byte VOL , 127*song_263_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_263: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_263_pri @ Priority + .byte song_263_rev @ Reverb. + + .word song_263_grp + + .word song_263_1 + + .end diff --git a/sound/songs/song_264.s b/sound/songs/song_264.s new file mode 100644 index 000000000..f4d4378dd --- /dev/null +++ b/sound/songs/song_264.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_264_grp, voicegroup_84549F0 + .equ song_264_pri, 4 + .equ song_264_rev, 0 + .equ song_264_mvl, 127 + .equ song_264_key, 0 + .equ song_264_tbs, 1 + .equ song_264_exg, 0 + .equ song_264_cmp, 1 + + .section .rodata + .global song_264 + .align 2 + +@********************** Track 1 **********************@ + +song_264_1: + .byte KEYSH , song_264_key+0 + .byte TEMPO , 120*song_264_tbs/2 + .byte VOICE , 16 + .byte VOL , 127*song_264_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_264_1_B1: + .byte W96 + .byte GOTO + .word song_264_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_264: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_264_pri @ Priority + .byte song_264_rev @ Reverb. + + .word song_264_grp + + .word song_264_1 + + .end diff --git a/sound/songs/song_265.s b/sound/songs/song_265.s new file mode 100644 index 000000000..d260db139 --- /dev/null +++ b/sound/songs/song_265.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_265_grp, voicegroup_84549F0 + .equ song_265_pri, 4 + .equ song_265_rev, 0 + .equ song_265_mvl, 127 + .equ song_265_key, 0 + .equ song_265_tbs, 1 + .equ song_265_exg, 0 + .equ song_265_cmp, 1 + + .section .rodata + .global song_265 + .align 2 + +@********************** Track 1 **********************@ + +song_265_1: + .byte KEYSH , song_265_key+0 + .byte TEMPO , 120*song_265_tbs/2 + .byte VOICE , 17 + .byte VOL , 127*song_265_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_265: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_265_pri @ Priority + .byte song_265_rev @ Reverb. + + .word song_265_grp + + .word song_265_1 + + .end diff --git a/sound/songs/song_266.s b/sound/songs/song_266.s new file mode 100644 index 000000000..df363ab6c --- /dev/null +++ b/sound/songs/song_266.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_266_grp, voicegroup_84549F0 + .equ song_266_pri, 4 + .equ song_266_rev, 0 + .equ song_266_mvl, 127 + .equ song_266_key, 0 + .equ song_266_tbs, 1 + .equ song_266_exg, 0 + .equ song_266_cmp, 1 + + .section .rodata + .global song_266 + .align 2 + +@********************** Track 1 **********************@ + +song_266_1: + .byte KEYSH , song_266_key+0 + .byte TEMPO , 120*song_266_tbs/2 + .byte VOICE , 18 + .byte VOL , 127*song_266_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_266: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_266_pri @ Priority + .byte song_266_rev @ Reverb. + + .word song_266_grp + + .word song_266_1 + + .end diff --git a/sound/songs/song_267.s b/sound/songs/song_267.s new file mode 100644 index 000000000..8c94ff670 --- /dev/null +++ b/sound/songs/song_267.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_267_grp, voicegroup_84549F0 + .equ song_267_pri, 4 + .equ song_267_rev, 0 + .equ song_267_mvl, 127 + .equ song_267_key, 0 + .equ song_267_tbs, 1 + .equ song_267_exg, 0 + .equ song_267_cmp, 1 + + .section .rodata + .global song_267 + .align 2 + +@********************** Track 1 **********************@ + +song_267_1: + .byte KEYSH , song_267_key+0 + .byte TEMPO , 120*song_267_tbs/2 + .byte VOICE , 19 + .byte VOL , 117*song_267_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_267_1_B1: + .byte W96 + .byte GOTO + .word song_267_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_267: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_267_pri @ Priority + .byte song_267_rev @ Reverb. + + .word song_267_grp + + .word song_267_1 + + .end diff --git a/sound/songs/song_268.s b/sound/songs/song_268.s new file mode 100644 index 000000000..0c5191090 --- /dev/null +++ b/sound/songs/song_268.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_268_grp, voicegroup_84549F0 + .equ song_268_pri, 4 + .equ song_268_rev, 0 + .equ song_268_mvl, 127 + .equ song_268_key, 0 + .equ song_268_tbs, 1 + .equ song_268_exg, 0 + .equ song_268_cmp, 1 + + .section .rodata + .global song_268 + .align 2 + +@********************** Track 1 **********************@ + +song_268_1: + .byte KEYSH , song_268_key+0 + .byte TEMPO , 120*song_268_tbs/2 + .byte VOICE , 20 + .byte VOL , 127*song_268_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_268: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_268_pri @ Priority + .byte song_268_rev @ Reverb. + + .word song_268_grp + + .word song_268_1 + + .end diff --git a/sound/songs/song_269.s b/sound/songs/song_269.s new file mode 100644 index 000000000..be39b4ee7 --- /dev/null +++ b/sound/songs/song_269.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_269_grp, voicegroup_84549F0 + .equ song_269_pri, 4 + .equ song_269_rev, 0 + .equ song_269_mvl, 127 + .equ song_269_key, 0 + .equ song_269_tbs, 1 + .equ song_269_exg, 0 + .equ song_269_cmp, 1 + + .section .rodata + .global song_269 + .align 2 + +@********************** Track 1 **********************@ + +song_269_1: + .byte KEYSH , song_269_key+0 + .byte TEMPO , 120*song_269_tbs/2 + .byte VOICE , 21 + .byte VOL , 127*song_269_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_269: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_269_pri @ Priority + .byte song_269_rev @ Reverb. + + .word song_269_grp + + .word song_269_1 + + .end diff --git a/sound/songs/song_270.s b/sound/songs/song_270.s new file mode 100644 index 000000000..f16490f00 --- /dev/null +++ b/sound/songs/song_270.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_270_grp, voicegroup_84549F0 + .equ song_270_pri, 4 + .equ song_270_rev, 0 + .equ song_270_mvl, 127 + .equ song_270_key, 0 + .equ song_270_tbs, 1 + .equ song_270_exg, 0 + .equ song_270_cmp, 1 + + .section .rodata + .global song_270 + .align 2 + +@********************** Track 1 **********************@ + +song_270_1: + .byte KEYSH , song_270_key+0 + .byte TEMPO , 120*song_270_tbs/2 + .byte VOICE , 22 + .byte VOL , 127*song_270_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_270_1_B1: + .byte W96 + .byte GOTO + .word song_270_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_270: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_270_pri @ Priority + .byte song_270_rev @ Reverb. + + .word song_270_grp + + .word song_270_1 + + .end diff --git a/sound/songs/song_271.s b/sound/songs/song_271.s new file mode 100644 index 000000000..538733ae0 --- /dev/null +++ b/sound/songs/song_271.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_271_grp, voicegroup_84549F0 + .equ song_271_pri, 4 + .equ song_271_rev, 0 + .equ song_271_mvl, 127 + .equ song_271_key, 0 + .equ song_271_tbs, 1 + .equ song_271_exg, 0 + .equ song_271_cmp, 1 + + .section .rodata + .global song_271 + .align 2 + +@********************** Track 1 **********************@ + +song_271_1: + .byte KEYSH , song_271_key+0 + .byte TEMPO , 120*song_271_tbs/2 + .byte VOICE , 23 + .byte VOL , 127*song_271_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_271: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_271_pri @ Priority + .byte song_271_rev @ Reverb. + + .word song_271_grp + + .word song_271_1 + + .end diff --git a/sound/songs/song_272.s b/sound/songs/song_272.s new file mode 100644 index 000000000..4bd212afd --- /dev/null +++ b/sound/songs/song_272.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_272_grp, voicegroup_84549F0 + .equ song_272_pri, 4 + .equ song_272_rev, 0 + .equ song_272_mvl, 127 + .equ song_272_key, 0 + .equ song_272_tbs, 1 + .equ song_272_exg, 0 + .equ song_272_cmp, 1 + + .section .rodata + .global song_272 + .align 2 + +@********************** Track 1 **********************@ + +song_272_1: + .byte KEYSH , song_272_key+0 + .byte TEMPO , 120*song_272_tbs/2 + .byte VOICE , 24 + .byte VOL , 127*song_272_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_272: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_272_pri @ Priority + .byte song_272_rev @ Reverb. + + .word song_272_grp + + .word song_272_1 + + .end diff --git a/sound/songs/song_273.s b/sound/songs/song_273.s new file mode 100644 index 000000000..0e30a0f46 --- /dev/null +++ b/sound/songs/song_273.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_273_grp, voicegroup_84549F0 + .equ song_273_pri, 4 + .equ song_273_rev, 0 + .equ song_273_mvl, 127 + .equ song_273_key, 0 + .equ song_273_tbs, 1 + .equ song_273_exg, 0 + .equ song_273_cmp, 1 + + .section .rodata + .global song_273 + .align 2 + +@********************** Track 1 **********************@ + +song_273_1: + .byte KEYSH , song_273_key+0 + .byte TEMPO , 120*song_273_tbs/2 + .byte VOICE , 25 + .byte VOL , 127*song_273_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_273_1_B1: + .byte W96 + .byte GOTO + .word song_273_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_273: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_273_pri @ Priority + .byte song_273_rev @ Reverb. + + .word song_273_grp + + .word song_273_1 + + .end diff --git a/sound/songs/song_274.s b/sound/songs/song_274.s new file mode 100644 index 000000000..2a49b42cf --- /dev/null +++ b/sound/songs/song_274.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_274_grp, voicegroup_84549F0 + .equ song_274_pri, 4 + .equ song_274_rev, 0 + .equ song_274_mvl, 127 + .equ song_274_key, 0 + .equ song_274_tbs, 1 + .equ song_274_exg, 0 + .equ song_274_cmp, 1 + + .section .rodata + .global song_274 + .align 2 + +@********************** Track 1 **********************@ + +song_274_1: + .byte KEYSH , song_274_key+0 + .byte TEMPO , 120*song_274_tbs/2 + .byte VOICE , 26 + .byte VOL , 127*song_274_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_274: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_274_pri @ Priority + .byte song_274_rev @ Reverb. + + .word song_274_grp + + .word song_274_1 + + .end diff --git a/sound/songs/song_275.s b/sound/songs/song_275.s new file mode 100644 index 000000000..e0a6ee390 --- /dev/null +++ b/sound/songs/song_275.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_275_grp, voicegroup_84549F0 + .equ song_275_pri, 4 + .equ song_275_rev, 0 + .equ song_275_mvl, 127 + .equ song_275_key, 0 + .equ song_275_tbs, 1 + .equ song_275_exg, 0 + .equ song_275_cmp, 1 + + .section .rodata + .global song_275 + .align 2 + +@********************** Track 1 **********************@ + +song_275_1: + .byte KEYSH , song_275_key+0 + .byte TEMPO , 120*song_275_tbs/2 + .byte VOICE , 27 + .byte VOL , 127*song_275_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_275: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_275_pri @ Priority + .byte song_275_rev @ Reverb. + + .word song_275_grp + + .word song_275_1 + + .end diff --git a/sound/songs/song_276.s b/sound/songs/song_276.s new file mode 100644 index 000000000..3f135f6e0 --- /dev/null +++ b/sound/songs/song_276.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_276_grp, voicegroup_84549F0 + .equ song_276_pri, 4 + .equ song_276_rev, 0 + .equ song_276_mvl, 127 + .equ song_276_key, 0 + .equ song_276_tbs, 1 + .equ song_276_exg, 0 + .equ song_276_cmp, 1 + + .section .rodata + .global song_276 + .align 2 + +@********************** Track 1 **********************@ + +song_276_1: + .byte KEYSH , song_276_key+0 + .byte TEMPO , 120*song_276_tbs/2 + .byte VOICE , 28 + .byte VOL , 127*song_276_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_276_1_B1: + .byte W96 + .byte GOTO + .word song_276_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_276: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_276_pri @ Priority + .byte song_276_rev @ Reverb. + + .word song_276_grp + + .word song_276_1 + + .end diff --git a/sound/songs/song_277.s b/sound/songs/song_277.s new file mode 100644 index 000000000..fdcb69900 --- /dev/null +++ b/sound/songs/song_277.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_277_grp, voicegroup_84549F0 + .equ song_277_pri, 4 + .equ song_277_rev, 0 + .equ song_277_mvl, 127 + .equ song_277_key, 0 + .equ song_277_tbs, 1 + .equ song_277_exg, 0 + .equ song_277_cmp, 1 + + .section .rodata + .global song_277 + .align 2 + +@********************** Track 1 **********************@ + +song_277_1: + .byte KEYSH , song_277_key+0 + .byte TEMPO , 120*song_277_tbs/2 + .byte VOICE , 29 + .byte VOL , 127*song_277_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_277: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_277_pri @ Priority + .byte song_277_rev @ Reverb. + + .word song_277_grp + + .word song_277_1 + + .end diff --git a/sound/songs/song_278.s b/sound/songs/song_278.s new file mode 100644 index 000000000..7b65f622d --- /dev/null +++ b/sound/songs/song_278.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_278_grp, voicegroup_84549F0 + .equ song_278_pri, 4 + .equ song_278_rev, 0 + .equ song_278_mvl, 127 + .equ song_278_key, 0 + .equ song_278_tbs, 1 + .equ song_278_exg, 0 + .equ song_278_cmp, 1 + + .section .rodata + .global song_278 + .align 2 + +@********************** Track 1 **********************@ + +song_278_1: + .byte KEYSH , song_278_key+0 + .byte TEMPO , 120*song_278_tbs/2 + .byte VOICE , 30 + .byte VOL , 127*song_278_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_278: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_278_pri @ Priority + .byte song_278_rev @ Reverb. + + .word song_278_grp + + .word song_278_1 + + .end diff --git a/sound/songs/song_279.s b/sound/songs/song_279.s new file mode 100644 index 000000000..5e8b1da4b --- /dev/null +++ b/sound/songs/song_279.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_279_grp, voicegroup_84549F0 + .equ song_279_pri, 4 + .equ song_279_rev, 0 + .equ song_279_mvl, 127 + .equ song_279_key, 0 + .equ song_279_tbs, 1 + .equ song_279_exg, 0 + .equ song_279_cmp, 1 + + .section .rodata + .global song_279 + .align 2 + +@********************** Track 1 **********************@ + +song_279_1: + .byte KEYSH , song_279_key+0 + .byte TEMPO , 120*song_279_tbs/2 + .byte VOICE , 31 + .byte VOL , 127*song_279_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_279_1_B1: + .byte W96 + .byte GOTO + .word song_279_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_279: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_279_pri @ Priority + .byte song_279_rev @ Reverb. + + .word song_279_grp + + .word song_279_1 + + .end diff --git a/sound/songs/song_280.s b/sound/songs/song_280.s new file mode 100644 index 000000000..0ae6e2303 --- /dev/null +++ b/sound/songs/song_280.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_280_grp, voicegroup_84549F0 + .equ song_280_pri, 4 + .equ song_280_rev, 0 + .equ song_280_mvl, 127 + .equ song_280_key, 0 + .equ song_280_tbs, 1 + .equ song_280_exg, 0 + .equ song_280_cmp, 1 + + .section .rodata + .global song_280 + .align 2 + +@********************** Track 1 **********************@ + +song_280_1: + .byte KEYSH , song_280_key+0 + .byte TEMPO , 120*song_280_tbs/2 + .byte VOICE , 32 + .byte VOL , 127*song_280_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_280: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_280_pri @ Priority + .byte song_280_rev @ Reverb. + + .word song_280_grp + + .word song_280_1 + + .end diff --git a/sound/songs/song_281.s b/sound/songs/song_281.s new file mode 100644 index 000000000..cd4f9e83e --- /dev/null +++ b/sound/songs/song_281.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_281_grp, voicegroup_84549F0 + .equ song_281_pri, 4 + .equ song_281_rev, 0 + .equ song_281_mvl, 127 + .equ song_281_key, 0 + .equ song_281_tbs, 1 + .equ song_281_exg, 0 + .equ song_281_cmp, 1 + + .section .rodata + .global song_281 + .align 2 + +@********************** Track 1 **********************@ + +song_281_1: + .byte KEYSH , song_281_key+0 + .byte TEMPO , 120*song_281_tbs/2 + .byte VOICE , 33 + .byte VOL , 127*song_281_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_281: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_281_pri @ Priority + .byte song_281_rev @ Reverb. + + .word song_281_grp + + .word song_281_1 + + .end diff --git a/sound/songs/song_282.s b/sound/songs/song_282.s new file mode 100644 index 000000000..c6d2dd05b --- /dev/null +++ b/sound/songs/song_282.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_282_grp, voicegroup_84549F0 + .equ song_282_pri, 4 + .equ song_282_rev, 0 + .equ song_282_mvl, 127 + .equ song_282_key, 0 + .equ song_282_tbs, 1 + .equ song_282_exg, 0 + .equ song_282_cmp, 1 + + .section .rodata + .global song_282 + .align 2 + +@********************** Track 1 **********************@ + +song_282_1: + .byte KEYSH , song_282_key+0 + .byte TEMPO , 120*song_282_tbs/2 + .byte VOICE , 34 + .byte VOL , 127*song_282_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_282_1_B1: + .byte W96 + .byte GOTO + .word song_282_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_282: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_282_pri @ Priority + .byte song_282_rev @ Reverb. + + .word song_282_grp + + .word song_282_1 + + .end diff --git a/sound/songs/song_283.s b/sound/songs/song_283.s new file mode 100644 index 000000000..5560ec5eb --- /dev/null +++ b/sound/songs/song_283.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_283_grp, voicegroup_84549F0 + .equ song_283_pri, 4 + .equ song_283_rev, 0 + .equ song_283_mvl, 127 + .equ song_283_key, 0 + .equ song_283_tbs, 1 + .equ song_283_exg, 0 + .equ song_283_cmp, 1 + + .section .rodata + .global song_283 + .align 2 + +@********************** Track 1 **********************@ + +song_283_1: + .byte KEYSH , song_283_key+0 + .byte TEMPO , 120*song_283_tbs/2 + .byte VOICE , 35 + .byte VOL , 127*song_283_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_283: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_283_pri @ Priority + .byte song_283_rev @ Reverb. + + .word song_283_grp + + .word song_283_1 + + .end diff --git a/sound/songs/song_284.s b/sound/songs/song_284.s new file mode 100644 index 000000000..eba776867 --- /dev/null +++ b/sound/songs/song_284.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_284_grp, voicegroup_84549F0 + .equ song_284_pri, 4 + .equ song_284_rev, 0 + .equ song_284_mvl, 127 + .equ song_284_key, 0 + .equ song_284_tbs, 1 + .equ song_284_exg, 0 + .equ song_284_cmp, 1 + + .section .rodata + .global song_284 + .align 2 + +@********************** Track 1 **********************@ + +song_284_1: + .byte KEYSH , song_284_key+0 + .byte TEMPO , 120*song_284_tbs/2 + .byte VOICE , 36 + .byte VOL , 127*song_284_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_284: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_284_pri @ Priority + .byte song_284_rev @ Reverb. + + .word song_284_grp + + .word song_284_1 + + .end diff --git a/sound/songs/song_285.s b/sound/songs/song_285.s new file mode 100644 index 000000000..e81278e98 --- /dev/null +++ b/sound/songs/song_285.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_285_grp, voicegroup_84549F0 + .equ song_285_pri, 4 + .equ song_285_rev, 0 + .equ song_285_mvl, 127 + .equ song_285_key, 0 + .equ song_285_tbs, 1 + .equ song_285_exg, 0 + .equ song_285_cmp, 1 + + .section .rodata + .global song_285 + .align 2 + +@********************** Track 1 **********************@ + +song_285_1: + .byte KEYSH , song_285_key+0 + .byte TEMPO , 120*song_285_tbs/2 + .byte VOICE , 37 + .byte VOL , 127*song_285_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_285_1_B1: + .byte W96 + .byte GOTO + .word song_285_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_285: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_285_pri @ Priority + .byte song_285_rev @ Reverb. + + .word song_285_grp + + .word song_285_1 + + .end diff --git a/sound/songs/song_286.s b/sound/songs/song_286.s new file mode 100644 index 000000000..9737ee3c5 --- /dev/null +++ b/sound/songs/song_286.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_286_grp, voicegroup_84549F0 + .equ song_286_pri, 4 + .equ song_286_rev, 0 + .equ song_286_mvl, 127 + .equ song_286_key, 0 + .equ song_286_tbs, 1 + .equ song_286_exg, 0 + .equ song_286_cmp, 1 + + .section .rodata + .global song_286 + .align 2 + +@********************** Track 1 **********************@ + +song_286_1: + .byte KEYSH , song_286_key+0 + .byte TEMPO , 120*song_286_tbs/2 + .byte VOICE , 38 + .byte VOL , 127*song_286_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_286: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_286_pri @ Priority + .byte song_286_rev @ Reverb. + + .word song_286_grp + + .word song_286_1 + + .end diff --git a/sound/songs/song_287.s b/sound/songs/song_287.s new file mode 100644 index 000000000..c714045a6 --- /dev/null +++ b/sound/songs/song_287.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_287_grp, voicegroup_84549F0 + .equ song_287_pri, 4 + .equ song_287_rev, 0 + .equ song_287_mvl, 127 + .equ song_287_key, 0 + .equ song_287_tbs, 1 + .equ song_287_exg, 0 + .equ song_287_cmp, 1 + + .section .rodata + .global song_287 + .align 2 + +@********************** Track 1 **********************@ + +song_287_1: + .byte KEYSH , song_287_key+0 + .byte TEMPO , 120*song_287_tbs/2 + .byte VOICE , 39 + .byte VOL , 127*song_287_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_287: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_287_pri @ Priority + .byte song_287_rev @ Reverb. + + .word song_287_grp + + .word song_287_1 + + .end diff --git a/sound/songs/song_288.s b/sound/songs/song_288.s new file mode 100644 index 000000000..8a2d7a965 --- /dev/null +++ b/sound/songs/song_288.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_288_grp, voicegroup_84549F0 + .equ song_288_pri, 4 + .equ song_288_rev, 0 + .equ song_288_mvl, 127 + .equ song_288_key, 0 + .equ song_288_tbs, 1 + .equ song_288_exg, 0 + .equ song_288_cmp, 1 + + .section .rodata + .global song_288 + .align 2 + +@********************** Track 1 **********************@ + +song_288_1: + .byte KEYSH , song_288_key+0 + .byte TEMPO , 120*song_288_tbs/2 + .byte VOICE , 40 + .byte VOL , 127*song_288_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_288_1_B1: + .byte W96 + .byte GOTO + .word song_288_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_288: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_288_pri @ Priority + .byte song_288_rev @ Reverb. + + .word song_288_grp + + .word song_288_1 + + .end diff --git a/sound/songs/song_289.s b/sound/songs/song_289.s new file mode 100644 index 000000000..a20988873 --- /dev/null +++ b/sound/songs/song_289.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_289_grp, voicegroup_84549F0 + .equ song_289_pri, 4 + .equ song_289_rev, 0 + .equ song_289_mvl, 127 + .equ song_289_key, 0 + .equ song_289_tbs, 1 + .equ song_289_exg, 0 + .equ song_289_cmp, 1 + + .section .rodata + .global song_289 + .align 2 + +@********************** Track 1 **********************@ + +song_289_1: + .byte KEYSH , song_289_key+0 + .byte TEMPO , 120*song_289_tbs/2 + .byte VOICE , 41 + .byte VOL , 127*song_289_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_289: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_289_pri @ Priority + .byte song_289_rev @ Reverb. + + .word song_289_grp + + .word song_289_1 + + .end diff --git a/sound/songs/song_290.s b/sound/songs/song_290.s new file mode 100644 index 000000000..97d1039fc --- /dev/null +++ b/sound/songs/song_290.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_290_grp, voicegroup_84549F0 + .equ song_290_pri, 4 + .equ song_290_rev, 0 + .equ song_290_mvl, 127 + .equ song_290_key, 0 + .equ song_290_tbs, 1 + .equ song_290_exg, 0 + .equ song_290_cmp, 1 + + .section .rodata + .global song_290 + .align 2 + +@********************** Track 1 **********************@ + +song_290_1: + .byte KEYSH , song_290_key+0 + .byte TEMPO , 120*song_290_tbs/2 + .byte VOICE , 42 + .byte VOL , 127*song_290_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_290: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_290_pri @ Priority + .byte song_290_rev @ Reverb. + + .word song_290_grp + + .word song_290_1 + + .end diff --git a/sound/songs/song_291.s b/sound/songs/song_291.s new file mode 100644 index 000000000..f7f53e22e --- /dev/null +++ b/sound/songs/song_291.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_291_grp, voicegroup_84549F0 + .equ song_291_pri, 4 + .equ song_291_rev, 0 + .equ song_291_mvl, 127 + .equ song_291_key, 0 + .equ song_291_tbs, 1 + .equ song_291_exg, 0 + .equ song_291_cmp, 1 + + .section .rodata + .global song_291 + .align 2 + +@********************** Track 1 **********************@ + +song_291_1: + .byte KEYSH , song_291_key+0 + .byte TEMPO , 120*song_291_tbs/2 + .byte VOICE , 43 + .byte VOL , 127*song_291_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_291_1_B1: + .byte W96 + .byte GOTO + .word song_291_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_291: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_291_pri @ Priority + .byte song_291_rev @ Reverb. + + .word song_291_grp + + .word song_291_1 + + .end diff --git a/sound/songs/song_292.s b/sound/songs/song_292.s new file mode 100644 index 000000000..d9307019b --- /dev/null +++ b/sound/songs/song_292.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_292_grp, voicegroup_84549F0 + .equ song_292_pri, 4 + .equ song_292_rev, 0 + .equ song_292_mvl, 127 + .equ song_292_key, 0 + .equ song_292_tbs, 1 + .equ song_292_exg, 0 + .equ song_292_cmp, 1 + + .section .rodata + .global song_292 + .align 2 + +@********************** Track 1 **********************@ + +song_292_1: + .byte KEYSH , song_292_key+0 + .byte TEMPO , 120*song_292_tbs/2 + .byte VOICE , 44 + .byte VOL , 127*song_292_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_292: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_292_pri @ Priority + .byte song_292_rev @ Reverb. + + .word song_292_grp + + .word song_292_1 + + .end diff --git a/sound/songs/song_293.s b/sound/songs/song_293.s new file mode 100644 index 000000000..d6e173d50 --- /dev/null +++ b/sound/songs/song_293.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_293_grp, voicegroup_84549F0 + .equ song_293_pri, 4 + .equ song_293_rev, 0 + .equ song_293_mvl, 127 + .equ song_293_key, 0 + .equ song_293_tbs, 1 + .equ song_293_exg, 0 + .equ song_293_cmp, 1 + + .section .rodata + .global song_293 + .align 2 + +@********************** Track 1 **********************@ + +song_293_1: + .byte KEYSH , song_293_key+0 + .byte TEMPO , 120*song_293_tbs/2 + .byte VOICE , 45 + .byte VOL , 127*song_293_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_293: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_293_pri @ Priority + .byte song_293_rev @ Reverb. + + .word song_293_grp + + .word song_293_1 + + .end diff --git a/sound/songs/song_294.s b/sound/songs/song_294.s new file mode 100644 index 000000000..140137585 --- /dev/null +++ b/sound/songs/song_294.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_294_grp, voicegroup_84549F0 + .equ song_294_pri, 4 + .equ song_294_rev, 0 + .equ song_294_mvl, 127 + .equ song_294_key, 0 + .equ song_294_tbs, 1 + .equ song_294_exg, 0 + .equ song_294_cmp, 1 + + .section .rodata + .global song_294 + .align 2 + +@********************** Track 1 **********************@ + +song_294_1: + .byte KEYSH , song_294_key+0 + .byte TEMPO , 120*song_294_tbs/2 + .byte VOICE , 46 + .byte VOL , 127*song_294_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_294_1_B1: + .byte W96 + .byte GOTO + .word song_294_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_294: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_294_pri @ Priority + .byte song_294_rev @ Reverb. + + .word song_294_grp + + .word song_294_1 + + .end diff --git a/sound/songs/song_295.s b/sound/songs/song_295.s new file mode 100644 index 000000000..cefa6f021 --- /dev/null +++ b/sound/songs/song_295.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_295_grp, voicegroup_84549F0 + .equ song_295_pri, 4 + .equ song_295_rev, 0 + .equ song_295_mvl, 127 + .equ song_295_key, 0 + .equ song_295_tbs, 1 + .equ song_295_exg, 0 + .equ song_295_cmp, 1 + + .section .rodata + .global song_295 + .align 2 + +@********************** Track 1 **********************@ + +song_295_1: + .byte KEYSH , song_295_key+0 + .byte TEMPO , 120*song_295_tbs/2 + .byte VOICE , 47 + .byte VOL , 127*song_295_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_295: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_295_pri @ Priority + .byte song_295_rev @ Reverb. + + .word song_295_grp + + .word song_295_1 + + .end diff --git a/sound/songs/song_296.s b/sound/songs/song_296.s new file mode 100644 index 000000000..52577505e --- /dev/null +++ b/sound/songs/song_296.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_296_grp, voicegroup_84549F0 + .equ song_296_pri, 4 + .equ song_296_rev, 0 + .equ song_296_mvl, 127 + .equ song_296_key, 0 + .equ song_296_tbs, 1 + .equ song_296_exg, 0 + .equ song_296_cmp, 1 + + .section .rodata + .global song_296 + .align 2 + +@********************** Track 1 **********************@ + +song_296_1: + .byte KEYSH , song_296_key+0 + .byte TEMPO , 120*song_296_tbs/2 + .byte VOICE , 48 + .byte VOL , 127*song_296_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_296: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_296_pri @ Priority + .byte song_296_rev @ Reverb. + + .word song_296_grp + + .word song_296_1 + + .end diff --git a/sound/songs/song_297.s b/sound/songs/song_297.s new file mode 100644 index 000000000..420d5acfd --- /dev/null +++ b/sound/songs/song_297.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_297_grp, voicegroup_84549F0 + .equ song_297_pri, 4 + .equ song_297_rev, 0 + .equ song_297_mvl, 127 + .equ song_297_key, 0 + .equ song_297_tbs, 1 + .equ song_297_exg, 0 + .equ song_297_cmp, 1 + + .section .rodata + .global song_297 + .align 2 + +@********************** Track 1 **********************@ + +song_297_1: + .byte KEYSH , song_297_key+0 + .byte TEMPO , 120*song_297_tbs/2 + .byte VOICE , 49 + .byte VOL , 127*song_297_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_297_1_B1: + .byte W96 + .byte GOTO + .word song_297_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_297: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_297_pri @ Priority + .byte song_297_rev @ Reverb. + + .word song_297_grp + + .word song_297_1 + + .end diff --git a/sound/songs/song_298.s b/sound/songs/song_298.s new file mode 100644 index 000000000..bf318d547 --- /dev/null +++ b/sound/songs/song_298.s @@ -0,0 +1,40 @@ + .include "MPlayDef.s" + + .equ song_298_grp, voicegroup_84549F0 + .equ song_298_pri, 4 + .equ song_298_rev, 0 + .equ song_298_mvl, 127 + .equ song_298_key, 0 + .equ song_298_tbs, 1 + .equ song_298_exg, 0 + .equ song_298_cmp, 1 + + .section .rodata + .global song_298 + .align 2 + +@********************** Track 1 **********************@ + +song_298_1: + .byte KEYSH , song_298_key+0 + .byte TEMPO , 120*song_298_tbs/2 + .byte VOICE , 50 + .byte VOL , 127*song_298_mvl/mxv + .byte N54 , Cn3 , v127 + .byte W54 + .byte FINE + +@******************************************************@ + .align 2 + +song_298: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_298_pri @ Priority + .byte song_298_rev @ Reverb. + + .word song_298_grp + + .word song_298_1 + + .end diff --git a/sound/songs/song_467.s b/sound/songs/song_467.s new file mode 100644 index 000000000..bab764a8a --- /dev/null +++ b/sound/songs/song_467.s @@ -0,0 +1,1049 @@ + .include "MPlayDef.s" + + .equ song_467_grp, voicegroup_8454C54 + .equ song_467_pri, 0 + .equ song_467_rev, reverb_set+50 + .equ song_467_mvl, 127 + .equ song_467_key, 0 + .equ song_467_tbs, 1 + .equ song_467_exg, 0 + .equ song_467_cmp, 1 + + .section .rodata + .global song_467 + .align 2 + +@********************** Track 1 **********************@ + +song_467_1: + .byte KEYSH , song_467_key+0 + .byte TEMPO , 152*song_467_tbs/2 + .byte VOICE , 21 + .byte VOL , 79*song_467_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn4 , v112 + .byte W06 + .byte Dn4 + .byte W06 +song_467_1_B1: + .byte N06 , Ds4 , v112 + .byte W12 + .byte Dn4 + .byte W12 + .byte Cs4 + .byte W12 + .byte Cn4 + .byte W24 + .byte Fn2 + .byte W06 + .byte Gs2 + .byte W06 + .byte Bn2 + .byte W06 + .byte Dn3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte W12 + .byte Ds3 + .byte W36 + .byte N24 + .byte W24 + .byte N12 , An2 + .byte W12 + .byte N06 , Ds3 + .byte W06 + .byte Fn3 + .byte W06 + .byte N36 , Fs3 + .byte W36 + .byte N06 , Ds3 + .byte W24 + .byte Fs3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Fs4 + .byte W12 + .byte W12 + .byte Ds4 + .byte W36 + .byte N48 , An3 + .byte W48 + .byte N36 , As3 + .byte W36 + .byte N06 , An3 + .byte W24 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Fs4 + .byte W12 +song_467_1_000: + .byte W12 + .byte N06 , Bn2 , v112 + .byte W48 + .byte Cn3 + .byte W36 + .byte PEND + .byte PATT + .word song_467_1_000 + .byte PATT + .word song_467_1_000 + .byte W96 +song_467_1_001: + .byte W21 + .byte N03 , Bn3 , v112 + .byte W03 + .byte N06 , Cn4 + .byte W24 + .byte N06 + .byte W12 + .byte Gn3 + .byte W24 + .byte N36 , Ds4 + .byte W12 + .byte PEND +song_467_1_002: + .byte W24 + .byte N24 , Dn4 , v112 + .byte W24 + .byte N06 , As3 + .byte W24 + .byte Gn3 + .byte W12 + .byte An3 + .byte W12 + .byte PEND + .byte As3 + .byte W36 + .byte N03 , Fn4 + .byte W03 + .byte N09 , Fs4 + .byte W09 + .byte N06 , Fn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Cn4 + .byte W18 + .byte N12 , Dn4 + .byte W24 + .byte Ds4 + .byte W24 + .byte N06 + .byte W06 + .byte Fs4 + .byte W06 + .byte PATT + .word song_467_1_001 + .byte PATT + .word song_467_1_002 + .byte N06 , As3 , v112 + .byte W36 + .byte N03 , Fs3 + .byte W03 + .byte N09 , Gn3 + .byte W09 + .byte N06 , Fn3 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte As2 + .byte W06 + .byte Cn3 + .byte W18 + .byte N12 , Dn3 + .byte W24 + .byte Ds3 + .byte W12 + .byte N06 , Fn3 + .byte W06 + .byte En3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Dn3 + .byte W06 +song_467_1_003: + .byte W12 + .byte N06 , Fn3 , v112 + .byte W48 + .byte Fs3 + .byte W36 + .byte PEND + .byte PATT + .word song_467_1_003 + .byte PATT + .word song_467_1_003 + .byte W12 + .byte N06 , Fn3 , v112 + .byte W48 + .byte Fs3 + .byte W12 + .byte N06 + .byte W12 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte An3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Cn4 + .byte W06 + .byte W96 + .byte W72 + .byte N12 , Fn4 + .byte W12 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte GOTO + .word song_467_1_B1 + .byte FINE + +@********************** Track 2 **********************@ + +song_467_2: + .byte KEYSH , song_467_key+0 + .byte VOICE , 21 + .byte VOL , 79*song_467_mvl/mxv + .byte PAN , c_v+0 + .byte N06 , Cn5 , v112 + .byte W06 + .byte Dn5 + .byte W06 +song_467_2_B1: + .byte N06 , Ds5 , v112 + .byte W12 + .byte Dn5 + .byte W12 + .byte Cs5 + .byte W12 + .byte Cn5 + .byte W24 + .byte N36 , Bn3 + .byte W36 + .byte W12 + .byte N06 , Gn3 + .byte W36 + .byte N48 , An3 + .byte W48 + .byte N36 , As3 + .byte W36 + .byte N06 , An3 + .byte W24 + .byte As3 + .byte W12 + .byte An3 + .byte W12 + .byte Cn5 + .byte W12 + .byte W12 + .byte Gn3 + .byte W36 + .byte N24 , Fn4 + .byte W24 + .byte N06 , Cn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Fn4 + .byte W06 + .byte N36 , Fs4 + .byte W36 + .byte N06 , Ds4 + .byte W24 + .byte Fs4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Ds5 + .byte W12 +song_467_2_000: + .byte W12 + .byte N06 , Fn3 , v112 + .byte W48 + .byte Fs3 + .byte W36 + .byte PEND + .byte PATT + .word song_467_2_000 + .byte PATT + .word song_467_2_000 + .byte N06 , Gs3 , v112 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W06 + .byte Bn2 + .byte W06 + .byte An3 + .byte W06 + .byte Fs3 + .byte W06 + .byte Ds3 + .byte W06 + .byte Cn3 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte En3 + .byte W06 + .byte Cs3 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fn3 + .byte W06 + .byte Dn3 + .byte W06 +song_467_2_001: + .byte W21 + .byte N03 , Dn4 , v112 + .byte W03 + .byte N06 , Ds4 + .byte W24 + .byte N06 + .byte W12 + .byte Cn4 + .byte W24 + .byte N36 , Fs4 + .byte W12 + .byte PEND +song_467_2_002: + .byte W24 + .byte N24 , Fn4 , v112 + .byte W24 + .byte N06 , Ds4 + .byte W24 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte PEND + .byte Ds4 + .byte W12 + .byte Ds3 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , An4 + .byte W03 + .byte TIE , As4 + .byte W56 + .byte W01 + .byte W72 + .byte EOT + .byte W12 + .byte N06 , Cn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte PATT + .word song_467_2_001 + .byte PATT + .word song_467_2_002 + .byte N06 , Ds4 , v112 + .byte W12 + .byte Ds3 + .byte W12 + .byte N06 + .byte W12 + .byte N03 , Bn3 + .byte W03 + .byte TIE , Cn4 + .byte W56 + .byte W01 + .byte W72 + .byte EOT + .byte N06 , As3 + .byte W06 + .byte An3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte N09 , Cn4 + .byte W09 + .byte N12 , Ds4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Fs4 + .byte W24 + .byte Fn4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N03 , Dn4 + .byte W03 + .byte N24 , Ds4 + .byte W24 + .byte W03 + .byte N03 , Dn4 + .byte W03 + .byte Cs4 + .byte W03 + .byte N36 , Cn4 + .byte W36 + .byte N06 , Fn4 + .byte W12 + .byte Fs4 + .byte W12 + .byte N12 , Cn4 + .byte W12 + .byte Ds4 + .byte W12 + .byte Cn4 + .byte W12 + .byte N24 , Fn4 + .byte W24 + .byte Fs4 + .byte W24 + .byte N12 , Cn4 + .byte W12 + .byte N06 , Bn3 + .byte W12 + .byte Cn4 + .byte W12 + .byte Dn4 + .byte W12 + .byte N24 , Ds4 + .byte W36 + .byte N06 , Dn4 + .byte W12 + .byte Cn4 + .byte W06 + .byte Gn3 + .byte W06 + .byte N03 , Bn3 + .byte W03 + .byte N44 , Cn4 + .byte W44 + .byte W01 + .byte N48 , Cs4 + .byte W48 + .byte Dn4 + .byte W48 + .byte Ds4 + .byte W48 + .byte N06 , En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Gn3 + .byte W06 + .byte Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte Gs3 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cn4 + .byte W06 + .byte An3 + .byte W06 + .byte Gn4 + .byte W06 + .byte En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte As3 + .byte W06 + .byte Gs4 + .byte W06 + .byte Fn4 + .byte W06 + .byte Dn4 + .byte W06 + .byte Bn3 + .byte W06 + .byte An4 + .byte W06 + .byte Fs4 + .byte W06 + .byte Ds4 + .byte W06 + .byte Cn4 + .byte W06 + .byte As4 + .byte W06 + .byte Gn4 + .byte W06 + .byte En4 + .byte W06 + .byte Cs4 + .byte W06 + .byte N12 , Bn4 + .byte W12 + .byte N06 , Cn5 + .byte W06 + .byte Dn5 + .byte W06 + .byte GOTO + .word song_467_2_B1 + .byte FINE + +@********************** Track 3 **********************@ + +song_467_3: + .byte KEYSH , song_467_key+0 + .byte VOICE , 21 + .byte VOL , 79*song_467_mvl/mxv + .byte PAN , c_v+0 + .byte W12 +song_467_3_B1: + .byte N06 , Fn2 , v112 + .byte W12 + .byte Gs2 + .byte W12 + .byte Cn3 + .byte W12 + .byte Dn3 + .byte W24 + .byte N36 , Dn2 + .byte W36 +song_467_3_000: + .byte N06 , Cn2 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte N06 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte Ds2 + .byte W12 + .byte Gn2 + .byte W12 + .byte PEND +song_467_3_001: + .byte N06 , Cn2 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Fs2 + .byte W12 + .byte An2 + .byte W12 + .byte PEND + .byte PATT + .word song_467_3_000 + .byte PATT + .word song_467_3_001 +song_467_3_002: + .byte N06 , Gs1 , v112 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte N06 + .byte W12 + .byte An1 + .byte W12 + .byte An2 + .byte W12 + .byte Gs2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Ds2 + .byte W06 + .byte Cn2 + .byte W06 + .byte PEND +song_467_3_003: + .byte N06 , Gs1 , v112 + .byte W12 + .byte Gs2 + .byte W12 + .byte Gs1 + .byte W12 + .byte N06 + .byte W12 + .byte An1 + .byte W12 + .byte An2 + .byte W12 + .byte Cn2 + .byte W12 + .byte Fs2 + .byte W12 + .byte PEND + .byte PATT + .word song_467_3_002 + .byte N06 , Gs1 , v112 + .byte W12 + .byte Fn2 + .byte W12 + .byte An1 + .byte W12 + .byte Fs2 + .byte W12 + .byte As1 + .byte W12 + .byte Gn2 + .byte W12 + .byte Bn1 + .byte W12 + .byte Gs2 + .byte W12 + .byte PATT + .word song_467_3_000 + .byte PATT + .word song_467_3_001 + .byte PATT + .word song_467_3_000 + .byte PATT + .word song_467_3_001 + .byte PATT + .word song_467_3_000 + .byte PATT + .word song_467_3_001 + .byte PATT + .word song_467_3_000 + .byte N06 , Cn2 , v112 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte N06 + .byte W12 + .byte Dn2 + .byte W06 + .byte Ds2 + .byte W06 + .byte En2 + .byte W06 + .byte Fn2 + .byte W06 + .byte PATT + .word song_467_3_002 + .byte PATT + .word song_467_3_003 + .byte PATT + .word song_467_3_002 + .byte PATT + .word song_467_3_003 + .byte N06 , Cn2 , v112 + .byte W12 + .byte Cn3 + .byte W12 + .byte Cn2 + .byte W12 + .byte N06 + .byte W12 + .byte Cs2 + .byte W12 + .byte Cs3 + .byte W12 + .byte As2 + .byte W06 + .byte Gn2 + .byte W06 + .byte En2 + .byte W06 + .byte Cs2 + .byte W06 + .byte Dn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Dn2 + .byte W12 + .byte N06 + .byte W12 + .byte Ds2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Cn3 + .byte W06 + .byte An2 + .byte W06 + .byte Fs2 + .byte W06 + .byte Ds2 + .byte W06 + .byte En2 + .byte W12 + .byte Cs3 + .byte W12 + .byte Fn2 + .byte W12 + .byte Dn3 + .byte W12 + .byte Fs2 + .byte W12 + .byte Ds3 + .byte W12 + .byte Gn2 + .byte W12 + .byte En3 + .byte W12 + .byte Gs2 + .byte W12 + .byte Fn3 + .byte W12 + .byte An2 + .byte W12 + .byte Fs3 + .byte W12 + .byte As2 + .byte W12 + .byte Gn3 + .byte W12 + .byte N12 , Bn2 + .byte W12 + .byte N06 , Gs3 + .byte W12 + .byte GOTO + .word song_467_3_B1 + .byte FINE + +@********************** Track 4 **********************@ + +song_467_4: + .byte KEYSH , song_467_key+0 + .byte VOICE , 126 + .byte PAN , c_v+0 + .byte VOL , 41*song_467_mvl/mxv + .byte W12 +song_467_4_B1: + .byte W96 +song_467_4_000: + .byte W12 + .byte N12 , Gn5 , v032 + .byte W24 + .byte Gn5 , v040 + .byte W24 + .byte Gn5 , v036 + .byte W24 + .byte N12 + .byte W12 + .byte PEND + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte W96 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte W12 + .byte N12 , Gn5 , v032 + .byte W24 + .byte Gn5 , v040 + .byte W24 + .byte Gn5 , v036 + .byte W36 + .byte PATT + .word song_467_4_000 + .byte PATT + .word song_467_4_000 + .byte W96 + .byte W96 + .byte GOTO + .word song_467_4_B1 + .byte FINE + +@********************** Track 5 **********************@ + +song_467_5: + .byte KEYSH , song_467_key+0 + .byte VOICE , 0 + .byte VOL , 79*song_467_mvl/mxv + .byte PAN , c_v+4 + .byte W12 +song_467_5_B1: + .byte N48 , An2 , v112 + .byte W48 + .byte N12 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 , En1 , v056 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v068 + .byte W06 + .byte N06 + .byte W06 +song_467_5_000: + .byte N12 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W24 + .byte Cn1 + .byte W24 + .byte En1 + .byte W24 + .byte PEND + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte N48 , An2 , v112 + .byte W48 + .byte N12 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 , En1 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte N12 , Cn1 , v112 + .byte W24 + .byte En1 + .byte W24 + .byte Cn1 + .byte W24 + .byte N06 , En1 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte PATT + .word song_467_5_000 + .byte PATT + .word song_467_5_000 + .byte N48 , An2 , v112 + .byte W48 + .byte N12 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 , En1 , v048 + .byte W06 + .byte N06 + .byte W06 + .byte En1 , v072 + .byte W06 + .byte N06 + .byte W06 + .byte N48 , An2 , v108 + .byte W48 + .byte N12 , En1 + .byte W12 + .byte Cn1 + .byte W12 + .byte N06 , En1 + .byte W12 + .byte N06 + .byte W06 + .byte N06 + .byte W06 + .byte GOTO + .word song_467_5_B1 + .byte FINE + +@******************************************************@ + .align 2 + +song_467: + .byte 5 @ NumTrks + .byte 0 @ NumBlks + .byte song_467_pri @ Priority + .byte song_467_rev @ Reverb. + + .word song_467_grp + + .word song_467_1 + .word song_467_2 + .word song_467_3 + .word song_467_4 + .word song_467_5 + + .end diff --git a/sound/voice_groups.s b/sound/voice_groups.s new file mode 100644 index 000000000..6378b5ac5 --- /dev/null +++ b/sound/voice_groups.s @@ -0,0 +1,338 @@ +voicegroup_842FC88:: @ 842FC88 + .incbin "baserom.gba", 0x42FC88, 0xC24 + +voicegroup_84308AC:: @ 84308AC + .incbin "baserom.gba", 0x4308AC, 0x3F0 + +voicegroup_8430C9C:: @ 8430C9C + .incbin "baserom.gba", 0x430C9C, 0x600 + +voicegroup_843129C:: @ 843129C + .incbin "baserom.gba", 0x43129C, 0x4C8 + +voicegroup_8431764:: @ 8431764 + .incbin "baserom.gba", 0x431764, 0x438 + +voicegroup_8431B9C:: @ 8431B9C + .incbin "baserom.gba", 0x431B9C, 0x3FC + +voicegroup_8431F98:: @ 8431F98 + .incbin "baserom.gba", 0x431F98, 0x75C + +voicegroup_84326F4:: @ 84326F4 + .incbin "baserom.gba", 0x4326F4, 0x444 + +voicegroup_8432B38:: @ 8432B38 + .incbin "baserom.gba", 0x432B38, 0x600 + +voicegroup_8433138:: @ 8433138 + .incbin "baserom.gba", 0x433138, 0x3FC + +voicegroup_8433534:: @ 8433534 + .incbin "baserom.gba", 0x433534, 0x414 + +voicegroup_8433948:: @ 8433948 + .incbin "baserom.gba", 0x433948, 0x570 + +voicegroup_8433EB8:: @ 8433EB8 + .incbin "baserom.gba", 0x433EB8, 0x42C + +voicegroup_84342E4:: @ 84342E4 + .incbin "baserom.gba", 0x4342E4, 0x444 + +voicegroup_8434728:: @ 8434728 + .incbin "baserom.gba", 0x434728, 0x3F0 + +voicegroup_8434B18:: @ 8434B18 + .incbin "baserom.gba", 0x434B18, 0x3FC + +voicegroup_8434F14:: @ 8434F14 + .incbin "baserom.gba", 0x434F14, 0x600 + +voicegroup_8435514:: @ 8435514 + .incbin "baserom.gba", 0x435514, 0x3E4 + +voicegroup_84358F8:: @ 84358F8 + .incbin "baserom.gba", 0x4358F8, 0x420 + +voicegroup_8435D18:: @ 8435D18 + .incbin "baserom.gba", 0x435D18, 0x5A0 + +voicegroup_84362B8:: @ 84362B8 + .incbin "baserom.gba", 0x4362B8, 0x600 + +voicegroup_84368B8:: @ 84368B8 + .incbin "baserom.gba", 0x4368B8, 0x3E4 + +voicegroup_8436C9C:: @ 8436C9C + .incbin "baserom.gba", 0x436C9C, 0x3F0 + +voicegroup_843708C:: @ 843708C + .incbin "baserom.gba", 0x43708C, 0x3FC + +voicegroup_8437488:: @ 8437488 + .incbin "baserom.gba", 0x437488, 0x600 + +voicegroup_8437A88:: @ 8437A88 + .incbin "baserom.gba", 0x437A88, 0x42C + +voicegroup_8437EB4:: @ 8437EB4 + .incbin "baserom.gba", 0x437EB4, 0x3D8 + +voicegroup_843828C:: @ 843828C + .incbin "baserom.gba", 0x43828C, 0x600 + +voicegroup_843888C:: @ 843888C + .incbin "baserom.gba", 0x43888C, 0x600 + +voicegroup_8438E8C:: @ 8438E8C + .incbin "baserom.gba", 0x438E8C, 0x600 + +voicegroup_843948C:: @ 843948C + .incbin "baserom.gba", 0x43948C, 0x600 + +voicegroup_8439A8C:: @ 8439A8C + .incbin "baserom.gba", 0x439A8C, 0x3CC + +voicegroup_8439E58:: @ 8439E58 + .incbin "baserom.gba", 0x439E58, 0x3CC + +voicegroup_843A224:: @ 843A224 + .incbin "baserom.gba", 0x43A224, 0x600 + +voicegroup_843A824:: @ 843A824 + .incbin "baserom.gba", 0x43A824, 0x600 + +voicegroup_843AE24:: @ 843AE24 + .incbin "baserom.gba", 0x43AE24, 0x600 + +voicegroup_843B424:: @ 843B424 + .incbin "baserom.gba", 0x43B424, 0x420 + +voicegroup_843B844:: @ 843B844 + .incbin "baserom.gba", 0x43B844, 0x600 + +voicegroup_843BE44:: @ 843BE44 + .incbin "baserom.gba", 0x43BE44, 0x600 + +voicegroup_843C444:: @ 843C444 + .incbin "baserom.gba", 0x43C444, 0x378 + +voicegroup_843C7BC:: @ 843C7BC + .incbin "baserom.gba", 0x43C7BC, 0x600 + +voicegroup_843CDBC:: @ 843CDBC + .incbin "baserom.gba", 0x43CDBC, 0x600 + +voicegroup_843D3BC:: @ 843D3BC + .incbin "baserom.gba", 0x43D3BC, 0x600 + +voicegroup_843D9BC:: @ 843D9BC + .incbin "baserom.gba", 0x43D9BC, 0x600 + +voicegroup_843DFBC:: @ 843DFBC + .incbin "baserom.gba", 0x43DFBC, 0x600 + +voicegroup_843E5BC:: @ 843E5BC + .incbin "baserom.gba", 0x43E5BC, 0x600 + +voicegroup_843EBBC:: @ 843EBBC + .incbin "baserom.gba", 0x43EBBC, 0x600 + +voicegroup_843F1BC:: @ 843F1BC + .incbin "baserom.gba", 0x43F1BC, 0x42C + +voicegroup_843F5E8:: @ 843F5E8 + .incbin "baserom.gba", 0x43F5E8, 0x600 + +voicegroup_843FBE8:: @ 843FBE8 + .incbin "baserom.gba", 0x43FBE8, 0x600 + +voicegroup_84401E8:: @ 84401E8 + .incbin "baserom.gba", 0x4401E8, 0x600 + +voicegroup_84407E8:: @ 84407E8 + .incbin "baserom.gba", 0x4407E8, 0x600 + +voicegroup_8440DE8:: @ 8440DE8 + .incbin "baserom.gba", 0x440DE8, 0x600 + +voicegroup_84413E8:: @ 84413E8 + .incbin "baserom.gba", 0x4413E8, 0x600 + +voicegroup_84419E8:: @ 84419E8 + .incbin "baserom.gba", 0x4419E8, 0x600 + +voicegroup_8441FE8:: @ 8441FE8 + .incbin "baserom.gba", 0x441FE8, 0x600 + +voicegroup_84425E8:: @ 84425E8 + .incbin "baserom.gba", 0x4425E8, 0x600 + +voicegroup_8442BE8:: @ 8442BE8 + .incbin "baserom.gba", 0x442BE8, 0x600 + +voicegroup_84431E8:: @ 84431E8 + .incbin "baserom.gba", 0x4431E8, 0x600 + +voicegroup_84437E8:: @ 84437E8 + .incbin "baserom.gba", 0x4437E8, 0x600 + +voicegroup_8443DE8:: @ 8443DE8 + .incbin "baserom.gba", 0x443DE8, 0x600 + +voicegroup_84443E8:: @ 84443E8 + .incbin "baserom.gba", 0x4443E8, 0x600 + +voicegroup_84449E8:: @ 84449E8 + .incbin "baserom.gba", 0x4449E8, 0x600 + +voicegroup_8444FE8:: @ 8444FE8 + .incbin "baserom.gba", 0x444FE8, 0x600 + +voicegroup_84455E8:: @ 84455E8 + .incbin "baserom.gba", 0x4455E8, 0x600 + +voicegroup_8445BE8:: @ 8445BE8 + .incbin "baserom.gba", 0x445BE8, 0x600 + +voicegroup_84461E8:: @ 84461E8 + .incbin "baserom.gba", 0x4461E8, 0x600 + +voicegroup_84467E8:: @ 84467E8 + .incbin "baserom.gba", 0x4467E8, 0x600 + +voicegroup_8446DE8:: @ 8446DE8 + .incbin "baserom.gba", 0x446DE8, 0x600 + +voicegroup_84473E8:: @ 84473E8 + .incbin "baserom.gba", 0x4473E8, 0x18 + +voicegroup_8447400:: @ 8447400 + .incbin "baserom.gba", 0x447400, 0x600 + +voicegroup_8447A00:: @ 8447A00 + .incbin "baserom.gba", 0x447A00, 0x3F0 + +voicegroup_8447DF0:: @ 8447DF0 + .incbin "baserom.gba", 0x447DF0, 0x600 + +voicegroup_84483F0:: @ 84483F0 + .incbin "baserom.gba", 0x4483F0, 0x600 + +voicegroup_84489F0:: @ 84489F0 + .incbin "baserom.gba", 0x4489F0, 0x600 + +voicegroup_8448FF0:: @ 8448FF0 + .incbin "baserom.gba", 0x448FF0, 0x600 + +voicegroup_84495F0:: @ 84495F0 + .incbin "baserom.gba", 0x4495F0, 0x600 + +voicegroup_8449BF0:: @ 8449BF0 + .incbin "baserom.gba", 0x449BF0, 0x600 + +voicegroup_844A1F0:: @ 844A1F0 + .incbin "baserom.gba", 0x44A1F0, 0x600 + +voicegroup_844A7F0:: @ 844A7F0 + .incbin "baserom.gba", 0x44A7F0, 0x600 + +voicegroup_844ADF0:: @ 844ADF0 + .incbin "baserom.gba", 0x44ADF0, 0x600 + +voicegroup_844B3F0:: @ 844B3F0 + .incbin "baserom.gba", 0x44B3F0, 0x600 + +voicegroup_844B9F0:: @ 844B9F0 + .incbin "baserom.gba", 0x44B9F0, 0x600 + +voicegroup_844BFF0:: @ 844BFF0 + .incbin "baserom.gba", 0x44BFF0, 0x600 + +voicegroup_844C5F0:: @ 844C5F0 + .incbin "baserom.gba", 0x44C5F0, 0x600 + +voicegroup_844CBF0:: @ 844CBF0 + .incbin "baserom.gba", 0x44CBF0, 0x600 + +voicegroup_844D1F0:: @ 844D1F0 + .incbin "baserom.gba", 0x44D1F0, 0x600 + +voicegroup_844D7F0:: @ 844D7F0 + .incbin "baserom.gba", 0x44D7F0, 0x600 + +voicegroup_844DDF0:: @ 844DDF0 + .incbin "baserom.gba", 0x44DDF0, 0x600 + +voicegroup_844E3F0:: @ 844E3F0 + .incbin "baserom.gba", 0x44E3F0, 0x528 + +voicegroup_844E918:: @ 844E918 + .incbin "baserom.gba", 0x44E918, 0x3D8 + +voicegroup_844ECF0:: @ 844ECF0 + .incbin "baserom.gba", 0x44ECF0, 0x3D8 + +voicegroup_844F0C8:: @ 844F0C8 + .incbin "baserom.gba", 0x44F0C8, 0x444 + +voicegroup_844F50C:: @ 844F50C + .incbin "baserom.gba", 0x44F50C, 0x444 + +voicegroup_844F950:: @ 844F950 + .incbin "baserom.gba", 0x44F950, 0x444 + +voicegroup_844FD94:: @ 844FD94 + .incbin "baserom.gba", 0x44FD94, 0x408 + +voicegroup_845019C:: @ 845019C + .incbin "baserom.gba", 0x45019C, 0x3F0 + +voicegroup_845058C:: @ 845058C + .incbin "baserom.gba", 0x45058C, 0x600 + +voicegroup_8450B8C:: @ 8450B8C + .incbin "baserom.gba", 0x450B8C, 0x414 + +voicegroup_8450FA0:: @ 8450FA0 + .incbin "baserom.gba", 0x450FA0, 0x3F0 + +voicegroup_8451390:: @ 8451390 + .incbin "baserom.gba", 0x451390, 0x600 + +voicegroup_8451990:: @ 8451990 + .incbin "baserom.gba", 0x451990, 0x600 + +voicegroup_8451F90:: @ 8451F90 + .incbin "baserom.gba", 0x451F90, 0x600 + +voicegroup_8452590:: @ 8452590 + .incbin "baserom.gba", 0x452590, 0x600 + +voicegroup_8452B90:: @ 8452B90 + .incbin "baserom.gba", 0x452B90, 0x600 + +voicegroup_8453190:: @ 8453190 + .incbin "baserom.gba", 0x453190, 0x600 + +voicegroup_8453790:: @ 8453790 + .incbin "baserom.gba", 0x453790, 0x30 + +voicegroup_84537C0:: @ 84537C0 + .incbin "baserom.gba", 0x4537C0, 0x600 + +voicegroup_8453DC0:: @ 8453DC0 + .incbin "baserom.gba", 0x453DC0, 0x600 + +voicegroup_84543C0:: @ 84543C0 + .incbin "baserom.gba", 0x4543C0, 0x600 + +voicegroup_84549C0:: @ 84549C0 + .incbin "baserom.gba", 0x4549C0, 0x30 + +voicegroup_84549F0:: @ 84549F0 + .incbin "baserom.gba", 0x4549F0, 0x264 + +voicegroup_8454C54:: @ 8454C54 + .incbin "baserom.gba", 0x454C54, 0x5D0 diff --git a/src/m4a_tables.c b/src/m4a_tables.c index 39344a590..f557fb073 100644 --- a/src/m4a_tables.c +++ b/src/m4a_tables.c @@ -260,7 +260,7 @@ const struct PokemonCrySong gPokemonCrySongTemplate = 0, // block count 255, // priority 0, // reverb - (struct ToneData *)&gUnknown_0842FC88, + (struct ToneData *)&voicegroup_842FC88, NULL, NULL, 0, |