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 @@ SootopolisCity_House4_MapScripts:: @ 8226D15
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House4_EventScript_226D16:: @ 8226D16
|
||||
msgbox SootopolisCity_House4_Text_226D3B, 2
|
||||
msgbox SootopolisCity_House4_Text_226D3B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House4_EventScript_226D1F:: @ 8226D1F
|
||||
msgbox SootopolisCity_House4_Text_226DEA, 2
|
||||
msgbox SootopolisCity_House4_Text_226DEA, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House4_EventScript_226D28:: @ 8226D28
|
||||
@@ -14,7 +14,7 @@ SootopolisCity_House4_EventScript_226D28:: @ 8226D28
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_AZUMARILL, 0
|
||||
msgbox SootopolisCity_House4_Text_226E7F, 4
|
||||
msgbox SootopolisCity_House4_Text_226E7F, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user