summaryrefslogtreecommitdiff
path: root/include/rescue_password_menu.h
blob: 8781b1f1f715a985abbf1f8a10c9a7ca527be6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef GUARD_RESCUE_PASSWORD_MENU_H
#define GUARD_RESCUE_PASSWORD_MENU_H

struct unkSprite
{
    u16 unk208;
    u16 unk20A;
    u16 unk20C;
    u16 unk20E;
};

struct RescuePasswordMenu
{
    // size: 0x214
    u32 currMenu;
    u32 state;
    u8 fill8[0x148 - 8];
    struct UnkTextStruct2 unk148[4];
    u8 fill1A8[0x208 - 0x1A8];

    struct unkSprite unk208;

    u32 unk210;
};

#endif