• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Completed Automatic Continuation

Brandondorf9999

Smash Cadet
Joined
Mar 6, 2012
Messages
71
With this code I made, I've figured out a way to make an automated continuation state to make it select YES and return to the progress of the game on regular match instead of going to a Game Over and then being sent back to the menu. Here's the code and the description.

Automatically Select Yes if coins are lower than the requirements
For those who lost the battles in regular match, this will select the "YES" button for you without having to manually select it. There is also no coin loss.
[Brandondorf9999]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.00 ----- 0x8019ea7c --- 801E0070 -> 4800000c

1.00 ----- 0x8019ea24 --- 3C600001 -> 4800001c

1.00 ----- 0x8019ea40 --- 3800000A -> 38000009

1.00 ----- 0x8019fc90 --- 40820020 -> 40820018

1.00 ----- 0x8019FD3C --- 38000000 -> 38000001

1.01 ----- 0x801a0390 --- 40820020 -> 40820018

1.01 ----- 0x801A043C --- 38000000 -> 38000001

1.01 ----- 0x8019f17c --- 801E0070 -> 4800000c

1.01 ----- 0x8019F124 --- 3C600001 -> 4800001c

1.01 ----- 0x8019F140 --- 3800000A -> 38000009

1.02 ----- 0x801A0A84 --- 38000000 -> 38000001

1.02 ----- 0x801A09D8 --- 40820020 -> 40820018

1.02 ----- 0x8019F7C4 --- 801E0070 -> 4800000c

1.02 ----- 0x8019F76C --- 3C600001 -> 4800001C

1.02 ----- 0x8019F788 --- 3800000A -> 38000009

PAL ------ 0x801a02cc --- 3C600001 -> 4800001c

PAL ------ 0x801a02e8 --- 3800000A -> 38000009

PAL ------ 0x801a0324 --- 801E0070 -> 4800000c

PAL ------ 0x801A15E4 --- 38000000 -> 38000001

PAL ------ 0x801a1538 --- 40820020 -> 40820018
 
Last edited:
Top Bottom