Skip to content

Commit

Permalink
Use correct label in get_trainer_name.asm (pret#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortyne authored and PokefanMarcel committed Oct 18, 2024
1 parent 29df466 commit fc12976
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 fc12976

Please sign in to comment.