Eliminate more externs

This commit is contained in:
Phlosioneer
2019-03-02 02:44:02 -05:00
parent 0f6cc27e81
commit ee69426838
35 changed files with 82 additions and 113 deletions

View File

@@ -122,20 +122,18 @@ const struct MoveMenuInfoIcon gMoveMenuInfoIcons[] =
{ 8, 8, 0xAF }, // Unused (Small dark pokeball)
};
// Forward declarations
extern void sub_81973A4(void);
extern void DrawStandardFrame(u8, u8, u8, u8, u8, u8);
extern void DrawDialogueFrame(u8, u8, u8, u8, u8, u8);
extern void sub_81977BC(u8, u8, u8, u8, u8, u8);
extern void sub_8197804(u8, u8, u8, u8, u8, u8);
extern void sub_8197BB4(u8, u8, u8, u8, u8, u8);
extern void sub_8197E30(u8, u8, u8, u8, u8, u8);
extern void DrawWindowBorder(u8, u8, u8, u8, u8, u8);
extern void sub_81980A8(u8, u8, u8, u8, u8, u8);
extern u8 Menu_MoveCursor(s8);
extern u8 sub_8199134(s8, s8);
extern void sub_8198C78(void);
extern void task_free_buf_after_copying_tile_data_to_vram(u8 taskId);
void DrawStandardFrame(u8, u8, u8, u8, u8, u8);
void DrawDialogueFrame(u8, u8, u8, u8, u8, u8);
void sub_81977BC(u8, u8, u8, u8, u8, u8);
void sub_8197804(u8, u8, u8, u8, u8, u8);
void sub_8197BB4(u8, u8, u8, u8, u8, u8);
void sub_8197E30(u8, u8, u8, u8, u8, u8);
void DrawWindowBorder(u8, u8, u8, u8, u8, u8);
void sub_81980A8(u8, u8, u8, u8, u8, u8);
void task_free_buf_after_copying_tile_data_to_vram(u8 taskId);
void sub_8198C78(void);
void InitStandardTextBoxWindows(void)
{