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,12 +3,12 @@ SeafloorCavern_Room1_MapScripts:: @ 82347EB
|
||||
|
||||
SeafloorCavern_Room1_EventScript_2347EC:: @ 82347EC
|
||||
trainerbattle 0, TRAINER_GRUNT_5, 0, SeafloorCavern_Room1_Text_23481A, SeafloorCavern_Room1_Text_23484A
|
||||
msgbox SeafloorCavern_Room1_Text_23485D, 6
|
||||
msgbox SeafloorCavern_Room1_Text_23485D, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
SeafloorCavern_Room1_EventScript_234803:: @ 8234803
|
||||
trainerbattle 0, TRAINER_GRUNT_6, 0, SeafloorCavern_Room1_Text_234898, SeafloorCavern_Room1_Text_2348CD
|
||||
msgbox SeafloorCavern_Room1_Text_2348E3, 6
|
||||
msgbox SeafloorCavern_Room1_Text_2348E3, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
SeafloorCavern_Room1_Text_23481A: @ 823481A
|
||||
|
||||
Reference in New Issue
Block a user