diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-17 15:30:34 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-17 15:30:34 +0100 |
commit | eb66b60f3813dda5cd6aae92401c10300b4a3515 (patch) | |
tree | daea42ae4093a3d094aa5f17f61c0ab4b3feac33 /src/graphics.c | |
parent | 032dd251e628debd1ec7774fa42b6e7d39b3d83b (diff) |
Begin 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"), |