Document fldeff_flash and map_preview_screen

This commit is contained in:
PikalaxALT
2020-03-08 19:54:02 -04:00
parent 9f4f0df4d7
commit 73e6280144
10 changed files with 251 additions and 248 deletions
+2 -2
View File
@@ -598,8 +598,8 @@ bool8 ScrCmd_comparestattoword(struct ScriptContext * ctx)
bool8 ScrCmd_setworldmapflag(struct ScriptContext * ctx)
{
u16 value = ScriptReadHalfword(ctx);
sub_8115748(value);
sub_80F85BC(value);
QuestLog_RecordEnteredMap(value);
MapPreview_SetFlag(value);
return FALSE;
}