Wave Race: Blue Storm (GCN/WIIRD/PAL)

Game Hacks, Trainers, Cheats

Moderator: Ralf@gc-forever

Post Reply
Ralf@gc-forever
Posts: 2906
Joined: Sun Mar 16, 2014 9:31 am

Wave Race: Blue Storm (GCN/WIIRD/PAL)

Post by Ralf@gc-forever » Sun Nov 30, 2014 1:09 pm

Wave Race: Blue Storm [GWRP01]

Code: Select all


Enable 60Hz Mode [Ralf]
040000CC 00000000
04007074 38600000

16:9 Aspect Ratio (Widescreen) [Ralf]
C209A948 00000002
FD002090 C0429214
60000000 00000000
04696434 3FE38E39

Tutorial: Trial Option Accessible [Ralf]
0409EE18 38000000
04694A44 00000001

Multi-Player: Enable Single Player Mode [Ralf]
0409CF1C 60000000
040A38F4 2C1B0001

Free Roam: Enable Dolphin Mode [Ralf]
02694912 00000001

Never Out Of Bounds (Improved) [Ralf]
040CC0A4 3C601000

Super Top Speed [Ralf]
04623D08 3F800000

Super Turbo [Ralf]
046964B0 3F000000

Infinite Turbo [Ralf]
040921EC 38800000

Better Handling (Jetski) [Ralf]
046964E0 46000000

More Water Effects [Ralf]
0469573C 46000000

Insulting Announcer [Ralf]
0409EDE0 98AD8CD2
006940B1 00000001

Flat Camera [Ralf]
0461BD44 00000000

Alt. Camera Modes 1 [Ralf]
062CB630 00000010
43F00000 43700000
43200000 42B40000
062CB750 00000010
41880000 41A80000
41A80000 40000000

Alt. Camera Modes 2 [Ralf]
062CB630 00000010
45000000 44800000
44000000 43800000
062CB750 00000010
41480000 41680000
41880000 41980000

Alt. Camera Modes 3 [Ralf]
062CB510 00000010
42C80000 42800000
42200000 42000000
062CB750 00000010
40800000 40000000
00000000 C0000000

Japanese Results Screen [Ralf]
00337D9B 0000006A

Japanese Tutorial Mode [Ralf]
04334A48 6F726A2E
04334A4C 74706C00
04334A5C 6A2E7470
04334A60 6C000000

Japanese Maps (Free Roam) [Ralf]
0833266A 00006A2E
10070010 00000000
0833266C 74706C00
20070010 00000000

maximonline
Posts: 1
Joined: Thu Dec 07, 2023 3:06 pm

Timetrial vs Bots

Post by maximonline » Thu Dec 07, 2023 3:17 pm

hello, in case anyone like me always wanted to play against bots in time trial, ive made some gecko code.
now you can play any map in any weather condition (if unlocked) against NPCs without doing a full championship! :shock: 8-)

WARNING:
-other modes wont work unfortunately
-skip replays because they dont work properly

Wave Race: Blue Storm [GWRP01]

Code: Select all

283E2BED 00000001
00693DA7 00000001
002E25D9 00000001
003E2BED 00000000

282E25D9 00000001
002E25DD 00000008

22349005 00000000
002E25D9 00000000
00694635 00000000

2861C579 00000003
002E25D9 00000001

28693DB3 00000006
002E25D9 00000001
protip:
-change the player number (line 5) to how much players you want (1vs1 is really fun too)
-changing the day (line 8) will also affect gameplay difficulty (wave height and bot fierceness)

demo: https://youtu.be/me4yC-6V-uw?si=-Zt-DwI0xiBNkzCn


comments in case anyone wants to improve it:

Code: Select all


//if retired = change to time trial mode again
283E2BED 00000001 
00693DA7 00000001
002E25D9 00000001
003E2BED 00000000 //set indicator back to avoid menu screen bugging out

//sets up 8 players if time trial has been selected
//otherwise you will play alone
282E25D9 00000001 //delete if you want 8 players everywhere (stunt, free roam) => buggy and might crash
002E25DD 00000008 //set number of players

//changes game mode to championship and sets the day to 3 if a time trial has been started (unknown indicator which triggers right after game start)
//be careful because switching to championship mode must be well timed, otherwise the game might crash
22349005 00000000
002E25D9 00000000
00694635 00000003 //change day or leave blank for random selection

//changes game mode to time trial in lap 3 to avoid instant replay crash and further oopsies
2861C579 00000003
002E25D9 00000001

//changes game mode to time trial again when result screen is shown because the game changes it back to championship(0) for unknown reasons
//brings the user back to time trial menu screen and saves the times accordingly, otherwise you will start a broken championship which will crash the game
28693DB3 00000006
002E25D9 00000001
Post Reply