diff options
-rw-r--r-- | Links.md | 2 | ||||
-rw-r--r-- | Physical-Special-split.md | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -This page contains links to user-created content that showcases everything that can be done with pokecrystal. +This page contains links to user-created content that could be useful for people hacking on pokecrystal. Such content includes patches, utilities, resources, documents, and probably a bunch more. Utilities diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 2449ad5..6eb176b 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] |