• 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!

Request Remove time limit in homerun contest

c/c++

Smash Rookie
Joined
Apr 23, 2016
Messages
12
Is there an ar code or any way I can remove the time limit for home run contest?
 

Punkline

Dr. Frankenstack
Joined
May 15, 2015
Messages
423
C c/c++ -- try these nops; the flags they disable seem to be responsible for initializing the timer in HRC

Gecko Code:

$Disable Homerun Timer [Punkline]
041b9ab8 60000000
041b9acc 60000000



DOL mod w/ports (can be installed with MCM):

Code:
    -==-


Disable Homerun Timer
Stops the match timer from initializing during Homerun Contest
[Punkline]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ----- 0x801b9ab8 --- 53E70FBC -> 60000000
---------- 0x801b9acc --- 53E73E30 -> 60000000
1.01 ----- 0x801B9534 --- 53E70FBC -> 60000000
---------- 0x801B9548 --- 53E73E30 -> 60000000
1.00 ----- 0x801B8DE8 --- 53E70FBC -> 60000000
---------- 0x801B8DFC --- 53E73E30 -> 60000000
PAL ------ 0x801BB624 --- 53E70FBC -> 60000000
---------- 0x801BB638 --- 53E73E30 -> 60000000
 
Top Bottom