diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-25 10:05:33 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-26 09:27:55 +0800 |
commit | 5b36288064ee0e999a2201b2dd6479da3c99d01e (patch) | |
tree | 608e9b389a19ecc64f4f6b54de542f6ae68c8a22 /include/heal_location.h | |
parent | 85e5c57e8c86cca00e8bfc7d54e21d08c9e62e69 (diff) |
field_screen_effect
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 |