C# Class MOTHER3.SpriteGfx

Inheritance: M3Rom
Show file Open project: jeffman/MOTHER-3-Funland Class Usage Examples

Public Properties

Property Type Description
Address int[]
Entries int[]

Public Methods

Method Description
GetPointer ( int bank, int index ) : int
Init ( ) : void

Method Details

GetPointer() public static method

public static GetPointer ( int bank, int index ) : int
bank int
index int
return int

Init() public static method

public static Init ( ) : void
return void

Property Details

Address public static property

public static int[] Address
return int[]

Entries public static property

public static int[] Entries
return int[]