Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Releases: TheLX5/Powerups

Custom Powerups v3.4.4

14 Jul 00:19
Compare
Choose a tag to compare

I NO LONGER OFFER SUPPORT FOR THIS PATCH, PLEASE DO NOT MESSAGE ME ABOUT IT

HOW TO INSTALL: CLICK HERE

A bunch of fixes.

Notable changes:

  • A bunch of small fixes.

This needs to be applied to a CLEAN SMW (USA) ROM. You could try to patch it over a previous version, but this is not supported and wasn't tested at all.

NOTE: Some QoL changes affected how some powerups work since v3.4.2, it may break some of your levels if you relied on how these powerups worked before!

NOTE: Compatibility with SA-1 1.40 is unknown. The powerups patch was released a while ago and SA-1 is very recent.

The included .exe file might be reported as a virus by your antivirus. I have no idea how to solve this nor I care enough to remove that false positive. Use the python script directly if you'd like to avoid that issue.

Read the changelog here.

Have fun!

Custom Powerups v3.4.2

01 Jul 18:41
Compare
Choose a tag to compare

HOW TO INSTALL: CLICK HERE

Coming up with a bunch of improvements over how some powerups works. More coming at a later date.

Notable changes:

  • QoL improvements to existing powerups
  • Bug fixes

This needs to be applied to a CLEAN SMW (USA) ROM OR A ROM WITH Custom Powerups v3.4.0. You could try to patch it over a previous version, but this is not supported and wasn't tested at all.

NOTE: Some QoL changes affected how some powerups work, it may break some of your levels if you relied on how these powerups worked before!

BPS patches will no longer be distributed in this GitHub, they're not that helpful and the end user will end up with a lot of issues if they're trying to build a hack that uses any other custom resource.

The included .exe file might be reported as a virus by your antivirus. I have no idea how to solve this nor I care enough to remove that false positive. Use the python script directly if you'd like to avoid that issue.

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.4.1

24 Apr 13:07
Compare
Choose a tag to compare

HOW TO INSTALL: CLICK HERE

Coming up with a quick fix for random and/or stiff controls when flying with a winged Yoshi.

Notable changes:

  • Bug fix

This needs to be applied to a CLEAN SMW (USA) ROM OR A ROM WITH Custom Powerups v3.4.0. You could try to patch it over a previous version, but this is not supported and wasn't tested at all.

Exclusive for this time, if you had v3.4.0 installed you can download the smaller zip file. It contains only the files that were changed.

BPS patches will no longer be distributed in this GitHub, they're not that helpful and the end user will end up with a lot of issues if they're trying to build a hack that uses any other custom resource.

The included .exe file might be reported as a virus by your antivirus. I have no idea how to solve this nor I care enough to remove that false positive. Use the python script directly if you'd like to avoid that issue.

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.4.0

16 Apr 13:24
Compare
Choose a tag to compare

HOW TO INSTALL: CLICK HERE

Somewhat alive. Collaborative effort is amazing.

Notable changes:

  • Added LMPuny's Electric Flower
  • Added a tool to make easier tweaking interactions with sprites
  • Applied SubconsciousEye's graphical adjustments

This needs to be applied to a CLEAN SMW (USA) ROM. You could try to patch it over a previous version, but this is not supported and wasn't tested at all.

BPS patches will no longer be distributed in this GitHub, they're not that helpful and the end user will end up with a lot of issues if they're trying to build a hack that uses any other custom resource.

The included .exe file might be reported as a virus by your antivirus. I have no idea how to solve this nor I care enough to remove that false positive. Use the python script directly if you'd like to avoid that issue.

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.3.4

05 Jul 19:57
Compare
Choose a tag to compare

HOW TO INSTALL: CLICK HERE

Minor fixes and changes were added, not much exciting stuff.

Notable changes:

  • Expanded compatibility with patches that require to run code during NMI.

This needs to be applied to a CLEAN SMW (USA) ROM. You can't patch it to a previous version, so porting your hack to a new, clean SMW ROM is mandatory.

