diff options
| author | IIMarckus <iimarckus@gmail.com> | 2013-05-23 17:12:47 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2013-05-23 17:12:47 -0600 |
| commit | b433cbd4b0ae83c63f4b2ff27440c97123aa6fbb (patch) | |
| tree | 5354bd7f50330f8a3bd9dd7f62bd372e8e58ad98 /pokeblue.asm | |
| parent | Merge https://bitbucket.org/sanky/pokered (diff) | |
| download | pokeyellow-b433cbd4b0ae83c63f4b2ff27440c97123aa6fbb.tar.gz pokeyellow-b433cbd4b0ae83c63f4b2ff27440c97123aa6fbb.tar.xz pokeyellow-b433cbd4b0ae83c63f4b2ff27440c97123aa6fbb.zip | |
Better comments for the Game Freak room.
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 78f8cd48..f392bb0a 100644 --- a/pokeblue.asm +++ b/pokeblue.asm @@ -1,3 +1,4 @@ _RED EQU 0 _BLUE EQU 1 +INCLUDE "wram.asm" INCLUDE "main.tx" |
