diff options
| author | dannye <33dannye@gmail.com> | 2020-05-20 19:40:33 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-20 20:02:53 -0500 |
| commit | 10f9559eab8c93b94abb8ae8d1083704ad4e169a (patch) | |
| tree | 7dbe7b152dde8a6e9b56664b5b8cdfc0d6be1253 /data/mapObjects/Route16.asm | |
| parent | Merge pull request #39 from TiKevin83/master (diff) | |
| download | pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.gz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.tar.xz pokeyellow-10f9559eab8c93b94abb8ae8d1083704ad4e169a.zip | |
Sync with pokered
Diffstat (limited to '')
| -rwxr-xr-x | data/mapObjects/Route16.asm (renamed from data/mapObjects/route16.asm) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mapObjects/route16.asm b/data/mapObjects/Route16.asm index 0b84caa7..93531d13 100755 --- a/data/mapObjects/route16.asm +++ b/data/mapObjects/Route16.asm @@ -1,4 +1,4 @@ -Route16Object: +Route16_Object: db $f ; border block db 9 ; warps @@ -10,7 +10,7 @@ Route16Object: warp 17, 5, 4, ROUTE_16_GATE_1F warp 24, 4, 6, ROUTE_16_GATE_1F warp 24, 5, 6, ROUTE_16_GATE_1F - warp 7, 5, 0, ROUTE_16_HOUSE + warp 7, 5, 0, ROUTE_16_FLY_HOUSE db 2 ; signs sign 27, 11, 8 ; Route16Text8 |
