Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Disc Dog (SceneFlydisc)

Used in: Disc Dog, Remix 1, Remix 8, Disc Dog 2, Remix 11, Remix 18, Remix 20

Commands

FUN_710018d3f0(color, length, soundID, unknown) - Throw Disc

Function address: 0x710018d3f0

Usage - to be added when tools are developed

Whistle, throw, and catch a flying disc. The first whistle sound starts 2 beats after the command, the disc is thrown 4 beats after the command, and the input is 10 beats after the command. Alright!

ArgumentTypeDescription
colorintThe color of the disc. Needs testing.
lengthintThe length from the disc throw until the dog catches the disc, in ticks. The length until the input is one beat less than this.
Always set to 0xF00 ticks (8 beats) ingame.
soundIDintThe sound to play when jumping to catch the disc. Needs testing to find values.
unknownboolUnknown functionality.

FUN_710018C730(background) - Set Background

Function address: 0x710018C730

Usage - to be added when tools are developed

Instantly set the background.

ArgumentTypeDescription
backgroundchar*The name of the background to set. Needs testing.

FUN_710018CBD0(background) - Change Background

Function address: 0x710018CBD0

Usage - to be added when tools are developed

Flip the background over to reveal a new one.

ArgumentTypeDescription
backgroundchar*The name of the background to change to. Needs testing.