You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
trainers put the class and id first: trainer YOUNGSTER, JOEY1, ...
This commit is contained in:
@@ -12,7 +12,7 @@ FastShipCabins_SW_SSW_NW_MapScripts:
|
||||
db 0
|
||||
|
||||
TrainerFirebreatherLyle:
|
||||
trainer EVENT_BEAT_FIREBREATHER_LYLE, FIREBREATHER, LYLE, FirebreatherLyleSeenText, FirebreatherLyleBeatenText, 0, .Script
|
||||
trainer FIREBREATHER, LYLE, EVENT_BEAT_FIREBREATHER_LYLE, FirebreatherLyleSeenText, FirebreatherLyleBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -23,7 +23,7 @@ TrainerFirebreatherLyle:
|
||||
end
|
||||
|
||||
TrainerBugCatcherKen:
|
||||
trainer EVENT_BEAT_BUG_CATCHER_KEN, BUG_CATCHER, KEN, BugCatcherKenSeenText, BugCatcherKenBeatenText, 0, .Script
|
||||
trainer BUG_CATCHER, KEN, EVENT_BEAT_BUG_CATCHER_KEN, BugCatcherKenSeenText, BugCatcherKenBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -34,7 +34,7 @@ TrainerBugCatcherKen:
|
||||
end
|
||||
|
||||
TrainerBeautyCassie:
|
||||
trainer EVENT_BEAT_BEAUTY_CASSIE, BEAUTY, CASSIE, BeautyCassieSeenText, BeautyCassieBeatenText, 0, .Script
|
||||
trainer BEAUTY, CASSIE, EVENT_BEAT_BEAUTY_CASSIE, BeautyCassieSeenText, BeautyCassieBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -45,7 +45,7 @@ TrainerBeautyCassie:
|
||||
end
|
||||
|
||||
TrainerGuitaristClyde:
|
||||
trainer EVENT_BEAT_GUITARIST_CLYDE, GUITARIST, CLYDE, GuitaristClydeSeenText, GuitaristClydeBeatenText, 0, .Script
|
||||
trainer GUITARIST, CLYDE, EVENT_BEAT_GUITARIST_CLYDE, GuitaristClydeSeenText, GuitaristClydeBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
|
||||
Reference in New Issue
Block a user