Author
|
Topic: Zelda 3 Warp Map (Read 326 times)
|
stsb77
Guest
|
|
« on: September 22, 2007, 10:07:04 am » |
|
Does anyone know how to change the map duing the warp. I want it to be the dark world map instead of the light world map. I'm trying to make it so that you can warp in both light and dark world. This is the only thing i have left to change for it. Also if anyone knows how to get it not to display the warp thing on the map in the light world after you have warped back from the dark world that would be great. Thanks in advance.
|
|
|
|
MathOnNapkins
Guest
|
|
« Reply #1 on: September 22, 2007, 01:29:35 pm » |
|
It's always the sprite in the 0xF slot. On the (Light World!) overworld nothing ever occupies that slot besides the warp sprite. So... if you can kill sprite the sprite at $7E0E2F each time you warp by writing 0 to $7E0DDF you can make that sprite not appear. There's a couple of ways you could do this. Either by killing it after it's loaded, or changing the code that makes it spawn in the first place. I believe it technically is always loaded but it's just not always shown until you warp back from the dark world.
Also, I don't know what you mean by change the map. Going between the dark world and the light world is an XOR operation on the area number by 0x40. So 0 corresponds to 0x40, 1 corresponds to 0x41, etc. Do you mean have it so you can warp back in forth in a different fashion?
|
|
« Last Edit: September 23, 2007, 07:40:04 am by MathOnNapkins »
|
|
|
|
stsb77
Guest
|
|
« Reply #2 on: September 24, 2007, 07:49:43 am » |
|
I see the mistakes i made in my first post. I was dealing with two different warps. The first i was referring to was te flute and bird warping, that's the part i want to change the map for. I made it so you can call the bird in both light and dark worlds, so i need it to display the dark world map for it when i'm in the dark world. The map is the only thing i have to change for it to work right. Actually it already works right except for the map display. And the second warp i was referring to was the mirror. Thanks for the info on that one.
Edit: I think the info you gave was for the actual warp portal, as opposed to the one that shows up on the map screen. I tried it and it didn't work. I had already removed the portal, just not the one on the map screen.
|
|
« Last Edit: September 24, 2007, 08:22:44 am by stsb77 »
|
|
|
|
|