diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 15:19:33 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 15:19:33 -0500 |
commit | 11ce98c7acb6287ddb43981ef54ef9f95c8feb7f (patch) | |
tree | 91ce3fc54f39152e3bb713594fcbf7a03194a341 | |
parent | df08e8645bb4c6f6abe34383fcb863b5165956f3 (diff) |
Remove empty data/berry_crush.s
-rw-r--r-- | data/berry_crush.s | 5 | ||||
-rw-r--r-- | src/berry_crush_3.c | 1 |
2 files changed, 1 insertions, 5 deletions
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" |