Fix small bug in menu.

This commit is contained in:
villadelfia 2023-10-20 16:47:41 +00:00
parent 417a89fedd
commit 03fd8ad969
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ TitleEventLoopHandler::
ldh a, [hBState]
or a, b
or a, c
jp z, EventLoopPostHandler
cp a, 1
jp nz, EventLoopPostHandler
call SwitchToGameplay
jp EventLoopPostHandler