mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-02 22:15:20 -05:00
9 lines
230 B
C
Executable File
9 lines
230 B
C
Executable File
#ifndef GUARD_POKEDEX_AREA_REGION_MAP_H
|
|
#define GUARD_POKEDEX_AREA_REGION_MAP_H
|
|
|
|
void LoadPokedexAreaMapGfx();
|
|
bool32 TryShowPokedexAreaMap(void);
|
|
void PokedexAreaMapChangeBgY(u32 move);
|
|
|
|
#endif // GUARD_POKEDEX_AREA_REGION_MAP_H
|