diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-07 13:45:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-07 13:45:40 -0400 |
commit | a538befd555600c76cd4cd111348181c551b647c (patch) | |
tree | 646ac6f04e6de6afa747f8b5aef968d580e2b5ac /include/global.h | |
parent | 6451143b3b738a2a749b83487bcb8e3fd980403e (diff) | |
parent | 31ecdcdd0a71cd0230bfa1d80b3355a60db1e93d (diff) |
Merge branch 'various_documentation' of github.com:PikalaxALT/pokefirered into various_documentation
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/include/global.h b/include/global.h index 2b8da3c14..67084f2ef 100644 --- a/include/global.h +++ b/include/global.h @@ -544,42 +544,12 @@ struct QuestLogNPCData u32 movementType:8; }; -struct UnkStruct_203B024 -{ - u16 unk_00; - u16 unk_02; - u16 unk_04[14]; -}; - -union QuestLogScene -{ - u8 allocation[32]; - u16 ident; -}; - -typedef union QuestLogScene QuestLogScene; - -// This name is a complete guess and may change. - #define BERRY_TREES_COUNT 128 #define FLAGS_COUNT 288 // 300 #define VARS_COUNT 256 #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; - -// Define here -union QuestLogMovement -{ - u16 ident_raw; - struct { - u16 ident:12; - u16 flags:4; - } ident_struct; -}; - struct QuestLogObjectEvent { /*0x00*/ u8 active:1; |