diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-09 08:59:59 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-09 08:59:59 -0500 |
commit | 9d70b8a4d9fc69064b5a0bde6670b4aaca25cf5e (patch) | |
tree | 4f0f3dc6ac18497b1452a02ab55490fce1f89e74 /include/math_util.h | |
parent | 7871a505b39e5452f0a39f96ce2deea810099906 (diff) | |
parent | f21b113bc6caee136d696aadfe8dc13d6e8f3622 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
Diffstat (limited to 'include/math_util.h')
-rw-r--r-- | include/math_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/math_util.h b/include/math_util.h index 74dbbe98e..473be5d45 100644 --- a/include/math_util.h +++ b/include/math_util.h @@ -2,5 +2,6 @@ #define GUARD_MATH_UTIL_H s16 sub_80D8B90(s16 y); +s16 sub_80D8AA0(s16 x, s16 y); #endif //GUARD_MATH_UTIL_H |