shithub: pokered

Download patch

ref: be83aeda84939d92b3ff1ffb1efa52306bb29208
parent: f8258985aa1ca9807308420faf5bf9bf2e3aae93
author: yenatch <yenatch@gmail.com>
date: Fri Dec 6 17:45:44 EST 2013

include globals.asm in rgbasm objects

--- 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"
--- 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"