Add more from the beach house.

This commit is contained in:
IIMarckus 2014-10-17 08:13:51 -06:00
parent a3d3f8324a
commit 7db2fe99f8
9 changed files with 255 additions and 19 deletions

View file

@ -0,0 +1,6 @@
BeachHouse_h:
db BEACH_HOUSE_TILESET
dw BEACH_HOUSE_HEIGHT, BEACH_HOUSE_WIDTH ; dimensions (y, x)
dw BeachHouseBlockdata,BeachHouseTextPointers,BeachHouseScript ; blocks, texts, scripts
db 0 ; connections
dw BeachHouseObjects ; objects

View file

@ -0,0 +1,20 @@
BeachHouseObjects: ; 0xf23a4
db $a ; border block
db 2 ; warps
db 7,2,0,$ff
db 7,3,0,$ff
db 4 ; signs
db 0,3,3
db 0,7,4,
db 0,$b,5
db 1,$d,6
db 2 ; people
db $27, 3+4, 2+4, $ff, $d0, 1 ; surfin' dude
db $3d, 3+4, 5+4, $fe, $01, 2 ; pikachu
; warp-to
EVENT_DISP BEACH_HOUSE_WIDTH,7,2
EVENT_DISP BEACH_HOUSE_WIDTH,7,3