diff options
Diffstat (limited to 'pokeblue.asm')
-rw-r--r-- | pokeblue.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokeblue.asm b/pokeblue.asm index 33ae260c..dd621ca4 100644 --- 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" |