Skip to content

Instantly share code, notes, and snippets.

@charasyn
Created December 23, 2021 02:32
Show Gist options
  • Save charasyn/35c562f49eb22958ee1f3cb6e0afeeaa to your computer and use it in GitHub Desktop.
Save charasyn/35c562f49eb22958ee1f3cb6e0afeeaa to your computer and use it in GitHub Desktop.
Super Mario World Jailbreak - Install on Wii U / SNES Classic / Switch Virtual Console
=================
= Instructions! =
=================
Get powerup state $05
Use slow ACE to write the following ASM into $F0:
F0: A5 E6 (Obj A)
F2: 8D 69 06
F5: E6 F3
F7: 68 68 60
Use slow ACE to call $F0 to write the following ASM into $0669:
BRA 0
LDX $EE - Obj9 (shell)
LDA $ED - Obj8 (yosh)
STA $066A,X
INC $EE
RTS
Use slow ACE to set powerup state to $1F
Use item box ACE to write hex editor code into $0695
Use item box ACE to overwrite branch at $066A to $2A
(branches from 66b to 695)
Once hex editor is running.. we're golden. We can hex edit the hex editor into SRAM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment