You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Harmonize home/ with pokegold
This commit is contained in:
@@ -16,13 +16,13 @@ GameTimer::
|
||||
ld a, BANK(wGameTime)
|
||||
ldh [rSVBK], a
|
||||
|
||||
call UpdateGameTimer
|
||||
call .Function
|
||||
|
||||
pop af
|
||||
ldh [rSVBK], a
|
||||
ret
|
||||
|
||||
UpdateGameTimer::
|
||||
.Function
|
||||
; Increment the game timer by one frame.
|
||||
; The game timer is capped at 999:59:59.00.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user