Open Fullscreen Menu 48D

Signature

int openfullscreenmenu_48d(int flags, int identifier); //id:0x048d

Description

Opens a specific full screen menu.

The execution of the following functions is stopped until the menu is closed.

If the Strahl menu was opened, the return value is the selected location. For all other menus, its always 0.

Arguments

Flags: Type & Identifier

Type
Name
Description & Identifier (x)

0

Strahl

Open the world map to select a destination for the Strahl.

1

World Map

Open the world map.

2

Shop

Open the shop x.

3

Airship Route

Open menu with airship route x.

4

Hunt Map

Open the location map of where the petitioner of hunt x is.

5

Save / Load

Open the save (0), load (1), or trial (1) menu.

6

Tutorial

Play the gambit tutorial (0), licenses tutorial (1) or map tutorial (2).

7

Party Menu

Open party menu (0), or airship route (>1).

Flags: Display on Top Layer

If set, the menu will be displayed on top of everything else.

Example

Open the shop of Baknamy Merchant.

ucoff();
sethpmenu(0);
openfullscreenmenu_48d(0x8002, 16);
ucon();
sethpmenu(1);

Notes

Before calling this function:

The licenses tutorial is no longer available in the zodiac age.

Last updated