diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-31 08:49:47 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-31 08:49:47 -0400 |
commit | af3253561005bccb62ef41a08810d4dd1a5b4ded (patch) | |
tree | 3eaec499311f0dda67f49e3440c0e2dac6f18acc /include/script.h | |
parent | 4134baf3eb64cc6c17ade48ed27507f9f84a96c5 (diff) |
Name all specials
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index a37909137..ba1de4f1c 100644 --- a/include/script.h +++ b/include/script.h @@ -78,7 +78,7 @@ u8 GetRegisteredQuestLogInput(void); void ResetFacingNpcOrSignPostVars(void); bool8 CanWalkAwayToCancelMsgBox(void); void SetWalkingIntoSignVars(void); -bool8 sub_80699D4(void); +bool8 IsMsgBoxWalkawayDisabled(void); extern const u8 *gRAMScriptPtr; extern u8 gWalkAwayFromSignInhibitTimer; |