Document misc field_specials things

This commit is contained in:
Marcus Huderle
2018-12-28 15:11:15 -06:00
parent 67636b7c64
commit 6e7bdb3ca4
16 changed files with 56 additions and 66 deletions
+1 -1
View File
@@ -735,7 +735,7 @@ void SetLastHealLocationWarp(u8 healLocationId)
SetWarpData(&gSaveBlock1Ptr->lastHealLocation, healLocation->group, healLocation->map, -1, healLocation->x, healLocation->y);
}
void sub_8084D5C(s16 x, s16 y)
void UpdateEscapeWarp(s16 x, s16 y)
{
u8 currMapType = GetCurrentMapType();
u8 destMapType = GetMapTypeByGroupAndId(sWarpDestination.mapGroup, sWarpDestination.mapNum);