diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-13 09:28:50 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-13 09:28:50 -0400 |
| commit | 4190928a1109d425a5d87bbde8ec2321de52dd58 (patch) | |
| tree | f9ec260525d0421737c99e92430d0dea6ee3ab3f /include | |
| parent | f0e2b86a7b75d10d4015df92fe8cb3c079bbb2f1 (diff) | |
through sub_81127F8
Diffstat (limited to 'include')
| -rw-r--r-- | include/field_control_avatar.h | 6 | ||||
| -rw-r--r-- | include/quest_log.h | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/field_control_avatar.h b/include/field_control_avatar.h new file mode 100644 index 000000000..5b2184561 --- /dev/null +++ b/include/field_control_avatar.h @@ -0,0 +1,6 @@ +#ifndef GUARD_FIELD_CONTROL_AVATAR_H +#define GUARD_FIELD_CONTROL_AVATAR_H + +extern u32 gUnknown_3005078; + +#endif //GUARD_FIELD_CONTROL_AVATAR_H diff --git a/include/quest_log.h b/include/quest_log.h index dfdd4bf41..280a04423 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -2,5 +2,7 @@ #define GUARD_QUEST_LOG_H extern u8 gUnknown_3005E88; +extern u16 gUnknown_3005E8C; +extern struct UnkStruct_203AE98 * gUnknown_3005E94; #endif //GUARD_QUEST_LOG_H |
