diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-04 11:04:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 11:04:31 -0400 |
commit | 0e4c9fb2c4d5d069073603f56607bfec394fe62f (patch) | |
tree | ca1563a66a82d87345672d13946258a37b091e52 /include/global.h | |
parent | ce941e6f56803b389c20a52c0a5b89f5ade12b7a (diff) | |
parent | bb7e5ecc190b8fe944ba7742e29be721e38a18e3 (diff) |
Merge pull request #757 from DizzyEggg/pok_jump
Decompile pokemon jump + some non/fake matches
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; |