pokeemerald/data/scripts/repel.inc
2024-07-05 07:31:42 -04:00

15 lines
291 B
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.

EventScript_RepelWoreOff::
msgbox Text_RepelWoreOff, MSGBOX_SIGN
end
Text_RepelWoreOff:
.ifdef FRENCH
.string "Leffet de REPOUSSE se dissipe…$"
.else
.ifdef ITALIAN
.string "Finito leffetto del REPELLENTE…$"
.else @ENGLISH
.string "REPEL's effect wore off…$"
.endif
.endif