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