diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:47:01 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:47:01 -0700 |
commit | 1937cc7b0d10b49cce27b60ff9af4b46d34ffede (patch) | |
tree | 879a47740aa39ad625ab79f250429aaa574592a4 /data | |
parent | a91de64dcfed6f201ab3e66d95b54e932bc14946 (diff) |
Port/dump palette tables.
Diffstat (limited to 'data')
-rw-r--r-- | data/data.s | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/data/data.s b/data/data.s index d92448cb3..97800a72d 100644 --- a/data/data.s +++ b/data/data.s @@ -7,14 +7,8 @@ .section .rodata -gMonPaletteTable:: @ 823730C - .incbin "baserom.gba", 0x23730C, 0xE8 - -gUnknown_82373F4:: @ 82373F4 - .incbin "baserom.gba", 0x2373F4, 0xCD8 - -gMonShinyPaletteTable:: @ 82380CC - .incbin "baserom.gba", 0x2380CC, 0x1010 +gUnknown_8238E8C:: @ 8238E8C + .incbin "baserom.gba", 0x238E8C, 0x250 gTrainerFrontAnimsPtrTable:: @ 82390DC .incbin "baserom.gba", 0x2390DC, 0x250 |