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:
@@ -12,9 +12,9 @@ Route4_MapScriptHeader:
|
||||
db 0
|
||||
|
||||
TrainerBird_keeperHank:
|
||||
trainer EVENT_BEAT_BIRD_KEEPER_HANK, BIRD_KEEPER, HANK, Bird_keeperHankSeenText, Bird_keeperHankBeatenText, 0, Bird_keeperHankScript
|
||||
trainer EVENT_BEAT_BIRD_KEEPER_HANK, BIRD_KEEPER, HANK, Bird_keeperHankSeenText, Bird_keeperHankBeatenText, 0, .Script
|
||||
|
||||
Bird_keeperHankScript:
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext Bird_keeperHankAfterBattleText
|
||||
@@ -23,9 +23,9 @@ Bird_keeperHankScript:
|
||||
end
|
||||
|
||||
TrainerPicnickerHope:
|
||||
trainer EVENT_BEAT_PICNICKER_HOPE, PICNICKER, HOPE, PicnickerHopeSeenText, PicnickerHopeBeatenText, 0, PicnickerHopeScript
|
||||
trainer EVENT_BEAT_PICNICKER_HOPE, PICNICKER, HOPE, PicnickerHopeSeenText, PicnickerHopeBeatenText, 0, .Script
|
||||
|
||||
PicnickerHopeScript:
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext PicnickerHopeAfterBattleText
|
||||
@@ -34,9 +34,9 @@ PicnickerHopeScript:
|
||||
end
|
||||
|
||||
TrainerPicnickerSharon:
|
||||
trainer EVENT_BEAT_PICNICKER_SHARON, PICNICKER, SHARON, PicnickerSharonSeenText, PicnickerSharonBeatenText, 0, PicnickerSharonScript
|
||||
trainer EVENT_BEAT_PICNICKER_SHARON, PICNICKER, SHARON, PicnickerSharonSeenText, PicnickerSharonBeatenText, 0, .Script
|
||||
|
||||
PicnickerSharonScript:
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext PicnickerSharonAfterBattleText
|
||||
|
||||
Reference in New Issue
Block a user