Fix small bug in menu.
This commit is contained in:
parent
417a89fedd
commit
03fd8ad969
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue