pokeemerald/songs.mk

1265 lines
36 KiB
Makefile
Raw Normal View History

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