summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-xsrc/engine/home.asm38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 3fd56ed..5a10d44 100755
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -2099,7 +2099,7 @@ Func_0f35: ; 0f35 (0:0f35)
ld l, a
ld h, $0
call Func_2ec4
- text_hl TransmissionError
+ text_hl TransmissionErrorText
call DrawWideTextBox_WaitForInput
ld a, $ff
ld [wd0c3], a
@@ -2676,7 +2676,7 @@ Func_1828: ; 1828 (0:1828)
bank1call $4f9d
ld a, $1
ld [wcce6], a
- text_hl DamageToSelfDueToConfusion
+ text_hl DamageToSelfDueToConfusionText
call DrawWideTextBox_PrintText
ld a, $75
ld [wccb8], a
@@ -3024,7 +3024,7 @@ Func_1ad3: ; 1ad3 (0:1ad3)
ld h, [hl]
ld l, a
call Func_2ebb
- text_hl WasKnockedOut
+ text_hl WasKnockedOutText
call DrawWideTextBox_PrintText
ld a, $28
.asm_1aeb
@@ -3053,7 +3053,7 @@ Func_1b8d: ; 1b8d (0:1b8d)
ld [hli], a
ld a, [wccab]
ld [hli], a
- text_hl PokemonsAttack ; text when using an attack
+ text_hl PokemonsAttackText ; text when using an attack
call DrawWideTextBox_PrintText
ret
@@ -3090,7 +3090,7 @@ Func_1bca: ; 1bca (0:1bca)
inc de
ld a, [hli]
ld [de], a
- text_hl WasUnsuccessful
+ text_hl WasUnsuccessfulText
call DrawWideTextBox_PrintText
scf
ret
@@ -4647,7 +4647,7 @@ Func_2af0: ; 2af0 (0:2af0)
Func_2b66: ; 2b66 (0:2b66)
call AdjustCoordinatesForWindow
- text_hl YesOrNo
+ text_hl YesOrNoText
call Func_2c1b
ret
; 0x2b70
@@ -5886,13 +5886,13 @@ CheckIfCantAttackDueToAttackEffect:: ; 33c1 (0:33c1)
call GetTurnDuelistVariable
or a
ret z
- text_hl UnableToAttackDueToTailWag
+ text_hl UnableToAttackDueToTailWagText
cp $05
jr z, .returnWithCantAttack
- text_hl UnableToAttackDueToLeer
+ text_hl UnableToAttackDueToLeerText
cp $06
jr z, .returnWithCantAttack
- text_hl UnableToAttackDueToBoneAttack
+ text_hl UnableToAttackDueToBoneAttackText
cp $0b
jr z, .returnWithCantAttack
or a
@@ -5919,7 +5919,7 @@ Func_33e1: ; 33e1 (0:33e1)
ld a, [wccc6]
cp [hl]
jr nz, .asm_33ee
- text_hl UnableToUseAttackDueToAmnesia
+ text_hl UnableToUseAttackDueToAmnesiaText
scf
ret
@@ -5930,7 +5930,7 @@ Func_3400: ; 3400 (0:3400)
ld [wcc0a], a
ccf
ret nc
- text_hl AttackUnsuccessful
+ text_hl AttackUnsuccessfulText
call DrawWideTextBox_WaitForInput
scf
ret
@@ -5964,15 +5964,15 @@ Func_3432: ; 3432 (0:3432)
ld a, $e7
call GetTurnDuelistVariable
ld e, $3
- text_hl NoDamageOrEffectDueToFly
+ text_hl NoDamageOrEffectDueToFlyText
cp $d
jr z, .asm_346a
ld e, $2
- text_hl NoDamageOrEffectDueToBarrier
+ text_hl NoDamageOrEffectDueToBarrierText
cp $14
jr z, .asm_346a
ld e, $1
- text_hl NoDamageOrEffectDueToAgility
+ text_hl NoDamageOrEffectDueToAgilityText
cp $c
jr z, .asm_346a
call Func_34ef
@@ -6000,7 +6000,7 @@ Func_3432: ; 3432 (0:3432)
or a
ret z
ld e, $5
- text_hl NoDamageOrEffectDueToNShield
+ text_hl NoDamageOrEffectDueToNShieldText
jr .asm_346a
Func_348a: ; 348a (0:348a)
@@ -6024,7 +6024,7 @@ Func_348a: ; 348a (0:348a)
ret nc
ld a, $4
ld [wccc7], a
- text_hl NoDamageOrEffectDueToTransparency
+ text_hl NoDamageOrEffectDueToTransparencyText
scf
ret
; 0x34b7
@@ -6049,13 +6049,13 @@ Func_34f0: ; 34f0 (0:34f0)
ld a, DUELVARS_ARENA_CARD_STATUS
call GetTurnDuelistVariable
and $f
- text_hl CannotUseDueToStatus
+ text_hl CannotUseDueToStatusText
scf
jr nz, .asm_3508
.asm_3500
ld a, $27
call Func_3509
- text_hl UnableDueToToxicGas
+ text_hl UnableDueToToxicGasText
.asm_3508
ret
@@ -6198,7 +6198,7 @@ Func_36a2: ; 36a2 (0:36a2)
push af
push hl
call Func_1a96
- text_hl ReceivesDamageDueToStrikesBack
+ text_hl ReceivesDamageDueToStrikesBackText
call DrawWideTextBox_PrintText
pop hl
pop af