If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Bugs:Castlevania (NES)
This page details bugs of Castlevania (NES).
Contents
FDS Version
Staircase Glitch
There's a glitch present which can trigger an invisible staircase right before you meet Dracula. It appears that you are somehow able to "catch" the stairs a few pixels off on the screen below, which ultimately results in Simon walking up an invisible staircase into a screen of glitchy graphics. This bug was fixed for the cartridge-based versions. Akumajou Dracula X: Chi no Rondo would later pay tribute to this glitch with an invisible staircase in the same spot, which actually led to a secret room.
Cartridge Versions
NMI Crash
Due to a simple oversight during the FDS to NES cartridge conversion, revision 0 of the game may crash in areas with lots of sprites, such as stage 15 (particularly the hallway below Death's chamber, and the battle with Death himself).
Normally when a non-maskable interrupt (NMI) is triggered at the end of a frame, ROM bank 0 is loaded at $8000-$BFFF, which contains some routines that are run during an NMI. However, if an NMI hits while the game is doing lots of sprite calculations, ROM bank 6 may be loaded instead; as a result, the game eventually jumps into the middle of the wrong routine and overwrites a large portion of RAM with garbage.
Revision 1 fixes this problem by swapping in bank 0 before attempting to jump to the offending routine.
The initial release of Castlevania Anniversary Collection mistakenly uses the Revision 0 ROM which has the aforementioned NMI glitch still intact.
Invisibility Potion Crash
Entering a door while under the effects of an invisibility potion can cause the game to crash in a similar manner to the "NMI crash" explained above. If the potion starts to wear off (RAM address $5B changes to $40) as Simon is passing through the door, the game attempts to jump to code in the switchable ROM area while the wrong bank is loaded, causing the CPU to hang on an invalid opcode. It's currently unclear why the crash only happens under these specific circumstances.
Interestingly, due to some code being moved around, the bug does not cause a crash in the Japanese cartridge release, though it will often spawn an invisible, glitchy solid object somewhere on the screen after the door transition.
Sound Fix
When Simon is falling into stage 4, the dropping sound starts a few frames before he appears on the screen. This was fixed in Revision 1 by moving the code that plays the sound ahead in the program.
No Music
If you let the first two demos play and then skip the third one and begin playing, there will be no music. The effect disappears if you die or reach the boss.
All Versions
Screen Transition Bug
At the end of the underground area of stage 4, it's possible for Simon to get pushed upwards through the platform below the stairs by hitting a bat at the peak of his jump. When this happens, touching the stairs will cause the level transition to fail. In the FDS and Japanese cartridge versions, this will freeze the game at a black screen; in the US cartridge versions, however, this will dump Simon in a glitched room with several sprites. Dying here will cause him to respawn in the correct area.