Fix superstructure goal ids

Both the transfer roller change and the preloaded modified it.

Signed-off-by: Milind Upadhyay <milind.upadhyay@gmail.com>
Change-Id: I1f5cc125aea0ade7ff7edd781b9ff419b0c37e32
diff --git a/y2022/control_loops/superstructure/superstructure_goal.fbs b/y2022/control_loops/superstructure/superstructure_goal.fbs
index 8c7c862..8862d22 100644
--- a/y2022/control_loops/superstructure/superstructure_goal.fbs
+++ b/y2022/control_loops/superstructure/superstructure_goal.fbs
@@ -50,7 +50,7 @@
   auto_aim:bool (id: 11);
 
   // If true, we started with the ball loaded and should proceed to that state.
-  preloaded:bool (id: 12);
+  preloaded:bool (id: 13);
 }