Opera of Fear job data
This commit is contained in:
@@ -322,18 +322,17 @@ if __name__ == "__main__":
|
|||||||
# interf.skip_cutscene()
|
# interf.skip_cutscene()
|
||||||
|
|
||||||
# Loading all power-ups (except the one I don't know)
|
# Loading all power-ups (except the one I don't know)
|
||||||
# power_ups = PowerUps(True, True, True, False, *[True]*44)
|
power_ups = PowerUps(True, True, True, False, *[True]*44)
|
||||||
# interf.load_powerups(power_ups)
|
interf.load_powerups(power_ups)
|
||||||
|
|
||||||
# Adding 10000 coins
|
# Adding 10000 coins
|
||||||
#interf.add_coins(10000)
|
#interf.add_coins(10000)
|
||||||
|
|
||||||
# === Testing Zone ===
|
# === Testing Zone ===
|
||||||
|
|
||||||
# power_ups = PowerUps()
|
|
||||||
# interf.load_powerups(power_ups)
|
|
||||||
# print_thiefnet_addresses(interf)
|
# print_thiefnet_addresses(interf)
|
||||||
|
|
||||||
|
# disabling first job of episode 1 (0 = disabled, 1 = available, 2 = in progress, 3 = complete)
|
||||||
# interf._write32(0x1335d10+0x44, 0)
|
# interf._write32(0x1335d10+0x44, 0)
|
||||||
|
|
||||||
# current_job_info(interf)
|
current_job_info(interf)
|
||||||
|
|||||||
@@ -390,7 +390,7 @@ ADDRESSES = {
|
|||||||
"DAG root": 0x478C8C,
|
"DAG root": 0x478C8C,
|
||||||
"jobs": [
|
"jobs": [
|
||||||
[
|
[
|
||||||
[0x1335d10]
|
[0x1335d10][0x1350560,0x1357f80,0x844ff0][0x1330c40,0x1335dc0,0x133e9b0,0x1351520][0x135e550]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[0x1350560,0x1357f80,0x135aba0]
|
[0x1350560,0x1357f80,0x135aba0]
|
||||||
|
|||||||
Reference in New Issue
Block a user