diff options
author | YamaArashi <shadow962@live.com> | 2016-10-08 22:08:38 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-08 22:08:38 -0700 |
commit | b2acbe1d80d2cd7dad81bb15c499234d66fb9720 (patch) | |
tree | d06fb4529795e2d90261f32b3999193557aa6490 /include/text.h | |
parent | cd9f796a03218fac930daaf8001a8575e181e396 (diff) |
decompile more rom4.s functions
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index bfad8e938..ff1229ffb 100644 --- a/include/text.h +++ b/include/text.h @@ -70,6 +70,10 @@ extern vu16 *const gBGControlRegs[]; extern vu16 *const gBGHOffsetRegs[]; extern vu16 *const gBGVOffsetRegs[]; +extern const u16 gUnknown_081E29D8[]; +extern const u16 gUnknown_081E29E0[]; +extern const u16 gUnknown_081E29E8[]; + extern const struct WindowConfig gWindowConfig_81E6C3C; extern const struct WindowConfig gWindowConfig_81E6C58; extern const struct WindowConfig gWindowConfig_81E6C74; |