pokeemerald/songs.mk

1265 lines
36 KiB
Makefile
Raw Normal View History

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