diff options
author | yenatch <yenatch@gmail.com> | 2017-09-23 13:50:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 13:50:55 -0400 |
commit | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (patch) | |
tree | 0b20aeb72cc21dbfbaf99ad08750934471cccf96 /src/text.c | |
parent | 2ad419e4b914ba17b5b3c3e60ef56726da0cf59b (diff) | |
parent | 21f668d6a574dd7df4d761148c6f02ee4cdda6f1 (diff) |
Merge pull request #36 from DizzyEggg/decomp_egg_hatch
Decompile Egg Hatch
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/text.c b/src/text.c index aa4e201c0..0081a8244 100644 --- a/src/text.c +++ b/src/text.c @@ -244,12 +244,11 @@ void RunTextPrinters(void) } } -bool8 IsTextPrinterActive(u8 id) +bool16 IsTextPrinterActive(u8 id) { return gTextPrinters[id].sub_union.sub.active; } - u32 RenderFont(struct TextPrinter *textPrinter) { u32 ret; |