mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Merge pull request #1751 from LOuroboros/patch-3
Fixed KeyInterCB_DeferToEventScript comment
This commit is contained in:
commit
8cc520ccd7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user