diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-14 21:56:11 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-14 22:00:35 -0700 |
commit | a07d69d7c2e65ed8ea71ec88cc3c4cadbb444510 (patch) | |
tree | 431318948d5d6800788bbc545e49462ae75e7126 /include/mon_markings.h | |
parent | 6dac87abfd2bea0ddf126cdc1e9c31757c8fee36 (diff) |
Finish pokemon_summary_screen
Diffstat (limited to 'include/mon_markings.h')
-rw-r--r-- | include/mon_markings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mon_markings.h b/include/mon_markings.h index 852e8b4eb..22c3f14a4 100644 --- a/include/mon_markings.h +++ b/include/mon_markings.h @@ -21,4 +21,6 @@ struct PokemonMarkMenu /*0x10B4*/ u8 tileLoadState; }; // 10b8 +struct Sprite *sub_811FF94(u16 tileTag, u16 paletteTag, const u16 *palette); + #endif //POKEEMERALD_MON_MARKINGS_H |