summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 3814348d..07d486b3 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -1910,14 +1910,14 @@ RestoreHP:
ld b, a
ld a, [hl]
sbc b
- jr c, .asm_3cd2d
+ jr c, .asm_3ccd5
ld a, b
ld [hli], a
ld [wBuffer6], a
ld a, c
ld [hl], a
ld [wBuffer5], a
-.asm_3cd2d
+.asm_3ccd5
call SwitchTurnCore
call UpdateHPBarBattleHuds
@@ -5133,7 +5133,7 @@ MoveSelectionScreen:
dec a
jr nz, .interpret_joypad
hlcoord 11, 14
- ld de, .string_3e61c
+ ld de, .string_3e448
call PlaceString
jr .interpret_joypad
@@ -5229,7 +5229,7 @@ MoveSelectionScreen:
call SafeLoadTempTilemapToTilemap
jp MoveSelectionScreen
-.string_3e61c
+.string_3e448
db "@"
.pressed_up