summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2022-03-30 00:56:23 -0700
committerGitHub <noreply@github.com>2022-03-30 00:56:23 -0700
commitced56e2fa30db327ffe98f27455702133f40fcf8 (patch)
tree9bc7eb383d88bb2023a6fd69c982915931a33d30 /src/script.c
parent6000b4f2d3bc4ef482496560e3a47b3ca2b7e2b8 (diff)
parenta633efd88ca533b8d601eb9a673c5eb7e68dd19d (diff)
Merge pull request #478 from notyourav/msm
header cleanup
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c2
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;