summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-03-08 14:44:44 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-03-08 14:44:44 -0600
commit1d95689766932d2b8f1ecc5d992ec8ece0b4b2ed (patch)
tree254d3a339f83f666f0b4797c4177403145b982f8 /include/text.h
parentc47e109fbf6de6c3848c3a4fef1e9d931a536e89 (diff)
Continue disassembling text.s
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.h b/include/text.h
index 75699144c..b977b429f 100644
--- a/include/text.h
+++ b/include/text.h
@@ -33,7 +33,7 @@ struct TextPrinter
{
struct TextWindow window;
- void (*callback)(u16, struct TextWindow *); // 0x10
+ void (*callback)(struct TextWindow *, u16); // 0x10
union {
struct
@@ -45,7 +45,7 @@ struct TextPrinter
u8 field_4; // 0x18
u8 field_5;
u8 field_6;
- u8 field_7;
+ u8 active;
} sub;
u8 sub_fields[8];
} sub_union;