diff options
Diffstat (limited to 'home/game_time.asm')
-rw-r--r-- | home/game_time.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/game_time.asm b/home/game_time.asm index a545631cd..7b958c897 100644 --- a/home/game_time.asm +++ b/home/game_time.asm @@ -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. |