pokeemerald/songs.mk

14 lines
320 B
Makefile
Raw Normal View History

2018-09-23 00:56:17 +00:00
STD_REVERB = 50
$(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s
$(AS) $(ASFLAGS) -I sound -o $@ $<
$(MID_SUBDIR)/mus_ajito.s: %.s: %.mid
2018-09-23 21:12:36 +00:00
$(MID) $< $@ -G076 -R$(STD_REVERB)
2018-09-23 21:12:59 +00:00
2018-09-24 02:10:30 +00:00
$(MID_SUBDIR)/mus_aqa_0.s: %.s: %.mid
$(MID) $< $@ -G065 -R$(STD_REVERB)
2018-09-23 21:12:59 +00:00
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
$(MID) $< $@ -G017 -R$(STD_REVERB)