diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-20 20:46:26 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-20 20:46:26 +0200 |
commit | 31e0b468c7f859e72e758f3f0fc1051ab887d9a5 (patch) | |
tree | faea6f4ca4b978c80ba26a694d8a170f29a3b936 /src | |
parent | 8c85a273461557bde4b42630ba3a56701c8f4d81 (diff) |
move from raq scene to walda phrase
Diffstat (limited to 'src')
-rw-r--r-- | src/walda_phrase.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/walda_phrase.c b/src/walda_phrase.c index 21f39f784..7e06d1319 100644 --- a/src/walda_phrase.c +++ b/src/walda_phrase.c @@ -44,6 +44,15 @@ enum PHRASE_FIRST_ATTEMPT }; +u16 TryBufferWaldaPhrase(void) +{ + if (IsWaldaPhraseEmpty()) + return FALSE; + + StringCopy(gStringVar1, GetWaldaPhrasePtr()); + return TRUE; +} + void DoWaldaNamingScreen(void) { StringCopy(gStringVar2, GetWaldaPhrasePtr()); |