summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index e3956df7a..15fa37c13 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -407,6 +407,11 @@ struct SpindaSpot
u16 image[16];
};
+struct __attribute__((packed)) LevelUpMove {
+ u16 move:9;
+ u16 level:7;
+};
+
enum {
GROWTH_MEDIUM_FAST,
GROWTH_ERRATIC,