Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Sep 24, 2024
1 parent 25bc910 commit 1b5b357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/gfx/mon_icons.asm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ GetPartyMonSpriteID:
ld d, 0
add hl, de
ld a, [hl]
bit 0, c; even or odd?
bit 0, c ; even or odd?
jr nz, .skipSwap
swap a ; use lower nybble if pokedex num is even
.skipSwap
Expand Down

0 comments on commit 1b5b357

Please sign in to comment.