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
21
data/mapObjects/Route13.asm
Executable file
21
data/mapObjects/Route13.asm
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
Route13_Object:
|
||||
db $43 ; border block
|
||||
|
||||
db 0 ; warps
|
||||
|
||||
db 3 ; signs
|
||||
sign 15, 13, 11 ; Route13Text11
|
||||
sign 33, 5, 12 ; Route13Text12
|
||||
sign 31, 11, 13 ; Route13Text13
|
||||
|
||||
db 10 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_1, 49, 10, STAY, RIGHT, 1, OPP_BIRD_KEEPER, 1
|
||||
object SPRITE_LASS, 48, 10, STAY, DOWN, 2, OPP_JR_TRAINER_F, 12
|
||||
object SPRITE_LASS, 27, 9, STAY, DOWN, 3, OPP_JR_TRAINER_F, 13
|
||||
object SPRITE_LASS, 23, 10, STAY, LEFT, 4, OPP_JR_TRAINER_F, 14
|
||||
object SPRITE_LASS, 50, 5, STAY, DOWN, 5, OPP_JR_TRAINER_F, 15
|
||||
object SPRITE_BLACK_HAIR_BOY_1, 12, 4, STAY, RIGHT, 6, OPP_BIRD_KEEPER, 2
|
||||
object SPRITE_FOULARD_WOMAN, 33, 6, STAY, DOWN, 7, OPP_BEAUTY, 4
|
||||
object SPRITE_FOULARD_WOMAN, 32, 6, STAY, DOWN, 8, OPP_BEAUTY, 5
|
||||
object SPRITE_BIKER, 10, 7, STAY, UP, 9, OPP_BIKER, 1
|
||||
object SPRITE_BLACK_HAIR_BOY_1, 7, 13, STAY, UP, 10, OPP_BIRD_KEEPER, 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue