Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
z64a committed Oct 31, 2024
1 parent 765e6cf commit ba6f410
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/battle/btl_states_menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,19 +444,11 @@ BSS s32 D_802AD6D4;
void create_battle_popup_menu(PopupMenu* popup);

s32 get_player_anim_for_status(s32 animID);
<<<<<<< HEAD

=======
>>>>>>> upstream/main
void btl_menu_moves_draw_content(void* data, s32 x, s32 y);
void btl_menu_moves_show_title(void* data, s32 x, s32 y);
void btl_menu_moves_show_icon(void* data, s32 x, s32 y);
void btl_menu_moves_show_desc(void* data, s32 x, s32 y);
void btl_menu_moves_show_error(void* data, s32 x, s32 y);
<<<<<<< HEAD

=======
>>>>>>> upstream/main
void btl_menu_strats_draw_content(void* data, s32 x, s32 y);
void btl_menu_strats_show_title(void* data, s32 x, s32 y);
void btl_menu_strats_show_desc(void* data, s32 x, s32 y);
Expand Down
1 change: 0 additions & 1 deletion src/filemenu/filemenu_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ void filemenu_main_init(MenuPanel* menu) {
setup_pause_menu_tab(filemenu_main_windowBPs, ARRAY_COUNT(filemenu_main_windowBPs));
menu->selected = MENU_PANEL_SELECTED_GRID_DATA(menu);

#if VERSION_PAL
gWindows[WIN_FILES_TITLE].pos.y = 1;
gWindows[WIN_FILES_TITLE].width = 162;
gWindows[WIN_FILES_TITLE].height = 25;
Expand Down

0 comments on commit ba6f410

Please sign in to comment.