diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
commit | ba5bc304f959d2387b45b9320808797272cf958a (patch) | |
tree | 76028ce9aed1bcaaa5f700b4785df10c0f504c66 /home/game_time.asm | |
parent | 7883e8f431a0b8f995c8f581af248b53896e5aa5 (diff) |
Updates to more closely sync with pokegold
Diffstat (limited to 'home/game_time.asm')
-rw-r--r-- | home/game_time.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/game_time.asm b/home/game_time.asm index 1ae33cc47..5a6732414 100644 --- a/home/game_time.asm +++ b/home/game_time.asm @@ -22,7 +22,7 @@ GameTimer:: ldh [rSVBK], a ret -.Function +.Function: ; Increment the game timer by one frame. ; The game timer is capped at 999:59:59.00. |