mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-08 00:44:42 +00:00
document code_8008E6A0 (frame advance) (#737)
* OK * fixes * format * remove gotos, thanks petrie
This commit is contained in:
parent
7f3be6e37f
commit
187d2d1500
15 changed files with 71 additions and 78 deletions
|
@ -2327,7 +2327,7 @@ void func_8009FE58(GlobalContext* globalCtx) {
|
|||
gDPPipeSync(POLY_XLU_DISP++);
|
||||
gDPSetEnvColor(POLY_XLU_DISP++, 128, 128, 128, 128);
|
||||
|
||||
if (func_800C0D28(globalCtx) != 1) {
|
||||
if (FrameAdvance_IsEnabled(globalCtx) != true) {
|
||||
D_8012A39C += 1820;
|
||||
D_8012A3A0 += 1820;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue