diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-27 10:46:31 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-07 23:24:59 +0100 |
commit | c3d8aa9869650d1f15bcc4abb58c4226dfe2840c (patch) | |
tree | 2e2c8754de54944e2c5c1b4f871f320ea808d58b /src/wram.asm | |
parent | c389a257b6c1a43bba47aee765dadd051be74890 (diff) |
Label CheckIfDefendingPokemonCanKnockOut
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 504cfe8..15decd6 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1243,7 +1243,14 @@ wcddc:: ; cddc wcdf3:: ; cdf3 ds $1 - ds $f + ds $c + +wce00:: ; ce00 + ds $1 +wce01:: ; ce01 + ds $1 + + ds $1 wce03:: ; ce03 ds $1 |