sovereignx/data/scripts/dexnav.inc

48 lines
953 B
PHP
Raw Normal View History

2021-04-02 19:28:00 +01:00
EventScript_StartDexNavBattle::
lock
playse 0x15
applymovement OBJ_EVENT_ID_PLAYER Common_Movement_ExclamationMark
waitmovement 0
waitse
2024-07-08 19:15:41 +01:00
dowildbattle
2021-04-02 19:28:00 +01:00
release
end
EventScript_NotFoundNearby::
2024-07-08 19:15:41 +01:00
msgbox sText_NotFoundNearby, MSGBOX_SIGN
end
2021-04-02 19:28:00 +01:00
sText_NotFoundNearby:
2024-07-08 19:15:41 +01:00
.string "It couldn't be found nearby.\n"
.string "Try looking in a different area!$"
2021-04-02 19:28:00 +01:00
EventScript_MovedTooFast::
2024-07-08 19:15:41 +01:00
msgbox sText_TryMovingSlower, MSGBOX_SIGN
end
2021-04-02 19:28:00 +01:00
sText_TryMovingSlower:
2024-07-08 19:15:41 +01:00
.string "The Pokémon got away!\n"
.string "Try moving more slowly.$"
2021-04-02 19:28:00 +01:00
EventScript_PokemonGotAway::
2024-07-08 19:15:41 +01:00
msgbox sText_PokemonGotAway, MSGBOX_SIGN
end
2021-04-02 19:28:00 +01:00
sText_PokemonGotAway:
2024-07-08 19:15:41 +01:00
.string "The Pokémon got away!$"
2021-04-02 19:28:00 +01:00
EventScript_LostSignal::
2024-07-08 19:15:41 +01:00
msgbox sText_LostSignal, MSGBOX_SIGN
end
2021-04-02 19:28:00 +01:00
sText_LostSignal:
2024-07-08 19:15:41 +01:00
.string "There is no reaction.\n"
.string "The signal was lost!$"
2021-04-02 19:28:00 +01:00
EventScript_TooDark::
2024-07-08 19:15:41 +01:00
msgbox sText_TooDark, MSGBOX_SIGN
end
2021-04-02 19:28:00 +01:00
sText_TooDark:
2024-07-08 19:15:41 +01:00
.string "It's too dark to search\nfor a Pokémon!$"