diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-08 16:57:09 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-08 16:57:09 -0500 |
commit | 77bf40d32b7bbab40db36030399586430ae57010 (patch) | |
tree | 37b2bec2cac92ba2d1dd3304f701a20ecb4b4c31 /src | |
parent | 51179df017a6ae51c129d1f30a1115adf7d1d33e (diff) |
Fix modern build for #925
Diffstat (limited to 'src')
-rwxr-xr-x | src/pokenav_unk_4.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pokenav_unk_4.c b/src/pokenav_unk_4.c index 37ff1d90c..0b7239545 100755 --- a/src/pokenav_unk_4.c +++ b/src/pokenav_unk_4.c @@ -110,10 +110,6 @@ u32 ShowCheckPageDown(s32); u32 ExitCheckPage(s32); u32 ExitMatchCall(s32); -extern const struct WindowTemplate sCallMsgBoxWindowTemplate; -extern const struct SpriteTemplate sOptionsCursorSpriteTemplate; -extern const struct SpriteTemplate sTrainerPicSpriteTemplate; - static const u16 sMatchCallUI_Pal[] = INCBIN_U16("graphics/pokenav/ui_matchcall.gbapal"); static const u32 sMatchCallUI_Gfx[] = INCBIN_U32("graphics/pokenav/ui_matchcall.4bpp.lz"); static const u32 sMatchCallUI_Tilemap[] = INCBIN_U32("graphics/pokenav/ui_matchcall.bin.lz"); @@ -207,7 +203,7 @@ static const u8 *const sMatchCallOptionTexts[MATCH_CALL_OPTION_COUNT] = // The series of 5 dots that appear when someone is called with Match Call static const u8 sText_CallingDots[] = _("·{PAUSE 0x04}·{PAUSE 0x04}·{PAUSE 0x04}·{PAUSE 0x04}·\p"); -const struct WindowTemplate sCallMsgBoxWindowTemplate = +static const struct WindowTemplate sCallMsgBoxWindowTemplate = { .bg = 1, .tilemapLeft = 1, |