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 @@ RustboroCity_Flat2_3F_MapScripts:: @ 8216116
|
||||
.byte 0
|
||||
|
||||
RustboroCity_Flat2_3F_EventScript_216117:: @ 8216117
|
||||
msgbox RustboroCity_Flat2_3F_Text_216129, 2
|
||||
msgbox RustboroCity_Flat2_3F_Text_216129, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat2_3F_EventScript_216120:: @ 8216120
|
||||
msgbox RustboroCity_Flat2_3F_Text_216159, 2
|
||||
msgbox RustboroCity_Flat2_3F_Text_216159, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat2_3F_Text_216129: @ 8216129
|
||||
|
||||
Reference in New Issue
Block a user