summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-08 14:54:51 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-08 14:54:51 +0200
commit95e4ae06ceacc583ecd7678adda2f19675be507d (patch)
treefe20cc9a7c43f2edf638ce5bfb491b60277cf3b6 /include/text.h
parent7552caaadc3b5ec64bc4ea8c6927d6d452238730 (diff)
battle message decompiled and dumped
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
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;