Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis002 committed Jan 7, 2025
1 parent 3242fb6 commit 003bc38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod_assets/scenes/example/example_scene_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ SceneCmd example_scene_header00[] = {
SCENE_CMD_END(),
};

#if ENABLE_MM_TITLE_CARDS
TitleCardInfo titleCardInfo = {
.textId = 0x8000,
.rgba = { 160, 160, 160, 255 },
Expand All @@ -44,6 +45,7 @@ TitleCardInfo titleCardInfo = {
.alphaFadeOutIncr = TC_ALPHA_FADE_OUT_INCR,
.alphaFadeInIncr = TC_ALPHA_FADE_IN_INCR,
};
#endif

SceneCmd* example_scene_alternateHeaders[] = {
example_scene_header01,
Expand Down

0 comments on commit 003bc38

Please sign in to comment.