sys flags

This commit is contained in:
PikalaxALT
2019-10-21 10:42:24 -04:00
parent a1bddb8f8c
commit 221259d0d6
29 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -3634,7 +3634,7 @@ static u8 SendMonToPC(struct Pokemon* mon)
gSpecialVar_MonBoxId = boxNo;
gSpecialVar_MonBoxPos = boxPos;
if (get_unknown_box_id() != boxNo)
FlagClear(FLAG_0x843);
FlagClear(FLAG_SYS_CHANGED_BOX_TO_STORE_MON);
VarSet(VAR_0x4037, boxNo);
return MON_GIVEN_TO_PC;
}