Board of Slick

Library of the Ancients => Final Fantasy IV Research & Development => Topic started by: Pinkpuff on August 16, 2013, 12:43:54 PM

Title: Can -Sort- be moved?
Post by: Pinkpuff on August 16, 2013, 12:43:54 PM
This one may be better as a separate patch than part of FF4kster.

I know that the -Sort- "item" can be moved freely in the player's inventory just like any other item. But what I'm asking is more about its default position. Is it possible to have it so that -Sort- (and possibly TrashCan as well) start at the top of the inventory list rather than at the bottom?
Title: Re: Can -Sort- be moved?
Post by: Dragonsbrethren on August 16, 2013, 03:34:38 PM
Code: [Select]
$00/82EF A9 FE       LDA #$FE                ; -Sort-
$00/82F1 8D 9C 14    STA $149C               ; bottom left item
$00/82F4 A9 FF       LDA #$FF                ; TrashCan
$00/82F6 8D 9E 14    STA $149E               ; bottom right item
$00/82F9 A9 01       LDA #$01                ; 1
$00/82FB 8D 9D 14    STA $149D               ; bottom left quantity
$00/82FE 8D 9F 14    STA $149F               ; bottom right quantity

1440 is the top left slot, 1441 top left quantity, etc.
Title: Re: Can -Sort- be moved?
Post by: Dragonsbrethren on August 27, 2013, 07:53:52 PM
Hey Pinkpuff, did you see this? You never commented on it, so I wanted to make sure you did.
Title: Re: Can -Sort- be moved?
Post by: Pinkpuff on August 28, 2013, 06:41:45 AM
Yup, I did, thanks!

Just didn't want to spend a post that essentially just says "ok got it"
Title: Re: Can -Sort- be moved?
Post by: Dragonsbrethren on August 28, 2013, 03:06:25 PM
Gotcha :tongue:
Title: Re: Can -Sort- be moved?
Post by: Bahamut ZERO on August 31, 2016, 04:29:24 PM
This might be one hell of a necro post, but just in case someone wants to move Sort/Trash and sees hex like it's a foreign language, this can totally be achieved using FF4kster!

1) Go to the Opening Event

2)Remove both Sort and Trash using the "Remove item from Inventory" command

3)Now, use the "Add Item to Inventory" event command to add a potion and the -Sort- item, in that order

4) Remove the Potion using the Remove Item from Inventory command

Now the -Sort- item will be in the upper right-hand corner of the item screen! If you don't want to lose the Trashcan, add that instead of a potion and skip step 4.


 :cycle: