summaryrefslogtreecommitdiff
path: root/red
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-02-17 15:33:01 -0500
committeryenatch <yenatch@gmail.com>2016-02-17 15:33:01 -0500
commitb852fe5b421fecd2b75c85bf5da926dd878434c0 (patch)
tree17e387e72d2ab38586f29251f303b4a5b0351675 /red
parent8c5bf5746447ebb51fbf3aa2d688f410558e2a4c (diff)
Use rgbasm -D in the makefile.
Diffstat (limited to 'red')
-rw-r--r--red/audio.asm2
-rw-r--r--red/main.asm2
-rw-r--r--red/text.asm2
-rw-r--r--red/wram.asm2
4 files changed, 0 insertions, 8 deletions
diff --git a/red/audio.asm b/red/audio.asm
deleted file mode 100644
index 6c90a7c1..00000000
--- a/red/audio.asm
+++ /dev/null
@@ -1,2 +0,0 @@
-INCLUDE "red.asm"
-INCLUDE "audio.asm"
diff --git a/red/main.asm b/red/main.asm
deleted file mode 100644
index ff8de04f..00000000
--- a/red/main.asm
+++ /dev/null
@@ -1,2 +0,0 @@
-INCLUDE "red.asm"
-INCLUDE "main.asm"
diff --git a/red/text.asm b/red/text.asm
deleted file mode 100644
index d5d571d7..00000000
--- a/red/text.asm
+++ /dev/null
@@ -1,2 +0,0 @@
-INCLUDE "red.asm"
-INCLUDE "text.asm"
diff --git a/red/wram.asm b/red/wram.asm
deleted file mode 100644
index 68c3c803..00000000
--- a/red/wram.asm
+++ /dev/null
@@ -1,2 +0,0 @@
-INCLUDE "red.asm"
-INCLUDE "wram.asm"