summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-06 13:56:53 -0800
committerMarcus Huderle <huderlem@gmail.com>2018-01-07 20:06:45 -0800
commit36841a8498134931be3d1c73927f6fec4482fb30 (patch)
tree6b66094b1060986db0a101f516dbaca05c3e0d71 /include/pokemon.h
parent17d5ba39acb897e07e6842cbff5b1172cc6f7951 (diff)
Decompile more battle_2 functions
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 a1c30f1f3..b6c6e0030 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -405,7 +405,7 @@ struct BattleMove
u8 pp;
u8 secondaryEffectChance;
u8 target;
- u8 priority;
+ s8 priority;
u8 flags;
u8 pad[3];
};