mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
fill out bank f more
This commit is contained in:
parent
39d84d4491
commit
ed200a5a16
@ -6850,7 +6850,7 @@ Function0x365d7: ; 365d7
|
|||||||
ld a, $5
|
ld a, $5
|
||||||
call Function0x3661d
|
call Function0x3661d
|
||||||
|
|
||||||
ld hl, $6d45
|
ld hl, BadgeStatBoosts
|
||||||
call CallBankF
|
call CallBankF
|
||||||
|
|
||||||
call SwitchTurn
|
call SwitchTurn
|
||||||
@ -8385,7 +8385,7 @@ BattleCommand98: ; 36f25
|
|||||||
; doubleflyingdamage
|
; doubleflyingdamage
|
||||||
ld a, BATTLE_VARS_SUBSTATUS3_OPP
|
ld a, BATTLE_VARS_SUBSTATUS3_OPP
|
||||||
call CleanGetBattleVarPair
|
call CleanGetBattleVarPair
|
||||||
bit 6, a ; flying
|
bit SUBSTATUS_FLYING, a
|
||||||
ret z
|
ret z
|
||||||
jr DoubleDamage
|
jr DoubleDamage
|
||||||
; 36f2f
|
; 36f2f
|
||||||
@ -8395,7 +8395,7 @@ BattleCommand99: ; 36f2f
|
|||||||
; doubleundergrounddamage
|
; doubleundergrounddamage
|
||||||
ld a, BATTLE_VARS_SUBSTATUS3_OPP
|
ld a, BATTLE_VARS_SUBSTATUS3_OPP
|
||||||
call CleanGetBattleVarPair
|
call CleanGetBattleVarPair
|
||||||
bit 5, a ; underground
|
bit SUBSTATUS_UNDERGROUND, a
|
||||||
ret z
|
ret z
|
||||||
|
|
||||||
; fallthrough
|
; fallthrough
|
||||||
|
Loading…
x
Reference in New Issue
Block a user