diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-31 09:57:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-31 09:57:43 -0400 |
commit | ba9792e303bf8705334d2645167ae5e5a921460a (patch) | |
tree | 73e9df16106a653e89327004a9b37f932464f741 /src/battle/anim/glow.c | |
parent | 32b86c14aa57c6e055670daf76f8e1dbccfe00c3 (diff) |
more renaming; wtf was that struct INCBIN_U8 nonsense
Diffstat (limited to 'src/battle/anim/glow.c')
-rw-r--r-- | src/battle/anim/glow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/anim/glow.c b/src/battle/anim/glow.c index 63466c0ff..174655080 100644 --- a/src/battle/anim/glow.c +++ b/src/battle/anim/glow.c @@ -13,7 +13,7 @@ extern u8 gAnimBankTarget; extern u16 gUnknown_083D7A5C[5]; -extern struct INCBIN_U8 gBattleAnimSpritePalette_206; +extern const u8 gBattleAnimSpritePalette_206[]; // glow (a whitening effect where the Pokemon glows white in a cycle.) // Used in Heal Bell. |