2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2018-01-22 22:03:47 -08:00
|
|
|
const BILLSBROTHERSHOUSE_POKEFAN_F
|
|
|
|
const BILLSBROTHERSHOUSE_YOUNGSTER
|
|
|
|
|
|
|
|
BillsBrothersHouse_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2018-01-22 22:03:47 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2018-01-22 22:03:47 -08:00
|
|
|
|
|
|
|
BillsBrotherScript:
|
|
|
|
jumptextfaceplayer BillsBrotherText
|
|
|
|
|
|
|
|
BillsBrothersHouseYoungsterScript:
|
|
|
|
jumptextfaceplayer BillsBrothersHouseYoungsterText
|
|
|
|
|
|
|
|
BillsBrotherText:
|
|
|
|
text "My grandpa is at "
|
|
|
|
line "my brother BILL's"
|
|
|
|
cont "on CERULEAN CAPE."
|
|
|
|
done
|
|
|
|
|
|
|
|
BillsBrothersHouseYoungsterText:
|
|
|
|
text "I saw these weird,"
|
|
|
|
line "slow #MON on"
|
|
|
|
cont "CYCLING ROAD."
|
|
|
|
done
|
|
|
|
|
|
|
|
BillsBrothersHouse_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2018-01-22 22:03:47 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 7, FUCHSIA_CITY, 4
|
|
|
|
warp_event 3, 7, FUCHSIA_CITY, 4
|
2018-01-22 22:03:47 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2018-01-22 22:03:47 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; bg events
|
2018-01-22 22:03:47 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 2, 3, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, BillsBrotherScript, -1
|
|
|
|
object_event 6, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, BillsBrothersHouseYoungsterScript, -1
|