diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-10-13 19:14:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 23:14:18 +0000 |
| commit | 5ddc418777bb02e531104f4b8820647432b2706e (patch) | |
| tree | 30086898f5dd6a23ca5bb0a44a2ec0d46c7f8cf2 /soh/src/code | |
| parent | 260078c871baf3b57840f1a47031b7766d93597f (diff) | |
redicle -> reticle (#3257)
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_player_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_player_lib.c b/soh/src/code/z_player_lib.c index 98dacc982..32a3e6e48 100644 --- a/soh/src/code/z_player_lib.c +++ b/soh/src/code/z_player_lib.c @@ -1369,7 +1369,7 @@ void Player_DrawHookshotReticle(PlayState* play, Player* this, f32 hookshotRange const Color_RGBA8 color = CVarGetColor("gCosmetics.HookshotReticle_NonTarget.Value", defaultColor); gDPSetPrimColor(WORLD_OVERLAY_DISP++, 0, 0, color.r, color.g, color.b, color.a); } - gSPVertex(WORLD_OVERLAY_DISP++, (uintptr_t)gLinkAdultHookshotRedicleVtx, 3, 0); + gSPVertex(WORLD_OVERLAY_DISP++, (uintptr_t)gLinkAdultHookshotReticleVtx, 3, 0); gSP1Triangle(WORLD_OVERLAY_DISP++, 0, 1, 2, 0); CLOSE_DISPS(play->state.gfxCtx); |
