Skip to content

Commit 53e269f

Browse files
committed
crash docs
1 parent aaf4092 commit 53e269f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,16 @@ Hides score until game over.
338338

339339
Recreation of the crash conditions and behaviour seen in the original game.
340340

341+
For example; crashing, level lag, confetti, satan spawn
342+
341343
* Off
342344
"Normal Gym Mode" - no behaviour caused by the crash bug are present
343345
* Show
344-
TODO
346+
Enable crash glitches. Instead of crashing, show an icon next to score and continue the game.
345347
* Topout
346-
TODO
348+
Enable crash glitches. Instead of crashing, behave as if the player topped out.
347349
* Crash
350+
Enable crash glitches, actually crash on crash triggers.
348351

349352
## Strict Crash
350353

src/nmi/render_util.asm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ copyLowStackRowToVram:
6969
sec
7070
lda #19
7171
sbc lowStackRowModifier
72-
; lda lowStackRowModifier
7372
asl
7473
tax
7574
lda vramPlayfieldRows+1,x

0 commit comments

Comments
 (0)