mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-23 15:42:26 +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/SSAnneKitchen.asm
Executable file
19
data/mapObjects/SSAnneKitchen.asm
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
SSAnneKitchen_Object:
|
||||
db $c ; border block
|
||||
|
||||
db 1 ; warps
|
||||
warp 6, 0, 10, SS_ANNE_1F
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 7 ; objects
|
||||
object SPRITE_COOK, 1, 8, WALK, 1, 1 ; person
|
||||
object SPRITE_COOK, 5, 8, WALK, 1, 2 ; person
|
||||
object SPRITE_COOK, 9, 7, WALK, 1, 3 ; person
|
||||
object SPRITE_COOK, 13, 6, STAY, NONE, 4 ; person
|
||||
object SPRITE_COOK, 13, 8, STAY, NONE, 5 ; person
|
||||
object SPRITE_COOK, 13, 10, STAY, NONE, 6 ; person
|
||||
object SPRITE_COOK, 11, 13, STAY, UP, 7 ; person
|
||||
|
||||
; warp-to
|
||||
warp_to 6, 0, SS_ANNE_KITCHEN_WIDTH ; SS_ANNE_1F
|
||||
Loading…
Add table
Add a link
Reference in a new issue