Ray's various questions...
Zeldix :: Zelda III Hacking :: Requests
Page 2 of 4
Page 2 of 4 • 1, 2, 3, 4
Re: Ray's various questions...
SePH wrote:If you send me an ips patch of your project via a private message I could probably gather some strenght to do it (if I'm not too lazy). With that said, keep your money, rom hacking should always be a free hobby! ;-)
PM sent!
If you can, I can't tell you how thankful I'd be!
Ray138- Since : 2021-03-23
Re: Ray's various questions...
Jared_Brian_ wrote:well as long as you are coming out of retirement... no lol jk I'm not going to ask you to do mine too haha.
but I am curious, how do you go about changing the background scene in the title screen (the castle, mountains and lakes)? are you able to add more gfx so that you could make every bit of the background different? because I have noticed that it looks like a lot of the gfx are re used, so how would you make every or a lot of the gfx for the background different like it was done for conker's high rule tail?
is it as simple as adding more gfx with yy-chr and zcompress or does it involve asm?
I'll provide the exact steps needed to expend the titlescreen tilesets when I'm off from the job. You only need Hyrule Magic. For Conker the titlescreen was a 256 colors gif image which was loaded via a special method provided by Conn, aka a modified asm file for his Ancient Stone Tablets project.
@ray:will have a look at it when I'm off thanks!
SePH- Since : 2020-10-03
Re: Ray's various questions...
Well, that explains it. I forgot you used the GIF image load not only on the ending screens/story, but also on the title. But I don't think you used this method in the prototype of Conker, when it was Parallel Universes title screen, since I know you wanted it to be mirrored, so you would save half of all tiles.For Conker the titlescreen was a 256 colors gif image which was loaded via a special method provided by Conn.
Puzzledude- Since : 2012-06-20
Re: Ray's various questions...
Just asking again in case my question was lost in the shuffle, not trying to be obnoxious...
Does anybody know where the palette for the Transport Bird is located? I'd love to turn the bird from white to red.
@sePH: Much appreciated!
Does anybody know where the palette for the Transport Bird is located? I'd love to turn the bird from white to red.
@sePH: Much appreciated!
Ray138- Since : 2021-03-23
Re: Ray's various questions...
Ray138 wrote:Just asking again in case my question was lost in the shuffle, not trying to be obnoxious...
Does anybody know where the palette for the Transport Bird is located? I'd love to turn the bird from white to red.
partially my fault sorry lol
I believe the bird uses these colors if I am not mistaken:
Jared_Brian_- Since : 2019-05-06
Re: Ray's various questions...
Yes puzz parallel universes had its tilesets maxed out in terms of specific tiles used for the drawing.
Pretty sure those palettes apply to more then one sprite. There's a method to change specific palettes per sprite that was found by Conn (somewhere on this board), but since the bird isn't a sprite itself, it's probably more troublesome to change it or find it's palette. It's probably documented in MathOnNapkins disassembly of the game though.
Any specifics to your titlescreen ray, beside a black background? Do you want it to be written with the same font as "a link to the past" in grey?
Also brian if you want a custom titlescreen as well, send me the specifics via a private message along with the aforemented ips patch of the hack and I'll see where this leads. Thanks!
Pretty sure those palettes apply to more then one sprite. There's a method to change specific palettes per sprite that was found by Conn (somewhere on this board), but since the bird isn't a sprite itself, it's probably more troublesome to change it or find it's palette. It's probably documented in MathOnNapkins disassembly of the game though.
Any specifics to your titlescreen ray, beside a black background? Do you want it to be written with the same font as "a link to the past" in grey?
Also brian if you want a custom titlescreen as well, send me the specifics via a private message along with the aforemented ips patch of the hack and I'll see where this leads. Thanks!
SePH- Since : 2020-10-03
Re: Ray's various questions...
@Jared_Brian_ Thanks! I guess now it's just a matter of what else changes when I change that color... (edit: right away, the white shimmer that runs down the sword on the title screen is linked to the white of the bird. I think I'll just leave it alone)
@Seph, The original ALTTP font is just fine, but if it's not more work, something like the in-game text font would be great. Thanks again!
@Seph, The original ALTTP font is just fine, but if it's not more work, something like the in-game text font would be great. Thanks again!
Ray138- Since : 2021-03-23
Re: Ray's various questions...
Fair enough, I'll do both title screen assignments soon enough, thanks guys.
SePH- Since : 2020-10-03
Re: Ray's various questions...
Great, good to know.Yes puzz parallel universes had its tilesets maxed out in terms of specific tiles used for the drawing.
Pretty sure those palettes apply to more then one sprite. There's a method to change specific palettes per sprite that was found by Conn (somewhere on this board), but since the bird isn't a sprite itself, it's probably more troublesome to change it or find it's palette. It's probably documented in MathOnNapkins disassembly of the game though.
The PAL change surely is in the PAL editor somewhere, like described above, but it also most likely is connected to other PALs, so that it is not used only for the bird/duck. The problem is that the PALs are not very well documented, since in HM you can only see a lot of squares and need to figuere out manually through trial and error, what they actually change - and how they are linked.Does anybody know where the palette for the Transport Bird is located? I'd love to turn the bird from white to red.
For instance we now know that Link's main sprite colours are connected to Dust lady (the one with the broom) and we also know that Agahnim's colours are connected to the Thief in the woods sprite etc.
Puzzledude- Since : 2012-06-20
Re: Ray's various questions...
Here's the bird palette:
Palette goes in steps of 2, so the bird uses palette "22", located at snes $08/DDDB, pc 0x45ddb. If you change it to, say 24, you get the blue beak:
20 would be green beak, 26 would be the red beak, 28 purple, 2a green, 2c gold, 2e red.
However, these palettes could change depending on the monsters on screen, you need to be careful if you switch it.
Palette goes in steps of 2, so the bird uses palette "22", located at snes $08/DDDB, pc 0x45ddb. If you change it to, say 24, you get the blue beak:
20 would be green beak, 26 would be the red beak, 28 purple, 2a green, 2c gold, 2e red.
However, these palettes could change depending on the monsters on screen, you need to be careful if you switch it.
Conn- Since : 2013-06-30
Re: Ray's various questions...
Conn to the rescue!
@Brian and Ray: I'm done, check your pms!
**swiftly goes back into retirement mode**
@Brian and Ray: I'm done, check your pms!
**swiftly goes back into retirement mode**
SePH- Since : 2020-10-03
Re: Ray's various questions...
@Seph:
Just booted it up. It's so great!
Thank you so much.
Just booted it up. It's so great!
Thank you so much.
Ray138- Since : 2021-03-23
Re: Ray's various questions...
Another question! (Should I make a new thread? I feel bad making multiple threads...)
Anybody know where I can find the palette to the Red Shield while it's on display in the shop?
I've changed it to look like the Hylian Shield, but it still has it's original color palette when for sale in the shop.
I've altered the shop keepers dialog to mention the difference when you buy it, denying "false advertisement" declaring "all sales final", but it would be nice to just make the colors match.
(though, I do like the quirkiness of the dialog & interaction this way... So I dunno.)
Anybody know where I can find the palette to the Red Shield while it's on display in the shop?
I've changed it to look like the Hylian Shield, but it still has it's original color palette when for sale in the shop.
I've altered the shop keepers dialog to mention the difference when you buy it, denying "false advertisement" declaring "all sales final", but it would be nice to just make the colors match.
(though, I do like the quirkiness of the dialog & interaction this way... So I dunno.)
Ray138- Since : 2021-03-23
Re: Ray's various questions...
The pallette for the small shield, at least in the witch shop dark world, is at pc 0xf73fb: 04. Change it to 02 for red or 00 for brown.
But be careful, if you buy it it changes the palette position, here it is pc 0x484A0: 05. These go in steps of 1, so you can try 04 or 06 or anything.
Much luck
But be careful, if you buy it it changes the palette position, here it is pc 0x484A0: 05. These go in steps of 1, so you can try 04 or 06 or anything.
Much luck
Conn- Since : 2013-06-30
Re: Ray's various questions...
I just realized you wanted the L2 shield (shop only). In the DWorld shop it is located at pc 0xF7423: 08. It goes also in steps of 2.... 0a,0c...
Conn- Since : 2013-06-30
Re: Ray's various questions...
What program do I use to find those palettes? I'm using YY-CHR Palette Editor, but I'm not finding the correct colors.
Also, another question:
Is there a way to roll back the Eastern Palace Star Symbol & the altered Hieroglyphs from the Redux Patch back to the USA/EU versions?
It's not a big deal, but I prefer the changed versions over real-world symbols.
(fantastic patch, by the way. I realize several of the users here worked on it. Thanks!)
Also, another question:
Is there a way to roll back the Eastern Palace Star Symbol & the altered Hieroglyphs from the Redux Patch back to the USA/EU versions?
It's not a big deal, but I prefer the changed versions over real-world symbols.
(fantastic patch, by the way. I realize several of the users here worked on it. Thanks!)
Ray138- Since : 2021-03-23
Re: Ray's various questions...
I look into the oam, located at 7e0800, each 4 byte represent a tile: 1-x,2-y coordinate, then 3-tile index, then 4-palette and flip information. I try and error the 4th byte in Geiger debugger ram to see the effect, then make a trace log to see where that byte originates.
Or was your question related to how to change the RGB values of a specific colour in a palette, so that e.g. red is Green? In this case, puzz or seph should be able to help
Or was your question related to how to change the RGB values of a specific colour in a palette, so that e.g. red is Green? In this case, puzz or seph should be able to help
Conn- Since : 2013-06-30
Re: Ray's various questions...
Can't thank you all enough for the help!
Another question:
If I change the Hieroglyph text from @$~ to regular text, will it appear as regular text in-game?
I could change it & play through to find out, but I thought I might get a quicker answer this way.
Another question:
If I change the Hieroglyph text from @$~ to regular text, will it appear as regular text in-game?
I could change it & play through to find out, but I thought I might get a quicker answer this way.
Ray138- Since : 2021-03-23
Re: Ray's various questions...
Since it's just graphics, you can probably just edit them with yy-chr and re-insert your prefered changes with zcompress!Is there a way to roll back the Eastern Palace Star Symbol & the altered Hieroglyphs from the Redux Patch back to the USA/EU versions?
It's not a big deal, but I prefer the changed versions over real-world symbols.
(fantastic patch, by the way. I realize several of the users here worked on it. Thanks!)
Yes, if you change the symbols into regular alphabet, it'll display as such in game. Similarly, you could also use hieroglyph text anywhere else in game by using those special symbols.If I change the Hieroglyph text from @$~ to regular text, will it appear as regular text in-game?
I could change it & play through to find out, but I thought I might get a quicker answer this way
SePH- Since : 2020-10-03
Re: Ray's various questions...
[quote="SePH"]
Sounds easy enough, but I can't figure out zcompress...
Since it's just graphics, you can probably just edit them with yy-chr and re-insert your prefered changes with zcompress!
Sounds easy enough, but I can't figure out zcompress...
Ray138- Since : 2021-03-23
Re: Ray's various questions...
Err..send me an ips of your most recent version and I'll do the edits when I'm not working!
SePH- Since : 2020-10-03
Re: Ray's various questions...
Sent! Thank you SO much!
What an awesome community!
What an awesome community!
Ray138- Since : 2021-03-23
Re: Ray's various questions...
I work all weekend, but will try to do this request as soon as I can thanks!
SePH- Since : 2020-10-03
Re: Ray's various questions...
Here you go Ray, here's your proposed rollback changes!
Apply to your latest rom, make a backup in any case before applying
Apply to your latest rom, make a backup in any case before applying
SePH- Since : 2020-10-03
Page 2 of 4 • 1, 2, 3, 4
Similar topics
» Several questions
» Boy, do I have a lot of questions to ask...
» SunGodPortal's Burning Questions
» GweiloGopher's Questions
» Heartbreaker: All the questions.
» Boy, do I have a lot of questions to ask...
» SunGodPortal's Burning Questions
» GweiloGopher's Questions
» Heartbreaker: All the questions.
Zeldix :: Zelda III Hacking :: Requests
Page 2 of 4
Permissions in this forum:
You cannot reply to topics in this forum