diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-09-29 19:45:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 19:45:56 -0700 |
commit | cf0bf8a1f2d3cd97e0fe967270188dda24b8fac2 (patch) | |
tree | f830e2568cdd61baa849ad860ee875093d3095af /include/trade.h | |
parent | c1c2015f7046676b043641c0d1f9d9e29bc73647 (diff) | |
parent | 4133688019e167da45c868a26bf6a6e4901bef54 (diff) |
Merge pull request #426 from PikalaxALT/daycare
Decompile asm/daycare.s
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..a44388506 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; +const u8 gOtherText_MaleSymbol3[1]; +const u8 gOtherText_FemaleSymbol3[1]; +const u8 gOtherText_GenderlessSymbol[1]; + void sub_804E22C(void); #endif // GUARD_TRADE_H |