diff options
Diffstat (limited to 'include/exclusive_pokemon.h')
-rw-r--r-- | include/exclusive_pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exclusive_pokemon.h b/include/exclusive_pokemon.h index 47df2a8..69a4f03 100644 --- a/include/exclusive_pokemon.h +++ b/include/exclusive_pokemon.h @@ -5,7 +5,7 @@ struct ExclusivePokemon { - u16 poke_id; + s16 poke_id; bool8 in_rrt; // red rescue team bool8 in_brt; // blue rescue team }; |