diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 10:02:23 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 10:02:23 +0200 |
commit | 59f143d03b359f07c08da66c294fb048a33993ef (patch) | |
tree | 0546377f8d74c3d4f514d07b9d1be874fc291c39 /arm9/src/text_02054590.c | |
parent | 1c1f5e178be2bda3bbdbf4da44fd8a948bffba56 (diff) |
remove old externs
Diffstat (limited to 'arm9/src/text_02054590.c')
-rw-r--r-- | arm9/src/text_02054590.c | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/arm9/src/text_02054590.c b/arm9/src/text_02054590.c index 3c3d0fed..7b6ddeb7 100644 --- a/arm9/src/text_02054590.c +++ b/arm9/src/text_02054590.c @@ -3,22 +3,10 @@ #include "bg_window.h" #include "font.h" #include "render_text.h" +#include "unk_0200CABC.h" extern void FUN_0201BD5C(void); -extern void FUN_0200CD68( - struct BgConfig *param0, u32 param1, u32 param2, u32 param3, u8 param4, u32 param5); -extern void FUN_0200D0BC(struct Window *param0, u32 param1, u32 param2, u32 param3); - -extern void FUN_0200D300(struct BgConfig *param0, - u32 param1, - u32 param2, - u32 param3, - u8 param4, - u32 param5, - u32 param6); -extern void FUN_0200D6F8(struct Window *param0, u32 param1, u32 param2, u32 param3, u8 param4); - THUMB_FUNC void FUN_02054590(u32 param0, u32 param1) { if (param1 == 1) @@ -99,7 +87,7 @@ THUMB_FUNC void FUN_020546E0( } } -THUMB_FUNC void FUN_02054744(struct Window *param0, u32 param1, u32 param2) +THUMB_FUNC void FUN_02054744(struct Window *param0, u32 param1, u16 param2) { FUN_0200D300(param0->bgConfig, GetWindowBgId(param0), 0x399, 9, (u8)param1, param2, 4); FillWindowPixelBuffer(param0, 15); |