diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-16 14:04:29 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-16 14:04:29 +0200 |
commit | 3bcd30969a8b7ced6e9fa54e1fc0f8447c2983bc (patch) | |
tree | 5905e1d11348213b18494870d04d24ffa7629c60 /include/global.h | |
parent | 7ea5dd7923eb9a44609a6cdaff331f7cd97bb34a (diff) |
cut field effect is decompiled and documented
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index d26184270..f4d5202ab 100644 --- a/include/global.h +++ b/include/global.h @@ -859,7 +859,7 @@ struct MapPosition { s16 x; s16 y; - u8 height; + s8 height; }; struct UnkStruct_8054FF8 |