Skip to content

Commit

Permalink
fixed Pickup range issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AUSTIN2526 committed Sep 8, 2023
1 parent a08dac0 commit 080ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def main_info():
return (
{'value': 99999.0, 'address': 0x0314EE10, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0xEB0, 0x00], 'interlock':False}, # HP
{'value': 99999.0, 'address': 0x0314EE10, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x1F80, 0x00], 'interlock': False}, # Pick Range
{'value': 99999.0, 'address': 0x0314EE10, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x18F0, 0x00], 'interlock': False}, # Pick Range
{'value': 99999.0, 'address': 0x0314EE10, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x340, 0x00], 'interlock': False}, # ATK
{'value': 999.0, 'address': 0x0314EE10, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0xCB0, 0x00], 'interlock': False}, # Haste
{'value': 76.0, 'address': 0x0314EE10, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x1A80, 0x00], 'interlock': False} # EX
Expand Down

0 comments on commit 080ec95

Please sign in to comment.