summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-03-29 19:02:15 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-03-29 19:02:15 -0500
commitb95747dc69a1a52a37b2002e12c12c9a57e72962 (patch)
treea63b85d17d45b33918e1a7ce8551fc27377bfb8d /include/text.h
parent0931f65fa264ac6e1ec02ced224ea7f0e5f3863b (diff)
Begin disassembling window.s
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/text.h b/include/text.h
index 9a3434583..d8fc6f89d 100644
--- a/include/text.h
+++ b/include/text.h
@@ -13,18 +13,6 @@
#define NUM_TEXT_PRINTERS 32
-struct Window
-{
- u8 priority;
- u8 tilemapLeft;
- u8 tilemapTop;
- u8 width;
- u8 height;
- u8 paletteNum;
- u16 baseBlock;
- u8 *tileData;
-};
-
struct TextPrinter
{
struct TextSubPrinter { // TODO: Better name