diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-21 12:43:59 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-21 12:43:59 -0400 |
commit | 99f9d40be14633630503ebcd75787fc7fdfe1486 (patch) | |
tree | c3962867c76bca0f06311bc39791aa42889e877d /src/wallclock.c | |
parent | 294cbd8beb08b14a24385a78f1a8435f5fbe2f8c (diff) | |
parent | 42ae04c74fe07d05175efb4df143dbcf1b2752bc (diff) |
Merge remote-tracking branch 'origin/master' into field_specials
Diffstat (limited to 'src/wallclock.c')
-rw-r--r-- | src/wallclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallclock.c b/src/wallclock.c index efc7dd42a..8db13dc2d 100644 --- a/src/wallclock.c +++ b/src/wallclock.c @@ -24,7 +24,7 @@ extern u16 gMiscClockFemale_Pal[]; //-------------------------------------------------- static const u8 ClockGfx_Misc[] = INCBIN_U8("graphics/misc/clock_misc.4bpp.lz"); -static const struct SpriteSheet gUnknown_083F7A90[] = +static const struct CompressedSpriteSheet gUnknown_083F7A90[] = { {ClockGfx_Misc, 0x2000, 0x1000}, {NULL}, |