You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
[in progress] Harmonize more constant and data files with pokegold
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
VancePhoneCalleeScript:
|
||||
gettrainername STRING_BUFFER_3, BIRD_KEEPER, VANCE1
|
||||
checkflag ENGINE_VANCE
|
||||
checkflag ENGINE_VANCE_READY_FOR_REMATCH
|
||||
iftrue .WantsBattle
|
||||
farscall PhoneScript_AnswerPhone_Male
|
||||
checkflag ENGINE_VANCE_WEDNESDAY_NIGHT
|
||||
@@ -20,7 +20,7 @@ VancePhoneCalleeScript:
|
||||
VancePhoneCallerScript:
|
||||
gettrainername STRING_BUFFER_3, BIRD_KEEPER, VANCE1
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_VANCE
|
||||
checkflag ENGINE_VANCE_READY_FOR_REMATCH
|
||||
iftrue .WantsBattle
|
||||
checkflag ENGINE_VANCE_WEDNESDAY_NIGHT
|
||||
iftrue .WantsBattle
|
||||
@@ -36,5 +36,5 @@ VanceWednesdayNight:
|
||||
|
||||
VanceWantsRematch:
|
||||
getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_44
|
||||
setflag ENGINE_VANCE
|
||||
setflag ENGINE_VANCE_READY_FOR_REMATCH
|
||||
farsjump PhoneScript_WantsToBattle_Male
|
||||
|
||||
Reference in New Issue
Block a user