mirror of https://github.com/pret/pokeemerald.git
8 lines
115 B
C
8 lines
115 B
C
|
#ifndef GUARD_TV_H
|
||
|
#define GUARD_TV_H
|
||
|
|
||
|
bool8 GetPriceReduction(u8);
|
||
|
size_t sub_80EF370(int);
|
||
|
|
||
|
#endif // GUARD_TV_H
|