Name: | Kirby Boss |
Author: | HuFlungDu |
Added: | |
Tool: | PIXI |
Type: | Standard |
Dynamic: | No |
Disassembly: | No |
Includes GFX: | Yes |
Description: | A Kirby boss. It will move between the left and right edges of the screen in various different ways, such as walking or jumping. It can also shoot fire. Mario must jump on it to damage it. When it dies, it will fall down. Check the ASM file for customization options. |
Tags: | boss dash fire fireball jump jump and run jumping kirby lorom run running sa-1 walk |
Comments: | 16 (jump to comments) |
Rating: |
Download
8.83 KiB | 2,673 downloads
Comments (16)
The sprite can once again end the level. The original sprite modified the SubOffScreen to end level if it despawns. Frankly, that's a little dodgy, but I made it mimic the same functionality (except outside of SubOffScreen so it can still be a shared routine).
Converted to PIXI and added SA-1 compatibility. I made it quite a bit easier to customize and rewrote the RNG routine so it produces better numbers. The old one could be easily manipulated (Mario's position was essentially half the seed) and got stuck into flipping between two numbers unless it was externally seeded properly.