From 80bbf5ac91c3696c8a526a6c8a2b71da7cf88a9d Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Fri, 13 Nov 2015 13:11:05 -0500 Subject: engine/text_boxes.asm Also remove hROMBankTemp and manually supply gfx.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3.1-sl0p