diff options
author | red031000 <rubenru09@aol.com> | 2020-08-07 18:15:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 18:15:57 +0200 |
commit | 8c3282cded0a1f6a54160e7166bfea23ec31da7e (patch) | |
tree | 4773d2f08e7c7207a884ac2bd6c0e79cb3cd5835 /include/main.h | |
parent | 14655718ad3fa1ea0ce481b599943b3480ad9e3e (diff) | |
parent | 20573e3d384f73f63836864a0c6c9b0069ee9e9d (diff) |
Merge pull request #259 from PikalaxALT/pikalax_work
Refactor message command syntax; decomp string16 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); |