diff options
Diffstat (limited to 'include/trade.h')
-rw-r--r-- | include/trade.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/trade.h b/include/trade.h index a4f05e8ed..f950aca53 100644 --- a/include/trade.h +++ b/include/trade.h @@ -1,3 +1,4 @@ + #ifndef GUARD_TRADE_H #define GUARD_TRADE_H @@ -13,6 +14,10 @@ struct SomeTradeStruct extern struct SomeTradeStruct* gUnknown_03004828; +extern const u8 gOtherText_MaleSymbol3[1]; +extern const u8 gOtherText_FemaleSymbol3[1]; +extern const u8 gOtherText_GenderlessSymbol[1]; + void sub_804E22C(void); #endif // GUARD_TRADE_H |