diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-03-22 05:56:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-22 14:56:28 +0200 |
| commit | c662719bfcb0dedeb46c9df87d6089b2a91efc81 (patch) | |
| tree | fccb0ba04e6c4c0e2648f95ba5e1c484360eefd7 /src | |
| parent | 5845e695ceaa1c0a86f9a25bb9743bae2b4ba674 (diff) | |
work / documentation on d_a_b_ds (#2104)
* document / cleanup a good chunk of d_a_b_ds
* fix d_a_b_ds nonmatching file
Diffstat (limited to 'src')
| -rw-r--r-- | src/f_op/f_op_actor_mng.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_op/f_op_actor_mng.cpp b/src/f_op/f_op_actor_mng.cpp index 6bf2b131b6..29d62e305f 100644 --- a/src/f_op/f_op_actor_mng.cpp +++ b/src/f_op/f_op_actor_mng.cpp @@ -1668,10 +1668,10 @@ s32 fopAcM_createDemoItem(const cXyz* i_pos, int i_itemNo, int i_itemBitNo, cons /* 8001C0D4-8001C174 016A14 00A0+00 0/0 0/0 18/18 .text * fopAcM_createItemForBoss__FPC4cXyziiPC5csXyzPC4cXyzffi */ -s32 fopAcM_createItemForBoss(const cXyz* i_pos, int param_2, int i_roomNo, const csXyz* i_angle, +s32 fopAcM_createItemForBoss(const cXyz* i_pos, int i_itemNo, int i_roomNo, const csXyz* i_angle, const cXyz* i_scale, f32 speedF, f32 speedY, int param_8) { fopAc_ac_c* actor = (fopAc_ac_c*)fopAcM_fastCreate( - PROC_Obj_LifeContainer, 0xFFFF0000 | param_8 << 0x8 | (param_2 & 0xFF), i_pos, i_roomNo, + PROC_Obj_LifeContainer, 0xFFFF0000 | param_8 << 0x8 | (i_itemNo & 0xFF), i_pos, i_roomNo, i_angle, i_scale, -1, NULL, NULL); if (actor != NULL) { actor->speedF = speedF; |
