summaryrefslogtreecommitdiff
path: root/pokeblue.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-25 22:33:42 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-25 22:33:42 -0600
commit4f7a07efa9e93d491c6efcc14994b19cd794d3f6 (patch)
tree7dd66a02ea4993c4bfce1499d68ee2f192822a05 /pokeblue.asm
parent8cf4620deb07e53d7a419016080b8c10ed253733 (diff)
rename common.asm -> main.asm
hg-commit-id: adec8319c54b
Diffstat (limited to 'pokeblue.asm')
-rw-r--r--pokeblue.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokeblue.asm b/pokeblue.asm
index 8e241791..78f8cd48 100644
--- a/pokeblue.asm
+++ b/pokeblue.asm
@@ -1,3 +1,3 @@
_RED EQU 0
_BLUE EQU 1
-INCLUDE "common.tx"
+INCLUDE "main.tx"