adds constants, cleans up callstd and msgbox code
* adds some constants for standard script names and messagebox types * replaces some callstd calls with msgbox calls where equivalent * replaces msgbox and callstd calls using raw digits with versions that use the constants
This commit is contained in:
@@ -33,26 +33,26 @@ Route129_MapScript2_1F72E2: @ 81F72E2
|
||||
|
||||
Route129_EventScript_1F72EC:: @ 81F72EC
|
||||
trainerbattle 0, TRAINER_CHASE, 0, Route129_Text_2A2F66, Route129_Text_2A2F9D
|
||||
msgbox Route129_Text_2A2FB9, 6
|
||||
msgbox Route129_Text_2A2FB9, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route129_EventScript_1F7303:: @ 81F7303
|
||||
trainerbattle 0, TRAINER_ALLISON, 0, Route129_Text_2A2FF2, Route129_Text_2A3034
|
||||
msgbox Route129_Text_2A3048, 6
|
||||
msgbox Route129_Text_2A3048, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route129_EventScript_1F731A:: @ 81F731A
|
||||
trainerbattle 0, TRAINER_REED, 0, Route129_Text_2A30CD, Route129_Text_2A30F1
|
||||
msgbox Route129_Text_2A3114, 6
|
||||
msgbox Route129_Text_2A3114, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route129_EventScript_1F7331:: @ 81F7331
|
||||
trainerbattle 0, TRAINER_TISHA, 0, Route129_Text_2A314E, Route129_Text_2A317D
|
||||
msgbox Route129_Text_2A31A6, 6
|
||||
msgbox Route129_Text_2A31A6, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route129_EventScript_1F7348:: @ 81F7348
|
||||
trainerbattle 0, TRAINER_CLARENCE, 0, Route129_Text_2A3204, Route129_Text_2A3239
|
||||
msgbox Route129_Text_2A3252, 6
|
||||
msgbox Route129_Text_2A3252, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user