mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
17 lines
354 B
NASM
Executable file
17 lines
354 B
NASM
Executable file
LavenderCuboneHouse_Object:
|
|
db $a ; border block
|
|
|
|
db 2 ; warps
|
|
warp 2, 7, 4, LAST_MAP
|
|
warp 3, 7, 4, LAST_MAP
|
|
|
|
db 0 ; signs
|
|
|
|
db 2 ; objects
|
|
object SPRITE_MONSTER, 3, 5, STAY, UP, 1 ; person
|
|
object SPRITE_BRUNETTE_GIRL, 2, 4, STAY, RIGHT, 2 ; person
|
|
|
|
; warp-to
|
|
warp_to 2, 7, LAVENDER_CUBONE_HOUSE_WIDTH
|
|
warp_to 3, 7, LAVENDER_CUBONE_HOUSE_WIDTH
|