diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-21 11:48:39 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-21 11:48:39 -0400 |
| commit | a9941e28cc3beb33742ef072aaa46941606781fa (patch) | |
| tree | 2387b860b0fb72fcfc6b63bd7ec3785fbc523fd6 /data/maps | |
| parent | fc99117d884c906d34923586b78b683220a1bb6d (diff) | |
Define NUM_FLYPOINTS
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/flypoints.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/flypoints.asm b/data/maps/flypoints.asm index e3578daaa..faf3a4daa 100644 --- a/data/maps/flypoints.asm +++ b/data/maps/flypoints.asm @@ -27,4 +27,4 @@ Flypoints: db LANDMARK_FUCHSIA_CITY, SPAWN_FUCHSIA db LANDMARK_CINNABAR_ISLAND, SPAWN_CINNABAR db LANDMARK_INDIGO_PLATEAU, SPAWN_INDIGO - db -1 + db -1 ; end |
