long time ago i hacked a code to speed up the enemies in F-Zero GX. It's pretty funny and still awesome to do some 3000km/h neck to neck races. but the problem is, the game always crashes by entering a track, and i always fall through the track. and i'm sure there is a way to short this code (i hacked it for story mode and ntsc-u and ntsc-j version too. same problems happen there aswell)
Speed code enemies 2400km/h Race Mode PAL
48000000 801B96EC
DE000000 80008180
12000808 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12000E28 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12001448 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12001A68 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12002088 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
120026A8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12002CC8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
120032E8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12003908 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12003F28 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12004548 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12004B68 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12005188 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
120057A8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12005DC8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
120063E8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12006A08 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12007028 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12007648 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12007C68 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12008288 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
120088A8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12008EC8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
120094E8 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
12009B08 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
1200A128 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
1200A748 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
1200AD68 00004141
E2000001 80008000
48000000 801B96EC
DE000000 80008180
1200B388 00004141
E2000001 80008000
E0000000 80008000
E0000000 80008000
hmmm... try it ASM ;D it has low Codelines and works in all stages.
Quotethe game always crashes by entering a track
Or find a Codeline to activate this code when the race begins.
I have not this game :-\ to help or i purchase in the next time.
Geeze! That's horrendous. Looks like it was ported from an AR code.
You should be able to replace it with a 48, DE, and 18 code types. For the 18 code type, you want an initial address of __000808 added to the po, initial value X = 00004141, Value size T = 1 (half word), address increment Z = 0620, and value increment V = 0. You're on your own to figure out NNN, I'm not counting how many 12 code types are in that code. Just remember that if your 18 code type should write to 8 spots, you would want N=7. http://www.geckocodes.org/index.php?arsenal=1#08
48000000 801B96EC
DE000000 80008180
18000808 00004141
101C0620 00000000
E0000000 80008000
At this point, you could also add a button activator to toggle it on and off.
EDIT:
Bully says 29 = 0x1D writes, so N=0x1C.
There are 29 "12 writes".
thanks, the code looks like this now:
Enemies Speed Code (all 29) GP, Practaise
2017CB5C 01020200 *ONLY activates the code when a race has been started* (it's no pointer code, and also neccassary to avoid crashes)
48000000 801B96EC
DE000000 80008180
18000808 00004141
101C0620 00000000
E0000000 80008000
it still works fine. But the problem is, i sometimes fall through the road.
could it be possible to do a 3F800000 search to find a code to en- or disable the "Ground-Coli"? (also changing the value of 3f800000 causes you fall through the track and using 3f800000 to keep staying there)
i know a code like this can be found by 3f800000 searches