Pseudo Freeze [JoshuaMK]
This code lets you press your button of choice to temporarily freeze the game. You can customize how long the freeze lasts for.
(Region Free)
C0000000 00000006
3D80XXXX 618CYYYY
A16C0000 280BZZZZ
4CA20020 39600000
916C0000 3D80TTTT
7D8903A6 7C0004AC
4200FFFC 4E800020
Guide
Note: This code makes use of user input. See this guide for reference on filling in values: https://mkwii.com/showthread.php?tid=44
XXXX = Controller Address (Upper Half)
YYYY = Controller Address (Lower Half)
ZZZZ = Button(s) To Freeze Game
TTTT = How Long the Freeze Lasts (Recommended Value is 5000, Which Lasts For About 12-15 Seconds)
#~~~~~~~#
#Source ASM#
#~~~~~~~#
lis r12, 0x8034
ori r12, r12, 0x3E80
lhz r11, 0 (r12)
cmplwi r11, 0x00F0
bnelr+
li r11, 0
stw r11, 0 (r12)
lis r12, 0x0001
mtctr r12
loop:
sync
bdnz+ loop
Code Creator: JoshuaMK
This code lets you press your button of choice to temporarily freeze the game. You can customize how long the freeze lasts for.
(Region Free)
C0000000 00000006
3D80XXXX 618CYYYY
A16C0000 280BZZZZ
4CA20020 39600000
916C0000 3D80TTTT
7D8903A6 7C0004AC
4200FFFC 4E800020
Guide
Note: This code makes use of user input. See this guide for reference on filling in values: https://mkwii.com/showthread.php?tid=44
XXXX = Controller Address (Upper Half)
YYYY = Controller Address (Lower Half)
ZZZZ = Button(s) To Freeze Game
TTTT = How Long the Freeze Lasts (Recommended Value is 5000, Which Lasts For About 12-15 Seconds)
#~~~~~~~#
#Source ASM#
#~~~~~~~#
lis r12, 0x8034
ori r12, r12, 0x3E80
lhz r11, 0 (r12)
cmplwi r11, 0x00F0
bnelr+
li r11, 0
stw r11, 0 (r12)
lis r12, 0x0001
mtctr r12
loop:
sync
bdnz+ loop
Code Creator: JoshuaMK
Super Mario Eclipse, what Super Mario Sunshine could've been.