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

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