Germ Aerobics (SceneBacteria)
Used in: Germ Aerobics, Remix 13, Germ Aerobics 2, Remix 15, Remix 18, Remix 20
Commands
FUN_7100146120(beats, countin) - Regular Aerobics
Function address: 0x7100146120
Usage - to be added when tools are developed
Standard aerobics for a specified number of beats. The count-in starts 3 beats after the command, and the first input is 5 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 1 beat after the command, and the first input is 6 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() - Quick Aerobics
Function address: 0x7100147cd0
Usage - to be added when tools are developed
A quick aerobics cue. The cue starts 3 beats after the command, and the first input is 5 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 2 beats after the command, and the input is 5 beats after the command.
| Argument | Type | Description |
|---|---|---|
unknown | int | Unknown functionality. |