Skip to content

Commit

Permalink
update the addresses hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWeakStrike committed Jun 14, 2024
1 parent 1fe3d84 commit 3b98694
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions worlds/kh2/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,14 @@ def __init__(self, server_address, password):
# self.inBattle = 0x2A0EAC4 + 0x40
# self.onDeath = 0xAB9078
# PC Address anchors
self.Now = 0x0714DB8
# self.Now = 0x0714DB8 old address
self.Now = 0x0716DF8
self.Save = 0x09A70B0
# self.Sys3 = 0x2A59DF0
# self.Bt10 = 0x2A74880
# self.BtlEnd = 0x2A0D3E0
self.Slot1 = 0x2A20C98
# self.Slot1 = 0x2A20C98 old address
self.Slot1 = 0x2A22FD8

self.chest_set = set(exclusion_table["Chests"])
self.keyblade_set = set(CheckDupingItems["Weapons"]["Keyblades"])
Expand Down

0 comments on commit 3b98694

Please sign in to comment.