mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-07 10:50:29 -05:00
Makes sure custom get item textboxes match.
Specifically, they are all bottom of the screen and blue.
This commit is contained in:
parent
e9ba8f734f
commit
14a87f83b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user