GrayShadow's 'Giving Gogo Magic' code
#21
So what do I need to do to try? Even if you're not sure, I have a backup so what have I got to lose? I'd like SOMETHING to go right today.

EDIT - If you mean the 08 at C0/D691 should be 04, mine is.
Reply
#22
No not that, I see in the asm file you edited that was changed.
I said this: CMP $1608,Y ; Check against current level.
In the RelmRecruit section.
You should take a bit of time to read carefully exactly what was said, please lol.

Do a search (cntr f) for CMP $1608,Y if you can't find it manually there, although I can't imagine why not.
Might try changing that 1608 to 1604. Though like I say this might not be directly related to Relm at all, just that 08 there seems like it to me and since it's in the 'RelmRecruit' section.
Reply
#23
Shit yeah that's not gonna work actually, it's something related to all characters learning not just relm, as it's used for the other characters I see now.

Hmm well I'm out of ideas at the moment to try >_< My lack of assembly know-how limits me greatly!
Reply
#24
Well, Edgar doesn't have any other "learn by level" abilities (he has Summon), if that knowledge helps at all.
Reply
#25
That one 08 at C0/D691 is the only thing I can spot that seems like changing it should work, but I guess there's more to it. A coder like Madsiur etc. might be able to notice something else, why it's not working. As for me though I must bow out gracefully I'm afraid lol.
Reply
#26
(03-13-2016, 02:42 PM)DrakeyC Wrote: Although, Gi said to use 0E?

He's right and wrong. I had in mind your character to get magic was $0C but it's $0D, right? Branching for character $0E and above is correct but this has a consequence of having chars $0C and $0D learn magic. There's not enought SRAM for that, well not in the way GrayShadow designed his hack.

(03-13-2016, 02:42 PM)DrakeyC Wrote: EDIT - Didn't work. Started a new game, Edgar has no natural magic.

Obviously you have problems with applying the patch. My statement was referring to your characters having garbage value is his magic table. Did the garbage disappeared? Yes? ok.
Reply
#27
Nope, patch was fine. I double-checked the indicated values in the patch notes on my rom, they say what they should.

As for the garbage, impossible to say until I get to recruiting Umaro again.
Reply
#28
(03-13-2016, 04:59 PM)Gi Nattak Wrote: As for natural magic not working for Edgar, you might need to change this as well in the 'RelmRecruit' section:
CMP $1608,Y      ; Check against current level.

This should stay the same it has nothing to do with the character ID.

You should have two thing to modify:

Code:
CMP #$08         ;  
BEQ RelmRecruit  ; If Relm, branch.


Code:
CMP #$08         ; 
BEQ LvlUpMagic   ; Branches to teach natural magic.

Edit: You character should also have the magic command from the start.
Reply
#29
Well, they do have the Magic command assigned. Does it just not appear until the Zozo event? Because the things you listed as needing to change, I already had changed originally.
Reply
#30
You need to point an instruction of the code to your character SRAM spell block:

For Relm:
Code:
STA $1C1E,Y      ; Teach it.

Each block is $36 bytes. Terra block start at $1A6E. Just do $1A6E + (character ID * $36).

ID | block
$01 | $1AA4
$02 | $1ADA
etc.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Gogo select more commands? xDaygo 12 10,703 05-06-2020, 06:50 PM
Last Post: PowerPanda
Dark Knight FF6 SNES vs GBA code differences? Royaken 2 2,592 11-01-2019, 07:32 PM
Last Post: Royaken
  Unable to find Gogo's palette set in Hex Jeff 7 5,311 10-01-2019, 04:06 PM
Last Post: Everything
  Replacing Gogo with Daryl Jeff 11 9,472 06-11-2019, 04:52 PM
Last Post: Jeff
  Giving Everyone the Same Desperation Attack PowerPanda 9 7,130 08-05-2018, 10:46 AM
Last Post: PowerPanda
  Lets discuss the Lore magic or magic menus in general JCE3000GT 0 1,860 05-20-2017, 08:49 PM
Last Post: JCE3000GT
  Giving Umaro's attacks to another character PowerPanda 13 14,511 03-30-2017, 03:14 PM
Last Post: madsiur
  Giving Gau's Magic to Umaro PowerPanda 2 3,579 03-11-2017, 07:36 PM
Last Post: B-Run
  asm hacking: "faking" short jumps from your code (in a new bank) to old code Eggers 2 3,912 04-16-2016, 07:18 PM
Last Post: madsiur
  Giving a weapon the Shuriken animation Kugawattan 6 7,434 11-30-2015, 09:51 PM
Last Post: Fenrir

Forum Jump:


Users browsing this thread: 2 Guest(s)