From 1937cc7b0d10b49cce27b60ff9af4b46d34ffede Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Mon, 14 Oct 2019 22:47:01 -0700 Subject: Port/dump palette tables. --- data/data.s | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'data') 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 -- cgit v1.2.3