diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-03-04 22:43:34 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-03-04 22:43:34 -0600 |
commit | 56f5e8bdabdc9cb18f65eccc4de66b2932489db1 (patch) | |
tree | 5623c7e43765d3d6d0619e9ee1e31b7307e5661d /data | |
parent | b0a46f2c4ba31fcc121d0e379ef42275003228e1 (diff) |
Disassemble palette.s
All but two functions match.
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index 35076df11..fc4f1c009 100644 --- a/data/data2.s +++ b/data/data2.s @@ -3115,9 +3115,13 @@ gUnknown_08524870:: @ 8524870 gUnknown_0852487C:: @ 852487C .incbin "baserom.gba", 0x52487c, 0x10 -gUnknown_0852488C:: @ 852488C - .incbin "baserom.gba", 0x52488c, 0x10 +gDummyPaletteStructTemplate:: @ 852488C + .2byte 0xFFFF + .space 9 + .byte 0x20 + .space 4 + .align 2 gUnknown_0852489C:: @ 852489C .incbin "baserom.gba", 0x52489c, 0x20 |