diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 12:09:16 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 12:09:16 -0500 |
commit | 2fb1404613d12e5384c7650ef9d46d2678865544 (patch) | |
tree | f90bc0e0e40a84235141c8f75b0500e50a851cb5 /include | |
parent | 8f0f725039e9b0ae9de440df28e1eb4bd7d00dc3 (diff) |
sub_814593C and associated ewram
Diffstat (limited to 'include')
-rw-r--r-- | include/mystery_gift_menu.h | 3 | ||||
-rw-r--r-- | include/pokemon_icon.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/mystery_gift_menu.h b/include/mystery_gift_menu.h index 17af9ce57..24bf85a13 100644 --- a/include/mystery_gift_menu.h +++ b/include/mystery_gift_menu.h @@ -1,6 +1,9 @@ #ifndef GUARD_MYSTERY_GIFT_MENU_H #define GUARD_MYSTERY_GIFT_MENU_H +extern bool8 gUnknown_203F3B8; + void sub_81422FC(void); +void sub_8142344(bool8, bool32); #endif //GUARD_MYSTERY_GIFT_MENU_H diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index cc6c578fe..2c2edcc7c 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -11,5 +11,6 @@ u8 sub_80D2D78(u16 iconId, void callback(struct Sprite *), u16 x, u16 y, u16 a4, void sub_80D2FF0(u16 iconId); void sub_80D2EF8(struct Sprite *sprite); void sub_809707C(void); +void FreeMonIconPalettes(void); #endif // GUARD_POKEMON_ICON_H |