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

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-26 01:21:12 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-26 01:21:12 +0300
commitcbbddf64791c23b817ad906fd3e26da243594333 (patch)
treeaf5f9ecab7be0b524f81c00b811858a7e215e6cb /tests.asm
parentf87c42b55b913177953dff79f412d1fbe3af426b (diff)
Dimming feature
Diffstat (limited to 'tests.asm')
-rw-r--r--tests.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.asm b/tests.asm
index 9731e35..291f108 100644
--- a/tests.asm
+++ b/tests.asm
@@ -132,7 +132,7 @@ do_tests_again:
jsr select_chr_bank
jsr load_base_chr
jsr clear_screen
- jsr load_text_palette
+ jsr load_text_attributes
lda #$21
sta PPUADDR
lda #$A4
@@ -225,7 +225,7 @@ crc_tests:
lda #HIGH(string_calculating_crc)
sta COPY_SOURCE_ADDR+1
jsr print_text
- jsr load_text_palette
+ jsr load_text_attributes
jsr waitblank_simple
bit PPUSTATUS
lda #0