mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-27 12:26:51 -05:00
Removed ClearMsgBoxCancelableState per https://github.com/rh-hideout/pokeemerald-expansion/pull/5044\#discussion_r1712963672
This commit is contained in:
15
src/script.c
15
src/script.c
@@ -513,21 +513,6 @@ void SetWalkingIntoSignVars(void)
|
||||
sMsgBoxIsCancelable = TRUE;
|
||||
}
|
||||
|
||||
void ResetFacingNpcOrSignPostVars(void)
|
||||
{
|
||||
sMsgIsSignPost = FALSE;
|
||||
}
|
||||
|
||||
void MsgSetSignPost(void)
|
||||
{
|
||||
sMsgIsSignPost = TRUE;
|
||||
}
|
||||
|
||||
void ClearMsgBoxCancelableState(void)
|
||||
{
|
||||
sMsgBoxIsCancelable = FALSE;
|
||||
}
|
||||
|
||||
bool32 CanWalkAwayToCancelMsgBox(void)
|
||||
{
|
||||
return sMsgBoxIsCancelable;
|
||||
|
||||
Reference in New Issue
Block a user