diff --git a/README.md b/README.md index bc97286b..7779782e 100644 --- a/README.md +++ b/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) diff --git a/data/pokemon/base_stats/psyduck.asm b/data/pokemon/base_stats/psyduck.asm index ba0700d8..51bd916b 100644 --- a/data/pokemon/base_stats/psyduck.asm +++ b/data/pokemon/base_stats/psyduck.asm @@ -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 diff --git a/data/pokemon/evos_moves.asm b/data/pokemon/evos_moves.asm index 1a18a8aa..8b00d392 100644 --- a/data/pokemon/evos_moves.asm +++ b/data/pokemon/evos_moves.asm @@ -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