Method | Description | |
---|---|---|
Data_Repoint_Form ( uint dataLength, bool movesetStatus, byte rom, uint currentOffset, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FindFreeSpace ( uint dataSize, uint startLocation, byte rom, byte freeSpaceByte ) : uint | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnCancel_Click ( object sender, EventArgs e ) : void | ||
btnFindFreeSpace_Click ( object sender, EventArgs e ) : void | ||
btnRepoint_Click ( object sender, EventArgs e ) : void | ||
chkBxMovesets_CheckedChanged ( object sender, EventArgs e ) : void | ||
upDownNumberOfPokemon_ValueChanged ( object sender, EventArgs e ) : void |
public Data_Repoint_Form ( uint dataLength, bool movesetStatus, byte rom, uint currentOffset, |
||
dataLength | uint | |
movesetStatus | bool | |
rom | byte | |
currentOffset | uint | |
form | ||
trainerLocation | uint | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |