mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-22 04:10:48 -05:00
32 lines
648 B
C
32 lines
648 B
C
#ifndef POKEHEARTGOLD_VOLTORB_FLIP_DATA_H
|
|
#define POKEHEARTGOLD_VOLTORB_FLIP_DATA_H
|
|
|
|
#include "bg_window.h"
|
|
#include "touchscreen_list_menu.h"
|
|
|
|
typedef struct Ov122_021E9278 {
|
|
u8 unk0[5][2];
|
|
TouchscreenListMenuTemplate menuTemplate;
|
|
} Ov122_021E9278;
|
|
|
|
typedef struct MsgNoList {
|
|
const u8 *msgNos;
|
|
int size;
|
|
} MsgNoList;
|
|
|
|
typedef struct Ov122_021E6C2C {
|
|
int unk0;
|
|
int unk4;
|
|
int unk8;
|
|
} Ov122_021E6C2C;
|
|
|
|
typedef struct BgTemplates {
|
|
BgTemplate unk0[6];
|
|
} BgTemplates;
|
|
|
|
extern const u8 sMainMenuMsgNos[];
|
|
extern const u8 sGameInfoMsgNos[];
|
|
extern const u8 ov122_021E9270[];
|
|
|
|
#endif // POKEHEARTGOLD_VOLTORB_FLIP_DATA_H
|