From dd0ed3d043378804b5933fc6c04c762100468247 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 14 Jan 2017 01:54:02 -0800 Subject: split out more data --- data/save_failed_screen.s | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..446eee2d2 --- /dev/null +++ b/data/save_failed_screen.s @@ -0,0 +1,28 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +gUnknown_085EFD80:: @ 85EFD80 + .incbin "baserom.gba", 0x5efd80, 0x8 + +gUnknown_085EFD88:: @ 85EFD88 + .incbin "baserom.gba", 0x5efd88, 0xc + +gUnknown_085EFD94:: @ 85EFD94 + .incbin "baserom.gba", 0x5efd94, 0x8 + +gUnknown_085EFD9C:: @ 85EFD9C + .incbin "baserom.gba", 0x5efd9c, 0x8 + +gUnknown_085EFDA4:: @ 85EFDA4 + .incbin "baserom.gba", 0x5efda4, 0x8 + +gUnknown_085EFDAC:: @ 85EFDAC + .incbin "baserom.gba", 0x5efdac, 0x18 + +gUnknown_085EFDC4:: @ 85EFDC4 + .incbin "baserom.gba", 0x5efdc4, 0x20 + +gUnknown_085EFDE4:: @ 85EFDE4 + .incbin "baserom.gba", 0x5efde4, 0x90 -- cgit v1.2.3