pmd-red/include/text1.h

19 lines
512 B
C
Raw Permalink Normal View History

2023-08-05 19:34:20 +00:00
#ifndef GUARD_TEXT1_H
#define GUARD_TEXT1_H
2023-09-21 02:26:35 +00:00
#include "structs/str_text.h"
2023-08-05 19:34:20 +00:00
extern UnkTextStruct1 gUnknown_2027370[4];
extern UnkTextStruct2 gUnknown_202AFC0[4];
2024-09-15 18:29:02 +00:00
extern u32 gTextShadowMask;
2023-09-07 05:52:30 +00:00
extern u16 gUnknown_202B038[4][32][32]; // dimensions unknown... but usage points to these dimensions
2023-08-05 19:34:20 +00:00
void LoadCharmaps(void);
void SelectCharmap(u32);
2024-09-15 18:29:02 +00:00
u32 UpdateFadeInTile(u32 a0);
2023-08-05 19:34:20 +00:00
2023-09-07 05:52:30 +00:00
u32 sub_80063B0(void);
2024-10-07 12:25:22 +00:00
void xxx_call_save_unk_text_struct_800641C(const UnkTextStruct2 *a0, bool8 a1, bool8 a2);
2023-08-05 19:34:20 +00:00
2024-10-07 12:25:22 +00:00
#endif // GUARD_TEXT1_H