You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Save game and clear board menu cursor position during game menu (#17)
This commit is contained in:
@@ -12,7 +12,7 @@ OverworldLoop::
|
||||
jr nz, .loop
|
||||
.done
|
||||
call DisableOverworldHUD
|
||||
ld hl, wGameTimerPaused
|
||||
ld hl, wGameTimer
|
||||
res GAME_TIMER_COUNTING_F, [hl] ; stop game timer counter
|
||||
ld a, FALSE
|
||||
ld [wText2bpp], a
|
||||
|
||||
@@ -2314,10 +2314,10 @@ Script_endall:
|
||||
ret
|
||||
|
||||
Script_halloffame:
|
||||
ld hl, wGameTimerPaused
|
||||
ld hl, wGameTimer
|
||||
res GAME_TIMER_COUNTING_F, [hl]
|
||||
farcall HallOfFame
|
||||
ld hl, wGameTimerPaused
|
||||
ld hl, wGameTimer
|
||||
set GAME_TIMER_COUNTING_F, [hl]
|
||||
jr ReturnFromCredits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user