Press start text is now widescreen

This commit is contained in:
KiritoDv 2021-07-25 06:32:48 -05:00
parent 2fda3d315a
commit db9d008824
2 changed files with 3 additions and 7 deletions

View File

@ -123,12 +123,8 @@ void print_intro_text(void) {
print_text_centered(scale_x_to_correct_aspect_center(SCREEN_WIDTH / 2), 20, "NO CONTROLLER"); print_text_centered(scale_x_to_correct_aspect_center(SCREEN_WIDTH / 2), 20, "NO CONTROLLER");
#endif #endif
} else { } else {
#ifdef VERSION_EU print_text(GFX_DIMENSIONS_FROM_LEFT_EDGE(20), 38, "PRESS");
print_text(20, 20, "START"); print_text(GFX_DIMENSIONS_FROM_LEFT_EDGE(20), 20, "START");
#else
print_text_centered(60, 38, "PRESS");
print_text_centered(60, 20, "START");
#endif
} }
} }
} }

View File

@ -358,7 +358,7 @@ Gfx *geo_intro_rumble_pak_graphic(s32 state, struct GraphNode *node, UNUSED void
if (dl != NULL) { if (dl != NULL) {
dlIter = dl; dlIter = dl;
gSPDisplayList(dlIter++, &title_screen_bg_dl_0A007548_start); gSPDisplayList(dlIter++, &title_screen_bg_dl_0A007548_start);
gSPTextureRectangle(dlIter++, left << 2, 200 << 2, (left + 79) << 2, (200 + 23) << 2, 7, 0, 0, 4 << 10, 1 << 10); gSPTextureRectangle(dlIter++, left << 2, 195 << 2, (left + 79) << 2, (195 + 23) << 2, 7, 0, 0, 4 << 10, 1 << 10);
gSPDisplayList(dlIter++, &title_screen_bg_dl_0A007548_end); gSPDisplayList(dlIter++, &title_screen_bg_dl_0A007548_end);
gSPEndDisplayList(dlIter); gSPEndDisplayList(dlIter);
} }