How to get rid of the Magitek statut in battle
#1
Hi, can someone help me, I'm trying to get rid of the magitek status in battle for a project..I replaced 89 by fd everywhere.Is there another way

CA/5E72: 89 Inflict the following status ailments on character $00 (Actor in stot 0): M-Tek
CA/5E76: 89 Inflict the following status ailments on character $0E (Actor in stot 14): M-Tek
CA/5E7A: 89 Inflict the following status ailments on character $0F (Actor in stot 15): M-Tek

(Thanks angelo for your help on finding this)
Reply
#2
$89 is a four-byte command, so you'd need to $FD out the three bytes after the initial $89 as well.

An alternative is changing $89 to $88 in those three cases. $88 is the command to remove a status, so you'd be removing a status the characters presumably don't have anyway, effectively doing nothing.
GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
Reply
#3
Thank you Synchysi! The 88 method didnt work for the magitek armor, I had to put fd after the every bytes after command.It work :-) thanks again!

Now that I checked angelo answer again, he said the same things (change every codes)but I got confused and changed only the 89 codes! So much to learn!
Reply
#4
Also having issue with this, I would like to remove the M-tek sequence from the start of the game, eg play with Terra, Biggs and Wedge as normal, non M-tek sprites and abilities.

[EDIT] Nevermind, I just had to change hex editors Tongue
Reply
#5
Good to see you breaking into coding Astaroth. Yes, what Synchysi said.

Also, for the beginning of the game. I think I remember hearing something about MTek and the "Met Arvis" event bit. Taken from the event bit document:

Code:
Bit RAM  Description
-------------------------------------------------------------------------------
...
001 80:1 Met Arvis (disables a Magitek Armor-related function in the mines)
Reply
#6
(12-13-2012, 10:22 AM)ntzrmtthihu777 Wrote: Also having issue with this, I would like to remove the M-tek sequence from the start of the game, eg play with Terra, Biggs and Wedge as normal, non M-tek sprites and abilities.

[EDIT] Nevermind, I just had to change hex editors Tongue

How'd you do it?
Reply
#7
It's detailed in the first post. Astaroth listed the addresses where Terra, Biggs and Wedge are granted MagiTek status. All you need to do is replace the relevant bytes with $FD.
GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
Reply
#8
(01-05-2013, 03:24 PM)Synchysi Wrote: It's detailed in the first post. Astaroth listed the addresses where Terra, Biggs and Wedge are granted MagiTek status. All you need to do is replace the relevant bytes with $FD.

Ok, cool. Thats all I needed to know, man. Thanks.



does CA stand for 202 on the address there?
Reply
#9
CA/0000 is part of the CPU addressing. All you need to do is subtract 0xC00000 from it to get the hex offset you'll need to edit.

For example, the first address Astaroth listed is CA/5E72. Subtract 0xC00000 from that and you get 0xA5E72.

Keep in mind that if you're working with a headered ROM, you'll need to add 0x200 to your result to get to the desired offset.
GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
Reply
#10
Ok, I see now. Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help fixing bug in Magitek menu Rodimus Primal 4 4,441 06-24-2019, 11:12 PM
Last Post: Rodimus Primal
  Magitek Command Timbo 5 10,477 03-22-2017, 07:55 AM
Last Post: B-Run
  So, how did you get rid of these Magitek Armor glitches? Kugawattan 9 12,512 12-21-2015, 09:03 AM
Last Post: Catone
  terra's magitek luxador 36 30,704 11-30-2015, 03:12 PM
Last Post: Zozma
  Magitek Armor equipable from airship Catone 16 18,104 01-20-2015, 07:47 AM
Last Post: Catone
  Final Fantasy VI - Magitek command menu problem. FlamePurge 2 3,977 10-20-2014, 10:25 PM
Last Post: FlamePurge
  Is there a way to give Edgar Magitek but only after u get him in the world of ruin ? Locke0075 7 6,463 03-12-2014, 01:53 AM
Last Post: GrayShadows
  How do I change color pallete for combat Magitek? Murex 0 1,799 08-06-2013, 10:26 AM
Last Post: Murex
  Strange Magitek bug Murex 2 3,207 08-04-2013, 07:38 PM
Last Post: Murex
  Magitek cost magic points ppml 1 2,920 10-17-2011, 07:46 PM
Last Post: Angelo26

Forum Jump:


Users browsing this thread: