Glitches
There are many glitches in Deltarune, ranging from being game-breaking, causing minor visual, audio, or cause incorrect text. Some of these are Chapter-exclusive, while others continue across multiple Chapters. Some glitches eventually get patched, which is documented in version differences.
In Chapters 1 & 2, Ralsei's attack box does not light up when attacking, this due to a bug instead of pressbuffer[1], pressbuffer[2] and pressbuffer[3] being set to 5, the game instead sets, press buffer[0], pressbuffer[1] and pressbuffer[2] to 5.
In Chapters 2, 3 & 4, it is possible to perform a "Wrong Warp". A wrong warp brings the player to the default position of the room instead of the room entrance (the same place where loading a save point would bring the player). This is only possible when a variable in Kris' movement code called roomenterfreezeend is set to 0. This is also known as "Wrong Warp State". Wrong warp state is attained from either loading a save file, ending a cutscene that changes it or from another wrong warp. Wrong warp state is lost in room transitions where a wrong warp is not performed. There is no visual indicator of having wrong warp state. To perform a wrong warp, the player must first have the aforementioned wrong warp state and then enter a room transition and exiting it on the subsequent frame.
When any party member is on 2HP, the party cannot be killed by overworld hazards.
If two or more party members use a Glowshard in the same turn against a Rudinn, The GLOWSHARD disappeared!" text will appear, though both the Glowshard and the item in the second or third (depending on if 2 or 3 party members used the Glowshard) inventory slot will disappear. This glitch can be used to remove the Manual without it being considered tossed.
In the original Chapter 1 demo, hacking to give Susie the Wood Blade prior to the battle with Dummy would prompt the text, "... You have a SWORD!?" As of the Chapter 1 & 2 Demo, this text is inaccessible even with save editing due to a code typo, in which wmessage2temp was misspelled as wmessage2tempt.
Versus Tasque Manager, performing the individual ACTs for Kris, Susie, and Ralsei causes their respective wan sprites to only appear as an afterimage due to scr_act_charsprite_end immediately setting the party to their idle poses.[1]
On the Switch version of Deltarune, in the room right before Berdly’s first fight in Cyber Field, moving along the left wall of the door to enter the roller coaster will cause Kris to clip out of bounds.
If Kris interacts with K_K at the point where the shortcut door in Cyber Field is, and are aligned correctly with Kris as close to the door as possible, and choose to buy 400 bagels, once the dialogue appears, “You just couldn’t hold that many”, if the player presses up and interacts with shortcut door, it will cause the flavor text from the empty door to start, however, Kris can still move. If K_K is interacted with again, and the [CONFIRM] button is pressed, but not the [MENU] button that skips it automatically, it will cause the door warp selection dialogue to appear. If any of the locations are chose without being in a location where an interaction with K_K or the empty door will start, Kris will warp to that location. Otherwise, it will trigger a Choicer Overflow. This glitch notably can cause a lot of side effects and other glitches.
Glitches caused by the Bagel Overflow.
If the room is exited before the music comes back up after selecting to buy 400 bagels, then the music will stop playing until the music is reset. Sound effects still play.
If the Bagel Overflow is used to activate the Shortcut door to Queen's Mansion and the Dining hall is entered the cutscene will play out wrong due to entering it from an unintended screen transition.
Normally when Kris goes to the bathroom in the Dreemur Residence to wash their hands, the door is unable to be opened, but by pressing the Home button on consoles, the door becomes openable again, allowing for Kris to leave the house, to either go back to Hometown or enter Castle Town again.
If White Cloak is hit by HERO_SWORD in the room she is found, and the room is exited at the same time, it will cause her color palette to be inverted for the rest of the Ice Palace, until she is used up.
Due to a programming oversight, talking to the third curtain NPC will prevent Miss Mizzle from noticing Kris has flirted with the Watercooler nearby in her fight, as the flag used to check is also used by this particular curtain NPC. Miss Mizzle's battle logic does not account for the flag's value changing after if talking to this curtain NPC after flirting, causing this error.
DualHeal's description when Ralsei and Susie cast it together versus the Titan Spawn and Titan lists Susie twice due to the character names array being structured to avoid zero-based numbering,[2] which was overlooked.[3]
Owning the BlueRibbon prevents the BlackShard from spawning at the cliff in Castle Town. This is a bug due to the two items sharing the same ID number, which tricks the game into thinking that the player obtained the Black Shard.[4][5][6]
On PC only, every Light World item cannot be dropped, this is because the code that checks whether a Light World item is a weapon or not will always at least return the ID for the Pencil, causing all items to be prevented from being dropped in Chapter 4.
In the Dark Sanctuary, the cutscene where Kris plays the giant organ can be skipped by only checking the SheetMusic, which causes the door to open.[7][8]
Susie and Ralsei reacting to Piano that may not be played that well being played on the organ causes text-speed skipping to be disabled in encounters for entirety of Chapter 4, and transfers into Chapter 5.[9]
When the Roaring Knight kidnaps Asgore, after crashing at the wall and being confronted by Flowery, there is a small chance for the purple cloudy effect surrounding Asgore not to show, making him appear to be inside a fully black circle with no extra details.
When using a Chapter 4 Completion FILE to create a Chapter 5 file, if Titan Spawn were slain, Jackenstein will not come to Castle Town, with Susie not finding him. This is what occurs if a Chapter 4 Recruit is missed, and is likely an oversight, as the incident which causes Jackenstein to disappear occurs prior to fighting the Spawn.
If the Trashy Trio is gotten to 99% Mercy, but the party is defeated on the same turn, then the end cutscene will play as normal, but Jigsaw Joe will still say the party lost and doesn’t count the fight as won, allowing the Trashy Trio to be refought.
Kris cannot run while watering with the watering can unless Auto-Run is enabled. If Auto-Run is enabled, Kris cannot walk while watering with the watering can.
On consoles, if the Home button is pressed while inside the church in Castle Town the game will crash.
- ↑ gml_Object_obj_tasque_manager_enemy_Step_0 script, lines 285–287, Chapter 2
- ↑ gml_GlobalScript_scr_initialize_charnames script, line 6, Chapter 4
- ↑ gml_GlobalScript_scr_spelltext script, lines 40–43, Chapter 4
- ↑ gml_GlobalScript_scr_armorinfo script, line 589, Chapter 4
- ↑ gml_GlobalScript_scr_weaponinfo script, lines 571–572, Chapter 4
- ↑ gml_GlobalScript_scr_get_cliff_items script, line 70, Chapter 4
- ↑ gml_GlobalScript_scr_itemuse script, lines 639–642, Chapter 4
- ↑ gml_Object_obj_dw_gerson_study_Create_0 script, lines 35–37, Chapter 4
- ↑ gml_Object_obj_dw_church_organpuzzle_Step_0 script, line 100, Chapter 4
