~richardson183/ndsmusicplayer/github-import

« back to all changes in this revision

Viewing changes to main.c

  • Committer: Flare183
  • Date: 2013-03-23 07:41:27 UTC
  • Revision ID: git-v1:69d588d20a4cc501d93adbe8556d202bdc2a83f2
Changed a color, I didn't like the way it looked lol

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
      printf("Playing \"%s\" by %s from %s.\n", c->inf_title, c->inf_artist, c->inf_game);
144
144
      printf("Copyright %s %s.\n", c->inf_copy, c->inf_year);
145
145
      printf("Filename: %s.\n", name);
146
 
      YELLOW();
147
 
      printf("------------------------------------------------------------\n");
 
146
      NONBOLDYELLOW();
 
147
      printf("----------------------------------------------------------------\n");
148
148
      NORMAL();
149
149
    }
150
150
  else