aboutsummaryrefslogtreecommitdiffstats
path: root/pokeblue.asm
diff options
context:
space:
mode:
authorstag019 <stag019@gmail.com>2012-01-14 15:36:00 -0500
committerstag019 <stag019@gmail.com>2012-01-14 15:36:00 -0500
commitdc667fb75a6c77a35263be9578cd90d84117f667 (patch)
tree5710d815797ce34843e2f9a33e9c2848cc569371 /pokeblue.asm
parentMerge. (diff)
downloadpokeyellow-dc667fb75a6c77a35263be9578cd90d84117f667.tar.gz
pokeyellow-dc667fb75a6c77a35263be9578cd90d84117f667.tar.xz
pokeyellow-dc667fb75a6c77a35263be9578cd90d84117f667.zip
Another attempt at splitting Red/Blue versions.
hg-commit-id: bd7cb987f964
Diffstat (limited to 'pokeblue.asm')
-rw-r--r--pokeblue.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/pokeblue.asm b/pokeblue.asm
new file mode 100644
index 00000000..75489ac5
--- /dev/null
+++ b/pokeblue.asm
@@ -0,0 +1,3 @@
+_RED EQU 0
+_BLUE EQU 1
+INCLUDE "common.tx" \ No newline at end of file