help_system: through sub_813C3AC
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
#define FLAG_0x82C 0x82C
|
||||
#define FLAG_0x82F 0x82F
|
||||
#define FLAG_0x830 0x830
|
||||
#define FLAG_0x834 0x834
|
||||
#define FLAG_SYS_NOT_SOMEONES_PC 0x834
|
||||
#define FLAG_0x83C 0x83C
|
||||
#define FLAG_0x83E 0x83E
|
||||
#define FLAG_0x841 0x841
|
||||
|
||||
@@ -143,6 +143,8 @@ extern const u8 gUnknown_841DFBE[];
|
||||
extern const u8 gUnknown_841DFC9[];
|
||||
|
||||
// help_system
|
||||
extern const u8 gUnknown_841CB3C[];
|
||||
extern const u8 gUnknown_841CB41[];
|
||||
extern const u8 gUnknown_841CB49[];
|
||||
extern const u8 gUnknown_841CB4E[];
|
||||
|
||||
|
||||
+5
-1
@@ -68,7 +68,8 @@
|
||||
#define CHAR_y 0xED
|
||||
#define CHAR_z 0xEE
|
||||
#define CHAR_SPECIAL_F7 0xF7
|
||||
#define CHAR_SPECIAL_F9 0xF9
|
||||
#define CHAR_KEYPAD_ICON 0xF8
|
||||
#define CHAR_EXTRA_EMOJI 0xF9
|
||||
#define CHAR_COLON 0xF0
|
||||
#define CHAR_PROMPT_SCROLL 0xFA // waits for button press and scrolls dialog
|
||||
#define CHAR_PROMPT_CLEAR 0xFB // waits for button press and clears dialog
|
||||
@@ -192,6 +193,8 @@ extern u8 gStringVar2[];
|
||||
extern u8 gStringVar3[];
|
||||
extern u8 gStringVar4[];
|
||||
|
||||
extern const u8 gKeypadIconTiles[];
|
||||
|
||||
void SetFontsPointer(const struct FontInfo *fonts);
|
||||
void DeactivateAllTextPrinters(void);
|
||||
u16 AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 *str, u8 x, u8 y, u8 speed, void (*callback)(struct TextPrinterTemplate *, u16));
|
||||
@@ -248,6 +251,7 @@ s32 GetGlyphWidthFont1(u16 glyphId, bool32 isJapanese);
|
||||
void DecompressGlyphFont9(u16 glyphId);
|
||||
s32 GetGlyphWidthFont3(u16 glyphId, bool32 isJapanese);
|
||||
s32 GetGlyphWidthFont4(u16 glyphId, bool32 isJapanese);
|
||||
void DecompressGlyphFont5(u16 glyphId, bool32 isJapanese);
|
||||
s32 GetGlyphWidthFont5(u16 glyphId, bool32 isJapanese);
|
||||
void sub_80062B0(struct Sprite *sprite);
|
||||
u8 CreateTextCursorSpriteForOakSpeech(u8 sheetId, u16 x, u16 y, u8 priority, u8 subpriority);
|
||||
|
||||
Reference in New Issue
Block a user