diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-21 12:15:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 12:15:21 -0500 |
commit | 989877283f0f09e424ad3f3925e8eee9dbbb7b71 (patch) | |
tree | 1ee4f8732e4de236e952a6274e1c1b005470702f /include/graphics.h | |
parent | 7d960d219fae9d0a14ef1974c11231f8de55b89c (diff) | |
parent | 9eca72fc7f34c4f1b860fca1b6b9d6b8cd96aefd (diff) |
Merge pull request #373 from drifloony/pokemon_icon
decompile pokemon_icon
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 fa6a85513..5632cb831 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[]; |