Merge branch 'master' into banjo-kazooie-var_renames
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "core2/ba/physics.h"
|
||||
|
||||
#include "prop.h"
|
||||
#include "SnS.h"
|
||||
@@ -105,8 +106,8 @@ void __baMarker_8028B7F4(void){
|
||||
yaw_setIdeal(func_8029B41C());
|
||||
yaw_setUpdateState(1);
|
||||
func_8029957C(3);
|
||||
func_802978DC(2);
|
||||
func_80297970(0.0f);
|
||||
baphysics_set_type(BA_PHYSICS_NORMAL);
|
||||
baphysics_set_target_horizontal_velocity(0.0f);
|
||||
func_8029151C(0xC);
|
||||
}
|
||||
|
||||
@@ -686,7 +687,7 @@ void __baMarker_resolveCollision(Prop *other_prop){
|
||||
|
||||
case MARKER_6B_GLOOPBUBBLE: //L8028CD20
|
||||
if(func_8028EE84() == BSWATERGROUP_2_UNDERWATER){
|
||||
func_803463D4(ITEM_17_AIR, func_80301DBC(2));
|
||||
func_803463D4(ITEM_17_AIR, fxairscore_count_to_time(2));
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -891,7 +892,7 @@ void baMarker_update(void){
|
||||
|
||||
if ((D_8037BF88 != 0)){
|
||||
temp_s0 = func_8024FEEC(func_8025ADD4(COMUSIC_30_5TH_JINJO_COLLECTED) & 0xFF);
|
||||
if((func_80259B8C() < 4 && temp_s0 >= 0xBB9) || !func_8025AD7C(COMUSIC_30_5TH_JINJO_COLLECTED)){
|
||||
if((comusic_active_track_count() < 4 && temp_s0 >= 0xBB9) || !func_8025AD7C(COMUSIC_30_5TH_JINJO_COLLECTED)){
|
||||
func_8028F918(0);
|
||||
D_8037BF88 = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user