Skip to content

Termacadecheck

A goto helper where the Dialogue line id can be one of 2 values depending if both high scores at the Termacade games were beaten or not from their default one.

Syntax

|termacadecheck,notbeatenline,beatenline|

Parameters

notbeatenline: int

The Dialogue line id to send to goto if any of the high scores are not higher than their default one. This must be a valid Dialogue line id or an exception will be thrown if goto is processed with it.

beatenline: int

The Dialogue line id to send to goto if both high scores are higher than their default one. This must be a valid Dialogue line id or an exception will be thrown if goto is processed with it.

Remarks

The goto command is immediately processed with the resolved line in syntax (1) depending on flagvar 28 (Mite Knight's high score) being strictly higher than 9500 or not and flagvar 29 (Flower Journey's high score) being strictly higher than 4500 or not.