Name: | Hammer Bro |
Author: | Sonikku |
Added: | |
Tool: | PIXI |
Type: | Standard |
Dynamic: | No |
Disassembly: | No |
Includes GFX: | Yes |
Description: | A Hammer Bro from Super Mario Bros. 3. It walks back and forth and sometimes jumps high between blocks. It frequently throws hammers in Mario's direction. It throws an extended sprite hammer which is identical to the one bundled with PIXI but is still included for convenience. The included ExtendedGetDrawInfo fixes a crash in PIXI's, so it is highly recommended you replace it with it. The Sledge Bro uses the same hammer, so both sprites can share it. Make sure to specify the extended sprite number of the hammer (extended/hammer.asm) from list.txt in the Hammer Bro's ASM file (sprites/HammerBro.asm)! |
Tags: | bros brother enemy extended sprites hammer hammer bro hammer bros hammer brother lorom sa-1 smb 3 smb3 super mario bros 3 throw |
Comments: | 14 (jump to comments) |
Rating: |
Download
6.96 KiB | 2,363 downloads
Comments (14)
YOU CAN FIX THIS BUG?
Mainly tested with Venus Fire Trap from immamelia and for some reason the fireball does not hurt the player anymore on screen 2 onwards in any level when a Hammer Bro. is present in the level, too.
After removing this part of the code in the extended sprite:
And replacing
with
The fireball started working again fine (and the hammer does, too).
Interesting find. I experienced the same problem with Sonikku's boomerang/fire bros on-screen along with the firetraps and I thought there was something wrong with my hack. Thankfully not the case, so thanks.
Mainly tested with Venus Fire Trap from immamelia and for some reason the fireball does not hurt the player anymore on screen 2 onwards in any level when a Hammer Bro. is present in the level, too.
After removing this part of the code in the extended sprite:
And replacing
with
The fireball started working again fine (and the hammer does, too).
seems to be have left over from debugging, making the BRA ++ unnecessary. tried putting a breakpoint and even removing the code just in case and it's not being accessed by anything. remove and update this only if you want lol, it's your sprite. and it's really not too worth caring about, unless the person using it is strapped for space for some bizarre reason
quality sprite from a quality coder, wish you'd release more of your work you madman
I also like to see all of the LX5 Bros Sprites has remap tilemap to SP3 instead of SP4 Because my hack SMWFTSQR has the old hammer and boomerang bros sprites but Blind Devil converted then to PIXI so be very annoying to change stuff in some levels
Also included a JSON file which can be used instead of the CFG file with PIXI 1.2 or above to make the sprite display in Lunar Magic.
This was originally part of Sonikku's C3 2013 sprite pack and was submitted to the section with his permission.