diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-08-22 23:03:44 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-08-22 23:03:44 +0100 |
commit | ed24233274a1aa134fb3c52e92f402c7fc3598c3 (patch) | |
tree | 0caad44e189f783371d4e9389f0d2a2ecc730c7b /include/graphics.h | |
parent | 4db5ef3ae64896f27ccb91536d7d426541fbcd5a (diff) |
Convert more of data2b.s to C
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 1f2522ef9..24a7b839a 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2438,9 +2438,16 @@ extern const u8 gMonBackPic_UnownQuestionMark[]; extern const u8 gMonIcon_UnownQuestionMark[]; extern const u8 gMonFrontPic_CircledQuestionMark[]; +extern const u8 gMonBackPic_CircledQuestionMark[]; +extern const u8 gMonPalette_CircledQuestionMark[]; +extern const u8 gMonShinyPalette_CircledQuestionMark[]; extern const u8 gMonIcon_QuestionMark[]; extern const u8 gMonFrontPic_DoubleQuestionMark[]; +extern const u8 gMonBackPic_DoubleQuestionMark[]; +extern const u8 gMonPalette_DoubleQuestionMark[]; +extern const u8 gMonShinyPalette_DoubleQuestionMark[]; extern const u8 gMonFrontPic_Egg[]; +extern const u8 gMonStillFrontPic_Egg[]; extern const u8 gMonIcon_Egg[]; extern const u16 gMonIconPalettes[][16]; |