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

22
data/mapObjects/CeladonGym.asm Executable file
View file

@ -0,0 +1,22 @@
CeladonGym_Object:
db $3 ; border block
db 2 ; warps
warp 4, 17, 6, -1
warp 5, 17, 6, -1
db 0 ; signs
db 8 ; objects
object SPRITE_ERIKA, 4, 3, STAY, DOWN, 1, OPP_ERIKA, 1
object SPRITE_LASS, 2, 11, STAY, RIGHT, 2, OPP_LASS, 17
object SPRITE_FOULARD_WOMAN, 7, 10, STAY, LEFT, 3, OPP_BEAUTY, 1
object SPRITE_LASS, 9, 5, STAY, DOWN, 4, OPP_JR_TRAINER_F, 11
object SPRITE_FOULARD_WOMAN, 1, 5, STAY, DOWN, 5, OPP_BEAUTY, 2
object SPRITE_LASS, 6, 3, STAY, DOWN, 6, OPP_LASS, 18
object SPRITE_FOULARD_WOMAN, 3, 3, STAY, DOWN, 7, OPP_BEAUTY, 3
object SPRITE_LASS, 5, 3, STAY, DOWN, 8, OPP_COOLTRAINER_F, 1
; warp-to
warp_to 4, 17, CELADON_GYM_WIDTH
warp_to 5, 17, CELADON_GYM_WIDTH