diff options
| author | mirko93s <mirko.1893@hotmail.it> | 2022-07-17 20:00:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-17 14:00:18 -0400 |
| commit | 66bbac026208bd805403f3caadacf7a7a8fea2f2 (patch) | |
| tree | 2257811a29f9b774dce5edd3f1bf7f3d57f8902f /data/trainers | |
| parent | Fix mono/stereo channel enable masks (diff) | |
| download | pokeyellow-66bbac026208bd805403f3caadacf7a7a8fea2f2.tar.gz pokeyellow-66bbac026208bd805403f3caadacf7a7a8fea2f2.tar.xz pokeyellow-66bbac026208bd805403f3caadacf7a7a8fea2f2.zip | |
fixed 2 locations/comments (#99)
Last BugCatcher and last Lass are in Viridian Forest instead of Route 9 and Celadon Gym.
These are the only 2 extra trainers yellow got compared to red/blue.
Diffstat (limited to 'data/trainers')
| -rw-r--r-- | data/trainers/parties.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/trainers/parties.asm b/data/trainers/parties.asm index 46bbf721..aebefa57 100644 --- a/data/trainers/parties.asm +++ b/data/trainers/parties.asm @@ -101,6 +101,7 @@ BugCatcherData: ; Route 9 db 19, BEEDRILL, BEEDRILL, 0 db 20, CATERPIE, WEEDLE, VENONAT, 0 +; Viridian Forest db 8, CATERPIE, METAPOD, 0 LassData: @@ -131,6 +132,7 @@ LassData: ; Celadon Gym db 23, BELLSPROUT, WEEPINBELL, 0 db 23, ODDISH, GLOOM, 0 +; Viridian Forest db 6, NIDORAN_F, NIDORAN_M, 0 SailorData: |
