mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 00:40:16 +00:00
Highscores array (#600)
* Highscores * Review suggestions Co-authored-by: Thar0 <maximilianc64@gmail.com>
This commit is contained in:
parent
510b3c4bd5
commit
2a13d71848
5 changed files with 24 additions and 15 deletions
|
@ -1052,7 +1052,7 @@ void DemoEc_FishingManPostLimbDraw(GlobalContext* globalCtx, s32 limbIndex, Gfx*
|
|||
Gfx** gfx) {
|
||||
DemoEc* this = THIS;
|
||||
|
||||
if ((limbIndex == 8) && !(gSaveContext.unk_EC0 & 0x1000)) {
|
||||
if ((limbIndex == 8) && !(HIGH_SCORE(HS_FISHING) & 0x1000)) {
|
||||
gSPDisplayList((*gfx)++, SEGMENTED_TO_VIRTUAL(D_060074C8));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue