mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-07-18 16:32:12 -05:00
Fix typo.
original-commit-id: 818a82a20ebb3e35454e33389b0174a2a4623070
This commit is contained in:
parent
f0e7a120a5
commit
2a01a4873f
4
pksv.py
4
pksv.py
|
|
@ -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
Block a user