summaryrefslogtreecommitdiff
path: root/pokered.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 /pokered.asm
parente2e478c199f78cebcb9b160b536bf7f5d043978c (diff)
Palette differences between Red and Blue version.
hg-commit-id: 3bebb464b5f7
Diffstat (limited to 'pokered.asm')
-rw-r--r--pokered.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm
index 5f6d90b0..7d73ecc9 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -1,3 +1,3 @@
-_RED EQU 1
-_BLUE EQU 0
+_RED EQU 1
+_BLUE EQU 0
INCLUDE "common.tx" \ No newline at end of file