diff options
author | Astatin <[email protected]> | 2025-05-13 15:52:37 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-13 15:52:37 +0200 |
commit | ef9de76cd0bc313385b7edac3659e03ab36d3c1e (patch) | |
tree | 4125a1ba04438d8e9db5262d24b525f370a41f2f /animation.gbasm | |
parent | b0f9e2e6d53983faa9d213b40d2bd6a23473e134 (diff) |
Add bugs and poison
Diffstat (limited to 'animation.gbasm')
-rw-r--r-- | animation.gbasm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/animation.gbasm b/animation.gbasm index fdd64ae..dfeb695 100644 --- a/animation.gbasm +++ b/animation.gbasm @@ -140,6 +140,11 @@ Animation_Jump_table: JP =Laser_Animation NOP + ; 04 + JP =Bubbles_Animation + NOP + .INCLUDE "animations/sparkles.gbasm" .INCLUDE "animations/rotatingball.gbasm" .INCLUDE "animations/laser.gbasm" +.INCLUDE "animations/bubbles.gbasm" |