diff --git a/graphics/berry_pouch/background.pal b/graphics/berry_pouch/background.pal deleted file mode 100644 index 3398ff143..000000000 --- a/graphics/berry_pouch/background.pal +++ /dev/null @@ -1,51 +0,0 @@ -JASC-PAL -0100 -48 -0 65 90 -255 0 255 -41 57 82 -65 180 164 -255 0 255 -255 0 255 -106 205 197 -164 205 238 -189 238 255 -255 255 205 -180 189 180 -148 148 148 -238 230 172 -106 106 106 -106 156 238 -0 90 131 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -189 213 213 -238 255 255 -222 246 255 -255 255 255 -164 222 255 -16 172 222 -0 82 115 -0 115 139 -0 123 197 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -189 213 213 -238 255 255 -222 246 255 -255 255 255 -164 222 255 -24 82 180 -0 90 131 -24 82 180 -24 82 180 diff --git a/graphics/berry_pouch/background.png b/graphics/berry_pouch/background.png index 14113b2f9..ee3f0b377 100644 Binary files a/graphics/berry_pouch/background.png and b/graphics/berry_pouch/background.png differ diff --git a/graphics/interface/hold_icons.pal b/graphics/interface/hold_icons.pal deleted file mode 100644 index e31d717c9..000000000 --- a/graphics/interface/hold_icons.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -57 205 106 -255 255 255 -213 213 255 -148 148 180 -255 246 156 -222 222 115 -246 82 41 -164 90 82 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -98 98 98 diff --git a/graphics/interface/hold_icons.png b/graphics/interface/hold_icons.png index 15df00440..53eeedde3 100644 Binary files a/graphics/interface/hold_icons.png and b/graphics/interface/hold_icons.png differ diff --git a/graphics/shop_menu/shop_menu.pal b/graphics/shop_menu/shop_menu.pal deleted file mode 100644 index b0fec0a30..000000000 --- a/graphics/shop_menu/shop_menu.pal +++ /dev/null @@ -1,35 +0,0 @@ -JASC-PAL -0100 -32 -238 230 172 -222 156 106 -255 189 131 -255 222 164 -255 255 213 -238 230 172 -106 106 106 -189 213 213 -238 255 255 -222 246 255 -255 255 255 -164 222 255 -16 172 222 -0 82 115 -0 115 139 -0 123 197 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -189 213 213 -238 255 255 -222 246 255 -255 255 255 -164 222 255 -24 82 180 -0 90 131 -24 82 180 -24 82 180 diff --git a/graphics/shop_menu/shop_menu.png b/graphics/shop_menu/shop_menu.png index 23af464a2..2fdc6cd6e 100644 Binary files a/graphics/shop_menu/shop_menu.png and b/graphics/shop_menu/shop_menu.png differ diff --git a/graphics/shop_menu/shop_tilemap.bin b/graphics/shop_menu/shop_tilemap.bin index 8d5ab35b7..801a5c6ff 100644 Binary files a/graphics/shop_menu/shop_tilemap.bin and b/graphics/shop_menu/shop_tilemap.bin differ diff --git a/graphics/shop_menu/shop_tm_hm_tilemap.bin b/graphics/shop_menu/shop_tm_hm_tilemap.bin index 92fbb7dad..4d0a67f05 100644 Binary files a/graphics/shop_menu/shop_tm_hm_tilemap.bin and b/graphics/shop_menu/shop_tm_hm_tilemap.bin differ diff --git a/src/graphics.c b/src/graphics.c index 9278b00f2..e8c07a97f 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1121,8 +1121,8 @@ const u32 gBerryPouchSpritePalette[] = INCBIN_U32("graphics/berry_pouch/berry_po const u8 gBerryPouchBg1Tilemap[] = INCBIN_U8("graphics/berry_pouch/background.bin.lz"); const u32 gBuyMenuFrame_Gfx[] = INCBIN_U32("graphics/shop_menu/shop_menu.4bpp.lz"); -const u32 gBuyMenuFrame_Tilemap[] = INCBIN_U32("graphics/shop_menu/shop_tilemap.bin"); -const u32 gBuyMenuFrame_TmHmTilemap[] = INCBIN_U32("graphics/shop_menu/shop_tm_hm_tilemap.bin"); +const u32 gBuyMenuFrame_Tilemap[] = INCBIN_U32("graphics/shop_menu/shop_tilemap.bin.lz"); +const u32 gBuyMenuFrame_TmHmTilemap[] = INCBIN_U32("graphics/shop_menu/shop_tm_hm_tilemap.bin.lz"); const u32 gBuyMenuFrame_Pal[] = INCBIN_U32("graphics/shop_menu/shop_menu.gbapal.lz"); const u32 gUnknown_8E861A8[] = INCBIN_U32("graphics/unknown/unknown_E861A8.bin.lz");