/** * Creates the windows shown on the title screen; New game, load game, * tutorial, toolbox and exit. * rct2: 0x0066B5C0 (part of 0x0066B3E8) */ static void title_create_windows() { window_main_open(); window_title_menu_open(); window_title_exit_open(); window_title_options_open(); window_title_logo_open(); window_resize_gui(RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_WIDTH, uint16), RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_HEIGHT, uint16)); }
/** * Creates the windows shown on the title screen; New game, load game, * tutorial, toolbox and exit. * rct2: 0x0066B5C0 (part of 0x0066B3E8) */ static void title_create_windows() { // RCT2_CALLPROC_EBPSAFE(0x0066B3E8); window_main_open(); window_title_menu_open(); window_title_exit_open(); window_title_logo_open(); RCT2_CALLPROC_EBPSAFE(0x0066B905); }