summaryrefslogtreecommitdiff
path: root/include/player_pc.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-04 10:42:40 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-04 18:26:54 -0500
commit4df660dc76b5f35d2a89e0cb627180b79e9caa12 (patch)
treef05f6f7c4f82c18de34a494f93207165ab89dd08 /include/player_pc.h
parent13e06bf7f88be6d25f420704b76828ed6f24cbc2 (diff)
Add enums for help system text, label help context
Diffstat (limited to 'include/player_pc.h')
-rw-r--r--include/player_pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player_pc.h b/include/player_pc.h
index f62835911..84cf2327c 100644
--- a/include/player_pc.h
+++ b/include/player_pc.h
@@ -13,7 +13,7 @@ struct PlayerPCItemPageStruct
u8 pageItems;
u8 count;
u8 filler_6[3];
- u8 unk_9;
+ bool8 notInRoom;
u8 scrollIndicatorId;
u8 filler_B[5];
};