mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-13 12:45:13 -05:00
specialphonecall takes a 16‐bit ID.
original-commit-id: 19ce6e7a748094f8f74b123c6b803808ed530d90
This commit is contained in:
@@ -2894,7 +2894,7 @@ pksv_crystal_more = {
|
||||
0x99: ["hangup"],
|
||||
0x9A: ["describedecoration", ["byte", SingleByteParam]],
|
||||
0x9B: ["fruittree", ["tree_id", SingleByteParam]],
|
||||
0x9C: ["specialphonecall", ["call_id", SingleByteParam], ["wtf", SingleByteParam]],
|
||||
0x9C: ["specialphonecall", ["call_id", MultiByteParam]],
|
||||
0x9D: ["checkphonecall"],
|
||||
0x9E: ["verbosegiveitem", ["item", ItemLabelByte], ["quantity", DecimalParam]],
|
||||
0x9F: ["verbosegiveitem2", ["item", ItemLabelByte]],
|
||||
|
||||
Reference in New Issue
Block a user