summaryrefslogtreecommitdiff
path: root/asm/card.h
blob: 8c6d795e3bd5e1cc7325a9d20485c38df88136dd (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdint.h>

typedef struct
{
	const char *name_ptr;
	uint8_t init_amount;
	uint8_t price;
	uint8_t f6;
	uint8_t f7;
} rich4_card;
extern rich4_card card_table[];