aboutsummaryrefslogtreecommitdiffstats
path: root/pokered.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-04 22:22:52 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-04 22:22:52 -0500
commit3ded09ef5dc1ab7af6d786cf34dd881ae8da3114 (patch)
treebd95919752454c4e6941e555e8bc403c0d2e7445 /pokered.asm
parentMerge branch 'incbin' of https://github.com/dannye/pokered into dannye-incbin (diff)
parentmake pokeblue.gbc compile again (diff)
downloadpokeyellow-3ded09ef5dc1ab7af6d786cf34dd881ae8da3114.tar.gz
pokeyellow-3ded09ef5dc1ab7af6d786cf34dd881ae8da3114.tar.xz
pokeyellow-3ded09ef5dc1ab7af6d786cf34dd881ae8da3114.zip
Merge branch 'use-pokemontools' into master
Conflicts: extras extras/analyze_incbins.py
Diffstat (limited to 'pokered.asm')
-rw-r--r--pokered.asm2
1 files changed, 1 insertions, 1 deletions
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"