diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 13:11:05 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 13:11:05 -0500 |
| commit | 80bbf5ac91c3696c8a526a6c8a2b71da7cf88a9d (patch) | |
| tree | 17d6e9c5feef508598a8b071e8f0f3cf6ea9bc9a /Makefile | |
| parent | 385b109b07a604999b9fca2bf8d307aeb3a60df0 (diff) | |
engine/text_boxes.asm
Also remove hROMBankTemp and manually supply gfx.py
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
