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_event.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_event.h')
| -rw-r--r-- | include/m_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_event.h b/include/m_event.h index 250cf21..67c911a 100644 --- a/include/m_event.h +++ b/include/m_event.h @@ -108,7 +108,7 @@ void mEv_finish(Event* event); // void func_8007FE0C_jp(); void mEv_clear_status(s32, s16); // void func_8007FEBC_jp(); -// void func_8007FF08_jp(); +s32 mEv_check_status(s32, s16); // void func_8007FF8C_jp(); // void func_8007FFC4_jp(); // void func_80080000_jp(); |
