diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-11 13:11:32 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-11 13:11:32 -0500 |
commit | b0870ee7fbf34fe4fa8bf6a622a3c46aa326f1fb (patch) | |
tree | d460bab4119ca6326b0e71787c63794b52835fbd /include/variables.h | |
parent | 4c8669a3aad601f1381ca9c67c78040ce80157df (diff) |
decompile through sub_51C3C
Diffstat (limited to 'include/variables.h')
-rw-r--r-- | include/variables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h index 590ae00..a2112e1 100644 --- a/include/variables.h +++ b/include/variables.h @@ -3,6 +3,7 @@ // Place all external variable declarations in this file +extern void (*const gUnknown_08527F08[])(void); extern u16 gUnknown_0201A520[]; extern u16 gUnknown_0201AD20[]; extern u32 gUnknown_0201A500[]; @@ -172,4 +173,4 @@ extern struct Coord16 gUnknown_086A9694[]; extern struct Coord16 gUnknown_086A96AC[]; extern struct Coord16 gUnknown_086A96C0[]; -#endif // GUARD_VARIABLES_H
\ No newline at end of file +#endif // GUARD_VARIABLES_H |