diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-29 18:52:37 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-30 01:16:02 -0700 |
| commit | 0e12eafe6635da8e80ed33f7460e09c567d0e31f (patch) | |
| tree | 0d0258f6b8ba50e87cd38d7f5b6bce83312dce20 /blue | |
| parent | Use VRAM constants where applicable. (diff) | |
| download | pokeyellow-0e12eafe6635da8e80ed33f7460e09c567d0e31f.tar.gz pokeyellow-0e12eafe6635da8e80ed33f7460e09c567d0e31f.tar.xz pokeyellow-0e12eafe6635da8e80ed33f7460e09c567d0e31f.zip | |
Dust off the makefile and prepare to build Yellow.
Diffstat (limited to '')
| -rw-r--r-- | blue/audio.asm (renamed from audio_blue.asm) | 0 | ||||
| -rw-r--r-- | blue/main.asm (renamed from pokeblue.asm) | 0 | ||||
| -rw-r--r-- | blue/text.asm | 2 | ||||
| -rw-r--r-- | blue/wram.asm | 2 |
4 files changed, 4 insertions, 0 deletions
diff --git a/audio_blue.asm b/blue/audio.asm index 53e37a2d..53e37a2d 100644 --- a/audio_blue.asm +++ b/blue/audio.asm diff --git a/pokeblue.asm b/blue/main.asm index 3fcef980..3fcef980 100644 --- a/pokeblue.asm +++ b/blue/main.asm diff --git a/blue/text.asm b/blue/text.asm new file mode 100644 index 00000000..ec6d7203 --- /dev/null +++ b/blue/text.asm @@ -0,0 +1,2 @@ +INCLUDE "blue.asm" +INCLUDE "text.asm" diff --git a/blue/wram.asm b/blue/wram.asm new file mode 100644 index 00000000..70292177 --- /dev/null +++ b/blue/wram.asm @@ -0,0 +1,2 @@ +INCLUDE "blue.asm" +INCLUDE "wram.asm" |
