Viridian Forest fixes and enhancements

- Fixed various tile port issues and made various visual enhancements. Now generally closer to the Kanto styled Viridian Forest.
- Added Lass Ikue, a trainer referencing Ikue Otani, to the area where the Yellow Lass was. Required updating the spriteset but it seems fine.
- Added parties for all the trainers, which were missed on the initial import.
- Fixed various inaccurate capitalisations.
- Fixed gate warps. Considering adding a Honey girl here if we ever do that?
- Restored various RBY NPCs in the Pewter and Viridian gates to the forest, saying largely the same stuff. Just keeps things move lively.
This commit is contained in:
Llinos Evans 2024-07-17 13:12:28 +01:00
parent 2a8f18ca8d
commit 1b77f551f1
13 changed files with 216 additions and 22 deletions

View file

@ -1310,6 +1310,22 @@ LassGroup:
dw GOLDUCK
dw DISABLE, SURF, PSYCHIC_M, SCREECH
db -1 ; end
next_list_item ; LASS (2)
db "IKUE@", TRAINERTYPE_ITEM_MOVES
db 43
dw NIDOQUEEN ; From the Yellow Lass
db NO_ITEM
db BODY_SLAM, SCRATCH, BLIZZARD, THUNDERBOLT
db 43
dw GOROTORA ; Basically the beta Pikaclone counterpart, right?
db NO_ITEM
db THUNDERBOLT, SCARY_FACE, QUICK_ATTACK, PURSUIT
db 45
dw PIKACHU ; And a pipe bomb.
db LIGHT_BALL
db THUNDERBOLT, QUICK_ATTACK, DOUBLE_EDGE, AGILITY ; Moves from Johto anime
db -1 ; end
end_list_items
@ -2520,6 +2536,56 @@ BugCatcherGroup:
db 42
dw BUTTERFREE
db -1 ; end
next_list_item ; BUG_CATCHER (21)
db "DANE@", TRAINERTYPE_NORMAL ; From HGSS, + Carapthor
db 44
dw BEEDRILL
db 48
dw BUTTERFREE
db 44
dw CARAPTHOR
db -1 ; end
next_list_item ; BUG_CATCHER (21)
db "DION@", TRAINERTYPE_NORMAL ; From HGSS, + Ledian and Barreau
db 44
dw BARREAU ; Should have screens, making the next two Pokemon...less awful.
db 42
dw ARIADOS
db 42
dw LEDIAN
db -1 ; end
next_list_item ; BUG_CATCHER (21)
db "STACEY@", TRAINERTYPE_NORMAL ; In HGSS, this trainer has 3 Metapod. I have sense, so that won't happen here. Instead, we can have some fun.
db 41
dw LEDIAN ; At this level, it only knows screens, letting it do useful things instead of 1 damage with Swift.
db 43
dw SCYTHER
db 43
dw VENOMOTH
db -1 ; end
next_list_item ; BUG_CATCHER (21)
db "ELLIS@", TRAINERTYPE_NORMAL ; From HGSS. Fine...may alter later.
db 42
dw WEEDLE
db 44
dw KAKUNA
db 53
dw BEEDRILL
db -1 ; end
next_list_item ; BUG_CATCHER (21)
db "ABNER@", TRAINERTYPE_NORMAL ; From HGSS
db 42
dw BUTTERFREE
db 42
dw BEEDRILL
db 45
dw PIKACHU
db -1 ; end
end_list_items