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,37 +1,37 @@
Route133_MapScripts:: @ 81F75A2
Route133_MapScripts::
.byte 0
Route133_EventScript_Franklin:: @ 81F75A3
Route133_EventScript_Franklin::
trainerbattle_single TRAINER_FRANKLIN, Route133_Text_FranklinIntro, Route133_Text_FranklinDefeat
msgbox Route133_Text_FranklinPostBattle, MSGBOX_AUTOCLOSE
end
Route133_EventScript_Debra:: @ 81F75BA
Route133_EventScript_Debra::
trainerbattle_single TRAINER_DEBRA, Route133_Text_DebraIntro, Route133_Text_DebraDefeat
msgbox Route133_Text_DebraPostBattle, MSGBOX_AUTOCLOSE
end
Route133_EventScript_Linda:: @ 81F75D1
Route133_EventScript_Linda::
trainerbattle_single TRAINER_LINDA, Route133_Text_LindaIntro, Route133_Text_LindaDefeat
msgbox Route133_Text_LindaPostBattle, MSGBOX_AUTOCLOSE
end
Route133_EventScript_Warren:: @ 81F75E8
Route133_EventScript_Warren::
trainerbattle_single TRAINER_WARREN, Route133_Text_WarrenIntro, Route133_Text_WarrenDefeat
msgbox Route133_Text_WarrenPostBattle, MSGBOX_AUTOCLOSE
end
Route133_EventScript_Beck:: @ 81F75FF
Route133_EventScript_Beck::
trainerbattle_single TRAINER_BECK, Route133_Text_BeckIntro, Route133_Text_BeckDefeat
msgbox Route133_Text_BeckPostBattle, MSGBOX_AUTOCLOSE
end
Route133_EventScript_Mollie:: @ 81F7616
Route133_EventScript_Mollie::
trainerbattle_single TRAINER_MOLLIE, Route133_Text_MollieIntro, Route133_Text_MollieDefeat
msgbox Route133_Text_MolliePostBattle, MSGBOX_AUTOCLOSE
end
Route133_EventScript_Conor:: @ 81F762D
Route133_EventScript_Conor::
trainerbattle_single TRAINER_CONOR, Route133_Text_ConorIntro, Route133_Text_ConorDefeat
msgbox Route133_Text_ConorPostBattle, MSGBOX_AUTOCLOSE
end