diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-19 14:46:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 14:46:52 -0500 |
commit | 57cf3a4bfb521e8a5ea4c85744b4789ea7d38215 (patch) | |
tree | 184f018f38dfe3d9f2573a4fa9e362560d257cb8 /include/global.h | |
parent | c51c7a5ea4c2cf856b0223ae826f3096aa828ab8 (diff) | |
parent | c0b6148640c163c1314c5496c9d454cf176e267d (diff) |
Merge pull request #259 from PikalaxALT/pokemon_jump
Pokemon jump
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; }; |