diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-10 08:03:09 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-10 08:03:09 +0100 |
commit | c1e83a23774fff30a257466e19b1237b3b78b055 (patch) | |
tree | f50c82d2a2df5697aad175f91f63c1a8a44c2027 /game | |
parent | d1c70c8118e53f28bc2cfe3de64f7c30762c8b33 (diff) | |
download | tr8vm-c1e83a23774fff30a257466e19b1237b3b78b055.tar.gz tr8vm-c1e83a23774fff30a257466e19b1237b3b78b055.zip |
Add missing comment
Diffstat (limited to 'game')
-rw-r--r-- | game/entities.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/entities.asm b/game/entities.asm index aaab135..fd79825 100644 --- a/game/entities.asm +++ b/game/entities.asm @@ -116,6 +116,7 @@ entities_update_next: pop x pop a + ; next entity add x, 7 bo inc a |