diff options
| author | yenatch <yenatch@gmail.com> | 2013-12-06 22:45:44 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-12-07 20:02:51 -0500 |
| commit | be83aeda84939d92b3ff1ffb1efa52306bb29208 (patch) | |
| tree | 364cb3b52cb4bd6628ccd68554869ad4d1d34b98 /pokered.asm | |
| parent | INCLUDE .asm instead of .tx (diff) | |
| download | pokeyellow-be83aeda84939d92b3ff1ffb1efa52306bb29208.tar.gz pokeyellow-be83aeda84939d92b3ff1ffb1efa52306bb29208.tar.xz pokeyellow-be83aeda84939d92b3ff1ffb1efa52306bb29208.zip | |
include globals.asm in rgbasm objects
Diffstat (limited to 'pokered.asm')
| -rw-r--r-- | pokered.asm | 1 |
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" |
