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:
@@ -91,17 +91,17 @@ Route110_TrickHousePuzzle2_EventScript_26BC62:: @ 826BC62
|
||||
|
||||
Route110_TrickHousePuzzle2_EventScript_26BC75:: @ 826BC75
|
||||
trainerbattle 0, TRAINER_TED, 0, Route110_TrickHousePuzzle2_Text_26BD25, Route110_TrickHousePuzzle2_Text_26BD45
|
||||
msgbox Route110_TrickHousePuzzle2_Text_26BD70, 6
|
||||
msgbox Route110_TrickHousePuzzle2_Text_26BD70, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route110_TrickHousePuzzle2_EventScript_26BC8C:: @ 826BC8C
|
||||
trainerbattle 0, TRAINER_PAUL, 0, Route110_TrickHousePuzzle2_Text_26BD9E, Route110_TrickHousePuzzle2_Text_26BDCF
|
||||
msgbox Route110_TrickHousePuzzle2_Text_26BDEC, 6
|
||||
msgbox Route110_TrickHousePuzzle2_Text_26BDEC, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route110_TrickHousePuzzle2_EventScript_26BCA3:: @ 826BCA3
|
||||
trainerbattle 0, TRAINER_GEORGIA, 0, Route110_TrickHousePuzzle2_Text_26BE31, Route110_TrickHousePuzzle2_Text_26BE77
|
||||
msgbox Route110_TrickHousePuzzle2_Text_26BE97, 6
|
||||
msgbox Route110_TrickHousePuzzle2_Text_26BE97, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route110_TrickHousePuzzle2_Text_26BCBA: @ 826BCBA
|
||||
|
||||
Reference in New Issue
Block a user