Property | Type | Description | |
---|---|---|---|
AdvancedLogs | bool | ||
DATA | byte[] | ||
DATA2 | byte[] | ||
TEMPDATA | byte[] | ||
advancedLogData | List |
||
logBlock | bool | ||
romLog | StringBuilder |
Method | Description | |
---|---|---|
EndBlockLogWriting ( ) : void | ||
ReadByte ( int addr ) : ushort | ||
ReadLong ( int addr ) : int | ||
ReadRealShort ( int addr ) : short | ||
ReadReverseShort ( int addr ) : short | ||
ReadShort ( int addr ) : ushort | ||
ReadTile16 ( int addr ) : ZeldaFullEditor.Tile16 | ||
SaveLogs ( ) : void | ||
StartBlockLogWriting ( string name, int addr ) : void | ||
Write ( int addr, Array value, bool log = true, string info = "" ) : void | ||
Write ( int addr, byte value, bool log = true, string info = "NO INFOS" ) : void | ||
Write2 ( int addr, Array value, bool log = false, string info = "" ) : void | ||
Write2 ( int addr, byte value, bool log = false, string info = "" ) : void | ||
WriteLong ( int addr, int value, bool log = true, string info = "" ) : void | ||
WriteLong2 ( int addr, int value, bool log = false, string info = "" ) : void | ||
WriteShort ( int addr, int value, bool log = true, string info = "" ) : void | ||
WriteShort2 ( int addr, int value, bool log = false, string info = "" ) : void |
public static ReadRealShort ( int addr ) : short | ||
addr | int | |
return | short |
public static ReadReverseShort ( int addr ) : short | ||
addr | int | |
return | short |
public static ReadShort ( int addr ) : ushort | ||
addr | int | |
return | ushort |
public static ReadTile16 ( int addr ) : ZeldaFullEditor.Tile16 | ||
addr | int | |
return | ZeldaFullEditor.Tile16 |
public static StartBlockLogWriting ( string name, int addr ) : void | ||
name | string | |
addr | int | |
return | void |
public static Write ( int addr, Array value, bool log = true, string info = "" ) : void | ||
addr | int | |
value | Array | |
log | bool | |
info | string | |
return | void |
public static Write ( int addr, byte value, bool log = true, string info = "NO INFOS" ) : void | ||
addr | int | |
value | byte | |
log | bool | |
info | string | |
return | void |
public static Write2 ( int addr, Array value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | Array | |
log | bool | |
info | string | |
return | void |
public static Write2 ( int addr, byte value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | byte | |
log | bool | |
info | string | |
return | void |
public static WriteLong ( int addr, int value, bool log = true, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
return | void |
public static WriteLong2 ( int addr, int value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
return | void |
public static WriteShort ( int addr, int value, bool log = true, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
return | void |
public static WriteShort2 ( int addr, int value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
return | void |