nimbus/patch/main.s
2021-12-21 12:08:01 -06:00

23 lines
233 B
ArmAsm

.3ds
.thumb
.open "code.bin", "code_patched.bin", 0x100000
# Remove permission checks
.org 0x14111a
b 0x141120
.org 0x141144
b 0x14114a
# Remove account checks
.org 0x102536
b 0x102556
.org 0x101968
b 0x101974
.close