pokeemerald/songs.mk

1265 lines
36 KiB
Makefile
Raw Normal View History

2018-09-23 00:56:17 +00:00
STD_REVERB = 50
$(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s
$(AS) $(ASFLAGS) -I sound -o $@ $<
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_aqua_magma_hideout.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G076 -V084
2018-09-23 21:12:59 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_aqua.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G065 -V086
2018-09-24 02:10:30 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route111.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G055 -V076
2018-09-24 02:35:20 +00:00
$(MID_SUBDIR)/mus_encounter_suspicious.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G069 -V078
2018-09-24 03:16:58 +00:00
2018-09-24 03:25:34 +00:00
$(MID_SUBDIR)/mus_b_arena.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G104 -V090
2018-09-24 03:25:34 +00:00
2018-09-24 03:28:02 +00:00
$(MID_SUBDIR)/mus_b_dome.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G111 -V090
2018-09-24 03:28:02 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_b_dome_lobby.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G111 -V056
2018-09-24 04:05:45 +00:00
2018-09-24 04:43:25 +00:00
$(MID_SUBDIR)/mus_b_factory.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G113 -V100
$(MID_SUBDIR)/mus_b_frontier.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G103 -V094
2018-09-24 04:43:25 +00:00
2018-09-24 04:39:24 +00:00
$(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G108 -V105
2018-09-24 04:39:24 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_b_tower_rs.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G035 -V080
2018-09-25 06:42:54 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_b_pike.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G112 -V092
2018-09-25 18:32:56 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_trainer.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G119 -V080 -P1
2018-09-25 20:28:35 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_wild.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G117 -V080 -P1
2018-09-25 20:32:48 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_aqua_magma_leader.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G126 -V080 -P1
2018-09-25 20:37:29 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_aqua_magma.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G118 -V080 -P1
2018-09-25 20:40:09 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_gym_leader.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G120 -V080 -P1
2018-09-25 20:43:02 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_champion.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G121 -V080 -P1
2018-09-25 20:44:58 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_kyogre_groudon.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G123 -V080 -P1
2018-09-25 20:47:25 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_rival.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G124 -V080 -P1
2018-09-25 20:49:19 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_regi.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G122 -V080 -P1
2018-09-25 20:52:00 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_elite_four.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G125 -V080 -P1
2018-09-25 20:53:58 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_roulette.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G038 -V080
2018-09-25 20:59:56 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_lilycove_museum.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G020 -V080
2018-09-25 21:02:54 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_brendan.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G067 -V078
2018-09-25 21:07:26 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_male.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G028 -V080
2018-09-25 21:11:50 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_victory_road.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G075 -V076
2018-09-25 21:14:25 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_game_corner.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G072 -V072
2018-09-25 21:17:30 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_contest_winner.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G085 -V100
2018-09-25 21:20:10 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_contest_results.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G092 -V080
2018-09-25 21:25:36 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_contest_lobby.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G098 -V060
2018-09-25 21:30:31 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_contest.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G086 -V088
2018-09-25 21:32:45 +00:00
2018-09-25 21:34:37 +00:00
$(MID_SUBDIR)/mus_cycling.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G049 -V083
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_champion.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G100 -V076
2018-09-25 21:34:37 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_petalburg_woods.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G018 -V080
2018-09-26 00:07:10 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_abandoned_ship.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G030 -V080
2018-09-26 00:13:08 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_cave_of_origin.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G037 -V080
2018-09-26 00:17:26 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_underwater.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G057 -V094
2018-09-26 00:19:36 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_intro.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G060 -V090
2018-09-26 02:22:02 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_hall_of_fame.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G082 -V078
2018-09-26 00:32:01 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route110.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G010 -V080
2018-09-26 02:47:44 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route120.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G014 -V080
2018-09-26 02:57:29 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route122.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G021 -V080
2018-09-26 03:00:10 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route101.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G011 -V080
2018-09-26 03:03:18 +00:00
2018-09-26 03:12:58 +00:00
$(MID_SUBDIR)/mus_dummy.s: %.s: %.mid
$(MID) $< $@ -E -R40
2018-09-26 03:12:58 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_hall_of_fame_room.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G093 -V080
2018-09-26 03:47:55 +00:00
2018-09-26 07:17:13 +00:00
$(MID_SUBDIR)/mus_end.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G102 -V036
2018-09-26 07:17:13 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_help.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G056 -V078
2018-09-26 07:27:01 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_level_up.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-26 22:41:29 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_obtain_item.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-26 22:44:24 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_evolved.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-26 22:46:33 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_gsc_route38.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -V080
2018-09-26 22:48:54 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_slateport.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G079 -V070
2018-09-26 22:52:03 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_poke_mart.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G050 -V085
2018-09-26 22:54:12 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_oceanic_museum.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G023 -V080
2018-09-26 22:56:08 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_gym.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G013 -V080
2018-09-26 22:58:19 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_may.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G061 -V078
2018-09-26 23:01:13 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_female.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G053 -V072
2018-09-26 23:04:26 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_verdanturf.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G044 -V090
2018-09-26 23:06:26 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rustboro.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G045 -V085
2018-09-26 23:13:45 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route119.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G048 -V096
2018-09-26 23:28:14 +00:00
$(MID_SUBDIR)/mus_encounter_intense.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G062 -V078
2018-09-26 23:31:11 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_weather_groudon.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G090 -V050
2018-09-26 23:33:29 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_dewford.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G073 -V078
2018-09-26 23:35:23 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_twins.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G095 -V075
2018-09-26 23:37:55 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_interviewer.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G099 -V062
2018-09-26 23:40:24 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_victory_trainer.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G058 -V091
2018-09-26 23:43:31 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_victory_wild.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G025 -V080
2018-09-26 23:48:30 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_victory_gym_leader.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G024 -V080
2018-09-27 03:49:51 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_victory_aqua_magma.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G070 -V088
2018-09-27 00:22:23 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_victory_league.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G029 -V080
2018-09-27 00:26:40 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_caught.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G025 -V080
2018-09-27 03:53:27 +00:00
$(MID_SUBDIR)/mus_encounter_cool.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G063 -V086
2018-09-27 03:55:22 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_trick_house.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G094 -V070
2018-09-27 03:57:32 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route113.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G064 -V084
2018-09-27 04:10:53 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_sailing.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G077 -V086
2018-09-28 21:03:36 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_mt_pyre.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G078 -V088
2018-09-28 21:07:34 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_sealed_chamber.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G084 -V100
2018-09-28 21:11:33 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_petalburg.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G015 -V080
2018-09-28 21:13:51 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_fortree.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G032 -V080
2018-09-28 21:16:00 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_oldale.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G019 -V080
2018-09-28 21:18:52 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_mt_pyre_exterior.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G080 -V080
2018-09-28 21:21:09 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_heal.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-28 21:27:41 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_slots_jackpot.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-28 23:31:55 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_slots_win.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-29 01:56:33 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_obtain_badge.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-29 01:59:48 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_obtain_berry.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-29 02:02:01 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_obtain_b_points.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G103 -V090 -P5
2018-09-29 02:07:26 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_photo.s: %.s: %.mid
2018-10-01 18:59:38 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G180 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_evolution_intro.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G026 -V080
2018-09-29 02:11:21 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_obtain_symbol.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G103 -V100 -P5
2018-09-29 02:21:33 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_awaken_legend.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-29 02:27:08 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_register_match_call.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G105 -V090 -P5
2018-09-29 02:39:17 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_move_deleted.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-29 02:43:35 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_obtain_tmhm.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-29 02:55:22 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_too_bad.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
2018-09-29 03:01:00 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_magma.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G087 -V072
2018-09-29 03:04:18 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_lilycove.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G054 -V085
2018-09-29 03:08:04 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_littleroot.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G051 -V100
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_surf.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G017 -V080
2018-09-29 03:10:57 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_route104.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G047 -V097
2018-09-29 03:42:15 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_gsc_pewter.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -V080
2018-09-29 03:46:30 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_birch_lab.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G033 -V080
2018-09-29 03:48:47 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_abnormal_weather.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G089 -V080
2018-09-29 03:51:36 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_school.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G081 -V100
2018-09-29 03:54:02 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_c_comm_center.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -V080
2018-09-29 03:56:10 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_poke_center.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G046 -V092
2018-09-29 03:58:00 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_b_pyramid.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G106 -V079
2018-09-29 03:59:57 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_b_pyramid_top.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G107 -V077
2018-09-29 04:02:21 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_ever_grande.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G068 -V086
2018-09-29 04:04:20 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rayquaza_appears.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G109 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_rocket_hideout.s: %.s: %.mid
2018-10-01 19:47:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G133 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_follow_me.s: %.s: %.mid
2018-10-01 19:58:31 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G131 -V068
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_victory_road.s: %.s: %.mid
2018-10-01 20:02:50 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G154 -V090
2018-10-01 20:05:57 +00:00
$(MID_SUBDIR)/mus_rg_cycling.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G141 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_intro_fight.s: %.s: %.mid
2018-10-01 20:08:57 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G136 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_hall_of_fame.s: %.s: %.mid
2018-10-02 01:22:56 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G145 -V079
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_encounter_deoxys.s: %.s: %.mid
2018-10-02 01:25:30 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G184 -V079
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_credits.s: %.s: %.mid
2018-10-02 04:29:36 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G149 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_encounter_gym_leader.s: %.s: %.mid
2018-10-02 04:31:47 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G144 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_dex_rating.s: %.s: %.mid
2018-10-02 04:35:45 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G175 -V070 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_obtain_key_item.s: %.s: %.mid
2018-10-02 04:39:39 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G178 -V077 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_caught_intro.s: %.s: %.mid
2018-10-02 04:49:32 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G179 -V094 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_caught.s: %.s: %.mid
2018-10-02 04:52:37 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G170 -V100
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_cinnabar.s: %.s: %.mid
2018-10-02 04:54:45 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G138 -V090
2018-10-02 04:56:34 +00:00
$(MID_SUBDIR)/mus_rg_gym.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G134 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_fuchsia.s: %.s: %.mid
2018-10-02 04:58:22 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G167 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_poke_jump.s: %.s: %.mid
2018-10-02 05:00:30 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_heal.s: %.s: %.mid
2018-10-02 05:03:26 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G140 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_oak_lab.s: %.s: %.mid
2018-10-02 05:14:30 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G160 -V075
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_berry_pick.s: %.s: %.mid
2018-10-02 05:17:13 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vermillion.s: %.s: %.mid
2018-10-02 05:19:11 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G172 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_route1.s: %.s: %.mid
2018-10-02 05:21:51 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G150 -V079
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_route3.s: %.s: %.mid
2018-10-02 17:56:42 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G152 -V083
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_route11.s: %.s: %.mid
2018-10-02 18:05:05 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G153 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_pallet.s: %.s: %.mid
2018-10-02 18:06:50 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G159 -V100
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_surf.s: %.s: %.mid
2018-10-02 18:33:10 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G164 -V071
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_sevii_45.s: %.s: %.mid
2018-10-02 18:39:30 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G188 -V084
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_sevii_67.s: %.s: %.mid
2018-10-02 18:41:08 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G189 -V084
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_sevii_123.s: %.s: %.mid
2018-10-02 18:42:51 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_sevii_cave.s: %.s: %.mid
2018-10-02 19:09:49 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G147 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_sevii_dungeon.s: %.s: %.mid
2018-10-02 20:16:22 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G146 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_sevii_route.s: %.s: %.mid
2018-10-02 20:19:11 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G187 -V080
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_net_center.s: %.s: %.mid
2018-10-02 20:21:35 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G162 -V096
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_pewter.s: %.s: %.mid
2018-10-02 20:27:02 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_oak.s: %.s: %.mid
2018-10-02 23:35:12 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G161 -V086
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_mystery_gift.s: %.s: %.mid
2018-10-02 23:37:07 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G183 -V100
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_route24.s: %.s: %.mid
2018-10-02 23:40:09 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G151 -V086
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_teachy_tv_show.s: %.s: %.mid
2018-10-02 23:52:12 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G131 -V068
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_mt_moon.s: %.s: %.mid
2018-10-03 00:06:19 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G147 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_poke_tower.s: %.s: %.mid
2018-10-03 00:10:38 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G165 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_poke_center.s: %.s: %.mid
2018-10-03 00:12:23 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G162 -V096
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_poke_flute.s: %.s: %.mid
2018-10-03 00:16:20 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G165 -V048 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_poke_mansion.s: %.s: %.mid
2018-10-03 00:17:49 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G148 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_jigglypuff.s: %.s: %.mid
2018-10-03 00:19:39 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G135 -V068 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_encounter_rival.s: %.s: %.mid
2018-10-03 00:21:15 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G174 -V079
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_rival_exit.s: %.s: %.mid
2018-10-03 00:23:06 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G174 -V079
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_encounter_rocket.s: %.s: %.mid
2018-10-03 01:09:35 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G142 -V096
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_ss_anne.s: %.s: %.mid
2018-10-03 01:12:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G163 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_new_game_exit.s: %.s: %.mid
2018-10-03 01:16:29 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G182 -V088
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_new_game_intro.s: %.s: %.mid
2018-10-03 01:18:48 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G182 -V088
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_lavender.s: %.s: %.mid
2018-10-03 01:20:32 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G139 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_silph.s: %.s: %.mid
2018-10-03 01:24:37 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G166 -V076
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_encounter_girl.s: %.s: %.mid
2018-10-03 01:27:13 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G143 -V051
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_encounter_boy.s: %.s: %.mid
2018-10-03 01:29:13 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G144 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_game_corner.s: %.s: %.mid
2018-10-03 01:31:11 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_slow_pallet.s: %.s: %.mid
2018-10-03 01:35:32 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G159 -V092
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_new_game_instruct.s: %.s: %.mid
2018-10-03 01:39:08 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G182 -V085
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_viridian_forest.s: %.s: %.mid
2018-10-03 01:42:10 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G146 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_trainer_tower.s: %.s: %.mid
2018-10-03 02:37:41 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G134 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_celadon.s: %.s: %.mid
2018-10-03 03:51:42 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G168 -V070
2018-10-03 03:53:50 +00:00
$(MID_SUBDIR)/mus_rg_title.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G137 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_game_freak.s: %.s: %.mid
2018-10-03 03:56:45 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G181 -V075
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_teachy_tv_menu.s: %.s: %.mid
2018-10-03 03:59:34 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G186 -V059
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_union_room.s: %.s: %.mid
2018-10-03 04:01:14 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vs_legend.s: %.s: %.mid
2018-10-03 04:03:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vs_deoxys.s: %.s: %.mid
2018-10-03 04:04:47 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G185 -V080
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vs_gym_leader.s: %.s: %.mid
2018-10-03 04:06:42 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G155 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vs_champion.s: %.s: %.mid
2018-10-03 04:08:37 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G158 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vs_mewtwo.s: %.s: %.mid
2018-10-03 04:10:16 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vs_trainer.s: %.s: %.mid
2018-10-03 04:11:50 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G156 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_vs_wild.s: %.s: %.mid
2018-10-03 04:13:14 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_victory_gym_leader.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G171 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_victory_trainer.s: %.s: %.mid
2018-10-03 05:19:03 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G169 -V089
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_rg_victory_wild.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G170 -V090
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_cable_car.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
2018-09-29 04:06:37 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_sootopolis.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G091 -V062
2018-09-29 04:10:18 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_safari_zone.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G074 -V082
2018-09-29 04:12:54 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_b_tower.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G110 -V100
2018-09-29 04:17:49 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_evolution.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G026 -V080
2018-09-29 04:19:53 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_elite_four.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G096 -V078
2018-09-29 04:22:56 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_c_vs_legend_beast.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -V080
2018-09-29 04:25:10 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_swimmer.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G036 -V080
2018-09-29 04:28:22 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_girl.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G027 -V080
2018-09-29 04:30:53 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_intro_battle.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G088 -V088
2018-09-29 04:33:33 +00:00
$(MID_SUBDIR)/mus_encounter_rich.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G043 -V094
2018-09-29 04:36:36 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_link_contest_p1.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G039 -V079
2018-09-29 04:38:28 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_link_contest_p2.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G040 -V090
2018-09-29 04:39:46 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_link_contest_p3.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G041 -V075
2018-09-29 04:41:35 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_link_contest_p4.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G042 -V090
2018-09-29 04:43:00 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_littleroot_test.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G034 -V099
2018-09-29 04:44:51 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_credits.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G101 -V100
2018-09-29 04:46:35 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_title.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G059 -V090
2018-09-29 04:48:55 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_fallarbor.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G083 -V100
2018-09-29 04:50:43 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_mt_chimney.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G052 -V078
2018-09-29 07:21:07 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_follow_me.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G066 -V074
2018-09-29 07:26:30 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_frontier_brain.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G115 -V090 -P1
2018-09-29 20:24:08 +00:00
2018-09-29 20:28:18 +00:00
$(MID_SUBDIR)/mus_vs_mew.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G116 -V090
2018-09-29 20:28:18 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_vs_rayquaza.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G114 -V080 -P1
2018-09-29 20:30:15 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/mus_encounter_hiker.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G097 -V076
2018-09-26 07:43:43 +00:00
2018-10-03 21:20:10 +00:00
$(MID_SUBDIR)/ph_choice_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
2018-10-03 21:21:42 +00:00
$(MID_SUBDIR)/ph_choice_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
2018-10-03 21:22:56 +00:00
$(MID_SUBDIR)/ph_choice_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
2018-10-03 21:24:20 +00:00
$(MID_SUBDIR)/ph_cloth_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
2018-10-03 21:26:06 +00:00
$(MID_SUBDIR)/ph_cloth_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
2018-10-03 21:26:34 +00:00
$(MID_SUBDIR)/ph_cloth_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_cure_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_cure_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_cure_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_dress_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_dress_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_dress_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_face_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_face_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_face_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_fleece_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_fleece_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_fleece_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_foot_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_foot_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_foot_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_goat_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_goat_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_goat_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_goose_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_goose_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_goose_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_kit_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_kit_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_kit_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_lot_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_lot_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_lot_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_mouth_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_mouth_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_mouth_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_nurse_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_nurse_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_nurse_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_price_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_price_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_price_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_strut_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_strut_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_strut_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_thought_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_thought_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_thought_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_trap_blend.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_trap_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_trap_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
2018-10-10 18:24:39 +00:00
$(MID_SUBDIR)/se_a.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_bang.s: %.s: %.mid
2018-10-10 18:27:30 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_taillow_wing_flap.s: %.s: %.mid
2018-10-10 18:31:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_glass_flute.s: %.s: %.mid
2018-10-10 18:34:21 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P5
2018-10-10 18:36:44 +00:00
$(MID_SUBDIR)/se_boo.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball.s: %.s: %.mid
2018-10-10 18:38:28 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V070 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_open.s: %.s: %.mid
2018-10-10 18:40:41 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_mugshot.s: %.s: %.mid
2018-10-10 18:44:13 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_heart.s: %.s: %.mid
2018-10-10 18:47:02 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_curtain_fall.s: %.s: %.mid
2018-10-10 18:49:10 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V070 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_curtain_rise.s: %.s: %.mid
2018-10-10 18:50:48 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V070 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_icon_change.s: %.s: %.mid
2018-10-10 18:53:47 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_mons_turn.s: %.s: %.mid
2018-10-10 18:56:12 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_icon_clear.s: %.s: %.mid
2018-10-10 18:59:17 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P5
2018-10-10 19:01:35 +00:00
$(MID_SUBDIR)/se_card.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P4
2020-08-21 00:23:08 +00:00
$(MID_SUBDIR)/se_pike_curtain_close.s: %.s: %.mid
2018-10-10 19:04:57 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-21 00:23:08 +00:00
$(MID_SUBDIR)/se_pike_curtain_open.s: %.s: %.mid
2018-10-10 19:07:53 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ledge.s: %.s: %.mid
2018-10-10 19:14:49 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_itemfinder.s: %.s: %.mid
2018-10-10 19:17:05 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_applause.s: %.s: %.mid
2018-10-10 19:21:53 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_field_poison.s: %.s: %.mid
2018-10-10 19:24:27 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
2018-10-10 19:26:20 +00:00
$(MID_SUBDIR)/se_door.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P5
2018-10-10 19:28:17 +00:00
$(MID_SUBDIR)/se_e.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_elevator.s: %.s: %.mid
2018-10-10 19:30:17 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_escalator.s: %.s: %.mid
2018-10-10 19:32:04 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2018-10-10 19:37:03 +00:00
$(MID_SUBDIR)/se_exp.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_exp_max.s: %.s: %.mid
2018-10-10 19:42:53 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V094 -P5
2018-10-10 19:45:34 +00:00
$(MID_SUBDIR)/se_fu_zaku.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V120 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_condition_lose.s: %.s: %.mid
2018-10-10 19:47:30 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_lavaridge_fall_warp.s: %.s: %.mid
2018-10-10 19:50:00 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_balloon_red.s: %.s: %.mid
2018-10-10 19:53:49 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_balloon_blue.s: %.s: %.mid
2018-10-10 19:56:10 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_balloon_yellow.s: %.s: %.mid
2018-10-10 19:57:41 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_arena_timeup1.s: %.s: %.mid
2018-10-10 20:02:20 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_arena_timeup2.s: %.s: %.mid
2018-10-10 20:03:27 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_bridge_walk.s: %.s: %.mid
2018-10-10 20:05:36 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_failure.s: %.s: %.mid
2018-10-10 20:07:23 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V120 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rotating_gate.s: %.s: %.mid
2018-10-10 20:09:46 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_low_health.s: %.s: %.mid
2018-10-10 20:11:23 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P3
2018-10-10 20:15:30 +00:00
$(MID_SUBDIR)/se_i.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_sliding_door.s: %.s: %.mid
2018-10-10 20:17:07 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_vend.s: %.s: %.mid
2018-10-10 20:18:51 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_bike_hop.s: %.s: %.mid
2018-10-10 20:20:54 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_bike_bell.s: %.s: %.mid
2018-10-10 20:22:40 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_contest_place.s: %.s: %.mid
2018-10-10 20:27:34 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_exit.s: %.s: %.mid
2018-10-10 20:29:16 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V120 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_use_item.s: %.s: %.mid
2018-10-10 20:35:12 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_unlock.s: %.s: %.mid
2018-10-10 20:37:38 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_bounce_1.s: %.s: %.mid
2018-10-10 20:39:11 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_bounce_2.s: %.s: %.mid
2018-10-10 20:40:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_bounce_3.s: %.s: %.mid
2018-10-10 20:41:40 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_bounce_4.s: %.s: %.mid
2018-10-10 20:42:47 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_super_effective.s: %.s: %.mid
2018-10-10 20:45:01 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_not_effective.s: %.s: %.mid
2018-10-10 20:46:11 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_effective.s: %.s: %.mid
2018-10-10 20:47:27 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_puddle.s: %.s: %.mid
2018-11-20 20:16:16 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V020 -P4
2018-11-20 19:57:35 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_berry_blender.s: %.s: %.mid
2018-11-20 20:16:16 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
2018-11-20 20:02:24 +00:00
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_switch.s: %.s: %.mid
2018-11-20 20:07:05 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P4
2018-11-20 20:09:29 +00:00
$(MID_SUBDIR)/se_n.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_throw.s: %.s: %.mid
2018-11-20 20:13:22 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ship.s: %.s: %.mid
2018-11-20 20:16:16 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V075 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_flee.s: %.s: %.mid
2018-11-20 20:19:16 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P5
2018-11-20 20:21:21 +00:00
$(MID_SUBDIR)/se_o.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_intro_blast.s: %.s: %.mid
2018-11-20 20:24:06 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2018-11-20 21:35:23 +00:00
$(MID_SUBDIR)/se_pc_login.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2018-11-20 21:39:26 +00:00
$(MID_SUBDIR)/se_pc_off.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2018-11-20 21:41:05 +00:00
$(MID_SUBDIR)/se_pc_on.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2018-11-20 21:43:21 +00:00
$(MID_SUBDIR)/se_pin.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V060 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ding_dong.s: %.s: %.mid
2018-11-20 21:47:19 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_pokenav_off.s: %.s: %.mid
2018-11-20 21:49:48 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_pokenav_on.s: %.s: %.mid
2018-11-20 21:51:23 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_faint.s: %.s: %.mid
2018-11-20 21:54:15 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_shiny.s: %.s: %.mid
2018-11-20 21:57:37 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_shop.s: %.s: %.mid
2018-11-20 21:59:59 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_bag_cursor.s: %.s: %.mid
2018-11-20 22:02:01 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_bag_pocket.s: %.s: %.mid
2018-11-20 22:03:47 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_card_flip.s: %.s: %.mid
2018-11-20 22:05:11 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_card_flipping.s: %.s: %.mid
2018-11-20 22:07:00 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_card_open.s: %.s: %.mid
2018-11-20 22:15:19 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V112 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_deoxys_move.s: %.s: %.mid
2018-11-20 22:17:48 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V080 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_poke_jump_success.s: %.s: %.mid
2018-11-20 22:20:31 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_ball_click.s: %.s: %.mid
2018-11-20 22:23:09 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_help_close.s: %.s: %.mid
2018-11-20 22:27:09 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V095 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_help_error.s: %.s: %.mid
2018-11-20 22:29:26 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V125 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_help_open.s: %.s: %.mid
2018-11-20 22:30:56 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V096 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_ss_anne_horn.s: %.s: %.mid
2018-11-20 22:33:07 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V096 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_poke_jump_failure.s: %.s: %.mid
2018-11-20 22:35:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
2018-11-20 22:37:10 +00:00
$(MID_SUBDIR)/se_rg_shop.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V080 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rg_door.s: %.s: %.mid
2018-11-20 22:40:34 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ice_crack.s: %.s: %.mid
2018-11-20 22:42:11 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ice_stairs.s: %.s: %.mid
2018-11-20 22:44:09 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ice_break.s: %.s: %.mid
2018-11-20 22:45:44 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_fall.s: %.s: %.mid
2018-11-20 22:47:42 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2018-11-20 22:49:15 +00:00
$(MID_SUBDIR)/se_save.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_success.s: %.s: %.mid
2018-11-20 22:50:34 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P4
2018-11-20 22:52:47 +00:00
$(MID_SUBDIR)/se_select.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_trade.s: %.s: %.mid
2018-11-20 22:55:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_thunderstorm.s: %.s: %.mid
2018-11-20 23:00:58 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_thunderstorm_stop.s: %.s: %.mid
2018-11-20 23:02:42 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_thunder.s: %.s: %.mid
2018-11-20 23:04:42 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P3
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_thunder2.s: %.s: %.mid
2018-11-20 23:06:03 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P3
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rain.s: %.s: %.mid
2018-11-20 23:01:10 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_rain_stop.s: %.s: %.mid
2018-11-20 23:07:28 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_downpour.s: %.s: %.mid
2018-11-20 23:09:21 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_downpour_stop.s: %.s: %.mid
2018-11-20 23:10:25 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_orb.s: %.s: %.mid
2019-03-24 19:49:20 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_egg_hatch.s: %.s: %.mid
2019-03-24 19:52:19 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_roulette_ball.s: %.s: %.mid
2019-03-24 19:54:18 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_roulette_ball2.s: %.s: %.mid
2019-03-24 19:57:24 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P2
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_tray_exit.s: %.s: %.mid
2019-03-24 19:59:49 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_tray_ball.s: %.s: %.mid
2019-03-24 20:03:28 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_ball_tray_enter.s: %.s: %.mid
2019-03-24 20:05:03 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_click.s: %.s: %.mid
2019-03-24 20:06:42 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_warp_in.s: %.s: %.mid
2019-03-24 20:08:14 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_warp_out.s: %.s: %.mid
2019-03-24 20:09:36 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_pokenav_call.s: %.s: %.mid
2019-03-24 20:13:51 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V120 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_pokenav_hang_up.s: %.s: %.mid
2019-03-24 20:15:35 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V110 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_a.s: %.s: %.mid
2019-03-24 20:17:00 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_b.s: %.s: %.mid
2019-03-24 20:18:00 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_c.s: %.s: %.mid
2019-03-24 20:19:00 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_c_high.s: %.s: %.mid
2019-03-24 20:20:07 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_d.s: %.s: %.mid
2019-03-24 20:21:22 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_mud_ball.s: %.s: %.mid
2019-03-24 20:23:49 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_e.s: %.s: %.mid
2019-03-24 20:22:22 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_f.s: %.s: %.mid
2019-03-24 20:24:54 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_note_g.s: %.s: %.mid
2019-03-24 20:25:56 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_breakable_door.s: %.s: %.mid
2019-03-24 20:27:06 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_truck_door.s: %.s: %.mid
2019-03-24 20:28:26 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_truck_unload.s: %.s: %.mid
2019-03-24 20:30:05 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_truck_move.s: %.s: %.mid
2019-03-24 20:31:14 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_truck_stop.s: %.s: %.mid
2019-03-24 20:32:44 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_repel.s: %.s: %.mid
2019-03-24 20:34:00 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
2019-03-24 20:35:59 +00:00
$(MID_SUBDIR)/se_u.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_sudowoodo_shake.s: %.s: %.mid
2019-03-24 20:38:26 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V077 -P5
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_double_slap.s: %.s: %.mid
2019-03-24 20:40:38 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_comet_punch.s: %.s: %.mid
2019-03-24 20:41:54 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_pay_day.s: %.s: %.mid
2019-03-24 20:44:10 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_fire_punch.s: %.s: %.mid
2019-03-24 20:46:02 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_scratch.s: %.s: %.mid
2019-03-24 20:47:25 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_vicegrip.s: %.s: %.mid
2019-03-24 20:48:38 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_razor_wind.s: %.s: %.mid
2019-03-24 20:50:00 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_razor_wind2.s: %.s: %.mid
2019-03-24 20:51:41 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_swords_dance.s: %.s: %.mid
2019-03-24 20:54:28 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_cut.s: %.s: %.mid
2019-03-24 20:55:54 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_gust.s: %.s: %.mid
2019-03-24 20:59:08 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_gust2.s: %.s: %.mid
2019-03-24 21:00:10 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_wing_attack.s: %.s: %.mid
2019-03-24 21:01:50 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_fly.s: %.s: %.mid
2019-03-24 21:05:20 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_bind.s: %.s: %.mid
2019-03-24 21:06:53 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_mega_kick.s: %.s: %.mid
2019-03-24 21:09:17 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_mega_kick2.s: %.s: %.mid
2019-03-24 21:10:54 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_jump_kick.s: %.s: %.mid
2019-03-24 21:12:04 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_sand_attack.s: %.s: %.mid
2019-03-24 21:13:25 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_headbutt.s: %.s: %.mid
2019-03-24 21:16:30 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_horn_attack.s: %.s: %.mid
2019-03-24 21:17:26 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_take_down.s: %.s: %.mid
2019-03-24 21:20:51 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_tail_whip.s: %.s: %.mid
2019-03-24 21:22:23 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_m_leer.s: %.s: %.mid
2019-03-24 21:23:38 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
2020-08-20 22:02:00 +00:00
$(MID_SUBDIR)/se_dex_search.s: %.s: %.mid
2019-03-24 21:26:35 +00:00
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -v100 -P5