mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-23 23:52:23 +13:00
Rename map files, labels, and constants to be consistent and work with Polished Map
This commit is contained in:
parent
90430e6dee
commit
c779602459
1398 changed files with 6631 additions and 6166 deletions
18
data/mapObjects/CeruleanGym.asm
Executable file
18
data/mapObjects/CeruleanGym.asm
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
CeruleanGym_Object:
|
||||
db $3 ; border block
|
||||
|
||||
db 2 ; warps
|
||||
warp 4, 13, 3, -1
|
||||
warp 5, 13, 3, -1
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 4 ; objects
|
||||
object SPRITE_BRUNETTE_GIRL, 4, 2, STAY, DOWN, 1, OPP_MISTY, 1
|
||||
object SPRITE_LASS, 2, 3, STAY, RIGHT, 2, OPP_JR_TRAINER_F, 1
|
||||
object SPRITE_SWIMMER, 8, 7, STAY, LEFT, 3, OPP_SWIMMER, 1
|
||||
object SPRITE_GYM_HELPER, 7, 10, STAY, DOWN, 4 ; person
|
||||
|
||||
; warp-to
|
||||
warp_to 4, 13, CERULEAN_GYM_WIDTH
|
||||
warp_to 5, 13, CERULEAN_GYM_WIDTH
|
||||
Loading…
Add table
Add a link
Reference in a new issue