diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-04-11 19:21:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 19:21:51 -0400 |
commit | 24bb85896d9e670c0fa419dc7cb6c96b5d0806c7 (patch) | |
tree | eba61257e555461f5d9662fea9477561bef51adf /include/field_specials.h | |
parent | 532907559304e1b32f8efa76e2fb8a2fc526ec02 (diff) | |
parent | c85f726224bbe53502ba98557d2c89eef89d7fbd (diff) |
Merge pull request #47 from PikalaxALT/roamer
Roamer
Diffstat (limited to 'include/field_specials.h')
-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 |