Skip to content

Commit a949f6d

Browse files
committed
Uncomment
1 parent d686b61 commit a949f6d

File tree

3 files changed

+503
-502
lines changed

3 files changed

+503
-502
lines changed

DK64Client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def getCheckStatus(self, check_type, flag_index=None, shop_index=None, level_ind
148148
return self.readFlag(target_flag) != 0
149149
elif raw_flag == 0xFFFF:
150150
return self.readFlag(flag_index) != 0
151+
return False
151152

152153
# TODO: We need to modify this function to use getCheckStatus instead of the gameboy logic
153154
async def readChecks(self, cb):

0 commit comments

Comments
 (0)