summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-05 14:43:50 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-05 14:43:50 -0500
commit50548dcc54116852c288c7f6ca37d20eaa42de84 (patch)
tree7f41e36ea48b846480dfd79b5fb20a1cb9881d06
parent83137b40053bbea4c5288e269ed913746dd9713f (diff)
remove dodrio_berry_picking_3.s
-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);