diff options
author | stag019 <stag019@gmail.com> | 2012-01-14 15:36:00 -0500 |
---|---|---|
committer | stag019 <stag019@gmail.com> | 2012-01-14 15:36:00 -0500 |
commit | dc667fb75a6c77a35263be9578cd90d84117f667 (patch) | |
tree | 5710d815797ce34843e2f9a33e9c2848cc569371 /pokeblue.asm | |
parent | 1113f19b183ec8c72e81379f4c80b11a12c4a551 (diff) |
Another attempt at splitting Red/Blue versions.
hg-commit-id: bd7cb987f964
Diffstat (limited to 'pokeblue.asm')
-rw-r--r-- | pokeblue.asm | 3 |
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 |