mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
revert pointless change
This commit is contained in:
parent
24751851d2
commit
57543e164e
@ -74,7 +74,7 @@ void Task_Truck1(u8 taskId)
|
||||
zero = 0;
|
||||
sub_808E82C(3, mapNum, mapGroup, -3, box3);
|
||||
|
||||
if (SECONDS(500) == ++data[0]) // this will never run
|
||||
if (++data[0] == SECONDS(500)) // this will never run
|
||||
data[0] = zero; // reset the timer if it gets stuck.
|
||||
|
||||
cameraYpan = GetTruckCameraBobbingY(data[0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user