summaryrefslogtreecommitdiff
path: root/include/exclusive_pokemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exclusive_pokemon.h')
-rw-r--r--include/exclusive_pokemon.h2
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
};