summaryrefslogtreecommitdiff
path: root/pokeblue.asm
diff options
context:
space:
mode:
Diffstat (limited to 'pokeblue.asm')
-rw-r--r--pokeblue.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/pokeblue.asm b/pokeblue.asm
index 78f8cd48..33ae260c 100644
--- a/pokeblue.asm
+++ b/pokeblue.asm
@@ -1,3 +1,4 @@
_RED EQU 0
_BLUE EQU 1
-INCLUDE "main.tx"
+INCLUDE "wram.asm"
+INCLUDE "main.asm"