summaryrefslogtreecommitdiff
path: root/data/maps/objects/SaffronGym.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-16 08:19:51 -0400
committerGitHub <noreply@github.com>2020-07-16 08:19:51 -0400
commitb9a113a9f4712771e37313a4c8a76f7ef23cebb2 (patch)
tree08b999ddb2212e9f5dba4b1aa1e37c9a6cb4a35d /data/maps/objects/SaffronGym.asm
parentd3a01f777d2bbb3bc5ec6822af893d16fda19936 (diff)
parent4ecff22f716aad9e9ad034cb0feae6cae273162e (diff)
Merge pull request #276 from TheFakeMateo/master
Deobfuscate exit warps on indoor maps
Diffstat (limited to 'data/maps/objects/SaffronGym.asm')
-rwxr-xr-xdata/maps/objects/SaffronGym.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/SaffronGym.asm b/data/maps/objects/SaffronGym.asm
index 1869421a..17bf8c0e 100755
--- a/data/maps/objects/SaffronGym.asm
+++ b/data/maps/objects/SaffronGym.asm
@@ -2,8 +2,8 @@ SaffronGym_Object:
db $2e ; border block
db 32 ; warps
- warp 8, 17, 2, -1
- warp 9, 17, 2, -1
+ warp 8, 17, 2, LAST_MAP
+ warp 9, 17, 2, LAST_MAP
warp 1, 3, 22, SAFFRON_GYM
warp 5, 3, 15, SAFFRON_GYM
warp 1, 5, 18, SAFFRON_GYM