diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 12:13:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 12:13:33 -0400 |
commit | cb3e751f5f8990f7e36e141869a14f62e44eceff (patch) | |
tree | 26ed2d8cd42704246c8c0ae9c5ea4a1db33f0b81 /include/global.h | |
parent | 712ee66e6154d734ea3960cc14ff1f4c1aaa639e (diff) |
Decompile mailbox_pc and dump decorations
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 9a398354d..55233a340 100644 --- a/include/global.h +++ b/include/global.h @@ -498,7 +498,8 @@ typedef union QuestLogScene QuestLogScene; #define BERRY_TREES_COUNT 128 #define FLAGS_COUNT 288 // 300 #define VARS_COUNT 256 -#define MAIL_COUNT 16 +#define MAIL_COUNT (PARTY_SIZE + 10) +#define PC_MAIL_NUM(i) (PARTY_SIZE + (i)) // Declare here so that it can be recursively referenced. union QuestLogMovement; |