Rename InitBoard and BoardCommonInit

InitBoard renamed to ObjectSetup. BoardCommonInit renamed to BoardObjectSetup
This commit is contained in:
gamemasterplc 2024-06-26 08:06:07 -05:00
parent 9700b7e438
commit 2410043a17
14 changed files with 19 additions and 19 deletions

View file

@ -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