diff options
| author | Daniel Harding <33dannye@gmail.com> | 2019-01-13 22:38:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-13 22:38:16 -0600 |
| commit | 725b86ebbec23bd1f53fd60bf0201c904fee951d (patch) | |
| tree | a37f4d33c5b77635c7ff72b91a73fcd90c4af915 /data/mapObjects/CinnabarLabMetronomeRoom.asm | |
| parent | Merge pull request #195 from Rangi42/master (diff) | |
| parent | Rename map files, labels, and constants to be consistent and work with Polish... (diff) | |
| download | pokeyellow-725b86ebbec23bd1f53fd60bf0201c904fee951d.tar.gz pokeyellow-725b86ebbec23bd1f53fd60bf0201c904fee951d.tar.xz pokeyellow-725b86ebbec23bd1f53fd60bf0201c904fee951d.zip | |
Merge pull request #196 from Rangi42/polishedmaps
Rename map files, labels, and constants to be consistent and work with Polished Map
Diffstat (limited to '')
| -rwxr-xr-x | data/mapObjects/CinnabarLabMetronomeRoom.asm (renamed from data/mapObjects/lab3.asm) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/mapObjects/lab3.asm b/data/mapObjects/CinnabarLabMetronomeRoom.asm index 73ba321d..37f93d43 100755 --- a/data/mapObjects/lab3.asm +++ b/data/mapObjects/CinnabarLabMetronomeRoom.asm @@ -1,9 +1,9 @@ -Lab3Object: +CinnabarLabMetronomeRoom_Object: db $17 ; border block db 2 ; warps - warp 2, 7, 3, CINNABAR_LAB_1 - warp 3, 7, 3, CINNABAR_LAB_1 + warp 2, 7, 3, CINNABAR_LAB + warp 3, 7, 3, CINNABAR_LAB db 3 ; signs sign 0, 4, 3 ; Lab3Text3 @@ -15,5 +15,5 @@ Lab3Object: object SPRITE_OAK_AIDE, 2, 3, WALK, 2, 2 ; person ; warp-to - warp_to 2, 7, CINNABAR_LAB_3_WIDTH ; CINNABAR_LAB_1 - warp_to 3, 7, CINNABAR_LAB_3_WIDTH ; CINNABAR_LAB_1 + warp_to 2, 7, CINNABAR_LAB_METRONOME_ROOM_WIDTH ; CINNABAR_LAB + warp_to 3, 7, CINNABAR_LAB_METRONOME_ROOM_WIDTH ; CINNABAR_LAB |
