Skip to content

Commit

Permalink
remove old PAGE enum
Browse files Browse the repository at this point in the history
  • Loading branch information
z64a committed Oct 24, 2024
1 parent 2738cbd commit 2495a1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions include/filemenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@ enum {
FM_MAIN_OPT_CANCEL,
};

enum {
PAGE_0,
PAGE_1,
#if !VERSION_PAL
PAGE_2,
#endif
PAGE_3,
PAGE_4,
};

extern MenuPanel* filemenu_menus[];

extern s32 filemenu_iterFileIdx;
Expand Down
2 changes: 0 additions & 2 deletions src/filemenu/filemenu_createfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ s32 D_8024A18C = -4;
#define WINDOW_2_Y (55)
#define WINDOW_2_HEIGHT (133)
#define ROWS (8)
#define INPUT_FINAL_PAGE (1)
extern u8 D_filemenu_80250958[];
extern u8 D_filemenu_80250960[];
#else
#define WINDOW_1_Y (10)
#define WINDOW_2_Y (67)
#define WINDOW_2_HEIGHT (113)
#define ROWS (6)
#define INPUT_FINAL_PAGE (2)
#endif

MenuWindowBP filemenu_createfile_windowBPs[] = {
Expand Down

0 comments on commit 2495a1f

Please sign in to comment.