Game bugs: Difference between revisions
Line 102: | Line 102: | ||
* In ''Battletoads'', pressing up+down in the vertical tunnel level kills the player instantly. Additionally, pressing left+right causes the player to walk up/back even when in pure 2D stages, which can result in certain areas becoming impossible to complete. | * In ''Battletoads'', pressing up+down in the vertical tunnel level kills the player instantly. Additionally, pressing left+right causes the player to walk up/back even when in pure 2D stages, which can result in certain areas becoming impossible to complete. | ||
* In ''Mega Man 1'', ''2'', by pressing up+down at the top of a ladder, one may enter the "climbing ladder" state briefly above the top of the ladder. This allows "zipping" through walls. | * In ''Mega Man 1'', ''2'', by pressing up+down at the top of a ladder, one may enter the "climbing ladder" state briefly above the top of the ladder. This allows "zipping" through walls. | ||
* In ''Panic Restaurant'', pressing up while crouching(by pressing down, thus pressing up+down simultaneously) the player character's sprite uses garbage data including the damage sprite. This does not occur if up is pressed before down; the player chef merely stands still. | * In ''Panic Restaurant'', pressing up while crouching (by pressing down, thus pressing up+down simultaneously) the player character's sprite uses garbage data including the damage sprite. This does not occur if up is pressed before down; the player chef merely stands still. | ||
* In ''Teenage Mutant Ninja Turtles'', If you press the attack button while you jump while pressing up+down, the player character uses a garbage sprite, and attacks will use unusual [that is, garbage data] hitboxes. | * In ''Teenage Mutant Ninja Turtles'', If you press the attack button while you jump while pressing up+down, the player character uses a garbage sprite, and attacks will use unusual [that is, garbage data] hitboxes. | ||
* In ''Teenage Mutant Ninja Turtles II: The Arcade Game'', when you jump with a left or right move while pressing up+down, the player character will move in unusual directions and speeds, possibly screen-wrapping. | * In ''Teenage Mutant Ninja Turtles II: The Arcade Game'', when you jump with a left or right move while pressing up+down, the player character will move in unusual directions and speeds, possibly screen-wrapping. |
Revision as of 02:44, 5 May 2016
Listed are games that have been tested on NES or Famicom hardware and verified to look wrong or odd, due to things like NES hardware limitations or programming errors. Refer to this if you're developing an emulator and find a game that looks wrong, before you look for a problem in your emulator. If you are attempting to give your emulator "bug for bug" compatibility, you'll want to make sure that these glitches (or unusual behaviors) appear the same in your emulator as they do on the NES.
This is an incomplete list that concentrates on commercial games. For a list of homebrew programs that don't work on the NES, or which have glitches on the NES, see Program Compatibility. Sometimes, a bug slips into a game to make it rely on less-than-intentional features of the hardware; for those, see Tricky-to-emulate games.
Game | Problem |
---|---|
Akumajou Densetsu | When a door is opened/shut when the player goes through them, the screen shakes by one pixel. |
Armadillo | The in-game status bar occasionally bumps vertically by 1 pixel. This game also often suffers from slowdown. |
Castlevania | The PRG 0 version sometimes freezes right before the Grim Reaper. (Fixed in PRG 1 and PAL) |
Castlevania II - Simon's Quest | Sometimes incorrect tiles are shown on the playfield. |
Castlevania III - Dracula's Curse |
|
Chip 'n Dale Rescue Rangers | After reading the intro to the last, garbage sprites will appear in the upper left (right) corner of the screen. |
Commando | There are many bugs that may look like emulator glitches but aren't. |
Crystalis | The scanline above the status bar and above text boxes looks wrong. |
Dizzy The Adventurer | Resets the sound phase every frame, causing a nasty 60hz buzz. |
Donald Land | When the player progresses too quickly by boosting off of apples, the background loads fall behind and the scroll seam becomes visible. |
Double Dragon |
|
Double Dragon II | The status bar may suddenly change colors: sometimes when scrolling vertically it shows incorrectly for a couple of frames. |
Double Dragon III | Same status bar issue as Double Dragon II. |
Exed Exes | When pausing, the immediate next note of the music will play after the pause jingle completes. |
Ghostbusters (J) | The Japanese version of Ghostbusters loads the ending text from the wrong CHR bank, causing it to display a blank screen that eventually scrolls the hiragana 'riri' on the screen. |
Ghosts 'n Goblins |
|
Hebereke |
|
Hottarman no Chitei Tanken | During the game, when it caused a deceleration in when you are using a lot of heavy sprite, sometimes caused by a glitch in the scroll on the game suddenly it is paused and garbage sprites. |
Ironsword: Wizards and Warriors II | Noise channel doesn't work properly, sometimes plays longer notes and sometimes mutes. |
Kirby's Adventure | When Kirby of copy capability has changed, it attributed the icon flickers glitch representing the Kirby of the state, which is displayed in the status bar. |
Legend of Zelda | The screen "jumps" off 2 pixels at the start and end of vertical fast scrolling. |
Mega Man 3 |
|
Mega Man 5 | In Gyro Man's stage, inside the two elevators, the floor moves up by a few pixels when the elevator goes up, and move back down when the screen is fast-scrolled. |
Mitsume ga Tooru | Garbage data is visible in the upper side of the status bar by mistake when shaken by an earthquake, due to the status bar and playfield both sharing the nametables. |
Panic Restaurant | The in-game status bar, always bumps up by 1 pixel. |
Rad Racer | Steer to the far left, and a background scanline will be seen on the road. |
Rambo | One scanline is occasionally glitched, for the same reason as in Super Mario Bros.[1] |
Rampart (Jaleco) | During build phase, the drums (on the noise channel) drop out fairly early. |
Snow Bros. | When you clear the stage to rise to the next floor, the cause of it of CHR bank switching, glitches before the floor of the graphic will be due. |
StarTropics | The island map music (NSF track 1) has a problem with the second square channel: it is intermittently silent or playing the wrong notes after the first minute or two, because the music data was not made to fit/repeat properly. |
Super Mario Bros. |
|
Super Mario Bros. 3 (U) |
|
Teenage Mutant Ninja Turtles | The status bar flashes to a situation where you are using a heavy sprite in most action levels. |
The Addams Family | The in-game status bar occasionally bumps vertically by 1 pixel, caused by non-solid background pixels overlapping the sprite zero that is used for the status bar split. |
"Impossible" controller input
Many games do weird and buggy things when button combinations that would be impossible (or at least very hard) to input on a real controller are pressed. This comprises pressing left+right and up+down simultaneously. You probably want to prevent impossible controller input by default in an emulator, but have an option to allow it for those feeling experimental.
- In Zelda II: The Adventure of Link, Link can gain tremendous speed when pressing left+right.
- In Tiny Toon Adventures, the player can gain unusual speed when pressing left+right.
- In Spy vs. Spy, the character turns into an airplane when pressing left+right.
- In Battletoads, pressing up+down in the vertical tunnel level kills the player instantly. Additionally, pressing left+right causes the player to walk up/back even when in pure 2D stages, which can result in certain areas becoming impossible to complete.
- In Mega Man 1, 2, by pressing up+down at the top of a ladder, one may enter the "climbing ladder" state briefly above the top of the ladder. This allows "zipping" through walls.
- In Panic Restaurant, pressing up while crouching (by pressing down, thus pressing up+down simultaneously) the player character's sprite uses garbage data including the damage sprite. This does not occur if up is pressed before down; the player chef merely stands still.
- In Teenage Mutant Ninja Turtles, If you press the attack button while you jump while pressing up+down, the player character uses a garbage sprite, and attacks will use unusual [that is, garbage data] hitboxes.
- In Teenage Mutant Ninja Turtles II: The Arcade Game, when you jump with a left or right move while pressing up+down, the player character will move in unusual directions and speeds, possibly screen-wrapping.
Overscan ugliness
Some games display junk tiles in the overscan area, which is usually not seen (or is at least partially obstructed) on real TV sets. Examples include the NTSC versions of Metal Gear (e.g. in the jungle area when gameplay starts) and Solstice (on the title screen).