mirror of https://github.com/pret/pokecrystal.git
Fix typo.
This commit is contained in:
parent
fb9fdd038d
commit
818a82a20e
|
@ -34,7 +34,7 @@ pksv_gs = {
|
|||
0x21: "checkitem",
|
||||
0x22: "givemoney",
|
||||
0x23: "takemoney",
|
||||
0x24: "checkmonkey",
|
||||
0x24: "checkmoney",
|
||||
0x25: "givecoins",
|
||||
0x26: "takecoins",
|
||||
0x27: "checkcoins",
|
||||
|
@ -179,7 +179,7 @@ pksv_crystal = {
|
|||
0x21: "checkitem",
|
||||
0x22: "givemoney",
|
||||
0x23: "takemoney",
|
||||
0x24: "checkmonkey",
|
||||
0x24: "checkmoney",
|
||||
0x25: "givecoins",
|
||||
0x26: "takecoins",
|
||||
0x27: "checkcoins",
|
||||
|
|
Loading…
Reference in New Issue