Summers, Happy Happy, escaping Winters, blue-haired healer fixes (#25)
This commit is contained in:
parent
cbbfd33c83
commit
af7d0508a0
|
@ -248,7 +248,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Identifier": 0x67,
|
"Identifier": 0x67,
|
||||||
"Description": "With secondary memory = N, return the Nth character of the second player name and set binary flag if it exists (19 28 01)",
|
"Description": "Return one letter from the second player name (19 28 01)",
|
||||||
"Length": 2
|
"Length": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -363,7 +363,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Identifier": 0x7E,
|
"Identifier": 0x7E,
|
||||||
"Description": "Unknown (19 26)",
|
"Description": "Set respawn location to current position? Purpose of argument unclear (19 26)",
|
||||||
"Length": 4
|
"Length": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -499,7 +499,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Identifier": 0x97,
|
"Identifier": 0x97,
|
||||||
"Description": "Set binary flag if character {0:X} does not have free space in their inventory (1D 02)",
|
"Description": "Unknown; related to whether an item is food (1D 02)",
|
||||||
"Length": 3
|
"Length": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -509,7 +509,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Identifier": 0x99,
|
"Identifier": 0x99,
|
||||||
"Description": "Sets binary flag if the player currently holds {0:X} in the wallet (1D 14)",
|
"Description": "Set binary flag if the player does not have {0:X} dollars in the wallet (1D 14)",
|
||||||
"Length": 6
|
"Length": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -707,7 +707,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Identifier": 0xBF,
|
"Identifier": 0xBF,
|
||||||
"Description": "Unknown (19 20)",
|
"Description": "Return number of party members (19 20)",
|
||||||
"Length": 2
|
"Length": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -173,7 +173,7 @@ Subroutines
|
||||||
01: PC name
|
01: PC name
|
||||||
02: item name
|
02: item name
|
||||||
03: ?
|
03: ?
|
||||||
04: ?
|
04: number
|
||||||
05: PC name
|
05: PC name
|
||||||
06: ?
|
06: ?
|
||||||
07: ?
|
07: ?
|
||||||
|
|
|
@ -287,12 +287,6 @@
|
||||||
"OldPointer": 463391,
|
"OldPointer": 463391,
|
||||||
"Label": "L1618"
|
"Label": "L1618"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Index": 101,
|
|
||||||
"PointerLocation": 179067,
|
|
||||||
"OldPointer": 393728,
|
|
||||||
"Label": "L1574"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Index": 112,
|
"Index": 112,
|
||||||
"PointerLocation": 181088,
|
"PointerLocation": 181088,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue