diff --git a/worlds/kh2/Client.py b/worlds/kh2/Client.py index 71251e26360d..4ff92594fc3c 100644 --- a/worlds/kh2/Client.py +++ b/worlds/kh2/Client.py @@ -591,6 +591,7 @@ async def IsInShop(self, sellable): # if journal=-1 and shop = 5 then in shop # if journal !=-1 and shop = 10 then journal + #todo:get these addresses updated journal = self.kh2_read_short(0x741230) shop = self.kh2_read_short(0x741320) if (journal == -1 and shop == 5) or (journal != -1 and shop == 10):