pmd-red/include/pokemon_news1.h

25 lines
560 B
C
Raw Normal View History

2023-09-23 22:50:18 +00:00
#ifndef GUARD_POKEMON_NEWS1_H
#define GUARD_POKEMON_NEWS1_H
#include "constants/wonder_mail.h"
#include "structs/menu.h"
2023-09-23 22:50:18 +00:00
#include "structs/str_text.h"
2024-07-13 12:10:54 +00:00
#include "structs/struct_sub80095e4.h"
2023-09-23 22:50:18 +00:00
// size: 0xD4;
struct unkStruct_203B2CC
{
/* 0x0 */ u8 receivedNewsletters[NUM_POKEMON_NEWS];
2024-07-13 12:10:54 +00:00
/* 0x38 */ struct_Sub80095E4 s38;
2023-09-23 22:50:18 +00:00
};
u8 GetPokemonNewsIndex(void);
bool8 HasNoPKMNNews(void);
bool8 sub_802B640(u32, UnkTextStruct2_sub *, u32);
u32 sub_802B720(bool8);
void sub_802B7D0(bool8 cursorSprite);
void sub_802B81C(void);
2024-07-13 12:10:54 +00:00
#endif // GUARD_POKEMON_NEWS1_H