diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index f47e2669e..2b12b587e 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -714,7 +714,7 @@ endr and a jr z, .toss - call WhiteBGMap + call ClearBGPalettes call ClearTileMap .toss @@ -1866,7 +1866,7 @@ UseItem_SelectMon: ; f1f9 (3:71f9) push hl push de push bc - call WhiteBGMap + call ClearBGPalettes call Functionf21c pop bc pop de |