We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GivePokerusAndConvertBerries
engine/events/pokerus/pokerus.asm had a comment added in c087d44:
c087d44
ld b, a and $f0 jr z, .load_pkrs ld a, b and $7 inc a .load_pkrs ld b, a ; this should come before the label swap b and $3 inc a add b ld [hl], a
This makes the fix clear, but not the consequences of the bug. It should be documented like the rest.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
engine/events/pokerus/pokerus.asm had a comment added in
c087d44
:This makes the fix clear, but not the consequences of the bug. It should be documented like the rest.
The text was updated successfully, but these errors were encountered: