aboutsummaryrefslogtreecommitdiffstats
path: root/pokered.asm
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2013-10-21 20:24:46 +0200
committerSanky <gsanky@gmail.com>2013-10-21 20:24:46 +0200
commitb5268ab9207f02574abe8d6f5407e25f4a86365a (patch)
treeadce2892dd4c07781f2db42854e30fc25dba8b15 /pokered.asm
parentAskForMonNickname (diff)
parentFix CheckIfInOutsideMap comments. (diff)
downloadpokeyellow-b5268ab9207f02574abe8d6f5407e25f4a86365a.tar.gz
pokeyellow-b5268ab9207f02574abe8d6f5407e25f4a86365a.tar.xz
pokeyellow-b5268ab9207f02574abe8d6f5407e25f4a86365a.zip
Merge remote-tracking branch 'kanzure/master' into mergetastic
Conflicts: main.asm
Diffstat (limited to 'pokered.asm')
-rw-r--r--pokered.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index a6e1f6c8..8a814544 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -1,3 +1,4 @@
_RED EQU 1
_BLUE EQU 0
-INCLUDE "main.tx"
+INCLUDE "wram.asm"
+INCLUDE "main.asm"