Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-warface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/text.asm b/text.asm
index abc1788..3f33de5 100644
--- a/text.asm
+++ b/text.asm
@@ -19,7 +19,7 @@ print_text:
sta <TEXT_LINE
lda #1
sta <TEXT_POS
- sta SPRITES_ENABLED
+ sta <SPRITES_ENABLED
lda #0
sta <TEXT_NAMETABLE
sta <TEXT_SCROLL_STARTED
@@ -59,7 +59,7 @@ print_text:
jsr wait_buttons_not_pressed
jsr wait_any_button
lda #0
- sta SPRITES_ENABLED
+ sta <SPRITES_ENABLED
lda #LOW(symbols_palette)
sta <PAL_SOURCE_ADDR
lda #HIGH(symbols_palette)
@@ -68,7 +68,7 @@ print_text:
rts
.exit_to_credits:
lda #0
- sta SPRITES_ENABLED
+ sta <SPRITES_ENABLED
lda #LOW(symbols_palette)
sta <PAL_SOURCE_ADDR
lda #HIGH(symbols_palette)