Out of Battle Sprite Change?
#1
So I already have the in battle sprite change down perfectly. What about the sprite changing out of battle like with the merchant and soldier outfits?

How would this be done?
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#2
During the fight, it's done via a battle event. Here are both related offsets:

Code:
(D0/A751)   Locke steals clothing from a soldier in South Figaro

(D0/A7D1)   Locke steals clothing from a merchant in South Figaro

But this only change the battle sprite until the battle is over, you need to set the sprite and palette at the end of the NPC event. Event command 37 change the sprite, command 43 the palette.
Reply
#3
Awesome. Thanx as always Madsiur xD
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#4
I'm surprise you haven't got your hands on the event commands document...
Reply
#5
(03-24-2014, 07:00 PM)Madsiur Wrote: During the fight, it's done via a battle event. Here are both related offsets:

Code:
(D0/A751)   Locke steals clothing from a soldier in South Figaro

(D0/A7D1)   Locke steals clothing from a merchant in South Figaro

But this only change the battle sprite until the battle is over, you need to set the sprite and palette at the end of the NPC event. Event command 37 change the sprite, command 43 the palette.

Adding my two cents here: that battle event command works only for locke. If you try this in battle for other characters...like cyan, they simply won't change clothes.
Reply
#6
(03-24-2014, 11:11 PM)Madsiur Wrote: I'm surprise you haven't got your hands on the event commands document...

I was at work and wanted to ask. I had it at home just hadn't gone through it yet xD.
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#7
On this same subject, I have another question. I want an outfit that changes my sprite in battle such as the moogle suit to change it also out of battle. Not after battle event. Like I go into the menu, equip the armor, get out of the menu and I am in that sprite. Go back in, take it off, I'm back to normal. Is this doable or is the only way to do it via battle events? Wasn't sure if I misunderstood the above
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#8
(05-05-2014, 01:50 PM)Royaken Wrote: Is this doable or is the only away to do it via battle events? Wasn't sure if I misunderstood the above

It is doable. You would need to code a function or add code to the equip funtion in banck C3. When a certain item is equipped, change the sprite ID in SRAM for the character. You would also need to keep in memory the original sprite ID, for unequipping purpose.

I did something similar a long time ago where giving the imp status on a map would give the character the imp sprite.
Reply
#9
Awesome! Is there a Bank C3 disasembly doument I can nab somewhere to see the information?
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#10
(05-05-2014, 02:17 PM)Royaken Wrote: Awesome! Is there a Bank C3 disasembly doument I can nab somewhere to see the information?

It is available on Slick Productions site.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Glitching Monster Sprite in battle (due to size differences?) LoneRedMage 1 1,863 10-11-2019, 07:30 AM
Last Post: madsiur
  FF3USME battle script change Rodimus Primal 4 5,116 09-16-2016, 11:09 PM
Last Post: Rodimus Primal
  Is it possible to change Mog from the other moogles sprite ? Locke0075 3 4,046 11-04-2014, 04:06 PM
Last Post: Lockirby2
  How can I change the sprite that the game uses for the over world boss in Zozo ? Locke0075 5 5,411 09-14-2014, 09:34 PM
Last Post: Locke0075
  Making bosses change sprite mid battle? Murak Modder 2 3,624 06-13-2013, 05:28 PM
Last Post: Murak Modder
  Field Sprite Change -Imp- tsushiy 5 7,284 12-11-2012, 11:54 AM
Last Post: CrumpledMedal
  Battle commands change tsushiy 23 23,530 08-15-2012, 01:35 PM
Last Post: Fenrir

Forum Jump:


Users browsing this thread: 1 Guest(s)