summaryrefslogtreecommitdiff
path: root/src/code/code_0x800E8EA0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/code_0x800E8EA0.c')
-rw-r--r--src/code/code_0x800E8EA0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/code_0x800E8EA0.c b/src/code/code_0x800E8EA0.c
index 24af8c97f..9f6e86c3a 100644
--- a/src/code/code_0x800E8EA0.c
+++ b/src/code/code_0x800E8EA0.c
@@ -1,9 +1,9 @@
#include <ultra64.h>
#include <global.h>
-void func_800E8EA0(GlobalContext* globalCtx, Actor* actor, u16 param_3) {
- func_80151938(globalCtx, param_3);
- actor->textId = param_3;
+void func_800E8EA0(GlobalContext* globalCtx, Actor* actor, u16 textId) {
+ func_80151938(globalCtx, textId);
+ actor->textId = textId;
}
s32 nop_800E8ED0(UNK_TYPE4 param_1) {