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-21 00:12:29 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-21 00:12:29 +0300
commit5004c7f0e63de963b8ae987b10535f8fb921c646 (patch)
tree3ea80771337c905f28cab2cb7d21918d6da031d5 /buttons.asm
parentb03de3e3eaf063dce942de66bbb3ebef21619a38 (diff)
More build info
Diffstat (limited to 'buttons.asm')
-rw-r--r--buttons.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/buttons.asm b/buttons.asm
index 05a2953..1644888 100644
--- a/buttons.asm
+++ b/buttons.asm
@@ -261,7 +261,7 @@ buttons_check:
; need to skip separator when scrolling upwards
.check_separator_down:
lda <SELECTED_GAME+1
- jsr select_bank
+ jsr select_prg_bank
ldx <SELECTED_GAME
lda loader_data_game_type, x
and #$80
@@ -280,7 +280,7 @@ buttons_check:
; need to skip separator when scrolling downwards
.check_separator_up:
lda <SELECTED_GAME+1
- jsr select_bank
+ jsr select_prg_bank
ldx <SELECTED_GAME
lda loader_data_game_type, x
and #$80