Skip to content

Chompy Ribbons list type

Display a list of items from multilist. This is intended to show the Chompy Ribbons available.

Options generation

listvar will set to multilist which is implied to have been set after the list's creation before a refresh.

They type is overridden to the standard Items List Type.

listredirect is overridden to null.

Option's SetText input string

The behavior is the same then the overridden standard Items List Type.

Description box rendering

The behavior is the same then the overridden standard Items List Type.

Confirmation handling

Confirmation is handled by MainManager's Update. First, the flagvar of the storeid is set to the selected option (bug?). Then, the list gets destroyed which ends this list's processing and resets the ItemList State Machine.

Remarks

While the overridden type is the standard Items List Type, it is able to display any kind of items including key items. In fact, under normal gameplay, this is used to display only key items being the ribbons Chompy has available. The entire management after confirmation is done by BattleControl's Chompy coroutine.