FF6 Hacking
Bugs that I want to fix but don't know how - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Bugs that I want to fix but don't know how (/thread-2006.html)



Bugs that I want to fix but don't know how - Murex - 03-16-2013



My shadow character cannot be brought back to life in battle for some reason, does anyone know how to fix this?

Also, some enemies for some reason use an item or something in battle (like a shield) and it distorts the screen for a while, even when the battle script checks out. I often have to erase the whole battle script and start again to ensure it doesn't happen, but I don't like having to do that. Any thoughts on this problem?







RE: Bugs that I want to fix but don't know how - SSJ Rick - 03-17-2013

its probably not a bug, its probably what u have equipped, lets say he has a relic ring on or something like that, he wont be brought back to life

then again I have no exactly what u are talking about specifically since you really weren't all that clear


RE: Bugs that I want to fix but don't know how - madsiur - 03-17-2013

Murex Wrote:My shadow character cannot be brought back to life in battle for some reason, does anyone know how to fix this?

Hopefully it's a relic ring equipped like Poco said. Otherwise, you can trace the code in bank C2 to see if everything is normal when you revive a character, in this case character 04. You can compare the code in the debugger with the disassembly.

Murex Wrote:Also, some enemies for some reason use an item or something in battle (like a shield) and it distorts the screen for a while, even when the battle script checks out. I often have to erase the whole battle script and start again to ensure it doesn't happen, but I don't like having to do that. Any thoughts on this problem?

Unless you're using command F6 in a way it bugs the game, if that ever possible, the bug can be due to many thing. Here again, trace your code with Geiger's snes9x debugger... Only you know what you have changed to the ROM...



RE: Bugs that I want to fix but don't know how - Murex - 03-18-2013



Thanks a bunch. Smile