Skip to content

Commit

Permalink
hiresscreen and line splits
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkiv committed Aug 17, 2024
1 parent 63d1134 commit 55bc167
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/SZBE69/objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"system/rndobj/Fur.cpp": "NonMatching",
"system/rndobj/Gen.cpp": "NonMatching",
"system/rndobj/Graph.cpp": "NonMatching",
"system/rndobj/HiResScreen.cpp": "NonMatching",
"system/rndobj/Lit.cpp": "NonMatching",
"system/rndobj/LitAnim.cpp": "NonMatching",
"system/rndobj/Mat.cpp": "NonMatching",
Expand Down
9 changes: 9 additions & 0 deletions config/SZBE69/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,15 @@ system/rndobj/Graph.cpp:
system/rndobj/Group.cpp:
.text start:0x805EFA68 end:0x805F1B2C

system/rndobj/HiResScreen.cpp:
.text start:0x805F1B2C end:0x805F1C60
.ctors start:0x807EFFEC end:0x807EFFF0
.data start:0x80896860 end:0x808968A0
.bss start:0x8098CD50 end:0x8098CD88

system/rndobj/Line.cpp:
.text start:0x805F1C60 end:0x805F5224

system/rndobj/Lit.cpp:
.text start:0x805F5224 end:0x805F68BC
.data start:0x80896A60 end:0x80896BA8
Expand Down
6 changes: 3 additions & 3 deletions config/SZBE69/symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49507,9 +49507,9 @@ fn_805F1B14 = .text:0x805F1B14; // type:function size:0x8
fn_805F1B1C = .text:0x805F1B1C; // type:function size:0x8
fn_805F1B24 = .text:0x805F1B24; // type:function size:0x8
__ct__11HiResScreenFv = .text:0x805F1B2C; // type:function size:0x84
fn_805F1BB0 = .text:0x805F1BB0; // type:function size:0x5C
__dt__11HiResScreenFv = .text:0x805F1BB0; // type:function size:0x5C
fn_805F1C0C = .text:0x805F1C0C; // type:function size:0x4
fn_805F1C10 = .text:0x805F1C10; // type:function size:0x50
__sinit_\HiResScreen_cpp = .text:0x805F1C10; // type:function size:0x50
fn_805F1C60 = .text:0x805F1C60; // type:function size:0x44
fn_805F1CA4 = .text:0x805F1CA4; // type:function size:0x14
fn_805F1CB8 = .text:0x805F1CB8; // type:function size:0x28
Expand Down Expand Up @@ -85472,7 +85472,7 @@ sOneFrame = .bss:0x8098CC90; // type:object size:0x4 data:4byte
sGraphs = .bss:0x8098CC94; // type:object size:0xB4 data:4byte
lbl_8098CD48 = .bss:0x8098CD48; // type:object size:0x4
lbl_8098CD4C = .bss:0x8098CD4C; // type:object size:0x4
lbl_8098CD50 = .bss:0x8098CD50; // type:object size:0x38
gHiResScreen = .bss:0x8098CD50; // type:object size:0x38
lbl_8098CD88 = .bss:0x8098CD88; // type:object size:0x78 data:4byte
lbl_8098CE00 = .bss:0x8098CE00; // type:object size:0x10
@LOCAL@SetType__12RndLightAnimF6Symbol@types = .bss:0x8098CE10; // type:object size:0x4 data:4byte
Expand Down

0 comments on commit 55bc167

Please sign in to comment.