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 |
|
Method | Description | |
---|---|---|
BeginningStuff ( ) : void |
|
|
DumpRawData ( |
|
|
GetPalette ( |
||
ImageIndexUD_ValueChanged ( object sender, |
||
InsertRawData ( |
|
|
Main ( string args ) : void | ||
OffsetUD_ValueChanged ( object sender, |
||
ROMPALoffsetUD_ValueChanged ( object sender, |
||
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, |
public static ChangeTSAIndex ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public static DumpRawGraphics ( string path ) : void | ||
path | string | |
return | void |
public static DumpRawPalette ( string path ) : void | ||
path | string | |
return | void |
public static DumpRawTSA ( string path ) : void | ||
path | string | |
return | void |
public static LoadNLZFile ( string path ) : void | ||
path | string | |
return | void |
public static LoadPalFile ( string path ) : void | ||
path | string | |
return | void |
public static SaveBitmap ( string path ) : void | ||
path | string | |
return | void |
public static Scan ( int sizeMultible ) : void | ||
sizeMultible | int | |
return | void |
public static WriteToROM ( string path ) : bool | ||
path | string | |
return | bool |