file_progress_e documentation
This commit is contained in:
@@ -28,7 +28,7 @@ s32 func_80390084(void) {
|
||||
s32 phi_s1;
|
||||
|
||||
for(phi_s0 = 0, phi_s1 = 0; phi_s0 < 3; phi_s0++){
|
||||
if (func_8031FF1C(phi_s0 + 0xAD)) {
|
||||
if (fileProgressFlag_get(phi_s0 + 0xAD)) {
|
||||
phi_s1++;
|
||||
}
|
||||
}
|
||||
@@ -44,8 +44,8 @@ void func_803900EC(ActorMarker *marker, enum asset_e text_id, s32 arg2){
|
||||
|
||||
sp1C = marker->unk14_20 - 0x16D;
|
||||
func_8028F918(0);
|
||||
if (!func_8031FF1C(sp1C + 0xAD)) {
|
||||
func_80320004(sp1C + 0xAD, 1);
|
||||
if (!fileProgressFlag_get(sp1C + 0xAD)) {
|
||||
fileProgressFlag_set(sp1C + 0xAD, 1);
|
||||
func_8025A6EC(COMUSIC_2B_DING_B, 28000);
|
||||
}
|
||||
}
|
||||
@@ -63,7 +63,7 @@ void func_80390174(ActorMarker *marker, s32 arg1) {
|
||||
this = marker_getActor(marker);
|
||||
sp28 = this->marker->unk14_20 - 0x16D;
|
||||
func_8028F94C(2, this->position);
|
||||
if (func_8031FF1C(sp28 + 0xAD)) {
|
||||
if (fileProgressFlag_get(sp28 + 0xAD)) {
|
||||
func_80311480(sp28 + 0xF83, 0xE, this->position, this->marker, func_803900EC, lair_func_803900DC);
|
||||
return;
|
||||
}
|
||||
@@ -106,7 +106,7 @@ void func_803902B8(Actor *this) {
|
||||
}
|
||||
this->unk38_0 = sp58;
|
||||
sp58 = func_80259384(this->position, sp5C, 400.0f);
|
||||
if (func_8031FF1C(sp54 + 0xAD)) {
|
||||
if (fileProgressFlag_get(sp54 + 0xAD)) {
|
||||
func_8024E55C(0, sp3C);
|
||||
sp58 &= (sp3C[FACE_BUTTON(BUTTON_B)] == 1) || func_8028EC04();
|
||||
}
|
||||
|
Reference in New Issue
Block a user