summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-21 00:54:20 -0400
committerGitHub <noreply@github.com>2017-05-21 00:54:20 -0400
commit1c49064780f87a874c8f516ef20be61b17bafef0 (patch)
tree39d88024b6c278f8c4182ee869db6316c71bd8bd /include/global.fieldmap.h
parent9281b378095596896fce5be481fb40966226d955 (diff)
parentea181bea7652e6ea28705302ce7e85998e248986 (diff)
Merge pull request #299 from PikalaxALT/master
Secret base and TV decompilation
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 508d7e4ed..0b72bbec5 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -104,7 +104,7 @@ struct CoordEvent
struct BgEvent
{
- s16 x, y;
+ u16 x, y;
u8 unk4;
u8 kind;
// 0x2 padding for the union beginning.
@@ -119,7 +119,7 @@ struct BgEvent
} hiddenItem;
// secret base type
- u16 secretBaseId;
+ u32 secretBaseId;
} bgUnion;
};