Language…
18 users online:  BeeKaay,  Blaagon, ForthRightMC, Golden Yoshi, Gorry, Green, JezJitzu, JPhanto, mathew, Maw, Metal-Yoshi94, OrangeBronzeDaisy, PuffleDreemurr, Ray Hamilton, ShoopDaWhoop, Skystarmania, Super Nikuworld, vktr - Guests: 270 - Bots: 432
Users: 64,795 (2,370 active)
Latest user: mathew

Reznor Fireball Fix

SMW Patches → Reznor Fireball Fix

This file is obsolete. The latest version is Reznor Fireball Flag. For other versions, check the version history.

Submission Details

Name: Reznor Fireball Fix
Author: Sonikku
Added:
Version History: View
Tool: Asar
Requires Free Space: Yes
Bug Fix: Yes
Featured: No
Description: This patch introduces the ability to use Reznor's fireball outside of boss rooms; by setting $1765,x(y), you can enable a larger projectile for both the aimed Reznor Fireball and the Spitfire Jumping Piranha Plant's fireball. Additionally, this patch also includes the ability to change the palette and tilemap of the Reznor Fireball, so that you can easily accommodate it if you're not using the default Reznor.

The "Main Changes" section only displays immediate effects, while "Technical Changes" may only affect certain other code.

Main Changes:
- Adds information about Reznor's fireball's tilemap/palette and allows them to be changed if desired.
- Changes Reznor's fireballs to use a flag ($1765,x). Previously, the 16x16 fireballs were only available inside Mode 7 Boss Room levels.
    - This flag, if cleared, uses an 8x8 graphic and the original collision. If set, the 16x16 boss room graphic displays and changes the clipping to the same as the hammer extended sprite's.

Technical Changes:
- Creates a hijack at $029B16 so that it can clear an address that is used as a sort of pseudo-init routine.
- Moves the frame increment code of the Hammer's animation rate to the sprite's graphics routine, as it uses the same address as what is used as a flag for the fireballs in this patch.
Tags: extended sprites fireball fix lorom needs remoderation reznor tilemap
Comments: 1 (jump to comments)
Download 1.35 KiB | 174 downloads

Comments (1)

lx5 Link
You forgot two autocleans, but I added them.

The patch is good... for those who know ASM at least. Good work.