Document ch Bottles2
This commit is contained in:
@@ -333,7 +333,7 @@ void func_802C4C14(Actor *this){
|
||||
}
|
||||
else{//L802C4D24
|
||||
func_8024E60C(0, sp74);
|
||||
func_8024E55C(0, sp5C);
|
||||
controller_copyFaceButtons(0, sp5C);
|
||||
controller_getJoystick(0, &sp54);
|
||||
switch(this->state){
|
||||
case 2:
|
||||
|
@@ -376,7 +376,7 @@ void chmole_update(Actor *this){
|
||||
}
|
||||
}
|
||||
}//L802D9F34
|
||||
func_8024E55C(0, sp50); // get face buttons press counters
|
||||
controller_copyFaceButtons(0, sp50); // get face buttons press counters
|
||||
switch(this->state){
|
||||
case 1://L802D9F70
|
||||
this->yaw_ideal = func_80329784(this);
|
||||
|
@@ -314,7 +314,7 @@ void chMumbo_update(Actor *this) {
|
||||
&& func_8028F20C()
|
||||
&& func_8028EFC8()
|
||||
){
|
||||
func_8024E55C(0, face_buttons);
|
||||
controller_copyFaceButtons(0, face_buttons);
|
||||
if(face_buttons[FACE_BUTTON(BUTTON_B)] == 1){
|
||||
if (D_8037DDF0 == TRANSFORM_7_WISHWASHY) {
|
||||
this->unk38_31 = 0;
|
||||
|
@@ -1013,7 +1013,7 @@ void func_802D5628(void){
|
||||
D_8037DE08 -= time_getDelta();
|
||||
}
|
||||
else{//L802D5B24
|
||||
func_8024E55C(0, sp50); //get button inputs
|
||||
controller_copyFaceButtons(0, sp50); //get button inputs
|
||||
if(sp50[FACE_BUTTON(BUTTON_B)] == 1){
|
||||
func_80324C58();
|
||||
func_802D6114();
|
||||
|
@@ -138,7 +138,7 @@ void func_802E35D8(void ) {
|
||||
}
|
||||
} else if (D_8037E8C0.unk14 == 3) {
|
||||
sp38 = 0;
|
||||
func_8024E55C(0, &sp40);
|
||||
controller_copyFaceButtons(0, &sp40);
|
||||
for(i = 0; i < 6; i++){
|
||||
if (sp40[i] == 1) {
|
||||
sp38++;
|
||||
|
@@ -487,7 +487,7 @@ void func_80319EA4(void) {
|
||||
if(D_803830E0 == NULL)
|
||||
return;
|
||||
|
||||
func_8024E55C(0, sp58);
|
||||
controller_copyFaceButtons(0, sp58);
|
||||
controller_getJoystick(0, sp4C);
|
||||
for(phi_s0 = 0; phi_s0 < 4; phi_s0++){
|
||||
gczoombox_update(D_803830E0->unk24[phi_s0]);
|
||||
|
@@ -6,7 +6,7 @@ void func_80363500(Actor *this);
|
||||
|
||||
/* .data */
|
||||
ActorInfo D_80373DC0= {
|
||||
0x1EE, ACTOR_3BA_UNKOWN, 0,
|
||||
0x1EE, ACTOR_3BA_UNKNOWN, 0,
|
||||
0, NULL,
|
||||
func_80363500, actor_update_func_80326224, func_80325340,
|
||||
0, 0, 0.0f, 0
|
||||
|
@@ -27,7 +27,7 @@ void func_80295448(void){
|
||||
D_8037C310.unk0[0] = controller_getStartButton(0);
|
||||
func_8024E60C(0, &D_8037C310.unk0[1]);
|
||||
func_8024E6E0(0, &D_8037C310.unk0[4]);
|
||||
func_8024E55C(0, &D_8037C310.unk0[8]);
|
||||
controller_copyFaceButtons(0, &D_8037C310.unk0[8]);
|
||||
for(i=0; i<0xE; i++){//L802954A8
|
||||
D_8037C310.unk7E[i] = D_8037C310.unk70[i];
|
||||
if(D_8037C310.unk70[i]){
|
||||
|
@@ -376,7 +376,7 @@ void gcdialog_update(void) {
|
||||
func_8024E5A8(0, controller_face_buttons);
|
||||
func_8024E640(0, controller_side_buttons);
|
||||
} else {
|
||||
func_8024E55C(0, controller_face_buttons);
|
||||
controller_copyFaceButtons(0, controller_face_buttons);
|
||||
func_8024E60C(0, controller_side_buttons);
|
||||
}
|
||||
|
||||
|
@@ -936,7 +936,7 @@ s32 gcPauseMenu_update(void) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
func_8024E55C(0, face_button);
|
||||
controller_copyFaceButtons(0, face_button);
|
||||
controller_getJoystick(0, joystick);
|
||||
func_8024E60C(0, sp60);
|
||||
func_8024E6E0(0, sp50);
|
||||
|
@@ -881,7 +881,7 @@ void func_80316764(GcZoombox *this, s32 arg1) {
|
||||
f32 pad0;
|
||||
|
||||
if (!this->unk1A4_10 ) {
|
||||
func_8024E55C(0, sp38);
|
||||
controller_copyFaceButtons(0, sp38);
|
||||
func_8024E60C(0, sp2C);
|
||||
phi_f0 = time_getDelta();
|
||||
} else {
|
||||
@@ -1067,7 +1067,7 @@ void gczoombox_update(GcZoombox *this){
|
||||
return;
|
||||
|
||||
if( !this->unk1A4_10 ){
|
||||
func_8024E55C(0, sp58);
|
||||
controller_copyFaceButtons(0, sp58);
|
||||
func_8024E60C(0, sp4C);
|
||||
tmp_f0 = time_getDelta();
|
||||
}
|
||||
|
Reference in New Issue
Block a user