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/CeruleanCaveB1F.asm
Executable file
15
data/mapObjects/CeruleanCaveB1F.asm
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
CeruleanCaveB1F_Object:
|
||||
db $7d ; border block
|
||||
|
||||
db 1 ; warps
|
||||
warp 3, 6, 8, CERULEAN_CAVE_1F
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 3 ; objects
|
||||
object SPRITE_SLOWBRO, 27, 13, STAY, DOWN, 1, MEWTWO, 70
|
||||
object SPRITE_BALL, 16, 9, STAY, NONE, 2, ULTRA_BALL
|
||||
object SPRITE_BALL, 18, 1, STAY, NONE, 3, MAX_REVIVE
|
||||
|
||||
; warp-to
|
||||
warp_to 3, 6, CERULEAN_CAVE_B1F_WIDTH ; CERULEAN_CAVE_1F
|
||||
Loading…
Add table
Add a link
Reference in a new issue