diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-09-10 13:45:07 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-10 09:45:07 -0700 |
| commit | 67934dfa87091278cad91df45e9b9577236e5742 (patch) | |
| tree | 688298159de2684a2794c94d0d1c93bfb34894b0 /include/m_npc.h | |
| parent | 28cdec47bc4cc93bdfbc5fbeeda2a827817d07a8 (diff) | |
`m_mail.c` OK (#92)
* C files
* mMl_clear_mail
* bunch of functions
* mMl_clear_mail_header_common, mMl_copy_mail_header_common
* mMl_hunt_for_send_address
* mMl_set_mail_name_npcinfo, mMl_get_npcinfo_from_mail_name
* mMl_check_send_mail
* mMl_check_set_present_myself
* func_8009C284_jp
* func_8009C1C0_jp
* func_8009C2D8_jp
* renames
* format
* fix
Diffstat (limited to 'include/m_npc.h')
| -rw-r--r-- | include/m_npc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/m_npc.h b/include/m_npc.h index c566a70..8d83bff 100644 --- a/include/m_npc.h +++ b/include/m_npc.h @@ -5,6 +5,8 @@ #include "m_actor.h" #include "unk.h" +struct mMl_get_npcinfo_from_mail_name_arg0; + #define ANIMAL_NUM_MAX 15 /* Maximum number of villagers possible in town */ typedef struct mNpc_NpcList_c { @@ -108,7 +110,7 @@ void func_800A91DC_jp(void); // void func_800AA0B8_jp(); void func_800AA124_jp(void); // void func_800AA14C_jp(); -// void mNpc_GetLooks(); +s32 mNpc_GetLooks(u16 arg0); // void func_800AA218_jp(); // void func_800AA29C_jp(); // void func_800AA2F8_jp(); @@ -160,7 +162,7 @@ void mNpc_SetReturnAnimal(s32 arg0); // void func_800ACB54_jp(); // void func_800ACC38_jp(); // void func_800ACCAC_jp(); -// void mNpc_GetNpcWorldNameAnm(); +void mNpc_GetNpcWorldNameAnm(PlayerName* arg0, struct mMl_get_npcinfo_from_mail_name_arg0* arg1); // void func_800ACD74_jp(); // void func_800ACDF8_jp(); // void func_800ACE90_jp(); |
