You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
haveyourcake but it works
This commit is contained in:
@@ -209,7 +209,10 @@ Gfx *geo_exec_cake_end_screen(s32 callContext, struct GraphNode *node, UNUSED f3
|
||||
gSPDisplayList(displayListHead++, dl_proj_mtx_fullscreen);
|
||||
#endif
|
||||
#ifdef VERSION_EU
|
||||
switch (eu_get_language()) {
|
||||
#ifdef EU_CUSTOM_CAKE_FIX
|
||||
gSPDisplayList(displayListHead++, dl_cake_end_screen_eu_fix);
|
||||
#else
|
||||
switch (eu_get_language()) {
|
||||
case LANGUAGE_ENGLISH:
|
||||
gSPDisplayList(displayListHead++, dl_cake_end_screen_eu_070296F8);
|
||||
break;
|
||||
@@ -220,6 +223,7 @@ Gfx *geo_exec_cake_end_screen(s32 callContext, struct GraphNode *node, UNUSED f3
|
||||
gSPDisplayList(displayListHead++, dl_cake_end_screen_eu_070297D8);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
gSPDisplayList(displayListHead++, dl_cake_end_screen);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user