diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 21:52:23 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 21:52:23 -0600 |
commit | d9b1ef43a69d9c33791719d8f510ee5be048a7d0 (patch) | |
tree | 7741acfe1420acc2cc39b4f3934aadf85a1b05c4 /include/dungeon_entity.h | |
parent | 2fa42b2987c9623b0bbfae37eba9569ceb69930b (diff) |
Labeled Warp Scarf variables
Diffstat (limited to 'include/dungeon_entity.h')
-rw-r--r-- | include/dungeon_entity.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index d5c2871..640183f 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -194,7 +194,9 @@ struct DungeonEntityData u8 unk15D; u8 unk15E; u8 unk15F; - u8 fill160[0x16C - 0x160]; + u8 fill160[0x169 - 0x160]; + u8 turnsSinceWarpScarfActivation; + u8 fill16A[0x16C - 0x16A]; /* 0x16C */ struct Position targetPosition; /* 0x170 */ struct Position posPixel; u32 unk174; |