Users browsing this thread: 2 Guest(s)
Need Some Help

#8
Posts: 17
Threads: 3
Thanks Received: 0
Thanks Given: 0
Joined: Nov 2014
Reputation: 0
Status
None
(03-19-2018, 08:34 PM)madsiur Wrote: There was a discussion on Health / Shock a while ago and Hatzen08 had a solution that while not being perfect would work, see this post. You can assemble his code with xkas.

Edit: I had a closer look at all this:

ShadowDreamer Wrote:Sketch command changed to "Sing" and use the Lullaby spell as its effect.

I think Hatzen08 code linked above could be used as a base to make this, it's a command that cast a spell.

ShadowDreamer Wrote:Morph command changed to "Lich" and turns the person into the ghost sprite instead of Esper, same effects but also gives them undead like relic ring.

Would changing Terra's Esper sprite in FF3usME work or do you use it as well? Otherwise the esper sprite ID is maybe hardcoded in Morph code, I'd check bank $C2 and after bank $C1 (GFX related). Applying the undead status is trivial.

ShadowDreamer Wrote:Possess command changed to "Scrolls" which would randomly cast Shadow's scroll items (without the actual items in inventory) in addition to Shrapnel spell.

This is again a command that cast a spell. The randomization aspect is not difficult to code.

ShadowDreamer Wrote:Control command changed to "Rain" which would randomly cast Acid Rain, Flash Rain, or Heal Rain (custom) spells.

Same as above only with different spells.

I could probably do these 4 commands in a relatively short amount of time if nothing surprising arise. I'll have more free time next week but since your hack has been in development for years an extra week or two is not a long wait Tongue


I'll read that document. Seriously whatever you could do I would really appreciate it. Like truly. It would be huge.

(03-19-2018, 07:49 PM)PowerPanda Wrote:
(03-19-2018, 07:29 PM)ShadowDreamer Wrote: Yeah, same. I was looking and couldn't find anything like that.

Also does anyone know where "Health" gets its spell from? I know which one Shock is...but Health is more elusive.

It loads ability "2E", which is Cure 2. You can change it to any other spell and it works. You will have to change the targeting if it's an attack spell though.


Code:
Health

C2/171E: A9 2E        LDA #$2E       (Cure 2)
C2/1720: 85 B6        STA $B6        (Set spell/animation)
C2/1722: A9 05        LDA #$05
C2/1724: 80 3F        BRA $1765

Hmm. Thanks for this. I opened FF6 with a hex editor and it was...a jumble. I searched for the area you listed and didn't get anything. Do you have a link to something that would help me decipher it? I'm assuming its simplified above and in the actual rom the data is...less obvious haha.
  Find
Quote  



Messages In This Thread
Need Some Help - by ShadowDreamer - 03-18-2018, 11:46 AM
RE: Need Some Help - by madsiur - 03-18-2018, 11:55 AM
RE: Need Some Help - by ShadowDreamer - 03-18-2018, 12:13 PM
RE: Need Some Help - by PowerPanda - 03-19-2018, 12:11 PM
RE: Need Some Help - by ShadowDreamer - 03-19-2018, 07:29 PM
RE: Need Some Help - by PowerPanda - 03-19-2018, 07:49 PM
RE: Need Some Help - by madsiur - 03-19-2018, 08:34 PM
RE: Need Some Help - by ShadowDreamer - 03-20-2018, 07:49 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 05:13 AM
RE: Need Some Help - by madsiur - 03-21-2018, 07:20 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 08:58 AM
RE: Need Some Help - by PowerPanda - 03-21-2018, 09:55 AM
RE: Need Some Help - by PowerPanda - 03-20-2018, 11:56 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 11:58 AM
RE: Need Some Help - by madsiur - 03-21-2018, 12:40 PM
RE: Need Some Help - by ShadowDreamer - 03-21-2018, 06:18 PM
RE: Need Some Help - by madsiur - 03-21-2018, 08:09 PM
RE: Need Some Help - by ShadowDreamer - 03-22-2018, 05:57 AM
RE: Need Some Help - by madsiur - 03-22-2018, 01:03 PM
RE: Need Some Help - by ShadowDreamer - 03-23-2018, 07:09 AM
RE: Need Some Help - by madsiur - 03-23-2018, 07:43 AM
RE: Need Some Help - by Robo Jesus - 03-25-2018, 10:46 AM
RE: Need Some Help - by madsiur - 03-25-2018, 12:18 PM
RE: Need Some Help - by ShadowDreamer - 03-30-2018, 04:18 PM
RE: Need Some Help - by madsiur - 03-30-2018, 08:31 PM
RE: Need Some Help - by madsiur - 04-03-2018, 11:00 PM
RE: Need Some Help - by ShadowDreamer - 04-14-2018, 11:17 PM
RE: Need Some Help - by ShadowDreamer - 04-19-2018, 02:14 AM
RE: Need Some Help - by madsiur - 04-19-2018, 02:29 AM
RE: Need Some Help - by ShadowDreamer - 04-19-2018, 10:55 PM
RE: Need Some Help - by ShadowDreamer - 06-08-2018, 12:49 AM
RE: Need Some Help - by dn - 06-08-2018, 09:38 AM
RE: Need Some Help - by GrayShadows - 06-08-2018, 03:00 PM
RE: Need Some Help - by ShadowDreamer - 06-08-2018, 06:11 PM
RE: Need Some Help - by GrayShadows - 06-14-2018, 12:05 PM

Forum Jump:

Users browsing this thread: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite