summaryrefslogtreecommitdiff
path: root/include/trade.h
blob: bf744f8d43cc7e14fb3b50249ebbfe313bea1b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// Created by scott on 9/2/2017.
//

#ifndef POKERUBY_TRADE_H
#define POKERUBY_TRADE_H

extern const u16 gUnknown_0820C9F8[][16];
extern const u32 gUnknown_0820CA98[];
extern const u16 gUnknown_0820F798[];

void sub_8047CD8(void);
u16 sub_804DB2C(void);
void sub_804DB68(void);
void sub_804E174(void);
void sub_804E22C(void);
u16 sub_804D89C(void);

#endif //POKERUBY_TRADE_H