aboutsummaryrefslogtreecommitdiffstats
path: root/pokered.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-12-10 14:08:08 -0500
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-12-10 14:08:08 -0500
commit4e530306781ccebf483dd86c39bd53bd4ca97fbd (patch)
tree034ae854a665d13ea2771c6d7998ab1ea8f641fa /pokered.asm
parentMisc clean up (diff)
parentUse safer and more standard POSIX find options. (diff)
downloadpokeyellow-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 'pokered.asm')
-rw-r--r--pokered.asm1
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"