mirror of
https://github.com/zeldaret/tp
synced 2026-05-22 22:44:28 -04:00
Fix daBaseNpc_c field_0x744 array size (#3154)
This commit is contained in:
committed by
GitHub
parent
9b900a1a55
commit
37d22cfed2
@@ -119,8 +119,7 @@ public:
|
||||
|
||||
public:
|
||||
/* 0x56C */ dBgS_ObjAcch mAcch;
|
||||
/* 0x744 */ char field_0x744;
|
||||
/* 0x745 */ u8 field_0x745[0x74c - 0x745];
|
||||
/* 0x744 */ char field_0x744[8];
|
||||
/* 0x74C */ request_of_phase_process_class mPhase;
|
||||
/* 0x754 */ mDoExt_McaMorfSO* mpModelMorf;
|
||||
/* 0x758 */ Z2Creature mSound;
|
||||
|
||||
@@ -539,7 +539,7 @@ const char* daObj_GrA_c::getResName() {
|
||||
|
||||
u8 daObj_GrA_c::getMode() {
|
||||
u32 uVar1 = fopAcM_GetParam(this) >> 28 & 3;
|
||||
strcpy(&field_0x744, "Obj_grA");
|
||||
strcpy(field_0x744, "Obj_grA");
|
||||
|
||||
switch (uVar1) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user