summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-04 19:25:14 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-04 19:25:14 +0200
commitd87d19cfe5903f5fabb0de37d2c46ef84a83c168 (patch)
treec4b8ef876206ff265a0f328eab7d860d23bb9a59 /include/pokemon.h
parentaaa191f0d85e4a6c82a037b471a67cddb4da2c06 (diff)
more battle2 done
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index b3155881e..5d97c1666 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -439,7 +439,7 @@ struct BattleMove
u8 pp;
u8 secondaryEffectChance;
u8 target;
- u8 priority;
+ s8 priority;
u8 flags;
};