aboutsummaryrefslogtreecommitdiffstats
path: root/home/pokemon.asm
diff options
context:
space:
mode:
authorSylvie <35663410+Rangi42@users.noreply.github.com>2024-09-24 09:33:33 -0400
committerGitHub <noreply@github.com>2024-09-24 09:33:33 -0400
commitb5d2540e7c56d7ae596ba49d105b1a01dd6ffd29 (patch)
treee5cd5ae7b6f06ce33f495ad3ba995761ec93f72f /home/pokemon.asm
parentFix comment: Road -> Roar (#466) (diff)
downloadpokeyellow-b5d2540e7c56d7ae596ba49d105b1a01dd6ffd29.tar.gz
pokeyellow-b5d2540e7c56d7ae596ba49d105b1a01dd6ffd29.tar.xz
pokeyellow-b5d2540e7c56d7ae596ba49d105b1a01dd6ffd29.zip
Identify more bit flags (#465)
* Identify more bit flags * Space
Diffstat (limited to 'home/pokemon.asm')
-rw-r--r--home/pokemon.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/pokemon.asm b/home/pokemon.asm
index 54d69bba..7cc5f2d1 100644
--- a/home/pokemon.asm
+++ b/home/pokemon.asm
@@ -252,7 +252,7 @@ HandlePartyMenuInput::
jp nz, .swappingPokemon
pop af
ldh [hTileAnimations], a
- bit 1, b
+ bit BIT_B_BUTTON, b
jr nz, .noPokemonChosen
ld a, [wPartyCount]
and a