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 /pokeblue.asm | |
| parent | IshiharaTeam (diff) | |
| parent | makefile: find -delete isnt portable (diff) | |
| download | pokeyellow-f17320d7a835709da4c991e0e67300d001ffc53c.tar.gz pokeyellow-f17320d7a835709da4c991e0e67300d001ffc53c.tar.xz pokeyellow-f17320d7a835709da4c991e0e67300d001ffc53c.zip | |
Merge pull request #19 from yenatch/crystal-makefile
bring pokered into this century
Diffstat (limited to 'pokeblue.asm')
| -rw-r--r-- | pokeblue.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokeblue.asm b/pokeblue.asm index 33ae260c..dd621ca4 100644 --- a/pokeblue.asm +++ b/pokeblue.asm @@ -1,4 +1,5 @@ _RED EQU 0 _BLUE EQU 1 +INCLUDE "globals.asm" INCLUDE "wram.asm" INCLUDE "main.asm" |
