Differences From Artifact [67de8ba826]:
- File instruc — part of check-in [a6d1d398e5] at 2022-02-13 19:32:54 on branch trunk — Implement XStep and YStep instructions. (user: user, size: 3465) [annotate] [blame] [check-ins using]
To Artifact [e91542e6fc]:
- File instruc — part of check-in [3532fea858] at 2022-02-16 07:09:32 on branch trunk — Implement the Morton and ,Morton instructions. (On some computers it may be possible to optimize this better; this optimization is not currently implemented.) (user: user, size: 3473) [annotate] [blame] [check-ins using]
︙ | |||
250 251 252 253 254 255 256 257 258 259 260 261 262 263 | 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 | + | .,IntMove ; move without initializing Inertia .,JumpTo ,Loc ; same as: Xloc Yloc ,LocateMe LoseLevel ,Manhattan MaxInventory ; error if more than that many slots in inventory ,Morton .,Move .,MovePlus "Move+" ; obj.Inertia+=Strength instead of obj.Inertia=Strength .,MoveTo ; the internal MoveTo() function .,PlusMove "+Move" .,MinusMove "-Move" NewX NewXY |
︙ |