1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-06 07:56:32 +00:00

Document Target_Draw [Target Docs 2/?] (#2115)

* document Target_Draw

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* fix missed renames

* retail fix

* another fix

---------

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
fig02 2024-09-01 16:02:13 -04:00 committed by GitHub
parent a21a59c4b5
commit 2b25c31588
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 98 additions and 86 deletions

View file

@ -3272,7 +3272,7 @@ void Interface_Draw(PlayState* play) {
if ((R_PAUSE_BG_PRERENDER_STATE != PAUSE_BG_PRERENDER_PROCESS) &&
(R_PAUSE_BG_PRERENDER_STATE != PAUSE_BG_PRERENDER_READY)) {
func_8002C124(&play->actorCtx.targetCtx, play); // Draw Z-Target
Target_Draw(&play->actorCtx.targetCtx, play);
}
Gfx_SetupDL_39Overlay(play->state.gfxCtx);