C# Class MM2Randomizer.Randomizers.Stages.StageFromSelect

This object encapsulates the relevant ROM offsets for properties of each selectable Robot Master portrait on the Stage Select screen.
Show file Open project: duckfist/MM2Random Class Usage Examples

Public Properties

Property Type Description
PortraitAddress ERMPortraitAddress
PortraitDestinationNew int
PortraitDestinationOriginal int
PortraitName string
StageClearAddress ERMStageClearAddress
StageClearDestinationNew int
StageClearDestinationOriginal int

Property Details

PortraitAddress public property

public ERMPortraitAddress PortraitAddress
return ERMPortraitAddress

PortraitDestinationNew public property

public int PortraitDestinationNew
return int

PortraitDestinationOriginal public property

public int PortraitDestinationOriginal
return int

PortraitName public property

public string PortraitName
return string

StageClearAddress public property

public ERMStageClearAddress StageClearAddress
return ERMStageClearAddress

StageClearDestinationNew public property

public int StageClearDestinationNew
return int

StageClearDestinationOriginal public property

public int StageClearDestinationOriginal
return int