From 4fc272fea6bc7332fae031ebeb12362cff1c35de Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 1 Dec 2021 16:33:06 -0600 Subject: No wifi + 2 days on train = more decomp (#80) * No wifi + 2 days on train = more decomp * layin some more * one func, one file --- include/dungeon_entity.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/dungeon_entity.h') diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index 7b56fd8..63c85d6 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -187,7 +187,8 @@ struct DungeonEntityData u8 fill149[0x14E - 0x149]; /* 0x14E */ u16 visualFlags; /* 0x150 */ u16 previousVisualFlags; - u8 fill152[0x15C - 0x152]; + /* 0x152 */ u8 unk152; + u8 fill153[0x15C - 0x153]; u8 unk15C; u8 unk15D; u8 unk15E; -- cgit v1.2.3