diff options
Diffstat (limited to 'include/textbox.h')
| -rw-r--r-- | include/textbox.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/textbox.h b/include/textbox.h index dbc11020..a25e0723 100644 --- a/include/textbox.h +++ b/include/textbox.h @@ -4,16 +4,16 @@ #include "global.h" typedef struct { - u8 doTextBox; - u8 unk; - u8 textSpeed; - u8 unk3; //HI? - u8 textWindowWidth; - u8 textWindowHeight; - u8 textWindowPosX; - u8 textWindowPosY; - u16 textIndex; - u16 unk2; //HI? + u8 doTextBox; + u8 unk; + u8 textSpeed; + u8 unk3; // HI? + u8 textWindowWidth; + u8 textWindowHeight; + u8 textWindowPosX; + u8 textWindowPosY; + u16 textIndex; + u16 unk2; // HI? } TextBox; extern TextBox gTextBox; |
