diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-06 21:52:29 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-06 21:52:29 +0200 |
| commit | a26d621b1f6157f742ecd40e5ad7c4636a855d83 (patch) | |
| tree | 1179796e5219829f923d04b4f02baec537ebe5d3 /src/jetpac.s | |
| parent | f9ca8ca80b9d0cf0d54f9aa59a3fbb517c37fc9c (diff) | |
| download | jetpac.nes-a26d621b1f6157f742ecd40e5ad7c4636a855d83.tar.gz jetpac.nes-a26d621b1f6157f742ecd40e5ad7c4636a855d83.zip | |
Fix bogus comments
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/jetpac.s')
| -rw-r--r-- | src/jetpac.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jetpac.s b/src/jetpac.s index b9e6311..767e2ae 100644 --- a/src/jetpac.s +++ b/src/jetpac.s @@ -136,7 +136,8 @@ ;; Initialize other global variables which the rest of the game assume to ;; have zero as their initial values. Note that it's important to have these - ;; variables defined before + ;; variables defined before calling any other initialization functions, as + ;; they might already make assumptions on either of these variables. sta Globals::zp_flags sta Globals::zp_multiplayer sta Joypad::zp_buttons |
