Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robojumper committed Nov 22, 2024
1 parent 531ca3a commit ee64481
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions config/SOUE01/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ d/a/obj/d_a_obj_base.cpp:
d/a/e/d_a_e_base.cpp:
.text start:0x8002F300 end:0x80030CB0
.ctors start:0x804DB664 end:0x804DB668
.data start:0x80501638 end:0x805016E0
.sbss start:0x80575098 end:0x805750A0
.bss start:0x80597020 end:0x80597030

d/a/npc/d_a_npc.cpp:
.text start:0x80030CB0 end:0x8003F718
Expand Down
6 changes: 3 additions & 3 deletions include/d/d_cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class LinkedCollider : public dCcD_Unk {
mpList = nullptr;
}
}
/* 0x00 */ cListNd_c mNode;
/* 0x08 */ dCcD_Unk *field_0x210;
/* 0x0C */ cListMg_c *mpList;
/* 0x208 */ cListNd_c mNode;
/* 0x210 */ dCcD_Unk *field_0x210;
/* 0x214 */ cListMg_c *mpList;
};

struct ColliderLinkedList {
Expand Down

0 comments on commit ee64481

Please sign in to comment.