DREAMWEB: 'showfirstuse' ported to C++
This commit is contained in:
parent
ce47764145
commit
86c9fdae4b
5 changed files with 12 additions and 13 deletions
|
@ -177,5 +177,13 @@ void DreamGenContext::usetext(const uint8 *string) {
|
|||
worktoscreenm();
|
||||
}
|
||||
|
||||
void DreamGenContext::showfirstuse() {
|
||||
uint8 *obText = getobtextstartCPP();
|
||||
findnextcolon(&obText);
|
||||
findnextcolon(&obText);
|
||||
usetext(obText);
|
||||
hangonp(400);
|
||||
}
|
||||
|
||||
} /*namespace dreamgen */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue