C# Class Nintenlord.GBA_Graphics_Editor.Program

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
ChangeTSAIndex ( int x, int y ) : void
DumpRawGraphics ( string path ) : void

DumpRawPalette ( string path ) : void

DumpRawTSA ( string path ) : void

Exit ( ) : bool

GetMode ( ) : GraphicsMode
InsertBitmap ( ) : void

InsertRawGraphics ( ) : void

InsertRawPalette ( ) : void

InsertRawTSA ( ) : void

LoadNLZFile ( string path ) : void

LoadPalFile ( string path ) : void

LoadROM ( string path ) : void

SaveBitmap ( string path ) : void

SaveNLZFile ( ) : void

Scan ( int sizeMultible ) : void

Update ( ) : void
UpdateGraphics ( ) : void
WriteToROM ( ) : bool

WriteToROM ( string path ) : bool

Private Methods

Method Description
BeginningStuff ( ) : void

DumpRawData ( DataBuffer data, string path ) : void

GetPalette ( Bitmap bitmap ) : Color[]
ImageIndexUD_ValueChanged ( object sender, EventArgs e ) : void
InsertRawData ( WriteInfo info, byte data, DataBuffer originalData, int originalOffset, bool compressed ) : bool

Main ( string args ) : void
OffsetUD_ValueChanged ( object sender, EventArgs e ) : void
ROMPALoffsetUD_ValueChanged ( object sender, EventArgs e ) : void
ReloadRawDatas ( bool reloadGraphics, bool reloadPalette, bool reloadTSA ) : void
UpdateDisplayedOffsets ( ) : void
UpdateRanges ( ) : void
UpdateStoredOffsets ( ) : void
WriteDatas ( bool writeGraphics, bool writePalette, bool writeTSA ) : void
compROMPalette_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

ChangeTSAIndex() public static method

public static ChangeTSAIndex ( int x, int y ) : void
x int
y int
return void

DumpRawGraphics() public static method

public static DumpRawGraphics ( string path ) : void
path string
return void

DumpRawPalette() public static method

public static DumpRawPalette ( string path ) : void
path string
return void

DumpRawTSA() public static method

public static DumpRawTSA ( string path ) : void
path string
return void

Exit() public static method

public static Exit ( ) : bool
return bool

GetMode() public static method

public static GetMode ( ) : GraphicsMode
return GraphicsMode

InsertBitmap() public static method

public static InsertBitmap ( ) : void
return void

InsertRawGraphics() public static method

public static InsertRawGraphics ( ) : void
return void

InsertRawPalette() public static method

public static InsertRawPalette ( ) : void
return void

InsertRawTSA() public static method

public static InsertRawTSA ( ) : void
return void

LoadNLZFile() public static method

public static LoadNLZFile ( string path ) : void
path string
return void

LoadPalFile() public static method

public static LoadPalFile ( string path ) : void
path string
return void

LoadROM() public static method

public static LoadROM ( string path ) : void
path string
return void

SaveBitmap() public static method

public static SaveBitmap ( string path ) : void
path string
return void

SaveNLZFile() public static method

public static SaveNLZFile ( ) : void
return void

Scan() public static method

public static Scan ( int sizeMultible ) : void
sizeMultible int
return void

Update() public static method

public static Update ( ) : void
return void

UpdateGraphics() public static method

public static UpdateGraphics ( ) : void
return void

WriteToROM() public static method

public static WriteToROM ( ) : bool
return bool

WriteToROM() public static method

public static WriteToROM ( string path ) : bool
path string
return bool