Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
blitz:gimmick [2026/06/04 11:53] – created gameboyadv4002blitz:gimmick [2026/07/14 15:24] (current) gameboyadv4002
Line 4: Line 4:
 <heading 2>Victory Conditions </heading> <heading 2>Victory Conditions </heading>
 <heading 3>Default Condition </heading> <heading 3>Default Condition </heading>
-The normal way to end a level is by reaching Obj_GoalOcta.+The normal way to end a level is by reaching Obj_Goal(Octa).
  
-<heading 3>Mini Data-Points </heading>+<heading 3>Mini Zapfish/Data-Points </heading> 
 +Levels that requires the collection of eight mini-zapfish or datapoints use Obj_RogPoint(Octa). SequenceSwitch objects can be used to react to a certain number of RogPoints being obtained, using the following parameters: 
 +<code> 
 +      Name: RogX 
 +      Switchable__InitialState: !l 0 
 +      Switchable__RespawnReset: !l 2 
 +</code> 
 +with the "X" in "RogX" corresponding to the number of datapoints you want the switch to activate upon.
  
 <heading 3>Defeat Enemies </heading> <heading 3>Defeat Enemies </heading>
Line 28: Line 35:
  
 <heading 3>Timed Failure </heading> <heading 3>Timed Failure </heading>
 +
 +<heading 3>Orb Defence </heading>
  
 <heading 2>Altered Play Conditions </heading> <heading 2>Altered Play Conditions </heading>