mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 18:06:02 -04:00
Miscellaneous data fixes (#2983)
* Replace bss lbl_ with init$0000 * Rename l_HIOInit to hio_set The name is excluded from TP's weird maps, but hio_set is the name they used in TWW's maps. * Fix a couple more init$ names * Fix nbomb missing some bss * Fix camera localstatics having wrong name * Rename l_initHIO to hio_set * A couple manual fixes * Rename hioInit to hio_set * Couple more manual fixes * Fix d_a_npc_cd2 data and function order * More data fixes * Fix inconsistent hex vs decimal
This commit is contained in:
@@ -25,7 +25,7 @@ daE_Bug_HIO_c::daE_Bug_HIO_c() {
|
||||
|
||||
/* 80697E6C 0001+00 data_80697E6C @1009 */
|
||||
/* 80697E6D 0003+00 data_80697E6D None */
|
||||
static u8 l_initHIO;
|
||||
static u8 hio_set;
|
||||
|
||||
static daE_Bug_HIO_c l_HIO;
|
||||
|
||||
@@ -768,7 +768,7 @@ static int daE_Bug_Delete(e_bug_class* i_this) {
|
||||
dComIfG_resDelete(&i_this->mPhase, "E_bug");
|
||||
|
||||
if (i_this->field_0x7dac != 0) {
|
||||
l_initHIO = 0;
|
||||
hio_set = 0;
|
||||
}
|
||||
|
||||
if (a_this->heap != NULL) {
|
||||
@@ -831,9 +831,9 @@ static cPhs__Step daE_Bug_Create(fopAc_ac_c* a_this) {
|
||||
}
|
||||
|
||||
OS_REPORT("//////////////E_BUG SET 2 !!\n");
|
||||
if (l_initHIO == 0) {
|
||||
if (hio_set == 0) {
|
||||
i_this->field_0x7dac = 1;
|
||||
l_initHIO = 1;
|
||||
hio_set = 1;
|
||||
l_HIO.field_0x4 = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user