diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-09-19 20:44:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 11:44:50 -0700 |
| commit | efd664e21960019bab6be475d848b5f9e68ea396 (patch) | |
| tree | 9e10e0a34cae73a9068f550e0fa4bfbbd6bce3bd /include/m_npc.h | |
| parent | ef0a26fd481675a955b301d1b2261ded362c4190 (diff) | |
The NPC PR 2/3 OK (#97)
* m_npc_schedule OK
Co-authored-by: Maide <you@example.com>
* fix structs
* fixes
---------
Co-authored-by: Maide <you@example.com>
Diffstat (limited to 'include/m_npc.h')
| -rw-r--r-- | include/m_npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_npc.h b/include/m_npc.h index 62f82cf..9191c09 100644 --- a/include/m_npc.h +++ b/include/m_npc.h @@ -88,7 +88,7 @@ void mNpc_RenewalAnimalMemory(void); // void func_800A78DC_jp(); // void mNpc_ClearAnimalInfo(); // void mNpc_ClearAnyAnimalInfo(); -// void mNpc_CheckFreeAnimalInfo(); +s32 mNpc_CheckFreeAnimalInfo(Animal_c*); // void mNpc_GetFreeAnimalInfo(); // void mNpc_UseFreeAnimalInfo(); // void mNpc_CopyAnimalInfo(); |
