diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-05-29 09:08:29 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-28 19:08:29 -0400 |
| commit | 92bdfe68c212d50ac6569fdb871b93be6230b3ad (patch) | |
| tree | 29c77f8da1546368514cdfa44e8561bf431f2a92 /docs/tutorial/documenting.md | |
| parent | efc9df3f56046bf11097715204aee96d433a952e (diff) | |
z_rcp.c setupDL docs/cleanup (#1253)
* SetupDL enum
* name functions
* namefixer
* cleanup
* small cleanup
* PR Review
* don't need address of array
* PR Suggestion
Diffstat (limited to 'docs/tutorial/documenting.md')
| -rw-r--r-- | docs/tutorial/documenting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/documenting.md b/docs/tutorial/documenting.md index 71f3347e3..11d8b3546 100644 --- a/docs/tutorial/documenting.md +++ b/docs/tutorial/documenting.md @@ -244,7 +244,7 @@ void EnRecepgirl_Draw(Actor* thisx, PlayState* play) { OPEN_DISPS(play->state.gfxCtx); - func_8012C28C(play->state.gfxCtx); + Gfx_SetupDL25_Opa(play->state.gfxCtx); gSPSegment(POLY_OPA_DISP++, 0x08, D_80C106B0[this->unk_2AC]); |
