Fix small bug in menu.
This commit is contained in:
parent
417a89fedd
commit
03fd8ad969
|
@ -53,7 +53,8 @@ TitleEventLoopHandler::
|
||||||
ldh a, [hBState]
|
ldh a, [hBState]
|
||||||
or a, b
|
or a, b
|
||||||
or a, c
|
or a, c
|
||||||
jp z, EventLoopPostHandler
|
cp a, 1
|
||||||
|
jp nz, EventLoopPostHandler
|
||||||
call SwitchToGameplay
|
call SwitchToGameplay
|
||||||
jp EventLoopPostHandler
|
jp EventLoopPostHandler
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue