pokeemerald/data/scripts/repel.inc
Eduardo Quezada cbf5d137aa ALMOST THERE
2025-02-14 23:25:52 -03:00

20 lines
384 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
.ifdef SPANISH
.string "El REPELENTE ha dejado de hacer\n"
.string "efecto.$"
.else @ENGLISH
.string "REPEL's effect wore off…$"
.endif
.endif
.endif