diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution_graphics.s | 12 |
1 files changed, 11 insertions, 1 deletions
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" |