SMB2J Palette Question
Moderator: Moderators
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
SMB2J Palette Question
I am trying to change the underwater cheep-cheeps to a shade of green (to the one the mountains share) instead of gray. It seems the cheeps share the same color gray as the bloober outline, castle bricks, and anything underwater supposed to be green, is there a tool i could use to change each color individually instead of messing with 6502? Also I've tried yy-chr but red and green cheeps share the same sprite, so that cannot bo used, thanks.
- mikejmoffitt
- Posts: 1352
- Joined: Sun May 27, 2012 8:43 pm
Re: SMB2J Palette Question
Look for the three colors of the cheep-cheep in order, and try changing the value of the grey within the group of three colors. There will be trial and error, as that same group could represent instructions.
There is a tool NES Palette Editor that may help visualize this sequence. Using an emulator that lets you view the palette in real-time will help you see which values are being used during that part of the game.
I do not think the bloopers use the same palette as the grey cheep-cheeps so this should not be a problem.
There is a tool NES Palette Editor that may help visualize this sequence. Using an emulator that lets you view the palette in real-time will help you see which values are being used during that part of the game.
I do not think the bloopers use the same palette as the grey cheep-cheeps so this should not be a problem.
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
actually i tested it on nestopia 1.40u6 in the palette editor, and I changed the grey to pink and the outline to bloober also changed though bloober's color is white, it also affects castle stages...
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
is there a tool to just change Cheep's color, or how would i find the hex editor area?
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
your tool does not seem compatible with win7 ultimate
- Hamtaro126
- Posts: 786
- Joined: Thu Jan 19, 2006 5:08 pm
Re: SMB2J Palette Question
I belive it doable with FCEUX and a hex editor:
find 10 30 27 in the ROM, And correct it to 1A 30 27!
find 10 30 27 in the ROM, And correct it to 1A 30 27!
AKA SmilyMZX/AtariHacker.
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
It worked, how did you do that in FCEUX (as I also wanted to change the green to the Koopa Troopas in castle stages)?
- Hamtaro126
- Posts: 786
- Joined: Thu Jan 19, 2006 5:08 pm
Re: SMB2J Palette Question
It is actually a simple thing, if you use the PPU viewer, the Palette Display values are under the Character Display.Shanem wrote:It worked, how did you do that in FCEUX (as I also wanted to change the green to the Koopa Troopas in castle stages)?
Palettes are one of the simplest thing to hack ever, really!
EDIT: Koopas are 1C 36 17 in both castle and underground levels.
Here are what they mean
1C = Dark Cyan
36 = Light Peach
17 = Brown
AKA SmilyMZX/AtariHacker.
- mikejmoffitt
- Posts: 1352
- Joined: Sun May 27, 2012 8:43 pm
Re: SMB2J Palette Question
You were likely changing the whole palette itself.Shanem wrote:actually i tested it on nestopia 1.40u6 in the palette editor, and I changed the grey to pink and the outline to bloober also changed though bloober's color is white, it also affects castle stages...
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
In world A-1, the Allstars version adds two star blocks above the last upside-down pipe, but fds version has the pipe hanging in mid-air (without two star blocks) at the end close to the flagpole, so can FCEUX tell me hex-wise what I need to do to add these two blocks? or some other tool I could use?
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
From what I see FCEUX does not have this feature, any more suggestions?
- Hamtaro126
- Posts: 786
- Joined: Thu Jan 19, 2006 5:08 pm
Re: SMB2J Palette Question
Look under Debug > PPU Viewer, Contains both Character and Palette viewers,Shanem wrote:From what I see FCEUX does not have this feature, any more suggestions?
Then, Look for values via your HEX editor (excluding color 0 of any palette slot, they are transparent!)
EDIT: What you originally did is change the .pal data (64 colors of the NES palette), What you want is the above ROM hacking method!
AKA SmilyMZX/AtariHacker.
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
Actually I figured the palette, I was referring to my post from before dealing with World A-1... thanks though
Do you or anybpdy else know if FCEUX can do what I needed help with from my post about A-1?
Do you or anybpdy else know if FCEUX can do what I needed help with from my post about A-1?
Re: SMB2J Palette Question
FCEUX is a TOOL to hack the ROM, it won't do anything to help you otherwise. You have to use the tools it has to figure out and edit the ROM data the way you want.
- ShaneM
- Posts: 353
- Joined: Wed Apr 04, 2012 4:15 pm
- Location: United States of America (USA)
- Contact:
Re: SMB2J Palette Question
I can't seem to get FCEUX to do what I need it to do at A-1 even with debugger/hex editor, I can't find the hex offsets. I am trying to upload a screenshot with the World in it and I tried Img, how do I upload screenshot? Also, anybody who knows SMB2J well enough, what other user-friendly hack tool could I use or where is the offset for this?