diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-02 04:27:51 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-02 01:27:51 -0800 |
commit | 98062c69d613fb1b9e2345924dd34d0bbdcfcc90 (patch) | |
tree | 9fce5941c31e76acd873ce4610e1bd59bc865d90 /include/mail.h | |
parent | e1120f3a62097abb80bfa2f910d98ef53f1e5671 (diff) |
label and document berry.c, decompress.c, item_use.c and label gBattleTypeFlags (#146)
* make ROM match again
* clean up item_use.c labels and clarify functions.
* label and clarify some functions in decompress.c
* label and clarify berry.c
* rename 20239F8 to gBattleTypeFlags
* formatting
Diffstat (limited to 'include/mail.h')
-rw-r--r-- | include/mail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mail.h b/include/mail.h index 67a190b9c..693b0b2dc 100644 --- a/include/mail.h +++ b/include/mail.h @@ -3,6 +3,6 @@ #include "main.h" -void sub_80F890C(struct MailStruct *arg0, MainCallback arg1, bool8 arg2); +void HandleReadMail(struct MailStruct *arg0, MainCallback arg1, bool8 arg2); #endif // GUARD_MAIL_H |