Label sbss in board/model.c
This commit is contained in:
parent
7d9dcbb47b
commit
08af2a8d1b
1 changed files with 5 additions and 5 deletions
|
|
@ -1221,9 +1221,9 @@ fn_8006CFFC = .text:0x8006CFFC; // type:function size:0x24C
|
||||||
fn_8006D248 = .text:0x8006D248; // type:function size:0xC0
|
fn_8006D248 = .text:0x8006D248; // type:function size:0xC0
|
||||||
BoardModelInit = .text:0x8006D308; // type:function size:0xF0
|
BoardModelInit = .text:0x8006D308; // type:function size:0xF0
|
||||||
BoardModelKillAll = .text:0x8006D3F8; // type:function size:0xA0
|
BoardModelKillAll = .text:0x8006D3F8; // type:function size:0xA0
|
||||||
ModelObjFunc = .text:0x8006D498; // type:function size:0x70 scope:local
|
ModelMgrObjFunc = .text:0x8006D498; // type:function size:0x70 scope:local
|
||||||
stubfn_8006D508 = .text:0x8006D508; // type:function size:0x4
|
stubfn_8006D508 = .text:0x8006D508; // type:function size:0x4
|
||||||
UpdateVisibility = .text:0x8006D50C; // type:function size:0xCC scope:local
|
BoardModelUpdateVisibility = .text:0x8006D50C; // type:function size:0xCC
|
||||||
BoardModelShowSetAll = .text:0x8006D5D8; // type:function size:0x90
|
BoardModelShowSetAll = .text:0x8006D5D8; // type:function size:0x90
|
||||||
BoardModelPosSetAll = .text:0x8006D668; // type:function size:0x70
|
BoardModelPosSetAll = .text:0x8006D668; // type:function size:0x70
|
||||||
BoardModelCameraSetAll = .text:0x8006D6D8; // type:function size:0x7C
|
BoardModelCameraSetAll = .text:0x8006D6D8; // type:function size:0x7C
|
||||||
|
|
@ -6276,9 +6276,9 @@ lbl_801D3F40 = .sbss:0x801D3F40; // type:object size:0x1 data:byte
|
||||||
lbl_801D3F44 = .sbss:0x801D3F44; // type:object size:0x1 data:byte
|
lbl_801D3F44 = .sbss:0x801D3F44; // type:object size:0x1 data:byte
|
||||||
lbl_801D3F46 = .sbss:0x801D3F46; // type:object size:0x8
|
lbl_801D3F46 = .sbss:0x801D3F46; // type:object size:0x8
|
||||||
lbl_801D3F4E = .sbss:0x801D3F4E; // type:object size:0xA
|
lbl_801D3F4E = .sbss:0x801D3F4E; // type:object size:0xA
|
||||||
lbl_801D3F58 = .sbss:0x801D3F58; // type:object size:0x4 data:4byte
|
modelDataList = .sbss:0x801D3F58; // type:object size:0x4 scope:local data:4byte
|
||||||
lbl_801D3F5C = .sbss:0x801D3F5C; // type:object size:0x4 data:4byte
|
modelMgrObj = .sbss:0x801D3F5C; // type:object size:0x4 scope:local data:4byte
|
||||||
lbl_801D3F60 = .sbss:0x801D3F60; // type:object size:0x8 data:2byte
|
modelDataNum = .sbss:0x801D3F60; // type:object size:0x2 scope:local data:2byte
|
||||||
winProc = .sbss:0x801D3F68; // type:object size:0x4 scope:local data:4byte
|
winProc = .sbss:0x801D3F68; // type:object size:0x4 scope:local data:4byte
|
||||||
comKeyFunc = .sbss:0x801D3F6C; // type:object size:0x4 scope:local data:4byte
|
comKeyFunc = .sbss:0x801D3F6C; // type:object size:0x4 scope:local data:4byte
|
||||||
lbl_801D3F70 = .sbss:0x801D3F70; // type:object size:0x8 data:float
|
lbl_801D3F70 = .sbss:0x801D3F70; // type:object size:0x8 data:float
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue