메소드 | 설명 | |
---|---|---|
Add ( int address, byte value, string note = "" ) : void | ||
ApplyIPSPatch ( string romname, string patchname ) : void | ||
ApplyRandoPatch ( string filename ) : void | ||
GetString ( ) : void | ||
GetStringSortedByAddress ( ) : void | ||
Patch ( ) : System |
public Add ( int address, byte value, string note = "" ) : void | ||
address | int | |
value | byte | |
note | string | |
리턴 | void |
public static ApplyIPSPatch ( string romname, string patchname ) : void | ||
romname | string | |
patchname | string | |
리턴 | void |