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_Flat1_1F_MapScripts:: @ 82150CD
|
||||
.byte 0
|
||||
|
||||
RustboroCity_Flat1_1F_EventScript_2150CE:: @ 82150CE
|
||||
msgbox RustboroCity_Flat1_1F_Text_2150E0, 2
|
||||
msgbox RustboroCity_Flat1_1F_Text_2150E0, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat1_1F_EventScript_2150D7:: @ 82150D7
|
||||
msgbox RustboroCity_Flat1_1F_Text_215115, 2
|
||||
msgbox RustboroCity_Flat1_1F_Text_215115, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat1_1F_Text_2150E0: @ 82150E0
|
||||
|
||||
Reference in New Issue
Block a user