diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-29 12:35:57 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-29 12:35:57 +0200 |
commit | e634e722ccb2db1f72f207485233d120fa8f8399 (patch) | |
tree | 446b475304838af370b667ce3d57e1098f48b7b8 /include/global.h | |
parent | 136da953d6888562e76b0694a98988888adcd6d8 (diff) |
Decompile pokemon jump
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index a76d6e4e3..eb18682e9 100644 --- a/include/global.h +++ b/include/global.h @@ -163,18 +163,17 @@ struct Pokedex /*0x44*/ u8 seen[DEX_FLAGS_NO]; }; -struct PokemonJumpResults // possibly used in the game itself? +struct PokemonJumpResults { u16 jumpsInRow; u16 field2; u16 excellentsInRow; u16 field6; - u16 field8; - u16 fieldA; + u32 field8; u32 bestJumpScore; }; -struct BerryPickingResults // possibly used in the game itself? Size may be wrong as well +struct BerryPickingResults { u32 bestScore; u16 berriesPicked; |