FF6 Hacking
Namingway hack - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Darill's Tomb (https://www.ff6hacking.com/forums/forum-42.html)
+--- Thread: Namingway hack (/thread-1563.html)

Pages: 1 2


RE: Namingway hack - Gi Nattak - 04-10-2012

Cool, thanks man! And yes, it's always helpful to include a readme of the changes along with a patch like this. Wink

Also, I see there @ CA9F06-CA9F0F you took out a small bit of the original code for the 2 jumps to the F1 bank. I don't see a -real- problem with the 'disable ability to pass through other objects' commands that get overwritten, but I'm wondering if any events following right after this one might be altered without the free screen command that was issued here. Have you had the chance to test that? If I do wind up using this patch, I'd move that part to some free space I have, but I'm still curious how it works out like it is here.


RE: Namingway hack - madsiur - 04-10-2012

Why not taking an extra 4 bytes, and make an extra jump for the bytes that have been erased? This way you don't lose anything and it's not like the space was missing in F1...


RE: Namingway hack - Lockirby2 - 04-10-2012

The first of the two jumps is to send the normal Terra scene to the nine or ten missing bytes, which I put in the F1 bank to make room for the second jump. Only the second jump accesses the code for the Namingway scene. I'm not sure whether there is a way which is easier or less wasteful of space (like if there were an extra couple of bytes that I could have used to start the scene somewhere) but this worked for me. I tested the Terra scene and the Namingway scene and both seemed to work fine with this code.


RE: Namingway hack - Gi Nattak - 04-10-2012

Oh, ok nice - yeah I see the bytes there now. Alright then, all is good to go!
I'll be sure and credit you of course for the event should I use it. I'm going to bring it over to my hack now and see how it goes. ^_^


RE: Namingway hack - Lockirby2 - 04-10-2012

Awesomeness, glad I could help!