summaryrefslogtreecommitdiff
path: root/data/scripts/npc
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-12-28 12:08:30 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-28 12:08:30 -0800
commit0f65f8fd5008d06defcfae6c9d66270ff45a8e49 (patch)
treea00d4ffa13c5d1e950f38e1bb6fa0fdfc0a442c3 /data/scripts/npc
parent9456e38606b3ebfe388bd810a4187a5c06c97947 (diff)
Identify player functions and update asm.h
Diffstat (limited to 'data/scripts/npc')
-rw-r--r--data/scripts/npc/script_PlayerAtBladeBrothers.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/npc/script_PlayerAtBladeBrothers.inc b/data/scripts/npc/script_PlayerAtBladeBrothers.inc
index d2025632..319170e6 100644
--- a/data/scripts/npc/script_PlayerAtBladeBrothers.inc
+++ b/data/scripts/npc/script_PlayerAtBladeBrothers.inc
@@ -5,5 +5,5 @@ SCRIPT_START script_PlayerAtBladeBrothers
SetAnimationState 0x0000
DoPostScriptAction 0x0000
SetSyncFlag 0x00000001
- Call sub_080791BC
+ Call SetPlayerActionNormal
SCRIPT_END