diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-07 00:04:37 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-07 00:04:37 +0100 |
| commit | 9bb7715cf8e0a01ae7d43f6ff2fc126ea6388533 (patch) | |
| tree | 6357e298c832981e5499e2bfddd2983f3e947b9e /src | |
| parent | 620812b5a9edc882ea5ab159914c4ff75a6cf51e (diff) | |
| download | jetpac.nes-9bb7715cf8e0a01ae7d43f6ff2fc126ea6388533.tar.gz jetpac.nes-9bb7715cf8e0a01ae7d43f6ff2fc126ea6388533.zip | |
Fix documentation error on the 'chase' algorithm
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/enemies.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemies.s b/src/enemies.s index 4d46108..33ee88b 100644 --- a/src/enemies.s +++ b/src/enemies.s @@ -1247,7 +1247,7 @@ ;; | ;; |- D: downwards if 1; upwards if 0. ;; |- S: 'moving' state if 1; 'thinking' if 1. - ;; |- T: timer. Whenever it reaches zero, then a vertical movement is done. + ;; |- T: timer. Whenever it reaches zero, then we change of phase. ;; .proc chase ;; Get the value for the timer. Has it already turned out? If so then |
