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

typedef struct
{
	const char *name_ptr;
	uint8_t max_amount;
	uint8_t price;
	uint8_t f6;
	uint8_t f7;
} rich4_tool;
extern const rich4_tool tool_table[];