You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Auto-label more map scripts
This commit is contained in:
@@ -189,9 +189,9 @@ UnknownScript_0x6d0be:
|
||||
end
|
||||
|
||||
TrainerGruntM17:
|
||||
trainer EVENT_BEAT_ROCKET_GRUNTM_17, GRUNTM, GRUNTM_17, GruntM17SeenText, GruntM17BeatenText, 0, GruntM17Script
|
||||
trainer EVENT_BEAT_ROCKET_GRUNTM_17, GRUNTM, GRUNTM_17, GruntM17SeenText, GruntM17BeatenText, 0, .Script
|
||||
|
||||
GruntM17Script:
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext GruntM17AfterBattleText
|
||||
@@ -200,9 +200,9 @@ GruntM17Script:
|
||||
end
|
||||
|
||||
TrainerGruntM18:
|
||||
trainer EVENT_BEAT_ROCKET_GRUNTM_18, GRUNTM, GRUNTM_18, GruntM18SeenText, GruntM18BeatenText, 0, GruntM18Script
|
||||
trainer EVENT_BEAT_ROCKET_GRUNTM_18, GRUNTM, GRUNTM_18, GruntM18SeenText, GruntM18BeatenText, 0, .Script
|
||||
|
||||
GruntM18Script:
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext GruntM18AfterBattleText
|
||||
@@ -211,9 +211,9 @@ GruntM18Script:
|
||||
end
|
||||
|
||||
TrainerGruntM19:
|
||||
trainer EVENT_BEAT_ROCKET_GRUNTM_19, GRUNTM, GRUNTM_19, GruntM19SeenText, GruntM19BeatenText, 0, GruntM19Script
|
||||
trainer EVENT_BEAT_ROCKET_GRUNTM_19, GRUNTM, GRUNTM_19, GruntM19SeenText, GruntM19BeatenText, 0, .Script
|
||||
|
||||
GruntM19Script:
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext GruntM19AfterBattleText
|
||||
|
||||
Reference in New Issue
Block a user