summaryrefslogtreecommitdiff
path: root/items/item_effects.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-03-16 00:44:13 +0000
committerlibjet <libj3t@gmail.com>2020-03-16 00:44:13 +0000
commit6231351906960364a5ad2f34efefd809cceb0eb8 (patch)
tree709f2f908d9e1c2f7a882d628ff09b80de3c9e8b /items/item_effects.asm
parent4ad17cc30e6b70be19badd175558c438fc9adaf6 (diff)
Sync home/ with pokecrystal
Diffstat (limited to 'items/item_effects.asm')
-rwxr-xr-xitems/item_effects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm
index 3ab2de15..9c494885 100755
--- a/items/item_effects.asm
+++ b/items/item_effects.asm
@@ -634,7 +634,7 @@ UltraBall: ; e926
and a
jr z, .toss
call ClearBGPalettes
- call ClearTileMap
+ call ClearTilemap
.toss
ld hl, wNumItems
inc a
@@ -1481,7 +1481,7 @@ BitterBerry: ; f1c0
ldh [hBattleTurn], a
call Functionf7d0
ld hl, ConfusedNoMoreText
- call StdBattleTextBox
+ call StdBattleTextbox
ld a, $0
.asm_f1d9
jp Functionf0f4