summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadMax26 <51791854+MadMax26@users.noreply.github.com>2019-06-13 18:49:31 +0200
committerMadMax26 <51791854+MadMax26@users.noreply.github.com>2019-06-13 18:49:31 +0200
commit731107e959eeb8770d030ae45dac3cf77018886b (patch)
treec8c0cf277fe736955b261c116ad004aa4f434a96
parent275af305835f885388f0399920a4bd4ffe126d9c (diff)
Updated Spawn Point (for Fly or Teleport) (markdown => mediawiki)
-rw-r--r--Spawn-Point-(for-Fly-or-Teleport).mediawiki (renamed from Spawn-Point-(for-Fly-or-Teleport).md)6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spawn-Point-(for-Fly-or-Teleport).md b/Spawn-Point-(for-Fly-or-Teleport).mediawiki
index 8360f47..91c9d54 100644
--- a/Spawn-Point-(for-Fly-or-Teleport).md
+++ b/Spawn-Point-(for-Fly-or-Teleport).mediawiki
@@ -2,7 +2,7 @@ This tutorial is for how to add a new spawn point for fly.
After successfully achieved the "[Add a new map and landmark](https://github.com/pret/pokecrystal/wiki/Add-a-new-map-and-landmark)" tutorial,
-Simply edit constants/map_data_constants.asm:
+Simply edit [constants/map_data_constants.asm]:
`; johto
const SPAWN_NEW_BARK
@@ -11,7 +11,7 @@ Simply edit constants/map_data_constants.asm:
+ const SPAWN_GLOBALTERMINAL`
-Then edit data/maps/spawn_points.asm:
+Then edit [data/maps/spawn_points.asm]:
`SpawnPoints:
@@ -20,7 +20,7 @@ Then edit data/maps/spawn_points.asm:
+ spawn GLOBAL_TERMINAL_OUTSIDE, 8, 10
`
-Then edit data/maps/flypoints.asm
+Then edit [data/maps/flypoints.asm]
`Flypoints: