summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asm/contest.s8
-rw-r--r--ld_script.txt1
2 files changed, 0 insertions, 9 deletions
diff --git a/asm/contest.s b/asm/contest.s
deleted file mode 100644
index a71aefb42..000000000
--- a/asm/contest.s
+++ /dev/null
@@ -1,8 +0,0 @@
- .include "constants/gba_constants.inc"
- .include "asm/macros.inc"
-
- .syntax unified
-
- .text
-
- .align 2, 0 @ Don't pad with nop.
diff --git a/ld_script.txt b/ld_script.txt
index 89d400fb6..c4e5b9fd6 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -142,7 +142,6 @@ SECTIONS {
src/field/item.o(.text);
src/debug/matsuda_debug_menu.o(.text);
src/contest.o(.text);
- asm/contest.o(.text);
src/field/shop.o(.text);
src/field/berry.o(.text);
src/field/script_menu.o(.text);