mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
9 lines
242 B
C
9 lines
242 B
C
#ifndef POKEHEARTGOLD_MOM_GIFT_H
|
|
#define POKEHEARTGOLD_MOM_GIFT_H
|
|
|
|
#include "save_pokegear.h"
|
|
|
|
BOOL MomGift_TryEnqueueGiftOnBalanceChange(PhoneCallPersistentState *savings, u32 newBalance, u32 oldBalance);
|
|
|
|
#endif // POKEHEARTGOLD_MOM_GIFT_H
|