diff options
author | YamaArashi <shadow962@live.com> | 2017-01-05 19:09:15 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-05 20:17:12 -0800 |
commit | b9a1bbfca32df16e3628f8d866db669cd887546d (patch) | |
tree | a0c418eb17dcbbfee4102b2482653cb3c960dc16 /data/save_failed_screen.s | |
parent | 30e676b149a3a3a6ab65a371e636df8260b52b9c (diff) |
split out more data
Diffstat (limited to 'data/save_failed_screen.s')
-rw-r--r-- | data/save_failed_screen.s | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/save_failed_screen.s b/data/save_failed_screen.s new file mode 100644 index 000000000..70cc27fa8 --- /dev/null +++ b/data/save_failed_screen.s @@ -0,0 +1,16 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +gUnknown_08411940:: @ 8411940 + .incbin "baserom.gba", 0x00411940, 0x8 + +gUnknown_08411948:: @ 8411948 + .incbin "baserom.gba", 0x00411948, 0x18 + +gSaveFailedClockPal:: @ 8411960 + .incbin "graphics/misc/clock_small.gbapal" + +gSaveFailedClockGfx:: @ 8411980 + .incbin "graphics/misc/clock_small.4bpp.lz" |