diff options
author | Evan <eroelke@gmail.com> | 2019-12-02 20:58:12 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-02 20:58:12 -0700 |
commit | f2eb137154f1afe98ed86f883662a01ba318efa6 (patch) | |
tree | d1292eeef6904b3a5f032bc5494fbc65f68915d6 /include/graphics.h | |
parent | 1f51c4ce846e54b8d4f491084954a010a217182c (diff) |
resolve compiler errors
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 12d9aab68..bd839882a 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4215,6 +4215,7 @@ extern const u32 gBattleAnimSpritePal_CrossImpact[]; extern const u32 gBattleAnimSpritePal_Slash2[]; extern const u32 gBattleAnimSpritePal_WhipHit[]; extern const u32 gBattleAnimSpritePal_BlueRing2[]; +extern const u32 gCureBubblesPal[]; // battle bg extern const u32 gBattleAnimBgImage_Dark[]; |