diff options
Diffstat (limited to 'include/heal_location.h')
-rw-r--r-- | include/heal_location.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/heal_location.h b/include/heal_location.h index 0143b8158..aaa2178c6 100644 --- a/include/heal_location.h +++ b/include/heal_location.h @@ -14,8 +14,8 @@ struct HealLocation { s8 group; s8 map; - u16 x; - u16 y; + s16 x; + s16 y; }; // Exported RAM declarations |