mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-25 07:36:47 -05:00
apply_movement_command classes doesn't exist
original-commit-id: 3f5955b453e479f3594c04105092337bd191f84a
This commit is contained in:
parent
4fc77cd823
commit
3d40673c9c
|
|
@ -2017,7 +2017,7 @@ class ApplyMovementData:
|
|||
# this is almost an exact copy of Script.parse
|
||||
# with the exception of using text_command_classes instead of command_classes
|
||||
def parse(self):
|
||||
global apply_movement_command_classes, script_parse_table
|
||||
global movement_command_classes, script_parse_table
|
||||
address = self.address
|
||||
|
||||
# i feel like checking myself
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user