diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-26 15:33:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 15:33:56 -0500 |
commit | 2e934469b82a41cb7871c04898547e1a5d58c621 (patch) | |
tree | 36e73aae0bcd3178cc29354f7e40172d194d0bb9 /include/heal_location.h | |
parent | a2c6174ee995f8980bcd38d3199ab2e395cca2ae (diff) | |
parent | 5b36288064ee0e999a2201b2dd6479da3c99d01e (diff) |
Merge pull request #242 from jiangzhengwenjz/field
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 |