Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Final Fantasy: Mystic Quest/RAM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Moved sram data to sram page)
Tag: Replaced
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{rammap|game=Final Fantasy Mystic Quest}}
{{rammap}}


==SRAM==
==Main==
<pre>
File Structure (0x2000 = 8192 bytes)


Offset | Len  | Description
{{ Todo | Add notes for RAM map}}
_______|______|_____________
0x0000 |  908 | Slot 1A
0x038C |  908 | Slot 2A
0x0718 |  908 | Slot 3A
0x0AA4 |  908 | Slot 1B
0x0E30 |  908 | Slot 2B
0x11BC |  908 | Slot 3B
0x154B |  908 | Slot 1C
0x18D4 |  908 | Slot 2C
0x1C60 |  908 | Slot 3C


Save Slot Structure (0x38C = 908 bytes)
[[Final Fantasy: Mystic Quest/SRAM map]]


Offset | Len | Description
=Related=
_______|_____|______________________
<br>
0x0000 |  6 | "FF0!" + checksum
0x0006 |  80 | Character 1
0x0056 |  80 | Character 2
0x00A6 |  3 | Gold (Max: 9999999)
0x00AB |  1 | Player X
0x00AC |  1 | Player Y
0x00AD |  1 | Player Facing
0x00B3 |  1 | Map ID
0x00B9 |  3 | Play Time (0xSSMMHH)
0x00C1 |  1 | # of cures


Character Data Structure (0x50 = 80)
{{Internal Data}}
 
Offset | Len | Description
_______|_____|______________________
0x0000 |  8 | Name
0x0010 |  1 | Level (Max: 99)
0x0011 |  3 | Exp (Max: 9999999)
0x0014 |  2 | Cur HP (Max: 0xFFFF)
0x0016 |  2 | Max HP (Max: 0xFFFF)
0x0021 |  1 | Status
0x0022 |  1 | Curr Attack  (Max: 99)
0x0023 |  1 | Curr Defense (Max: 99)
0x0024 |  1 | Curr Speed  (Max: 99)
0x0025 |  1 | Curr Magic  (Max: 99)
0x0026 |  1 | Base Attack  (Max: 99)
0x0027 |  1 | Base Defense (Max: 99)
0x0028 |  1 | Base Speed  (Max: 99)
0x0029 |  1 | Base Magic  (Max: 99)
0x0030 |  1 | Weapon Count
0x0031 |  1 | Weapon ID
</pre>
 
{{Internal Data|game=Final Fantasy Mystic Quest}}

Latest revision as of 03:52, 20 May 2024

Chip tiny.png The following article is a RAM map for Final Fantasy: Mystic Quest.

Main

Hmmm...
To do:
Add notes for RAM map

Final Fantasy: Mystic Quest/SRAM map

Related