Skip to content

Commit

Permalink
Use BANK("Trainer Sight") to apply to all four possible functions in …
Browse files Browse the repository at this point in the history
…the "Trainer Sight" section (#444)
  • Loading branch information
Vortyne committed Dec 24, 2023
1 parent 07cefd4 commit 0b20304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/trainers.asm
Expand Up @@ -258,7 +258,7 @@ SetSpritePosition1::
SetSpritePosition2::
ld hl, _SetSpritePosition2
SpritePositionBankswitch::
ld b, BANK(_GetSpritePosition1) ; BANK(_GetSpritePosition2), BANK(_SetSpritePosition1), BANK(_SetSpritePosition2)
ld b, BANK("Trainer Sight")
jp Bankswitch ; indirect jump to one of the four functions

CheckForEngagingTrainers::
Expand Down

0 comments on commit 0b20304

Please sign in to comment.