Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,471,849
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 04-23-24 01:34 PM
Guest: Register | Login

0 users currently in ROM Hacking | 2 guests | 1 bot

Main - ROM Hacking - Can I get some help with hacking FF for the NES? New thread | New reply


EggplantPimp
Posted on 04-15-16 06:20 AM Link | Quote | ID: 163033


Buzzy Beetle
Level: 44

Posts: 223/378
EXP: 578838
Next: 32447

Since: 04-30-07
From: Boo York, Home Of The Big Pumpkin

Last post: 1249 days
Last view: 1249 days
So I discovered this kick ass editor and I decided to make my own FF hack. But I'm stumped right now, I need help with the following things...

1. Get ridda the blue color in the intro and in the windows and make 'em red

2. make the dialog window drop down faster, like in one of Grond's FF hacks

3. Disable the sound the dialog window makes when it drops down, like in one of Grond's FF hacks

That's pretty much all I can think of, for now. If anyone out there can please help me with this I'll consider you family!

Oh I almost forgot, here's Grond's profile with all his FF hacks, I forgot which one it was with the things I need help with, sorry about that.

____________________
- Nikki

EggplantPimp
Posted on 04-19-16 07:04 PM Link | Quote | ID: 163041


Buzzy Beetle
Level: 44

Posts: 227/378
EXP: 578838
Next: 32447

Since: 04-30-07
From: Boo York, Home Of The Big Pumpkin

Last post: 1249 days
Last view: 1249 days
Hello... Anybody?

____________________
- Nikki

RetroRain
Posted on 04-20-16 06:28 AM Link | Quote | ID: 163042


Fuzz Ball
Level: 66

Posts: 921/994
EXP: 2437606
Next: 24245

Since: 09-30-07

Last post: 1932 days
Last view: 954 days
If it makes you feel any better, if I wasn't having this health issue I'd certainly help you do this. But as of right now I'm not willing to put my health at further risk by doing anymore ROM hacking.

And this is the truth man. I certainly would help you do this if I could.

I wish you luck with this. Try posting on the RHDN forums also.

____________________
My YouTube Channel

mrrichard999
Posted on 04-20-16 06:59 AM Link | Quote | ID: 163043


Shyguy
Level: 21

Posts: 61/85
EXP: 47785
Next: 2158

Since: 02-17-14
From: East Coast of the States

Last post: 2283 days
Last view: 2760 days
Try this for changing the colors - http://www.romhacking.net/utilities/428/

You can see which ones are being used also if using FCEUX by loading up the PPU viewer.

As for the other stuff, did you try contacting Grond?

____________________
Current & Finished Projects -----------> http://www.romhacking.net/community/131/
Metroid Blast Hack in the works ----> http://forum.metroidconstruction.com/index.php/topic,3103.0.html

See if you might have lost money or checks in your state!! http://www.missingmoney.com

RetroRain
Posted on 04-23-16 04:15 AM (rev. 5 of 04-23-16 04:55 AM) Link | Quote | ID: 163049


Fuzz Ball
Level: 66

Posts: 922/994
EXP: 2437606
Next: 24245

Since: 09-30-07

Last post: 1932 days
Last view: 954 days
Stufid, did you ever get any help with this?

Posted by Stufid
1. Get ridda the blue color in the intro and in the windows and make 'em red

In order to make the windows and intro screen red, change these offsets to #$16.

0x3a12c

0x3eb3a

0x201e

There may be more, but these are the ones I checked for the intro, world map, inventory, and Coneria. Let me know if blue happens to show up somewhere.

Posted by Stufid
2. make the dialog window drop down faster, like in one of Grond's FF hacks

Dialogue box open speed. The higher the value, the faster the box opens.

0x3d630

Dialogue box close speed. The higher the value, the faster the box closes.

0x3d6a9

Posted by Stufid
3. Disable the sound the dialog window makes when it drops down, like in one of Grond's FF hacks

Remove Dialogue Box Open Sound

0x3d61a - 0x3d61e

Make this range all #$EA.

Remove Dialogue Box Close Sound

0x3d69d - 0x3d6a1

Make this range all #$EA.


There ya go!

____________________
My YouTube Channel

EggplantPimp
Posted on 04-23-16 06:16 AM Link | Quote | ID: 163050


Buzzy Beetle
Level: 44

Posts: 228/378
EXP: 578838
Next: 32447

Since: 04-30-07
From: Boo York, Home Of The Big Pumpkin

Last post: 1249 days
Last view: 1249 days
Thanks RetroRain, I really appreciate the help!

The red colors I wanted to add worked, but the blue showed showed up in the castle. It looks like blue shows up all over the place, I didn't play far enough to see other areas though. But if it looks like a hassle I think I'll leave the blue alone, thanks for looking for me.

About the dialogue box speed worked like a charm, I looked at Final Fantasy++ and compared, and I also disable that annoying sound when the box opens and closes, you're a life saver, thanks RR!

I played a few of Grond's FF hacks, he did great FF ROM Hacks, so I did a Google search and I found this site I like the FFPBoss "The four Fiends and Chaos" I said to myself "I have to use those in my hack" so I did some more digging and found Final Fantasy Plus.

My question is, can you please tell me where the graphics of The four Fiends and Chaos are so I can rip them from FF+ to my hack? I would really appreciate it, aw man it's almost 12:30am and I gotta get up at 6:30am...

____________________
- Nikki

RetroRain
Posted on 04-23-16 11:27 PM (rev. 2 of 04-23-16 11:29 PM) Link | Quote | ID: 163053


Fuzz Ball
Level: 66

Posts: 923/994
EXP: 2437606
Next: 24245

Since: 09-30-07

Last post: 1932 days
Last view: 954 days
Shouldn't they be in the same place as they are in the original FF ROM?

No offense, but unless the graphics are compressed or something, you should have no problem doing that yourself. Just a little bit of patience is all you need. I know how hard it can be to find graphics sometimes, but when you really want to find them, you will. Just play around with the palettes in the tile editor, and scan by each tile slowly. You'll find what you're looking for.

____________________
My YouTube Channel

EggplantPimp
Posted on 04-24-16 02:17 AM Link | Quote | ID: 163054


Buzzy Beetle
Level: 44

Posts: 229/378
EXP: 578838
Next: 32447

Since: 04-30-07
From: Boo York, Home Of The Big Pumpkin

Last post: 1249 days
Last view: 1249 days
Okay thanks, I'll have to play through the game and look through the PPU viewer to see where they're located. It's a little scary but I know I can do it. 😜👍🏻👍🏻👍🏻👍🏻

____________________
- Nikki

Main - ROM Hacking - Can I get some help with hacking FF for the NES? New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.023 seconds. (339KB of memory used)
MySQL - queries: 72, rows: 100/100, time: 0.017 seconds.