diff options
| author | stag019 <stag019@gmail.com> | 2012-01-15 01:15:58 -0500 |
|---|---|---|
| committer | stag019 <stag019@gmail.com> | 2012-01-15 01:15:58 -0500 |
| commit | 74360178fb77e80991cfacbc57178df3c9c3ee9e (patch) | |
| tree | bf4e879db83221f7f767516bf3f6efe4d6863f8b /pokered.asm | |
| parent | _OaksLabText39 for "Those are PokeBALLs" etc. (diff) | |
| download | pokeyellow-74360178fb77e80991cfacbc57178df3c9c3ee9e.tar.gz pokeyellow-74360178fb77e80991cfacbc57178df3c9c3ee9e.tar.xz pokeyellow-74360178fb77e80991cfacbc57178df3c9c3ee9e.zip | |
Palette differences between Red and Blue version.
hg-commit-id: 3bebb464b5f7
Diffstat (limited to 'pokered.asm')
| -rw-r--r-- | pokered.asm | 4 |
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 |
