mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-16 07:03:22 +12:00
parent
084c8407d8
commit
6cb51a1c4e
2 changed files with 4 additions and 4 deletions
|
|
@ -3,14 +3,14 @@ DisplayEffectiveness: ; 2fb7b (b:7b7b)
|
||||||
and a, $7F
|
and a, $7F
|
||||||
cp a, $0A
|
cp a, $0A
|
||||||
ret z
|
ret z
|
||||||
ld hl, SupperEffectiveText
|
ld hl, SuperEffectiveText
|
||||||
jr nc, .done
|
jr nc, .done
|
||||||
ld hl, NotVeryEffectiveText
|
ld hl, NotVeryEffectiveText
|
||||||
.done
|
.done
|
||||||
jp PrintText
|
jp PrintText
|
||||||
|
|
||||||
SupperEffectiveText: ; 2fb8e (b:7b8e)
|
SuperEffectiveText: ; 2fb8e (b:7b8e)
|
||||||
TX_FAR _SupperEffectiveText
|
TX_FAR _SuperEffectiveText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
NotVeryEffectiveText: ; 2fb93 (b:7b93)
|
NotVeryEffectiveText: ; 2fb93 (b:7b93)
|
||||||
|
|
|
||||||
2
text.asm
2
text.asm
|
|
@ -1552,7 +1552,7 @@ _ComeBackText:: ; 89d15 (22:5d15)
|
||||||
line "Come back!"
|
line "Come back!"
|
||||||
done
|
done
|
||||||
|
|
||||||
_SupperEffectiveText:: ; 89d22 (22:5d22)
|
_SuperEffectiveText:: ; 89d22 (22:5d22)
|
||||||
text "It's super"
|
text "It's super"
|
||||||
line "effective!"
|
line "effective!"
|
||||||
prompt
|
prompt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue