aboutsummaryrefslogtreecommitdiffstats
path: root/red
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-29 18:52:37 -0700
committeryenatch <yenatch@gmail.com>2014-05-30 01:16:02 -0700
commit0e12eafe6635da8e80ed33f7460e09c567d0e31f (patch)
tree0d0258f6b8ba50e87cd38d7f5b6bce83312dce20 /red
parentUse VRAM constants where applicable. (diff)
downloadpokeyellow-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--red/audio.asm (renamed from audio_red.asm)0
-rw-r--r--red/main.asm (renamed from pokered.asm)0
-rw-r--r--red/text.asm2
-rw-r--r--red/wram.asm2
4 files changed, 4 insertions, 0 deletions
diff --git a/audio_red.asm b/red/audio.asm
index 6c90a7c1..6c90a7c1 100644
--- a/audio_red.asm
+++ b/red/audio.asm
diff --git a/pokered.asm b/red/main.asm
index ff8de04f..ff8de04f 100644
--- a/pokered.asm
+++ b/red/main.asm
diff --git a/red/text.asm b/red/text.asm
new file mode 100644
index 00000000..d5d571d7
--- /dev/null
+++ b/red/text.asm
@@ -0,0 +1,2 @@
+INCLUDE "red.asm"
+INCLUDE "text.asm"
diff --git a/red/wram.asm b/red/wram.asm
new file mode 100644
index 00000000..68c3c803
--- /dev/null
+++ b/red/wram.asm
@@ -0,0 +1,2 @@
+INCLUDE "red.asm"
+INCLUDE "wram.asm"