mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-07-20 09:23:23 -05:00
checkmonkey -> checkmoney
original-commit-id: 34ff5fc4cecc782f909c86084b6b4a1fa71cbd43
This commit is contained in:
parent
23117cb35a
commit
f1aa58eabc
|
|
@ -1710,7 +1710,7 @@ pksv_crystal_more = {
|
|||
0x21: ["checkitem", ["item", ItemLabelByte]],
|
||||
0x22: ["givemoney", ["account", SingleByteParam], ["money", MoneyByteParam]],
|
||||
0x23: ["takemoney", ["account", SingleByteParam], ["money", MoneyByteParam]],
|
||||
0x24: ["checkmonkey", ["account", SingleByteParam], ["money", MoneyByteParam]],
|
||||
0x24: ["checkmoney", ["account", SingleByteParam], ["money", MoneyByteParam]],
|
||||
0x25: ["givecoins", ["coins", CoinByteParam]],
|
||||
0x26: ["takecoins", ["coins", CoinByteParam]],
|
||||
0x27: ["checkcoins", ["coins", CoinByteParam]],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user