Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions

View File

@@ -1,42 +1,42 @@
Route132_MapScripts:: @ 81F74E9
Route132_MapScripts::
.byte 0
Route132_EventScript_Gilbert:: @ 81F74EA
Route132_EventScript_Gilbert::
trainerbattle_single TRAINER_GILBERT, Route132_Text_GilbertIntro, Route132_Text_GilbertDefeat
msgbox Route132_Text_GilbertPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Dana:: @ 81F7501
Route132_EventScript_Dana::
trainerbattle_single TRAINER_DANA, Route132_Text_DanaIntro, Route132_Text_DanaDefeat
msgbox Route132_Text_DanaPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Ronald:: @ 81F7518
Route132_EventScript_Ronald::
trainerbattle_single TRAINER_RONALD, Route132_Text_RonaldIntro, Route132_Text_RonaldDefeat
msgbox Route132_Text_RonaldPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Kiyo:: @ 81F752F
Route132_EventScript_Kiyo::
trainerbattle_single TRAINER_KIYO, Route132_Text_KiyoIntro, Route132_Text_KiyoDefeat
msgbox Route132_Text_KiyoPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Paxton:: @ 81F7546
Route132_EventScript_Paxton::
trainerbattle_single TRAINER_PAXTON, Route132_Text_PaxtonIntro, Route132_Text_PaxtonDefeat
msgbox Route132_Text_PaxtonPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Darcy:: @ 81F755D
Route132_EventScript_Darcy::
trainerbattle_single TRAINER_DARCY, Route132_Text_DarcyIntro, Route132_Text_DarcyDefeat
msgbox Route132_Text_DarcyPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Jonathan:: @ 81F7574
Route132_EventScript_Jonathan::
trainerbattle_single TRAINER_JONATHAN, Route132_Text_JonathanIntro, Route132_Text_JonathanDefeat
msgbox Route132_Text_JonathanPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Makayla:: @ 81F758B
Route132_EventScript_Makayla::
trainerbattle_single TRAINER_MAKAYLA, Route132_Text_MakaylaIntro, Route132_Text_MakaylaDefeat
msgbox Route132_Text_MakaylaPostBattle, MSGBOX_AUTOCLOSE
end