Skip to content

Commit

Permalink
steam version 7089
Browse files Browse the repository at this point in the history
  • Loading branch information
AUSTIN2526 committed Oct 1, 2023
1 parent 080ec95 commit 2e7b03a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/config.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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, 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
{'value': 99999.0, 'address': 0x0314EE60, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x9C0, 0x00], 'interlock':False}, # HP
{'value': 99999.0, 'address': 0x0314EE60, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x1400, 0x00], 'interlock': False}, # Pick Range
{'value': 99999.0, 'address': 0x0314EE60, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x1E50, 0x00], 'interlock': False}, # ATK
{'value': 999.0, 'address': 0x0314EE60, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x7C0, 0x00], 'interlock': False}, # Haste
{'value': 76.0, 'address': 0x0314EE60, 'offset': [0x70, 0x18, 0x170, 0x98, 0x48, 0x10, 0x1590, 0x00], 'interlock': False} # EX
)

def LV_info():
return (
{'value': 1.0, 'address': 0x0314EB98, 'offset': [0x48,0x10,0xEC20, 0x00], 'interlock': True}, # Level up
{'value': 999.0, 'address': 0x0314EB98, 'offset': [0x48,0x10,0xEC20, 0x00], 'interlock': True} # Stop Level up
{'value': 1.0, 'address': 0x0314EC90, 'offset': [0x48,0x10,0x8730, 0x00], 'interlock': True}, # Level up
{'value': 999.0, 'address': 0x0314EC90, 'offset': [0x48,0x10,0x8730, 0x00], 'interlock': True} # Stop Level up
)

def save_editor_info():
Expand Down

0 comments on commit 2e7b03a

Please sign in to comment.