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:
@@ -8,15 +8,15 @@ EverGrandeCity_MapScript1_1E7D21: @ 81E7D21
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D2B:: @ 81E7D2B
|
||||
msgbox EverGrandeCity_Text_1E7D4F, 3
|
||||
msgbox EverGrandeCity_Text_1E7D4F, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D34:: @ 81E7D34
|
||||
msgbox EverGrandeCity_Text_1E7D89, 3
|
||||
msgbox EverGrandeCity_Text_1E7D89, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D3D:: @ 81E7D3D
|
||||
msgbox EverGrandeCity_Text_1E7D65, 3
|
||||
msgbox EverGrandeCity_Text_1E7D65, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EverGrandeCity_EventScript_1E7D46:: @ 81E7D46
|
||||
|
||||
Reference in New Issue
Block a user