From 0e12eafe6635da8e80ed33f7460e09c567d0e31f Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 29 May 2014 18:52:37 -0700 Subject: Dust off the makefile and prepare to build Yellow. --- blue/audio.asm | 2 ++ blue/main.asm | 2 ++ blue/text.asm | 2 ++ blue/wram.asm | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 blue/audio.asm create mode 100644 blue/main.asm create mode 100644 blue/text.asm create mode 100644 blue/wram.asm (limited to 'blue') diff --git a/blue/audio.asm b/blue/audio.asm new file mode 100644 index 00000000..53e37a2d --- /dev/null +++ b/blue/audio.asm @@ -0,0 +1,2 @@ +INCLUDE "blue.asm" +INCLUDE "audio.asm" diff --git a/blue/main.asm b/blue/main.asm new file mode 100644 index 00000000..3fcef980 --- /dev/null +++ b/blue/main.asm @@ -0,0 +1,2 @@ +INCLUDE "blue.asm" +INCLUDE "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" -- cgit v1.2.3