From b852fe5b421fecd2b75c85bf5da926dd878434c0 Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 17 Feb 2016 15:33:01 -0500 Subject: Use rgbasm -D in the makefile. --- text.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'text.asm') diff --git a/text.asm b/text.asm index 6555c185..d88bc409 100644 --- a/text.asm +++ b/text.asm @@ -15,6 +15,7 @@ POKEDEX_TEXT EQU TEXT_11 + 1 MOVE_NAMES EQU POKEDEX_TEXT + 1 INCLUDE "macros.asm" +INCLUDE "charmap.asm" INCLUDE "hram.asm" -- cgit v1.3.1-sl0p