c557ac61ae
* 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
19 lines
530 B
PHP
19 lines
530 B
PHP
RustboroCity_Flat2_3F_MapScripts:: @ 8216116
|
||
.byte 0
|
||
|
||
RustboroCity_Flat2_3F_EventScript_216117:: @ 8216117
|
||
msgbox RustboroCity_Flat2_3F_Text_216129, MSGBOX_NPC
|
||
end
|
||
|
||
RustboroCity_Flat2_3F_EventScript_216120:: @ 8216120
|
||
msgbox RustboroCity_Flat2_3F_Text_216159, MSGBOX_NPC
|
||
end
|
||
|
||
RustboroCity_Flat2_3F_Text_216129: @ 8216129
|
||
.string "DEVON’s PRESIDENT likes to collect\n"
|
||
.string "rare stones.$"
|
||
|
||
RustboroCity_Flat2_3F_Text_216159: @ 8216159
|
||
.string "I think the PRESIDENT’s son also\n"
|
||
.string "collects rare stones.$"
|
||
|