03-24-2014, 06:16 PM
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?
How would this be done?
![[Image: 5452812CeqVF.png]](http://www.siglaunch.com/sigs/wsiga.php/5452812CeqVF.png)
![[Image: RoyakenGif_zpsacedef24.gif]](http://i1348.photobucket.com/albums/p739/Royaken/RoyakenGif_zpsacedef24.gif)
Out of Battle Sprite Change?
|
03-24-2014, 06:16 PM
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? ![]() ![]()
03-24-2014, 07:00 PM
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 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.
03-24-2014, 11:11 PM
I'm surprise you haven't got your hands on the event commands document...
03-24-2014, 11:18 PM
(03-24-2014, 07:00 PM)Madsiur Wrote: During the fight, it's done via a battle event. Here are both related offsets: 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.
03-24-2014, 11:31 PM
(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. ![]() ![]()
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
![]() ![]() (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.
05-05-2014, 02:17 PM
Awesome! Is there a Bank C3 disasembly doument I can nab somewhere to see the information?
![]() ![]() |
« Next Oldest | Next Newest »
|
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 |