FF6 Hacking
Pony Fantasy VI Remake - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Dragons' Den (https://www.ff6hacking.com/forums/forum-13.html)
+--- Thread: Pony Fantasy VI Remake (/thread-3106.html)



RE: Pony Fantasy VI Remake - B-Run - 08-04-2016

That is... Windhex, i think.

http://www.romhacking.net/utilities/291/


RE: Pony Fantasy VI Remake - DrakeyC - 08-04-2016

Yup, thank you!


RE: Pony Fantasy VI Remake - Gi Nattak - 08-04-2016

(08-04-2016, 12:49 PM)DrakeyC Wrote: With the event hacking, it was some Word doc that had shorthand for how to do events. Like, "56 - begin music piece" etc

Probably the 'Event Command List', it's on the wiki as well:
https://www.ff6hacking.com/wiki/doku.php?id=ff3:ff3us:doc:game


RE: Pony Fantasy VI Remake - Lockirby2 - 08-04-2016

Note that the "Event Command List" is the one that I wrote, so it probably isn't the one that you're used to (although it's intended to be an improvement). If you are deadset on using the one that you used before, then you probably want to check out "Imzogelmo's Documents" at the bottom.


RE: Pony Fantasy VI Remake - DrakeyC - 08-05-2016

That's not the doc, no, but it'll do well enough. Thanks. Laugh

Feels so good to be working on this again at last. I feel like having a cigarette, and I don't smoke.


RE: Pony Fantasy VI Remake - madsiur - 08-05-2016

You should follow the current medical consensus on cigarettes: https://youtu.be/bnKLpO9qhOE


RE: Pony Fantasy VI Remake - DrakeyC - 08-05-2016

Heh.

Okay, there's some more in-depth stuff to do, so I'll post what I hope are some fairly simple questions to knock off.

- Why does the Atlas Armlet not stack but Earrings do, and can I change that so both stack? If an equipment piece has their effect tied to them, can it stack more than twice?
- I want to disallow Shadow from fleeing during Sabin's scenario and the search for Terra.
- I found out the Lete River grinding spot is a thing. What's a good way to eliminate that exploit?
- Can I make it so Sketch attacks calculate damage using Relm's stats?


RE: Pony Fantasy VI Remake - Gi Nattak - 08-05-2016

For #2, Djibriel's 'Sticky Shadow' patch does just that, it's hosted on assassin's site: http://assassin17.brinkster.net/hosted_patches/SticShad.zip


RE: Pony Fantasy VI Remake - DrakeyC - 08-05-2016

Thanks. 15 minutes of fighting in Zozo would seem to indicate it worked. Smile


RE: Pony Fantasy VI Remake - Gi Nattak - 08-05-2016

As for your Atlas Armlet boost dilemma, they just coded it that way, it's intended behavior. Luckily thanks to Terii Senshi and assassin and the C2 disassembly you can change that.

From the Atlas Armlet / Earring Function:

C2/0D66: B0 06 BCS $0D6E (Branch if physical damage unless concerns mp)
C2/0D68: 89 02 BIT #$02
C2/0D6A: D0 09 BNE $0D75 (Branch double earrings - add 50% damage)

I'd bet removing that B0 06 branch (NOP with EA EA) would allow the physical damage boost relic (Atlas Armlet) to also have the same effect.

Not sure what to say about the Lete River, except it's only cheap if the player chooses it to be by abusing turbo or using a turbo controller... You could eliminate that route all together I suppose, or use the no random encounters bit in the event for that route and then unset it when the choice is given again.

No idea about the Relm thing. Does it use the monsters stats as it is, is it?