mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
parent
3ce701cfd8
commit
a9084ad65e
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ void FileChoose_SetKeyboardVtx(GameState* thisx) {
|
|||
phi_t0 = -0x60;
|
||||
|
||||
for (phi_t1 = 0; phi_t1 < 13; phi_t1++, phi_t3 += 4, phi_t2++) {
|
||||
//! @bug D_80812544 is accessed out of bounds when drawing the empty space character (value of 64). Under normal
|
||||
//! circumstances it reads a halfword from sNameLabelTextures.
|
||||
this->keyboardVtx[phi_t3].v.ob[0] = this->keyboardVtx[phi_t3 + 2].v.ob[0] = D_80812544[phi_t2] + phi_t0;
|
||||
|
||||
this->keyboardVtx[phi_t3 + 1].v.ob[0] = this->keyboardVtx[phi_t3 + 3].v.ob[0] =
|
||||
|
|
Loading…
Reference in a new issue