diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-03-16 13:47:38 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 13:47:38 +1100 |
| commit | a17949e73077541437e05d42faed7ed44f5f6fce (patch) | |
| tree | 7e3f23e5e08b2adef2061865eeb50e233c692d10 /docs/tutorial/documenting.md | |
| parent | 2987390a2033a8a48b4f1af4a1e58205c32e4471 (diff) | |
Document z_en_time_tag (#1140)
* time-tag docs
* simplify enums
* PR Reviews
* PR Suggestions
* small change
* small fix
* PR Suggestions
* add extra func ref
* rm raw text from first actor I decompiled
* Stock Pot Inn
* fix master merge
Diffstat (limited to 'docs/tutorial/documenting.md')
| -rw-r--r-- | docs/tutorial/documenting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/documenting.md b/docs/tutorial/documenting.md index 68c90ef66..e7e82e5e6 100644 --- a/docs/tutorial/documenting.md +++ b/docs/tutorial/documenting.md @@ -203,7 +203,7 @@ void func_80C102D4(EnRecepgirl* this, PlayState* play) { this->actor.textId = 0x2AE0; } } - func_80151938(play, this->actor.textId); + Message_ContinueTextbox(play, this->actor.textId); } } @@ -540,7 +540,7 @@ void func_80C102D4(EnRecepgirl* this, PlayState* play) { this->actor.textId = 0x2AE0; // drawing room on the right, don't go in without an appointment } } - func_80151938(play, this->actor.textId); + Message_ContinueTextbox(play, this->actor.textId); } } ``` |
