Fix drawing AP items in shops

This commit is contained in:
espeon65536 2021-09-12 15:44:05 -05:00 committed by Fabian Dill
parent 6b8b30c3c7
commit ae97b5e704
1 changed files with 2 additions and 2 deletions

View File

@ -2071,9 +2071,9 @@ def place_shop_items(rom, world, shop_items, messages, locations, init_shop_id=F
if location.item.game != "Ocarina of Time":
item_display = location.item
if location.item.advancement:
item_display.index = 0xEF
item_display.index = 0xCB
else:
item_display.index = 0xEF # these will be different later
item_display.index = 0xCC
item_display.special = {}
elif location.item.looks_like_item is not None:
item_display = location.item.looks_like_item