Disable the button ok in vs mode
#12
I made a version in python but is doesn't work i think the error can be I don't understand @ha and @l maybe

the code:
import dolphin_memory_engine as dolphin_memory

dolphin_memory.hook()

def lwz(a,b):
    return dolphin_memory.read_word(a+b)
def stw(a,b,c):
    dolphin_memory.write_word(a+b,c)
def lhz(a,b):
    v = hex(lwz(a, b))[2:]
    return int(v[:4],16)
def ori(a,b):
    a = hex(a)[2:]
    b= hex(b)[2:]
    return int(a[:-len(b)]+b,16)
def sth(a,b,c):
    dolphin_memory.write_word(a+b,c)
   
def press_a():
    r3 = 0x809c0000
    r3 = lwz(r3, -0x28f4)
    r3 = lwz(r3, 0x8)
    r4 = lhz(r3, 0x20)
    r4 = ori(r4,0x1)
    r4 = lhz(r3, 0x20)

press_a()
Reply


Messages In This Thread
Disable the button ok in vs mode - by coco - 11-19-2021, 11:58 AM
RE: Disable the button ok in vs mode - by Vega - 11-19-2021, 04:18 PM
RE: Disable the button ok in vs mode - by coco - 11-19-2021, 05:31 PM
RE: Disable the button ok in vs mode - by coco - 11-20-2021, 10:17 AM
RE: Disable the button ok in vs mode - by Vega - 11-19-2021, 11:06 PM
RE: Disable the button ok in vs mode - by coco - 11-20-2021, 10:22 AM
RE: Disable the button ok in vs mode - by stebler - 11-20-2021, 06:18 PM
RE: Disable the button ok in vs mode - by coco - 11-21-2021, 12:25 PM
RE: Disable the button ok in vs mode - by Vega - 11-21-2021, 03:13 PM
RE: Disable the button ok in vs mode - by coco - 11-21-2021, 04:42 PM
RE: Disable the button ok in vs mode - by coco - 11-21-2021, 05:30 PM
RE: Disable the button ok in vs mode - by Vega - 11-21-2021, 05:42 PM
RE: Disable the button ok in vs mode - by coco - 11-21-2021, 05:51 PM
RE: Disable the button ok in vs mode - by Vega - 11-21-2021, 05:52 PM
RE: Disable the button ok in vs mode - by coco - 11-21-2021, 06:21 PM
RE: Disable the button ok in vs mode - by Vega - 11-21-2021, 10:31 PM
RE: Disable the button ok in vs mode - by Vega - 11-22-2021, 02:03 AM
RE: Disable the button ok in vs mode - by coco - 11-22-2021, 12:13 PM
RE: Disable the button ok in vs mode - by Vega - 11-22-2021, 03:35 PM
RE: Disable the button ok in vs mode - by coco - 11-22-2021, 06:19 PM
RE: Disable the button ok in vs mode - by Vega - 11-22-2021, 06:59 PM
RE: Disable the button ok in vs mode - by coco - 11-22-2021, 07:03 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)