diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 19:50:38 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 19:50:38 -0400 |
| commit | 1e86625c87ec95ee7e79c3d5766083bfbce9989a (patch) | |
| tree | 11da61f3d377283b9390a319528bf51c88f4f369 /data/tm_prices.asm | |
| parent | b0a1502e2137efd980646e53ac79799c2c278e71 (diff) | |
Pull most data out of main.asm
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..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 |
