mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Identify more move effect commands
This commit is contained in:
parent
3e6c37fe52
commit
d2f6b6febe
File diff suppressed because it is too large
Load Diff
2
main.asm
2
main.asm
@ -9551,7 +9551,7 @@ MistText: ; 0x8130b
|
||||
db "shrouded in MIST!", $58
|
||||
; 0x81321
|
||||
|
||||
BattleText_0x81321: ; 0x81321
|
||||
ProtectedByMistText: ; 0x81321
|
||||
db $0, $59, "'s", $4f
|
||||
db "protected by MIST.", $58
|
||||
; 0x81338
|
||||
|
10
wram.asm
10
wram.asm
@ -524,7 +524,7 @@ PlayerSubStatus2: ; c669
|
||||
; 3
|
||||
; 2
|
||||
; 1
|
||||
; 0
|
||||
; 0 curled
|
||||
ds 1
|
||||
PlayerSubStatus3: ; c66a
|
||||
; bit
|
||||
@ -540,7 +540,7 @@ PlayerSubStatus3: ; c66a
|
||||
PlayerSubStatus4: ; c66b
|
||||
; bit
|
||||
; 7 leech seed
|
||||
; 6
|
||||
; 6 rage
|
||||
; 5 recharge
|
||||
; 4 substitute
|
||||
; 3
|
||||
@ -551,7 +551,7 @@ PlayerSubStatus4: ; c66b
|
||||
PlayerSubStatus5: ; c66c
|
||||
; bit
|
||||
; 7
|
||||
; 6
|
||||
; 6 destiny bond
|
||||
; 5 lock-on
|
||||
; 4
|
||||
; 3
|
||||
@ -604,7 +604,9 @@ PlayerDamageTaken: ; c682
|
||||
EnemyDamageTaken: ; c684
|
||||
ds 2
|
||||
|
||||
ds 5
|
||||
ds 4
|
||||
|
||||
ds 1
|
||||
|
||||
BattleScriptBuffer: ; c68a
|
||||
ds 40
|
||||
|
Loading…
x
Reference in New Issue
Block a user