Skip to content

Commit

Permalink
Adjust limit for Places & People
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed Nov 5, 2024
1 parent f2abb5b commit 8eb6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/pokegear/radio.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ PeoplePlaces4: ; People
call Random
maskbits NUM_TRAINER_CLASSES
inc a
cp NUM_TRAINER_CLASSES ; exclude MYSTICALMAN
cp MYSTICALMAN
jr nc, PeoplePlaces4
push af
ld hl, PnP_HiddenPeople
Expand Down

0 comments on commit 8eb6f11

Please sign in to comment.