| |||
Views: 50,314,246![]() |
![]() ![]() ![]() ![]() |
02-19-19 09:15 PM![]() |
|
Guest: Register | Login |
0 users currently in ROM Hacking | 2 guests | 1 bot |
Main - ROM Hacking - General SMB3 Hacking Thread | New thread | New reply |
Insectduel |
| ||
![]() ![]() Hammer Brother Level: 64 Posts: 796/1059 EXP: 2185314 Next: 28783 Since: 02-16-08 From: Insectduel's office Last post: 8 days Last view: 8 days |
Posted by Chaobomr Not such a bad idea, but yeah 6502 knowledge of ASM required. I did however track of the Koopalings HP data for stomps but it's hard to find for Fireballs even if I did the ram searcher. It took 10 fire hits which is 0A in hex but more stomps means increasing for fire hits also. You could COMPARE (CMP) a World level you're in or create a list of HP hits for each world. I haven't done that yet but it's gonna put me on hold whenever I make a SMB3 hack in the future. According to the Koopalings AI data, there were a few CMP's (C9 XX) for certain attacks of their own kind once the world is loaded next to it. More stomps requires to have more fire hits or the game will crash during the fire hits. |
Chaobomr |
| ||
![]() ![]() Buster Beetle Banned: Spammer takeover? Level: 41 Posts: 3/467 EXP: 464015 Next: 16130 Since: 05-07-13 From: The dirty south Last post: 1587 days Last view: 1586 days |
Posted by Insectduel How do I do that? ____________________ Sorry for the stupidity. That jerk will be dealt with in the most insane way possible. |
Chaobomr |
| ||
![]() ![]() Buster Beetle Banned: Spammer takeover? Level: 41 Posts: 12/467 EXP: 464015 Next: 16130 Since: 05-07-13 From: The dirty south Last post: 1587 days Last view: 1586 days |
Is anyone familiar with how to tile hack the end scene? You know, the "credits"? ____________________ Sorry for the stupidity. That jerk will be dealt with in the most insane way possible. |
Klinsk |
| ||
![]() Newcomer Level: 5 Posts: 4/4 EXP: 477 Next: 52 Since: 05-26-09 Last post: 2035 days Last view: 2035 days |
I downloaded all tools, but what I miss is an in-depth tutorial somewhere. I have no idea how to navigate through this stuff. I want to start from a blank SMB3. |
Chaobomr |
| ||
![]() ![]() Buster Beetle Banned: Spammer takeover? Level: 41 Posts: 61/467 EXP: 464015 Next: 16130 Since: 05-07-13 From: The dirty south Last post: 1587 days Last view: 1586 days |
I have various tools and I'm working on a ROM map that I got from datacrystal. I found a tutorial for SMB3 workshop and smb3 Map Editor (http://pan.bytepub.com/map/), but I had to fumble through the SMB3 Discombobulator to figure out how to work it.
All in all, it's a long learning process ____________________ Sorry for the stupidity. That jerk will be dealt with in the most insane way possible. |
Chaobomr |
| ||
![]() ![]() Buster Beetle Banned: Spammer takeover? Level: 41 Posts: 69/467 EXP: 464015 Next: 16130 Since: 05-07-13 From: The dirty south Last post: 1587 days Last view: 1586 days |
I really feel I should throw this out here.
Thanks to folks - such as Insectduel - I have found out how to change the bosses difficulty. ------------------ 1) To change the Koopalings' hits: Edit the value at ROM offset 0x0319A. HOWEVER, you must also edit the value at offset 0x03036, otherwise the game may crash. 2)Boomboom may not be much to mess with, but there are a couple of factors that will mess with how (s)he/it behaves: First, messing with offset 0x06ABC will affect his/her/its jump height. This might, (un)fortunately, affect ALL enemies that jump, such as the fire snake. Checking things out also reveal that a few bytes - starting at offset 0x06A16 - also affect how long ALSO, I have found out how to edit the map songs. ------------------ There are TWO sets of pointers that affect the maps' music The main set is at offsets 0x143CA-143D1. The set for when you start the game is at offsets 0x3C424-3C42C. I would be more concerned with 0x3C424, however. Believe it or not, there IS a location for the second half of the sky world; it's at offset 0x143EF I am unsure of how to do this for in the actual levels, however. Anyone who knows how to do this is free to let us know. It doesn't concern me too overly much, though, but it would be a nice thing to know. ____________________ Sorry for the stupidity. That jerk will be dealt with in the most insane way possible. |
infidelity |
| ||
![]() ![]() Fuzz Ball Level: 62 Posts: 415/951 EXP: 1920847 Next: 63839 Since: 05-24-07 Last post: 30 days Last view: 42 days |
UPDATE
http://acmlm.kafuka.org/board/thread.php?id=7810 |
kunio1031 |
| ||
![]() ![]() Red Goomba Level: 16 Posts: 3/43 EXP: 16672 Next: 3584 Since: 07-25-09 Last post: 1779 days Last view: 438 days |
So I'm having a problem with scrolling in my hack right now. I made it so when I start my level 4 in Grass Land I come up out of a pipe which is fine. This is when it is set to horizontal, scrolls up when flying. But I want it to scroll horizontally just fine without me having a problem. The problem is when I set it to another horizontal scrolling, then I get this stupid bs where I don't come up out of my pipe at the beginning and I appear near the exit pipe of this level. This is not what I want, what do I do? Please help. |
gridatttack |
| ||
![]() ![]() Cheep-cheep Level: 30 Posts: 49/194 EXP: 151548 Next: 14321 Since: 07-11-10 Last post: 921 days Last view: 1 day |
Chaobomr |
| ||
![]() ![]() Buster Beetle Banned: Spammer takeover? Level: 41 Posts: 292/467 EXP: 464015 Next: 16130 Since: 05-07-13 From: The dirty south Last post: 1587 days Last view: 1586 days |
I think there's a patch that the world map editor has available for that. I cannot remember. It's been a while since I last cracked open the world map editor's folder. ____________________ Sorry for the stupidity. That jerk will be dealt with in the most insane way possible. |
gridatttack |
| ||
![]() ![]() Cheep-cheep Level: 30 Posts: 50/194 EXP: 151548 Next: 14321 Since: 07-11-10 Last post: 921 days Last view: 1 day |
Posted by Chaobomr Oh right, I now remember. Beneficii's editor includes a patch for this. I dunno how I forgot about it >.> ____________________ |
gridatttack |
| ||
![]() ![]() Cheep-cheep Level: 30 Posts: 51/194 EXP: 151548 Next: 14321 Since: 07-11-10 Last post: 921 days Last view: 1 day |
Sorry for the double post, but I wonder something. As you know, the world 5 exclsuive tower and star objects, dont work in other worlds because they have animations. Is there a way to make them work correctly? IIRC I saw in some hacks that they managed to fix this.
Also, is it possible to move the numbers locations in the warpzone? ____________________ |
xerox519 |
| ||
![]() Newcomer Level: 6 Posts: 6/6 EXP: 710 Next: 197 Since: 09-27-12 Last post: 1692 days Last view: 1692 days |
Try Super Mario Bros 3 - The Quantum Realm.
http://www.romhacking.net/hacks/1927/ |
Chaobomr |
| ||
![]() ![]() Buster Beetle Banned: Spammer takeover? Level: 41 Posts: 352/467 EXP: 464015 Next: 16130 Since: 05-07-13 From: The dirty south Last post: 1587 days Last view: 1586 days |
Posted by gridatttackI think they did that by dupicating the tiles. I won't do that in my hack, because, reasons. ____________________ Sorry for the stupidity. That jerk will be dealt with in the most insane way possible. |
gridatttack |
| ||
![]() ![]() Cheep-cheep Level: 30 Posts: 125/194 EXP: 151548 Next: 14321 Since: 07-11-10 Last post: 921 days Last view: 1 day |
Posted by ChaobomrI would have done this long ago, but it seems that the propeller from the tank levels are in that space. Perhaps I can ditch it, since the other tiles that get used are the unused spikes and tires.Posted by gridatttackI think they did that by dupicating the tiles. I won't do that in my hack, because, reasons. ____________________ |
Chaobomr |
| ||
![]() ![]() Buster Beetle Banned: Spammer takeover? Level: 41 Posts: 353/467 EXP: 464015 Next: 16130 Since: 05-07-13 From: The dirty south Last post: 1587 days Last view: 1586 days |
Yeah, you'd need some serious ASM work to get those operational. Although, I didn't notice the propeller with those tiles. Hmm... You just need to change the ones that show up in the map; you probably don't need to touch the propeller. ____________________ Sorry for the stupidity. That jerk will be dealt with in the most insane way possible. |
Googie |
| ||
![]() ![]() Giant Paratroopa Level: 73 Posts: 1045/1391 EXP: 3434874 Next: 50994 Since: 02-19-07 From: Long Island City, NY Last post: 34 days Last view: 34 days |
Out of curiosity, is it possible for Boomboom to spit out the magic wand when you beat him? I'd like to do that to him with a SMB3 hack that I wanna take off from hiatus... |
RetroRain |
| ||
![]() ![]() Fuzz Ball Level: 63 Posts: 801/994 EXP: 2021410 Next: 75742 Since: 09-30-07 Last post: 42 days Last view: 27 days |
Posted by GoogieThe day you made this post, I actually went to look into it, because I wanted to see if I could pull it off. Here's the deal. There is no object for the magic wand. It is all dealt with ASM code. I logged the magic wand code, so I know what it looks like. My attempts at loading the bank and getting the code to execute have failed. It has to do with a few factors. There is a RAM counter that is executed on every frame, where-as when the Boom Boom drops an item, it is only executed once. I will make another attempt later. There is an alternate possibility though. If you want the Boom Boom to reveal a Magic Wand, so that it will execute the King sequence, I could try to have the question ball object execute that sequence, and simply change the sprite graphics to that of the magic wand. I will try to do this. If I am successful, I will tell you the offsets to change, or give you a patch just containing the changes. It depends on what is required to get this work. I can't promise you that I will be successful. But I will at least try. Because I haven't hacked SMB3 in a long time, and I have nothing else going on at the moment. ____________________ My YouTube Channel |
Insectduel |
| ||
![]() ![]() Hammer Brother Level: 64 Posts: 922/1059 EXP: 2185314 Next: 28783 Since: 02-16-08 From: Insectduel's office Last post: 8 days Last view: 8 days |
I haven't hack SMB3 in a while but mainly for Super Mario All-Stars. The magic wand isn't an enemy sprite it's a special object like with hammers and fireballs. I did however found the ram for it but in order to have Boom-Boom spawn the magic wand, the whole sprite spawn ASM code must be replaced.
I already found the magic ball sprite after I recorded most of the SMB3 data in my notes. |
Insectduel |
| ||
![]() ![]() Hammer Brother Level: 64 Posts: 960/1059 EXP: 2185314 Next: 28783 Since: 02-16-08 From: Insectduel's office Last post: 8 days Last view: 8 days |
The 8th Koopa Kid is ready for download and to be used in your own project. You can also add the Koopa Kid Level Header Counter code in your project if you want the 8th Koopa Kid to the faced in World 1, World 5, etc which is available on my homepage.
It's only 98% completed but I cannot fix the 8th Koopa Kid's wand swing which is too complicated even with SMB3 Disassembly but I can't fix it. Enjoy! |
Main - ROM Hacking - General SMB3 Hacking Thread | New thread | New reply |
© 2005-2016 Acmlm, blackhole89, Xkeeper et al. |
MySQL - queries: 131, rows: 172/0, time: 0.091 seconds. |