Changes

Jump to navigation Jump to search

FF7/Menu Module

78 bytes removed, 02:14, 13 July 2019
Menu Modules
This is the begin menu.
[[File:Menu Begin.jpg|thumb]]
This is a screen form the "save" module. Begin initializes the menu system and calls save to load a game or to start the game.
=== Party ===
[[File:Menu Party.jpg|thumb]]
This is the menu you see when you manually enter the menu system. Things to note is the empty box in the lower screen shows what location you are in. Debug rooms have no name most of the time.
This is the item menu.
[[File:Menu Item.jpg|thumb]]
=== Magic ===
This is the magic menu.
[[File:Menu Magic.jpg|thumb]]
Both magic and summon are accessed in the same module.
The equip menu is a little strange.
[[File:Menu Equip.jpg|thumb]]
Equip and Materia are in the same module.
This is the status menu.
[[File:Menu Status.jpg|thumb]]
=== Change ===
[[File:Menu Change.jpg|thumb]]
Also known as "Order", this is the simplest and smallest of all the menu modules, it just changes the order of the party, it uses the party screen as a background.
This is the limit menu.
[[File:Menu Limit.jpg|thumb]]
=== Config ===
[[File:Menu Config.jpg|thumb]]
This is where a good deal of environment variables can be changed.
This is also known as the PHS screen.
[[File:Menu Form.jpg|thumb]]
Form can also be called when you need to make a two or three teams of people.
The all important save screen.
[[File:Menu Save.jpg|thumb]]
To save time, this will only load the first 80 bytes of each save as a preview. It allows a quick look without having to load the whole memory card, which can take upward of a minute. This is also responsible for loading games too, when called from "Begin".
This is the naming screen.
[[File:Menu Name.jpg|thumb]]
If you try and use the same name screen twice in a game, you will loose your old name and will be overwritten with the default one.
This is your typical shop.
[[File:Menu Shop.jpg|thumb]]
You can, of course, sell items from this module as well.

Navigation menu