diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-03 10:30:20 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-04 19:49:53 -0400 |
commit | ae9a60eb2ad7400d2f1c4367d31f3ebbbbbb1f91 (patch) | |
tree | 51b29617ebcb130e8774b6e6d444ae8beb7391f8 /gflib/text.h | |
parent | e8f22984983c22bb0c5d1d0d1b4e74cebc7eb932 (diff) |
Documenting and whitespace fixing
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gflib/text.h b/gflib/text.h index b76897757..4cf5bc20b9 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -373,8 +373,8 @@ struct Struct_03002F90 u32 unk20[8]; u32 unk40[8]; u32 unk60[8]; - u8 unk80; - u8 unk81; + u8 width; + u8 height; }; extern TextFlags gTextFlags; |