Document/sync misc remaining symbols

This commit is contained in:
GriffinR
2022-11-02 14:07:06 -04:00
parent 9e59afca88
commit 99ce8e358f
54 changed files with 242 additions and 216 deletions
+2 -2
View File
@@ -807,7 +807,7 @@ static void LoadMapFromWarp(bool32 unused)
InitMap();
}
static void sub_80559A8(void)
static void QL_LoadMapNormal(void)
{
bool8 isOutdoors;
@@ -2249,7 +2249,7 @@ static bool32 LoadMap_QLPlayback(u8 *state)
else
{
gExitStairsMovementDisabled = TRUE;
sub_80559A8();
QL_LoadMapNormal();
}
(*state)++;
break;