Fix Apricorns with OW_SHOW_ITEM_DESCRIPTIONS not off (#8253)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90 2025-11-14 22:49:47 +01:00 committed by GitHub
parent 772abe6e7d
commit 61e06cae08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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