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:
@@ -2,11 +2,11 @@ SlateportCity_SternsShipyard_2F_MapScripts:: @ 820863D
|
||||
.byte 0
|
||||
|
||||
SlateportCity_SternsShipyard_2F_EventScript_20863E:: @ 820863E
|
||||
msgbox SlateportCity_SternsShipyard_2F_Text_208650, 2
|
||||
msgbox SlateportCity_SternsShipyard_2F_Text_208650, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SlateportCity_SternsShipyard_2F_EventScript_208647:: @ 8208647
|
||||
msgbox SlateportCity_SternsShipyard_2F_Text_2086BA, 2
|
||||
msgbox SlateportCity_SternsShipyard_2F_Text_2086BA, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SlateportCity_SternsShipyard_2F_Text_208650: @ 8208650
|
||||
|
||||
Reference in New Issue
Block a user