diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 19:21:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 19:21:10 -0400 |
commit | c85f726224bbe53502ba98557d2c89eef89d7fbd (patch) | |
tree | eba61257e555461f5d9662fea9477561bef51adf /include | |
parent | 915694e8a7a5967d76bcbe544d671bb2f962f608 (diff) |
Decompile roamer
Diffstat (limited to 'include')
-rw-r--r-- | include/field_specials.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_specials.h b/include/field_specials.h index 2d495fdd5..c1bc8e8c9 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -6,5 +6,6 @@ u8 GetLeadMonIndex(void); u8 CountDigits(u16 number); void TV_PrintIntToStringVar(u8, int); +u16 ScrSpecial_GetStarter(void); #endif // GUARD_FIELD_SPECIALS_H |