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_House7_MapScripts:: @ 82270CB
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House7_EventScript_2270CC:: @ 82270CC
|
||||
msgbox SootopolisCity_House7_Text_2270DE, 2
|
||||
msgbox SootopolisCity_House7_Text_2270DE, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House7_EventScript_2270D5:: @ 82270D5
|
||||
msgbox SootopolisCity_House7_Text_227190, 2
|
||||
msgbox SootopolisCity_House7_Text_227190, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House7_Text_2270DE: @ 82270DE
|
||||
|
||||
Reference in New Issue
Block a user