Uncommented item_24 print on z_message_PAL
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user