summaryrefslogtreecommitdiff
path: root/pokeblue.asm
diff options
context:
space:
mode:
authorstag019 <stag019@gmail.com>2012-01-15 01:15:58 -0500
committerstag019 <stag019@gmail.com>2012-01-15 01:15:58 -0500
commit74360178fb77e80991cfacbc57178df3c9c3ee9e (patch)
treebf4e879db83221f7f767516bf3f6efe4d6863f8b /pokeblue.asm
parente2e478c199f78cebcb9b160b536bf7f5d043978c (diff)
Palette differences between Red and Blue version.
hg-commit-id: 3bebb464b5f7
Diffstat (limited to 'pokeblue.asm')
-rw-r--r--pokeblue.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pokeblue.asm b/pokeblue.asm
index 75489ac5..74fd7e51 100644
--- a/pokeblue.asm
+++ b/pokeblue.asm
@@ -1,3 +1,3 @@
-_RED EQU 0
-_BLUE EQU 1
+_RED EQU 0
+_BLUE EQU 1
INCLUDE "common.tx" \ No newline at end of file