Skip to content

Commit

Permalink
d_a_npc_people Almost OK (#658)
Browse files Browse the repository at this point in the history
* daNpcPeople Work

* Oops

Somehow I break this file every time I touch it
  • Loading branch information
SuperDude88 authored Jun 16, 2024
1 parent e855019 commit 3f08458
Show file tree
Hide file tree
Showing 13 changed files with 8,101 additions and 375 deletions.
4 changes: 2 additions & 2 deletions include/d/actor/d_a_dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class daDai_c : public fopAc_ac_c {
mNowDaizaNum = 0;
mNowItemNum = 0;
}
static s8 getMaxDaiza();
static s8 getDaizaSetItemNum();
static int getMaxDaiza();
static int getDaizaSetItemNum();

static s8 mNowDaizaNum;
static s8 mNowItemNum;
Expand Down
8 changes: 6 additions & 2 deletions include/d/actor/d_a_kb.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ class J3DMaterialTable;

class kb_class : public fopAc_ac_c {
public:
void taura_pos_set(cXyz) {}
void taura_pos_set(cXyz pos) {
m450 = pos;
m408 = 1;
}

public:
/* 0x290 */ dKy_tevstr_c mTevStr;
Expand All @@ -38,7 +41,8 @@ class kb_class : public fopAc_ac_c {
/* 0x42A */ s16 m42A;
/* 0x42C */ u8 m42C[0x446 - 0x42C];
/* 0x446 */ s16 m446;
/* 0x448 */ u8 m448[0x45C - 0x448];
/* 0x448 */ u8 m448[0x450 - 0x448];
/* 0x450 */ cXyz m450;
/* 0x45C */ f32 m45C;
/* 0x460 */ u8 m460[0x464 - 0x460];
/* 0x464 */ f32 m464;
Expand Down
Loading

0 comments on commit 3f08458

Please sign in to comment.