diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-16 08:19:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 08:19:51 -0400 |
| commit | b9a113a9f4712771e37313a4c8a76f7ef23cebb2 (patch) | |
| tree | 08b999ddb2212e9f5dba4b1aa1e37c9a6cb4a35d /data/maps/objects/VictoryRoad2F.asm | |
| parent | Merge pull request #275 from Rangi42/master (diff) | |
| parent | Deobfuscate exit warps on indoor maps (diff) | |
| download | pokeyellow-b9a113a9f4712771e37313a4c8a76f7ef23cebb2.tar.gz pokeyellow-b9a113a9f4712771e37313a4c8a76f7ef23cebb2.tar.xz pokeyellow-b9a113a9f4712771e37313a4c8a76f7ef23cebb2.zip | |
Merge pull request #276 from TheFakeMateo/master
Deobfuscate exit warps on indoor maps
Diffstat (limited to 'data/maps/objects/VictoryRoad2F.asm')
| -rwxr-xr-x | data/maps/objects/VictoryRoad2F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/VictoryRoad2F.asm b/data/maps/objects/VictoryRoad2F.asm index 100b9b7f..170e25e7 100755 --- a/data/maps/objects/VictoryRoad2F.asm +++ b/data/maps/objects/VictoryRoad2F.asm @@ -3,8 +3,8 @@ VictoryRoad2F_Object: db 7 ; warps warp 0, 8, 2, VICTORY_ROAD_1F - warp 29, 7, 3, -1 - warp 29, 8, 3, -1 + warp 29, 7, 3, LAST_MAP + warp 29, 8, 3, LAST_MAP warp 23, 7, 0, VICTORY_ROAD_3F warp 25, 14, 2, VICTORY_ROAD_3F warp 27, 7, 1, VICTORY_ROAD_3F |
