If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Final Fantasy 4 Advance/Shop data
Jump to navigation
Jump to search
Shop data | |
Game | Final Fantasy 4 Advance |
Start Address | 0x0F0ED4 |
End Address | ? |
# of Entries | ? |
Entry Length | variable up to 18 bytes (0x12) |
Total Length | ? |
Back to the ROM map |
Shop data stores the type of shop and what items the shop sells. The location of the pointer table is unknown. There may not be one.
Format
Type
- Length: 2 bytes
- Offset within entry: 0x00-0x01
- Range of values: 0-2?
Value | Type of shop |
---|---|
00 | Weapon |
01 | Item |
02 | Armor |
It is unknown if there are any more valid shop type values.
Items
- Length: 2 bytes
- Offset within entry: multiple, starting at 0x02
- Range of values: Any valid item bytes, but FF00 terminates the shop
Items sold by this shop. The shop closes with FF00.