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/region_map.h | |
parent | 6dac87abfd2bea0ddf126cdc1e9c31757c8fee36 (diff) |
Finish pokemon_summary_screen
Diffstat (limited to 'include/region_map.h')
-rw-r--r-- | include/region_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/region_map.h b/include/region_map.h index af331ad81..6339f7a88 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -94,5 +94,6 @@ void CreateRegionMapCursor(u16 tileTag, u16 paletteTag); u8 *GetMapName(u8 *, u16, u16); bool32 sub_8124668(u8 mapSecId); u8 *sub_81245DC(u8 *dest, u16 mapSecId); +u8 *sub_8124610(u8 *dest, u16 mapSecId); #endif //GUARD_REGION_MAP_H |