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

15 lines
291 B
ObjectPascal
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 "L’effet de REPOUSSE se dissipe…$"
.else
.ifdef ITALIAN
.string "Finito l’effetto del REPELLENTE…$"
.else @ENGLISH
.string "REPEL's effect wore off…$"
.endif
.endif