diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-10 14:08:08 -0500 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-10 14:08:08 -0500 |
| commit | 4e530306781ccebf483dd86c39bd53bd4ca97fbd (patch) | |
| tree | 034ae854a665d13ea2771c6d7998ab1ea8f641fa /pokeblue.asm | |
| parent | Misc clean up (diff) | |
| parent | Use safer and more standard POSIX find options. (diff) | |
| download | pokeyellow-4e530306781ccebf483dd86c39bd53bd4ca97fbd.tar.gz pokeyellow-4e530306781ccebf483dd86c39bd53bd4ca97fbd.tar.xz pokeyellow-4e530306781ccebf483dd86c39bd53bd4ca97fbd.zip | |
Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts:
main.asm
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" |
