Skip to content

Commit

Permalink
Merge pull request #1751 from LOuroboros/patch-3
Browse files Browse the repository at this point in the history
Fixed KeyInterCB_DeferToEventScript comment
  • Loading branch information
GriffinRichards authored Aug 24, 2022
2 parents eecf968 + 3a65529 commit 8cc520c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/overworld.c
Original file line number Diff line number Diff line change
Expand Up @@ -2520,8 +2520,7 @@ static u16 KeyInterCB_Idle(u32 key)
return LINK_KEY_CODE_EMPTY;
}

// Ignore the player's inputs as long as there is an event script
// in ScriptContext2.
// Ignore the player's inputs as long as there is an event script being executed.
static u16 KeyInterCB_DeferToEventScript(u32 key)
{
u16 retVal;
Expand Down

0 comments on commit 8cc520c

Please sign in to comment.