Author Topic: [FF7] How to move the location of the battle command menu?  (Read 2335 times)

Raziel80

  • *
  • Posts: 119
    • View Profile
How to move the location of the battle command menu to the left, to not cover current Health points? How to make the battle menu transparent? For PC and PSX versions.
Answer to my questions:
1) To remove battle command menu borders and background:
0x0091C3E8: change 01 to 00

2) transparency for all menu and battle command menu background:
0x00dc3cd8: change 00 to 01

3) To move the location of the battle command menu to the left:
Battle Command menu Window X-coord (2 bytes): 0x0091C3D8, original value 0x0090
all battle menu commands X-coord (2 bytes): 0x006DE734, original value 0x009C
limit battle menu command X-coord (2 bytes): 0x006DE4CD, original value 0x009C
if Coin command is equipped, Coin command X-coord (2 bytes): 0x006DE685, original value 0x009C
if Coin command is equipped, Throw command X-coord (2 bytes): 0x006DE6CC, original value 0x009C
Command menu red arrows X-coord (2 bytes): 0x006DE7D9, original value 0x0098

Still have a questions, how to make only the battle menu transparent?
How to prevent current HP and Max HP values ​​from disappearing in the battle menu when the battle command menu occupies two or three columns?
« Last Edit: 2019-12-09 19:20:55 by Raziel80 »