mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
200 B
C
9 lines
200 B
C
#ifndef GUARD_MYSTERY_GIFT_H
|
|
#define GUARD_MYSTERY_GIFT_H
|
|
|
|
void sub_8018438(void);
|
|
void sub_80186EC(bool8 isJapanese, bool32 usePickOkCancel);
|
|
void sub_8018798(u32 bg);
|
|
|
|
#endif //GUARD_MYSTERY_GIFT_H
|