diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:32:12 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:32:12 -0700 |
commit | 5189442bcc1122fe10013d497dc132d0e410fc66 (patch) | |
tree | 15cdd1e67b483ceed3a3fad99b4aad7934695f5d /include/global.h | |
parent | efebc51972b23ddffa2700b1dd6895d4728646a3 (diff) | |
parent | cdacc2771426a8e4ec5ccc5d7ba0d8d7c4224c36 (diff) |
Merge branch 'decompile_cut' of git://github.com/DizzyEggg/pokeemerald into DizzyEggg-decompile_cut
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 49d0370f1..7be922aa3 100644 --- a/include/global.h +++ b/include/global.h @@ -867,7 +867,7 @@ struct MapPosition { s16 x; s16 y; - u8 height; + s8 height; }; struct UnkStruct_8054FF8 |