--- a/States.wiki Wed Mar 09 02:45:55 2016 +0000
+++ b/States.wiki Wed Mar 09 02:46:11 2016 +0000
@@ -19,7 +19,7 @@
|| `gstAttacking` || Used to indicate when a hedgehog is currently attacking (player holds down attack key). Also used for triggered mines ||
|| `gstCollision` || Used to indicate the gear has just collided with something. Used internally for many checks and stuff ||
|| `gstDrowning` || Gear is drowning ||
-|| `gsttmpFlag` || Used for various purposes, its meaning depends on the gear type (see GearTypes) ||
+|| `gsttmpFlag` || Used for various purposes, its meaning depends on the gear type (see [GearTypes]) ||
|| `gstNoDamage` || Gear does not take damage from explosions and attacks like shoryuken and will not be pushed by them. For the invulnerability shield used by hedgehogs, use `SetEffect` ||
|| `gstAnimation` || Hedgehog plays an animation ||
|| `gstWait` || ||