diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 14:11:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 14:11:32 -0500 |
commit | f5011a27d6c15bb6e3fbb24b680bf5175baffe0e (patch) | |
tree | 0fc5c1ca8df7787c55ce7cb928923123792e9b0a /include/global.h | |
parent | 40af0d130236cccd5127c2f175006168466b405d (diff) | |
parent | e2a29e9db964881034f5c1c0507924e2e0fb7840 (diff) |
Merge pull request #282 from PikalaxALT/field_effect_helpers
port field_effect_helpers from emerald
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index b3fdfe231..8a8877143 100644 --- a/include/global.h +++ b/include/global.h @@ -612,8 +612,8 @@ struct QuestLogObjectEvent /*0x0a*/ s16 x; /*0x0c*/ s16 y; /*0x0e*/ u8 trainerRange_berryTreeId; - /*0x0f*/ u8 mapobj_unk_1F; - /*0x10*/ u8 mapobj_unk_21; + /*0x0f*/ u8 previousMetatileBehavior; + /*0x10*/ u8 directionSequenceIndex; /*0x11*/ u8 animId; }; |