Germ Aerobics (SceneBacteria)
Used in: Germ Aerobics, Remix 13, Germ Aerobics 2, Remix 15, Remix 18, Remix 20
Commands
FUN_7100146120(beats, countin) - Aerobics
Function address: 0x7100146120
Usage - to be added when tools are developed
Standard aerobics for a specified number of beats. The count-in starts three beats after the command, and the first input is five beats after the command.
| Argument | Type | Description |
|---|---|---|
beats | int | The number of beats that the aerobics should last. |
countin | bool | Toggles if the “Ou-kay!” count-in should play. |
FUN_7100146b50(beats, countin) - Slow Aerobics
Function address: 0x7100146b50
Usage - to be added when tools are developed
Slow aerobics for a specified number of beats. The count-in starts one beat after the command, and the first input is six beats after the command.
| Argument | Type | Description |
|---|---|---|
beats | int | The number of beats that the aerobics should last. |
countin | bool | Toggles if the count-in for slow aerobics should play. |
FUN_7100147cd0() - Triple Aerobics
Function address: 0x7100147cd0
Usage - to be added when tools are developed
A triple aerobics cue. The cue starts three beats after the command, and the first input is five beats after the command.
FUN_71001473a0(unknown) - Stop Aerobics
Function address: 0x71001473a0
Usage - to be added when tools are developed
The cue to stop aerobics, including a final input. The cue starts two beats after the command, and the input is five beats after the command.
| Argument | Type | Description |
|---|---|---|
unknown | int | Unknown functionality. |