mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-24 08:02:24 +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/Route12SuperRodHouse.asm
Executable file
15
data/mapObjects/Route12SuperRodHouse.asm
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
Route12SuperRodHouse_Object:
|
||||
db $a ; border block
|
||||
|
||||
db 2 ; warps
|
||||
warp 2, 7, 3, -1
|
||||
warp 3, 7, 3, -1
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 1 ; objects
|
||||
object SPRITE_FISHER, 2, 4, STAY, RIGHT, 1 ; person
|
||||
|
||||
; warp-to
|
||||
warp_to 2, 7, ROUTE_12_SUPER_ROD_HOUSE_WIDTH
|
||||
warp_to 3, 7, ROUTE_12_SUPER_ROD_HOUSE_WIDTH
|
||||
Loading…
Add table
Add a link
Reference in a new issue