Hey guys, I just found out that someone has made a little patch to edit the Stats that Tabs gives!!! It works it's amaziiiingg!!

you can download the patch here :
http://www.romhacking.net/hacks/5807/it's very easy to use, you need to download Asar.exe first from SMW to apply the "patch.asm" (well known Mario Hacking Forum) :
https://www.smwcentral.net/?p=section&a=details&id=25953To apply the patch, simply open Axar.exe :
it will ask "Enter Patch Name" -> Drag and drop "patch.asm" then press enter
now it will ask "Enter Rom Name" -> Drag and drop your rom
and there you go! but this patch by default make Tabs gives +2 stats
I just found out how to edit the "patch.asm" so you can change the amount!
I open it in HxD (hex editor) , if you look at the end you'll see (look at image below)
so for exemple : If I want to make Power tabs to give 1 Power and 1 Stam
you will have this
%IncreaseStatBy1($000B, $63) ; power.
%IncreaseStatBy1($000C, $63) ; stamina.
you can simply remove the line if you want only 1 Power or 1 Stam
%IncreaseStatBy1($000B, $63) ; power.
or
%IncreaseStatBy1($000C, $63) ; stamina.
So what we have here is not actually "new" tabs, we are still limited to 3 different Tabs maximum, but we can make combination of any stats!! (I think)!
I haven't tried to put 5 stats in one tabs yet, but this is amaziiiing! We will convert Speed tabs to Hit tabs in our hack!!

Shoutout to Phi for this wonderful tool! Huge thanks!