summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-18 18:36:05 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-18 18:36:05 +0200
commitc253bf5e75796c462fe5e389c7e8f6040f826c0f (patch)
tree931192939e32acdf4986fdd23d10cd9a9d148c00 /include/global.h
parent74bda5b68088f08220cf3f1b9791e5900a6a9877 (diff)
add important headers, const ptrs and egg hatch start
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index e694a5974..f4b2a8349 100644
--- a/include/global.h
+++ b/include/global.h
@@ -639,7 +639,8 @@ struct DaycareMon
struct MailStruct mail;
u8 OT_name[OT_NAME_LENGTH + 1];
u8 monName[11];
- u8 language;
+ u8 language_maybe : 4;
+ u8 unknown : 4;
u32 stepsTaken;
};