From 0f1c5702095cfae905fd9a1a82e4775a0cb7ebf6 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 24 Jun 2021 09:02:27 -0400 Subject: Finish porting contest data to C --- include/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index dfd3affe2..a6ccc520f 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -43,6 +43,8 @@ extern const u8 gContestMiscGfx[]; extern const u8 gContestAudienceGfx[]; extern const u8 gContestJudgeSymbolsGfx[]; extern const u8 gContest3Pal[]; +extern const u8 gContestNumbers_UnusedGfx[]; +extern const u8 gContestNumbers_UnusedPal[]; extern const u8 gTiles_8D1975C[]; extern const u8 gUnknown_08D1977C[]; extern const u8 gUnknown_08D1A250[]; -- cgit v1.2.3