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. --- yellow/audio.asm | 2 ++ yellow/main.asm | 2 ++ yellow/text.asm | 2 ++ yellow/wram.asm | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 yellow/audio.asm create mode 100644 yellow/main.asm create mode 100644 yellow/text.asm create mode 100644 yellow/wram.asm (limited to 'yellow') diff --git a/yellow/audio.asm b/yellow/audio.asm new file mode 100644 index 00000000..e94c7db5 --- /dev/null +++ b/yellow/audio.asm @@ -0,0 +1,2 @@ +INCLUDE "yellow.asm" +INCLUDE "audio.asm" diff --git a/yellow/main.asm b/yellow/main.asm new file mode 100644 index 00000000..36c88720 --- /dev/null +++ b/yellow/main.asm @@ -0,0 +1,2 @@ +INCLUDE "yellow.asm" +INCLUDE "main.asm" 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" diff --git a/yellow/wram.asm b/yellow/wram.asm new file mode 100644 index 00000000..c0b7f781 --- /dev/null +++ b/yellow/wram.asm @@ -0,0 +1,2 @@ +INCLUDE "yellow.asm" +INCLUDE "wram.asm" -- cgit v1.3.1-sl0p