summaryrefslogtreecommitdiff
path: root/asm/stocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/stocks.h')
-rw-r--r--asm/stocks.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/asm/stocks.h b/asm/stocks.h
new file mode 100644
index 0000000..3e4626c
--- /dev/null
+++ b/asm/stocks.h
@@ -0,0 +1,28 @@
+#include <stdint.h>
+
+typedef struct
+{
+ const char * name_ptr;
+ uint16_t f4;
+ uint8_t f6;
+ uint8_t f7;
+ uint16_t f8;
+ uint16_t f10;
+ float f12;
+ float f16;
+ float f20;
+ float f24;
+ float f28;
+ uint32_t f32;
+} stock_info;
+
+extern stock_info stocks[]; /* 0x496980 */
+extern stock_info game_stocks[]; /* 0x47f072 */
+
+typedef struct
+{
+ int amount;
+ int _;
+} player_stock_info;
+
+extern player_stock_info player_stocks[]; // 0x4971a0