From b2b7a7cd342d14b9383e9c7d56fbbbe8c498a7ca Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 18 Nov 2019 09:42:02 -0500 Subject: Dump remainder of data/evolution_graphics.s --- baserom.ips | Bin 281368 -> 280527 bytes data/evolution_graphics.s | 12 +++++++++++- graphics/unknown/unk_841EF48.png | Bin 0 -> 230 bytes 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 graphics/unknown/unk_841EF48.png diff --git a/baserom.ips b/baserom.ips index ede2692ce..b18fbddfe 100644 Binary files a/baserom.ips and b/baserom.ips differ diff --git a/data/evolution_graphics.s b/data/evolution_graphics.s index 71b31c0cc..716f8de57 100644 --- a/data/evolution_graphics.s +++ b/data/evolution_graphics.s @@ -37,4 +37,14 @@ gUnknown_841EF10:: @ 841EF10 .2byte 0x03c0, 0x0380, 0x0340, 0x0300, 0x02c0, 0x0280, 0x0240, 0x0200, 0x01c0, 0x0180, 0x0140, 0x0100 gUnknown_841EF28:: @ 841EF28 - .incbin "baserom.gba", 0x41EF28, 0x2A0 + .2byte -4, 0x10 + .2byte -3, 0x30 + .2byte -2, 0x50 + .2byte -1, 0x70 + .2byte 1, 0x70 + .2byte 2, 0x50 + .2byte 3, 0x30 + .2byte 4, 0x10 + +gUnknown_841EF48:: + .incbin "graphics/unknown/unk_841EF48.4bpp" diff --git a/graphics/unknown/unk_841EF48.png b/graphics/unknown/unk_841EF48.png new file mode 100644 index 000000000..a61833c0a Binary files /dev/null and b/graphics/unknown/unk_841EF48.png differ -- cgit v1.2.3