C# Class MM2Randomizer.Patcher.Patch

ファイルを表示 Open project: duckfist/MM2Random Class Usage Examples

Public Methods

Method Description
Add ( int address, byte value, string note = "" ) : void
ApplyIPSPatch ( string romname, string patchname ) : void
ApplyRandoPatch ( string filename ) : void
GetString ( ) : void
GetStringSortedByAddress ( ) : void
Patch ( ) : System

Method Details

Add() public method

public Add ( int address, byte value, string note = "" ) : void
address int
value byte
note string
return void

ApplyIPSPatch() public static method

public static ApplyIPSPatch ( string romname, string patchname ) : void
romname string
patchname string
return void

ApplyRandoPatch() public method

public ApplyRandoPatch ( string filename ) : void
filename string
return void

GetString() public method

public GetString ( ) : void
return void

GetStringSortedByAddress() public method

public GetStringSortedByAddress ( ) : void
return void

Patch() public method

public Patch ( ) : System
return System