diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 11:22:34 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 11:22:34 -0500 |
| commit | e37300a446f6c5c9612e489305c96515cf88a5ca (patch) | |
| tree | 4d1adab99278ab9b22a4827f8ee9267f7ad169b4 /data/pokemon/base_stats/tentacool.asm | |
| parent | Remove unused RG/RB graphics (diff) | |
| download | pokeyellow-e37300a446f6c5c9612e489305c96515cf88a5ca.tar.gz pokeyellow-e37300a446f6c5c9612e489305c96515cf88a5ca.tar.xz pokeyellow-e37300a446f6c5c9612e489305c96515cf88a5ca.zip | |
Syn base stats' tmhm formatting with pokered
Diffstat (limited to 'data/pokemon/base_stats/tentacool.asm')
| -rw-r--r-- | data/pokemon/base_stats/tentacool.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/pokemon/base_stats/tentacool.asm b/data/pokemon/base_stats/tentacool.asm index fa2a922f..e8296d61 100644 --- a/data/pokemon/base_stats/tentacool.asm +++ b/data/pokemon/base_stats/tentacool.asm @@ -14,9 +14,9 @@ db GROWTH_SLOW ; growth rate ; tm/hm learnset - tmhm SWORDS_DANCE, TOXIC, TAKE_DOWN, DOUBLE_EDGE, BUBBLEBEAM, \ - WATER_GUN, ICE_BEAM, BLIZZARD, RAGE, MEGA_DRAIN, \ - MIMIC, DOUBLE_TEAM, REFLECT, BIDE, SKULL_BASH, \ + tmhm SWORDS_DANCE, TOXIC, TAKE_DOWN, DOUBLE_EDGE, BUBBLEBEAM, \ + WATER_GUN, ICE_BEAM, BLIZZARD, RAGE, MEGA_DRAIN, \ + MIMIC, DOUBLE_TEAM, REFLECT, BIDE, SKULL_BASH, \ REST, SUBSTITUTE, CUT, SURF ; end |
