diff options
-rw-r--r-- | baserom.ips | bin | 2401387 -> 2401339 bytes | |||
-rw-r--r-- | data/palette.s | 15 |
2 files changed, 13 insertions, 2 deletions
diff --git a/baserom.ips b/baserom.ips Binary files differindex c28018137..95538d30e 100644 --- a/baserom.ips +++ b/baserom.ips diff --git a/data/palette.s b/data/palette.s index 67a6fcb0c..fc479bbd6 100644 --- a/data/palette.s +++ b/data/palette.s @@ -1,7 +1,18 @@ .section .rodata .align 2 gUnknown_83AC960:: @ 83AC960 - .incbin "baserom.gba", 0x3AC960, 0x10 + .2byte 0xFFFF + .align 2 + .4byte 0 + .2byte 0 + .byte 0, 0x20, 0 + .align 2 gUnknown_83AC970:: @ 83AC970 - .incbin "baserom.gba", 0x3AC970, 0x20 + .byte 0, 0, 0, 0, 0 + .byte 5, 5, 5, 5, 5 + .byte 11, 11, 11, 11, 11 + .byte 16, 16, 16, 16, 16 + .byte 21, 21, 21, 21, 21 + .byte 27, 27, 27, 27, 27 + .byte 31, 31 |