mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Make Amnesia Psyduck an L15 thing
This is so it remains accurate to the Stadium event. While the Japanese events are TMs and will thus break compatibility among other things, that's not really something we *can* implement at this stage. This feels better as a reduction thing.
This commit is contained in:
parent
a6d6a8647f
commit
a574d021e9
14
README.md
14
README.md
|
@ -19,7 +19,7 @@ New Types:
|
|||
|
||||
New Items:
|
||||
====
|
||||
- The Sun, Ice and Shiny Stones have been added
|
||||
- The Sun, Ice, and Shiny Stones have been added.
|
||||
|
||||
Improved areas
|
||||
====
|
||||
|
@ -32,13 +32,13 @@ QoL Enhancements
|
|||
- The protagonist is referred to in a gender neutral manner.
|
||||
- PC added to Celadon Hotel where the invisible event usually is. Why not?
|
||||
- Artificial Save Delay has been removed.
|
||||
- Japanese event moves can now be taught via TM/HM;
|
||||
- TM16 (Pay Day) can be taught to Fearow and Rapidash.
|
||||
- TM23 (Dragon Rage) can be taught to Magikarp.
|
||||
- HM02 (Fly) can be taught to the Pikachu line.
|
||||
- HM03 (Surf) can be taught to the Pikachu line.
|
||||
- Event moves can now be taught via TM/HM;
|
||||
- TM16 (Pay Day) can be taught to Fearow and Rapidash ('98 Shogakukan)
|
||||
- TM23 (Dragon Rage) can be taught to Magikarp (July '98 Shogakukan)
|
||||
- HM02 (Fly) can be taught to the Pikachu line (Corocoro)
|
||||
- HM03 (Surf) can be taught to the Pikachu line (Stadium / Corocoro)
|
||||
- Psyduck learns Amnesia at Lv15 (Stadium)
|
||||
- Yellow learnset changes are imported; eg. Flash Venonat
|
||||
- Psyduck learns Amnesia at Lv1, removing the need to connect with Pokemon Stadium to obtain the move.
|
||||
- The Game Corner in general is massively buffed, making everything far more worth going for;
|
||||
- 3x Cherry now gives 40 coins (used to be 8)
|
||||
- 3x Magikarp/Poliwag/Bird/Diglett/Rattata/Jigglypuff now gives 75 coins (used to be 15)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
INCBIN "gfx/pokemon/front/psyduck.pic", 0, 1 ; sprite dimensions
|
||||
dw PsyduckPicFront, PsyduckPicBack
|
||||
|
||||
db SCRATCH, AMNESIA, NO_MOVE, NO_MOVE ; level 1 learnset
|
||||
db SCRATCH, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
|
||||
db GROWTH_MEDIUM_FAST ; growth rate
|
||||
|
||||
; tm/hm learnset
|
||||
|
|
|
@ -796,6 +796,7 @@ PsyduckEvosMoves:
|
|||
db 0
|
||||
; Learnset
|
||||
db 14, TAIL_WHIP
|
||||
db 15, AMNESIA
|
||||
db 18, DISABLE
|
||||
db 26, CONFUSION
|
||||
db 32, FURY_SWIPES
|
||||
|
|
Loading…
Reference in a new issue