mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
7 lines
172 B
C
7 lines
172 B
C
|
#include "common.h"
|
||
|
|
||
|
static ApiStatus GetNpcUnsafeOwner2(ScriptInstance* script, s32 isInitialCall) {
|
||
|
get_npc_unsafe(script->owner2.npc);
|
||
|
return ApiStatus_BLOCK;
|
||
|
}
|