diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-05 20:47:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 20:47:28 -0700 |
commit | ed5847cb41c48357d83b92823e08393a1ca54bdd (patch) | |
tree | ea68024a14289a5a84bba21591f0e426eaa8b035 /src | |
parent | b58527a387a65b84d2aefd23e589a53844308d6a (diff) | |
parent | 90380f68bd0725eb77f38f5c00828efba89e5219 (diff) |
Merge pull request #587 from pret/rename_files
Rename two files
Diffstat (limited to 'src')
-rw-r--r-- | src/contest_painting.c | 2 | ||||
-rw-r--r-- | src/contest_painting_effects.c (renamed from src/cute_sketch.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c index 7d8f53299..e90391469 100644 --- a/src/contest_painting.c +++ b/src/contest_painting.c @@ -1,6 +1,6 @@ #include "global.h" #include "contest_painting.h" -#include "cute_sketch.h" +#include "contest_painting_effects.h" #include "data2.h" #include "decompress.h" #include "main.h" diff --git a/src/cute_sketch.c b/src/contest_painting_effects.c index 5317bc334..b07319048 100644 --- a/src/cute_sketch.c +++ b/src/contest_painting_effects.c @@ -1,5 +1,5 @@ #include "global.h" -#include "cute_sketch.h" +#include "contest_painting_effects.h" #include "contest_painting.h" extern u16 (*gUnknown_03005DEC)[][32]; |