Difference between revisions of "New File Starting Values"
Jump to navigation
Jump to search
CloudyShoe (talk | contribs) |
CloudyShoe (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! File Offset !! Description !! Default !! Values | + | ! File Offset !! Description !! Default !! Possible Values |
|- | |- | ||
| 0x17AF3 || Attack Level || 01 ||rowspan="3"| 01 to 08 | | 0x17AF3 || Attack Level || 01 ||rowspan="3"| 01 to 08 | ||
Line 75: | Line 75: | ||
| 0x17B18 || Child || 00 || 00=Not Collected<br />20=Collected | | 0x17B18 || Child || 00 || 00=Not Collected<br />20=Collected | ||
|- | |- | ||
− | | 0x17B19 || Have 7 Magic Containers || 00=False<br />08=True | + | | 0x17B19 || Have 7 Magic Containers || 00 || 00=False<br />08=True |
|- | |- | ||
− | | 0x17B1A || Continues Used || 00 || ?? | + | | 0x17B1A || Continues Used || 00 || 00 to ?? |
|- | |- | ||
|} | |} | ||
[https://github.com/FiendsOfTheElements/z2disassembly/blob/main/src/prg5.asm z2 disassembly] | [https://github.com/FiendsOfTheElements/z2disassembly/blob/main/src/prg5.asm z2 disassembly] |
Latest revision as of 19:15, 13 August 2024
These values are used when a new file is created.
File Offset | Description | Default | Possible Values |
---|---|---|---|
0x17AF3 | Attack Level | 01 | 01 to 08 |
0x17AF4 | Magic Level | 01 | |
0x17AF5 | Life Level | 01 | |
0x17AF7 | Shield Spell | 00 | 00=Have not learned spell 01=Have learned spell |
0x17AF8 | Jump Spell | 00 | |
0x17AF9 | Life Spell | 00 | |
0x17AFA | Fairy Spell | 00 | |
0x17AFB | Fire Spell | 00 | |
0x17AFC | Reflect Spell | 00 | |
0x17AFD | Spell Spell | 00 | |
0x17AFE | Thunder Spell | 00 | |
0x17AFF | Magic Containers | 04 | 01 to 08 |
0x17B00 | Heart Containers | 04 | |
0x17B01 | Candle | 00 | 00=Do not have item 01=Have item |
0x17B02 | Glove | 00 | |
0x17B03 | Raft | 00 | |
0x17B04 | Boots | 00 | |
0x17B05 | Flute | 00 | |
0x17B06 | Cross | 00 | |
0x17B07 | Hammer | 00 | |
0x17B08 | Magic Key | 00 | |
0x17B09 | P1 Crystal | 00 | 00=Not Placed 01=Placed |
0x17B0A | P2 Crystal | 00 | |
0x17B0B | P3 Crystal | 00 | |
0x17B0C | P4 Crystal | 00 | |
0x17B0D | P5 Crystal | 00 | |
0x17B0E | P6 Crystal | 00 | |
0x18B0F | Keys | 00 | 00 to FF |
0x17B10 | Crystals Held | 06 | 00 to ?? |
0x17B12 | Sword Tech | 00 | 00=None 10=Downstab 04=Upstab 14=Both |
0x17B14 | Trophy | 00 | 00=Not Collected 10=Collected |
0x17B15 | Mirror | 00 | 00=Not Collected 01=Collected |
0x17B16 | Bagu's Note & Medicine | 00 | 00=Neither 08=Bagu's Note 40=Medicine 48=Both |
0x17B17 | Water | 00 | 00=Not Collected 01=Collected |
0x17B18 | Child | 00 | 00=Not Collected 20=Collected |
0x17B19 | Have 7 Magic Containers | 00 | 00=False 08=True |
0x17B1A | Continues Used | 00 | 00 to ?? |