Skip to content

Commit

Permalink
Merge branch 'main' into Famidash-b-sides
Browse files Browse the repository at this point in the history
  • Loading branch information
kandowontu committed Feb 8, 2025
2 parents d77236e + 4f164c0 commit de76b4e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions SAUCE/gamestates/state_menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -795,10 +795,22 @@ void state_menu() {
ppu_on_all();
joypad1.press = 0;
pal_fade_to_withmusic(0,4);

tmp4 = menuselection; ++tmp4;
tmp5 = loNTAddrTableTitleScreen[tmp4]|(hiNTAddrTableTitleScreen[tmp4]<<8);
one_vram_buffer('a', tmp5);
one_vram_buffer('b', addloNOC(tmp5, 1));
if (menuselection != 5) {
one_vram_buffer('a', tmp5);
one_vram_buffer('b', addloNOC(tmp5, 1));
one_vram_buffer(' ', NTADR_A(26, 2));
one_vram_buffer(' ', NTADR_A(26, 3));

}
else {
one_vram_buffer(0x6F, NTADR_A(26, 2));
one_vram_buffer(0x7F, NTADR_A(26, 3));

}

roll_new_mode();
kandoframecnt = 0;
teleport_output = 0Xff;
Expand Down

0 comments on commit de76b4e

Please sign in to comment.