mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-11 13:09:54 -04:00
THA docs (#1177)
* THA docs Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * format * namefixer * yada * remove zero pad comment * Update include/z64.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update include/thga.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * namefixer * bss * namefixer --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
@@ -572,7 +572,7 @@ void Message_Init(PlayState* play) {
|
||||
messageCtx->ocarinaAction = messageCtx->unk11FF2 = 0;
|
||||
messageCtx->unk1201E = 0xFF;
|
||||
View_Init(&messageCtx->view, play->state.gfxCtx);
|
||||
messageCtx->unk11EF8 = THA_AllocEndAlign16(&play->state.heap, 0x13C00);
|
||||
messageCtx->unk11EF8 = THA_AllocTailAlign16(&play->state.heap, 0x13C00);
|
||||
font = &play->msgCtx.font;
|
||||
Font_LoadOrderedFont(&play->msgCtx.font);
|
||||
font->unk_11D88 = 0;
|
||||
|
||||
Reference in New Issue
Block a user