From ae97b5e7040f0b79e303ba234146496cd3bdf2f2 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sun, 12 Sep 2021 15:44:05 -0500 Subject: [PATCH] Fix drawing AP items in shops --- worlds/oot/Patches.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/oot/Patches.py b/worlds/oot/Patches.py index fd123463..da59f9f6 100644 --- a/worlds/oot/Patches.py +++ b/worlds/oot/Patches.py @@ -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