Users browsing this thread: 13 Guest(s)
Pony Fantasy VI Remake

Posts: 128
Threads: 17
Thanks Received: 0
Thanks Given: 0
Joined: Sep 2014
Reputation: 12
Status
Sadness
hey DrakeyC

who put the hairdryer has a boss on this hack

because it was really funny boss
  Find
Quote  

Posts: 735
Threads: 36
Thanks Received: 13
Thanks Given: 43
Joined: Jan 2016
Reputation: 6
Status
None
So, anyone? Umaro magic or extra sprites?



Also, was looking to set a bonus boss to be fought in Figaro Castle basement, the treasure room, but only after retrieving the Falcon. I see numerous bits being Set or Cleared at that time, and one in particular stands out.

Code:
CA/484F: D0    Set event bit $1E80($0CD) [$1E99, bit 5]

This seems to be the event bit that determines the Ancient Castle events triggering, which seems to be a good bit to look at for if the battle is enabled or not. However, later in the event dump I find this.

Code:
CC/4AF0: C1    If ($1E80($0CD) [$1E99, bit 5] is clear) or ($1E80($291) [$1ED2, bit 1] is clear), branch to $CA5EB3 (simply returns)
CC/4AF8: C0    If ($1E80($0BE) [$1E97, bit 6] is set), branch to $CA5EB3 (simply returns)
CC/4AFE: DD    Clear event bit $1E80($670) [$1F4E, bit 0]
CC/4B00: DC    Set event bit $1E80($671) [$1F4E, bit 1]
CC/4B02: DD    Clear event bit $1E80($672) [$1F4E, bit 2]
CC/4B04: DD    Clear event bit $1E80($673) [$1F4E, bit 3]
CC/4B06: DC    Set event bit $1E80($674) [$1F4E, bit 4]
CC/4B08: D0    Set event bit $1E80($0BE) [$1E97, bit 6]
CC/4B0A: 3A    Enable player to move while event commands execute
CC/4B0B: FE    Return

This comes in the middle of the Terra events at Mobliz, and I'm not sure what it is.

So the TL;DR is - is the above event bit $1E80($0CD) safe to use for my bonus boss "check if this bit is set to trigger the battle or not" ? I just want to be sure there's no interference with other events doing this.
  Find
Quote  

Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
You can check the event bits document available on the wiki to see which bit is used for what and which are available.
  Find
Quote  

Posts: 763
Threads: 83
Thanks Received: 55
Thanks Given: 7
Joined: Apr 2015
Reputation: 22
Status
Obliviscence
(08-24-2016, 07:55 AM)DrakeyC Wrote: So, anyone? Umaro magic or extra sprites?

It's been in development for a while, but my magic update is coming along very nicely and will allow Umaro to get his own magic list (and also magic lists for additional characters if you want too)... I don't know how much you've touched around Magic, so it might need some customization to work in your hack, but it will be fully documented.
  Find
Quote  

Posts: 735
Threads: 36
Thanks Received: 13
Thanks Given: 43
Joined: Jan 2016
Reputation: 6
Status
None
My current fix uses the Gogo Magic patch, changed to work for Umaro. But it has the problem now that the two share magic lists and anything one learns the other learns. Good to hear on your patch then. Smile

EDIT - Boss battle works perfect, thanks Madsiur. Smile
  Find
Quote  

Posts: 735
Threads: 36
Thanks Received: 13
Thanks Given: 43
Joined: Jan 2016
Reputation: 6
Status
None
So with B-Run working on Umaro magic on his own and Rydel looking at adding the additional sprites, I'm just onto balance tweaking now. Smile

One thing with event editing. Rydel gave my Strago replacement her own unique Cultist sprite to use for the Cultist Tower. Is there any event coding to have an NPC change their sprite? I'm thinking in the event where Strago is recruited, he jumps off-screen as the cultist and comes back down as himself.
  Find
Quote  

Posts: 49
Threads: 3
Thanks Received: 3
Thanks Given: 1
Joined: Mar 2016
Reputation: 0
Status
None
If you can't, it should be possible to have an NPC with the non-Cultist sprite invisible, and at the right time, turn the cultist version invisible and make the non-cultist version visible instead.
  Find
Quote  

Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(08-27-2016, 07:41 PM)DrakeyC Wrote: Is there any event coding to have an NPC change their sprite? I'm thinking in the event where Strago is recruited, he jumps off-screen as the cultist and comes back down as himself.

I think command 37 is used exclusively for characters in vanilla game (objects $00 to $0F) but nothing indicate it wouldn't work on an NPC (object $10 to $2D). It worth a try. Someone with more event experience than me could answer this with certainty.

Edit: Rydel's proposal is good also.
  Find
Quote  

Posts: 735
Threads: 36
Thanks Received: 13
Thanks Given: 43
Joined: Jan 2016
Reputation: 6
Status
None
Sounds good either way.

Strictly speaking the one change left unaccounted for is the Atlas Armlet. But on further thought, given the difficulty in changing it folks have had, I really don't care that much. It's a minor change that won't significantly impact gameplay at all so meh.

EDIT - Oh, one oddity I forgot. I moved my Banon from palette 6 to palette 5, and while he shows up fine in battle and in the field, in the save menu suddenly he's palette 2. Really no clue there.
  Find
Quote  

Posts: 49
Threads: 3
Thanks Received: 3
Thanks Given: 1
Joined: Mar 2016
Reputation: 0
Status
None
Didn't Banon show up in the wrong palette in saves in the original? I think that's a glitch in the original programming.
I think Banon uses the same slot as General Leo. Does he happen to use palette 2?
  Find
Quote  



Forum Jump:

Users browsing this thread: 13 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite