Users browsing this thread: 1 Guest(s)
It is the apocalypse after all.

#2
Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
There one non-tedious way to do this; right now by event you can only remove a single item at a time (i.e. quantity 1) with event command 81, so you would need to use it 255 * 99 times.

So you'll need instead to code a new event command you would use at the beginning of WoR event. There are unused event commands in FF6. This command would just set the whole inventory SRAM range to a bunch of 00 (or w/e a clear inventory is, you can know by viewing the inventory RAM in a debugger at the game start). For that you need to learn some assembly coding. The wiki has the info about the RAM addresses for the inventory.

You can first in your WoR start event unequip Celes with an existing event command, use your custom event command then subtract all the gil from the inventory. Event command 85 can subtract 0xFFFF gil from inventory, so use it as many times in a row as you need to reach the maximum amount of gil possible to have in FF6. You could also set the amount of gil in saved RAM to 0 in your custom inventory event command before or after clearing the inventory.
  Find
Quote  
[-] The following 1 user says Thank You to madsiur for this post:
  • fw4210 (07-21-2021)



Messages In This Thread
It is the apocalypse after all. - by fw4210 - 07-19-2021, 06:56 PM
RE: It is the apocalypse after all. - by madsiur - 07-19-2021, 07:09 PM
RE: It is the apocalypse after all. - by C-Dude - 07-19-2021, 07:44 PM
RE: It is the apocalypse after all. - by madsiur - 07-19-2021, 07:49 PM
RE: It is the apocalypse after all. - by C-Dude - 07-19-2021, 07:54 PM
RE: It is the apocalypse after all. - by madsiur - 07-19-2021, 07:55 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 01:43 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 03:16 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 07:24 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 07:49 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 08:19 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 10:07 PM
RE: It is the apocalypse after all. - by fw4210 - 07-20-2021, 11:13 PM
RE: It is the apocalypse after all. - by C-Dude - 07-20-2021, 11:16 PM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 12:04 AM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 12:29 AM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 02:12 AM
RE: It is the apocalypse after all. - by fw4210 - 07-21-2021, 03:39 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite