diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-25 22:33:42 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-25 22:33:42 -0600 |
commit | 4f7a07efa9e93d491c6efcc14994b19cd794d3f6 (patch) | |
tree | 7dd66a02ea4993c4bfce1499d68ee2f192822a05 /pokered.asm | |
parent | 8cf4620deb07e53d7a419016080b8c10ed253733 (diff) |
rename common.asm -> main.asm
hg-commit-id: adec8319c54b
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 0fb863a4..a6e1f6c8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,3 +1,3 @@ _RED EQU 1 _BLUE EQU 0 -INCLUDE "common.tx" +INCLUDE "main.tx" |