mirror of
https://github.com/pret/pokegold.git
synced 2026-03-21 17:34:16 -05:00
Fix _SILVER_VC flag in Makefile (#139)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
cb6eda84c9
commit
95351646d6
2
Makefile
2
Makefile
|
|
@ -134,7 +134,7 @@ $(pokesilver_obj): RGBASMFLAGS += -D _SILVER
|
|||
$(pokegold_debug_obj): RGBASMFLAGS += -D _GOLD -D _DEBUG
|
||||
$(pokesilver_debug_obj): RGBASMFLAGS += -D _SILVER -D _DEBUG
|
||||
$(pokegold_vc_obj): RGBASMFLAGS += -D _GOLD -D _GOLD_VC
|
||||
$(pokesilver_vc_obj): RGBASMFLAGS += -D _SILVER -D _GOLD_VC
|
||||
$(pokesilver_vc_obj): RGBASMFLAGS += -D _SILVER -D _SILVER_VC
|
||||
|
||||
%.patch: %_vc.gbc %.gbc vc/%.patch.template
|
||||
# Ignore the checksums added by tools/stadium at the end of the ROM
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user