diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:27:44 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:27:44 -0500 |
commit | e84a5b2062ff5e9b010447e3a3c78dd67a653166 (patch) | |
tree | 20c0ceb41513c1a3676e60a31d61b64e1bc2b854 /pokeblue.asm | |
parent | 4d6b8249698a8cd1ba42ee3517de08252c8062f2 (diff) |
make extras/ a submodule
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal
project.
Diffstat (limited to 'pokeblue.asm')
-rw-r--r-- | pokeblue.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokeblue.asm b/pokeblue.asm index f392bb0a..33ae260c 100644 --- a/pokeblue.asm +++ b/pokeblue.asm @@ -1,4 +1,4 @@ _RED EQU 0 _BLUE EQU 1 INCLUDE "wram.asm" -INCLUDE "main.tx" +INCLUDE "main.asm" |