From 1e86625c87ec95ee7e79c3d5766083bfbce9989a Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Fri, 16 May 2014 19:50:38 -0400 Subject: Pull most data out of main.asm --- data/tm_prices.asm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 data/tm_prices.asm (limited to 'data/tm_prices.asm') diff --git a/data/tm_prices.asm b/data/tm_prices.asm new file mode 100755 index 00000000..5e335690 --- /dev/null +++ b/data/tm_prices.asm @@ -0,0 +1,7 @@ +TechnicalMachinePrices: ; 7bfa7 (1e:7fa7) +; In thousands (nybbles). + db $32, $21, $34, $24, $34 + db $21, $45, $55, $32, $32 + db $55, $52, $54, $52, $41 + db $21, $12, $42, $25, $24 + db $22, $52, $24, $34, $42 \ No newline at end of file -- cgit v1.2.3