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

Bugs:Sonic the Hedgehog (Genesis)

From The Cutting Room Floor
Jump to navigation Jump to search
This page contains changes which are not marked for translation.
Other languages:
English • ‎polski • ‎日本語

This page details bugs of Sonic the Hedgehog (Genesis).

General Bugs

A Mildly Infuriating Title Screen

Incorrect Correct
Sonic the Hedgehog-title.png Also, the two E letters in the title screen are slightly different.

All objects on the title screen (including the trademark, and the PRESS START BUTTON text when that is re-enabled; see following section) are misaligned; instead of being dead-center, they are moved 8 pixels to the left of where they should be.

PRESS START IS NOT AN OPTION

In prerelease screenshots and the prototype, some flashing text saying "PRESS START BUTTON" was displayed below the giant emblem on the title screen. However, due to a programming error, the text no longer displays in the final release. The routine for loading the main title screen into memory doesn't fully clear out the memory used for the "SONIC TEAM PRESENTS" text, which prevents the PSB object from appearing. In the Japanese version, enabling the Hidden Credits, which override the "SONIC TEAM PRESENTS" screen, re-enables the text.

To fix this issue, open the ROM in a hex editor and at 0x31DD (30F9 in the Japanese version), replace the 0x07 with 0x0F.

Interestingly, this error was fixed in the Brazil-exclusive Mega Games 10 version, but not in any other release of the original game. The 2013 remake also fully restores the function, though the text is modified to read "TOUCH TO START". In the first version of the remake, it only displayed the prior mentioned text. However, when playing a later update (either the paid version or Sega Forever) in the "standard" device type or playing the version included in Sonic Origins, it reads "PRESS BUTTON".

No Jumping During Demos

The demos during the title screen and credits essentially use a table on whether a button should be pressed or held... in theory; however, the original release of Sonic 1 uses the wrong RAM value, which allows the player to disrupt the demos by holding A+B+C. Doing this prevents Sonic from jumping, which can lead to some funny results.

Although the demo disruption issue was fixed in the Japanese version and Sonic 2, the method they used to fix it ends up making the press/hold detection useless by clearing the input every frame.

100 = 10

Sonic1pointbug.png

At the end of a level, there are hidden point bonuses around the signpost. Although the 10,000 and 1,000 point bonuses work correctly, the 100 point bonus only gifts 10 points due to a missing zero in the points array (which multiplies the entries by 10).

This bug can be seen in the screenshot to the right. Although all bonuses have been obtained (one 10,000, one 1,000, and three 100 bonuses), the score only adds up to 11,030, even though it should be 11,300.

Prevent the Flashening

Both the time and ring counters can flash red; the former when 9 minutes have passed, and the latter when no rings have been collected. However, a bug in the HUD code will prevent the time counter from flashing to red if the player has at least one ring.

Level Wrapping

You practice your mannerisms into the wall...

A rather infamous bug, which made its way into both Sonic 2 and Sonic 3. It's possible for Sonic to get stuck in a wall, by debug mode or being pushed by other objects. When that happens, pressing either Left or Right on the D-Pad will force Sonic a distance away from the wall, in an attempt to get him unstuck. This can be used to skip certain parts of a level or, in certain cases, can send Sonic to the very end of a stage. When that happens, there's a chance of random objects and tiles appearing, and the signpost ending up using the sprites used for monitor contents, due to the signpost sprites not loading.

Jump Walking

Sonic1LBZjumpwalk.png

If Sonic is colliding with objects in certain zones (Most noticeable in Marble and Labyrinth, though it can be triggered as early as Green Hill Zone Act 2, through the Rock object with yellow spring on top) and starts jumping, the animation shown will be of him walking instead of his usual rolling/jumping one.

Title Screen Background Bug

When you drown in a water level and get a game over, the title screen's background will stop moving.

The Infamous One

The so-called "spike bug" is perhaps the most infamous (and infuriating) bug in the game. While Sonic is usually invulnerable for a brief moment upon being injured (indicated by his sprite flashing), if he lands on spikes, he will be harmed regardless of whether he is flashing or not. This has the effect of essentially guaranteeing the player's death if they land on a row of spikes, even if equipped with a shield. Unsurprisingly, this behavior has been removed in nearly every rerelease, as well as in Sonic the Hedgehog 2.

