Skip to content

Commit

Permalink
work on ovl1_10
Browse files Browse the repository at this point in the history
  • Loading branch information
farisawan2000 committed May 16, 2024
1 parent 6f93a6a commit 59fb647
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions src/ovl1/ovl1_10.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,7 @@ typedef struct {

extern u32 D_800ED4C0;
extern u32 *D_800ED4C4;
#ifdef MIPS_TO_C
//generated by m2c commit 08138748803d75e73e4a94bb0c619a273754ee9c
#ifdef NON_MATCHING
void func_800BB24C(void) {
// ? **temp_t6;
// ? **var_a0;
Expand All @@ -637,26 +636,26 @@ void func_800BB24C(void) {
// entry size: 0x8

for (i = 0; i < 644; i++) {
D_800ED4A0[i]._000[0][0] = 0;
D_800ED4A0[i]._000[0][1] = &D_800ED410[i];
D_800ED4A0[i]._000 = 0;
D_800ED4A0[i]._004 = &D_800ED410[i];
// var_v0 = D._000_800ED410;
D_800ED410[i]._000[0][2] = &D_800ED320[i];
// var_v1 = D_800ED320;
D_800ED320[i][0][3] = 0;
D_800ED320[i][0][4] = 0;
D_800ED320[i]._000[0][3] = 0;
D_800ED320[i]._000[0][4] = 0;
a0 = &D_800ED410[i];
for (j = 1; j < 4; j++) {
a0->_004 = &D_800ED410[i];
D_800ED410[i][j][0] = &D_800ED320[i];
D_800ED410[i][j][2] = &D_800ED320[i];
// var_v0 += 0xC;
a0->_000[0][1] = &D_800ED410[i];
D_800ED410[i]._000[j][0] = &D_800ED320[i];
D_800ED410[i]._000[j][2] = &D_800ED320[i];
// var_v0 += ._0000xC;

D_800ED320[i][j][3] = 0;
D_800ED320[i][j][4] = 0;
D_800ED320[i]._000[j][3] = 0;
D_800ED320[i]._000[j][4] = 0;
// var_v1 += 0x14;
a0 = a0->_004;
a0 = a0->_000[1];
}
D_800ED410[i]._004 = 0;
D_800ED410[i]._000[0][1] = 0;
D_800ED4A0[i]._004->_008 = &D_800ED410[i];
// D_800ED320 += 0x3C;
// D_800ED410 += 0x24;
Expand Down

0 comments on commit 59fb647

Please sign in to comment.