mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-25 07:36:47 -05:00
Script commands 0xb2 and 0xcc don't exist
original-commit-id: a7c260f4f4b843cfed1d8f39d3fca396cacc95c2
This commit is contained in:
parent
e06886df6d
commit
852043eab2
|
|
@ -2828,10 +2828,6 @@ pksv_crystal_more = {
|
|||
0xA8: ["unknown0xa8", ["unknown", SingleByteParam]],
|
||||
0xA9: ["unknown0xa9"],
|
||||
0xAA: ["unknown0xaa"],
|
||||
|
||||
# fix the scripts, then remove these.
|
||||
0xB2: ["unknown0xb2", ["unknown", SingleByteParam]],
|
||||
0xCC: ["unknown0xcc"],
|
||||
}
|
||||
def create_command_classes(debug=False):
|
||||
"""creates some classes for each command byte"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user