shopdata#

Load with Game->LoadShopData() and Game->LoadInfoShopData().

Variables#

const int

Type

int[]

Item

bool[]

HasItem

int[]

Price

int[]

String

Variable descriptions#

const int Type 🔗 Source

Returns the type of the shop, where: TODO document values


int[] Item 🔗 Source

The 3 items available in the shop.


bool[] HasItem 🔗 Source

Whether a given position should have an item.


int[] Price 🔗 Source

The price, in rupees (0-65535) to purchase each index.


int[] String 🔗 Source

The message string to display upon purchasing each index.