mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-13 13:05:06 -05:00
Comments
This commit is contained in:
parent
dc6018b41e
commit
6a39b9e011
@ -1682,7 +1682,8 @@ void Message_OpenText(GlobalContext* globalCtx, u16 textId) {
|
||||
memcpy(font->msgBuf, src, font->msgLength);
|
||||
}
|
||||
|
||||
if (textId == 0x0140 && gSaveContext.n64ddFlag) { // 888888888
|
||||
// (From z_player.c) In rando, Navi gives rando-related advice
|
||||
if (textId == 0x0140 && gSaveContext.n64ddFlag) {
|
||||
RandoNaviTip(globalCtx);
|
||||
msgCtx->msgLength = font->msgLength = strlen(font->msgBuf);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user