11
edits
Changes
From Final Fantasy Inside
create page
=== price.bin ===
Shop prices - 4 bytes per [[FF8/Item_Codes|item]]
{| class="wikitable"
! Type
! Size
! Value
|-
| UInt16
| 2
| Base Price
|-
| UInt16
| 2
| Sell Multiplier
|}
Buy Price = Base Price * 10
Sell Price = Base Price * Sell Multiplier / 2
Shop prices - 4 bytes per [[FF8/Item_Codes|item]]
{| class="wikitable"
! Type
! Size
! Value
|-
| UInt16
| 2
| Base Price
|-
| UInt16
| 2
| Sell Multiplier
|}
Buy Price = Base Price * 10
Sell Price = Base Price * Sell Multiplier / 2