2018-01-31 16:08:47 +00:00
|
|
|
const_value set 2 ; object constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const AZALEAPOKECENTER1F_NURSE
|
|
|
|
const AZALEAPOKECENTER1F_GENTLEMAN
|
|
|
|
const AZALEAPOKECENTER1F_FISHING_GURU
|
|
|
|
const AZALEAPOKECENTER1F_POKEFAN_F
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
AzaleaPokecenter1F_MapScripts:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 1 ; scene scripts
|
2017-12-24 18:46:34 +00:00
|
|
|
scene_script .DummyScene
|
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
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.DummyScene:
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FNurseScript:
|
2015-06-23 20:21:54 +00:00
|
|
|
jumpstd pokecenternurse
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FGentlemanScript:
|
|
|
|
jumptextfaceplayer AzaleaPokecenter1FGentlemanText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FFishingGuruScript:
|
|
|
|
jumptextfaceplayer AzaleaPokecenter1FFishingGuruText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FPokefanFScript:
|
|
|
|
jumptextfaceplayer AzaleaPokecenter1FPokefanFText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FGentlemanText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Do your #MON"
|
|
|
|
line "know HM moves?"
|
|
|
|
|
|
|
|
para "Those moves can"
|
|
|
|
line "be used even if"
|
|
|
|
|
|
|
|
para "your #MON has"
|
|
|
|
line "fainted."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FUnusedText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "This BILL guy"
|
|
|
|
line "created the system"
|
|
|
|
|
|
|
|
para "for storing"
|
|
|
|
line "#MON in a PC."
|
|
|
|
|
|
|
|
para "BILL's PC can"
|
|
|
|
line "store up to 20"
|
|
|
|
cont "#MON per BOX."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FFishingGuruText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "BILL's PC can"
|
|
|
|
line "store up to 20"
|
|
|
|
cont "#MON per BOX."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-11 03:34:42 +00:00
|
|
|
AzaleaPokecenter1FPokefanFText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Do you know about"
|
|
|
|
line "APRICORNS?"
|
|
|
|
|
|
|
|
para "Crack one open,"
|
|
|
|
line "hollow it out and"
|
|
|
|
|
|
|
|
para "fit it with a"
|
|
|
|
line "special device."
|
|
|
|
|
|
|
|
para "Then you can catch"
|
|
|
|
line "#MON with it."
|
|
|
|
|
|
|
|
para "Before # BALLS"
|
|
|
|
line "were invented,"
|
|
|
|
|
|
|
|
para "everyone used"
|
|
|
|
line "APRICORNS."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
AzaleaPokecenter1F_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-01-28 18:20:04 +00:00
|
|
|
warp_event 3, 7, 1, AZALEA_TOWN
|
|
|
|
warp_event 4, 7, 1, AZALEA_TOWN
|
|
|
|
warp_event 0, 7, 1, POKECENTER_2F
|
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 0 ; bg events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 4 ; object events
|
2017-12-28 19:31:25 +00:00
|
|
|
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FNurseScript, -1
|
|
|
|
object_event 9, 6, SPRITE_GENTLEMAN, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FGentlemanScript, -1
|
|
|
|
object_event 6, 1, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FFishingGuruScript, -1
|
|
|
|
object_event 1, 4, SPRITE_POKEFAN_F, SPRITEMOVEDATA_WANDER, 1, 2, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FPokefanFScript, -1
|