• 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 Onett Codes

Punkline

Dr. Frankenstack
Premium
Joined
May 15, 2015
Messages
423
These overwrites remove the sign falling behavior and car spawning behavior from the vanilla Onett stage. I wrote these over a year ago while studying various stage mechanics, and just rediscovered them hiding in my notes:

Code:
-==-

Onett - No DRUG STORE sign behavior
Prevents sign falling behavior
[Punkline]
Revision ---- DOL Offset ---- Hex to Replace ---------- ASM Code -
NTSC 1.02 --- 0x801e40f8 ---- 900300C8 -> 60000000
------------- 0x801e4150 ---- B00300C6 -> 60000000


-==-

Onett - Stop car spawning behavior
Stops all cars from spawning in Onette
[Punkline]
Revision ---- DOL Offset ---- Hex to Replace ---------- ASM Code -
NTSC 1.02 --- 0x801e441c ---- 881E00C4 -> 38000080
Code:
$Onett - No DRUG STORE sign behavior [Punkline]
041e40f8 60000000
041e4150 60000000

$Onett - Stop car spawning behavior [Punkline]
041e441c 38000080
 
Last edited:
Top Bottom