Document misc field_specials things
This commit is contained in:
@@ -498,7 +498,7 @@ static bool32 sub_80AF71C(void)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void sub_80AF734(void)
|
||||
void DoWarp(void)
|
||||
{
|
||||
ScriptContext2_Enable();
|
||||
TryFadeOutOldMapMusic();
|
||||
@@ -509,7 +509,7 @@ void sub_80AF734(void)
|
||||
CreateTask(sub_80AFA0C, 10);
|
||||
}
|
||||
|
||||
void sp13E_warp_to_last_warp(void)
|
||||
void DoDiveWarp(void)
|
||||
{
|
||||
ScriptContext2_Enable();
|
||||
TryFadeOutOldMapMusic();
|
||||
@@ -529,16 +529,16 @@ void sub_80AF79C(void)
|
||||
CreateTask(sub_80AFA0C, 10);
|
||||
}
|
||||
|
||||
void sub_80AF7D0(void)
|
||||
void DoDoorWarp(void)
|
||||
{
|
||||
ScriptContext2_Enable();
|
||||
gFieldCallback = mapldr_default;
|
||||
CreateTask(sub_80AFA88, 10);
|
||||
}
|
||||
|
||||
void sp13F_fall_to_last_warp(void)
|
||||
void DoFallWarp(void)
|
||||
{
|
||||
sp13E_warp_to_last_warp();
|
||||
DoDiveWarp();
|
||||
gFieldCallback = sub_80B6B68;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user