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

github.com/ClusterM/coolboy-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>2020-09-16 19:45:02 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-16 20:42:49 +0300
commit390ea33a34af68fc0a94da5201c3b030fc564691 (patch)
tree62e2219a68aee0d79f7c09809ec50ae9acc3bb07 /video.asm
parentc7c3e5353eb8ae2f7d63b3eae05e7ae3163123e3 (diff)
Finally i understand how to do it
Diffstat (limited to 'video.asm')
-rw-r--r--video.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/video.asm b/video.asm
index 6e32a8e..09851a9 100644
--- a/video.asm
+++ b/video.asm
@@ -449,11 +449,11 @@ print_name:
.print_text_line:
lda <TEXT_DRAW_GAME+1
jsr select_bank
- lda game_names_list
+ lda #LOW(game_names)
clc
adc <TEXT_DRAW_GAME
sta <TMP
- lda game_names_list+1
+ lda #HIGH(game_names)
adc #0
sta <TMP+1
lda <TMP