mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-31 21:12:33 -05:00
style(quickstart): align with expansion style guide
This commit is contained in:
parent
15a5b17ad7
commit
8d12da7689
|
|
@ -49,10 +49,14 @@ static const struct SpriteTemplate sQuickstartHudTemplate = {
|
|||
};
|
||||
|
||||
static const struct CompressedSpriteSheet sSpriteSheet_QuickstartHud = {
|
||||
.data = gQuickstartHudGfx, .size = 0x200, .tag = TAG_SKIP_INTRO};
|
||||
|
||||
.data = gQuickstartHudGfx,
|
||||
.size = 0x200,
|
||||
.tag = TAG_SKIP_INTRO
|
||||
};
|
||||
static const struct SpritePalette sSpritePalette_QuickstartHud = {
|
||||
.data = gQuickstartHudPal, .tag = TAG_SKIP_INTRO};
|
||||
.data = gQuickstartHudPal,
|
||||
.tag = TAG_SKIP_INTRO
|
||||
};
|
||||
|
||||
static inline enum Gender SetQuickstartPlayerGender()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user