diff options
-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: |