~zanneth/ddr-extreme-clarity

9450271b61ba73dedb698ebe81300fa45f1910ae — Charles Magahern 1 year, 10 months ago 298721a
2ndstage: Fix nonstop/challenge mode
1 files changed, 8 insertions(+), 0 deletions(-)

M src/game-code/music_select_init_hook.s
M src/game-code/music_select_init_hook.s => src/game-code/music_select_init_hook.s +8 -0
@@ 10,10 10,18 @@

# jump to me from 80027C64

li      $t1, 0x80079ca0  # PRO mode?
lw      $t1, 0($t1)
bgtz    $t1, ddr_game_state_init_break

li      $t1, 0x800f003b # event mode?
lb      $t1, 0($t1)
beqz    $t1, ddr_game_state_init_break

li      $t1, 0x800f0048 # nonstop/challenge mode?
lb      $t1, 0($t1)
bgtz    $t1, ddr_game_state_init_break

li      $t1, 0x800f0030
li      $t2, 0x00010006
sw      $t2, 0($t1)