pokeemerald/data/scripts/repel.inc
Eduardo Quezada 4649d1eddd (234/665)
2022-08-15 14:27:41 -04:00

25 lines
348 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
.ifdef ENGLISH
Text_RepelWoreOff:
.string "REPEL's effect wore off…$"
.else
.ifdef FRENCH
Text_RepelWoreOff:
.string "Leffet de REPOUSSE se dissipe…$"
.else
.ifdef ITALIAN
Text_RepelWoreOff:
.string "Finito leffetto del REPELLENTE…$"
.endif
.endif
.endif