mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 12:42:56 -04:00
20 lines
384 B
ObjectPascal
20 lines
384 B
ObjectPascal
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
|
||
.ifdef SPANISH
|
||
.string "El REPELENTE ha dejado de hacer\n"
|
||
.string "efecto.$"
|
||
.else @ENGLISH
|
||
.string "REPEL's effect wore off…$"
|
||
.endif
|
||
.endif
|
||
.endif
|