diff options
Diffstat (limited to 'include/trade.h')
-rw-r--r-- | include/trade.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/trade.h b/include/trade.h index 1dd4b53bd..642bdcd65 100644 --- a/include/trade.h +++ b/include/trade.h @@ -54,9 +54,9 @@ void sub_8047CD8(void); u16 sub_804DB2C(void); void sub_804DB68(void); void sub_804E174(void); -const u8 gOtherText_MaleSymbol3[2]; -const u8 gOtherText_FemaleSymbol3[2]; -const u8 gOtherText_GenderlessSymbol[2]; +extern const u8 gOtherText_MaleSymbol3[2]; +extern const u8 gOtherText_FemaleSymbol3[2]; +extern const u8 gOtherText_GenderlessSymbol[2]; void sub_804E22C(void); u16 sub_804D89C(void); |