Skip to content

Commit e122302

Browse files
committed
Small fix
1 parent 065c911 commit e122302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SAUCE/famidash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void main(){
159159
mmc3_set_prg_bank_1(GET_BANK(state_credits));
160160
state_credits();
161161
#if __HUGE_ROM
162-
crossPRGBankJump0(choose_menu_theme);
162+
if (!menuthemechosen) crossPRGBankJump0(choose_menu_theme);
163163
#endif
164164
break;
165165
}

0 commit comments

Comments
 (0)