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 /yellow/text.asm | |
| 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 'yellow/text.asm')
| -rw-r--r-- | yellow/text.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yellow/text.asm b/yellow/text.asm new file mode 100644 index 00000000..a84a633d --- /dev/null +++ b/yellow/text.asm @@ -0,0 +1,2 @@ +INCLUDE "yellow.asm" +INCLUDE "text.asm" |
