Rename InitBoard and BoardCommonInit
InitBoard renamed to ObjectSetup. BoardCommonInit renamed to BoardObjectSetup
This commit is contained in:
parent
9700b7e438
commit
2410043a17
14 changed files with 19 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x4BC
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x4F4
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x660
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x514
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x4D8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x4C4
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x5F8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x2B0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x1D4
|
||||
|
|
|
|||
|
|
@ -999,7 +999,7 @@ HuRestartSystem = .text:0x8005AE34; // type:function size:0xDC
|
|||
HuSoftResetCheck = .text:0x8005AF10; // type:function size:0xFC scope:local
|
||||
HuSoftResetCountCheck = .text:0x8005B00C; // type:function size:0xCC scope:local
|
||||
HuSoftResetPostProc = .text:0x8005B0D8; // type:function size:0x78 scope:local
|
||||
BoardCommonInit = .text:0x8005B150; // type:function size:0x2E0
|
||||
BoardObjectSetup = .text:0x8005B150; // type:function size:0x2E0
|
||||
InitBoardFunc = .text:0x8005B430; // type:function size:0x64 scope:local
|
||||
ExecBoardFunc = .text:0x8005B494; // type:function size:0x9C scope:local
|
||||
KillBoardFunc = .text:0x8005B530; // type:function size:0xCC scope:local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue