2018-01-31 16:38:45 +00:00
|
|
|
const_def 2 ; object constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const CELADONDEPTSTORE4F_CLERK
|
|
|
|
const CELADONDEPTSTORE4F_SUPER_NERD
|
|
|
|
const CELADONDEPTSTORE4F_YOUNGSTER
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
CeladonDeptStore4F_MapScripts:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
CeladonDeptStore4FClerkScript:
|
2013-02-17 06:54:07 +00:00
|
|
|
faceplayer
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-11-02 22:38:08 +00:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_CELADON_4F
|
2015-11-25 15:16:29 +00:00
|
|
|
closetext
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeladonDeptStore4FSuperNerdScript:
|
|
|
|
jumptextfaceplayer CeladonDeptStore4FSuperNerdText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeladonDeptStore4FYoungsterScript:
|
|
|
|
jumptextfaceplayer CeladonDeptStore4FYoungsterText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CeladonDeptStore4FDirectory:
|
|
|
|
jumptext CeladonDeptStore4FDirectoryText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CeladonDeptStore4FElevatorButton:
|
2015-06-25 01:26:24 +00:00
|
|
|
jumpstd elevatorbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeladonDeptStore4FSuperNerdText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "I'm here to buy"
|
|
|
|
line "SURF MAIL to send"
|
|
|
|
cont "to my girlfriend."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeladonDeptStore4FYoungsterText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "This is the only"
|
|
|
|
line "place where you"
|
|
|
|
|
|
|
|
para "can buy LOVELY"
|
|
|
|
line "MAIL."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
CeladonDeptStore4FDirectoryText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Express Yourself"
|
|
|
|
line "With Gifts!"
|
|
|
|
|
|
|
|
para "4F: WISEMAN GIFTS"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
CeladonDeptStore4F_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 3 ; warp events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 12, 0, CELADON_DEPT_STORE_5F, 1
|
|
|
|
warp_event 15, 0, CELADON_DEPT_STORE_3F, 2
|
|
|
|
warp_event 2, 0, CELADON_DEPT_STORE_ELEVATOR, 1
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; coord events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 2 ; bg events
|
2018-02-02 03:22:07 +00:00
|
|
|
bg_event 14, 0, BGEVENT_READ, CeladonDeptStore4FDirectory
|
|
|
|
bg_event 3, 0, BGEVENT_READ, CeladonDeptStore4FElevatorButton
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 3 ; object events
|
2018-02-28 21:50:43 +00:00
|
|
|
object_event 13, 5, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore4FClerkScript, -1
|
2018-02-02 03:22:07 +00:00
|
|
|
object_event 7, 6, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore4FSuperNerdScript, -1
|
|
|
|
object_event 8, 2, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore4FYoungsterScript, -1
|