diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 21:01:02 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 21:01:02 -0700 |
| commit | 65b80571b230d08426e6329dc7eb4348ca5012d1 (patch) | |
| tree | d1329b47d3ec3a2f993f995b33328b82196d0964 /src/script.c | |
| parent | 6000b4f2d3bc4ef482496560e3a47b3ca2b7e2b8 (diff) | |
naming
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c index 64692f23..46ffb747 100644 --- a/src/script.c +++ b/src/script.c @@ -218,7 +218,7 @@ void StartPlayerScript(u16* script) { gPlayerScriptExecutionContext.scriptInstructionPointer = script; player = &gPlayerEntity; *(ScriptExecutionContext**)&player->cutsceneBeh = &gPlayerScriptExecutionContext; - gPlayerState.queued_action = PLAYER_08074C44; + gPlayerState.queued_action = PLAYER_SLEEP; gPlayerState.field_0x3a = 0; gPlayerState.field_0x39 = 0; gPlayerState.field_0x38 = 0; |
