diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-18 13:09:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 13:09:19 -0600 |
commit | e8415c51d199dd19ed122fef57ff5d09971cc5ea (patch) | |
tree | ab117a11b93c66c0c333300b2e053a77275bae8e /src/graphics.c | |
parent | 032dd251e628debd1ec7774fa42b6e7d39b3d83b (diff) | |
parent | f2d3babd30c51b79c48d065f809273a10929a2ee (diff) |
Merge pull request #387 from DizzyEggg/battle_pyramid
Battle pyramid
Diffstat (limited to 'src/graphics.c')
-rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index b055e5249..005737035 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1485,7 +1485,7 @@ const u32 gUnknown_08DD4C4C[] = INCBIN_U32("graphics/link/link_winedge.bin.lz"); const u32 gUnknown_08DD4CF8[] = INCBIN_U32("graphics/interface/unk_change_case.4bpp.lz"); -const u16 gTilesetPalettes_General[][16] = +const u16 gTilesetPalettes_General[][16] = { INCBIN_U16("data/tilesets/primary/general/palettes/00.gbapal"), INCBIN_U16("data/tilesets/primary/general/palettes/01.gbapal"), |