From 65b80571b230d08426e6329dc7eb4348ca5012d1 Mon Sep 17 00:00:00 2001 From: theo3 Date: Mon, 28 Mar 2022 21:01:02 -0700 Subject: naming --- src/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.c') 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; -- cgit v1.2.3