diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-07 11:18:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-07 11:52:46 -0400 |
commit | 20573e3d384f73f63836864a0c6c9b0069ee9e9d (patch) | |
tree | aef4dd41cf400efbf95a1e83dd3ed8c6c4f48111 /include/main.h | |
parent | a91c5b4d723eff82947091956f02853ef4c8d955 (diff) |
Name text printer funcs
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index 7a6f4c36..ec3fca46 100644 --- a/include/main.h +++ b/include/main.h @@ -94,7 +94,7 @@ extern struct Unk2106FA0 gBacklightTop_2; // same as the first one, it's referen void NitroMain(void); -extern struct Unk21C48B8 gUnknown21C48B8; +extern struct Unk21C48B8 gMain; void FUN_02000DF4(void); void FUN_02000E0C(void); |