Use correct label in get_trainer_name.asm (#461)

This commit is contained in:
Vortyne 2024-09-09 20:22:58 -04:00 committed by GitHub
parent febbb09382
commit 1f6e2bf999
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
GetTrainerName_:: GetTrainerName_::
ld hl, wGrassRate ld hl, wLinkEnemyTrainerName
ld a, [wLinkState] ld a, [wLinkState]
and a and a
jr nz, .foundName jr nz, .foundName