1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Mark bug in file choose (#1187)

* bug

* Update z_file_nameset_PAL.c
This commit is contained in:
louist103 2022-04-03 14:44:42 -04:00 committed by GitHub
parent 3ce701cfd8
commit a9084ad65e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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] =