Docuement TTC/ma/castle.c (based on XBox debug strings).
This commit is contained in:
@@ -37,7 +37,7 @@ void __chCrab_802CB040(Actor *this) {
|
||||
void __chCrab_802CB078(Actor *this) {
|
||||
u32 temp_t9;
|
||||
|
||||
if ((this->modelCacheIndex != ACTOR_F2_BLACK_SNIPPET) || code3E30_hasBanjoKazooieCodeBeenEntered()) {
|
||||
if ((this->modelCacheIndex != ACTOR_F2_BLACK_SNIPPET) || maCastle_hasBanjoKazooieCodeBeenEntered()) {
|
||||
temp_t9 = (u32) this->unk38_31 >> 0x16;
|
||||
if (this->unk38_31 != 0) {
|
||||
this->unk38_31--;
|
||||
@@ -157,7 +157,7 @@ bool __chCrab_802CB76C(ActorMarker *marker, ActorMarker *other) {
|
||||
Actor *this;
|
||||
|
||||
this = marker_getActor(marker);
|
||||
if ((this->modelCacheIndex == ACTOR_F2_BLACK_SNIPPET) && !code3E30_hasBanjoKazooieCodeBeenEntered()) {
|
||||
if ((this->modelCacheIndex == ACTOR_F2_BLACK_SNIPPET) && !maCastle_hasBanjoKazooieCodeBeenEntered()) {
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
|
@@ -208,15 +208,15 @@ void func_80322B3C(s32 arg0, s32 arg1){ return; }
|
||||
void __overlay_ttc_draw(Gfx **gfx, Mtx **mtx, Vtx **vtx){ return; }
|
||||
|
||||
void __overlay_ttc_release(void){
|
||||
code3E30_overlayRelease();
|
||||
maCastle_release();
|
||||
}
|
||||
|
||||
void overlay_ttc_init(void){
|
||||
code3E30_overlayInit();
|
||||
maCastle_init();
|
||||
}
|
||||
|
||||
void __overlay_ttc_update(void){
|
||||
code3E30_overlayUpdate();
|
||||
maCastle_update();
|
||||
}
|
||||
|
||||
void func_80322BB8(s32 arg0, s32 arg1){ return; }
|
||||
|
@@ -321,7 +321,7 @@ s32 func_80334ECC(void) {
|
||||
phi_v1 = 0x1F;
|
||||
}
|
||||
if (((phi_v1 & phi_v0) == 3) && (overlayManagergetLoadedId() == OVERLAY_5_BEACH)) {
|
||||
if ((code_3E30_isSecretCheatCodeRelatedValueEqualToScrambledAddressValue() == FALSE) || (D_80370250 != 0)) {
|
||||
if ((maCastle_isSecretCheatCodeRelatedValueEqualToScrambledAddressValue() == FALSE) || (D_80370250 != 0)) {
|
||||
D_80370250 = (u8)1;
|
||||
for (phi_v0 = 0; phi_v0 != 0x8F0D180; phi_v0++){
|
||||
}
|
||||
|
Reference in New Issue
Block a user