summaryrefslogtreecommitdiff
path: root/pokered.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-06 22:45:44 -0500
committeryenatch <yenatch@gmail.com>2013-12-07 20:02:51 -0500
commitbe83aeda84939d92b3ff1ffb1efa52306bb29208 (patch)
tree364cb3b52cb4bd6628ccd68554869ad4d1d34b98 /pokered.asm
parentf8258985aa1ca9807308420faf5bf9bf2e3aae93 (diff)
include globals.asm in rgbasm objects
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"