mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
146 B
NASM
11 lines
146 B
NASM
|
RepelWoreOffScript::
|
||
|
opentext
|
||
|
writetext .RepelWoreOffText
|
||
|
waitbutton
|
||
|
closetext
|
||
|
end
|
||
|
|
||
|
.RepelWoreOffText:
|
||
|
text_far _RepelWoreOffText
|
||
|
text_end
|