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/SilphCo11F.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/SilphCo11F.asm')
| -rwxr-xr-x | data/maps/objects/SilphCo11F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/objects/SilphCo11F.asm b/data/maps/objects/SilphCo11F.asm index 7a1dff73..3eda424c 100755 --- a/data/maps/objects/SilphCo11F.asm +++ b/data/maps/objects/SilphCo11F.asm @@ -4,7 +4,7 @@ SilphCo11F_Object: db 4 ; warps warp 9, 0, 1, SILPH_CO_10F warp 13, 0, 0, SILPH_CO_ELEVATOR - warp 5, 5, 9, -1 + warp 5, 5, 9, LAST_MAP warp 3, 2, 3, SILPH_CO_7F db 0 ; signs |
