diff options
-rw-r--r-- | pokeblue.asm | 2 | ||||
-rw-r--r-- | pokered.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pokeblue.asm b/pokeblue.asm index 74fd7e51..8e241791 100644 --- a/pokeblue.asm +++ b/pokeblue.asm @@ -1,3 +1,3 @@ _RED EQU 0 _BLUE EQU 1 -INCLUDE "common.tx"
\ No newline at end of file +INCLUDE "common.tx" diff --git a/pokered.asm b/pokered.asm index 7d73ecc9..0fb863a4 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,3 +1,3 @@ _RED EQU 1 _BLUE EQU 0 -INCLUDE "common.tx"
\ No newline at end of file +INCLUDE "common.tx" |