diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-05-05 23:45:29 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-05-05 23:45:29 +0200 |
| commit | 8ff6027f97e11ce05904267cbb79306474287923 (patch) | |
| tree | 24e9422f6f88ebca66cbd3224181c40842c6778a /include | |
| parent | 52e635f57b990232cbef832a64c12f60b7ab209e (diff) | |
Name some functions for marking a Fuser as done
Diffstat (limited to 'include')
| -rw-r--r-- | include/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/npc.h b/include/npc.h index dff0378c..6b9e5cb5 100644 --- a/include/npc.h +++ b/include/npc.h @@ -74,7 +74,7 @@ void sub_0806EE04(Entity* ent, void* a2, u32 a3); u32 sub_0806EE20(Entity* ent); s32 sub_0806F078(Entity* ent, s32 a2); void sub_0806F118(Entity* ent); -void sub_0806F188(Entity* ent); +void MarkFuserDone(Entity* ent); void ShowNPCDialogue(Entity* ent, const Dialog* dia); Entity* CreateNPC(u32 subtype, u32 form, u32 parameter); |
