top of page

Remove Controls Tutorial and Intro Text

7.10

Description Loading...

HMA Discord Link 2.png

Credits:

Zake


NOTE: This will NOT work with the Skip Oak Intro (Guide 7.9)

How To

Go to 12F33C and select to 12F4A7 (or type 16C into length in the bottom left of the HMA window)


On the left, replace the thumb code with this:

Start:
    push {r4, lr}
    ldr r4, Function
    bl Linker
    pop {r4, pc}

Linker:
    bx r4

Function:
    .word 0x0812F7C1


Happy Hacking!

 


bottom of page