diff options
author | YamaArashi <shadow962@live.com> | 2016-09-23 19:26:57 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-23 19:26:57 -0700 |
commit | bbc0da892f0db65f23833820b99f499de23a0ce1 (patch) | |
tree | 68511cc564fbc17b1d4acb83baeb0b7999e0f503 /include/global.h | |
parent | c3c7432d2e89f48dd4b4441ce00abe7d0b2911ae (diff) |
decompile map object and field message box code
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 3acdd5c62..437f87ecb 100644 --- a/include/global.h +++ b/include/global.h @@ -52,6 +52,12 @@ struct Coords16 s16 y; }; +struct UCoords16 +{ + u16 x; + u16 y; +}; + struct SecretBaseRecord { u8 sbr_field_0; // ID? |