diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-26 18:12:17 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-26 18:12:17 -0500 |
commit | 69106536eb68653a47f31c7bd9f8755087ce7b43 (patch) | |
tree | 2231c65ecfa90c93cc282c3805623cf3d91f49b5 /asm/new_game.s | |
parent | 9750849c69899b0faaa156f397ff63dd086ab40c (diff) |
Start documenting stuff; make objects static where possible
Diffstat (limited to 'asm/new_game.s')
-rw-r--r-- | asm/new_game.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/new_game.s b/asm/new_game.s index 80affe1cb..cec2b2c9a 100644 --- a/asm/new_game.s +++ b/asm/new_game.s @@ -241,7 +241,7 @@ sub_8054A60: @ 8054A60 bl PlayTimeCounter_Reset bl sub_80549AC bl sub_806E0D0 - bl sub_812D304 + bl ResetFameChecker ldr r0, [r6] movs r1, 0xA4 lsls r1, 2 |