Author Topic: FF7-PSX Tifa slots  (Read 3099 times)

allonmorris

  • *
  • Posts: 1
    • View Profile
FF7-PSX Tifa slots
« on: 2022-01-13 00:27:06 »
Hey guys,

I'm trying to change tifas slot reels in combat so that i can change the miss to hit or yeahs. The issue is i'm not sure where i would find these to modify them in the first place, i have wallmarket as iv been renaming some spells to use the modern names but i haven't come across the slot reels.

Could anyone help guide me to where they are or if i need to use a different programme to do this?

Thanks in advance!!!

nfitc1

  • *
  • Posts: 3011
  • I just don't know what went wrong.
    • View Profile
    • WM/PrC Blog
Re: FF7-PSX Tifa slots
« Reply #1 on: 2022-01-13 17:36:26 »
WallMarket cannot help. I can't give you actual memory addresses, but on the PC version(s) it's in the executable as a byte array of 0s, 1s and 2s. It's a 10x16 array and should be searchable in any hex editor. Sometimes knowing what to search for can help you find it. I can't guarantee that information helps.

First four "rows" are like this:
Code: [Select]
01 02 02 02 02 01 01 01 01 01 01 01 01 01 01 01
01 00 02 02 02 00 01 01 01 01 01 01 01 01 01 01
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01 01 00 02 02 00 01 01 01 01 01 01 01 01 01 01

The rows of 0s are "buffer" rows for the unusable X-3 limits
« Last Edit: 2022-01-13 17:37:57 by nfitc1 »