summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/DrawItem.cpp
diff options
context:
space:
mode:
authorCaladius <clatini88@gmail.com>2025-11-06 08:51:19 -0500
committerCaladius <clatini88@gmail.com>2025-11-06 08:51:19 -0500
commit482e95f4e4ac0882a06e2556db92960462cbc14f (patch)
tree3ccb4cbcaacf6f5b3ded7ccb199dcf602babebd2 /mm/2s2h/Rando/DrawItem.cpp
parentf45acdd794712fefa0fae0bca86dcac22e040f09 (diff)
Update to u16
Diffstat (limited to 'mm/2s2h/Rando/DrawItem.cpp')
-rw-r--r--mm/2s2h/Rando/DrawItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/DrawItem.cpp b/mm/2s2h/Rando/DrawItem.cpp
index 73e752e4f..fa96c72db 100644
--- a/mm/2s2h/Rando/DrawItem.cpp
+++ b/mm/2s2h/Rando/DrawItem.cpp
@@ -364,7 +364,7 @@ void DrawTriforcePiece(RandoItemId randoItemId) {
(Gfx*)gTriforcePiece2DL,
};
- u8 currentTriforcePieces = gSaveContext.save.shipSaveInfo.rando.foundTriforcePieces;
+ u16 currentTriforcePieces = gSaveContext.save.shipSaveInfo.rando.foundTriforcePieces;
OPEN_DISPS(gPlayState->state.gfxCtx);