Skip to content

Commit

Permalink
Use correct label in get_trainer_name.asm (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortyne authored Sep 10, 2024
1 parent febbb09 commit 1f6e2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/battle/get_trainer_name.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GetTrainerName_::
ld hl, wGrassRate
ld hl, wLinkEnemyTrainerName
ld a, [wLinkState]
and a
jr nz, .foundName
Expand Down

0 comments on commit 1f6e2bf

Please sign in to comment.