diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-11 17:49:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 17:49:45 -0700 |
commit | 7d657ef56716fd01bacf4a47df50ad0ec3d03b10 (patch) | |
tree | 0d002848b17576e0398b381b68c6e58c6ea183de /include/trade.h | |
parent | 3e03d362fae398fa56c4a6e45d7b999772d0803f (diff) | |
parent | 3a5020764fe3f26e8003487eff5d25b425a277a7 (diff) |
Merge pull request #435 from huderlem/party_menu
Decompile party_menu
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); |