Author Topic: [FF7] How to find out which map module is used?  (Read 527 times)

Raziel80

  • *
  • Posts: 135
    • View Profile
[FF7] How to find out which map module is used?
« on: 2025-09-12 12:53:40 »
How to find out which map module is used during gameplay: World map or Field map or Battle? Interested in both versions PC and PSX. In theory, both versions use the same method.
« Last Edit: 2025-09-12 13:27:05 by Raziel80 »

Akari

  • *
  • Posts: 744
    • View Profile
Re: [FF7] How to find out which map module is used?
« Reply #1 on: 2025-09-12 13:44:17 »
On PSX in english version used variable 0x8009c560
Code: [Select]
                    1 - field.
                    2 - battle.
                    3 - world map.
                    4 - battle.
                    5 - menu.
                    6 - highway.
                    7 - chocobo.
                    8 - snowboard.
                    9 - condor.
                    a - submarine.
                    b - jet.
                    c - disc change.
                    d - menu.
                    e - snowboard2.
                   10 - ???

Raziel80

  • *
  • Posts: 135
    • View Profile
Re: [FF7] How to find out which map module is used?
« Reply #2 on: 2025-09-13 07:44:38 »
Thank you very much.

mav

  • *
  • Posts: 271
  • The Sauce team
    • View Profile
Re: [FF7] How to find out which map module is used?
« Reply #3 on: 2025-09-13 19:23:09 »
On PC it's at 0xCBF9DC and the list of possible values is the same as the one Akari shared.

Raziel80

  • *
  • Posts: 135
    • View Profile
Re: [FF7] How to find out which map module is used?
« Reply #4 on: 2025-09-14 06:31:03 »
the list of possible values is the same as the one Akari shared.
Thanks. I want to clarify the question. What variable would you recommend using in a trainer in order to know where the player is located now: on the World map, on the Field map or in Battle? Is this map module variable most suitable for this purpose?
« Last Edit: 2025-09-14 16:49:04 by Raziel80 »