diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-18 16:39:44 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-18 16:39:44 -0500 |
commit | 5c530e133042af0dfb2341b0dcf18efc9a37aa95 (patch) | |
tree | 681258743049bcbf75c909c8409d72a366ca6ffa /include/global.h | |
parent | f65e07fb1fac3b8092f8ec29c2c9b42fcb80fa60 (diff) |
Finish porting pokemon_jump from Emerald
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 54d8fdec3..b3fdfe231 100644 --- a/include/global.h +++ b/include/global.h @@ -148,8 +148,7 @@ struct PokemonJumpResults // possibly used in the game itself? u16 field2; u16 excellentsInRow; u16 field6; - u16 field8; - u16 fieldA; + u32 field8; u32 bestJumpScore; }; |