Steal, GP Rain, and Steal GP as Spells?
#4
In the Fanatic Tower, command $02 (Magic) is replaced by nothing ($FF). Coomand $1D is replaced by $02. Here is the code. It is based on command ID, regardless of what the commands do:

Code:
C2/5382: AD BB 3E     LDA $3EBB     (Fanatics' Tower?  must verify this.)
C2/5385: 4A           LSR
C2/5386: 90 12        BCC $539A     (branch if not in the tower)
C2/5388: B5 FC        LDA $FC,X     (get menu slot again)
C2/538A: C9 02        CMP #$02
C2/538C: F0 08        BEQ $5396     (branch if Magic command, emptying slot.)
C2/538E: C9 1D        CMP #$1D      (MagiTek?  actually, this is former Fight or Gau+Rage.)
C2/5390: D0 06        BNE $5398     (branch if not)
C2/5392: A9 02        LDA #$02      
C2/5394: 80 02        BRA $5398     (save Magic as command)
C2/5396: A9 FF        LDA #$FF      (empty command)
C2/5398: 95 FC        STA $FC,X     (update menu slot)
C2/539A: CA           DEX
C2/539B: 10 BD        BPL $535A     (loop for all 4 slots)

Steal GP is only the Steal command branch (C2/3A09) when a monster is using Steal. It cannot work the opposite way unless you code a new command or code yourself GP stealing when a character steal.
Reply


Messages In This Thread
RE: Steal, GP Rain, and Steal GP as Spells? - by madsiur - 03-31-2017, 10:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rare Steal always fail? doofenH 6 4,486 04-24-2022, 11:36 AM
Last Post: doofenH
  Add learning new spells doofenH 11 9,064 02-13-2020, 08:02 PM
Last Post: C-Dude
  Edit GP Rain damage doofenH 4 3,164 01-02-2020, 11:56 AM
Last Post: doofenH
  Multi-target Steal and Metamorph Bug PowerPanda 3 4,135 12-04-2017, 03:20 AM
Last Post: SSJ Rick
  Espers: 1 set of spells KnightDude 7 6,890 07-10-2016, 10:14 AM
Last Post: KnightDude
  How to... Control -> GP Rain? Kugawattan 3 3,962 06-23-2015, 02:26 PM
Last Post: m06
  Steal formula Tenkarider 8 8,160 11-12-2014, 11:23 AM
Last Post: Tenkarider
  A few questions regarding spells XFER 5 6,303 04-08-2014, 07:47 PM
Last Post: Cyprus

Forum Jump:


Users browsing this thread: 1 Guest(s)