This probably is going to be the last release with fixes I'll do for a while (or ever). I'm still going to listen to feedback and bugs, but don't expect much from me at this point since I'm already very happy with the results. At most I'll try to rewrite powerup_defs.asm to not be a hot mess.

BPS patches will be uploaded at some point. They're not my priority,

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.3.3

18 May 21:58
Compare
Choose a tag to compare

This new version of the Custom Powerups patch includes several new resources to use in your levels and some bug fixes to ensure the stability of the ASM hacks.

Notable features:

  • Added new sprites (Poisonous Mushroom, Item roulette, Item spawner)
  • Added several new blocks
  • Squashed a bunch of bugs

This needs to be applied to a CLEAN SMW (USA) ROM. You can't patch it to a previous version, so porting your hack to a new, clean SMW ROM is mandatory.

I wasn't able to include graphics/textures for the new blocks due to palette limitations, so it's up to you to draw and include those in your ROMs.

This probably is going to be the last release I'll do for a while (or ever). I'm still going to listen to feedback and bugs, but don't expect much from me at this point since I'm already very happy with the results.

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.3.2

25 Apr 01:12
Compare
Choose a tag to compare

HOW TO INSTALL: CLICK HERE

After some hours of extensive work, there's the latest release.

Notable changes:

  • Various QoL changes. Details on the changelog.

This needs to be applied to a CLEAN SMW (USA) ROM. You can't patch it to a previous version, so porting your hack to a new, clean SMW ROM is mandatory.

The DMA ASM Hack was slightly modified to allow other resources to hijack the patch by putting code after the Custom Powerups code.

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.3.1

20 Apr 02:15
Compare
Choose a tag to compare

HOW TO INSTALL: CLICK HERE

After some time the v3.3.1 update is up! It fixes a bunch of stuff and includes some other interesting features/fixes.

Notable changes:

  • Included Luigi palettes.
  • Boomerangs can now retrieve items (off by default).

This needs to be applied to a CLEAN SMW (USA) ROM. You can't patch it to a previous version, so porting your hack to a new, clean SMW ROM is mandatory.

GFX Compression support was dropped/removed and may come back once SA-1 Pack's NMI handler gets fixed.

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.3.0 (Hotfix)

20 Jan 02:36
Compare
Choose a tag to compare

HOW TO INSTALL: CLICK HERE

Hotfix: Removed unnecessary and old GPS routines bundled with this patch.

Took me a while, but there's a new version of the patch! The patch contains some enhancements to make this whole pack of ASM files way more stable while installing and playing in game.

Notable additions:

  • Separate GFX Installer
  • Native Better Powerdown patch support
  • Dynamic Items now work properly

This needs to be applied to a CLEAN SMW (USA) ROM. You can't patch it to a previous version, so porting your hack to a new, clean SMW ROM is mandatory.

GIEPY support was dropped. Its implementation wasn't the best and I had some questionable design choices. This decision was made before v1.1.0 was released (link) and I'll consider adding it back once people decide if it's going to be standard or not.

There are a few ips files included in this release. Some have debug features (change powerup with L/R while in the map and CPU usage meter) and others are just a blank canvas to start working in there.

Found a bug? Head to the Issues page and fill a report, I'll try to get it fixed as soon as I can.

Read the changelog here.

Have fun!

Custom Powerups v3.2.0

28 Dec 06:32
Compare
Choose a tag to compare

Late merry Christmas! This release fixes a small amount of things + some other nice features and support for the latest tools available.

Notable additions:

  • Added Cat Suit powerup
  • Added Penguin Suit powerup
  • Lunar Magic 3.00 support

This needs to be applied to a NEW AND CLEAN SMW (USA) ROM. You can't patch it to a previous version, so porting your hack to a new, clean SMW ROM is mandatory.

GIEPY support will be added and tested once a new version releases and is compatible with the latest Lunar Magic (3.00), for now, it's just compatible with PIXI 1.24+.

There are a few ips files included in this release. Some have debug features (change powerup with L/R while in the map and CPU usage meter) and others are just a blank canvas to start working in there.