From ef9de76cd0bc313385b7edac3659e03ab36d3c1e Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 13 May 2025 15:52:37 +0200 Subject: Add bugs and poison --- animation.gbasm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'animation.gbasm') 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" -- cgit v1.2.3-70-g09d2