Name: | Thwomp Pack + thwompsprfix.asm v1.4 |
Authors: | Isikoro, Tattletale |
Added: | |
Version History: | View |
Tool: | PIXI |
Type: | Standard |
Dynamic: | No |
Disassembly: | No |
Includes GFX: | No |
Description: | A Thwomp pack with thwompsprfix.asm I also added the Thwomp Face Flip Fix patch as configs. By default it's turned off. Comes with: - Downwards Thwomp - Upwards Thwomp - Right Thwomp - Left Thwomp - Power Downwards Thwomp - Power Upwards Thwomp - Power Right Thwomp - Power Left Thwomp All of them can be used as Mad Thwomps (goes up/down right/left and so on once set off) if you set the extra bit. - Why did you make this tho? There's already another version of all this for download. I also merged thwompsprfix.asm into this code, so all fixes on that patch are also coded for these Thwomps. I needed this, so I thought maybe more people would also need this. This is also a single file sprite, so the more you use the more space TM you save (it may not perform as good as using standalone files due to checks and whatnot). There's also a partial fix to ascension glitch that bothers me a lot with the original Upwards guy. Original code really kills you in unfair ways most of the time when going up. This feature/fix has to be enabled, so read the README.txt for further instructions. This code also respects what palette row you set on the cfg. Another minor fix is that they now properly die to shells and whatnot if specified on the CFG. Just set them to interact with other sprites if you wish that to happen. Original code (SMW code) dies to shells according to sprite slot, it's super weird, so I just left the behavior there for you to choose, but more consistent. changelog: 1.1 ----- Better ascension glitch fix. Fixed a bug where only the thwomp up would benefit from setting up the fix ascension glitch flag. It seems I also forgot to add a routine for this thing in the last version lol (related to the ascension glitch flag). SA1 compatible. 1.2 ----- Fixed a bug with the sideways power thwomps as they didn't correctly check for walls. (Erik) 1.3 ----- Update routine SubVertPosWithClipping to comply to new routine standards. Added routine SpinPlayerUp (apparently I forgot to add this routine twice lol, it's used in the ascension glitch flag fix). Added a small bugfix for the ascension glitch - the gitch caused it to be way more lenient than it should once the thwomp stopped going up. I rewrote the state table / load, so now the old blocks that break on thwomp contact work with this thwomp pack. It should also feel a lot better to create new states. Fixed a bug with the draw GFX routine where it would reserve one tile more than it should when no angry face tiles were drawn. Added the Thwomp Face Flip Fix patch as configurable flag (default is turned off). Extracted some configs and flags so you can get more stuff configured. 1.4 (updated by Isikoro) ----- Added a setting to look in the direction of movement. Allows the player to set whether or not to look at the player when he/she approaches. Converted to a json file, changed the setting RAM from "extra_prop" to "extra_byte", and combined them into one sprite. |
Tags: | enemy lorom sa-1 thwomp |
Comments: | 17 (jump to comments) |
Rating: |
Download
11.69 KiB | 2,305 downloads
Comments (17)
- Lunar Magic v3.33
- SA-1 Pack v1.40
- PIXI v1.32
- BSNES v115
Besides moving to extra byte support, the update is mostly visual in the sense of providing a facing direction of the Thwomps (albeit not one like in SMM).I... just don't like how it sacrifices the warning face by default, though you can easily change that by chosing a different tile for the sideways Thwomps. Likewise, I'd be nice if the Mad Thwomps change their eye direction as it looks weird that they look in the opposite direction half the time.
just don't like how it sacrifices the warning face by default
- I did this with the New Super Mario series in mind.
I'd be nice if the Mad Thwomps change their eye direction as it looks weird that they look in the opposite direction half the time.
-I can just imagine Mad Thwomps dizzy eyes...
- Lunar Magic v3.33
- SA-1 Pack v1.40
- PIXI v1.32
- BSNES v115
Besides moving to extra byte support, the update is mostly visual in the sense of providing a facing direction of the Thwomps (albeit not one like in SMM).I... just don't like how it sacrifices the warning face by default, though you can easily change that by chosing a different tile for the sideways Thwomps. Likewise, I'd be nice if the Mad Thwomps change their eye direction as it looks weird that they look in the opposite direction half the time.
The GIFs also show that the Thwomps don't show their looking frame i.e. they're inactive or active and not preparing so you wouldn't get much from the alternative frames.
That being said, if the preparing frames were added, it actually makes sense if the horizontal Thwomps had unique frames since you can't deduce a Thwomp's direction otherwise (i.e. does it move down or to the left/right?).
I'm not sure, but it's because the site server is back now and hasn't loaded all the images yet, including the users' avatars.
I need a way to load all of them in one go right? cant find anything that's helpful in explaining how to do this.
anyone, please help?
Saw no issues (aside from a missed SA-1 conversion) so I went to accept it.
But other than that, they're p good. Recommended over the original sprite.
!HORZ_RANGE1 = $3040 ; max X distance of Mario for attack
!HORZ_RANGE2 = $3024 ; max X distance of Mario for attack
!HORZ_RANGE3 = $3080 ; max X distance of Mario for attack
!HORZ_RANGE4 = $3060 ; max X distance of Mario for attack
Change these back to the original values after you run the converter.
I will make an update soon for this sprite, making the ascension glitch fix feature better and making it actually work for more versions of the thwomp that's not just the upwards normal guy. It will also be SA-1 compatible in that update (probably in 3 weeks because I'm busy).
Nice that these can be here for anybody that wishes to just have the custom sprite instead of using the original at the least.