summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-12-26 14:03:01 -0600
committerMarcus Huderle <huderlem@gmail.com>2017-12-26 16:08:40 -0600
commit80cddf0cd4946d85e5e23ec90c530ca2ea54732d (patch)
treeb186f9e1c1b4924663ad4e30c6d91f0aa4c5d253 /include/global.fieldmap.h
parent6000e19e94c36b5d4b8c45b829b0506191282b44 (diff)
Add bg_hidden_item_event macro, and define hidden item flags
Diffstat (limited to 'include/global.fieldmap.h')
-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 20190dcb7..a828cf131 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -119,9 +119,9 @@ struct BgEvent
// in gen 3, "kind" (0x3 in BgEvent struct) determines the method to read the union.
u8 *script;
- // hidden item type probably
+ // hidden item type
struct {
- u8 filler6[0x2];
+ u16 item;
u16 hiddenItemId; // flag offset to determine flag lookup
} hiddenItem;