diff options
| author | vulcandth <vulcandth@gmail.com> | 2024-12-27 12:10:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 13:10:13 -0500 |
| commit | 0d4562d1b855bfa7965349e1a92deac0f5b89a27 (patch) | |
| tree | dc3696bd493d990070788ee6afa84857eed0f7fd /Makefile | |
| parent | Don't pass redundant label names to `table_width` and `list_start` (#484) (diff) | |
| download | pokeyellow-0d4562d1b855bfa7965349e1a92deac0f5b89a27.tar.gz pokeyellow-0d4562d1b855bfa7965349e1a92deac0f5b89a27.tar.xz pokeyellow-0d4562d1b855bfa7965349e1a92deac0f5b89a27.zip | |
Use exported constants for VC patch (#483)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -97,7 +97,7 @@ $(pokeblue_debug_obj): RGBASMFLAGS += -D _BLUE -D _DEBUG $(pokered_vc_obj): RGBASMFLAGS += -D _RED -D _RED_VC $(pokeblue_vc_obj): RGBASMFLAGS += -D _BLUE -D _BLUE_VC -%.patch: vc/%.constants.sym %_vc.gbc %.gbc vc/%.patch.template +%.patch: %_vc.gbc %.gbc vc/%.patch.template tools/make_patch $*_vc.sym $^ $@ rgbdscheck.o: rgbdscheck.asm @@ -125,10 +125,6 @@ $(foreach obj, $(pokeblue_debug_obj), $(eval $(call DEP,$(obj),$(obj:_blue_debug $(foreach obj, $(pokered_vc_obj), $(eval $(call DEP,$(obj),$(obj:_red_vc.o=.asm)))) $(foreach obj, $(pokeblue_vc_obj), $(eval $(call DEP,$(obj),$(obj:_blue_vc.o=.asm)))) -# Dependencies for VC files that need to run scan_includes -%.constants.sym: %.constants.asm $(shell tools/scan_includes %.constants.asm) $(preinclude_deps) | rgbdscheck.o - $(RGBASM) $(RGBASMFLAGS) $< > $@ - endif |
