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:
@@ -15,17 +15,17 @@ Route110_TrickHousePuzzle8_EventScript_26E814:: @ 826E814
|
||||
|
||||
Route110_TrickHousePuzzle8_EventScript_26E81F:: @ 826E81F
|
||||
trainerbattle 0, TRAINER_VINCENT, 0, Route110_TrickHousePuzzle8_Text_26E8CD, Route110_TrickHousePuzzle8_Text_26E8F6
|
||||
msgbox Route110_TrickHousePuzzle8_Text_26E918, 6
|
||||
msgbox Route110_TrickHousePuzzle8_Text_26E918, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route110_TrickHousePuzzle8_EventScript_26E836:: @ 826E836
|
||||
trainerbattle 0, TRAINER_KEIRA, 0, Route110_TrickHousePuzzle8_Text_26E954, Route110_TrickHousePuzzle8_Text_26E97F
|
||||
msgbox Route110_TrickHousePuzzle8_Text_26E99F, 6
|
||||
msgbox Route110_TrickHousePuzzle8_Text_26E99F, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route110_TrickHousePuzzle8_EventScript_26E84D:: @ 826E84D
|
||||
trainerbattle 0, TRAINER_LEROY, 0, Route110_TrickHousePuzzle8_Text_26E9D7, Route110_TrickHousePuzzle8_Text_26EA14
|
||||
msgbox Route110_TrickHousePuzzle8_Text_26EA3F, 6
|
||||
msgbox Route110_TrickHousePuzzle8_Text_26EA3F, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route110_TrickHousePuzzle8_EventScript_26E864:: @ 826E864
|
||||
|
||||
Reference in New Issue
Block a user