This commit is contained in:
brotenko@gmail.com 2021-02-15 15:41:58 +01:00
parent e0e3f97231
commit 388e484a09

View File

@ -21,7 +21,7 @@ ApiStatus func_802A1108_74D678(ScriptInstance* script, s32 isInitialCall) {
}
battleStatus->hammerCharge = 0;
battleStatus->flags1 = ((battleStatus->flags1 | 0x20000000) & ~0x20000000);
battleStatus->flags1 = ((battleStatus->flags1 | 0x20000000) & ~0x10000000);
return ApiStatus_DONE2;
}