ROM Hack MLSSE - Mario and Luigi Superstar Saga Editor

ladygugu

Well-Known Member
Member
Joined
May 12, 2015
Messages
114
Trophies
0
XP
928
Country
France
Does any 1 know an xp com mand for bowsers minions

Like this :D
jJ8DSZQ.png
 

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
How i can calculate the Rankup Bonusses.
The values are on Level 1 correct but when I am on Level 2 or > then the value i input is incorect because with every rankup you get bonus hp 1 or 3 hp sometimes. How can I calculate this to always show the correct HP with each levelup and to edit it correctly
Im Working on a rewrite in C# for people that dont have or want to use python.

It's 95% done only thing left is the corrected Hp and Bonus values if you rankup (Max Hp/ BP / POW/DEF/Speed/Stache) :/
I have a way to set all your bonuses but to do it naturally you would have to select what you want to add the bonus to for every level.

--------------------- MERGED ---------------------------

Like this :D
jJ8DSZQ.png
Send me your save and I'll add item support for bowser's minions.
 

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
Really? That's funny, because I've been using RAM Explorer and NTR Debugger to get this offset, and I've been dumping the process for the game, so... unless it's supposed to be like 0x003A28F8 and 0x003A28FA/0x004A28F8 and 0x004A28FA? Those two offsets activate what kind of hammer you currently have.
Those are virtual addresses, those don't help me at all sadly.
 

TheWord21

Well-Known Member
Member
Joined
Jun 8, 2014
Messages
811
Trophies
0
Age
30
XP
398
Country
United States
You can still be my brother, I haven't ruled that out, I'm not trying to sound like a dick.

Ahh, but it was never my aim to make you sound like a dick, good sir. Allow me to ask you this, then, before I post the offsets for clothes/badges... "If you can't use virtual offsets, which is how I get the clothes/badges, then how did you do it for items?"
 

ladygugu

Well-Known Member
Member
Joined
May 12, 2015
Messages
114
Trophies
0
XP
928
Country
France
Ahh, but it was never my aim to make you sound like a dick, good sir. Allow me to ask you this, then, before I post the offsets for clothes/badges... "If you can't use virtual offsets, which is how I get the clothes/badges, then how did you do it for items?"

He edited the savegame to achieve this and not in Realtime Ram. Those have different offsets
 

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
Ahh, but it was never my aim to make you sound like a dick, good sir. Allow me to ask you this, then, before I post the offsets for clothes/badges... "If you can't use virtual offsets, which is how I get the clothes/badges, then how did you do it for items?"
I guessed at 90% of it, mainly trial and error.
 

TheWord21

Well-Known Member
Member
Joined
Jun 8, 2014
Messages
811
Trophies
0
Age
30
XP
398
Country
United States
I guessed at 90% of it, mainly trial and error.

So, I think I found the offsets for the Bros. Attacks, using data from the save file this time.

As of 10/23/17, this is my findings...
00000134 = Bros. Attacks Unlocked (03 = Splash/Bounce Bros., FF = All Bros. Attacks Unlocked)
00000135 = Super Bros. Attacks Unlocked (03 = Splash/Bounce Bros., FF = All Bros. Attacks Unlocked)
00000138 = Field Moves Part 1 (00 = Jump, 01 = High Jump only, 02 = Spin Jump only, 03 = High and Spin Jump)
 
Last edited by TheWord21,

ladygugu

Well-Known Member
Member
Joined
May 12, 2015
Messages
114
Trophies
0
XP
928
Country
France
So, I think I found the offsets for the Bros. Attacks, using data from the save file this time.

As of 10/23/17, this is my findings...
00000134 = Bros. Attacks Unlocked (03 = Splash/Bounce Bros., FF = All Bros. Attacks Unlocked)
00000135 = Super Bros. Attacks Unlocked (03 = Splash/Bounce Bros., FF = All Bros. Attacks Unlocked)
00000138 = Field Moves Part 1 (00 = Jump, 01 = High Jump only, 02 = Spin Jump only, 03 = High and Spin Jump)

I Found this too and its already in the Editor under give every move.
setting from
0x134 (FF FF 00 00 FF 0F FA 01 FB) gives you every move in Gameplay and all Bros attacks in Battle
 

TheWord21

Well-Known Member
Member
Joined
Jun 8, 2014
Messages
811
Trophies
0
Age
30
XP
398
Country
United States
I Found this too and its already in the Editor under give every move.
setting from
0x134 (FF FF 00 00 FF 0F FA 01 FB) gives you every move in Gameplay and all Bros attacks in Battle

