Difference between revisions of "New File Starting Values"
Jump to navigation
Jump to search
CloudyShoe (talk | contribs) (Created page with "These values are used when a new file is created. {| class="wikitable" style="vertical-align: text-top" |+ Caption text |- ! File Offset !! Description !! Default !! Values...") |
CloudyShoe (talk | contribs) |
||
Line 1: | Line 1: | ||
These values are used when a new file is created. | These values are used when a new file is created. | ||
− | {| class="wikitable" | + | {| class="wikitable" |
− | |||
|- | |- | ||
! File Offset !! Description !! Default !! Values | ! File Offset !! Description !! Default !! Values | ||
Line 12: | Line 11: | ||
| 0x17AF5 || Life Level ||| 01 | | 0x17AF5 || Life Level ||| 01 | ||
|- | |- | ||
− | | 0x17AF7 || Shield Spell || 00 ||rowspan="8"| 00=Have not learned spell | + | | 0x17AF7 || Shield Spell || 00 ||rowspan="8"| 00=Have not learned spell<br />01=Have learned spell |
− | 01=Have learned spell | ||
|- | |- | ||
| 0x17AF8 || Jump Spell || 00 | | 0x17AF8 || Jump Spell || 00 | ||
Line 31: | Line 29: | ||
| 0x17AFF || Magic Containers || 04 ||rowspan="2"| 01 to 08 | | 0x17AFF || Magic Containers || 04 ||rowspan="2"| 01 to 08 | ||
|- | |- | ||
− | | | + | | 0x17B00 || Heart Containers || 04 |
|- | |- | ||
+ | | 0x17B01 || Candle || 00 ||rowspan="8"| 00=Do not have item<br />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 ||rowspan="6"| 00=Not Placed<br />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<br />10=Downstab<br />04=Upstab<br />14=Both | ||
+ | |- | ||
+ | | 0x17B14 || Trophy || 00 || 00=Not Collected<br />10=Collected | ||
+ | |- | ||
+ | | 0x17B15 || Mirror || 00 || 00=Not Collected<br />01=Collected | ||
+ | |- | ||
+ | | 0x17B16 || Bagu's Note & Medicine || 00 || 00=Neither<br />08=Bagu's Note<br />40=Medicine<br />48=Both | ||
+ | |- | ||
+ | | 0x17B17 || Water || 00 || 00=Not Collected<br />01=Collected | ||
+ | |- | ||
+ | | 0x17B18 || Child || 00 || 00=Not Collected<br />20=Collected | ||
+ | |- | ||
+ | | 0x17B19 || Have 7 Magic Containers || 00=False<br />08=True | ||
+ | |- | ||
+ | | 0x17B1A || Continues Used || 00 || ?? | ||
+ | |- | ||
+ | |} | ||
− | + | [https://github.com/FiendsOfTheElements/z2disassembly/blob/main/src/prg5.asm z2 disassembly] |
Revision as of 19:07, 13 August 2024
These values are used when a new file is created.
File Offset | Description | Default | 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=False 08=True | |
0x17B1A | Continues Used | 00 | ?? |