diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-03 13:39:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-03 13:39:11 -0500 |
commit | bc0fe11d163da1131daf63bdeb2abcba788f6036 (patch) | |
tree | e0f649059b6b506b957ad378c9c8283b57380430 /data/graphics.s | |
parent | 6f127dca8f6f4462d6f50807a8456316340d674f (diff) | |
parent | 8d0618778125e8260021652d369584d82a8cdf39 (diff) |
Merge pull request #169 from ghoulslash/shop
Shop
Diffstat (limited to 'data/graphics.s')
-rw-r--r-- | data/graphics.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/graphics.s b/data/graphics.s index a886e2a56..3b9f6c3a0 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -14008,17 +14008,17 @@ gBerryPouchSpritePalette:: @ 8E85C1C gBerryPouchBg1Tilemap:: @ 8E85C44 .incbin "graphics/berry_pouch/unk_8E85C44.bin.lz" -gUnknown_8E85DC8:: @ 8E85DC8 - .incbin "baserom.gba", 0xE85DC8, 0x134 +gBuyMenuFrame_Gfx:: @ 8E85DC8 + .incbin "graphics/shop_menu/shop_menu.4bpp.lz" -gUnknown_8E85EFC:: @ 8E85EFC - .incbin "baserom.gba", 0xE85EFC, 0x13C +gBuyMenuFrame_Tilemap:: @ 8E85EFC + .incbin "graphics/shop_menu/shop_tilemap.bin" -gUnknown_8E86038:: @ 8E86038 - .incbin "baserom.gba", 0xE86038, 0x138 +gBuyMenuFrame_TmHmTilemap:: @ 8E86038 + .incbin "graphics/shop_menu/shop_tm_hm_tilemap.bin" -gUnknown_8E86170:: @ 8E86170 - .incbin "baserom.gba", 0xE86170, 0x38 +gBuyMenuFrame_Pal:: @ 8E86170 + .incbin "graphics/shop_menu/shop_menu.gbapal.lz" gUnknown_8E861A8:: @ 8E861A8 .incbin "baserom.gba", 0xE861A8, 0x98 |