Removed trailing spaces in the most relevant files
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
This commit is contained in:
@@ -30,7 +30,7 @@ const u32 gUnknown_08623228[] = INCBIN_U32("graphics/pokenav/8623228.4bpp.lz");
|
||||
const u32 sConditionGraph_Tilemap[] = INCBIN_U32("graphics/pokenav/862323C.bin.lz");
|
||||
const u16 sConditionGraphMonMarkingsPal[] = INCBIN_U16("graphics/pokenav/8623338.gbapal");
|
||||
|
||||
const struct BgTemplate sPartyConditionBgTemplates[3] =
|
||||
const struct BgTemplate sPartyConditionBgTemplates[3] =
|
||||
{
|
||||
{
|
||||
.bg = 1,
|
||||
@@ -61,7 +61,7 @@ const struct BgTemplate sPartyConditionBgTemplates[3] =
|
||||
}
|
||||
};
|
||||
|
||||
const struct WindowTemplate sMonNameGenderWindowTemplate =
|
||||
const struct WindowTemplate sMonNameGenderWindowTemplate =
|
||||
{
|
||||
.bg = 1,
|
||||
.tilemapLeft = 13,
|
||||
@@ -72,7 +72,7 @@ const struct WindowTemplate sMonNameGenderWindowTemplate =
|
||||
.baseBlock = 2
|
||||
};
|
||||
|
||||
const struct WindowTemplate sConditionGraphListIdWindowTemplate =
|
||||
const struct WindowTemplate sConditionGraphListIdWindowTemplate =
|
||||
{
|
||||
.bg = 1,
|
||||
.tilemapLeft = 1,
|
||||
@@ -83,7 +83,7 @@ const struct WindowTemplate sConditionGraphListIdWindowTemplate =
|
||||
.baseBlock = 0x36
|
||||
};
|
||||
|
||||
const struct WindowTemplate sUnusedWindowTemplate1 =
|
||||
const struct WindowTemplate sUnusedWindowTemplate1 =
|
||||
{
|
||||
.bg = 1,
|
||||
.tilemapLeft = 1,
|
||||
@@ -94,7 +94,7 @@ const struct WindowTemplate sUnusedWindowTemplate1 =
|
||||
.baseBlock = 0x44
|
||||
};
|
||||
|
||||
const struct WindowTemplate sUnusedWindowTemplate2 =
|
||||
const struct WindowTemplate sUnusedWindowTemplate2 =
|
||||
{
|
||||
.bg = 1,
|
||||
.tilemapLeft = 13,
|
||||
|
||||
Reference in New Issue
Block a user