Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWeakStrike committed Jun 14, 2024
1 parent 3b98694 commit 8671a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/kh2/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8671a3f

Please sign in to comment.