mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 01:10:33 +00:00
improve matches (#1413)
This commit is contained in:
parent
26d6028ff1
commit
a715bf63d0
21 changed files with 45 additions and 104 deletions
|
@ -806,8 +806,6 @@ void FileSelect_DrawFileInfo(GameState* thisx, s16 fileIndex, s16 isActive) {
|
|||
s16 j;
|
||||
s16 deathCountSplit[3];
|
||||
|
||||
if (1) {}
|
||||
|
||||
OPEN_DISPS(this->state.gfxCtx, "../z_file_choose.c", 1709);
|
||||
|
||||
gDPPipeSync(POLY_OPA_DISP++);
|
||||
|
|
|
@ -116,9 +116,6 @@ void FileSelect_SetNameEntryVtx(GameState* thisx) {
|
|||
u8 temp;
|
||||
s16 phi_v0;
|
||||
|
||||
if (1) {}
|
||||
if (1) {}
|
||||
|
||||
OPEN_DISPS(this->state.gfxCtx, "../z_file_nameset_PAL.c", 205);
|
||||
|
||||
gDPPipeSync(POLY_OPA_DISP++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue