├── .devcontainer ├── Dockerfile ├── devcontainer.json ├── fluxbox │ ├── apps │ ├── init │ └── startup ├── library-scripts │ └── desktop-lite-debian.sh └── tiled │ └── default.tiled-session ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ └── issue_report.yml ├── config │ ├── codeql.yml │ └── labeler.yml ├── pull_request_template.md └── workflows │ ├── build.yml │ └── labeler.yml ├── .gitignore ├── .vscode └── settings.json ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── app ├── build │ ├── build.ts │ ├── mod.ts │ ├── steps │ │ ├── 00_clean.ts │ │ ├── 10_data.ts │ │ ├── 20_maps.ts │ │ ├── 21_maps_diff.ts │ │ ├── 22_maps_world.ts │ │ ├── 30_textures.ts │ │ ├── 31_textures_packer.ts │ │ ├── 40_assets.ts │ │ └── 41_assets_app.ts │ └── util.ts ├── client │ ├── css │ │ └── styles.css │ ├── index.html │ └── js │ │ ├── app │ │ ├── app.ts │ │ ├── controls │ │ │ └── controller.ts │ │ ├── maps │ │ │ ├── area.ts │ │ │ ├── camera.ts │ │ │ ├── npc.creature.ts │ │ │ ├── npc.human.ts │ │ │ ├── npc.ts │ │ │ ├── region.ts │ │ │ ├── section.ts │ │ │ └── world.ts │ │ ├── mod.ts │ │ ├── rendering │ │ │ ├── render.ts │ │ │ └── renderable.ts │ │ └── types.ts │ │ └── loader.js └── tests │ └── integrity_test.ts ├── copyrighted ├── README.md ├── animated_map.gif ├── favicon.ico ├── gracidea.webp ├── hello.png ├── icons │ ├── contribute.png │ ├── debug.png │ ├── gracidea.png │ ├── license.png │ ├── map.png │ ├── note.png │ ├── patches.png │ ├── pokedoll.png │ └── share.png └── textures │ ├── all │ ├── regions │ │ ├── hoenn.png │ │ └── sevii_islands.png │ ├── worldmap.json │ ├── worldmap.png │ ├── worldmap.regions.json │ ├── worldmap.regions.tps │ ├── worldmap.regions.webp │ ├── worldmap.tps │ ├── worldmap.tsx │ └── worldmap.webp │ └── rse │ ├── creatures.json │ ├── creatures.tps │ ├── creatures.webp │ ├── npcs.json │ ├── npcs.webp │ ├── tileset.json │ ├── tileset.png │ ├── tileset.tps │ ├── tileset.tsx │ └── tileset.webp ├── deno.json ├── maps ├── all │ └── worldmap.tmx ├── gracidea.world └── hoenn │ ├── anime-banana-slakoth-garden.tmx │ ├── anime-crossgate-town.tmx │ ├── anime-foothill-town.tmx │ ├── anime-forbidden-forest.tmx │ ├── anime-forina.tmx │ ├── anime-lake-may.tmx │ ├── anime-larousse-city.tmx │ ├── anime-littleroot-port.tmx │ ├── anime-mirage-kingdom.tmx │ ├── anime-misty-village.tmx │ ├── anime-mount-kirikiri.tmx │ ├── anime-north-petalburg.tmx │ ├── anime-oldale-ruins.tmx │ ├── anime-rinshin-town.tmx │ ├── anime-rubello-town.tmx │ ├── anime-shroomish-forest.tmx │ ├── anime-the-greenhouse.tmx │ ├── anime-valley-of-steel.tmx │ ├── anime-volley-town.tmx │ ├── birth-island.tmx │ ├── dewford-town.tmx │ ├── ever-grande-city.tmx │ ├── fallarbor-town.tmx │ ├── faraway-island.tmx │ ├── fill-002.tmx │ ├── fill-003.tmx │ ├── fill-004.tmx │ ├── fill-005.tmx │ ├── fill-006.tmx │ ├── fill-007.tmx │ ├── fill-010.tmx │ ├── fill-011.tmx │ ├── fill-012.tmx │ ├── fill-013.tmx │ ├── fill-014.tmx │ ├── fill-015.tmx │ ├── fill-016.tmx │ ├── fill-017.tmx │ ├── fill-018.tmx │ ├── fill-019.tmx │ ├── fill-020.tmx │ ├── fill-021.tmx │ ├── fill-022.tmx │ ├── fill-023.tmx │ ├── fill-024.tmx │ ├── fill-025.tmx │ ├── fill-026.tmx │ ├── fill-027.tmx │ ├── fill-028.tmx │ ├── fill-029.tmx │ ├── fill-030.tmx │ ├── fill-031.tmx │ ├── fill-032.tmx │ ├── fill-033.tmx │ ├── fill-034.tmx │ ├── fill-035.tmx │ ├── fill-036.tmx │ ├── fill-037.tmx │ ├── fill-038.tmx │ ├── fill-039.tmx │ ├── fill-040.tmx │ ├── fill-041.tmx │ ├── fill-042.tmx │ ├── fill-043.tmx │ ├── fill-044.tmx │ ├── fill-045.tmx │ ├── fill-046.tmx │ ├── fill-047.tmx │ ├── fill-048.tmx │ ├── fill-049.tmx │ ├── fill-050.tmx │ ├── fill-051.tmx │ ├── fill-052.tmx │ ├── fill-053.tmx │ ├── fill-054.tmx │ ├── fill-055.tmx │ ├── fill-056.tmx │ ├── fill-057.tmx │ ├── fill-058.tmx │ ├── fill-059.tmx │ ├── fill-060.tmx │ ├── fortree-city.tmx │ ├── hoenn-route-101.tmx │ ├── hoenn-route-102.tmx │ ├── hoenn-route-103.tmx │ ├── hoenn-route-104.tmx │ ├── hoenn-route-105.tmx │ ├── hoenn-route-106.tmx │ ├── hoenn-route-107.tmx │ ├── hoenn-route-108.tmx │ ├── hoenn-route-109.tmx │ ├── hoenn-route-110.tmx │ ├── hoenn-route-111.tmx │ ├── hoenn-route-112.tmx │ ├── hoenn-route-113.tmx │ ├── hoenn-route-114.tmx │ ├── hoenn-route-115.tmx │ ├── hoenn-route-116.tmx │ ├── hoenn-route-117.tmx │ ├── hoenn-route-118.tmx │ ├── hoenn-route-119.tmx │ ├── hoenn-route-120.tmx │ ├── hoenn-route-121.tmx │ ├── hoenn-route-122.tmx │ ├── hoenn-route-123.tmx │ ├── hoenn-route-124.tmx │ ├── hoenn-route-125.tmx │ ├── hoenn-route-126.tmx │ ├── hoenn-route-127.tmx │ ├── hoenn-route-128.tmx │ ├── hoenn-route-129.tmx │ ├── hoenn-route-130.tmx │ ├── hoenn-route-131.tmx │ ├── hoenn-route-132.tmx │ ├── hoenn-route-133.tmx │ ├── hoenn-route-134.tmx │ ├── hoenn-safari-zone-expansion-north.tmx │ ├── hoenn-safari-zone-expansion-south.tmx │ ├── hoenn-safari-zone-neacro-bike-area.tmx │ ├── hoenn-safari-zone-nwmach-bike-area.tmx │ ├── hoenn-safari-zone-se.tmx │ ├── hoenn-safari-zone-sw.tmx │ ├── lavaridge-town.tmx │ ├── lilycove-city.tmx │ ├── littleroot-town.tmx │ ├── mauville-city.tmx │ ├── mossdeep-city.tmx │ ├── navel-rock.tmx │ ├── oldale-town.tmx │ ├── pacifidlog-town.tmx │ ├── petalburg-city.tmx │ ├── rustboro-city.tmx │ ├── sky-pillar.tmx │ ├── slateport-city.tmx │ ├── southern-island.tmx │ └── verdanturf-town.tmx └── vercel.json /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.devcontainer/Dockerfile -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.devcontainer/fluxbox/apps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.devcontainer/fluxbox/apps -------------------------------------------------------------------------------- /.devcontainer/fluxbox/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.devcontainer/fluxbox/init -------------------------------------------------------------------------------- /.devcontainer/fluxbox/startup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.devcontainer/fluxbox/startup -------------------------------------------------------------------------------- /.devcontainer/library-scripts/desktop-lite-debian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.devcontainer/library-scripts/desktop-lite-debian.sh -------------------------------------------------------------------------------- /.devcontainer/tiled/default.tiled-session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.devcontainer/tiled/default.tiled-session -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/issue_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.github/ISSUE_TEMPLATE/issue_report.yml -------------------------------------------------------------------------------- /.github/config/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.github/config/codeql.yml -------------------------------------------------------------------------------- /.github/config/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.github/config/labeler.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.github/workflows/labeler.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/README.md -------------------------------------------------------------------------------- /app/build/build.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/build.ts -------------------------------------------------------------------------------- /app/build/mod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/mod.ts -------------------------------------------------------------------------------- /app/build/steps/00_clean.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/00_clean.ts -------------------------------------------------------------------------------- /app/build/steps/10_data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/10_data.ts -------------------------------------------------------------------------------- /app/build/steps/20_maps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/20_maps.ts -------------------------------------------------------------------------------- /app/build/steps/21_maps_diff.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/21_maps_diff.ts -------------------------------------------------------------------------------- /app/build/steps/22_maps_world.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/22_maps_world.ts -------------------------------------------------------------------------------- /app/build/steps/30_textures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/30_textures.ts -------------------------------------------------------------------------------- /app/build/steps/31_textures_packer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/31_textures_packer.ts -------------------------------------------------------------------------------- /app/build/steps/40_assets.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/40_assets.ts -------------------------------------------------------------------------------- /app/build/steps/41_assets_app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/steps/41_assets_app.ts -------------------------------------------------------------------------------- /app/build/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/build/util.ts -------------------------------------------------------------------------------- /app/client/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/css/styles.css -------------------------------------------------------------------------------- /app/client/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/index.html -------------------------------------------------------------------------------- /app/client/js/app/app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/app.ts -------------------------------------------------------------------------------- /app/client/js/app/controls/controller.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/controls/controller.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/area.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/area.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/camera.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/camera.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/npc.creature.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/npc.creature.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/npc.human.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/npc.human.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/npc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/npc.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/region.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/region.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/section.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/section.ts -------------------------------------------------------------------------------- /app/client/js/app/maps/world.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/maps/world.ts -------------------------------------------------------------------------------- /app/client/js/app/mod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/mod.ts -------------------------------------------------------------------------------- /app/client/js/app/rendering/render.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/rendering/render.ts -------------------------------------------------------------------------------- /app/client/js/app/rendering/renderable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/rendering/renderable.ts -------------------------------------------------------------------------------- /app/client/js/app/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/app/types.ts -------------------------------------------------------------------------------- /app/client/js/loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/client/js/loader.js -------------------------------------------------------------------------------- /app/tests/integrity_test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/app/tests/integrity_test.ts -------------------------------------------------------------------------------- /copyrighted/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/README.md -------------------------------------------------------------------------------- /copyrighted/animated_map.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/animated_map.gif -------------------------------------------------------------------------------- /copyrighted/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/favicon.ico -------------------------------------------------------------------------------- /copyrighted/gracidea.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/gracidea.webp -------------------------------------------------------------------------------- /copyrighted/hello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/hello.png -------------------------------------------------------------------------------- /copyrighted/icons/contribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/contribute.png -------------------------------------------------------------------------------- /copyrighted/icons/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/debug.png -------------------------------------------------------------------------------- /copyrighted/icons/gracidea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/gracidea.png -------------------------------------------------------------------------------- /copyrighted/icons/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/license.png -------------------------------------------------------------------------------- /copyrighted/icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/map.png -------------------------------------------------------------------------------- /copyrighted/icons/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/note.png -------------------------------------------------------------------------------- /copyrighted/icons/patches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/patches.png -------------------------------------------------------------------------------- /copyrighted/icons/pokedoll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/pokedoll.png -------------------------------------------------------------------------------- /copyrighted/icons/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/icons/share.png -------------------------------------------------------------------------------- /copyrighted/textures/all/regions/hoenn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/regions/hoenn.png -------------------------------------------------------------------------------- /copyrighted/textures/all/regions/sevii_islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/regions/sevii_islands.png -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.json -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.png -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.regions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.regions.json -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.regions.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.regions.tps -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.regions.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.regions.webp -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.tps -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.tsx -------------------------------------------------------------------------------- /copyrighted/textures/all/worldmap.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/all/worldmap.webp -------------------------------------------------------------------------------- /copyrighted/textures/rse/creatures.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/creatures.json -------------------------------------------------------------------------------- /copyrighted/textures/rse/creatures.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/creatures.tps -------------------------------------------------------------------------------- /copyrighted/textures/rse/creatures.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/creatures.webp -------------------------------------------------------------------------------- /copyrighted/textures/rse/npcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/npcs.json -------------------------------------------------------------------------------- /copyrighted/textures/rse/npcs.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/npcs.webp -------------------------------------------------------------------------------- /copyrighted/textures/rse/tileset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/tileset.json -------------------------------------------------------------------------------- /copyrighted/textures/rse/tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/tileset.png -------------------------------------------------------------------------------- /copyrighted/textures/rse/tileset.tps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/tileset.tps -------------------------------------------------------------------------------- /copyrighted/textures/rse/tileset.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/tileset.tsx -------------------------------------------------------------------------------- /copyrighted/textures/rse/tileset.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/copyrighted/textures/rse/tileset.webp -------------------------------------------------------------------------------- /deno.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/deno.json -------------------------------------------------------------------------------- /maps/all/worldmap.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/all/worldmap.tmx -------------------------------------------------------------------------------- /maps/gracidea.world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/gracidea.world -------------------------------------------------------------------------------- /maps/hoenn/anime-banana-slakoth-garden.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-banana-slakoth-garden.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-crossgate-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-crossgate-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-foothill-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-foothill-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-forbidden-forest.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-forbidden-forest.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-forina.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-forina.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-lake-may.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-lake-may.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-larousse-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-larousse-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-littleroot-port.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-littleroot-port.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-mirage-kingdom.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-mirage-kingdom.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-misty-village.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-misty-village.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-mount-kirikiri.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-mount-kirikiri.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-north-petalburg.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-north-petalburg.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-oldale-ruins.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-oldale-ruins.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-rinshin-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-rinshin-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-rubello-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-rubello-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-shroomish-forest.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-shroomish-forest.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-the-greenhouse.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-the-greenhouse.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-valley-of-steel.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-valley-of-steel.tmx -------------------------------------------------------------------------------- /maps/hoenn/anime-volley-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/anime-volley-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/birth-island.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/birth-island.tmx -------------------------------------------------------------------------------- /maps/hoenn/dewford-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/dewford-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/ever-grande-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/ever-grande-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/fallarbor-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fallarbor-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/faraway-island.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/faraway-island.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-002.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-002.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-003.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-003.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-004.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-004.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-005.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-005.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-006.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-006.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-007.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-007.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-010.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-010.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-011.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-011.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-012.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-012.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-013.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-013.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-014.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-014.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-015.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-015.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-016.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-016.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-017.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-017.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-018.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-018.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-019.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-019.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-020.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-020.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-021.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-021.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-022.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-022.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-023.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-023.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-024.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-024.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-025.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-025.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-026.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-026.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-027.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-027.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-028.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-028.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-029.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-029.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-030.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-030.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-031.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-031.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-032.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-032.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-033.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-033.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-034.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-034.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-035.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-035.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-036.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-036.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-037.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-037.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-038.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-038.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-039.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-039.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-040.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-040.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-041.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-041.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-042.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-042.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-043.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-043.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-044.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-044.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-045.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-045.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-046.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-046.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-047.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-047.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-048.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-048.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-049.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-049.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-050.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-050.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-051.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-051.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-052.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-052.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-053.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-053.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-054.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-054.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-055.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-055.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-056.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-056.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-057.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-057.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-058.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-058.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-059.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-059.tmx -------------------------------------------------------------------------------- /maps/hoenn/fill-060.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fill-060.tmx -------------------------------------------------------------------------------- /maps/hoenn/fortree-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/fortree-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-101.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-101.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-102.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-102.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-103.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-103.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-104.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-104.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-105.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-105.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-106.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-106.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-107.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-107.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-108.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-108.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-109.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-109.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-110.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-110.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-111.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-111.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-112.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-112.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-113.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-113.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-114.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-114.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-115.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-115.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-116.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-116.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-117.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-117.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-118.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-118.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-119.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-119.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-120.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-120.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-121.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-121.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-122.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-122.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-123.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-123.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-124.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-124.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-125.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-125.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-126.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-126.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-127.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-127.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-128.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-128.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-129.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-129.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-130.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-130.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-131.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-131.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-132.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-132.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-133.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-133.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-route-134.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-route-134.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-safari-zone-expansion-north.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-safari-zone-expansion-north.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-safari-zone-expansion-south.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-safari-zone-expansion-south.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-safari-zone-neacro-bike-area.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-safari-zone-neacro-bike-area.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-safari-zone-nwmach-bike-area.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-safari-zone-nwmach-bike-area.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-safari-zone-se.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-safari-zone-se.tmx -------------------------------------------------------------------------------- /maps/hoenn/hoenn-safari-zone-sw.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/hoenn-safari-zone-sw.tmx -------------------------------------------------------------------------------- /maps/hoenn/lavaridge-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/lavaridge-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/lilycove-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/lilycove-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/littleroot-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/littleroot-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/mauville-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/mauville-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/mossdeep-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/mossdeep-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/navel-rock.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/navel-rock.tmx -------------------------------------------------------------------------------- /maps/hoenn/oldale-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/oldale-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/pacifidlog-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/pacifidlog-town.tmx -------------------------------------------------------------------------------- /maps/hoenn/petalburg-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/petalburg-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/rustboro-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/rustboro-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/sky-pillar.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/sky-pillar.tmx -------------------------------------------------------------------------------- /maps/hoenn/slateport-city.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/slateport-city.tmx -------------------------------------------------------------------------------- /maps/hoenn/southern-island.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/southern-island.tmx -------------------------------------------------------------------------------- /maps/hoenn/verdanturf-town.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/maps/hoenn/verdanturf-town.tmx -------------------------------------------------------------------------------- /vercel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowlighter/gracidea/HEAD/vercel.json --------------------------------------------------------------------------------