All Changes
This commit is contained in:
committed by
Banjo Kazooie
parent
fd208f77ca
commit
c2dd933d22
@@ -44,7 +44,7 @@ void func_803900EC(ActorMarker *marker, enum asset_e text_id, s32 arg2){
|
||||
func_8028F918(0);
|
||||
if (!fileProgressFlag_get(sp1C + FILEPROG_AD_CHEATO_BLUEEGGS_UNLOCKED)) {
|
||||
fileProgressFlag_set(sp1C + FILEPROG_AD_CHEATO_BLUEEGGS_UNLOCKED, 1);
|
||||
func_8025A6EC(COMUSIC_2B_DING_B, 28000);
|
||||
coMusicPlayer_playMusic(COMUSIC_2B_DING_B, 28000);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,10 +63,10 @@ void func_80390174(ActorMarker *marker, s32 arg1) {
|
||||
func_8028F94C(2, this->position);
|
||||
if (fileProgressFlag_get(sp28 + FILEPROG_AD_CHEATO_BLUEEGGS_UNLOCKED)) {
|
||||
// cheato hint texts
|
||||
gcdialog_showText(sp28 + 0xF83, 0xE, this->position, this->marker, func_803900EC, lair_func_803900DC);
|
||||
gcdialog_showDialog(sp28 + 0xF83, 0xE, this->position, this->marker, func_803900EC, lair_func_803900DC);
|
||||
return;
|
||||
}
|
||||
func_80311174(func_80390084() + 0xFA5, 0xE, this->position, this->marker, func_803900EC, lair_func_803900DC, func_80390158);
|
||||
gcdialog_showDialogConditional(func_80390084() + 0xFA5, 0xE, this->position, this->marker, func_803900EC, lair_func_803900DC, func_80390158);
|
||||
}
|
||||
|
||||
void func_8039024C(Actor *this){
|
||||
@@ -97,7 +97,7 @@ void func_803902B8(Actor *this) {
|
||||
sp58 = ml_vec3f_within_distance(this->position, sp5C, 1750.0f) && !this->has_met_before;
|
||||
if (sp58 && !this->unk38_0) {
|
||||
func_8032BB88(this, 0, 0x1F4);
|
||||
func_8025A6EC(COMUSIC_79_CHEATO, 0);
|
||||
coMusicPlayer_playMusic(COMUSIC_79_CHEATO, 0);
|
||||
comusic_8025AB44(COMUSIC_79_CHEATO, -1, 0x1F4);
|
||||
}
|
||||
else if (!sp58 && this->unk38_0) {
|
||||
|
Reference in New Issue
Block a user