mirror of https://github.com/zeldaret/tmc.git
This commit is contained in:
parent
c95572b4df
commit
a2cf269272
|
@ -26,8 +26,8 @@ extern Message gMessage;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 flags;
|
u8 flags;
|
||||||
u8 code; // first byte read
|
u8 code; // first byte read
|
||||||
u16 param; // second byte read
|
u16 param; // second byte read
|
||||||
u16 extended; // ascii adjusted for jp chars
|
u16 extended; // ascii adjusted for jp chars
|
||||||
u16 _6;
|
u16 _6;
|
||||||
u16 textIndex;
|
u16 textIndex;
|
||||||
|
@ -83,7 +83,7 @@ void MessageInitialize(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Update the message system.
|
* @brief Update the message system.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void MessageMain(void);
|
void MessageMain(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue