diff options
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? |