summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-13 13:11:05 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-13 13:11:05 -0500
commit80bbf5ac91c3696c8a526a6c8a2b71da7cf88a9d (patch)
tree17d6e9c5feef508598a8b071e8f0f3cf6ea9bc9a /Makefile
parent385b109b07a604999b9fca2bf8d307aeb3a60df0 (diff)
engine/text_boxes.asm
Also remove hROMBankTemp and manually supply gfx.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06ffef32..2819262e 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ compare: yellow
# Filepath shortcuts to avoid overly long recipes.
poketools := extras/pokemontools
-gfx := $(PYTHON) $(poketools)/gfx.py
+gfx := $(PYTHON) gfx.py
pcm := $(PYTHON) $(poketools)/pcm.py
pic := $(PYTHON) $(poketools)/pic.py
includes := $(PYTHON) $(poketools)/scan_includes.py