From 5b47585549e185530cc7a69abd1970a901837e78 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 3 Nov 2019 13:36:05 -0500 Subject: Split data_83FECCC --- data/save_failed_screen.s | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/save_failed_screen.s (limited to 'data/save_failed_screen.s') diff --git a/data/save_failed_screen.s b/data/save_failed_screen.s new file mode 100644 index 000000000..cdf68c4de --- /dev/null +++ b/data/save_failed_screen.s @@ -0,0 +1,10 @@ +#include "constants/region_map.h" +#include "constants/flags.h" +#include "constants/moves.h" + .include "asm/macros.inc" + .include "constants/constants.inc" + .section .rodata + .align 2 + +gUnknown_841EE44:: @ 841EE44 + .incbin "baserom.gba", 0x41EE44, 0x20 -- cgit v1.2.3