mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Ported jtuu's recent opcode fixes and additions.
This commit is contained in:
parent
b8edf35b30
commit
3698544af7
@ -1655,6 +1655,7 @@ opcodes:
|
|||||||
|
|
||||||
- code: 0xe7
|
- code: 0xe7
|
||||||
mnemonic: get_servernumber
|
mnemonic: get_servernumber
|
||||||
|
doc: Returns the index of the player who is the leader of the party.
|
||||||
params:
|
params:
|
||||||
- type: reg_tup_ref
|
- type: reg_tup_ref
|
||||||
reg_tup:
|
reg_tup:
|
||||||
@ -1979,14 +1980,29 @@ opcodes:
|
|||||||
doc: Floor ID.
|
doc: Floor ID.
|
||||||
access: read
|
access: read
|
||||||
|
|
||||||
|
- code: 0xf829
|
||||||
|
mnemonic: get_num_kills
|
||||||
|
doc: Returns the number of enemies a player has killed during the quest.
|
||||||
|
params:
|
||||||
|
- type: reg_tup_ref
|
||||||
|
reg_tup:
|
||||||
|
- type: dword
|
||||||
|
doc: Player slot.
|
||||||
|
access: read
|
||||||
|
- type: reg_tup_ref
|
||||||
|
reg_tup:
|
||||||
|
- type: dword
|
||||||
|
doc: Result register.
|
||||||
|
access: write
|
||||||
|
|
||||||
- code: 0xf82b
|
- code: 0xf82b
|
||||||
mnemonic: unlock_door2
|
mnemonic: unlock_door2
|
||||||
params: [{ type: int }, { type: int }]
|
params: [ { type: int }, { type: int } ]
|
||||||
stack: pop
|
stack: pop
|
||||||
|
|
||||||
- code: 0xf82c
|
- code: 0xf82c
|
||||||
mnemonic: lock_door2
|
mnemonic: lock_door2
|
||||||
params: [{ type: int }, { type: int }]
|
params: [ { type: int }, { type: int } ]
|
||||||
stack: pop
|
stack: pop
|
||||||
|
|
||||||
- code: 0xf82d
|
- code: 0xf82d
|
||||||
@ -2616,6 +2632,7 @@ opcodes:
|
|||||||
access: write
|
access: write
|
||||||
- type: int
|
- type: int
|
||||||
doc: Address to read from.
|
doc: Address to read from.
|
||||||
|
stack: pop
|
||||||
|
|
||||||
- code: 0xf8b1
|
- code: 0xf8b1
|
||||||
mnemonic: read2
|
mnemonic: read2
|
||||||
@ -2628,6 +2645,7 @@ opcodes:
|
|||||||
access: write
|
access: write
|
||||||
- type: int
|
- type: int
|
||||||
doc: Address to read from.
|
doc: Address to read from.
|
||||||
|
stack: pop
|
||||||
|
|
||||||
- code: 0xf8b2
|
- code: 0xf8b2
|
||||||
mnemonic: read4
|
mnemonic: read4
|
||||||
@ -2640,6 +2658,7 @@ opcodes:
|
|||||||
access: write
|
access: write
|
||||||
- type: int
|
- type: int
|
||||||
doc: Address to read from.
|
doc: Address to read from.
|
||||||
|
stack: pop
|
||||||
|
|
||||||
- code: 0xf8b3
|
- code: 0xf8b3
|
||||||
mnemonic: write1
|
mnemonic: write1
|
||||||
|
Loading…
Reference in New Issue
Block a user