diff options
| author | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-05-30 19:49:23 -0500 |
|---|---|---|
| committer | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-05-30 19:49:23 -0500 |
| commit | e4ce541fcfe693c8c32cdaae49d1ce2ccb8aa2ff (patch) | |
| tree | b661ea122a8129bc270e20238fe0cc25f14e671b | |
| parent | 22a305028fb4cc85b1a2651c3f598bded6e7b3ff (diff) | |
Uncommented item_24 print on z_message_PAL
| -rw-r--r-- | soh/src/code/z_message_PAL.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soh/src/code/z_message_PAL.c b/soh/src/code/z_message_PAL.c index 5a515e5f1..a2a3566f6 100644 --- a/soh/src/code/z_message_PAL.c +++ b/soh/src/code/z_message_PAL.c @@ -1117,7 +1117,7 @@ void Message_LoadItemIcon(GlobalContext* globalCtx, u16 itemId, s16 y) { memcpy((uintptr_t)msgCtx->textboxSegment + MESSAGE_STATIC_TEX_SIZE, ResourceMgr_LoadTexByName(gItemIcons[itemId]), 0x900); // "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->choiceNum = 1; @@ -3246,7 +3246,7 @@ void Message_Update(GlobalContext* globalCtx) { void Message_SetTables(void) { OTRMessage_Init(); - + // OTRTODO //sNesMessageEntryTablePtr = sNesMessageEntryTable; //sGerMessageEntryTablePtr = sGerMessageEntryTable; |
