mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Route 45 labels
This commit is contained in:
parent
f14d0d8f21
commit
3734a43062
160
maps/Route45.asm
160
maps/Route45.asm
@ -28,99 +28,99 @@ TrainerBlackbeltKenji:
|
|||||||
end_if_just_battled
|
end_if_just_battled
|
||||||
opentext
|
opentext
|
||||||
checkcellnum PHONE_BLACKBELT_KENJI
|
checkcellnum PHONE_BLACKBELT_KENJI
|
||||||
iftrue UnknownScript_0x19e0e4
|
iftrue .Registered
|
||||||
checkevent EVENT_KENJI_ASKED_FOR_PHONE_NUMBER
|
checkevent EVENT_KENJI_ASKED_FOR_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x19e0cd
|
iftrue .AskedAlready
|
||||||
special Special_SampleKenjiBreakCountdown
|
special Special_SampleKenjiBreakCountdown
|
||||||
writetext UnknownText_0x19e5e2
|
writetext BlackbeltKenjiAfterBattleText
|
||||||
waitbutton
|
waitbutton
|
||||||
setevent EVENT_KENJI_ASKED_FOR_PHONE_NUMBER
|
setevent EVENT_KENJI_ASKED_FOR_PHONE_NUMBER
|
||||||
scall UnknownScript_0x19e11b
|
scall Route45AskNumber1M
|
||||||
jump UnknownScript_0x19e0d0
|
jump .AskForNumber
|
||||||
|
|
||||||
UnknownScript_0x19e0cd:
|
.AskedAlready:
|
||||||
scall UnknownScript_0x19e11f
|
scall Route45AskNumber2M
|
||||||
UnknownScript_0x19e0d0:
|
.AskForNumber:
|
||||||
askforphonenumber PHONE_BLACKBELT_KENJI
|
askforphonenumber PHONE_BLACKBELT_KENJI
|
||||||
if_equal $1, UnknownScript_0x19e12f
|
if_equal $1, Route45PhoneFullM
|
||||||
if_equal $2, UnknownScript_0x19e12b
|
if_equal $2, Route45NumberDeclinedM
|
||||||
trainertotext BLACKBELT_T, KENJI3, $0
|
trainertotext BLACKBELT_T, KENJI3, $0
|
||||||
scall UnknownScript_0x19e123
|
scall Route45RegisteredNumberM
|
||||||
jump UnknownScript_0x19e127
|
jump Route45NumberAcceptedM
|
||||||
|
|
||||||
UnknownScript_0x19e0e4:
|
.Registered:
|
||||||
checkcode VAR_KENJI_BREAK
|
checkcode VAR_KENJI_BREAK
|
||||||
if_not_equal $1, UnknownScript_0x19e127
|
if_not_equal $1, Route45NumberAcceptedM
|
||||||
checkmorn
|
checkmorn
|
||||||
iftrue UnknownScript_0x19e10c
|
iftrue .Morning
|
||||||
checknite
|
checknite
|
||||||
iftrue UnknownScript_0x19e112
|
iftrue .Night
|
||||||
checkevent EVENT_KENJI_ON_BREAK
|
checkevent EVENT_KENJI_ON_BREAK
|
||||||
iffalse UnknownScript_0x19e127
|
iffalse Route45NumberAcceptedM
|
||||||
scall UnknownScript_0x19e137
|
scall Route45GiftM
|
||||||
verbosegiveitem PP_UP
|
verbosegiveitem PP_UP
|
||||||
iffalse UnknownScript_0x19e118
|
iffalse .NoRoom
|
||||||
clearevent EVENT_KENJI_ON_BREAK
|
clearevent EVENT_KENJI_ON_BREAK
|
||||||
special Special_SampleKenjiBreakCountdown
|
special Special_SampleKenjiBreakCountdown
|
||||||
jump UnknownScript_0x19e127
|
jump Route45NumberAcceptedM
|
||||||
|
|
||||||
UnknownScript_0x19e10c:
|
.Morning:
|
||||||
writetext UnknownText_0x19e634
|
writetext BlackbeltKenjiMorningText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e112:
|
.Night:
|
||||||
writetext UnknownText_0x19e66c
|
writetext BlackbeltKenjiNightText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e118:
|
.NoRoom:
|
||||||
jump UnknownScript_0x19e13b
|
jump Route45PackFullM
|
||||||
|
|
||||||
UnknownScript_0x19e11b:
|
Route45AskNumber1M:
|
||||||
jumpstd asknumber1m
|
jumpstd asknumber1m
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e11f:
|
Route45AskNumber2M:
|
||||||
jumpstd asknumber2m
|
jumpstd asknumber2m
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e123:
|
Route45RegisteredNumberM:
|
||||||
jumpstd registerednumberm
|
jumpstd registerednumberm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e127:
|
Route45NumberAcceptedM:
|
||||||
jumpstd numberacceptedm
|
jumpstd numberacceptedm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e12b:
|
Route45NumberDeclinedM:
|
||||||
jumpstd numberdeclinedm
|
jumpstd numberdeclinedm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e12f:
|
Route45PhoneFullM:
|
||||||
jumpstd phonefullm
|
jumpstd phonefullm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e133:
|
Route45RematchM:
|
||||||
jumpstd rematchm
|
jumpstd rematchm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e137:
|
Route45GiftM:
|
||||||
jumpstd giftm
|
jumpstd giftm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e13b:
|
Route45PackFullM:
|
||||||
jumpstd packfullm
|
jumpstd packfullm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e13f:
|
HikerParryHasIron:
|
||||||
setevent EVENT_PARRY_IRON
|
setevent EVENT_PARRY_IRON
|
||||||
jumpstd packfullm
|
jumpstd packfullm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e146:
|
Route45RematchGiftM:
|
||||||
jumpstd rematchgiftm
|
jumpstd rematchgiftm
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -154,29 +154,29 @@ TrainerHikerParry:
|
|||||||
end_if_just_battled
|
end_if_just_battled
|
||||||
opentext
|
opentext
|
||||||
checkflag ENGINE_PARRY
|
checkflag ENGINE_PARRY
|
||||||
iftrue UnknownScript_0x19e1b8
|
iftrue .WantsBattle
|
||||||
checkcellnum PHONE_HIKER_PARRY
|
checkcellnum PHONE_HIKER_PARRY
|
||||||
iftrue UnknownScript_0x19e127
|
iftrue Route45NumberAcceptedM
|
||||||
checkevent EVENT_PARRY_ASKED_FOR_PHONE_NUMBER
|
checkevent EVENT_PARRY_ASKED_FOR_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x19e1a1
|
iftrue .AskedAlready
|
||||||
writetext UnknownText_0x19e434
|
writetext HikerParryAfterBattleText
|
||||||
buttonsound
|
buttonsound
|
||||||
setevent EVENT_PARRY_ASKED_FOR_PHONE_NUMBER
|
setevent EVENT_PARRY_ASKED_FOR_PHONE_NUMBER
|
||||||
scall UnknownScript_0x19e11b
|
scall Route45AskNumber1M
|
||||||
jump UnknownScript_0x19e1a4
|
jump .AskForNumber
|
||||||
|
|
||||||
UnknownScript_0x19e1a1:
|
.AskedAlready:
|
||||||
scall UnknownScript_0x19e11f
|
scall Route45AskNumber2M
|
||||||
UnknownScript_0x19e1a4:
|
.AskForNumber:
|
||||||
askforphonenumber PHONE_HIKER_PARRY
|
askforphonenumber PHONE_HIKER_PARRY
|
||||||
if_equal $1, UnknownScript_0x19e12f
|
if_equal $1, Route45PhoneFullM
|
||||||
if_equal $2, UnknownScript_0x19e12b
|
if_equal $2, Route45NumberDeclinedM
|
||||||
trainertotext HIKER, PARRY1, $0
|
trainertotext HIKER, PARRY1, $0
|
||||||
scall UnknownScript_0x19e123
|
scall Route45RegisteredNumberM
|
||||||
jump UnknownScript_0x19e127
|
jump Route45NumberAcceptedM
|
||||||
|
|
||||||
UnknownScript_0x19e1b8:
|
.WantsBattle:
|
||||||
scall UnknownScript_0x19e133
|
scall Route45RematchM
|
||||||
winlosstext HikerParry3BeatenText, 0
|
winlosstext HikerParry3BeatenText, 0
|
||||||
copybytetovar wParryFightCount
|
copybytetovar wParryFightCount
|
||||||
if_equal 2, .Fight2
|
if_equal 2, .Fight2
|
||||||
@ -210,27 +210,27 @@ UnknownScript_0x19e1b8:
|
|||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
clearflag ENGINE_PARRY
|
clearflag ENGINE_PARRY
|
||||||
checkevent EVENT_PARRY_IRON
|
checkevent EVENT_PARRY_IRON
|
||||||
iftrue UnknownScript_0x19e219
|
iftrue .HasIron
|
||||||
checkevent EVENT_GOT_IRON_FROM_PARRY
|
checkevent EVENT_GOT_IRON_FROM_PARRY
|
||||||
iftrue UnknownScript_0x19e218
|
iftrue .GotIron
|
||||||
scall UnknownScript_0x19e146
|
scall Route45RematchGiftM
|
||||||
verbosegiveitem IRON
|
verbosegiveitem IRON
|
||||||
iffalse UnknownScript_0x19e13f
|
iffalse HikerParryHasIron
|
||||||
setevent EVENT_GOT_IRON_FROM_PARRY
|
setevent EVENT_GOT_IRON_FROM_PARRY
|
||||||
jump UnknownScript_0x19e127
|
jump Route45NumberAcceptedM
|
||||||
|
|
||||||
UnknownScript_0x19e218:
|
.GotIron:
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e219:
|
.HasIron:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x19e52c
|
writetext HikerParryGivesIronText
|
||||||
waitbutton
|
waitbutton
|
||||||
verbosegiveitem IRON
|
verbosegiveitem IRON
|
||||||
iffalse UnknownScript_0x19e13f
|
iffalse HikerParryHasIron
|
||||||
clearevent EVENT_PARRY_IRON
|
clearevent EVENT_PARRY_IRON
|
||||||
setevent EVENT_GOT_IRON_FROM_PARRY
|
setevent EVENT_GOT_IRON_FROM_PARRY
|
||||||
jump UnknownScript_0x19e127
|
jump Route45NumberAcceptedM
|
||||||
|
|
||||||
TrainerHikerTimothy:
|
TrainerHikerTimothy:
|
||||||
trainer EVENT_BEAT_HIKER_TIMOTHY, HIKER, TIMOTHY, HikerTimothySeenText, HikerTimothyBeatenText, 0, .Script
|
trainer EVENT_BEAT_HIKER_TIMOTHY, HIKER, TIMOTHY, HikerTimothySeenText, HikerTimothyBeatenText, 0, .Script
|
||||||
@ -265,15 +265,15 @@ TrainerCooltrainerfKelly:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
YoungsterScript_0x19e269:
|
TrainerCamperQuentin:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_BEAT_CAMPER_QUENTIN
|
checkevent EVENT_BEAT_CAMPER_QUENTIN
|
||||||
iftrue UnknownScript_0x19e285
|
iftrue .Defeated
|
||||||
writetext UnknownText_0x19e87f
|
writetext CamperQuentinSeenText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
winlosstext UnknownText_0x19e899, 0
|
winlosstext CamperQuentinBeatenText, 0
|
||||||
loadtrainer CAMPER, QUENTIN
|
loadtrainer CAMPER, QUENTIN
|
||||||
startbattle
|
startbattle
|
||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
@ -281,14 +281,14 @@ YoungsterScript_0x19e269:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e285:
|
.Defeated:
|
||||||
writetext UnknownText_0x19e8bb
|
writetext CamperQuentinAfterBattleText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19e28b:
|
Route45DummyScript:
|
||||||
writetext UnknownText_0x19e830
|
writetext Route45DummyText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -370,7 +370,7 @@ HikerParry3BeatenText:
|
|||||||
line "big loser!"
|
line "big loser!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e434:
|
HikerParryAfterBattleText:
|
||||||
text "I'm not much good"
|
text "I'm not much good"
|
||||||
line "at thinking, see?"
|
line "at thinking, see?"
|
||||||
|
|
||||||
@ -405,7 +405,7 @@ HikerTimothyAfterBattleText:
|
|||||||
line "#MON."
|
line "#MON."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e52c:
|
HikerParryGivesIronText:
|
||||||
text "I just can't find"
|
text "I just can't find"
|
||||||
line "a way to win!"
|
line "a way to win!"
|
||||||
|
|
||||||
@ -430,7 +430,7 @@ BlackbeltKenji3BeatenText:
|
|||||||
text "Waaaargh!"
|
text "Waaaargh!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e5e2:
|
BlackbeltKenjiAfterBattleText:
|
||||||
text "This calls for"
|
text "This calls for"
|
||||||
line "extreme measures."
|
line "extreme measures."
|
||||||
|
|
||||||
@ -439,13 +439,13 @@ UnknownText_0x19e5e2:
|
|||||||
cont "solitude."
|
cont "solitude."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e634:
|
BlackbeltKenjiMorningText:
|
||||||
text "I'm going to train"
|
text "I'm going to train"
|
||||||
line "a bit more before"
|
line "a bit more before"
|
||||||
cont "I break for lunch."
|
cont "I break for lunch."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e66c:
|
BlackbeltKenjiNightText:
|
||||||
text "We had plenty of"
|
text "We had plenty of"
|
||||||
line "rest at lunch, so"
|
line "rest at lunch, so"
|
||||||
|
|
||||||
@ -500,7 +500,7 @@ CooltrainerfKellyAfterBattleText:
|
|||||||
cont "to harm #MON."
|
cont "to harm #MON."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e830:
|
Route45DummyText:
|
||||||
text "I'm really, really"
|
text "I'm really, really"
|
||||||
line "tough!"
|
line "tough!"
|
||||||
|
|
||||||
@ -509,17 +509,17 @@ UnknownText_0x19e830:
|
|||||||
cont "tough I really am?"
|
cont "tough I really am?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e87f:
|
CamperQuentinSeenText:
|
||||||
text "I'm really, really"
|
text "I'm really, really"
|
||||||
line "tough!"
|
line "tough!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e899:
|
CamperQuentinBeatenText:
|
||||||
text "I was tough at the"
|
text "I was tough at the"
|
||||||
line "BATTLE TOWER…"
|
line "BATTLE TOWER…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x19e8bb:
|
CamperQuentinAfterBattleText:
|
||||||
text "Have you been to"
|
text "Have you been to"
|
||||||
line "the BATTLE TOWER?"
|
line "the BATTLE TOWER?"
|
||||||
|
|
||||||
@ -562,4 +562,4 @@ Route45_MapEventHeader:
|
|||||||
object_event 5, 66, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, Route45Revive, EVENT_ROUTE_45_REVIVE
|
object_event 5, 66, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, Route45Revive, EVENT_ROUTE_45_REVIVE
|
||||||
object_event 6, 20, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, Route45Elixer, EVENT_ROUTE_45_ELIXER
|
object_event 6, 20, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, Route45Elixer, EVENT_ROUTE_45_ELIXER
|
||||||
object_event 7, 33, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, Route45MaxPotion, EVENT_ROUTE_45_MAX_POTION
|
object_event 7, 33, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, Route45MaxPotion, EVENT_ROUTE_45_MAX_POTION
|
||||||
object_event 4, 70, SPRITE_YOUNGSTER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, YoungsterScript_0x19e269, -1
|
object_event 4, 70, SPRITE_YOUNGSTER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, TrainerCamperQuentin, -1
|
||||||
|
Loading…
Reference in New Issue
Block a user