diff options
Diffstat (limited to 'data/tm_prices.asm')
-rwxr-xr-x | data/tm_prices.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/tm_prices.asm b/data/tm_prices.asm new file mode 100755 index 00000000..4fce3f60 --- /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 |