Is there a way to give Edgar Magitek but only after u get him in the world of ruin ?
#8
Okay, leaving everything else the same (so the two events can't be used in the same game), you'd use this code instead. The only change is to the third line from the bottom; you're storing the result in $1618,X instead of $1617,X. Everything else works exactly as before.
Code:
org $C09934     ; General action 6D
DW $D613        ; New action is being placed at C0/D613

org $C0D613
LDA $EB         ; Grab first parameter (character ID)
STA $4202       ;
LDA #$25        ; Multiply by length of character block (37/#25 bytes)
STA $4203       ;
LDA $4216       ; Load result...
TAX             ; ...and transfer to X
LDA $EC         ; Grab second parameter (Command ID)
STA $1618,X     ; Character's third command is at byte 24/#18 of the block
LDA $03         ; Set accumulator to number of bytes to advance event queue
JMP $9B5C       ; ...and jump and advance.

ETA: I will be working on a patch with a set of custom ability-related events (teaching dances/blitzes/lores/swdtech through events, for example); if I have the space (which I should do), I'll include a modified version of this code so that each of a character's four command slots can be changed.
Current Project: FF6: Tensei | Discord ID: TristanGrayse
Reply


Messages In This Thread
RE: Is there a way to give Edgar Magitek but only after u get him in the world of ruin ? - by GrayShadows - 03-12-2014, 01:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Edgar glitches in Kefka's end speech Kenefactor 6 4,418 01-27-2020, 04:50 PM
Last Post: PowerPanda
  Need help fixing bug in Magitek menu Rodimus Primal 4 4,440 06-24-2019, 11:12 PM
Last Post: Rodimus Primal
  Magitek Command Timbo 5 10,473 03-22-2017, 07:55 AM
Last Post: B-Run
  World of Ruin racing randomizer MrEntity 2 3,493 03-22-2016, 07:10 PM
Last Post: Tenkarider
  So, how did you get rid of these Magitek Armor glitches? Kugawattan 9 12,508 12-21-2015, 09:03 AM
Last Post: Catone
  terra's magitek luxador 36 30,696 11-30-2015, 03:12 PM
Last Post: Zozma
  Trying to re-do the Edgar entrance scene Kugawattan 9 9,476 11-28-2015, 08:39 AM
Last Post: Catone
  Magitek Armor equipable from airship Catone 16 18,096 01-20-2015, 07:47 AM
Last Post: Catone
  Final Fantasy VI - Magitek command menu problem. FlamePurge 2 3,973 10-20-2014, 10:25 PM
Last Post: FlamePurge
  Problems with modifying Edgar's Tools BohepansTheFirst 2 3,351 04-10-2014, 03:54 PM
Last Post: Xenovant

Forum Jump:


Users browsing this thread: 1 Guest(s)