mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-22 02:04:08 -05:00
event script command 0xaa doesnt exist
This commit is contained in:
@@ -2862,7 +2862,6 @@ pksv_crystal_more = {
|
||||
0xA7: ["name", ["type", SingleByteParam], ["id", SingleByteParam]],
|
||||
0xA8: ["waitframes", ["unknown", SingleByteParam]],
|
||||
0xA9: ["unknown0xa9"],
|
||||
0xAA: ["unknown0xaa"],
|
||||
}
|
||||
def create_command_classes(debug=False):
|
||||
"""creates some classes for each command byte"""
|
||||
|
||||
Reference in New Issue
Block a user