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:
@@ -4,20 +4,20 @@ SootopolisCity_House3_MapScripts:: @ 8226B71
|
||||
SootopolisCity_House3_EventScript_226B72:: @ 8226B72
|
||||
lock
|
||||
faceplayer
|
||||
msgbox SootopolisCity_House3_Text_226BA4, 5
|
||||
msgbox SootopolisCity_House3_Text_226BA4, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq SootopolisCity_House3_EventScript_226B91
|
||||
msgbox SootopolisCity_House3_Text_226C44, 4
|
||||
msgbox SootopolisCity_House3_Text_226C44, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House3_EventScript_226B91:: @ 8226B91
|
||||
msgbox SootopolisCity_House3_Text_226C20, 4
|
||||
msgbox SootopolisCity_House3_Text_226C20, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House3_EventScript_226B9B:: @ 8226B9B
|
||||
msgbox SootopolisCity_House3_Text_226C9C, 2
|
||||
msgbox SootopolisCity_House3_Text_226C9C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House3_Text_226BA4: @ 8226BA4
|
||||
|
||||
Reference in New Issue
Block a user