If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Razor Freestyle Scooter (Nintendo 64)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Razor Freestyle Scooter

Developer: Titanium Studios
Publisher: Crave Entertainment
Platform: Nintendo 64
Released in US: November 27, 2001


CodeIcon.png This game has unused code.
TextIcon.png This game has unused text.
DebugIcon.png This game has debugging material.


Hmmm...
To do:
Check if test mode does anything else.

Test Mode

RazorFreestlyeScooterN64-debugmode.png

Enabling the below GameShark code will display a FPS counter on the top left corner of the screen. It will also enable a minimal free camera mode when holding Z.

Enable Test Mode
800E370F 0001
(Source: Punk7890)

Cheats

While the EVERYTHING UNLOCKED cheat has been known for several years, there's actually individual codes to unlock each character in the game as well as another unused cheat system that reads button inputs while the game isn't paused, however for these you need to have Test Mode enabled. These cheats actually do nothing at all anymore.

Pause menu cheat inputs:

Pause Screen Inputs Cheat Name
Left, Down, Left, Down, Right, Up, Right, Up Daryl Unlocked
Left, Left, Left, Left, Left, Right, Left, Right Hector Unlocked
Right, Left, Right, Right, Left, Right, Right, Right Brittany Unlocked
Down, Up, Right, Down, Up, Left, Down, Up Tito Oritiz Unlocked
Up, Down, Down, Left, Right, Right, Right, Down Chippie Unlocked
Left, Down, Up, Left, Right, Up, Down, Left Tiki Man Unlocked
Left, Right, Up, Right, Right, Right, Up, Right Norton Unlocked

In-game cheat inputs (needs Test Mode active and would have needed to be pressed fast):

In-game Inputs Notes
Up, Down, Right, Right, Up, Down, Right, Right, Z Does nothing.
Up, Down, Left, Left, Up, Down, Left, Left, Z Does nothing.
Down, Down, Up, Up, Down, Down, Up, Up, Z Does nothing.
Left, Left, Right, Right, Left, Left, Right, Right, Z Does nothing.
Left, Right, Left, Right, Left, Right, Left, Right, Z Does nothing.

The In-game cheats may have been related to the other cheat text found in the ROM that have no effect anymore: BALANCE METER DISABLED, BALANCE METER ENABLED, and RESPECT TO UNLOCK. However, the text TOURNAMENT UNLOCKED, CURRENT LEVEL MAX, and SECRET CHARACTER UNLOCKED, actually have a small portion of code left to display them in the pause menu. Apply the below code to change the "Daryl Unlocked" cheat to an unused text string. It's unknown if they actually affect anything in the game anymore.

Change Daryl Unlocked Cheat To an Unused Cheat
8005921F 00??

?? =
07 TOURNAMENT UNLOCKED
08 CURRENT LEVEL MAX
0A SECRET CHARACTER UNLOCKED
(Source: Punk7890 (button inputs), ReyVGM (text discovery))

Unused Display Menu

Elementary, my dear Cactus.
This needs some investigation.
Discuss ideas and findings on the talk page.
Specifically: See if this shows up on a PAL N64.

RazorFreestlyeScooterN64-displaymenu.png

Despite the Nintendo 64 port of the game never being released in any PAL regions, it has some text for 50hz support which can be found at 0x1DF0 in the ROM. None of this text ever shows up when the game is played on an NTSC console.

if the picture appears correctly,
your tv supports 60hz

if the picture is unstable or flickers,
your tv is not 60 hz compatible

a picture will be displayed for 3 seconds
test whether your television supports 60 hz

60 hz display
requires a television that supports 60 hz

50 hz display
can be displayed on all pal televisions

TV SETTING
50Hz
60Hz
TEST

There is an unused section of code to display this menu, however no control routines for it anymore. Apply the below code to enable this screen at startup.

81026D26 7C64
(Source: Ferrox (Text discovery), Punk7890 (GameShark code))