Gamma 31
|
 |
« Reply #15 on: October 09, 2010, 04:55:38 PM » |
|
'nother question- does the area ID determine wether Link swims or walks in a map? And is putting warps underwater the same as putting them in regular doors/stairs?
|
|
|
Logged
|
|
|
|
Lin
|
 |
« Reply #16 on: October 09, 2010, 09:33:50 PM » |
|
Yes. There are bit flags and one of the values controls if it's an underwater area. You can't change them through ZOLE, so you'll have to work with existing ones or hex edit them by yourself (They're in the area headers). For underwater warps, yes, unless you mean diving up. Then I'm not sure.
|
|
|
Logged
|
|
|
|
Gamma 31
|
 |
« Reply #17 on: October 12, 2010, 02:45:18 AM » |
|
How would you go around editing the title screen with TLP? Do you need to do something in ZOLE first? If not, I can't figure out how to get TLP to display Ages tiles correctly. I can recognize some tiles, such as the Seeds. Maybe I need to edit the pallet?
|
|
|
Logged
|
|
|
|
Lin
|
 |
« Reply #18 on: October 12, 2010, 06:08:33 AM » |
|
The graphics for the title screen are compressed. You can't edit them unless you compress the graphics and re-insert them.
|
|
|
Logged
|
|
|
|
Gamma 31
|
 |
« Reply #19 on: October 14, 2010, 11:12:36 PM » |
|
How would I decompress them, then?
|
|
|
Logged
|
|
|
|
Gamma 31
|
 |
« Reply #20 on: October 31, 2010, 12:29:28 AM » |
|
What type of program do you use to look at ASM? A Hex Editor?
|
|
|
Logged
|
|
|
|
Lin
|
 |
« Reply #21 on: October 31, 2010, 12:34:39 AM » |
|
No, typically BGB's debugger.
|
|
|
Logged
|
|
|
|
Gamma 31
|
 |
« Reply #22 on: October 31, 2010, 01:04:26 AM » |
|
I see... The debug window looks very confusing.
|
|
|
Logged
|
|
|
|
|
Gamma 31
|
 |
« Reply #24 on: November 24, 2010, 01:02:10 AM » |
|
Gah! I finally got something done, and when I went into the game to survey the land I'd created, I found this. ZOLE shows the correct tiles. Any tips? Also, a group of four tiles render as completely black, and Link suddenly obtained the L-3 Sword out of thin air.
|
|
« Last Edit: November 24, 2010, 01:34:55 AM by Gamma 31 »
|
Logged
|
|
|
|
Lin
|
 |
« Reply #25 on: November 24, 2010, 01:30:55 AM » |
|
I'm not sure. I noticed that a lot of times in-game, going into the area with the guy who gives the island map will mess up the tileset sometimes. I'm not sure why. I guess either change the area id if you can, and if not, then make sure to try it without save states.
|
|
|
Logged
|
|
|
|
Gamma 31
|
 |
« Reply #26 on: November 24, 2010, 01:47:38 AM » |
|
I was able to counteract the anomoly in the picture by making it a new ledge, but I'm still working on the black tile problem; changing the area I.D. doesn't seem to have any effect.
|
|
|
Logged
|
|
|
|
Lin
|
 |
« Reply #27 on: November 24, 2010, 01:50:22 AM » |
|
If the cliff edges are randomly placed there, then it has to do with some table of data that places tiles that ZOLE doesn't edit yet.
|
|
|
Logged
|
|
|
|
Gamma 31
|
 |
« Reply #28 on: November 24, 2010, 01:53:09 AM » |
|
They look like they're for something like stairs or a waterfall. Here's the other error I see:
|
|
|
Logged
|
|
|
|
Lin
|
 |
« Reply #29 on: November 24, 2010, 02:39:15 AM » |
|
Odd. What maps and map groups?
|
|
|
Logged
|
|
|
|
|