A bird NPC intended for gliding races that moves in a predefined GST motion during the race. The GST motion data for it can be found in the gst folder of the Galaxy's Ghost archive. It can register a Power Star if Obj_arg0 is 0, however, this requires a properly configured Scenario entry. A complex dialogue with flow nodes should be set up in order to control the race.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | SMG2 | False | Color Frame / Power Star: The color frame to be used. If 0, this also registers a Power Star to be spawned via event flow nodes. Default is 0. |
|
Obj_arg7 | Integer | SMG2 | False | GST File ID: The ID of the GST file to be loaded. Default is -1. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | Very buggy so it shouldn't be used. The object will appear when this switch is activated, but it will always have appeared even if the switch is deactivated. Deactivating the switch again will fix this, though. |
SW_A | SMG2 | False | Activated or deactivated depending on the used event flow node. |
SW_B | SMG2 | False | Activated or deactivated depending on the used event flow node. |
SW_AWAKE | SMG2 | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Message | SMG2 | False | The text dialogue's label format is PichanRacer%03d, where %03d is the text message ID. | |
EventFunc | SMG2 | False | Object-specific behavior for EventFunc event flow nodes. |
|
BranchFunc | SMG2 | False | Object-specific behavior for BranchFunc branch flow nodes. |
|
Name | Games | Required? | Description | Values |
---|---|---|---|---|
AppearPowerStar | SMG2 | False | Gets spawned after triggering its EventFunc. | |
LinkNamePos | SMG2 | True | Additional placements that need to be linked to the object. |
|
MarioFaceShipNpcRegister | SMG2 | False | Can be registered to a Starship Mario object appearance event. |
Name | Games | Description |
---|---|---|
YoshiTargetable | SMG2 | Can be targeted and licked by Yoshi. |