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 /pokeblue.asm | |
| parent | fix typos in comment labels (diff) | |
| download | pokeyellow-4f7a07efa9e93d491c6efcc14994b19cd794d3f6.tar.gz pokeyellow-4f7a07efa9e93d491c6efcc14994b19cd794d3f6.tar.xz pokeyellow-4f7a07efa9e93d491c6efcc14994b19cd794d3f6.zip | |
rename common.asm -> main.asm
hg-commit-id: adec8319c54b
Diffstat (limited to 'pokeblue.asm')
| -rw-r--r-- | pokeblue.asm | 2 |
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" |
