Decompile mailbox_pc and dump decorations

This commit is contained in:
PikalaxALT
2019-10-05 12:13:33 -04:00
parent 712ee66e61
commit cb3e751f5f
12 changed files with 1962 additions and 346 deletions
+2 -1
View File
@@ -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;