Skip to content

Commit

Permalink
Makes sure custom get item textboxes match.
Browse files Browse the repository at this point in the history
Specifically, they are all bottom of the screen and blue.
  • Loading branch information
leggettc18 committed Jul 14, 2022
1 parent e9ba8f7 commit 14a87f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/src/code/z_message_PAL.c
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,7 @@ void Message_OpenText(GlobalContext* globalCtx, u16 textId) {
} else if (gSaveContext.n64ddFlag && textId == 0xF8) {
msgCtx->msgLength = font->msgLength = Randomizer_GetCustomGetItemMessage(
GET_PLAYER(globalCtx)->getItemId, font->msgBuf, sizeof(font->msgBuf));
font->charTexBuf[0] = 0x23;
} else {
msgCtx->msgLength = font->msgLength;
char* src = (uintptr_t)font->msgOffset;
Expand Down

0 comments on commit 14a87f8

Please sign in to comment.