summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-12-27 09:33:58 -0600
committerGitHub <noreply@github.com>2017-12-27 09:33:58 -0600
commit86a36767dba19e84297047addf1d1d776e2efdec (patch)
treef2aaa9e93f8b8671491eda458963aee1027924c2 /include/global.fieldmap.h
parente3078400bbdb3e8416806127290b9a2d68cfb3b8 (diff)
parentd34de50d34d18ee64c95232202751532534c2ed9 (diff)
Merge pull request #501 from huderlem/event_macros
New map event macros
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;