diff --git a/src/code_f4c60_len_4300.c b/src/code_f4c60_len_4300.c index 425fe19a97..b0927eda7c 100644 --- a/src/code_f4c60_len_4300.c +++ b/src/code_f4c60_len_4300.c @@ -205,6 +205,7 @@ ApiStatus GetPlayerPos(ScriptInstance* script, s32 isInitialCall) { ApiStatus GetPlayerAnimation(ScriptInstance* script, s32 isInitialCall) { Bytecode outVar = *script->ptrReadPos; + set_variable(script, outVar, gPlayerAnimation); return ApiStatus_DONE2; } diff --git a/undefined_syms.txt b/undefined_syms.txt index f86644a5ce..6f886cf168 100644 --- a/undefined_syms.txt +++ b/undefined_syms.txt @@ -9,7 +9,7 @@ gWorldScriptList = 0x802DA490; gBattleScriptList = 0x802DA690; gCurrentScriptListPtr = 0x802DA890; gGlobalTimeSpace = 0x802D9CA8; -gPlayerNpc = 0x802D9D20; +gPlayerNpcPtr = 0x802D9D20; D_80147574 = 0x80147574; gMapTransitionAlpha = 0x800A0940;