You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
buttonsound
This commit is contained in:
@@ -4,7 +4,7 @@ FruitTreeScript:: ; 44000
|
||||
copybytetovar CurFruit
|
||||
itemtotext $0, $0
|
||||
writetext FruitBearingTreeText
|
||||
keeptextopen
|
||||
buttonsound
|
||||
callasm TryResetFruitTrees
|
||||
callasm CheckFruitTree
|
||||
iffalse .fruit
|
||||
@@ -17,7 +17,7 @@ FruitTreeScript:: ; 44000
|
||||
copybytetovar CurFruit
|
||||
giveitem ITEM_FROM_MEM
|
||||
iffalse .packisfull
|
||||
keeptextopen
|
||||
buttonsound
|
||||
writetext ObtainedFruitText
|
||||
callasm PickedFruitTree
|
||||
specialsound
|
||||
@@ -25,7 +25,7 @@ FruitTreeScript:: ; 44000
|
||||
jump .end
|
||||
|
||||
.packisfull
|
||||
keeptextopen
|
||||
buttonsound
|
||||
writetext FruitPackIsFullText
|
||||
waitbutton
|
||||
|
||||
|
||||
Reference in New Issue
Block a user