diff options
author | iimarckus <iimarckus@gmail.com> | 2013-12-09 21:23:19 -0800 |
---|---|---|
committer | iimarckus <iimarckus@gmail.com> | 2013-12-09 21:23:19 -0800 |
commit | f17320d7a835709da4c991e0e67300d001ffc53c (patch) | |
tree | 9dc5044efa04fd16baf25c0ca0c43a68409dee61 /pokered.asm | |
parent | 2ed422c6960cf0ec57c3a336b092c2af06bbc1e8 (diff) | |
parent | 1953e89b86572fec2e0628ddee029833c253eca9 (diff) |
Merge pull request #19 from yenatch/crystal-makefile
bring pokered into this century
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokered.asm b/pokered.asm index 8a814544..bcc826c8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,4 +1,5 @@ _RED EQU 1 _BLUE EQU 0 +INCLUDE "globals.asm" INCLUDE "wram.asm" INCLUDE "main.asm" |