diff options
| author | vulcandth <vulcandth@gmail.com> | 2024-12-27 12:10:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 13:10:20 -0500 |
| commit | 5336950d5fac3ca504b8342e6c9a2d4760ab1f79 (patch) | |
| tree | 70e0bf5be406046659c97b652272848d0eebccef /Makefile | |
| parent | Don't pass redundant label names to `table_width` and `list_start` (#125) (diff) | |
| download | pokeyellow-5336950d5fac3ca504b8342e6c9a2d4760ab1f79.tar.gz pokeyellow-5336950d5fac3ca504b8342e6c9a2d4760ab1f79.tar.xz pokeyellow-5336950d5fac3ca504b8342e6c9a2d4760ab1f79.zip | |
Use exported constants for VC patch (#124)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -90,7 +90,7 @@ endif $(pokeyellow_debug_obj): RGBASMFLAGS += -D _DEBUG $(pokeyellow_vc_obj): RGBASMFLAGS += -D _YELLOW_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 @@ -116,10 +116,6 @@ $(foreach obj, $(pokeyellow_obj), $(eval $(call DEP,$(obj),$(obj:.o=.asm)))) $(foreach obj, $(pokeyellow_debug_obj), $(eval $(call DEP,$(obj),$(obj:_debug.o=.asm)))) $(foreach obj, $(pokeyellow_vc_obj), $(eval $(call DEP,$(obj),$(obj:_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 |
