Fix Apricorns with OW_SHOW_ITEM_DESCRIPTIONS not off (#8253)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
772abe6e7d
commit
61e06cae08
@ -30,7 +30,7 @@ ApricornTree_EventScript_PickApricorn::
|
||||
.endif
|
||||
delay 10
|
||||
.if OW_SHOW_ITEM_DESCRIPTIONS != OW_ITEM_DESCRIPTIONS_OFF
|
||||
showberrydesc
|
||||
showberrydescription
|
||||
.endif
|
||||
playfanfare MUS_OBTAIN_BERRY
|
||||
waitmessage
|
||||
@ -40,7 +40,7 @@ ApricornTree_EventScript_PickApricorn::
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
.if OW_SHOW_ITEM_DESCRIPTIONS != OW_ITEM_DESCRIPTIONS_OFF
|
||||
hideitemdesc
|
||||
hideitemdescription
|
||||
.endif
|
||||
release
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user