diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-07 17:44:24 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-07 17:44:24 -0500 |
commit | 254f7f6a218d68ced40fdf5f08b3e63d272981fc (patch) | |
tree | 9159d3545978aa61ee210af5c66c09d3893f9e54 /include/functions.h | |
parent | 66780ab02c2d26de2b74e64b07320467a47b42db (diff) |
decompile rom_528AC.s
Diffstat (limited to 'include/functions.h')
-rw-r--r-- | include/functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.h b/include/functions.h index 6698a17..0606057 100644 --- a/include/functions.h +++ b/include/functions.h @@ -162,7 +162,7 @@ void SetMatrixScale(s16 xScale, s16 yScale, s16 matrixNum); //extern ? sub_F434(); //extern ? sub_F4FC(); //extern ? sub_F670(); -//extern ? sub_F6E0(); +extern void sub_F6E0(void); //extern ? sub_F74C(); //extern ? sub_F8B0(); //extern ? sub_FAE8(); @@ -384,7 +384,7 @@ extern void sub_1050C(void); //extern ? sub_88E4(); //extern ? sub_8974(); //extern ? sub_8A78(); -//extern ? sub_8ABC(); +extern void sub_8ABC(void); // asm/rom_1068C.s |