diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics.s | 6 | ||||
-rw-r--r-- | data/pokeblock_feed.s | 18 |
2 files changed, 4 insertions, 20 deletions
diff --git a/data/graphics.s b/data/graphics.s index 8ac035046..a68240d64 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -880,13 +880,13 @@ gBuyMenuFrame_Tilemap:: @ 8D9B0F0 gMenuMoneyGfx:: @ 8D9B230 .incbin "baserom.gba", 0xd9b230, 0x84 -gUnknown_08D9B2B4:: @ 8D9B2B4 +gMenuPokeblock_Gfx:: @ 8D9B2B4 .incbin "baserom.gba", 0xd9b2b4, 0x1bc -gUnknown_08D9B470:: @ 8D9B470 +gMenuPokeblock_Pal:: @ 8D9B470 .incbin "baserom.gba", 0xd9b470, 0x358 -gUnknown_08D9B7C8:: @ 8D9B7C8 +gMenuPokeblockDevice_Gfx:: @ 8D9B7C8 .incbin "baserom.gba", 0xd9b7c8, 0x27c gUnknown_08D9BA44:: @ 8D9BA44 diff --git a/data/pokeblock_feed.s b/data/pokeblock_feed.s index bbb429b03..72c0f72a3 100644 --- a/data/pokeblock_feed.s +++ b/data/pokeblock_feed.s @@ -3,23 +3,7 @@ .section .rodata -gUnknown_085EFEBC:: @ 85EFEBC - .incbin "baserom.gba", 0x5efebc, 0x32 - -gUnknown_085EFEEE:: @ 85EFEEE - .incbin "baserom.gba", 0x5efeee, 0x12 - -gUnknown_085EFF00:: @ 85EFF00 - .incbin "baserom.gba", 0x5eff00, 0x5fc - -gUnknown_085F04FC:: @ 85F04FC - .incbin "baserom.gba", 0x5f04fc, 0x54 - -gUnknown_085F0550:: @ 85F0550 - .incbin "baserom.gba", 0x5f0550, 0x8 - -gUnknown_085F0558:: @ 85F0558 - .incbin "baserom.gba", 0x5f0558, 0x10 + .align 2 sPokeblocksPals:: @ 85F0568 .incbin "baserom.gba", 0x5f0568, 0x48 |