diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:43:19 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 14:43:19 +0200 |
commit | 7a008a944aaac6e34d6425eb650a1886448395e1 (patch) | |
tree | c7b4d3d861e9af7659383704f28b02c3f54d58fc /src/hall_of_fame.c | |
parent | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff) |
Move 'blend_palette'.c to util.c
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index 2b0904672..f2975e739 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -17,7 +17,7 @@ #include "bg.h" #include "constants/species.h" #include "constants/game_stat.h" -#include "blend_palette.h" +#include "util.h" #include "string_util.h" #include "m4a.h" #include "international_string_util.h" |