# HG changeset patch # User Thibaut Girka # Date 1314048017 -7200 # Node ID e72166f73e30b3730fd0285fc479d17d64b31eb7 # Parent ab826bc29aa2ef6f87dde5aa71d428be398fe3d5 Oops diff --git a/pytouhou/game/eclrunner.py b/pytouhou/game/eclrunner.py --- a/pytouhou/game/eclrunner.py +++ b/pytouhou/game/eclrunner.py @@ -172,7 +172,7 @@ class ECLRunner(object): @instruction(3) - def relative_jump_ex(self, frame, instruction_pointer, value_id): + def relative_jump_ex(self, frame, instruction_pointer, variable_id): """If the given variable is non-zero, decrease it by 1 and jump to a relative offset in the same subroutine.