Bryan Posted December 17, 2011 Share Posted December 17, 2011 I've been fooling around with my ROM recently, and I can't find the correct palette offset for image number 4017F4. Is there a quick way to figure it out? I've been trying, but to no avail. Link to comment Share on other sites More sharing options...
AstraLunaSol Posted December 17, 2011 Share Posted December 17, 2011 Pause the game at that image, open the palette viewer. Find the memory offset, look in the memory viewer for it. Then, save a short string of bytes. (20) Afterwards look for it in a hex editor. Link to comment Share on other sites More sharing options...
Bryan Posted December 17, 2011 Author Share Posted December 17, 2011 Pause the game at that image, open the palette viewer. Find the memory offset, look in the memory viewer for it. Then, save a short string of bytes. (20) Afterwards look for it in a hex editor. When I did this, I got something in the 60000000 range, when the top choice in GBAGE is around 10000000. (I can't remember the exact numbers, I closed the Hex editor and GBAGE.) I'm looking for the palette for the game select things. (The ones that show which mode and have which chapter you're on.) Link to comment Share on other sites More sharing options...
Crimson Red Posted December 17, 2011 Share Posted December 17, 2011 You... Didn't follow the directions right. Get definitions of the terms, renal use his instructions, and go again. Link to comment Share on other sites More sharing options...
zahlman Posted December 18, 2011 Share Posted December 18, 2011 When I did this, I got something in the 60000000 range Yes. That's because that's where the GBA puts palettes in its own memory space. (You have an extra zero, though.) Now, open the memory viewer (that's a separate thing from the palette viewer) and go to that memory address. Copy bytes from that range. Open a hex editor and look for the same sequence of bytes in the ROM. GBAGE is not part of this process at all. Link to comment Share on other sites More sharing options...
Bryan Posted December 18, 2011 Author Share Posted December 18, 2011 Yes. That's because that's where the GBA puts palettes in its own memory space. (You have an extra zero, though.) Now, open the memory viewer (that's a separate thing from the palette viewer) and go to that memory address. Copy bytes from that range. Open a hex editor and look for the same sequence of bytes in the ROM. GBAGE is not part of this process at all. I'm not wanting to edit the palette, just wanting to assign the proper palette to the screen select so that everything isn't odd colors when I edit it. Link to comment Share on other sites More sharing options...
zahlman Posted December 18, 2011 Share Posted December 18, 2011 I'm not wanting to edit the palette, just wanting to assign the proper palette to the screen select so that everything isn't odd colors when I edit it. I know. Once you find the bytes in the ROM using the hex editor, you use the address shown in the hex editor to adjust the pointer value in Nightmare. The data's location in the ROM is totally independent of where it ends up in memory when the game actually uses it. It has to be copied from the ROM into palette memory for it to work. We're finding it in the palette memory (which is easy because of how palette memory works), and then finding it again in the ROM data by looking for the same data pattern. Link to comment Share on other sites More sharing options...
Jubby Posted December 18, 2011 Share Posted December 18, 2011 Gimme one sec, Imma write a quick tutorial on it :P Link to comment Share on other sites More sharing options...
Bryan Posted December 18, 2011 Author Share Posted December 18, 2011 Gimme one sec, Imma write a quick tutorial on it :P Don't, I have it figured out. Thanks though. Link to comment Share on other sites More sharing options...
Jubby Posted December 18, 2011 Share Posted December 18, 2011 Well, might as well write one anyway, I got all the pictures taken already :p Link to comment Share on other sites More sharing options...
Jubby Posted December 18, 2011 Share Posted December 18, 2011 My way's a little different, it doesn't use the memory viewer, but here's the guide if you want a different way, or to anyone who's reading this who's a bit confused with the Memory viewer: http://serenesforest.net/forums/index.php?showtopic=29625 Link to comment Share on other sites More sharing options...
Ryrumeli Posted December 19, 2011 Share Posted December 19, 2011 Your way doesn't indeed use the memory viewer, instead it views each individual color by the byte in the palette viewer, and writes it again in a hex editor, before looking for the chunk. It is a nifty system if you panic in front of Memory Viewer, that is true. :) Regardless, glad to see a question like this gave birth to a good guide. That more of those come to be! Link to comment Share on other sites More sharing options...
Jubby Posted December 19, 2011 Share Posted December 19, 2011 Lawl, and I'm glad to see that you think it's good xD (I do panic in the face of the memory viewer) I'm also probably going to be writing some graphics tool guides in the future for the Ultimate Tutorial, I could post them here as well though, if there's any interest :P Link to comment Share on other sites More sharing options...
Ryrumeli Posted December 19, 2011 Share Posted December 19, 2011 I can't blame anyone by panicking when they see a white screen full of tons of random numbers and a dropbox with words as weird as "RAM" "ROM" "IOF" and stuff, so I get your feelings yo. On of my favorite hacking apps has a window like that full of complex terms and dropboxes, and the top bar of it has written (DO NOT PANIC!). XD And then I should be thanking you in advance for helping the community. :) I also consider myself primarily a graphical hacker, and I can say that due to my field of expertise I honestly know there is a lot to advance in graphics for the FE. We know tons, but we haven't applied that knowledge to the fullest yet. So the more graphical guides that can help to open minds to possibilities the better. :) Link to comment Share on other sites More sharing options...
zahlman Posted December 19, 2011 Share Posted December 19, 2011 We know tons, but we haven't applied that knowledge to the fullest yet. So the more graphical guides that can help to open minds to possibilities the better. :) +1. I'm starting to wish we could put an IFRAME in posts for this kind of thing. (Actually I guess spoiler tags kinda do the same thing...) Link to comment Share on other sites More sharing options...
Jubby Posted December 19, 2011 Share Posted December 19, 2011 It's mostly gonna be things like GBAGE, Usenti, stuff like that :P Ryru, I may even do a little thing about wingrit and how it can be used (And it's all thanks to you xD) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.