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
13 lines
385 B
PHP
13 lines
385 B
PHP
AbandonedShip_Rooms2_B1F_MapScripts:: @ 8238024
|
||
.byte 0
|
||
|
||
AbandonedShip_Rooms2_B1F_EventScript_238025:: @ 8238025
|
||
msgbox AbandonedShip_Rooms2_B1F_Text_23802E, MSGBOX_NPC
|
||
end
|
||
|
||
AbandonedShip_Rooms2_B1F_Text_23802E: @ 823802E
|
||
.string "This is a perfect place to go exploring!\n"
|
||
.string "It’s exciting here!\p"
|
||
.string "I bet there’re amazing treasures on\n"
|
||
.string "board.$"
|
||
|