Skip to content

Commit

Permalink
qr code: clear on teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
city41 committed May 11, 2024
1 parent 4dcf590 commit cda13c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/patches/charSelectTeardownRoutine.asm
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@ movem.l A5, $MOVEM_STORAGE
jsr $2STRING_TO_FIX_LAYER_ROUTINE
movem.l $MOVEM_STORAGE, A5

;; and clear out the qr code, just in case
move.w #$QR_SI, D6
move.w #2, D7
jsr $2TRUNCATE_SPRITES_ROUTINE

movem.l $MOVEM_STORAGE, A4
rts

0 comments on commit cda13c0

Please sign in to comment.