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:
@@ -3,27 +3,27 @@ VictoryRoad_B1F_MapScripts:: @ 82364E4
|
||||
|
||||
VictoryRoad_B1F_EventScript_2364E5:: @ 82364E5
|
||||
trainerbattle 0, TRAINER_SAMUEL, 0, VictoryRoad_B1F_Text_236558, VictoryRoad_B1F_Text_2365AD
|
||||
msgbox VictoryRoad_B1F_Text_2365C4, 6
|
||||
msgbox VictoryRoad_B1F_Text_2365C4, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
VictoryRoad_B1F_EventScript_2364FC:: @ 82364FC
|
||||
trainerbattle 0, TRAINER_SHANNON, 0, VictoryRoad_B1F_Text_2365FD, VictoryRoad_B1F_Text_23664D
|
||||
msgbox VictoryRoad_B1F_Text_236678, 6
|
||||
msgbox VictoryRoad_B1F_Text_236678, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
VictoryRoad_B1F_EventScript_236513:: @ 8236513
|
||||
trainerbattle 0, TRAINER_MICHELLE, 0, VictoryRoad_B1F_Text_2366C2, VictoryRoad_B1F_Text_23670B
|
||||
msgbox VictoryRoad_B1F_Text_23671B, 6
|
||||
msgbox VictoryRoad_B1F_Text_23671B, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
VictoryRoad_B1F_EventScript_23652A:: @ 823652A
|
||||
trainerbattle 0, TRAINER_MITCHELL, 0, VictoryRoad_B1F_Text_236757, VictoryRoad_B1F_Text_236780
|
||||
msgbox VictoryRoad_B1F_Text_2367A7, 6
|
||||
msgbox VictoryRoad_B1F_Text_2367A7, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
VictoryRoad_B1F_EventScript_236541:: @ 8236541
|
||||
trainerbattle 0, TRAINER_HALLE, 0, VictoryRoad_B1F_Text_2367FD, VictoryRoad_B1F_Text_23683B
|
||||
msgbox VictoryRoad_B1F_Text_23684C, 6
|
||||
msgbox VictoryRoad_B1F_Text_23684C, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
VictoryRoad_B1F_Text_236558: @ 8236558
|
||||
|
||||
Reference in New Issue
Block a user