From 5acb7d8294525c63b9cc5bf66229f6ca2ab9847f Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 7 Jan 2014 19:13:37 -0500 Subject: dedicated version includes --- pokered.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pokered.asm') diff --git a/pokered.asm b/pokered.asm index bcc826c8..c2d3a507 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,5 +1,4 @@ -_RED EQU 1 -_BLUE EQU 0 +INCLUDE "red.asm" INCLUDE "globals.asm" INCLUDE "wram.asm" INCLUDE "main.asm" -- cgit v1.3.1-sl0p