summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asm/dodrio_berry_picking_3.s8
-rw-r--r--ld_script.txt1
2 files changed, 0 insertions, 9 deletions
diff --git a/asm/dodrio_berry_picking_3.s b/asm/dodrio_berry_picking_3.s
deleted file mode 100644
index 2428f2984..000000000
--- a/asm/dodrio_berry_picking_3.s
+++ /dev/null
@@ -1,8 +0,0 @@
- .include "asm/macros.inc"
- .include "constants/constants.inc"
-
- .syntax unified
-
- .text
-
- .align 2, 0 @ Don't pad with nop.
diff --git a/ld_script.txt b/ld_script.txt
index dbdf8d6b6..858627a34 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -291,7 +291,6 @@ SECTIONS {
src/battle_controller_pokedude.o(.text);
src/quest_log_objects.o(.text);
src/dodrio_berry_picking_3.o(.text);
- asm/dodrio_berry_picking_3.o(.text);
src/teachy_tv.o(.text);
src/ereader_helpers.o(.text);
src/digit_obj_util.o(.text);