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 /data | |
parent | 1f51c4ce846e54b8d4f491084954a010a217182c (diff) |
resolve compiler errors
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics.s b/data/graphics.s index 83530b67e..cd41ee295 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -2464,7 +2464,7 @@ gFile_graphics_battle_anims_masks_cure_bubbles_sheet:: @ 8D2DE3C .incbin "graphics/battle_anims/masks/cure_bubbles.4bpp.lz" .align 2 -gFile_graphics_battle_anims_masks_cure_bubbles_palette:: @ 8D2DF78 +gCureBubblesPal:: @ 8D2DF78 .incbin "graphics/battle_anims/masks/cure_bubbles.gbapal.lz" .align 2 |