diff --git a/bin/custom_font.c b/bin/custom_font.c index 2db90f13..c3c0aa1b 100644 --- a/bin/custom_font.c +++ b/bin/custom_font.c @@ -71,8 +71,3 @@ const f32 font_tiny_widths[] = { }; ////////////////////////////////////////////////////////// - -ALIGNED8 u8 texture_selectionbox_icon[] = { -#include "textures/segment2/custom_selectionbox_icon.rgba16.inc.c" -}; - diff --git a/bin/custom_textures.c b/bin/custom_textures.c index b87e20d4..15242480 100644 --- a/bin/custom_textures.c +++ b/bin/custom_textures.c @@ -22,3 +22,7 @@ ALIGNED8 const Texture texture_hud_char_wario_head[] = { ALIGNED8 const Texture texture_shadow_spike_ext[] = { #include "textures/segment2/shadow_spike_custom.ia8.inc.c" }; + +ALIGNED8 u8 texture_selectionbox_icon[] = { +#include "textures/segment2/custom_selectionbox_icon.rgba16.inc.c" +};