From e84a5b2062ff5e9b010447e3a3c78dd67a653166 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 02:27:44 -0500 Subject: make extras/ a submodule Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project. --- pokered.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokered.asm') diff --git a/pokered.asm b/pokered.asm index 44e762cc..8a814544 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,4 +1,4 @@ _RED EQU 1 _BLUE EQU 0 INCLUDE "wram.asm" -INCLUDE "main.tx" +INCLUDE "main.asm" -- cgit v1.3.1-sl0p