HUD and Inventory
Page 2 of 2
Page 2 of 2 • 1, 2
Re: HUD and Inventory
Yeh if you have a concept for a menu i am sure i can help you when finishing the PoC one
XaserLE- Since : 2013-01-22
Re: HUD and Inventory
Progress with the menu because of the genius named XaserLe :-D
Spane- Since : 2013-01-22
Re: HUD and Inventory
Dang! I like how you managed to go the bottom triforce's upright too! I noticed in Spane's original model he had them flipped probably so it'd be easier to construct so it's awesome that XaserLE managed to pull it off
Re: HUD and Inventory
This is great. And very fast done, too. Regarding the Triforces (I don't think there is any problem in flipping them, it is just a different value of the byte, which flips, rather then makes a normal load).
Puzzledude- Since : 2012-06-20
Re: HUD and Inventory
Thanks! Yeh, as PuzzleDude said, rotating is quite easy, there are only two bits that manage vertical and horizontal mirroring.
XaserLE- Since : 2013-01-22
Re: HUD and Inventory
This is super great.
By the way, how did you mannage to change the order in which the items are in the Inventory (when they go from left to right). I thought this was actually impossible to make. It is always Bow, boomerang, hookshot, bomb, powder etc. But in this case it is Bow, boomerang, bombs, powder, cape etc.
Since I once changed the positions of boomerang and hookshot, but it didn't work. The second item was always boomerang (despite the fact that hookshot was displayed).
By the way, how did you mannage to change the order in which the items are in the Inventory (when they go from left to right). I thought this was actually impossible to make. It is always Bow, boomerang, hookshot, bomb, powder etc. But in this case it is Bow, boomerang, bombs, powder, cape etc.
Since I once changed the positions of boomerang and hookshot, but it didn't work. The second item was always boomerang (despite the fact that hookshot was displayed).
Puzzledude- Since : 2012-06-20
Re: HUD and Inventory
As you can see it is possible :-D
But ask XaserLE it was a painfull work for him and for me get the new order work and it is new code also needed.
But ask XaserLE it was a painfull work for him and for me get the new order work and it is new code also needed.
Spane- Since : 2013-01-22
Re: HUD and Inventory
Yes, as Spane said: It was painful. There were a lot of side effects about this. The first thing was to draw the items at the new positions (no problem). The second was to change the texts (annoying work, but no problem too, i am happy that Spane did this ). The third thing was to change the table that transforms from the internally menu index (saved at $202 in RAM) to the item you actually hold (saved at $303 in RAM). At this point, it worked if you had all items. The fourth thing was needed to make it work if you have gaps in the menu (items you haven't collected yet) --> the circle will jump randomly through the menu. This is caused by the order of the items in memory. The game trusts the fact that the item order in the menu is the same as the order in RAM (starting at $7EF340) so i needed to hardcode the new order to make the circle jump correctly over gaps.
(It's around 1000 lines of assembler code.)
Edit: The hud needs to be recoded too, otherwise it will show the wrong item.
(It's around 1000 lines of assembler code.)
Edit: The hud needs to be recoded too, otherwise it will show the wrong item.
XaserLE- Since : 2013-01-22
Re: HUD and Inventory
Great. I guess this is the first time to see the Menu so much edited from the original.
You know, when I first saw the Parallel Worlds brand new Menu, I thought: well they just put that in, haven't relized how much work is necessary for this to be done.
It's around 1000 lines of assembler code.
You know, when I first saw the Parallel Worlds brand new Menu, I thought: well they just put that in, haven't relized how much work is necessary for this to be done.
Last edited by Puzzledude on Sat 4 Oct 2014 - 6:14; edited 1 time in total
Puzzledude- Since : 2012-06-20
Re: HUD and Inventory
Thank you, i am very happy to see it that it works now
XaserLE- Since : 2013-01-22
Page 2 of 2 • 1, 2
Similar topics
» Inventory graphic editing
» Complete Inventory for Parallel Worlds
» Inventory and menu screen edit
» Enable picking up mushroom with magic powder in inventory
» Complete Inventory for Parallel Worlds
» Inventory and menu screen edit
» Enable picking up mushroom with magic powder in inventory
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum