mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 15:16:52 -05:00
fix parameters for verbosegiveitem2 definition
original-commit-id: 2a04c1c20a22f13ff3f0b0a8ce2d8e96b8798ef8
This commit is contained in:
parent
6aa350380c
commit
c7a67544b7
|
|
@ -2816,7 +2816,7 @@ pksv_crystal_more = {
|
|||
0x9C: ["specialphonecall", ["call_id", MultiByteParam]],
|
||||
0x9D: ["checkphonecall"],
|
||||
0x9E: ["verbosegiveitem", ["item", ItemLabelByte], ["quantity", DecimalParam]],
|
||||
0x9F: ["verbosegiveitem2", ["item", ItemLabelByte]],
|
||||
0x9F: ["verbosegiveitem2", ["item", ItemLabelByte], ["var", SingleByteParam]],
|
||||
0xA0: ["loadwilddata", ["map_group", MapGroupParam], ["map_id", MapIdParam]],
|
||||
0xA1: ["halloffame"],
|
||||
0xA2: ["credits"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user