Skip to content

Commit

Permalink
Bugfix - In-house radios trigger incorrect swarms
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Dec 30, 2023
1 parent dd354c1 commit 16b47b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/pokegear/pokegear.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,7 @@ RadioChannels:
ret

LoadStation_OaksPokemonTalk:
farcall TownMap_InitCursorAndPlayerIconPositions ; used to load values for swarm region.
xor a ; OAKS_POKEMON_TALK
ld [wCurRadioLine], a
ld [wNumRadioLinesPrinted], a
Expand Down

0 comments on commit 16b47b3

Please sign in to comment.