diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-16 21:53:57 -0700 |
---|---|---|
committer | drifloony <drifloony@users.noreply.github.com> | 2017-07-16 21:56:19 -0700 |
commit | a1d0d153c025dab893930265e88b3e4d8c917a7a (patch) | |
tree | b15f76e7d684e4755158fb80926628c1793cc461 /include/graphics.h | |
parent | 089c1b076901bd9eafac6a7753546612076399fb (diff) |
move ROM data into pokemon_icon.c
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index fb9781147..8a205b0dd 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2435,6 +2435,10 @@ extern const u8 gMonFrontPic_UnownQuestionMark[]; extern const u8 gMonBackPic_UnownQuestionMark[]; extern const u8 gMonIcon_UnownQuestionMark[]; +extern const u8 gMonIcon_QuestionMark[]; +extern const u8 gMonIcon_Egg[]; +extern const u16 gMonIconPalettes[][16]; + // data/graphics.s extern const u8 gBagMaleTiles[]; extern const u8 gBagFemaleTiles[]; |