From 11ce98c7acb6287ddb43981ef54ef9f95c8feb7f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 3 Mar 2020 15:19:33 -0500 Subject: Remove empty data/berry_crush.s --- data/berry_crush.s | 5 ----- src/berry_crush_3.c | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 data/berry_crush.s diff --git a/data/berry_crush.s b/data/berry_crush.s deleted file mode 100644 index 56cf980c2..000000000 --- a/data/berry_crush.s +++ /dev/null @@ -1,5 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2 diff --git a/src/berry_crush_3.c b/src/berry_crush_3.c index 1fdae9629..bcc32295d 100644 --- a/src/berry_crush_3.c +++ b/src/berry_crush_3.c @@ -4,6 +4,7 @@ #include "berry_crush.h" #include "decompress.h" #include "digit_obj_util.h" +#include "dynamic_placeholder_text_util.h" #include "graphics.h" #include "item_menu_icons.h" #include "link.h" -- cgit v1.2.3