Uncommented item_24 print on z_message_PAL

This commit is contained in:
Kevin Alexis Contreras 2022-05-30 19:49:23 -05:00
parent 22a305028f
commit e4ce541fcf

View File

@ -1117,7 +1117,7 @@ void Message_LoadItemIcon(GlobalContext* globalCtx, u16 itemId, s16 y) {
memcpy((uintptr_t)msgCtx->textboxSegment + MESSAGE_STATIC_TEX_SIZE, memcpy((uintptr_t)msgCtx->textboxSegment + MESSAGE_STATIC_TEX_SIZE,
ResourceMgr_LoadTexByName(gItemIcons[itemId]), 0x900); ResourceMgr_LoadTexByName(gItemIcons[itemId]), 0x900);
// "Item 24" // "Item 24"
// osSyncPrintf("アイテム24%d (%d) {%d}\n", itemId, itemId - ITEM_KOKIRI_EMERALD, 84); osSyncPrintf("アイテム24%d (%d) {%d}\n", itemId, itemId - ITEM_KOKIRI_EMERALD, 84);
} }
msgCtx->msgBufPos++; msgCtx->msgBufPos++;
msgCtx->choiceNum = 1; msgCtx->choiceNum = 1;