diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 09:02:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 09:02:27 -0400 |
commit | 0f1c5702095cfae905fd9a1a82e4775a0cb7ebf6 (patch) | |
tree | 294b82e01659eb0b10809cfd4dba568895b25bd7 /include/graphics.h | |
parent | 5dd61a98b8df5743b8439633f9b0a042b5f7015d (diff) |
Finish porting contest data to C
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
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[]; |