From 298721ae4ba3675b6d20f939a8c80d4cc0195179 Mon Sep 17 00:00:00 2001 From: Charles Magahern Date: Mon, 3 Jan 2022 16:41:20 -0800 Subject: [PATCH] 2ndstage: Fix bug on versus and double modes --- src/game-code/music_select_init_hook.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-code/music_select_init_hook.s b/src/game-code/music_select_init_hook.s index 2caf66c..85c3bfa 100644 --- a/src/game-code/music_select_init_hook.s +++ b/src/game-code/music_select_init_hook.s @@ -15,7 +15,7 @@ lb $t1, 0($t1) beqz $t1, ddr_game_state_init_break li $t1, 0x800f0030 -li $t2, 0x00010003 +li $t2, 0x00010006 sw $t2, 0($t1) li $t2, 1 -- 2.45.2