Skip to content

Conversation

@zohassadar
Copy link
Collaborator

Noticed that after switching the crash mode to SHOW from TOPOUT after a crash, the next game would show a crash. This doesn't happen when resetting crashState to 0 at game init.

@kirjavascript
Copy link
Owner

thanks!

@kirjavascript
Copy link
Owner

oops

@kirjavascript kirjavascript merged commit a222aa4 into kirjavascript:master Jan 5, 2025
@zohassadar
Copy link
Collaborator Author

crash.mp4

Code that leads to crash being drawn:

lda crashModifier
cmp #CRASH_SHOW
bne @noCrash
lda crashState
cmp #$F0
bne @noCrash

@zohassadar zohassadar deleted the clear_crash_state branch January 6, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants