diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-03-01 13:40:09 -0800 | 
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-03-01 13:40:09 -0800 | 
| commit | 570e6d43da445504dce72028a6dadd23b961b16e (patch) | |
| tree | 7de8b9db12d0c947fd145ae8d93b12cc1ea1376a /extras | |
| parent | cb1d7f812be0c392351a8ee7f1dd8b439d8d62bc (diff) | |
| parent | a7c260f4f4b843cfed1d8f39d3fca396cacc95c2 (diff) | |
Merge pull request #119 from yenatch/master
remove non-existing script commands
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/crystal.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/extras/crystal.py b/extras/crystal.py index 398c88241..b3f29a12f 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -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""" | 
