Users browsing this thread: 2 Guest(s)
FF6 Expansion Editor (FF6ExpED)

#20
Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(05-06-2016, 01:07 AM)Imzogelmo Wrote: This looks awesome. I can't tell if it makes it possible to steal more than one item from a given monster though? I would assume that it does not, because that is one thing I had to tweak in Multi-Steal; you actually need some RAM to store the IDs of all the stolen items until the animation can get around to showing it.

You can only steal one item per monster. I did some odd coding to make this work. Instead of using the stealable items RAM for items numbers and expanding RAM to 4 bytes per monster, I stored an offset there (monster ID * 8 because of 4 drops and 4 steals) instead of using other RAM (such as $144X) for monsters 4, 5,6 (this solution was expanding the code a lot). So when there's a successful steal I write #FFFF to the RAM bytes (formely for stealable items numbers) of the monster and check for #FFFF at beginning of steal routine to see if monster has already been stolen. I opted for that solution after realizing the stolen item RAM is only used in the steal routine at 2 or 3 places and nowhere else in the game. I instead just get the values from the steal / drop table.
  Find
Quote  



Messages In This Thread
FF6 Expansion Editor (FF6ExpED) - by madsiur - 03-14-2016, 01:04 AM
RE: FF6 Expansion Editor (FF6ExpED) - by DrakeyC - 03-14-2016, 02:26 AM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 03-14-2016, 09:42 AM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 03-15-2016, 04:17 PM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 03-19-2016, 09:05 PM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 04-08-2016, 11:06 PM
RE: FF6 Expansion Editor (FF6ExpED) - by seibaby - 04-13-2016, 02:16 PM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 04-13-2016, 10:42 PM
RE: FF6 Expansion Editor (FF6ExpED) - by seibaby - 04-14-2016, 07:25 AM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 04-14-2016, 09:56 AM
RE: FF6 Expansion Editor (FF6ExpED) - by seibaby - 04-14-2016, 11:43 AM
RE: FF6 Expansion Editor (FF6ExpED) - by SSJ Rick - 04-14-2016, 08:56 PM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 04-14-2016, 09:58 PM
RE: FF6 Expansion Editor (FF6ExpED) - by SSJ Rick - 04-15-2016, 12:35 AM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 05-06-2016, 01:23 AM
RE: FF6 Expansion Editor (FF6ExpED) - by madsiur - 05-06-2016, 02:32 AM
RE: FF6 Expansion Editor (FF6ExpED) - by dn - 05-06-2016, 05:36 AM
RE: FF6 Expansion Editor (FF6ExpED) - by assassin - 05-06-2016, 08:17 AM

Forum Jump:

Users browsing this thread: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite