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
16
data/mapObjects/Route24.asm
Executable file
16
data/mapObjects/Route24.asm
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
Route24_Object:
|
||||
db $2c ; border block
|
||||
|
||||
db 0 ; warps
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 8 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_1, 11, 15, STAY, LEFT, 1, OPP_ROCKET, 6
|
||||
object SPRITE_BLACK_HAIR_BOY_1, 5, 20, STAY, UP, 2, OPP_JR_TRAINER_M, 2
|
||||
object SPRITE_BLACK_HAIR_BOY_1, 11, 19, STAY, LEFT, 3, OPP_JR_TRAINER_M, 3
|
||||
object SPRITE_LASS, 10, 22, STAY, RIGHT, 4, OPP_LASS, 7
|
||||
object SPRITE_BUG_CATCHER, 11, 25, STAY, LEFT, 5, OPP_YOUNGSTER, 4
|
||||
object SPRITE_LASS, 10, 28, STAY, RIGHT, 6, OPP_LASS, 8
|
||||
object SPRITE_BUG_CATCHER, 11, 31, STAY, LEFT, 7, OPP_BUG_CATCHER, 9
|
||||
object SPRITE_BALL, 10, 5, STAY, NONE, 8, TM_45
|
||||
Loading…
Add table
Add a link
Reference in a new issue