You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Fix end cake screen crash & flickering (#606)
This commit is contained in:
@@ -21,9 +21,7 @@ const GeoLayout ending_geo_area_1[] = {
|
|||||||
GEO_OPEN_NODE(),
|
GEO_OPEN_NODE(),
|
||||||
GEO_NODE_ORTHO(100),
|
GEO_NODE_ORTHO(100),
|
||||||
GEO_OPEN_NODE(),
|
GEO_OPEN_NODE(),
|
||||||
#ifdef VERSION_EU
|
GEO_BACKGROUND_COLOR(GPACK_RGBA5551(0, 0, 0, 1)),
|
||||||
GEO_BACKGROUND_COLOR(0x0001),
|
|
||||||
#endif
|
|
||||||
GEO_ASM(0, geo_exec_cake_end_screen),
|
GEO_ASM(0, geo_exec_cake_end_screen),
|
||||||
GEO_CLOSE_NODE(),
|
GEO_CLOSE_NODE(),
|
||||||
GEO_CLOSE_NODE(),
|
GEO_CLOSE_NODE(),
|
||||||
@@ -37,4 +35,3 @@ const GeoLayout ending_geo_area_1[] = {
|
|||||||
GEO_CLOSE_NODE(),
|
GEO_CLOSE_NODE(),
|
||||||
GEO_END(),
|
GEO_END(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -11025,7 +11025,9 @@ Gfx *geo_camera_fov(s32 callContext, struct GraphNode *g, UNUSED void *context)
|
|||||||
case CAM_FOV_APP_60:
|
case CAM_FOV_APP_60:
|
||||||
approach_fov_60(marioState);
|
approach_fov_60(marioState);
|
||||||
break;
|
break;
|
||||||
//! No default case
|
default:
|
||||||
|
set_fov_45(marioState);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user