mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 08:54:09 +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/CeladonMartRoof.asm
Executable file
18
data/mapObjects/CeladonMartRoof.asm
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
CeladonMartRoof_Object:
|
||||
db $42 ; border block
|
||||
|
||||
db 1 ; warps
|
||||
warp 15, 2, 0, CELADON_MART_5F
|
||||
|
||||
db 4 ; signs
|
||||
sign 10, 1, 3 ; CeladonMartRoofText3
|
||||
sign 11, 1, 4 ; CeladonMartRoofText4
|
||||
sign 12, 2, 5 ; CeladonMartRoofText5
|
||||
sign 13, 2, 6 ; CeladonMartRoofText6
|
||||
|
||||
db 2 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_2, 10, 4, STAY, LEFT, 1 ; person
|
||||
object SPRITE_LITTLE_GIRL, 5, 5, WALK, 0, 2 ; person
|
||||
|
||||
; warp-to
|
||||
warp_to 15, 2, CELADON_MART_ROOF_WIDTH ; CELADON_MART_5F
|
||||
Loading…
Add table
Add a link
Reference in a new issue