Actually, that's wrong. What you want is (FF FF 00 00 F7 0F BA 02); I tried it your way, didn't work.
 
Last edited by TheWord21,

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
So, I think I found the offsets for the Bros. Attacks, using data from the save file this time.

As of 10/23/17, this is my findings...
00000134 = Bros. Attacks Unlocked (03 = Splash/Bounce Bros., FF = All Bros. Attacks Unlocked)
00000135 = Super Bros. Attacks Unlocked (03 = Splash/Bounce Bros., FF = All Bros. Attacks Unlocked)
00000138 = Field Moves Part 1 (00 = Jump, 01 = High Jump only, 02 = Spin Jump only, 03 = High and Spin Jump)
All of these are clearly bit flags.
For 0x138 it looks like bit 0 is always set for jump and 1-7 are increment as you progress so having bit 0 and bit 7 set would be everything.
 

TheWord21

Well-Known Member
Member
Joined
Jun 8, 2014
Messages
811
Trophies
0
Age
30
XP
398
Country
United States
All of these are clearly bit flags.
For 0x138 it looks like bit 0 is always set for jump and 1-7 are increment as you progress so having bit 0 and bit 7 set would be everything.

So, basically, I don't reckon you can use bit flags? I was thinking about giving it another try of adding something you could probably use, and here I am.
 

TheWord21

Well-Known Member
Member
Joined
Jun 8, 2014
Messages
811
Trophies
0
Age
30
XP
398
Country
United States
The reason I think they're bit flags is because 0xFF is all 8 bits in a byte set to 1.

Interesting... but, could you use them? See, when I tested them out on a new file, like from the beginning to North Beanbean, the story seemed to play out as normal. If there are any downsides, I'll say something.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • RedColoredStars @ RedColoredStars:
    i dont know why tv manufactures put the hdmi ports in dumb locations so the cables have to stick out, and then down, putting strain on the ports. Instead of having the ports along the bottom edge of the tv facing downwards.
  • ZeroT21 @ ZeroT21:
    windows me was mostly on laptops if i remembered correctly
  • SylverReZ @ SylverReZ:
    @RedColoredStars, I hate that too where you have to use an HDMI extension for an Amazon Fire Stick.
    +1
  • RedColoredStars @ RedColoredStars:
    I had a desktop with ME on it.
  • SylverReZ @ SylverReZ:
    @ZeroT21, And also cheap-ass desktop PCs like eMachines.
  • RedColoredStars @ RedColoredStars:
    Worst MS OS in history. Period.
  • K3Nv2 @ K3Nv2:
    My entertainment centers blocking all my io gotta fix that eventually
  • ZeroT21 @ ZeroT21:
    I had used win 98 SE till XP arrived
  • SylverReZ @ SylverReZ:
    Had a ton of bugs and often crashed. It even didn't support DOS compatibility with older games. :feelsbadman:
  • SylverReZ @ SylverReZ:
    I only grew up with Windows XP because I was lucky.
  • RedColoredStars @ RedColoredStars:
    I downloaded XP on dialup when it came out. Overnights for like a week. cuz I couldn't tie up the phone line during the day. It was so awesome and worked so great going from ME to XP.
  • K3Nv2 @ K3Nv2:
    Vga pins were a dick
  • K3Nv2 @ K3Nv2:
    I kind of want down a large pizza at 10am then crash out
  • ZeroT21 @ ZeroT21:
    Having pizza all day? done it
  • K3Nv2 @ K3Nv2:
    Nah pizza hut open at 10:30
  • ZeroT21 @ ZeroT21:
    just buy a stack of pizza and keep the rest you don't need yet frozen
  • K3Nv2 @ K3Nv2:
    Or buy frozen pizza
  • ZeroT21 @ ZeroT21:
    I buy the regular kind, not the frozen stuff
  • ZeroT21 @ ZeroT21:
    supermarket pizza is ass
  • K3Nv2 @ K3Nv2:
    x65 would just yell at me
  • ZeroT21 @ ZeroT21:
    sounds ok, he didn't pull a gun out ,so...
  • K3Nv2 @ K3Nv2:
    $12 large any style pizza deal
  • K3Nv2 @ K3Nv2:
    Each bite is a $1 well spent
  • SylverReZ @ SylverReZ:
    @ZeroT21, Agreed. I hate oven pizza, only from pizza place.
    +1
  • K3Nv2 @ K3Nv2:
    Nah I can still go for totinos
    K3Nv2 @ K3Nv2: Nah I can still go for totinos