sovereignx/data/maps/SeafloorCavern_Room4/scripts.inc
Melody c557ac61ae 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
2018-12-02 03:37:46 -05:00

36 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SeafloorCavern_Room4_MapScripts:: @ 8234C9B
.byte 0
SeafloorCavern_Room4_EventScript_234C9C:: @ 8234C9C
trainerbattle 0, TRAINER_GRUNT_7, 0, SeafloorCavern_Room4_Text_234CCA, SeafloorCavern_Room4_Text_234CF3
msgbox SeafloorCavern_Room4_Text_234CFC, MSGBOX_AUTOCLOSE
end
SeafloorCavern_Room4_EventScript_234CB3:: @ 8234CB3
trainerbattle 0, TRAINER_GRUNT_9, 0, SeafloorCavern_Room4_Text_234D3A, SeafloorCavern_Room4_Text_234D68
msgbox SeafloorCavern_Room4_Text_234D79, MSGBOX_AUTOCLOSE
end
SeafloorCavern_Room4_Text_234CCA: @ 8234CCA
.string "Who are you?\n"
.string "Where did you come in from?$"
SeafloorCavern_Room4_Text_234CF3: @ 8234CF3
.string "Lost it…$"
SeafloorCavern_Room4_Text_234CFC: @ 8234CFC
.string "I cant find the way out!\p"
.string "Im not afraid. Dont get me wrong!$"
SeafloorCavern_Room4_Text_234D3A: @ 8234D3A
.string "Who are you?\n"
.string "Where do you think youre going?$"
SeafloorCavern_Room4_Text_234D68: @ 8234D68
.string "I failed to win!$"
SeafloorCavern_Room4_Text_234D79: @ 8234D79
.string "My partner forgot the map in that\n"
.string "submarine!\p"
.string "Hows that for being useless?$"