diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-05-21 09:54:56 +0000 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-05-21 09:54:56 +0000 |
commit | b75326aac002751ff96ea2ff81551c38142f42d4 (patch) | |
tree | 9efa7706e48ae0be555c0cf11d052b31ebcc9e64 | |
parent | 16b5c003403fe0930e880527fd239198a1286d7f (diff) |
Updated Physical Special split (markdown)
-rw-r--r-- | Physical-Special-split.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index d9b4c58..95b2d44 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -250,15 +250,14 @@ Here we're just masking out categories again. +; Get the Pokémon's base Special Attack + ld a, BANK(BaseData) + call GetFarByte ++ pop hl +; If its base Attack is greater than its base Special Attack, +; don't encourage this move. + cp d + jr nc, .asm_38b09 -+ pop hl + ret .asm_38b09 -+ pop hl call AI_80_20 ret c dec [hl] |