mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
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
25 lines
561 B
PHP
25 lines
561 B
PHP
RustboroCity_Flat2_1F_MapScripts:: @ 8215F76
|
||
.byte 0
|
||
|
||
RustboroCity_Flat2_1F_EventScript_215F77:: @ 8215F77
|
||
msgbox RustboroCity_Flat2_1F_Text_215F93, MSGBOX_NPC
|
||
end
|
||
|
||
RustboroCity_Flat2_1F_EventScript_215F80:: @ 8215F80
|
||
lock
|
||
faceplayer
|
||
waitse
|
||
playmoncry SPECIES_SKITTY, 0
|
||
msgbox RustboroCity_Flat2_1F_Text_215FC6, MSGBOX_DEFAULT
|
||
waitmoncry
|
||
release
|
||
end
|
||
|
||
RustboroCity_Flat2_1F_Text_215F93: @ 8215F93
|
||
.string "DEVON CORPORATION’s workers live in\n"
|
||
.string "this building.$"
|
||
|
||
RustboroCity_Flat2_1F_Text_215FC6: @ 8215FC6
|
||
.string "SKITTY: Gyaaaah!$"
|
||
|