diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-21 15:04:48 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-21 15:04:48 -0400 |
commit | 54cda0308707ace7055cc8ea6f4e698e6324f911 (patch) | |
tree | da994718bb835a0d69103aafd6b6b3f90194aaee /src/region_map.c | |
parent | 75b2298d37fa39077f7d5b930c0629ad5064ab84 (diff) |
Sync more contest docs from Emerald
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/region_map.c b/src/region_map.c index 8c4e694bc..44f81d586 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -1690,15 +1690,15 @@ void debug_sub_8110CCC(void) void debug_sub_8110D84(void) { - switch (sFlyDataPtr->unk4) + switch (sFlyDataPtr->round1Points) { case 0: BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB(0, 0, 0)); - sFlyDataPtr->unk4++; + sFlyDataPtr->round1Points++; break; case 1: if (!UpdatePaletteFade()) - sFlyDataPtr->unk4++; + sFlyDataPtr->round1Points++; break; case 2: switch (sub_80FAB60()) @@ -1719,7 +1719,7 @@ void debug_sub_8110D84(void) case 5: m4aSongNumStart(SE_SELECT); BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0)); - sFlyDataPtr->unk4++; + sFlyDataPtr->round1Points++; break; } break; @@ -1736,14 +1736,14 @@ void debug_sub_8110D84(void) { sub_80FBCA0(); sub_80FAEC4(); - sFlyDataPtr->unk4++; + sFlyDataPtr->round1Points++; } break; case 5: if (sub_80FAFC0() == 0) { CreateRegionMapCursor(0, 0); - sFlyDataPtr->unk4++; + sFlyDataPtr->round1Points++; } break; case 6: @@ -1755,14 +1755,14 @@ void debug_sub_8110D84(void) { sub_80FBCA0(); sub_80FAEC4(); - sFlyDataPtr->unk4++; + sFlyDataPtr->round1Points++; } break; case 7: if (sub_80FAFC0() == 0) { CreateRegionMapCursor(0, 0); - sFlyDataPtr->unk4 = 3; + sFlyDataPtr->round1Points = 3; } break; } |