From be83aeda84939d92b3ff1ffb1efa52306bb29208 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 6 Dec 2013 22:45:44 -0500 Subject: include globals.asm in rgbasm objects --- pokered.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'pokered.asm') 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" -- cgit v1.2.3