Makes sure custom get item textboxes match.

Specifically, they are all bottom of the screen and blue.
This commit is contained in:
Christopher Leggett 2022-07-13 21:24:20 -04:00
parent e9ba8f734f
commit 14a87f83b3
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
1 changed files with 1 additions and 0 deletions

View File

@ -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;