Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Xeeynamo

Pages: [1]
1
I'm exploring the MENU folder on FF7 PSX disc (I'm working on a little ff7 engine) and I've started to study the SAVEMENU:

0x00000 byte[2][8]: MMC Devices (bu0X:)
0x00010 uint[16]: Offset from 801D0804 to 801D16A4
0x00050 byte[15][20]: String that contain the name of savefile (BASCUS-94163FF7-SXX)
0x0017C byte[2][8]: MMC Devices with * (bu0X:*   ?)
0x0018C byte[2][8]: MMC Devices with %s (like printf("bu00:%s", getSaveName(0x00050));  )
0x0019C byte[15][36]: Used when you save the game
[...]
0x04EDC [23044 bytes] -> Sword texture (That is displayed on "New game" screen)
0x0A8E0 [17916 bytes] -> Empty
0x0F10C -> The 15 textures that are used on the saves
0x12C78 uint[16] -> Offset for getSaveName (like 0x00050). The 16's value is 0
0x12CB8 uint[16] -> Offset for getUnknow (like 0x0019C). The 16's value is 0
0x12CFC -> Strings...


I know, isn't much but I hope that this topic will be useful :)

Pages: [1]