Whether this quirk is actually a bug or an intended behavior was a considerable source of debate - the bug is caused by spikes calling a unique routine to hurt Sonic, distinct from the routine used by every other harmful object in the game. However, a 2021 analysis by MarkeyJester determined that the behavior is most likely unintentional; spikes require a separate routine because, unlike the game's other hazards, they are also solid objects, and the developers likely forgot to check the hurt timer. In the prototype, the bug occurs even when the player has Invincibility, lending further credence to the notion it was never intended.

Technical Bugs

Displaying Before Initializing

In Sonic 1, the way it handles initialization of non-dynamic objects in object RAM is dangerous; essentially, the game loads an object in a slot before the previous one is cleared, and then deleted on the same frame; this, as a result, makes an object display invalid mappings and can cause a crash under very specific circumstances. The developers also knew about this bug as while the common routine to delete an object off-screen is fixed, object-specific variations aren't, and even in the Japanese version some changes were made to start fixing the issue, although it wouldn't be fully eradicated until Sonic 2.

Zone-Specific Bugs

Green Hill

Scrolling Your Way to Death

Rest in peace, we kinda knew ye

Due to the way the camera is set up in Sonic 1, and the general area of where the bug is located, it's possible to kill Sonic in a certain area of Green Hill Zone Act 1. By jumping straight down while on a loop and then rolling, Sonic will gain enough speed to outrun the camera, resulting in the loss of a life.

Spring Yard

Art Chaos

Sonic1SYZweirdroller.png

In the level art lists for Spring Yard Zone - which load object sprites into the game's memory - is an unused entry for the Caterkiller enemy, which starts at $9FE0. But due to its closeness to the entry for the Roller enemy (starting at $9700), the two sprites clash each other during gameplay, noticeable during the Roller's rolling animation.

Labyrinth

The Post Roll

The routine that runs pattern load cues in Sonic 1 (and Sonic 2, technically) has an error in it, where an instruction is placed a few lines earlier than it should be. Although normally unnoticeable, it is possible to crash the game with it by rolling at the end of Labyrinth Zone Acts 1 and 2.

Infinite Pain

Sonic1LBZMissingsignpost.png

At the end of Labyrinth Zone Act 2, the signpost can be unloaded from memory by heading to the area where the camera locks horizontally, and running all the way to the left. There is no way to exit this screen without resetting or turning off the console; jumping into a Giant Ring will not transport Sonic to a Special Stage, and the timer, when it runs out, will not kill off Sonic.

Living Forever

The glitch pulled off successfully. Note the strange-looking lives counter.

It's possible, through careful timing in Labyrinth Zone Act 3, to change Sonic's lives from 1 to 255 in the section with the current and breakable poles. By positioning Sonic in front of some spikes, and letting his drown countdown run out, Sonic will drown and suddenly fly right into the spikes, causing him to lose two lives at once. This will roll his lives counter back to (a glitchy) 255.

Star Light

The Upward Orbinaut

If you jump into a Orbinaut at around three quarters into Act 1 on the upper path, Sonic will die when he hits the top of the screen.

Final

Near-Invincible Final Boss

Very similar in outcome to the Lives Underflow glitch. During the fight with Robotnik in Final Zone, his 'death' animation shows his exploding crusher sinking into the ground, slowly. It's possible, with quick timing on the eighth and final hit, to hit Robotnik a second time, rolling his health over to 255. This makes it impossible to defeat Robotnik, and the only way to turn his health back to normal is to lose a life.

Fall off Level at Final Boss

If the player carefully times a jump after the final boss, it's possible to fall into the pit. This can only be done if you hit the final boss , since there is a invisible wall if you don't.

Sound Bugs

Missing Drums

If the game is paused while the music fades back in, the percussion track (DAC) will not play.

Special Silence

Obtaining a 1UP in the Special Stages (normally only done by collecting 100 rings) will cause the sixth audio channel to go silent; this is because the developers never made a check on whether the song uses a DAC channel or FM6 channel; since the fade in always defaults to the DAC channel, the FM6 channel is ignored by the sound engine.

Extra PSG2 Notes

There's supposed to be a additional melody in the Credits' code. For whatever reason, due to a stray sound command this never plays in-game. On the right is a mockup showing the notes re-synced and audible.