Mercurial > touhou
diff pytouhou/game/eclrunner.py @ 53:e72166f73e30
Oops
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Mon, 22 Aug 2011 23:20:17 +0200 |
parents | ab826bc29aa2 |
children | de358a7684c8 |
line wrap: on
line diff
--- 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.