mirror of
https://github.com/pret/pokecrystal.git
synced 2026-09-26 13:22:52 -04: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
|