summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-06 21:52:23 -0600
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-06 21:52:23 -0600
commitd9b1ef43a69d9c33791719d8f510ee5be048a7d0 (patch)
tree7741acfe1420acc2cc39b4f3934aadf85a1b05c4 /include
parent2fa42b2987c9623b0bbfae37eba9569ceb69930b (diff)
Labeled Warp Scarf variables
Diffstat (limited to 'include')
-rw-r--r--include/dungeon_entity.h4
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;