From bbc0da892f0db65f23833820b99f499de23a0ce1 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 23 Sep 2016 19:26:57 -0700 Subject: decompile map object and field message box code --- include/global.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/global.h') 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? -- cgit v1.2.3