mirror of
https://github.com/pret/pokeemerald.git
synced 2026-06-24 09:02:08 -05:00
15 lines
291 B
PHP
15 lines
291 B
PHP
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
|