Final Fantasy 7 > General Discussion

FF7-PSX Tifa slots

(1/1)

allonmorris:
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:
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: ---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
--- End code ---

The rows of 0s are "buffer" rows for the unusable X-3 limits

Navigation

[0] Message Index

Go to full version