pokecrystal-board/maps/CeladonCity.asm

278 lines
6.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const CELADONCITY_FISHER
const CELADONCITY_POLIWAG
const CELADONCITY_TEACHER1
const CELADONCITY_GRAMPS1
const CELADONCITY_GRAMPS2
const CELADONCITY_YOUNGSTER1
const CELADONCITY_YOUNGSTER2
const CELADONCITY_TEACHER2
const CELADONCITY_LASS
2015-06-25 22:30:16 -07:00
CeladonCity_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 1
2016-01-06 04:44:50 -08:00
dbw MAPCALLBACK_NEWMAP, .FlyPoint
.FlyPoint:
2015-06-25 22:30:16 -07:00
setflag ENGINE_FLYPOINT_CELADON
return
2017-12-17 16:48:04 -08:00
CeladonCityFisherScript:
jumptextfaceplayer CeladonCityFisherText
2015-06-25 21:01:08 -07:00
CeladonCityPoliwrath:
2015-12-09 15:25:44 -08:00
opentext
2015-06-25 21:01:08 -07:00
writetext CeladonCityPoliwrathText
cry POLIWRATH
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 16:48:04 -08:00
CeladonCityTeacher1Script:
jumptextfaceplayer CeladonCityTeacher1Text
2017-12-17 16:48:04 -08:00
CeladonCityGramps1Script:
jumptextfaceplayer CeladonCityGramps1Text
2017-12-17 16:48:04 -08:00
CeladonCityGramps2Script:
jumptextfaceplayer CeladonCityGramps2Text
2017-12-17 16:48:04 -08:00
CeladonCityYoungster1Script:
jumptextfaceplayer CeladonCityYoungster1Text
2017-12-17 16:48:04 -08:00
CeladonCityYoungster2Script:
jumptextfaceplayer CeladonCityYoungster2Text
2017-12-17 16:48:04 -08:00
CeladonCityTeacher2Script:
jumptextfaceplayer CeladonCityTeacher2Text
2017-12-17 16:48:04 -08:00
CeladonCityLassScript:
jumptextfaceplayer CeladonCityLassText
2015-06-25 22:30:16 -07:00
CeladonCitySign:
2015-06-25 21:01:08 -07:00
jumptext CeladonCitySignText
2015-06-25 22:30:16 -07:00
CeladonGymSign:
2015-06-25 21:01:08 -07:00
jumptext CeladonGymSignText
2015-06-25 22:30:16 -07:00
CeladonCityDeptStoreSign:
2015-06-25 21:01:08 -07:00
jumptext CeladonCityDeptStoreSignText
2015-06-25 22:30:16 -07:00
CeladonCityMansionSign:
2015-06-25 21:01:08 -07:00
jumptext CeladonCityMansionSignText
2015-06-25 22:30:16 -07:00
CeladonCityGameCornerSign:
2015-06-25 21:01:08 -07:00
jumptext CeladonCityGameCornerSignText
2015-06-25 22:30:16 -07:00
CeladonCityTrainerTips:
2015-06-25 21:01:08 -07:00
jumptext CeladonCityTrainerTipsText
CeladonCityPokecenterSign:
2015-06-23 14:02:58 -07:00
jumpstd pokecentersign
CeladonCityHiddenPpUp:
dwb EVENT_CELADON_CITY_HIDDEN_PP_UP, PP_UP
2017-12-17 16:48:04 -08:00
CeladonCityFisherText:
text "This POLIWRATH is"
line "my partner."
para "I wonder if it'll"
line "ever evolve into a"
cont "frog #MON."
done
2015-06-25 21:01:08 -07:00
CeladonCityPoliwrathText:
text "POLIWRATH: Croak!"
done
2017-12-17 16:48:04 -08:00
CeladonCityTeacher1Text:
text "I lost at the slot"
line "machines again…"
para "We girls also play"
line "the slots now."
para "You should check"
line "them out too."
done
2017-12-17 16:48:04 -08:00
CeladonCityGramps1Text:
text "GRIMER have been"
line "appearing lately."
para "See that pond out"
line "in front of the"
para "house? GRIMER live"
line "there now."
para "Where did they"
line "come from? This is"
cont "a serious problem…"
done
2017-12-17 16:48:04 -08:00
CeladonCityGramps2Text:
text "Nihihi! This GYM"
line "is great! Only"
para "girls are allowed"
line "here!"
done
2017-12-17 16:48:04 -08:00
CeladonCityYoungster1Text:
text "Want to know a"
line "secret?"
para "CELADON MANSION"
line "has a hidden back"
cont "door."
done
2017-12-17 16:48:04 -08:00
CeladonCityYoungster2Text:
text "They're holding an"
line "eating contest at"
cont "the restaurant."
para "Just watching them"
line "go at it makes me"
cont "feel bloated…"
done
2017-12-17 16:48:04 -08:00
CeladonCityTeacher2Text:
text "CELADON DEPT.STORE"
line "has the biggest"
para "and best selection"
line "of merchandise."
para "If you can't get"
line "it there, you"
para "can't get it any-"
line "where."
para "Gee… I sound like"
line "a sales clerk."
done
2017-12-17 17:45:04 -08:00
; unused
CeladonCityUnusedPokeComCenterText:
text "I love being"
line "surrounded by tall"
cont "buildings!"
para "Isn't it true that"
line "GOLDENROD #MON"
para "CENTER was made"
line "much, much bigger?"
para "That is so neat!"
line "I wish we had a"
para "place like that in"
line "KANTO…"
done
2017-12-17 16:48:04 -08:00
CeladonCityLassText:
text "Looking at the"
line "ground while I was"
para "walking made me"
line "dizzy."
done
2015-06-25 22:30:16 -07:00
CeladonCitySignText:
text "CELADON CITY"
para "The City of"
line "Rainbow Dreams"
done
2015-06-25 22:30:16 -07:00
CeladonGymSignText:
text "CELADON CITY"
line "#MON GYM"
cont "LEADER: ERIKA"
para "The Nature-Loving"
line "Princess"
done
2015-06-25 22:30:16 -07:00
CeladonCityDeptStoreSignText:
text "Find What You"
line "Need at CELADON"
cont "DEPT.STORE!"
done
2015-06-25 22:30:16 -07:00
CeladonCityMansionSignText:
text "CELADON MANSION"
done
2015-06-25 22:30:16 -07:00
CeladonCityGameCornerSignText:
text "The Playground for"
line "Everybody--CELADON"
cont "GAME CORNER"
done
2015-06-25 22:30:16 -07:00
CeladonCityTrainerTipsText:
text "TRAINER TIPS"
para "GUARD SPEC."
line "protects #MON"
para "against SPECIAL"
line "attacks such as"
cont "fire and water."
para "Get your items at"
line "CELADON DEPT."
cont "STORE!"
done
2015-06-25 22:30:16 -07:00
CeladonCity_MapEventHeader:
; filler
db 0, 0
.Warps:
db 9
warp_def $9, $4, 1, CELADON_DEPT_STORE_1F
warp_def $9, $10, 1, CELADON_MANSION_1F
warp_def $3, $10, 3, CELADON_MANSION_1F
warp_def $3, $11, 3, CELADON_MANSION_1F
warp_def $9, $1d, 1, CELADON_POKECENTER_1F
warp_def $13, $12, 1, CELADON_GAME_CORNER
warp_def $13, $17, 1, CELADON_GAME_CORNER_PRIZE_ROOM
warp_def $1d, $a, 1, CELADON_GYM
warp_def $1d, $19, 1, CELADON_CAFE
.XYTriggers:
db 0
.Signposts:
db 8
signpost 21, 23, SIGNPOST_READ, CeladonCitySign
signpost 31, 11, SIGNPOST_READ, CeladonGymSign
signpost 9, 6, SIGNPOST_READ, CeladonCityDeptStoreSign
signpost 9, 13, SIGNPOST_READ, CeladonCityMansionSign
signpost 21, 19, SIGNPOST_READ, CeladonCityGameCornerSign
signpost 21, 29, SIGNPOST_READ, CeladonCityTrainerTips
signpost 9, 30, SIGNPOST_READ, CeladonCityPokecenterSign
signpost 21, 37, SIGNPOST_ITEM, CeladonCityHiddenPpUp
.PersonEvents:
db 9
2017-12-17 16:48:04 -08:00
person_event SPRITE_FISHER, 11, 26, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonCityFisherScript, -1
2017-12-10 17:50:08 -08:00
person_event SPRITE_POLIWAG, 11, 27, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeladonCityPoliwrath, -1
2017-12-17 16:48:04 -08:00
person_event SPRITE_TEACHER, 24, 20, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonCityTeacher1Script, -1
person_event SPRITE_GRAMPS, 16, 14, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, PERSONTYPE_SCRIPT, 0, CeladonCityGramps1Script, -1
person_event SPRITE_GRAMPS, 31, 8, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonCityGramps2Script, -1
person_event SPRITE_YOUNGSTER, 13, 18, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeladonCityYoungster1Script, -1
person_event SPRITE_YOUNGSTER, 33, 24, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonCityYoungster2Script, -1
person_event SPRITE_TEACHER, 14, 6, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeladonCityTeacher2Script, -1
person_event SPRITE_LASS, 22, 7, SPRITEMOVEDATA_WALK_UP_DOWN, 2, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, CeladonCityLassScript, -1