diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-09 17:29:50 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-09 17:29:50 -0500 |
commit | ebae5167939d1a10a2a37324063bb4f70c43a4ea (patch) | |
tree | 0d3f180361b72c69d32f6b7efcaecf013ad28233 /include/mon_markings.h | |
parent | 4facfe910285787778666eeee747b4c1c7201d98 (diff) |
through sub_8098350
Diffstat (limited to 'include/mon_markings.h')
-rw-r--r-- | include/mon_markings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mon_markings.h b/include/mon_markings.h index 5b6abf356..d06264865 100644 --- a/include/mon_markings.h +++ b/include/mon_markings.h @@ -26,5 +26,6 @@ void sub_80F7418(u8 markings, s16 x, s16 y); void sub_80F7470(void); bool8 sub_80F7500(void); struct Sprite *sub_80F7940(u16 tileTag, u16 paletteTag, const u16 *palette); +void sub_80F7A10(u8 markings, void *dest); #endif //POKERUBY_MON_MARKINGS_H |