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:
@@ -60,23 +60,23 @@ BattleFrontier_BattlePalaceCorridor_EventScript_24F581:: @ 824F581
|
||||
end
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F58B:: @ 824F58B
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F5DD, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F5DD, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F594:: @ 824F594
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F65B, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F65B, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F59D:: @ 824F59D
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F718, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F718, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F5A6:: @ 824F5A6
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F78C, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F78C, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_EventScript_24F5AF:: @ 824F5AF
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F7D4, 4
|
||||
msgbox BattleFrontier_BattlePalaceCorridor_Text_24F7D4, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
BattleFrontier_BattlePalaceCorridor_Movement_24F5B8: @ 824F5B8
|
||||
|
||||
Reference in New Issue
Block a user