summaryrefslogtreecommitdiff
path: root/asm/tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/tool.h')
-rw-r--r--asm/tool.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/asm/tool.h b/asm/tool.h
new file mode 100644
index 0000000..0ebe5a6
--- /dev/null
+++ b/asm/tool.h
@@ -0,0 +1,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[];