This commit is contained in:
DizzyEggg 2022-08-29 10:26:55 +02:00
parent 27010e9ee6
commit 2d4ac679a6

View File

@ -4518,7 +4518,7 @@ s8 GetMovePriority(u32 battlerId, u16 move)
}
if (gProtectStructs[battlerId].quash)
priority = -8;
priority = -8;
return priority;
}