Bump version, change one value from hex to decimal.

This commit is contained in:
Christopher RYU 2023-09-08 11:02:54 +09:00
parent 17de358b95
commit 133a8f27c6
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ L2050: sta $0400,y
ldx #$15
L205A: txa
jsr BASCALC
ldy #$14
ldy #20
lda #$A1 ; screencode for "!"
sta ($28),y
dex
@ -174,7 +174,7 @@ SPLASH_SCREEN:
.byte $16, $29
scrcode "BITSY BOOT"
.byte $04, $23
scrcode "1.0+"
scrcode "1.0a"
.byte $15, $28
scrcode "BY"
.byte $09, $1f