Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
AloXado320 committed Oct 5, 2024
1 parent 57533d7 commit a399ad8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ u32 sVIGammaOffDitherOn = (OS_VI_GAMMA_OFF | OS_VI_DITHER_FILTER_ON);
/** RoData **/

// Sets the actual screen mode based on values set in sScreenModePlayerCount
const s8 sScreenModePlayerTable[] = {
const s8 sScreenModePlayerTable[] = {
SCREEN_MODE_1P,
SCREEN_MODE_2P_SPLITSCREEN_HORIZONTAL,
SCREEN_MODE_2P_SPLITSCREEN_VERTICAL,
SCREEN_MODE_3P_4P_SPLITSCREEN,
SCREEN_MODE_3P_4P_SPLITSCREEN
SCREEN_MODE_2P_SPLITSCREEN_HORIZONTAL,
SCREEN_MODE_2P_SPLITSCREEN_VERTICAL,
SCREEN_MODE_3P_4P_SPLITSCREEN,
SCREEN_MODE_3P_4P_SPLITSCREEN
};

// Sets how many players can load on each screen mode set in sScreenModePlayerTable
Expand Down Expand Up @@ -1507,7 +1507,7 @@ GLOBAL_ASM("asm/non_matchings/menus/main_menu_act.s")
#endif

/**
* Check if there is no currently selected and/or
* Check if there is no currently selected and/or
* hovered character at grid position `gridId`
*/
bool is_character_spot_free(s32 gridId) {
Expand Down
1 change: 0 additions & 1 deletion src/racing/actors.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,6 @@ void init_actors_and_load_textures(void) {
dma_textures(gTextureFinishLineBanner8, 0x0000025BU, 0x00000800U);
dma_textures(gTexture671A88, 0x00000400U, 0x00000800U);
dma_textures(gTexture6774D8, 0x00000400U, 0x00000800U);
// 0x9000
switch (gCurrentCourseId) {
case COURSE_MARIO_RACEWAY:
dma_textures(gTextureTrees1, 0x0000035BU, 0x00000800U);
Expand Down

0 comments on commit a399ad8

Please sign in to comment.