mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
TX_ASM
This commit is contained in:
parent
80621d3731
commit
8431fa7756
155 changed files with 595 additions and 591 deletions
|
|
@ -139,22 +139,22 @@ PrintSendOutMonMessage: ; 58e59 (16:4e59)
|
|||
|
||||
GoText: ; 58eae (16:4eae)
|
||||
TX_FAR _GoText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
jr PrintPlayerMon1Text
|
||||
|
||||
DoItText: ; 58eb5 (16:4eb5)
|
||||
TX_FAR _DoItText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
jr PrintPlayerMon1Text
|
||||
|
||||
GetmText: ; 58ebc (16:4ebc)
|
||||
TX_FAR _GetmText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
jr PrintPlayerMon1Text
|
||||
|
||||
EnemysWeakText: ; 58ec3 (16:4ec3)
|
||||
TX_FAR _EnemysWeakText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
|
||||
PrintPlayerMon1Text:
|
||||
ld hl, PlayerMon1Text
|
||||
|
|
@ -170,7 +170,7 @@ RetreatMon: ; 58ed1 (16:4ed1)
|
|||
|
||||
PlayerMon2Text: ; 58ed7 (16:4ed7)
|
||||
TX_FAR _PlayerMon2Text
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
push de
|
||||
push bc
|
||||
ld hl, wEnemyMonHP + 1
|
||||
|
|
@ -216,17 +216,17 @@ PlayerMon2Text: ; 58ed7 (16:4ed7)
|
|||
|
||||
EnoughText: ; 58f25 (16:4f25)
|
||||
TX_FAR _EnoughText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
jr PrintComeBackText
|
||||
|
||||
OKExclamationText: ; 58f2c (16:4f2c)
|
||||
TX_FAR _OKExclamationText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
jr PrintComeBackText
|
||||
|
||||
GoodText: ; 58f33 (16:4f33)
|
||||
TX_FAR _GoodText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
jr PrintComeBackText
|
||||
|
||||
PrintComeBackText: ; 58f3a (16:4f3a)
|
||||
|
|
|
|||
|
|
@ -3773,7 +3773,7 @@ PrintMonName1Text: ; 3daf5 (f:5af5)
|
|||
; but the functionality didn't get removed
|
||||
MonName1Text: ; 3dafb (f:5afb)
|
||||
TX_FAR _MonName1Text
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
ld a, [H_WHOSETURN]
|
||||
and a
|
||||
ld a, [W_PLAYERMOVENUM]
|
||||
|
|
@ -3798,12 +3798,12 @@ MonName1Text: ; 3dafb (f:5afb)
|
|||
|
||||
Used1Text: ; 3db2d (f:5b2d)
|
||||
TX_FAR _Used1Text
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
jr PrintInsteadText
|
||||
|
||||
Used2Text: ; 3db34 (f:5b34)
|
||||
TX_FAR _Used2Text
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
; fall through
|
||||
|
||||
PrintInsteadText: ; 3db39 (f:5b39)
|
||||
|
|
@ -3815,7 +3815,7 @@ PrintInsteadText: ; 3db39 (f:5b39)
|
|||
|
||||
InsteadText: ; 3db43 (f:5b43)
|
||||
TX_FAR _InsteadText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
; fall through
|
||||
|
||||
PrintMoveName: ; 3db48 (f:5b48)
|
||||
|
|
@ -3824,7 +3824,7 @@ PrintMoveName: ; 3db48 (f:5b48)
|
|||
|
||||
_PrintMoveName: ; 3db4c (f:5b4c)
|
||||
TX_FAR _CF4BText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
ld hl, ExclamationPointPointerTable
|
||||
ld a, [wd11e] ; exclamation point num
|
||||
add a
|
||||
|
|
@ -7710,7 +7710,7 @@ PrintNothingHappenedText: ; 3f522 (f:7522)
|
|||
|
||||
MonsStatsRoseText: ; 3f528 (f:7528)
|
||||
TX_FAR _MonsStatsRoseText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
ld hl, GreatlyRoseText
|
||||
ld a, [H_WHOSETURN]
|
||||
and a
|
||||
|
|
@ -7912,7 +7912,7 @@ MoveMissed: ; 3f65a (f:765a)
|
|||
|
||||
MonsStatsFellText: ; 3f661 (f:7661)
|
||||
TX_FAR _MonsStatsFellText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
ld hl, FellText
|
||||
ld a, [H_WHOSETURN]
|
||||
and a
|
||||
|
|
@ -8246,7 +8246,7 @@ ChargeEffect: ; 3f88c (f:788c)
|
|||
|
||||
ChargeMoveEffectText: ; 3f8c8 (f:78c8)
|
||||
TX_FAR _ChargeMoveEffectText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
ld a, [wWhichTrade]
|
||||
cp RAZOR_WIND
|
||||
ld hl, MadeWhirlwindText
|
||||
|
|
|
|||
|
|
@ -341,7 +341,7 @@ BoostExp: ; 5549f (15:549f)
|
|||
|
||||
GainedText: ; 554b2 (15:54b2)
|
||||
TX_FAR _GainedText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
ld a, [wBoostExpByExpAll]
|
||||
ld hl, WithExpAllText
|
||||
and a
|
||||
|
|
@ -355,7 +355,7 @@ GainedText: ; 554b2 (15:54b2)
|
|||
|
||||
WithExpAllText: ; 554cb (15:54cb)
|
||||
TX_FAR _WithExpAllText
|
||||
db $08 ; asm
|
||||
TX_ASM
|
||||
ld hl, ExpPointsText
|
||||
ret
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue