diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-09 20:25:41 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-09 20:25:41 -0400 |
commit | f1d07acc48e483f00f8d6d573af12199f68123d4 (patch) | |
tree | 6e9ace8e4822e19224561dc99728d80699eaa635 /include/text.h | |
parent | 6d66081be0b1b26ce55a6f1a2a20644e2ae5c7f7 (diff) | |
parent | 8914645231c9301579ed39bdd9200ad50e5296d0 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into use_build
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index 217de0687..c09b41ad3 100644 --- a/include/text.h +++ b/include/text.h @@ -103,7 +103,7 @@ struct TextPrinterSubStruct struct TextSubPrinter // TODO: Better name { - u8* current_text_offset; + const u8* current_text_offset; u8 windowId; u8 fontId; u8 x; |