diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-22 11:08:23 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-22 11:49:09 -0500 |
commit | f66d0dfce3e8642aa08838e843cb4846e9268e71 (patch) | |
tree | c77b313880d404586b1e2808275c8a8999c49287 /src/flying.c | |
parent | e194cf83d257796591e6a7a2cb88e208ac7de968 (diff) |
Move graphics.s through pokemon to src
Diffstat (limited to 'src/flying.c')
-rw-r--r-- | src/flying.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flying.c b/src/flying.c index 6d4a1eb56..4ecfa2899 100644 --- a/src/flying.c +++ b/src/flying.c @@ -178,7 +178,7 @@ const struct SpriteTemplate gUnknown_83E6C00 = }; // not used -static const u16 gUnknown_83E6C18[] = INCBIN_U16("graphics/battle_anims/sprites/unk_83E6C18.gbapal"); +static const u16 gUnknown_83E6C18[] = INCBIN_U16("graphics/battle_anims/unk_83E6C18.gbapal"); const struct SpriteTemplate gUnknown_83E6C38 = { |