diff options
author | scnorton <scnorton@biociphers.org> | 2017-08-30 17:36:29 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-08-30 17:36:29 -0400 |
commit | 3d0ed365b41a5be040bee12bab3bcb502ad44eee (patch) | |
tree | 091a0f6f2935799ea94cae770438f904b661d486 /include | |
parent | d26e349392d745b4b7d12fedb08559b636b4ac09 (diff) |
Through DaycareLevelMenuGetText
Diffstat (limited to 'include')
-rw-r--r-- | include/trade.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/trade.h b/include/trade.h new file mode 100644 index 000000000..8966d7305 --- /dev/null +++ b/include/trade.h @@ -0,0 +1,12 @@ +// +// Created by Scott Norton on 8/30/17. +// + +#ifndef POKERUBY_TRADE_H +#define POKERUBY_TRADE_H + +const u8 gOtherText_MaleSymbol3[1]; +const u8 gOtherText_FemaleSymbol3[1]; +const u8 gOtherText_GenderlessSymbol[1]; + +#endif //POKERUBY_TRADE_H |