pokecrystal-board/maps/Route46.asm

318 lines
5.8 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
Route46_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:20:21 -07:00
TrainerCamperTed:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_CAMPER_TED
; trainer group && trainer id
db CAMPER, TED
; text when seen
dw CamperTedSeenText
; text when trainer beaten
dw CamperTedBeatenText
; script when lost
dw $0000
; script when talk again
dw CamperTedScript
2015-07-10 01:20:21 -07:00
CamperTedScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9851
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerPicnickerErin1:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_PICNICKER_ERIN
; trainer group && trainer id
db PICNICKER, ERIN1
; text when seen
dw PicnickerErin1SeenText
; text when trainer beaten
dw PicnickerErin1BeatenText
; script when lost
dw $0000
; script when talk again
dw PicnickerErin1Script
2015-07-10 01:20:21 -07:00
PicnickerErin1Script:
writecode VAR_CALLERID, $24
talkaftercancel
loadfont
2013-09-24 00:51:42 -07:00
checkflag $007c
iftrue UnknownScript_0x1a96da
checkcellnum $24
iftrue UnknownScript_0x1a975b
2013-09-24 00:48:58 -07:00
checkevent $029d
iftrue UnknownScript_0x1a96c3
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a98c6
keeptextopen
2013-09-24 00:48:58 -07:00
setevent $029d
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1a974f
jump UnknownScript_0x1a96c6
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a96c3:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1a9753
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a96c6:
askforphonenumber $24
if_equal $1, UnknownScript_0x1a9763
if_equal $2, UnknownScript_0x1a975f
trainertotext PICNICKER, ERIN1, $0
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1a9757
jump UnknownScript_0x1a975b
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a96da:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1a9767
winlosstext PicnickerErin1BeatenText, $0000
2015-02-10 15:37:24 -08:00
copybytetovar wda0d
if_equal $2, UnknownScript_0x1a96f1
if_equal $1, UnknownScript_0x1a96f7
if_equal $0, UnknownScript_0x1a96fd
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a96f1:
2013-09-24 00:48:58 -07:00
checkevent EVENT_RESTORED_POWER_TO_KANTO
iftrue UnknownScript_0x1a9717
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a96f7:
2015-06-24 20:20:04 -07:00
checkevent EVENT_BEAT_ELITE_FOUR
iftrue UnknownScript_0x1a970a
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a96fd:
loadtrainer PICNICKER, ERIN1
startbattle
returnafterbattle
2015-02-10 15:37:24 -08:00
loadvar wda0d, $1
2013-09-24 00:51:42 -07:00
clearflag $007c
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a970a:
loadtrainer PICNICKER, ERIN2
startbattle
returnafterbattle
2015-02-10 15:37:24 -08:00
loadvar wda0d, $2
2013-09-24 00:51:42 -07:00
clearflag $007c
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a9717:
loadtrainer PICNICKER, ERIN3
startbattle
returnafterbattle
2013-09-24 00:51:42 -07:00
clearflag $007c
2013-09-24 00:48:58 -07:00
checkevent EVENT_ERIN_CALCIUM
iftrue UnknownScript_0x1a973b
2013-09-24 00:48:58 -07:00
checkevent $0269
iftrue UnknownScript_0x1a973a
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1a9772
verbosegiveitem CALCIUM, 1
iffalse UnknownScript_0x1a976b
2013-09-24 00:48:58 -07:00
setevent $0269
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x1a975b
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a973a:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a973b:
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9927
closetext
verbosegiveitem CALCIUM, 1
iffalse UnknownScript_0x1a976b
2013-09-24 00:48:58 -07:00
clearevent EVENT_ERIN_CALCIUM
setevent $0269
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x1a975b
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a974f:
2015-06-24 18:26:24 -07:00
jumpstd asknumber1f
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a9753:
2015-06-24 18:26:24 -07:00
jumpstd asknumber2f
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a9757:
2015-06-24 18:26:24 -07:00
jumpstd registerednumberf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a975b:
2015-06-24 18:26:24 -07:00
jumpstd numberacceptedf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a975f:
2015-06-24 18:26:24 -07:00
jumpstd numberdeclinedf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a9763:
2015-06-24 18:26:24 -07:00
jumpstd phonefullf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a9767:
2015-06-24 18:26:24 -07:00
jumpstd rematchf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a976b:
2013-09-24 00:48:58 -07:00
setevent EVENT_ERIN_CALCIUM
2015-06-24 18:26:24 -07:00
jumpstd packfullf
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1a9772:
2015-06-24 18:26:24 -07:00
jumpstd rematchgiftf
end
2015-07-10 01:20:21 -07:00
TrainerHikerBailey:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_HIKER_BAILEY
; trainer group && trainer id
db HIKER, BAILEY
; text when seen
dw HikerBaileySeenText
; text when trainer beaten
dw HikerBaileyBeatenText
; script when lost
dw $0000
; script when talk again
dw HikerBaileyScript
2015-07-10 01:20:21 -07:00
HikerBaileyScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a97e8
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
MapRoute46Signpost0Script:
jumptext UnknownText_0x1a99be
2015-07-10 01:20:21 -07:00
ItemFragment_0x1a978d:
db X_SPEED, 1
2015-07-10 01:20:21 -07:00
FruitTreeScript_0x1a978f:
fruittree $4
2015-07-10 01:20:21 -07:00
FruitTreeScript_0x1a9791:
fruittree $a
2015-07-10 01:20:21 -07:00
HikerBaileySeenText:
text "Awright! I'll show"
line "you the power of"
cont "mountain #MON!"
done
2015-07-10 01:20:21 -07:00
HikerBaileyBeatenText:
text "Mercy! You showed"
line "me your power!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a97e8:
text "It's over. I don't"
line "mind. We HIKERS"
cont "are like that."
done
2015-07-10 01:20:21 -07:00
CamperTedSeenText:
text "I'm raising #-"
line "MON too!"
para "Will you battle"
line "with me?"
done
2015-07-10 01:20:21 -07:00
CamperTedBeatenText:
text "Wha…?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a9851:
text "I did my best but"
line "came up short."
para "No excuses--I"
line "admit I lost."
done
2015-07-10 01:20:21 -07:00
PicnickerErin1SeenText:
text "I raise #MON"
line "too!"
para "Will you battle"
line "with me?"
done
2015-07-10 01:20:21 -07:00
PicnickerErin1BeatenText:
text "Oh, rats!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a98c6:
text "I've been to many"
line "GYMS, but the GYM"
para "in GOLDENROD is my"
line "favorite."
para "It's filled with"
line "pretty flowers!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a9927:
text "Aww… I keep losing"
line "all the time!"
para "I'll just have to"
line "try harder!"
para "Anyway, thanks for"
line "battling me again"
para "and again. Here's"
line "that present from"
cont "the other time."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1a99be:
text "ROUTE 46"
line "MOUNTAIN RD. AHEAD"
done
2015-07-10 01:20:21 -07:00
Route46_MapEventHeader:
; filler
db 0, 0
; warps
db 3
warp_def $21, $7, 1, GROUP_ROUTE_29_46_GATE, MAP_ROUTE_29_46_GATE
warp_def $21, $8, 2, GROUP_ROUTE_29_46_GATE, MAP_ROUTE_29_46_GATE
warp_def $5, $e, 3, GROUP_DARK_CAVE_VIOLET_ENTRANCE, MAP_DARK_CAVE_VIOLET_ENTRANCE
; xy triggers
db 0
; signposts
db 1
signpost 27, 9, $0, MapRoute46Signpost0Script
; people-events
db 6
2013-07-12 14:06:11 -07:00
person_event SPRITE_POKEFAN_M, 23, 16, $8, $0, 255, 255, $b2, 2, TrainerHikerBailey, $ffff
person_event SPRITE_YOUNGSTER, 18, 8, $7, $0, 255, 255, $a2, 2, TrainerCamperTed, $ffff
person_event SPRITE_LASS, 17, 6, $6, $0, 255, 255, $a2, 2, TrainerPicnickerErin1, $ffff
person_event SPRITE_FRUIT_TREE, 9, 11, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x1a978f, $ffff
person_event SPRITE_FRUIT_TREE, 10, 12, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x1a9791, $ffff
person_event SPRITE_POKE_BALL, 19, 5, $1, $0, 255, 255, $1, 0, ItemFragment_0x1a978d, $06bc