diff options
author | Astatin <[email protected]> | 2025-03-11 18:46:42 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-11 18:46:42 +0900 |
commit | ab45947d3fdc9885c497d9fc3dd124c7986f6ea4 (patch) | |
tree | 6800a9c3ebaebb5f35d54fd5ed1e0e8214953544 /animations/laser.gbasm | |
parent | 957834ffafd4c82700e27fd9d69b695bb2247d97 (diff) |
Add invincible friendly bunny you can talk to
Diffstat (limited to 'animations/laser.gbasm')
-rw-r--r-- | animations/laser.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/laser.gbasm b/animations/laser.gbasm index c76b464..a3536d7 100644 --- a/animations/laser.gbasm +++ b/animations/laser.gbasm @@ -118,7 +118,7 @@ Laser_Animation: LD A, B LD (HL+), A - LD A, $64 + LD A, $vram_animation_index+4 LD (HL+), A LD A, $00 LD (HL+), A |