diff options
author | red031000 <rubenru09@aol.com> | 2020-08-31 14:33:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 14:33:17 +0100 |
commit | 0a880566f5889cdeb6fa3f96f5916c39dbb16b38 (patch) | |
tree | b8c7ad379c2e7bdbec6d9c7e4f9021f73243f302 /include/proto.h | |
parent | 656e4a2fee9ff86d678d6a7477611bfaca5171d4 (diff) | |
parent | 3adc93018bf3deabde775905169c2b87d0560bd9 (diff) |
Merge pull request #274 from PikalaxALT/pikalax_work
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 |