mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-05 16:02:43 +02:00
2372 lines
64 KiB
Makefile
Executable File
2372 lines
64 KiB
Makefile
Executable File
STD_REVERB = 50
|
|
|
|
$(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s
|
|
$(AS) $(ASFLAGS) -I sound -o $@ $<
|
|
|
|
$(MID_SUBDIR)/mus_aqua_magma_hideout.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G076 -V084
|
|
|
|
$(MID_SUBDIR)/mus_encounter_aqua.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G065 -V086
|
|
|
|
$(MID_SUBDIR)/mus_route111.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G055 -V076
|
|
|
|
$(MID_SUBDIR)/mus_encounter_suspicious.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G069 -V078
|
|
|
|
$(MID_SUBDIR)/mus_b_arena.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G104 -V090
|
|
|
|
$(MID_SUBDIR)/mus_b_dome.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G111 -V090
|
|
|
|
$(MID_SUBDIR)/mus_b_dome_lobby.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G111 -V056
|
|
|
|
$(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
|
|
|
|
$(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G108 -V105
|
|
|
|
$(MID_SUBDIR)/mus_b_tower_rs.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G035 -V080
|
|
|
|
$(MID_SUBDIR)/mus_b_pike.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G112 -V092
|
|
|
|
$(MID_SUBDIR)/mus_vs_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G119 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G117 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_aqua_magma_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G126 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_aqua_magma.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G118 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G120 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_champion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G121 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_kyogre_groudon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G123 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_rival.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G124 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_regi.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G122 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_elite_four.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G125 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_roulette.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G038 -V080
|
|
|
|
$(MID_SUBDIR)/mus_lilycove_museum.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G020 -V080
|
|
|
|
$(MID_SUBDIR)/mus_encounter_brendan.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G067 -V078
|
|
|
|
$(MID_SUBDIR)/mus_encounter_male.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G028 -V080
|
|
|
|
$(MID_SUBDIR)/mus_victory_road.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G075 -V076
|
|
|
|
$(MID_SUBDIR)/mus_game_corner.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G072 -V072
|
|
|
|
$(MID_SUBDIR)/mus_contest_winner.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G085 -V100
|
|
|
|
$(MID_SUBDIR)/mus_contest_results.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G092 -V080
|
|
|
|
$(MID_SUBDIR)/mus_contest_lobby.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G098 -V060
|
|
|
|
$(MID_SUBDIR)/mus_contest.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G086 -V088
|
|
|
|
$(MID_SUBDIR)/mus_cycling.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G049 -V083
|
|
|
|
$(MID_SUBDIR)/mus_encounter_champion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G100 -V076
|
|
|
|
$(MID_SUBDIR)/mus_petalburg_woods.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G018 -V080
|
|
|
|
$(MID_SUBDIR)/mus_abandoned_ship.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G030 -V080
|
|
|
|
$(MID_SUBDIR)/mus_cave_of_origin.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G037 -V080
|
|
|
|
$(MID_SUBDIR)/mus_underwater.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G057 -V094
|
|
|
|
$(MID_SUBDIR)/mus_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G060 -V090
|
|
|
|
$(MID_SUBDIR)/mus_hall_of_fame.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G082 -V078
|
|
|
|
$(MID_SUBDIR)/mus_route110.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G010 -V080
|
|
|
|
$(MID_SUBDIR)/mus_route120.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G014 -V080
|
|
|
|
$(MID_SUBDIR)/mus_route122.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G021 -V080
|
|
|
|
$(MID_SUBDIR)/mus_route101.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G011 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dummy.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R40
|
|
|
|
$(MID_SUBDIR)/mus_hall_of_fame_room.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G093 -V080
|
|
|
|
$(MID_SUBDIR)/mus_end.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G102 -V036
|
|
|
|
$(MID_SUBDIR)/mus_help.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G056 -V078
|
|
|
|
$(MID_SUBDIR)/mus_level_up.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_obtain_item.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_evolved.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_gsc_route38.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -V080
|
|
|
|
$(MID_SUBDIR)/mus_slateport.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G079 -V070
|
|
|
|
$(MID_SUBDIR)/mus_poke_mart.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G050 -V085
|
|
|
|
$(MID_SUBDIR)/mus_oceanic_museum.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G023 -V080
|
|
|
|
$(MID_SUBDIR)/mus_gym.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G013 -V080
|
|
|
|
$(MID_SUBDIR)/mus_encounter_may.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G061 -V078
|
|
|
|
$(MID_SUBDIR)/mus_encounter_female.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G053 -V072
|
|
|
|
$(MID_SUBDIR)/mus_verdanturf.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G044 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rustboro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G045 -V085
|
|
|
|
$(MID_SUBDIR)/mus_route119.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G048 -V096
|
|
|
|
$(MID_SUBDIR)/mus_encounter_intense.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G062 -V078
|
|
|
|
$(MID_SUBDIR)/mus_weather_groudon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G090 -V050
|
|
|
|
$(MID_SUBDIR)/mus_dewford.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G073 -V078
|
|
|
|
$(MID_SUBDIR)/mus_encounter_twins.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G095 -V075
|
|
|
|
$(MID_SUBDIR)/mus_encounter_interviewer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G099 -V062
|
|
|
|
$(MID_SUBDIR)/mus_victory_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G058 -V091
|
|
|
|
$(MID_SUBDIR)/mus_victory_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G025 -V080
|
|
|
|
$(MID_SUBDIR)/mus_victory_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G024 -V080
|
|
|
|
$(MID_SUBDIR)/mus_victory_aqua_magma.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G070 -V088
|
|
|
|
$(MID_SUBDIR)/mus_victory_league.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G029 -V080
|
|
|
|
$(MID_SUBDIR)/mus_caught.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G025 -V080
|
|
|
|
$(MID_SUBDIR)/mus_encounter_cool.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G063 -V086
|
|
|
|
$(MID_SUBDIR)/mus_trick_house.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G094 -V070
|
|
|
|
$(MID_SUBDIR)/mus_route113.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G064 -V084
|
|
|
|
$(MID_SUBDIR)/mus_sailing.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G077 -V086
|
|
|
|
$(MID_SUBDIR)/mus_mt_pyre.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G078 -V088
|
|
|
|
$(MID_SUBDIR)/mus_sealed_chamber.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G084 -V100
|
|
|
|
$(MID_SUBDIR)/mus_petalburg.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G015 -V080
|
|
|
|
$(MID_SUBDIR)/mus_fortree.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G032 -V080
|
|
|
|
$(MID_SUBDIR)/mus_oldale.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G019 -V080
|
|
|
|
$(MID_SUBDIR)/mus_mt_pyre_exterior.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G080 -V080
|
|
|
|
$(MID_SUBDIR)/mus_heal.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_slots_jackpot.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_slots_win.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_obtain_badge.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_obtain_berry.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_obtain_b_points.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G103 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_rg_photo.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G180 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_evolution_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G026 -V080
|
|
|
|
$(MID_SUBDIR)/mus_obtain_symbol.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G103 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_awaken_legend.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_register_match_call.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G105 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_move_deleted.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_obtain_tmhm.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_too_bad.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G012 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_encounter_magma.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G087 -V072
|
|
|
|
$(MID_SUBDIR)/mus_lilycove.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G054 -V085
|
|
|
|
$(MID_SUBDIR)/mus_littleroot.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G051 -V100
|
|
|
|
$(MID_SUBDIR)/mus_surf.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G017 -V080
|
|
|
|
$(MID_SUBDIR)/mus_route104.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G047 -V097
|
|
|
|
$(MID_SUBDIR)/mus_gsc_pewter.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -V080
|
|
|
|
$(MID_SUBDIR)/mus_birch_lab.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G033 -V080
|
|
|
|
$(MID_SUBDIR)/mus_abnormal_weather.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G089 -V080
|
|
|
|
$(MID_SUBDIR)/mus_school.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G081 -V100
|
|
|
|
$(MID_SUBDIR)/mus_c_comm_center.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -V080
|
|
|
|
$(MID_SUBDIR)/mus_poke_center.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G046 -V092
|
|
|
|
$(MID_SUBDIR)/mus_b_pyramid.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G106 -V079
|
|
|
|
$(MID_SUBDIR)/mus_b_pyramid_top.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G107 -V077
|
|
|
|
$(MID_SUBDIR)/mus_ever_grande.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G068 -V086
|
|
|
|
$(MID_SUBDIR)/mus_rayquaza_appears.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G109 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_rocket_hideout.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G133 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_follow_me.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G131 -V068
|
|
|
|
$(MID_SUBDIR)/mus_rg_victory_road.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G154 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_cycling.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G141 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_intro_fight.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G136 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_hall_of_fame.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G145 -V079
|
|
|
|
$(MID_SUBDIR)/mus_rg_encounter_deoxys.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G184 -V079
|
|
|
|
$(MID_SUBDIR)/mus_rg_credits.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G149 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_encounter_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G144 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_dex_rating.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G175 -V070 -P5
|
|
|
|
$(MID_SUBDIR)/mus_rg_obtain_key_item.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G178 -V077 -P5
|
|
|
|
$(MID_SUBDIR)/mus_rg_caught_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G179 -V094 -P5
|
|
|
|
$(MID_SUBDIR)/mus_rg_caught.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G170 -V100
|
|
|
|
$(MID_SUBDIR)/mus_rg_cinnabar.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G138 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_gym.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G134 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_fuchsia.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G167 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_poke_jump.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_heal.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G140 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_oak_lab.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G160 -V075
|
|
|
|
$(MID_SUBDIR)/mus_rg_berry_pick.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_vermillion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G172 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_route1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G150 -V079
|
|
|
|
$(MID_SUBDIR)/mus_rg_route3.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G152 -V083
|
|
|
|
$(MID_SUBDIR)/mus_rg_route11.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G153 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_pallet.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G159 -V100
|
|
|
|
$(MID_SUBDIR)/mus_rg_surf.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G164 -V071
|
|
|
|
$(MID_SUBDIR)/mus_rg_sevii_45.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G188 -V084
|
|
|
|
$(MID_SUBDIR)/mus_rg_sevii_67.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G189 -V084
|
|
|
|
$(MID_SUBDIR)/mus_rg_sevii_123.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
|
|
|
|
$(MID_SUBDIR)/mus_rg_sevii_cave.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G147 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_sevii_dungeon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G146 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_sevii_route.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G187 -V080
|
|
|
|
$(MID_SUBDIR)/mus_rg_net_center.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G162 -V096
|
|
|
|
$(MID_SUBDIR)/mus_rg_pewter.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G173 -V084
|
|
|
|
$(MID_SUBDIR)/mus_rg_oak.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G161 -V086
|
|
|
|
$(MID_SUBDIR)/mus_rg_mystery_gift.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G183 -V100
|
|
|
|
$(MID_SUBDIR)/mus_rg_route24.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G151 -V086
|
|
|
|
$(MID_SUBDIR)/mus_rg_teachy_tv_show.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G131 -V068
|
|
|
|
$(MID_SUBDIR)/mus_rg_mt_moon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G147 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_poke_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G165 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_poke_center.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G162 -V096
|
|
|
|
$(MID_SUBDIR)/mus_rg_poke_flute.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G165 -V048 -P5
|
|
|
|
$(MID_SUBDIR)/mus_rg_poke_mansion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G148 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_jigglypuff.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G135 -V068 -P5
|
|
|
|
$(MID_SUBDIR)/mus_rg_encounter_rival.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G174 -V079
|
|
|
|
$(MID_SUBDIR)/mus_rg_rival_exit.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G174 -V079
|
|
|
|
$(MID_SUBDIR)/mus_rg_encounter_rocket.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G142 -V096
|
|
|
|
$(MID_SUBDIR)/mus_rg_ss_anne.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G163 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_new_game_exit.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G182 -V088
|
|
|
|
$(MID_SUBDIR)/mus_rg_new_game_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G182 -V088
|
|
|
|
$(MID_SUBDIR)/mus_rg_lavender.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G139 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_silph.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G166 -V076
|
|
|
|
$(MID_SUBDIR)/mus_rg_encounter_girl.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G143 -V051
|
|
|
|
$(MID_SUBDIR)/mus_rg_encounter_boy.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G144 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_game_corner.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_slow_pallet.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G159 -V092
|
|
|
|
$(MID_SUBDIR)/mus_rg_new_game_instruct.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G182 -V085
|
|
|
|
$(MID_SUBDIR)/mus_rg_viridian_forest.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G146 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_trainer_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G134 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_celadon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G168 -V070
|
|
|
|
$(MID_SUBDIR)/mus_rg_title.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G137 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_game_freak.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G181 -V075
|
|
|
|
$(MID_SUBDIR)/mus_rg_teachy_tv_menu.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G186 -V059
|
|
|
|
$(MID_SUBDIR)/mus_rg_union_room.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_vs_legend.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_vs_deoxys.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G185 -V080
|
|
|
|
$(MID_SUBDIR)/mus_rg_vs_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G155 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_vs_champion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G158 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_vs_mewtwo.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_vs_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G156 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_vs_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G157 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_victory_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G171 -V090
|
|
|
|
$(MID_SUBDIR)/mus_rg_victory_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G169 -V089
|
|
|
|
$(MID_SUBDIR)/mus_rg_victory_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G170 -V090
|
|
|
|
$(MID_SUBDIR)/mus_cable_car.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
|
|
|
$(MID_SUBDIR)/mus_sootopolis.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G091 -V062
|
|
|
|
$(MID_SUBDIR)/mus_safari_zone.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G074 -V082
|
|
|
|
$(MID_SUBDIR)/mus_b_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G110 -V100
|
|
|
|
$(MID_SUBDIR)/mus_evolution.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G026 -V080
|
|
|
|
$(MID_SUBDIR)/mus_encounter_elite_four.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G096 -V078
|
|
|
|
$(MID_SUBDIR)/mus_c_vs_legend_beast.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -V080
|
|
|
|
$(MID_SUBDIR)/mus_encounter_swimmer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G036 -V080
|
|
|
|
$(MID_SUBDIR)/mus_encounter_girl.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G027 -V080
|
|
|
|
$(MID_SUBDIR)/mus_intro_battle.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G088 -V088
|
|
|
|
$(MID_SUBDIR)/mus_encounter_rich.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G043 -V094
|
|
|
|
$(MID_SUBDIR)/mus_link_contest_p1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G039 -V079
|
|
|
|
$(MID_SUBDIR)/mus_link_contest_p2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G040 -V090
|
|
|
|
$(MID_SUBDIR)/mus_link_contest_p3.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G041 -V075
|
|
|
|
$(MID_SUBDIR)/mus_link_contest_p4.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G042 -V090
|
|
|
|
$(MID_SUBDIR)/mus_littleroot_test.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G034 -V099
|
|
|
|
$(MID_SUBDIR)/mus_credits.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G101 -V100
|
|
|
|
$(MID_SUBDIR)/mus_title.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G059 -V090
|
|
|
|
$(MID_SUBDIR)/mus_fallarbor.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G083 -V100
|
|
|
|
$(MID_SUBDIR)/mus_mt_chimney.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G052 -V078
|
|
|
|
$(MID_SUBDIR)/mus_follow_me.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G066 -V074
|
|
|
|
$(MID_SUBDIR)/mus_vs_frontier_brain.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G115 -V090 -P1
|
|
|
|
$(MID_SUBDIR)/mus_vs_mew.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G116 -V090
|
|
|
|
$(MID_SUBDIR)/mus_vs_rayquaza.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G114 -V080 -P1
|
|
|
|
$(MID_SUBDIR)/mus_encounter_hiker.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R$(STD_REVERB) -G097 -V076
|
|
|
|
$(MID_SUBDIR)/ph_choice_blend.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G130 -P4
|
|
|
|
$(MID_SUBDIR)/ph_choice_held.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G130 -P4
|
|
|
|
$(MID_SUBDIR)/ph_choice_solo.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G130 -P4
|
|
|
|
$(MID_SUBDIR)/ph_cloth_blend.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G130 -P4
|
|
|
|
$(MID_SUBDIR)/ph_cloth_held.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G130 -P4
|
|
|
|
$(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
|
|
|
|
$(MID_SUBDIR)/se_a.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V095 -P4
|
|
|
|
$(MID_SUBDIR)/se_bang.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_taillow_wing_flap.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V105 -P5
|
|
|
|
$(MID_SUBDIR)/se_glass_flute.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V105 -P5
|
|
|
|
$(MID_SUBDIR)/se_boo.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_ball.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V070 -P4
|
|
|
|
$(MID_SUBDIR)/se_ball_open.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_mugshot.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_contest_heart.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_contest_curtain_fall.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V070 -P5
|
|
|
|
$(MID_SUBDIR)/se_contest_curtain_rise.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V070 -P5
|
|
|
|
$(MID_SUBDIR)/se_contest_icon_change.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_contest_mons_turn.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_contest_icon_clear.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_card.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_pike_curtain_close.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_pike_curtain_open.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_ledge.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_itemfinder.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_applause.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_field_poison.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_door.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V080 -P5
|
|
|
|
$(MID_SUBDIR)/se_e.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V120 -P4
|
|
|
|
$(MID_SUBDIR)/se_elevator.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_escalator.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_exp.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V080 -P5
|
|
|
|
$(MID_SUBDIR)/se_exp_max.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V094 -P5
|
|
|
|
$(MID_SUBDIR)/se_fu_zaku.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V120 -P4
|
|
|
|
$(MID_SUBDIR)/se_contest_condition_lose.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_lavaridge_fall_warp.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -P4
|
|
|
|
$(MID_SUBDIR)/se_balloon_red.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V105 -P4
|
|
|
|
$(MID_SUBDIR)/se_balloon_blue.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V105 -P4
|
|
|
|
$(MID_SUBDIR)/se_balloon_yellow.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V105 -P4
|
|
|
|
$(MID_SUBDIR)/se_arena_timeup1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_arena_timeup2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_bridge_walk.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V095 -P4
|
|
|
|
$(MID_SUBDIR)/se_failure.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V120 -P4
|
|
|
|
$(MID_SUBDIR)/se_rotating_gate.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_low_health.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P3
|
|
|
|
$(MID_SUBDIR)/se_i.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V120 -P4
|
|
|
|
$(MID_SUBDIR)/se_sliding_door.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V095 -P4
|
|
|
|
$(MID_SUBDIR)/se_vend.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_bike_hop.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_bike_bell.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_contest_place.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_exit.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V120 -P5
|
|
|
|
$(MID_SUBDIR)/se_use_item.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_unlock.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_ball_bounce_1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_ball_bounce_2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_ball_bounce_3.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_ball_bounce_4.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_super_effective.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_not_effective.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_effective.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_puddle.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V020 -P4
|
|
|
|
$(MID_SUBDIR)/se_berry_blender.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_switch.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_n.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -P4
|
|
|
|
$(MID_SUBDIR)/se_ball_throw.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V120 -P5
|
|
|
|
$(MID_SUBDIR)/se_ship.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V075 -P4
|
|
|
|
$(MID_SUBDIR)/se_flee.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_o.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V120 -P4
|
|
|
|
$(MID_SUBDIR)/se_intro_blast.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_pc_login.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_pc_off.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_pc_on.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_pin.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V060 -P4
|
|
|
|
$(MID_SUBDIR)/se_ding_dong.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_pokenav_off.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_pokenav_on.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_faint.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_shiny.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V095 -P5
|
|
|
|
$(MID_SUBDIR)/se_shop.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_bag_cursor.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_bag_pocket.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_card_flip.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_card_flipping.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_card_open.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V112 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_deoxys_move.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V080 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_poke_jump_success.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_ball_click.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_help_close.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V095 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_help_error.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V125 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_help_open.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V096 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_ss_anne_horn.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V096 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_poke_jump_failure.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_shop.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V080 -P5
|
|
|
|
$(MID_SUBDIR)/se_rg_door.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_ice_crack.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_ice_stairs.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_ice_break.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_fall.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_save.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V080 -P5
|
|
|
|
$(MID_SUBDIR)/se_success.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V080 -P4
|
|
|
|
$(MID_SUBDIR)/se_select.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V080 -P5
|
|
|
|
$(MID_SUBDIR)/se_ball_trade.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_thunderstorm.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V080 -P2
|
|
|
|
$(MID_SUBDIR)/se_thunderstorm_stop.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V080 -P2
|
|
|
|
$(MID_SUBDIR)/se_thunder.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P3
|
|
|
|
$(MID_SUBDIR)/se_thunder2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P3
|
|
|
|
$(MID_SUBDIR)/se_rain.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V080 -P2
|
|
|
|
$(MID_SUBDIR)/se_rain_stop.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V080 -P2
|
|
|
|
$(MID_SUBDIR)/se_downpour.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P2
|
|
|
|
$(MID_SUBDIR)/se_downpour_stop.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P2
|
|
|
|
$(MID_SUBDIR)/se_orb.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_egg_hatch.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V120 -P5
|
|
|
|
$(MID_SUBDIR)/se_roulette_ball.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P2
|
|
|
|
$(MID_SUBDIR)/se_roulette_ball2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P2
|
|
|
|
$(MID_SUBDIR)/se_ball_tray_exit.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/se_ball_tray_ball.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_ball_tray_enter.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_click.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_warp_in.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_warp_out.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_pokenav_call.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V120 -P5
|
|
|
|
$(MID_SUBDIR)/se_pokenav_hang_up.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V110 -P5
|
|
|
|
$(MID_SUBDIR)/se_note_a.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_note_b.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_note_c.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_note_c_high.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_note_d.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_mud_ball.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_note_e.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_note_f.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_note_g.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_breakable_door.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_truck_door.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_truck_unload.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -P4
|
|
|
|
$(MID_SUBDIR)/se_truck_move.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -P4
|
|
|
|
$(MID_SUBDIR)/se_truck_stop.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -P4
|
|
|
|
$(MID_SUBDIR)/se_repel.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_u.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -P4
|
|
|
|
$(MID_SUBDIR)/se_sudowoodo_shake.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G129 -V077 -P5
|
|
|
|
$(MID_SUBDIR)/se_m_double_slap.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_comet_punch.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V120 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_pay_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V095 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_fire_punch.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_scratch.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_vicegrip.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_razor_wind.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_razor_wind2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_swords_dance.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_cut.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V120 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_gust.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_gust2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_wing_attack.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V105 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_fly.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_bind.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V100 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_mega_kick.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V090 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_mega_kick2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_jump_kick.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_sand_attack.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_headbutt.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_horn_attack.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_take_down.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V105 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_tail_whip.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_m_leer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G128 -V110 -P4
|
|
|
|
$(MID_SUBDIR)/se_dex_search.s: %.s: %.mid
|
|
$(MID) $< $@ -E -G127 -v100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_twinleaf_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V125
|
|
|
|
$(MID_SUBDIR)/mus_dp_sandgem_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_floaroma_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_solaceon_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_route225_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V094
|
|
|
|
$(MID_SUBDIR)/mus_dp_valor_lakefront_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V096 -X
|
|
|
|
$(MID_SUBDIR)/mus_dp_jubilife_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V096
|
|
|
|
$(MID_SUBDIR)/mus_dp_canalave_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V108
|
|
|
|
$(MID_SUBDIR)/mus_dp_oreburgh_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_eterna_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V096
|
|
|
|
$(MID_SUBDIR)/mus_dp_hearthome_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V092
|
|
|
|
$(MID_SUBDIR)/mus_dp_veilstone_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V120
|
|
|
|
$(MID_SUBDIR)/mus_dp_sunyshore_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_snowpoint_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_pokemon_league_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_fight_area_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_route201_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_route203_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_route205_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V086
|
|
|
|
$(MID_SUBDIR)/mus_dp_route206_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V108
|
|
|
|
$(MID_SUBDIR)/mus_dp_route209_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V086
|
|
|
|
$(MID_SUBDIR)/mus_dp_route210_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_route216_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_route228_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_rowan.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_tv_broadcast.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V096
|
|
|
|
$(MID_SUBDIR)/mus_dp_twinleaf_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_sandgem_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_floaroma_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_solaceon_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_route225_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V094
|
|
|
|
$(MID_SUBDIR)/mus_dp_valor_lakefront_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V095 -X
|
|
|
|
$(MID_SUBDIR)/mus_dp_jubilife_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V104
|
|
|
|
$(MID_SUBDIR)/mus_dp_canalave_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_oreburgh_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_eterna_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V098
|
|
|
|
$(MID_SUBDIR)/mus_dp_hearthome_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_veilstone_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V118
|
|
|
|
$(MID_SUBDIR)/mus_dp_sunyshore_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_snowpoint_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_pokemon_league_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_fight_area_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_route201_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_route203_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_route205_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V086
|
|
|
|
$(MID_SUBDIR)/mus_dp_route206_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V108
|
|
|
|
$(MID_SUBDIR)/mus_dp_route209_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V086
|
|
|
|
$(MID_SUBDIR)/mus_dp_route210_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_route216_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_route228_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_underground.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_flag_captured.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_victory_road.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_eterna_forest.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_old_chateau.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_lake_caverns.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_amity_square.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_dp_galactic_hq.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V086
|
|
|
|
$(MID_SUBDIR)/mus_dp_galactic_eterna_building.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_great_marsh.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V084
|
|
|
|
$(MID_SUBDIR)/mus_dp_lake.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_mt_coronet.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V112
|
|
|
|
$(MID_SUBDIR)/mus_dp_spear_pillar.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_stark_mountain.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_oreburgh_gate.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_oreburgh_mine.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V120
|
|
|
|
$(MID_SUBDIR)/mus_dp_inside_pokemon_league.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_hall_of_fame_room.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V112
|
|
|
|
$(MID_SUBDIR)/mus_dp_poke_center_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_poke_center_night.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_gym.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V118
|
|
|
|
$(MID_SUBDIR)/mus_dp_rowan_lab.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_contest_lobby.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V056
|
|
|
|
$(MID_SUBDIR)/mus_dp_poke_mart.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V082
|
|
|
|
$(MID_SUBDIR)/mus_dp_game_corner.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_b_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V078
|
|
|
|
$(MID_SUBDIR)/mus_dp_tv_station.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V108
|
|
|
|
$(MID_SUBDIR)/mus_dp_galactic_hq_basement.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_azure_flute.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_hall_of_origin.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_gts.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V096
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_boy.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V105
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_twins.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V082
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_intense.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V070
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_galactic.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V068
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_lady.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_hiker.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_rich.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_sailor.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V070
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_suspicious.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_ace_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_girl.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V095
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_cyclist.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V095
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_artist.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_elite_four.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V086
|
|
|
|
$(MID_SUBDIR)/mus_dp_encounter_champion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_uxie_mesprit_azelf.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V078
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_galactic_boss.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_dialga_palkia.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_champion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_galactic.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_rival.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_arceus.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V092
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_legend.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V092
|
|
|
|
$(MID_SUBDIR)/mus_dp_victory_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V114
|
|
|
|
$(MID_SUBDIR)/mus_dp_victory_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V118
|
|
|
|
$(MID_SUBDIR)/mus_dp_victory_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V120
|
|
|
|
$(MID_SUBDIR)/mus_dp_victory_champion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V105
|
|
|
|
$(MID_SUBDIR)/mus_dp_victory_galactic.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_victory_elite_four.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_galactic_commander.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_contest.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_vs_elite_four.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V094
|
|
|
|
$(MID_SUBDIR)/mus_dp_follow_me.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V125
|
|
|
|
$(MID_SUBDIR)/mus_dp_rival.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V070
|
|
|
|
$(MID_SUBDIR)/mus_dp_lake_event.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V096
|
|
|
|
$(MID_SUBDIR)/mus_dp_evolution.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_lucas.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_dawn.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_legend_appears.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_catastrophe.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_poke_radar.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V105
|
|
|
|
$(MID_SUBDIR)/mus_dp_surf.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_dp_cycling.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_dp_lets_go_together.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V106 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_tv_end.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_level_up.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V125 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_evolved.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V094 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_obtain_key_item.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V094 -p5
|
|
|
|
$(MID_SUBDIR)/mus_dp_obtain_item.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_caught_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_dex_rating.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V094 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_obtain_badge.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_poketch.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_obtain_tmhm.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_obtain_accessory.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_move_deleted.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_heal.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_obtain_berry.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100 -P5
|
|
|
|
$(MID_SUBDIR)/mus_dp_contest_dress_up.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_dp_hall_of_fame.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V088
|
|
|
|
$(MID_SUBDIR)/mus_dp_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_title.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_mystery_gift.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_wfc.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_dance_easy.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_dance_difficult.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V095
|
|
|
|
$(MID_SUBDIR)/mus_dp_contest_results.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_contest_winner.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_dp_poffins.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_dp_slots_win.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_dp_slots_jackpot.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V075
|
|
|
|
$(MID_SUBDIR)/mus_dp_credits.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_dp_slots_unused.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V112
|
|
|
|
$(MID_SUBDIR)/mus_pl_fight_area_day.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V080
|
|
|
|
$(MID_SUBDIR)/mus_pl_tv_broadcast.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V096
|
|
|
|
$(MID_SUBDIR)/mus_pl_tv_end.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090 -P5
|
|
|
|
$(MID_SUBDIR)/mus_pl_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_pl_title.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_pl_distortion_world.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V105
|
|
|
|
$(MID_SUBDIR)/mus_pl_b_arcade.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110 -X
|
|
|
|
$(MID_SUBDIR)/mus_pl_b_hall.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_pl_b_castle.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_pl_b_factory.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_pl_global_terminal.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V085
|
|
|
|
$(MID_SUBDIR)/mus_pl_lilycove_bossa_nova.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V120
|
|
|
|
$(MID_SUBDIR)/mus_pl_looker.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_pl_vs_giratina.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V105
|
|
|
|
$(MID_SUBDIR)/mus_pl_vs_frontier_brain.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V120
|
|
|
|
$(MID_SUBDIR)/mus_pl_victory_frontier_brain.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V108
|
|
|
|
$(MID_SUBDIR)/mus_pl_vs_regi.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V90
|
|
|
|
$(MID_SUBDIR)/mus_pl_contest_cool.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_contest_smart.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_contest_cute.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_contest_tough.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_contest_beauty.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_spin_trade.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_wifi_minigames.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_pl_wifi_plaza.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_wifi_parade.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_pl_giratina_appears_1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V110
|
|
|
|
$(MID_SUBDIR)/mus_pl_giratina_appears_2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V115
|
|
|
|
$(MID_SUBDIR)/mus_pl_mystery_gift.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V090
|
|
|
|
$(MID_SUBDIR)/mus_pl_twinleaf_music_box.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_pl_obtain_arcade_points.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V120
|
|
|
|
$(MID_SUBDIR)/mus_pl_obtain_castle_points.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V105
|
|
|
|
$(MID_SUBDIR)/mus_pl_obtain_b_points.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V127
|
|
|
|
$(MID_SUBDIR)/mus_pl_win_minigame.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G191 -V100
|
|
|
|
$(MID_SUBDIR)/mus_hg_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V122
|
|
|
|
$(MID_SUBDIR)/mus_hg_title.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V109
|
|
|
|
$(MID_SUBDIR)/mus_hg_new_game.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_evolution.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_evolution_no_intro.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -v080
|
|
|
|
$(MID_SUBDIR)/mus_hg_cycling.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V085
|
|
|
|
$(MID_SUBDIR)/mus_hg_surf.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V085
|
|
|
|
$(MID_SUBDIR)/mus_hg_hall_of_fame.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V099
|
|
|
|
$(MID_SUBDIR)/mus_hg_credits.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V059
|
|
|
|
$(MID_SUBDIR)/mus_hg_end.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V074
|
|
|
|
$(MID_SUBDIR)/mus_hg_new_bark.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_cherrygrove.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V068
|
|
|
|
$(MID_SUBDIR)/mus_hg_violet.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V078
|
|
|
|
$(MID_SUBDIR)/mus_hg_azalea.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_goldenrod.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V072
|
|
|
|
$(MID_SUBDIR)/mus_hg_ecruteak.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V054
|
|
|
|
$(MID_SUBDIR)/mus_hg_cianwood.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_route29.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V063
|
|
|
|
$(MID_SUBDIR)/mus_hg_route30.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V093
|
|
|
|
$(MID_SUBDIR)/mus_hg_route34.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092
|
|
|
|
$(MID_SUBDIR)/mus_hg_route38.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V083
|
|
|
|
$(MID_SUBDIR)/mus_hg_route42.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V085
|
|
|
|
$(MID_SUBDIR)/mus_hg_vermilion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V062
|
|
|
|
$(MID_SUBDIR)/mus_hg_pewter.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V058
|
|
|
|
$(MID_SUBDIR)/mus_hg_cerulean.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_lavender.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_celadon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V063
|
|
|
|
$(MID_SUBDIR)/mus_hg_pallet.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_cinnabar.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V075
|
|
|
|
$(MID_SUBDIR)/mus_hg_route1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V085
|
|
|
|
$(MID_SUBDIR)/mus_hg_route3.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_route11.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V077
|
|
|
|
$(MID_SUBDIR)/mus_hg_route24.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_route26.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V078
|
|
|
|
$(MID_SUBDIR)/mus_hg_poke_center.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V075
|
|
|
|
$(MID_SUBDIR)/mus_hg_poke_mart.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V078
|
|
|
|
$(MID_SUBDIR)/mus_hg_gym.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_elm_lab.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_oak.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V100
|
|
|
|
$(MID_SUBDIR)/mus_hg_dance_theater.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_game_corner.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092
|
|
|
|
$(MID_SUBDIR)/mus_hg_b_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097
|
|
|
|
$(MID_SUBDIR)/mus_hg_b_tower_reception.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V070
|
|
|
|
$(MID_SUBDIR)/mus_hg_sprout_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V062
|
|
|
|
$(MID_SUBDIR)/mus_hg_union_cave.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_ruins_of_alph.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V093
|
|
|
|
$(MID_SUBDIR)/mus_hg_national_park.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_burned_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V070
|
|
|
|
$(MID_SUBDIR)/mus_hg_bell_tower.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_lighthouse.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V050
|
|
|
|
$(MID_SUBDIR)/mus_hg_team_rocket_hq.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V081
|
|
|
|
$(MID_SUBDIR)/mus_hg_ice_path.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V072
|
|
|
|
$(MID_SUBDIR)/mus_hg_dragons_den.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_rock_tunnel.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V079
|
|
|
|
$(MID_SUBDIR)/mus_hg_viridian_forest.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_victory_road.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokemon_league.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V082
|
|
|
|
$(MID_SUBDIR)/mus_hg_follow_me_1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V079
|
|
|
|
$(MID_SUBDIR)/mus_hg_follow_me_2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V078
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_rival.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089
|
|
|
|
$(MID_SUBDIR)/mus_hg_rival_exit.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089
|
|
|
|
$(MID_SUBDIR)/mus_hg_bug_contest_prep.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V052
|
|
|
|
$(MID_SUBDIR)/mus_hg_bug_catching_contest.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V100
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_rocket.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092 -X
|
|
|
|
$(MID_SUBDIR)/mus_hg_rocket_takeover.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V069
|
|
|
|
$(MID_SUBDIR)/mus_hg_magnet_train.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V100
|
|
|
|
$(MID_SUBDIR)/mus_hg_ss_aqua.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V077
|
|
|
|
$(MID_SUBDIR)/mus_hg_mt_moon_square.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V105
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_jingle.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V082
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_lullaby.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V082
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_march.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V082
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_unown.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089 -X
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_poke_flute.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_oak.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_buena.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092
|
|
|
|
$(MID_SUBDIR)/mus_hg_eusine.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V086
|
|
|
|
$(MID_SUBDIR)/mus_hg_clair.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_girl_1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V084
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_boy_1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V102
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_suspicious_1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_sage.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V084
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_kimono_girl.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V084
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_rocket.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V071
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_girl_2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_boy_2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089
|
|
|
|
$(MID_SUBDIR)/mus_hg_encounter_suspicious_2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V086
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V110
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V111
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V108
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_rival.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V084
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_rocket.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V102
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_suicune.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_entei.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_raikou.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_champion.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V113
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_wild_kanto.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V103
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_trainer_kanto.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V119
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_gym_leader_kanto.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V075
|
|
|
|
$(MID_SUBDIR)/mus_hg_victory_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V110
|
|
|
|
$(MID_SUBDIR)/mus_hg_victory_wild.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V110
|
|
|
|
$(MID_SUBDIR)/mus_hg_caught.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V072
|
|
|
|
$(MID_SUBDIR)/mus_hg_victory_gym_leader.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V102
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_ho_oh.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V079
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_lugia.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V102
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_lobby.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V085
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_start.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V090
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_before.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V089
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_event.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V096
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_finals.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_results.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V088
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_end.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_winner.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V088
|
|
|
|
$(MID_SUBDIR)/mus_hg_b_factory.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V077
|
|
|
|
$(MID_SUBDIR)/mus_hg_b_hall.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080
|
|
|
|
$(MID_SUBDIR)/mus_hg_b_arcade.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V077 -X
|
|
|
|
$(MID_SUBDIR)/mus_hg_b_castle.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_frontier_brain.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V100
|
|
|
|
$(MID_SUBDIR)/mus_hg_victory_frontier_brain.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097
|
|
|
|
$(MID_SUBDIR)/mus_hg_wfc.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V079
|
|
|
|
$(MID_SUBDIR)/mus_hg_mystery_gift.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_wifi_plaza.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V085
|
|
|
|
$(MID_SUBDIR)/mus_hg_wifi_minigames.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V095
|
|
|
|
$(MID_SUBDIR)/mus_hg_wifi_parade.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092
|
|
|
|
$(MID_SUBDIR)/mus_hg_global_terminal.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V075
|
|
|
|
$(MID_SUBDIR)/mus_hg_spin_trade.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V093
|
|
|
|
$(MID_SUBDIR)/mus_hg_gts.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V091
|
|
|
|
$(MID_SUBDIR)/mus_hg_route47.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_safari_zone_gate.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V079
|
|
|
|
$(MID_SUBDIR)/mus_hg_safari_zone.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_ethan.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_lyra.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087
|
|
|
|
$(MID_SUBDIR)/mus_hg_game_corner_win.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V078
|
|
|
|
$(MID_SUBDIR)/mus_hg_kimono_girl_dance.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V088
|
|
|
|
$(MID_SUBDIR)/mus_hg_kimono_girl.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V088
|
|
|
|
$(MID_SUBDIR)/mus_hg_ho_oh_appears.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V108
|
|
|
|
$(MID_SUBDIR)/mus_hg_lugia_appears.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092
|
|
|
|
$(MID_SUBDIR)/mus_hg_spiky_eared_pichu.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V100
|
|
|
|
$(MID_SUBDIR)/mus_hg_sinjou_ruins.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V088
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_route101.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V069
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_route201.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V104
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_trainer.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_radio_variety.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V073
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_kyogre_groudon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V110
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokewalker.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V106
|
|
|
|
$(MID_SUBDIR)/mus_hg_vs_arceus.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V099
|
|
|
|
$(MID_SUBDIR)/mus_hg_heal.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V080 -P5
|
|
|
|
$(MID_SUBDIR)/mus_hg_level_up.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V102 -P5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_item.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V081 -P5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_key_item.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V081 -P5
|
|
|
|
$(MID_SUBDIR)/mus_hg_evolved.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V076 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_badge.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V104 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_tmhm.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V087 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_accessory.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V072 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_move_deleted.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V105 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_berry.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V082 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_dex_rating_1.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092 -P5
|
|
|
|
$(MID_SUBDIR)/mus_hg_dex_rating_2.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V095 -P5
|
|
|
|
$(MID_SUBDIR)/mus_hg_dex_rating_3.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V081 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_dex_rating_4.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_dex_rating_5.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_dex_rating_6.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V092 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_egg.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V088 -P5
|
|
|
|
$(MID_SUBDIR)/mus_hg_bug_contest_1st_place.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_bug_contest_2nd_place.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V102 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_bug_contest_3rd_place.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_card_flip.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_card_flip_game_over.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokegear_registered.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V097 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_lets_go_together.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V088 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_ready.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V102 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_pokeathlon_1st_place.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_receive_pokemon.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_arcade_points.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V098 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_castle_points.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V086 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_obtain_b_points.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V107 -p5
|
|
|
|
$(MID_SUBDIR)/mus_hg_win_minigame.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G229 -V091 -p5
|
|
|
|
$(MID_SUBDIR)/mus_bw_vs_legend.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G275 -V090
|
|
|
|
$(MID_SUBDIR)/mus_bw_vs_iris.s: %.s: %.mid
|
|
$(MID) $< $@ -E -R0 -G274 -V090
|