You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Labels labels labels
This commit is contained in:
@@ -1768,23 +1768,23 @@ UnknownScript_0xbdd40:
|
|||||||
clearevent EVENT_WILTON_HAS_GREAT_BALL
|
clearevent EVENT_WILTON_HAS_GREAT_BALL
|
||||||
clearevent EVENT_WILTON_HAS_POKE_BALL
|
clearevent EVENT_WILTON_HAS_POKE_BALL
|
||||||
random $5
|
random $5
|
||||||
if_equal $0, UnknownScript_0xbdd5e
|
if_equal $0, .UltraBall
|
||||||
random $3
|
random $3
|
||||||
if_equal $0, UnknownScript_0xbdd64
|
if_equal $0, .GreatBall
|
||||||
jump UnknownScript_0xbdd6a
|
jump .PokeBall
|
||||||
|
|
||||||
UnknownScript_0xbdd5e:
|
.UltraBall:
|
||||||
setevent EVENT_WILTON_HAS_ULTRA_BALL
|
setevent EVENT_WILTON_HAS_ULTRA_BALL
|
||||||
jump UnknownScript_0xbdd6d
|
jump .FoundItem
|
||||||
|
|
||||||
UnknownScript_0xbdd64:
|
.GreatBall:
|
||||||
setevent EVENT_WILTON_HAS_GREAT_BALL
|
setevent EVENT_WILTON_HAS_GREAT_BALL
|
||||||
jump UnknownScript_0xbdd6d
|
jump .FoundItem
|
||||||
|
|
||||||
UnknownScript_0xbdd6a:
|
.PokeBall:
|
||||||
setevent EVENT_WILTON_HAS_POKE_BALL
|
setevent EVENT_WILTON_HAS_POKE_BALL
|
||||||
|
|
||||||
UnknownScript_0xbdd6d:
|
.FoundItem:
|
||||||
farjump PhoneScript_FoundItem_Male
|
farjump PhoneScript_FoundItem_Male
|
||||||
|
|
||||||
; Kenji
|
; Kenji
|
||||||
@@ -1847,19 +1847,19 @@ UnknownScript_0xbddda:
|
|||||||
ErinPhoneScript1:
|
ErinPhoneScript1:
|
||||||
trainertotext PICNICKER, ERIN1, $0
|
trainertotext PICNICKER, ERIN1, $0
|
||||||
checkflag ENGINE_ERIN
|
checkflag ENGINE_ERIN
|
||||||
iftrue UnknownScript_0xbde07
|
iftrue .WantsBattle
|
||||||
farscall PhoneScript_AnswerPhone_Female
|
farscall PhoneScript_AnswerPhone_Female
|
||||||
checkflag ENGINE_ERIN_SATURDAY_NIGHT
|
checkflag ENGINE_ERIN_SATURDAY_NIGHT
|
||||||
iftrue UnknownScript_0xbde03
|
iftrue .NotSaturday
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_not_equal SATURDAY, UnknownScript_0xbde03
|
if_not_equal SATURDAY, .NotSaturday
|
||||||
checknite
|
checknite
|
||||||
iftrue UnknownScript_0xbde32
|
iftrue ErinSaturdayNight
|
||||||
|
|
||||||
UnknownScript_0xbde03:
|
.NotSaturday:
|
||||||
farjump UnknownScript_0xa09c0
|
farjump UnknownScript_0xa09c0
|
||||||
|
|
||||||
UnknownScript_0xbde07:
|
.WantsBattle:
|
||||||
landmarktotext ROUTE_46, $2
|
landmarktotext ROUTE_46, $2
|
||||||
farjump UnknownScript_0xa0aa0
|
farjump UnknownScript_0xa0aa0
|
||||||
|
|
||||||
@@ -1877,7 +1877,7 @@ ErinPhoneScript2:
|
|||||||
UnknownScript_0xbde2e:
|
UnknownScript_0xbde2e:
|
||||||
farjump UnknownScript_0xa0017
|
farjump UnknownScript_0xa0017
|
||||||
|
|
||||||
UnknownScript_0xbde32:
|
ErinSaturdayNight:
|
||||||
setflag ENGINE_ERIN_SATURDAY_NIGHT
|
setflag ENGINE_ERIN_SATURDAY_NIGHT
|
||||||
|
|
||||||
UnknownScript_0xbde35:
|
UnknownScript_0xbde35:
|
||||||
|
Reference in New Issue
Block a user