diff options
author | Astatin <[email protected]> | 2025-02-18 19:03:42 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-18 19:03:42 +0900 |
commit | 18d7d064daf704193f8dff6b2ef3ae68b7fc3aac (patch) | |
tree | 9af417ec9a09294edec8ca0e5ffbd146a0081b4b /enemiesattacks/laser.gbasm | |
parent | f4197f6117b7cc16873fca749c0dcb838577a7e5 (diff) |
Did a bunch of things I honestly don't remember everything but now basic attack is broken
Diffstat (limited to 'enemiesattacks/laser.gbasm')
-rw-r--r-- | enemiesattacks/laser.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/enemiesattacks/laser.gbasm b/enemiesattacks/laser.gbasm index 4a0d029..2c1cebb 100644 --- a/enemiesattacks/laser.gbasm +++ b/enemiesattacks/laser.gbasm @@ -76,6 +76,7 @@ Laser_Enemy_Attack: ; Direction to face in E. Result in BC (XY), Direction in D POP BC LD A, D + LD D, $10 CALL =Try_Launch_Animation LD A, $enum_animation_wait_mode |