We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Custom Powerups: Difference between revisions
From SnesLab
(powerupssssss) |
m (smol changes) |
||
Line 1: | Line 1: | ||
[[File:custom_powerups_boomerang.gif|thumb|right|Boomerang suit and enhanced vanilla blocks in action.]] | [[File:custom_powerups_boomerang.gif|thumb|right|Boomerang suit and enhanced vanilla blocks in action.]] | ||
The [https://github.com/TheLX5/Powerups/wiki/1.-Main-Page Custom Powerups] patch is a package of a bunch of ASM hacks created by [[User:MarioE|MarioE]] and [[User:LX5|LX5]] with the main goal of adding new powerups for [[Super Mario World]] with ease and give a bunch of tools for programmers to create their own powerups for the game. | The [https://github.com/TheLX5/Powerups/wiki/1.-Main-Page Custom Powerups] patch is a package of a bunch of ASM hacks mainly created by [[User:MarioE|MarioE]] and [[User:LX5|LX5]] with the main goal of adding new powerups for [[Super Mario World]] with ease and give a bunch of tools for programmers to create their own powerups for the game. | ||
=Features= | =Features= | ||
[[File:custom_powerups_roulette.gif|thumb|right|Cat suit, ice flower and enhanced roulette item.]] | [[File:custom_powerups_roulette.gif|thumb|right|Cat suit, ice flower and enhanced roulette item.]] | ||
Line 6: | Line 6: | ||
==For regular users== | ==For regular users== | ||
* Several new powerups from various Mario (and other) games | * Several new powerups from various Mario (and other) games | ||
* 32x32 player tilemap | * [https://www.smwcentral.net/?p=section&a=details&id=20407 32x32 player tilemap] | ||
* Dynamic powerup items and projectiles | * Dynamic powerup items and projectiles | ||
* Easy and powerful customization options in the main patch and each powerup | * Easy and powerful customization options in the main patch and each powerup | ||
* Enhanced vanilla blocks and powerup items to make them more interesting | * Enhanced vanilla blocks and powerup items to make them more interesting | ||
* [ | * [https://www.smwcentral.net/?p=section&a=details&id=13800 Better Powerdown] patch native integration | ||
==For programmers== | ==For programmers== | ||
* A nice ecosystem with RAM defines ready to use in every major tool ([[PIXI]], [[GPS]] and [[UberASM Tool]]) | * A nice ecosystem with RAM defines ready to use in every major tool ([[PIXI]], [[GPS]] and [[UberASM Tool]]) | ||
Line 40: | Line 40: | ||
* [https://github.com/TheLX5/Powerups/wiki/7.-Powerups#cloud-flower-super-mario-galaxy Cloud Flower (Super Mario Galaxy)] | * [https://github.com/TheLX5/Powerups/wiki/7.-Powerups#cloud-flower-super-mario-galaxy Cloud Flower (Super Mario Galaxy)] | ||
* [https://github.com/TheLX5/Powerups/wiki/7.-Powerups#cat-suit-super-mario-3d-world Cat Suit (Super Mario 3D World)] | * [https://github.com/TheLX5/Powerups/wiki/7.-Powerups#cat-suit-super-mario-3d-world Cat Suit (Super Mario 3D World)] | ||
= | =Useful links= | ||
* [https://github.com/TheLX5/Powerups/ Official GitHub repo] | * [https://github.com/TheLX5/Powerups/ Official GitHub repo] | ||
* [https://github.com/TheLX5/Powerups/wiki/2.-Installation Installation Guide in text] | * [https://github.com/TheLX5/Powerups/wiki/2.-Installation Installation Guide in text] | ||
* [https://www.youtube.com/watch?v=82_HH05jdl0 Installation Guide in video] | * [https://www.youtube.com/watch?v=82_HH05jdl0 Installation Guide in video] |
Revision as of 04:37, 24 August 2019
The Custom Powerups patch is a package of a bunch of ASM hacks mainly created by MarioE and LX5 with the main goal of adding new powerups for Super Mario World with ease and give a bunch of tools for programmers to create their own powerups for the game.
Features
For regular users
- Several new powerups from various Mario (and other) games
- 32x32 player tilemap
- Dynamic powerup items and projectiles
- Easy and powerful customization options in the main patch and each powerup
- Enhanced vanilla blocks and powerup items to make them more interesting
- Better Powerdown patch native integration
For programmers
- A nice ecosystem with RAM defines ready to use in every major tool (PIXI, GPS and UberASM Tool)
- Frees up ~22000 bytes of RAM at $7E2000
- Can insert up to 256 different powerups
- Several RAM addresses to alter the behavior of the patch's core engines
- Easy to use "add-on" engine to include specific ASM hacks for your powerups
- Total control of player's interaction field with ground and sprites
- A bunch of pointers to routines and tables ready to use at $02800C about various things of the patch
- Let's you install external ASM hacks that need to run during NMI at $00A304
Included powerups
- Mushroom (Super Mario World)
- Feather (Super Mario World)
- Fire Flower (Super Mario World)
- Hammer Suit (Super Mario Bros. 3)
- Boomerang Suit (Custom)
- Raccoon Leaf (Super Mario Bros. 3)
- Tanooki Suit (Super Mario Bros. 3)
- Superball Flower (Super Mario Land)
- Frog Suit (Super Mario Bros. 3)
- Rocket Boots (Terraria)
- Mini Mushroom (New Super Mario Bros.)
- Ice Flower (New Super Mario Bros. Wii)
- Penguin Suit (New Super Mario Bros. Wii)
- Propeller Mushroom (New Super Mario Bros. Wii)
- Shell Suit (New Super Mario Bros.)
- Bubble Flower (Custom)
- Cloud Flower (Super Mario Galaxy)
- Cat Suit (Super Mario 3D World)