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
15
data/mapObjects/Route22.asm
Executable file
15
data/mapObjects/Route22.asm
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
Route22_Object:
|
||||
db $2c ; border block
|
||||
|
||||
db 1 ; warps
|
||||
warp 8, 5, 0, ROUTE_22_GATE
|
||||
|
||||
db 1 ; signs
|
||||
sign 7, 11, 3 ; Route22FrontGateText
|
||||
|
||||
db 2 ; objects
|
||||
object SPRITE_BLUE, 25, 5, STAY, NONE, 1 ; person
|
||||
object SPRITE_BLUE, 25, 5, STAY, NONE, 2 ; person
|
||||
|
||||
; warp-to
|
||||
warp_to 8, 5, ROUTE_22_WIDTH ; ROUTE_22_GATE
|
||||
Loading…
Add table
Add a link
Reference in a new issue