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: Difference between revisions
Jump to navigation
Jump to search
(removing category) |
(→top) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{subpage}} | |||
{{infobox table| | {{infobox table| | ||
name=Shop data| | name=Shop data| |
Latest revision as of 14:58, 24 January 2024
This is a sub-page of Final Fantasy 4 Advance.
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.