Users browsing this thread: 2 Guest(s)
[Help]Spell Categories

#4
Posts: 175
Threads: 11
Thanks Received: 10
Thanks Given: 8
Joined: May 2013
Reputation: 13
Status
Well-Fed
Okay, so one issue is that the instructions at C2/55CB and C2/55D5 aren't absolute values, but rather the locations of data tables -- you don't want to subtract three from the addresses, but rather you need to adjust the values in the table that it's adding to your spell number. The change you made has the game looking at the wrong spot to get the data in question.

Similarly, you don't need to change the #$36 at C2/55D1 to #$33 -- that #$36 is the END of the white magic list (and the magic list as a whole). Since you have the same number of total spells, that should stay the same.

You're also on the right track with the changes you made to the data tables, but you're looking more at something like this:

Code:
;(For Spells 0 - 23 : Attack, Black)
; These numbers get added to Attack spell IDs to determine their position in the spell list based on sorting
fka_574B: 0C  (Healing, Attack, Effect (HAE)) - there are three more healing spells, $0C instead of #09
fka_574C: 1E  (Healing, Effect, Attack (HEA)) - no change, same total number of healing/effect
fka_574D: 00  (Attack, Effect, Healing (AEH)) - no change
fka_574E: 00  (Attack, Healing, Effect (AHE)) - no change
fka_574F: 1E  (Effect, Healing, Attack (EHA)) - no change
fka_5750: 12  (Effect, Attack, Healing (EAH)) - three fewer effect spells, $12 instead of $15

(For Spells 24 - 44 : Effect, Gray)
fka_5751: 0C  (Healing, Attack, Effect (HAE)) - again, three more Healing spells
fka_5752: F4  (Healing, Effect, Attack (HEA)) - subtracting 12d (24 black - 12 white) instead of 15d (24 black - 9 white)
fka_5753: 00  (Attack, Effect, Healing (AEH)) - no change
fka_5754: 0C  (Attack, Healing, Effect (AHE)) - three more healing spells
fka_5755: E8  (Effect, Healing, Attack (EHA)) - no change (subtrating 24d/18h)
fka_5756: E8  (Effect, Attack, Healing (EAH)) - no change (subtracting 24d/18h)

(For Spells 45 - 53 : White, Healing)
fka_5757: D6  (Healing, Attack, Effect (HAE)) - Subtracting 42d instead of 45d
fka_5758: D6  (Healing, Effect, Attack (HEA)) - same change
fka_5759: 00  (Attack, Effect, Healing (AEH)) - no change
fka_575A: EE  (Attack, Healing, Effect (AHE)) - subtracting 18d instead of 21d
fka_575B: E8  (Effect, Healing, Attack (EHA)) - no change
fka_575C: 00  (Effect, Attack, Healing (EAH)) - no change

(Ignore the fka_, I pulled the tables from my assemblable-C2-in-progress. I haven't touched these tables yet, though, so they're still accurate to vanilla.)


Current Project: FF6: Tensei | Discord ID: TristanGrayse
  Find
Quote  
[-] The following 1 user says Thank You to GrayShadows for this post:
  • Blunderpuggs (11-25-2017)



Messages In This Thread
[Help]Spell Categories - by Blunderpuggs - 11-25-2017, 02:20 PM
RE: [Help]Spell Categories - by B-Run - 11-25-2017, 03:39 PM
RE: [Help]Spell Categories - by Blunderpuggs - 11-25-2017, 05:14 PM
RE: [Help]Spell Categories - by GrayShadows - 11-25-2017, 07:53 PM
RE: [Help]Spell Categories - by Blunderpuggs - 11-25-2017, 11:06 PM
RE: [Help]Spell Categories - by GrayShadows - 11-26-2017, 12:08 AM
RE: [Help]Spell Categories - by assassin - 11-26-2017, 08:29 AM
RE: [Help]Spell Categories - by Blunderpuggs - 11-26-2017, 06:19 PM
RE: [Help]Spell Categories - by Gi Nattak - 11-28-2017, 01:51 AM
RE: [Help]Spell Categories - by Blunderpuggs - 11-28-2017, 10:56 AM
RE: [Help]Spell Categories - by assassin - 11-28-2017, 11:37 AM
RE: [Help]Spell Categories - by Blunderpuggs - 11-28-2017, 11:52 AM
RE: [Help]Spell Categories - by GrayShadows - 11-28-2017, 01:04 PM
RE: [Help]Spell Categories - by Blunderpuggs - 11-28-2017, 01:45 PM
RE: [Help]Spell Categories - by GrayShadows - 11-28-2017, 03:32 PM
RE: [Help]Spell Categories - by Blunderpuggs - 11-28-2017, 04:55 PM
RE: [Help]Spell Categories - by assassin - 11-28-2017, 04:57 PM
RE: [Help]Spell Categories - by Blunderpuggs - 11-28-2017, 06:15 PM
RE: [Help]Spell Categories - by assassin - 11-29-2017, 12:29 PM
RE: [Help]Spell Categories - by Blunderpuggs - 11-29-2017, 01:16 PM
RE: [Help]Spell Categories - by GrayShadows - 11-29-2017, 02:40 PM

Forum Jump:

Users browsing this thread: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite