mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-24 16:12:32 +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
19
data/mapObjects/CopycatsHouse1F.asm
Executable file
19
data/mapObjects/CopycatsHouse1F.asm
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
CopycatsHouse1F_Object:
|
||||
db $a ; border block
|
||||
|
||||
db 3 ; warps
|
||||
warp 2, 7, 0, -1
|
||||
warp 3, 7, 0, -1
|
||||
warp 7, 1, 0, COPYCATS_HOUSE_2F
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 3 ; objects
|
||||
object SPRITE_MOM_GEISHA, 2, 2, STAY, DOWN, 1 ; person
|
||||
object SPRITE_FAT_BALD_GUY, 5, 4, STAY, LEFT, 2 ; person
|
||||
object SPRITE_CLEFAIRY, 1, 4, WALK, 1, 3 ; person
|
||||
|
||||
; warp-to
|
||||
warp_to 2, 7, COPYCATS_HOUSE_1F_WIDTH
|
||||
warp_to 3, 7, COPYCATS_HOUSE_1F_WIDTH
|
||||
warp_to 7, 1, COPYCATS_HOUSE_1F_WIDTH ; COPYCATS_HOUSE_2F
|
||||
Loading…
Add table
Add a link
Reference in a new issue