diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-30 20:08:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-30 20:08:34 -0400 |
commit | 7f06718571de81609208a5fa402a93da63cfa8bf (patch) | |
tree | ac9810b83e31e292a1b1f1d525a76c42651c2e04 | |
parent | 4aeb66f9df4e6174c94c1b9d3215468ea4e6b76f (diff) |
Disassemble data/palette.s
-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 |