diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 17:50:52 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 18:19:33 -0500 |
commit | b65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (patch) | |
tree | 355ef6baab155f6eb553d534ade7af6f0dac65c8 /src/decoration.c | |
parent | c2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff) |
Remove unused local variables and functions
Diffstat (limited to 'src/decoration.c')
-rw-r--r-- | src/decoration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoration.c b/src/decoration.c index b97ab4321..484398aba 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -113,7 +113,7 @@ EWRAM_DATA static u16 sDecorationsCursorPos = 0; EWRAM_DATA static u16 sDecorationsScrollOffset = 0; EWRAM_DATA u8 gCurDecorationIndex = 0; EWRAM_DATA static u8 sCurDecorationCategory = DECORCAT_DESK; -EWRAM_DATA static u32 filler_0203a174[2] = {}; +EWRAM_DATA static u32 sFiller[2] = {}; EWRAM_DATA static struct DecorationPCContext sDecorationContext = {}; EWRAM_DATA static u8 sDecorMenuWindowIds[WINDOW_COUNT] = {}; EWRAM_DATA static struct DecorationItemsMenu *sDecorationItemsMenu = NULL; |