diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-20 08:53:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 08:53:44 -0500 |
commit | 062cdbe01cbbce5845daba7d1b880c716f3beff8 (patch) | |
tree | 7463417af8ba761ca59d5942bde1861201887a63 /src/decoration.c | |
parent | a7e6045d71d2d21c4fa5a494d112c6b38226eaec (diff) | |
parent | bd43b905b7ce5489224d3a2144504df6f7687f1f (diff) |
Merge pull request #1599 from GriffinRichards/fix-tilemaps
Break up graphics/interface and graphics/misc
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 78f6ccb40..85a74ed9d 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -440,7 +440,7 @@ static const struct YesNoFuncTable sStopPuttingAwayDecorationsYesNoFunctions = .noFunc = ContinuePuttingAwayDecorations, }; -static const u8 sDecorationPuttingAwayCursor[] = INCBIN_U8("graphics/misc/decoration_putting_away_cursor.4bpp"); +static const u8 sDecorationPuttingAwayCursor[] = INCBIN_U8("graphics/decorations/put_away_cursor.4bpp"); static const struct SpritePalette sSpritePal_PuttingAwayCursorBrendan = { |