Summers, Happy Happy, escaping Winters, blue-haired healer fixes (#25)

This commit is contained in:
PhoenixBound 2019-01-03 08:23:54 -06:00 committed by jeffman
parent cbbfd33c83
commit af7d0508a0
4 changed files with 90 additions and 97 deletions

View File

@ -248,7 +248,7 @@
},
{
"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
},
{
@ -363,7 +363,7 @@
},
{
"Identifier": 0x7E,
"Description": "Unknown (19 26)",
"Description": "Set respawn location to current position? Purpose of argument unclear (19 26)",
"Length": 4
},
{
@ -499,7 +499,7 @@
},
{
"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
},
{
@ -509,7 +509,7 @@
},
{
"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
},
{
@ -707,7 +707,7 @@
},
{
"Identifier": 0xBF,
"Description": "Unknown (19 20)",
"Description": "Return number of party members (19 20)",
"Length": 2
},
{

View File

@ -173,7 +173,7 @@ Subroutines
01: PC name
02: item name
03: ?
04: ?
04: number
05: PC name
06: ?
07: ?

View File

@ -287,12 +287,6 @@
"OldPointer": 463391,
"Label": "L1618"
},
{
"Index": 101,
"PointerLocation": 179067,
"OldPointer": 393728,
"Label": "L1574"
},
{
"Index": 112,
"PointerLocation": 181088,

File diff suppressed because one or more lines are too long