Rename map files, labels, and constants to be consistent and work with Polished Map

This commit is contained in:
Rangi 2019-01-01 15:06:23 -05:00
parent 90430e6dee
commit c779602459
1398 changed files with 6631 additions and 6166 deletions

21
data/mapObjects/SilphCo1F.asm Executable file
View file

@ -0,0 +1,21 @@
SilphCo1F_Object:
db $2e ; border block
db 5 ; warps
warp 10, 17, 5, -1
warp 11, 17, 5, -1
warp 26, 0, 0, SILPH_CO_2F
warp 20, 0, 0, SILPH_CO_ELEVATOR
warp 16, 10, 6, SILPH_CO_3F
db 0 ; signs
db 1 ; objects
object SPRITE_CABLE_CLUB_WOMAN, 4, 2, STAY, DOWN, 1 ; person
; warp-to
warp_to 10, 17, SILPH_CO_1F_WIDTH
warp_to 11, 17, SILPH_CO_1F_WIDTH
warp_to 26, 0, SILPH_CO_1F_WIDTH ; SILPH_CO_2F
warp_to 20, 0, SILPH_CO_1F_WIDTH ; SILPH_CO_ELEVATOR
warp_to 16, 10, SILPH_CO_1F_WIDTH ; SILPH_CO_3F