Renamed link_strings and fixed warning in fldeff_cut.s

This commit is contained in:
Diegoisawesome
2018-01-24 00:18:10 -06:00
parent e5596be256
commit 0c47cd6fc3
5 changed files with 54 additions and 59 deletions

View File

@@ -1738,10 +1738,10 @@ static void sub_80E4E5C(void)
static void sub_80E4EF0(void)
{
const u8 arr[] = { 15, 1, 2 };
const struct TextColor color[] = { 15, 1, 2 };
FillWindowPixelBuffer(gNamingScreenData->windows[4], 0xFF);
box_print(gNamingScreenData->windows[4], 0, 2, 1, arr, 0, gText_MoveOkBack);
box_print(gNamingScreenData->windows[4], 0, 2, 1, color, 0, gText_MoveOkBack);
PutWindowTilemap(gNamingScreenData->windows[4]);
CopyWindowToVram(gNamingScreenData->windows[4], 3);
}