C# Class MOTHER3.MapData.RoomGfx

Exibir arquivo Open project: jeffman/MOTHER-3-Funland

Public Methods

Method Description
GetGfx ( ushort index ) : byte[]
GetGfxAddress ( ushort index ) : int
GetTilesets ( RoomGfxPal rGfxPal ) : byte[][]

Method Details

GetGfx() public static method

public static GetGfx ( ushort index ) : byte[]
index ushort
return byte[]

GetGfxAddress() public static method

public static GetGfxAddress ( ushort index ) : int
index ushort
return int

GetTilesets() public static method

public static GetTilesets ( RoomGfxPal rGfxPal ) : byte[][]
rGfxPal RoomGfxPal
return byte[][]