diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-30 20:23:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-30 20:23:43 -0400 |
commit | 3adc93018bf3deabde775905169c2b87d0560bd9 (patch) | |
tree | b8c7ad379c2e7bdbec6d9c7e4f9021f73243f302 /include/proto.h | |
parent | 73aecdbbbff398c27734f8ed793bb495a5391a4b (diff) |
Decompile mail_message.c
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h index 67a295ac..365c0ecd 100644 --- a/include/proto.h +++ b/include/proto.h @@ -8,7 +8,6 @@ #include "player_data.h" // for struct definitions int FUN_0206AE00(int x); -u32 GetItemAttr(u16 item, u32 a1, u32 a2); int FUN_02014C3C(u8); void FUN_02014C54(int, int, struct UnkStruct_02069038 *, u8); u32 IsNighttime(void); // is day or night @@ -17,6 +16,5 @@ void FUN_02005E80(int); void FUN_02005E90(int, int, int, int); void FUN_020056AC(int, int, int, int, int); void FUN_020808AC(struct BoxPokemon *, struct PlayerData *, int, u32, u32); -void StringExpandPlaceholders(u32 *, struct String *, struct String *); #endif //POKEDIAMOND_PROTO_H |