diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-08 19:35:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 19:35:48 -0500 |
commit | 7e2330e7fd01f5eebb7fdeb157d3dd29b4da3f0f (patch) | |
tree | 8e197c66593ace92b61cebf95ca67fb2592aa6f1 /include/strings.h | |
parent | 26f7ba482384ad4f63063797a527b7fb33572aa1 (diff) | |
parent | 4e87e3567f91b0b2ebf792a7a2f9030a63578dfd (diff) |
Merge pull request #206 from PikalaxALT/region_map
Region map
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 90fd49b52..8911a7c93 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1003,4 +1003,34 @@ extern const u8 gText_UnionRoomTradesBattles[]; extern const u8 gText_LinkBattles[]; extern const u8 gText_LinkCableBattles[]; +// region_map +extern const u8 gText_RegionMap_DPadMove[]; +extern const u8 gText_RegionMap_Space[]; +extern const u8 gText_RegionMap_AButtonGuide[]; +extern const u8 gText_RegionMap_AButtonCancel[]; +extern const u8 gText_RegionMap_AButtonCancel2[]; +extern const u8 gText_RegionMap_AButtonSwitch[]; +extern const u8 gText_RegionMap_AButtonOK[]; +extern const u8 gText_RegionMap_UpDownPick[]; +extern const u8 gText_RegionMap_NoData[]; +extern const u8 gText_RegionMap_AreaDesc_ViridianForest[]; +extern const u8 gText_RegionMap_AreaDesc_MtMoon[]; +extern const u8 gText_RegionMap_AreaDesc_DiglettsCave[]; +extern const u8 gText_RegionMap_AreaDesc_VictoryRoad[]; +extern const u8 gText_RegionMap_AreaDesc_PokemonMansion[]; +extern const u8 gText_RegionMap_AreaDesc_SafariZone[]; +extern const u8 gText_RegionMap_AreaDesc_RockTunnel[]; +extern const u8 gText_RegionMap_AreaDesc_SeafoamIslands[]; +extern const u8 gText_RegionMap_AreaDesc_PokemonTower[]; +extern const u8 gText_RegionMap_AreaDesc_CeruleanCave[]; +extern const u8 gText_RegionMap_AreaDesc_PowerPlant[]; +extern const u8 gText_RegionMap_AreaDesc_MtEmber[]; +extern const u8 gText_RegionMap_AreaDesc_BerryForest[]; +extern const u8 gText_RegionMap_AreaDesc_IcefallCave[]; +extern const u8 gText_RegionMap_AreaDesc_LostCave[]; +extern const u8 gText_RegionMap_AreaDesc_TanobyRuins[]; +extern const u8 gText_RegionMap_AreaDesc_AlteringCave[]; +extern const u8 gText_RegionMap_AreaDesc_PatternBush[]; +extern const u8 gText_RegionMap_AreaDesc_DottedHole[]; + #endif //GUARD_STRINGS_H |