summaryrefslogtreecommitdiff
path: root/utils/json2rostertbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/json2rostertbl.c')
-rw-r--r--utils/json2rostertbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/json2rostertbl.c b/utils/json2rostertbl.c
index 6b31cef..a46f688 100644
--- a/utils/json2rostertbl.c
+++ b/utils/json2rostertbl.c
@@ -172,7 +172,7 @@ printpokemon(struct json_object *k)
optional8id(k, l, "move3", strtomove);
optional8id(k, l, "move4", strtomove);
optional8strint(k, l, "unknown2");
- optional8strint(k, l, "unknown3");
+ optional8strint(k, l, "happiness");
required16strint(k, l, "hp exp");
required16strint(k, l, "attack exp");
required16strint(k, l, "defense exp");