summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-03 14:01:57 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-03 14:01:57 -0400
commita56a90d998cfdce7ea2bcacb9958ef312b19792b (patch)
tree912df92c076f0deb22ebd6c1a4b340b6f4eee112 /include
parent26d940dfeb48d8471db4a0cf2477aff68f681090 (diff)
Resolve review comments
Diffstat (limited to 'include')
-rw-r--r--include/global.fieldmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index cc9510997..f90c6fc66 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -122,10 +122,10 @@ struct CoordEvent
struct HiddenItemStruct
{
- u32 field_00:16;
+ u32 quantity:16;
u32 hiddenItemId:8; // flag offset to determine flag lookup
u32 field_03_0:7;
- u32 field_03_7:1;
+ u32 isUnderfoot:1;
};
union BgUnion